/* ===================================
   INCOME FANATICS - WEBINAR FUNNEL
   Dark premium aesthetic, gold accents
   Candlestick background, editorial feel
   Extends design tokens from styles.css
   =================================== */

/* === FUNNEL TOKENS === */
:root {
    --gold: #c8a951;
    --gold-light: #e0c76a;
    --gold-dark: #a68a3a;
    --gold-glow: rgba(200, 169, 81, 0.15);
    --gold-glow-strong: rgba(200, 169, 81, 0.25);
    --funnel-bg: #060809;
    --funnel-surface: #0e1114;
    --funnel-surface-alt: #111418;
    --funnel-border: #1e2328;
    --funnel-border-gold: rgba(200, 169, 81, 0.2);
    --funnel-text: #eae8e4;
    --funnel-text-secondary: #b0ada8;
    --funnel-text-muted: #5a5850;
    --funnel-radius: 12px;
    --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* === CANDLESTICK SVG BACKGROUND === */
/* Inline SVG candlestick pattern — no external file needed */
@keyframes candlestickDrift {
    0% { transform: translateY(0); }
    100% { transform: translateY(-40px); }
}

/* === BASE === */
.funnel-page {
    background: var(--funnel-bg);
    color: var(--funnel-text);
    font-family: var(--font-body);
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}
.funnel-page *,
.funnel-page *::before,
.funnel-page *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* Candlestick + gradient background layers */
.funnel-page::before {
    content: '';
    position: fixed;
    inset: 0;
    background:
        /* Warm gold radial glows */
        radial-gradient(ellipse at 15% 30%, rgba(200, 169, 81, 0.04) 0%, transparent 50%),
        radial-gradient(ellipse at 85% 60%, rgba(200, 169, 81, 0.03) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 0%, rgba(200, 169, 81, 0.02) 0%, transparent 40%);
    pointer-events: none;
    z-index: 0;
}

/* Candlestick pattern overlay */
.funnel-page::after {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='400' viewBox='0 0 600 400'%3E%3Cg fill='none' stroke='%23c8a951' stroke-width='1.5'%3E%3C!-- Candle 1 - green/up --%3E%3Cline x1='40' y1='80' x2='40' y2='320' stroke-opacity='0.6'/%3E%3Crect x='30' y='140' width='20' height='120' fill='%23c8a951' fill-opacity='0.3' stroke-opacity='0.8'/%3E%3C!-- Candle 2 - red/down --%3E%3Cline x1='80' y1='60' x2='80' y2='340' stroke-opacity='0.6'/%3E%3Crect x='70' y='100' width='20' height='180' fill='none' stroke-opacity='0.8'/%3E%3C!-- Candle 3 - green --%3E%3Cline x1='120' y1='100' x2='120' y2='300' stroke-opacity='0.6'/%3E%3Crect x='110' y='150' width='20' height='100' fill='%23c8a951' fill-opacity='0.3' stroke-opacity='0.8'/%3E%3C!-- Candle 4 - red --%3E%3Cline x1='160' y1='50' x2='160' y2='350' stroke-opacity='0.6'/%3E%3Crect x='150' y='80' width='20' height='200' fill='none' stroke-opacity='0.8'/%3E%3C!-- Candle 5 - green --%3E%3Cline x1='200' y1='120' x2='200' y2='280' stroke-opacity='0.6'/%3E%3Crect x='190' y='160' width='20' height='80' fill='%23c8a951' fill-opacity='0.3' stroke-opacity='0.8'/%3E%3C!-- Candle 6 - red --%3E%3Cline x1='240' y1='90' x2='240' y2='310' stroke-opacity='0.6'/%3E%3Crect x='230' y='120' width='20' height='140' fill='none' stroke-opacity='0.8'/%3E%3C!-- Candle 7 - green --%3E%3Cline x1='280' y1='70' x2='280' y2='330' stroke-opacity='0.6'/%3E%3Crect x='270' y='130' width='20' height='140' fill='%23c8a951' fill-opacity='0.3' stroke-opacity='0.8'/%3E%3C!-- Candle 8 - red --%3E%3Cline x1='320' y1='110' x2='320' y2='290' stroke-opacity='0.6'/%3E%3Crect x='310' y='140' width='20' height='100' fill='none' stroke-opacity='0.8'/%3E%3C!-- Candle 9 - green --%3E%3Cline x1='360' y1='60' x2='360' y2='340' stroke-opacity='0.6'/%3E%3Crect x='350' y='100' width='20' height='180' fill='%23c8a951' fill-opacity='0.3' stroke-opacity='0.8'/%3E%3C!-- Candle 10 - red --%3E%3Cline x1='400' y1='90' x2='400' y2='310' stroke-opacity='0.6'/%3E%3Crect x='390' y='130' width='20' height='120' fill='none' stroke-opacity='0.8'/%3E%3C!-- Candle 11 - green --%3E%3Cline x1='440' y1='100' x2='440' y2='300' stroke-opacity='0.6'/%3E%3Crect x='430' y='140' width='20' height='100' fill='%23c8a951' fill-opacity='0.3' stroke-opacity='0.8'/%3E%3C!-- Candle 12 - red --%3E%3Cline x1='480' y1='70' x2='480' y2='330' stroke-opacity='0.6'/%3E%3Crect x='470' y='110' width='20' height='160' fill='none' stroke-opacity='0.8'/%3E%3C!-- Candle 13 - green --%3E%3Cline x1='520' y1='80' x2='520' y2='320' stroke-opacity='0.6'/%3E%3Crect x='510' y='120' width='20' height='140' fill='%23c8a951' fill-opacity='0.3' stroke-opacity='0.8'/%3E%3C!-- Candle 14 - red --%3E%3Cline x1='560' y1='100' x2='560' y2='300' stroke-opacity='0.6'/%3E%3Crect x='550' y='140' width='20' height='110' fill='none' stroke-opacity='0.8'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 600px 400px;
    animation: candlestickDrift 60s linear infinite;
}

.funnel-page > * { position: relative; z-index: 1; }

/* === TOP BANNER === */
.funnel-banner {
    background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-dark));
    color: #0a0a0a;
    text-align: center;
    padding: 0.65rem 1rem;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* === LAYOUT === */
.funnel-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
}
.funnel-container--narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* === LOGO / NAV === */
.funnel-nav {
    padding: 1.5rem 2rem;
    text-align: center;
    border-bottom: 1px solid var(--funnel-border);
}
.funnel-logo {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--funnel-text);
    text-decoration: none;
    letter-spacing: -0.02em;
}
.funnel-logo span {
    color: var(--gold);
}

/* === HERO === */
.funnel-hero {
    padding: 4rem 0 5rem;
}
.funnel-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
}
.funnel-hero-content { display: flex; flex-direction: column; gap: 1.5rem; }

.funnel-eyebrow {
    font-family: var(--font-mono);
    font-size: 0.75rem;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}
.funnel-eyebrow::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 1px;
    background: var(--gold);
}

.funnel-hero h1 {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 2.75rem;
    line-height: 1.12;
    letter-spacing: -0.035em;
    color: var(--funnel-text);
}
.funnel-hero h1 em {
    color: var(--gold);
    font-style: italic;
}
.funnel-hero-sub {
    font-size: 1.05rem;
    color: var(--funnel-text-secondary);
    line-height: 1.75;
}

/* Hero image area */
.funnel-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.funnel-hero-img {
    width: 100%;
    max-width: 480px;
    border-radius: var(--funnel-radius);
    border: 2px solid var(--gold-dark);
    box-shadow: 0 0 80px rgba(200, 169, 81, 0.12), 0 0 0 1px rgba(200, 169, 81, 0.1);
}
.funnel-hero-placeholder {
    width: 100%;
    max-width: 480px;
    aspect-ratio: 4/3;
    background:
        linear-gradient(135deg, var(--funnel-surface) 0%, var(--funnel-surface-alt) 100%);
    border-radius: var(--funnel-radius);
    border: 1px solid var(--funnel-border);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 0 60px rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--funnel-text-muted);
    font-size: 0.8rem;
    font-family: var(--font-mono);
    position: relative;
    overflow: hidden;
}
/* Gold corner accents on placeholders */
.funnel-hero-placeholder::before,
.funnel-hero-placeholder::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-color: var(--gold-dark);
    border-style: solid;
    border-width: 0;
    opacity: 0.5;
}
.funnel-hero-placeholder::before {
    top: 12px; left: 12px;
    border-top-width: 2px;
    border-left-width: 2px;
}
.funnel-hero-placeholder::after {
    bottom: 12px; right: 12px;
    border-bottom-width: 2px;
    border-right-width: 2px;
}


/* ========================================
   COUNTDOWN TIMER — Premium Gold
   ======================================== */
.countdown {
    display: flex;
    gap: 1rem;
    justify-content: center;
}
.countdown--left { justify-content: flex-start; }

.countdown-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    background: linear-gradient(180deg, rgba(200, 169, 81, 0.08) 0%, rgba(200, 169, 81, 0.02) 100%);
    border: 1px solid rgba(200, 169, 81, 0.2);
    border-radius: var(--funnel-radius);
    position: relative;
    overflow: hidden;
}
/* Subtle inner glow */
.countdown-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center top, rgba(200, 169, 81, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.countdown-num {
    font-family: var(--font-mono);
    font-size: 2rem;
    font-weight: 700;
    color: var(--gold-light);
    line-height: 1;
    text-shadow: 0 0 20px rgba(200, 169, 81, 0.3);
    position: relative;
}
.countdown-label {
    font-family: var(--font-body);
    font-size: 0.6rem;
    color: var(--funnel-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-top: 0.3rem;
    position: relative;
}

/* Separator colon between boxes */
.countdown-sep {
    font-family: var(--font-mono);
    font-size: 1.5rem;
    color: var(--gold-dark);
    align-self: center;
    margin-top: -0.75rem;
}

/* Large variant (bottom CTA / confirmation) */
.countdown--lg .countdown-box {
    width: 110px;
    height: 110px;
    border-width: 2px;
    border-color: rgba(200, 169, 81, 0.3);
    box-shadow: 0 0 30px rgba(200, 169, 81, 0.06), inset 0 0 20px rgba(200, 169, 81, 0.03);
}
.countdown--lg .countdown-num {
    font-size: 2.75rem;
    text-shadow: 0 0 30px rgba(200, 169, 81, 0.35);
}
.countdown--lg .countdown-label { font-size: 0.7rem; }


/* ========================================
   REGISTRATION FORM — Elevated Card
   ======================================== */
.funnel-form-wrap {
    background: linear-gradient(180deg, var(--funnel-surface) 0%, rgba(14,17,20,0.95) 100%);
    border: 1px solid var(--funnel-border);
    border-top: 2px solid var(--gold-dark);
    border-radius: var(--funnel-radius);
    padding: 2.25rem 2rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.02);
}
.funnel-form-title {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 1.25rem;
    color: var(--funnel-text);
    letter-spacing: -0.01em;
}
.funnel-form { display: flex; flex-direction: column; gap: 0.85rem; }

.funnel-input {
    width: 100%;
    padding: 0.95rem 1.15rem;
    background: rgba(0,0,0,0.4);
    border: 1px solid var(--funnel-border);
    border-radius: 8px;
    color: var(--funnel-text);
    font-family: var(--font-body);
    font-size: 0.92rem;
    transition: border-color 200ms, box-shadow 200ms;
}
.funnel-input::placeholder { color: var(--funnel-text-muted); }
.funnel-input:focus {
    outline: none;
    border-color: var(--gold-dark);
    box-shadow: 0 0 0 3px rgba(200, 169, 81, 0.12), 0 0 20px rgba(200, 169, 81, 0.06);
    background: rgba(0,0,0,0.6);
}


/* ========================================
   CTA BUTTONS — Bold with Glow
   ======================================== */
@keyframes btnShimmer {
    0% { background-position: -200% center; }
    100% { background-position: 200% center; }
}

.btn-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.2rem;
    padding: 1.1rem 2.75rem;
    background:
        linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.15) 50%, transparent 100%),
        linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    background-size: 200% 100%, 100% 100%;
    color: #080808;
    font-family: var(--font-body);
    font-weight: 800;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 4px 15px rgba(200, 169, 81, 0.25),
        0 1px 0 rgba(255,255,255,0.15) inset;
    transition: transform 200ms var(--ease-bounce), box-shadow 300ms;
    animation: btnShimmer 4s ease-in-out infinite;
}
.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow:
        0 8px 30px rgba(200, 169, 81, 0.35),
        0 2px 0 rgba(255,255,255,0.15) inset;
}
.btn-gold:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(200, 169, 81, 0.2);
}
.btn-gold small {
    font-size: 0.72rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    opacity: 0.7;
}

.btn-decline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0.85rem 2rem;
    background: transparent;
    color: var(--funnel-text-muted);
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 0.85rem;
    border: 1px solid var(--funnel-border);
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: background 200ms, border-color 200ms;
    width: 100%;
}
.btn-decline:hover {
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.1);
}
.btn-decline small {
    font-size: 0.65rem;
    opacity: 0.5;
}


/* ========================================
   EVENT DETAILS BAR — Elevated Strip
   ======================================== */
.event-details {
    background: linear-gradient(180deg, var(--funnel-surface) 0%, var(--funnel-surface-alt) 100%);
    border-top: 1px solid var(--funnel-border);
    border-bottom: 1px solid var(--funnel-border);
    padding: 1.75rem 0;
    position: relative;
}
/* Subtle gold line at top */
.event-details::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--funnel-border-gold), transparent);
}
.event-details-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    text-align: center;
}
.event-detail-item {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    position: relative;
}
/* Vertical dividers */
.event-detail-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -0.75rem;
    top: 10%;
    bottom: 10%;
    width: 1px;
    background: var(--funnel-border);
}
.event-detail-label {
    font-family: var(--font-mono);
    font-size: 0.65rem;
    color: var(--funnel-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.event-detail-value {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--funnel-text);
}

/* === SECTION BLOCKS === */
.funnel-section {
    padding: 5rem 0;
}
.funnel-section--alt {
    background: var(--funnel-surface-alt);
    border-top: 1px solid var(--funnel-border);
    border-bottom: 1px solid var(--funnel-border);
}
.funnel-section-eyebrow {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    text-align: center;
    margin-bottom: 0.75rem;
    display: block;
}
.funnel-section h2 {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 2.15rem;
    text-align: center;
    letter-spacing: -0.025em;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.funnel-section h2 em { color: var(--gold); font-style: italic; }

/* Problem section — split layout */
.funnel-problem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
}
.funnel-problem-text {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.funnel-problem-text p {
    font-size: 1.02rem;
    line-height: 1.75;
    color: var(--funnel-text-secondary);
}
.funnel-callout {
    border-left: 3px solid var(--gold);
    padding: 1.25rem 1.5rem;
    color: var(--funnel-text);
    font-weight: 500;
    font-size: 1.05rem;
    line-height: 1.65;
    background: rgba(200, 169, 81, 0.04);
    border-radius: 0 var(--funnel-radius) var(--funnel-radius) 0;
}


/* ========================================
   DISCOVER CARDS — Premium Cards
   ======================================== */
.discover-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 2.5rem 0;
}
.discover-card {
    background: linear-gradient(180deg, var(--funnel-surface) 0%, rgba(14,17,20,0.7) 100%);
    border: 1px solid var(--funnel-border);
    border-radius: var(--funnel-radius);
    padding: 2.25rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    position: relative;
    overflow: hidden;
    transition: border-color 400ms, box-shadow 400ms, transform 400ms;
}
/* Gold top accent line */
.discover-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0.6;
}
/* Subtle corner glow */
.discover-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle at top left, rgba(200, 169, 81, 0.06) 0%, transparent 70%);
    pointer-events: none;
}
.discover-card:hover {
    border-color: rgba(200, 169, 81, 0.3);
    box-shadow: 0 8px 40px rgba(0,0,0,0.3), 0 0 30px rgba(200, 169, 81, 0.04);
    transform: translateY(-2px);
}

.discover-card-num {
    font-family: var(--font-mono);
    font-size: 0.65rem;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    position: relative;
}
.discover-card h3 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--funnel-text);
    line-height: 1.3;
    position: relative;
}
.discover-card p {
    font-size: 0.9rem;
    color: var(--funnel-text-secondary);
    line-height: 1.65;
    position: relative;
}


/* ========================================
   UPSELL / OFFER PAGES
   ======================================== */
.offer-headline {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 2.75rem;
    text-align: center;
    letter-spacing: -0.03em;
    margin-bottom: 0.75rem;
}
.offer-sub {
    font-size: 1.1rem;
    text-align: center;
    color: var(--funnel-text-secondary);
    max-width: 700px;
    margin: 0 auto 2.5rem;
    line-height: 1.65;
}
.offer-sub u { text-decoration-color: var(--gold); text-underline-offset: 3px; }

/* Product showcase card */
.offer-product {
    background: var(--funnel-surface);
    border: 1px solid var(--funnel-border);
    border-radius: var(--funnel-radius);
    max-width: 600px;
    margin: 0 auto 2.5rem;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.offer-product-badge {
    background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-dark));
    color: #0a0a0a;
    text-align: center;
    padding: 0.55rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.offer-product-img {
    padding: 2.5rem;
    text-align: center;
    background: #ffffff;
}
.offer-product-img img {
    max-width: 400px;
    width: 100%;
}
.offer-product-placeholder {
    padding: 3.5rem 2rem;
    text-align: center;
    background: linear-gradient(180deg, #1a1d20 0%, var(--funnel-surface) 100%);
    color: var(--funnel-text-muted);
    font-family: var(--font-mono);
    font-size: 0.8rem;
    position: relative;
}
/* Corner brackets on placeholder */
.offer-product-placeholder::before,
.offer-product-placeholder::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-color: var(--gold-dark);
    border-style: solid;
    border-width: 0;
    opacity: 0.4;
}
.offer-product-placeholder::before {
    top: 16px; left: 16px;
    border-top-width: 1px; border-left-width: 1px;
}
.offer-product-placeholder::after {
    bottom: 16px; right: 16px;
    border-bottom-width: 1px; border-right-width: 1px;
}

/* Pricing display */
.offer-pricing {
    text-align: center;
    margin: 2.5rem 0;
    padding: 2rem;
    background: linear-gradient(180deg, rgba(200, 169, 81, 0.04) 0%, transparent 100%);
    border: 1px solid rgba(200, 169, 81, 0.1);
    border-radius: var(--funnel-radius);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.offer-price-original {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--funnel-text-muted);
    text-decoration: line-through;
}
.offer-price-current {
    font-family: var(--font-mono);
    font-weight: 800;
    font-size: 3.25rem;
    color: var(--gold-light);
    letter-spacing: -0.03em;
    text-shadow: 0 0 40px rgba(200, 169, 81, 0.2);
    margin: 0.25rem 0;
}
.offer-urgency {
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--funnel-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 0.5rem;
}

/* What's included list */
.offer-includes {
    max-width: 650px;
    margin: 3rem auto;
    text-align: left;
}
.offer-includes h3 {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.75rem;
    margin-bottom: 2rem;
    text-align: center;
}
.offer-item {
    margin-bottom: 2rem;
    padding: 1.5rem 1.75rem;
    background: var(--funnel-surface);
    border: 1px solid var(--funnel-border);
    border-left: 3px solid var(--gold-dark);
    border-radius: 0 var(--funnel-radius) var(--funnel-radius) 0;
    transition: border-color 300ms;
}
.offer-item:hover {
    border-left-color: var(--gold);
}
.offer-item h4 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--gold);
    margin-bottom: 0.5rem;
}
.offer-item p {
    font-size: 0.9rem;
    color: var(--funnel-text-secondary);
    line-height: 1.65;
}

/* CTA area */
.offer-cta {
    max-width: 440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    align-items: center;
}


/* ========================================
   CONFIRMATION PAGE
   ======================================== */
.confirm-video {
    max-width: 640px;
    margin: 0 auto 2rem;
    aspect-ratio: 16/9;
    background: linear-gradient(180deg, var(--funnel-surface) 0%, rgba(14,17,20,0.8) 100%);
    border: 1px solid rgba(200, 169, 81, 0.2);
    border-radius: var(--funnel-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--funnel-text-muted);
    font-family: var(--font-mono);
    font-size: 0.85rem;
    box-shadow: 0 0 60px rgba(200, 169, 81, 0.05);
    position: relative;
    overflow: hidden;
}
/* Play button overlay */
.confirm-video::before {
    content: '';
    width: 64px;
    height: 64px;
    border: 2px solid rgba(200, 169, 81, 0.3);
    border-radius: 50%;
    position: absolute;
    background: rgba(200, 169, 81, 0.08);
}
.confirm-video::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid rgba(200, 169, 81, 0.4);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 4px;
}

.confirm-steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 700px;
    margin: 0 auto;
}
.confirm-step {
    background: linear-gradient(135deg, var(--funnel-surface) 0%, rgba(14,17,20,0.8) 100%);
    border: 1px solid var(--funnel-border);
    border-left: 3px solid var(--gold);
    border-radius: var(--funnel-radius);
    padding: 2rem 2rem;
    transition: border-color 300ms, box-shadow 300ms;
}
.confirm-step:hover {
    border-color: rgba(200, 169, 81, 0.2);
    border-left-color: var(--gold-light);
    box-shadow: 0 4px 30px rgba(0,0,0,0.2);
}
.confirm-step-num {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 0.65rem;
    color: var(--gold);
    border: 1px solid rgba(200, 169, 81, 0.3);
    border-radius: 100px;
    padding: 0.25rem 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.85rem;
    background: rgba(200, 169, 81, 0.05);
}
.confirm-step h3 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.confirm-step p {
    font-size: 0.9rem;
    color: var(--funnel-text-secondary);
    line-height: 1.65;
    margin-bottom: 1rem;
}
.confirm-step .btn-gold {
    width: auto;
    padding: 0.8rem 2rem;
    font-size: 0.85rem;
}


/* ========================================
   FOOTER
   ======================================== */
.funnel-footer {
    border-top: 1px solid var(--funnel-border);
    padding: 3rem 2rem;
    text-align: center;
    background: var(--funnel-bg);
}
.funnel-footer p {
    font-size: 0.75rem;
    color: var(--funnel-text-muted);
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}
.funnel-footer a {
    color: var(--funnel-text-muted);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 200ms;
}
.funnel-footer a:hover { color: var(--funnel-text-secondary); }
.funnel-footer-links {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 1rem;
    font-size: 0.7rem;
}


/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 768px) {
    .funnel-hero-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .funnel-hero-visual { order: -1; }
    .funnel-hero h1 { font-size: 1.9rem; text-align: center; }
    .funnel-hero-content { align-items: center; text-align: center; }
    .funnel-eyebrow::before { display: none; }
    .countdown--left { justify-content: center; }

    .countdown { gap: 0.6rem; }
    .countdown-box { width: 68px; height: 68px; }
    .countdown-num { font-size: 1.5rem; }
    .countdown--lg .countdown-box { width: 80px; height: 80px; }
    .countdown--lg .countdown-num { font-size: 2rem; }

    .event-details-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    .event-detail-item:not(:last-child)::after { display: none; }

    .funnel-problem-grid { grid-template-columns: 1fr; }
    .discover-cards { grid-template-columns: 1fr; }

    .offer-headline { font-size: 1.9rem; }
    .offer-price-current { font-size: 2.5rem; }
    .offer-includes { text-align: left; }

    .funnel-container,
    .funnel-container--narrow { padding: 0 1.25rem; }
    .funnel-section { padding: 3.5rem 0; }
}
