.elementor-12 .elementor-element.elementor-element-7c2f5b6{--display:flex;}.elementor-12 .elementor-element.elementor-element-834ed43{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-12 .elementor-element.elementor-element-df124d1{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-27ca03a *//* 1. SECTION WRAPPER */
.bot-subscribe-section {
    background: #080808;
    background-image: radial-gradient(circle at center, #111 0%, #080808 100%);
    padding: 120px 20px;
    border-top: 4px solid #E31B23;
    color: #fff;
    text-align: center;
}

.bot-subscribe-container {
    max-width: 800px; 
    margin: 0 auto;
}

/* 2. TYPOGRAPHY */
.bot-sub-inner h1 {
    font-size: clamp(3.5rem, 10vw, 6rem);
    text-transform: uppercase;
    margin: 0;
    line-height: 0.85;
    color: #fff;
}

.bot-sub-inner h2 {
    font-size: 3rem;
    color: #1a1a1a;
    transition: color 0.3s;
    text-transform: uppercase;
    margin: 0;
}

.bot-chat-prompt:hover h2 {
    color: #E31B23;
}

.bot-sub-inner p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #999;
    margin-bottom: 50px;
}

/* 3. VISUALS */
.red-accent-line {
    width: 100px;
    height: 6px;
    background: #E31B23;
    margin: 30px auto;
}

/* 4. BEEHIIV FORM INTEGRATION - FIXED */
.bot-sub-form-wrapper {
    max-width: 600px;
    margin: 0 auto 40px;
}

/* Hide the annoying "Email*" label from Beehiiv */
.bot-sub-form-wrapper label {
    display: none !important;
}

.bot-sub-form-wrapper form {
    display: flex !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    border: 1px solid #222;
    background: #111;
    align-items: stretch;
}

.bot-sub-form-wrapper input[type="email"] {
    flex: 1;
    background: transparent !important;
    border: none !important;
    padding: 25px !important;
    color: #fff !important;
    font-size: 1rem !important;
    outline: none !important;
    height: auto !important;
}

.bot-sub-form-wrapper button, 
.bot-sub-form-wrapper input[type="submit"] {
    background: #E31B23 !important;
    color: #fff !important;
    border: none !important;
    padding: 0 45px !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    height: auto !important;
}

.bot-sub-form-wrapper button:hover,
.bot-sub-form-wrapper input[type="submit"]:hover {
    background: #fff !important;
    color: #E31B23 !important;
}

/* 5. COMPLIANCE BAR */
.bot-compliance-bar {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: rgba(255,255,255,0.03);
    padding: 10px 25px;
    border-radius: 50px;
    border: 1px solid #1a1a1a;
}

.bot-compliance-bar p {
    font-size: 0.85rem !important;
    color: #555 !important;
    margin: 0 !important;
}

.age-badge {
    border: 2px solid #E31B23;
    color: #E31B23;
    font-weight: 700;
    font-size: 0.8rem;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* 6. MOBILE */
@media (max-width: 650px) {
    .bot-sub-form-wrapper form {
        flex-direction: column;
        background: transparent;
        box-shadow: none;
        border: none;
        gap: 15px;
    }
    .bot-sub-form-wrapper input[type="email"] {
        background: #111 !important;
        border: 1px solid #222 !important;
        text-align: center;
    }
    .bot-sub-form-wrapper button,
    .bot-sub-form-wrapper input[type="submit"] {
        padding: 20px !important;
        width: 100% !important;
    }
}
</style>/* End custom CSS */
/* Start custom CSS *//* 1. CARD STRUCTURE & VISIBILITY */
.elementor-loop-container .e-loop-item {
    background: #111 !important;
    border: 1px solid #222 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: visible !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    cursor: pointer !important;
}

/* 2. IMAGE SIZING & EFFECT */
.elementor-loop-container .e-loop-item .elementor-widget-image img {
    height: 400px !important;
    width: 100% !important;
    object-fit: cover !important;
    filter: grayscale(100%) !important;
    transition: all 0.5s ease !important;
}

/* 3. HEADLINE / TITLE CONTROL (SCALING ONLY) */
.elementor-loop-container .e-loop-item h1,
.elementor-loop-container .e-loop-item h2,
.elementor-loop-container .e-loop-item .elementor-heading-title {
    font-size: clamp(1.5rem, 4vw, 2rem) !important; 
    line-height: 1.1 !important;
    margin: 15px 0 !important;
    padding: 0 15px !important;
}

/* 4. CONTENT PADDING (EXCERPTS/TEXT) */
.elementor-loop-container .e-loop-item p {
    padding: 0 15px 20px 15px !important;
    margin: 0 !important;
}

/* 5. LIVE HOVER STATE */
.elementor-loop-container .e-loop-item:hover {
    border-color: #E31B23 !important;
    transform: translateY(-10px) !important;
    box-shadow: 0 15px 35px rgba(227, 27, 35, 0.4) !important;
    z-index: 99 !important;
    background: #161616 !important;
}

.elementor-loop-container .e-loop-item:hover img {
    filter: grayscale(0%) !important;
    transform: scale(1.02) !important;
}/* End custom CSS */