:root{
    --navy:#081a45;
    --blue:#0d47a1;
    --blue2:#174ea6;
    --gold:#d8a10d;
    --green:#2f8f2f;
    --red:#e53935;
    --text:#0c1734;
    --muted:#667085;
    --line:#dfe6ef;
    --bg:#f7f9fd;
    --shadow:0 18px 50px rgba(8,26,69,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,select{font:inherit}
.container{width:min(1220px,calc(100% - 32px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header-grid{min-height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}
.brand img{width:205px;height:55px;object-fit:contain}
.header-points{display:flex;justify-content:center;gap:24px;font-size:.78rem;font-weight:800;color:#344054}
.header-cta{padding:11px 16px;border-radius:10px;background:var(--navy);color:#fff;font-weight:900}
.hero{padding:34px 0 42px;background:radial-gradient(circle at 15% 10%,rgba(23,78,166,.09),transparent 38%),linear-gradient(180deg,#fff,#f7f9fd)}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(350px,.7fr);gap:24px;align-items:start}
.eyebrow,.section-title span,.mentor-copy>span,.countdown-grid>div>span{display:inline-block;background:var(--navy);color:#fff;border-radius:9px;padding:8px 11px;font-size:.72rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.hero h1{font-size:clamp(2.6rem,5.5vw,5.4rem);line-height:.98;letter-spacing:-.055em;text-transform:uppercase;margin:18px 0 16px}
.hero h1 strong{display:block;color:var(--gold)}
.hero-lead{font-size:1.05rem;line-height:1.65;color:#344054;max-width:700px}
.hero-list{list-style:none;padding:0;margin:20px 0;display:grid;gap:10px}
.hero-list li{position:relative;padding-left:28px;font-weight:750}
.hero-list li:before{content:"✓";position:absolute;left:0;width:19px;height:19px;border:2px solid var(--blue2);border-radius:50%;display:grid;place-items:center;font-size:.65rem;color:var(--blue2)}
.market-visual{position:relative;height:360px;margin-top:10px;border-radius:20px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.2),rgba(15,45,95,.08))}
.hero-chart{position:absolute;inset:0;width:100%;height:100%}
.chart-grid path{stroke:#dbe6f3;stroke-width:1}
.candles line{stroke:#7488a7;stroke-width:2}.candles rect{fill:#267ec5}.candles rect.red{fill:#d95555}
.structure-line{fill:none;stroke:#0d47a1;stroke-width:5;filter:drop-shadow(0 2px 5px rgba(13,71,161,.3))}
.labels text{font-size:13px;font-weight:900;fill:#0c1734}
.hooded-figure{position:absolute;z-index:2;left:38%;bottom:0;width:220px;height:290px}
.hood{position:absolute;left:50%;transform:translateX(-50%);top:0;width:135px;height:150px;border-radius:65px 65px 35px 35px;background:linear-gradient(135deg,#04122e,#0a2e5f)}
.body{position:absolute;left:50%;transform:translateX(-50%);bottom:0;width:220px;height:190px;border-radius:95px 95px 18px 18px;background:linear-gradient(145deg,#06152e,#0b2a57)}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:var(--shadow);overflow:hidden}
.trust-strip div{padding:16px;text-align:center;border-right:1px solid var(--line)}
.trust-strip div:last-child{border-right:0}
.trust-strip strong,.trust-strip span{display:block}.trust-strip strong{color:var(--blue);font-size:.92rem}.trust-strip span{font-size:.68rem;color:var(--muted);margin-top:4px}
.registration-card{position:sticky;top:95px;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.registration-head{background:var(--navy);color:#fff;text-align:center;padding:18px}
.registration-head span{font-size:.72rem;font-weight:900;text-transform:uppercase}.registration-head h2{font-size:1.25rem;margin:5px 0 0}
.registration-card form{padding:18px;display:grid;gap:11px}
.registration-card label{font-size:.74rem;font-weight:850;color:#344054}
.registration-card small{font-weight:500;color:var(--muted)}
.registration-card input,.registration-card select{width:100%;margin-top:6px;padding:12px;border:1px solid var(--line);border-radius:10px;background:#fbfcfe;outline:none}
.registration-card input:focus,.registration-card select:focus{border-color:var(--blue2);box-shadow:0 0 0 3px rgba(23,78,166,.1)}
.honeypot{position:absolute!important;left:-9999px!important}
.price-box{display:flex;justify-content:space-between;align-items:center;padding:12px 0}
.price-box span{display:block;font-size:.66rem;text-transform:uppercase;color:var(--muted);font-weight:800}
.price-box del{color:#7d8594}.price-box strong{font-size:1.55rem;color:var(--green)}
.price-box>b{background:var(--red);color:#fff;padding:8px 10px;border-radius:7px;font-size:.75rem}
.registration-card button{border:0;background:linear-gradient(90deg,#f5bb13,#e6a700);color:#111;padding:15px;border-radius:10px;font-weight:950;cursor:pointer}
.registration-card button:disabled{opacity:.6;cursor:not-allowed}
.secure-note{text-align:center;color:var(--muted);font-size:.68rem;margin:0}
.form-status{font-size:.76rem;font-weight:850;min-height:18px}.form-status.success{color:var(--green)}.form-status.error{color:var(--red)}
.section{padding:68px 0}
.section-title{text-align:center;max-width:760px;margin:0 auto 28px}
.section-title h2{font-size:clamp(1.8rem,3vw,2.8rem);margin:12px 0 0;letter-spacing:-.03em}
.section-title p{color:var(--muted)}
.learning{background:#fff}
.learning-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}
.learning-grid article{border:1px solid var(--line);border-radius:14px;padding:16px 12px;text-align:center;box-shadow:0 8px 25px rgba(8,26,69,.05)}
.learning-grid b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#eef4ff;color:var(--blue);margin:0 auto 10px}
.learning-grid h3{font-size:.82rem;color:var(--blue);text-transform:uppercase}
.learning-grid p{font-size:.72rem;line-height:1.55;color:var(--muted)}
.reviews{background:var(--bg)}
.review-warning{font-size:.72rem;color:#b26a00}
.reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.reviews-grid article{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px}
.stars{color:#f5b000;letter-spacing:3px}.reviews-grid p{font-size:.82rem;line-height:1.6;color:#344054}.reviews-grid strong{font-size:.75rem}
.two-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.why-card{background:#f7f9fd;border:1px solid var(--line);border-radius:16px;padding:24px}
.why-card h2{font-size:1.25rem}.why-card ul{padding-left:20px;line-height:1.9;color:#344054}
.mentor{background:#fff}
.mentor-grid{display:grid;grid-template-columns:.7fr 1.4fr 1fr;gap:22px;align-items:center}
.mentor-visual{display:grid;place-items:center}.mentor-avatar{width:170px;height:210px;border-radius:80px 80px 30px 30px;display:grid;place-items:center;background:linear-gradient(145deg,#e8f0ff,#f3f8ff);color:var(--navy);font-size:3rem;font-weight:950;border:1px solid #cad8ef}
.mentor-copy h2{font-size:2rem;color:var(--blue);margin:10px 0}.mentor-copy h3{font-size:1.15rem}
.mentor-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:18px}
.mentor-metrics div{text-align:center;border:1px solid var(--line);border-radius:11px;padding:12px}
.mentor-metrics strong,.mentor-metrics span{display:block}.mentor-metrics strong{font-size:.8rem;color:var(--blue)}.mentor-metrics span{font-size:.63rem;color:var(--muted);margin-top:4px}
.trust-card{background:var(--navy);color:#fff;border-radius:16px;padding:22px}.trust-card h3{margin-top:0}.trust-card ul{padding-left:20px;line-height:1.9;font-size:.78rem}
.countdown{background:linear-gradient(90deg,#f7f9fd,#fff)}
.countdown-grid{display:grid;grid-template-columns:1.2fr 1fr auto;gap:22px;align-items:center}
.countdown-grid h2{font-size:1.45rem;margin:10px 0 6px}.countdown-grid p{color:var(--muted)}
.timer{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.timer div{border:1px solid var(--line);border-radius:11px;padding:11px;text-align:center;background:#fff}
.timer strong,.timer span{display:block}.timer strong{font-size:1.45rem}.timer span{font-size:.6rem;text-transform:uppercase;color:var(--muted)}
.countdown-grid>a{padding:14px 18px;background:var(--navy);color:#fff;border-radius:10px;font-weight:900;white-space:nowrap}
.risk-note{background:#fff7d9;border-top:1px solid #efdfaa;padding:17px 0;color:#6c5a20;font-size:.76rem;line-height:1.55}
footer{background:var(--navy);color:#fff;padding:36px 0}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:28px}.footer-grid img{width:190px;filter:brightness(0) invert(1)}.footer-grid p,.footer-grid span,.footer-grid a{display:block;color:#c7d0e0;font-size:.76rem;line-height:1.6;margin-top:7px}
@media(max-width:1000px){
    .header-points{display:none}
    .hero-grid{grid-template-columns:1fr}
    .registration-card{position:static}
    .learning-grid{grid-template-columns:repeat(4,1fr)}
    .mentor-grid{grid-template-columns:1fr}
    .mentor-visual{justify-content:start}
    .countdown-grid{grid-template-columns:1fr}
}
@media(max-width:650px){
    .container{width:calc(100% - 22px)}
    .header-grid{min-height:62px;grid-template-columns:1fr auto}
    .brand img{width:160px;height:46px}
    .header-cta{padding:9px 11px;font-size:.72rem}
    .hero{padding:20px 0 28px}
    .hero h1{font-size:2.65rem}
    .hero-lead{font-size:.92rem}
    .market-visual{height:250px}
    .hooded-figure{width:150px;height:210px;left:43%}.hood{width:95px;height:105px}.body{width:150px;height:140px}
    .trust-strip{grid-template-columns:1fr 1fr}
    .trust-strip div:nth-child(2){border-right:0}.trust-strip div:nth-child(-n+2){border-bottom:1px solid var(--line)}
    .learning-grid{grid-template-columns:1fr 1fr}
    .reviews-grid,.two-grid{grid-template-columns:1fr}
    .mentor-metrics{grid-template-columns:1fr 1fr}
    .timer{grid-template-columns:repeat(4,1fr)}
    .section{padding:46px 0}
    .footer-grid{grid-template-columns:1fr}
    .registration-card input,.registration-card select{font-size:16px}
}


/* Webinar header countdown strip */
.webinar-header-strip{
    background:linear-gradient(90deg,#f8fbff,#ffffff);
    border-top:1px solid #e6ebf2;
    border-bottom:1px solid #e6ebf2;
}

.webinar-header-grid{
    min-height:84px;
    display:grid;
    grid-template-columns:minmax(0,1.25fr) auto auto;
    align-items:center;
    gap:22px;
}

.header-event{
    display:flex;
    align-items:center;
    gap:14px;
    min-width:0;
}

.event-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    background:#0b1d52;
    color:#fff;
    border-radius:9px;
    padding:8px 11px;
    font-size:.7rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.header-event strong,
.header-event small{
    display:block;
}

.header-event strong{
    color:#0b1d52;
    font-size:1.15rem;
    line-height:1.2;
}

.header-event small{
    margin-top:4px;
    color:#667085;
    font-size:.72rem;
}

.header-countdown{
    display:grid;
    grid-template-columns:repeat(4,72px);
    gap:9px;
}

.header-countdown div{
    background:#fff;
    border:1px solid #dfe6ef;
    border-radius:12px;
    padding:8px 6px;
    text-align:center;
    box-shadow:0 5px 16px rgba(8,26,69,.04);
}

.header-countdown strong,
.header-countdown span{
    display:block;
}

.header-countdown strong{
    color:#0b1d52;
    font-size:1.45rem;
    line-height:1;
}

.header-countdown span{
    margin-top:5px;
    color:#667085;
    font-size:.58rem;
    font-weight:800;
    text-transform:uppercase;
}

.header-reserve-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:12px 20px;
    border-radius:11px;
    background:#0b1d52;
    color:#fff;
    font-weight:900;
    white-space:nowrap;
    box-shadow:0 10px 22px rgba(11,29,82,.18);
}

.header-reserve-btn:hover{
    transform:translateY(-1px);
}

@media(max-width:1000px){
    .webinar-header-grid{
        grid-template-columns:1fr;
        gap:12px;
        padding:13px 0;
        text-align:center;
    }

    .header-event{
        justify-content:center;
    }

    .header-countdown{
        justify-content:center;
    }

    .header-reserve-btn{
        width:100%;
    }
}

@media(max-width:650px){
    .webinar-header-strip{
        position:relative;
    }

    .webinar-header-grid{
        gap:10px;
        padding:11px 0 12px;
    }

    .header-event{
        display:grid;
        grid-template-columns:1fr;
        gap:7px;
    }

    .event-badge{
        justify-self:center;
        padding:6px 9px;
        font-size:.62rem;
    }

    .header-event strong{
        font-size:.92rem;
    }

    .header-event small{
        font-size:.65rem;
    }

    .header-countdown{
        grid-template-columns:repeat(4,1fr);
        width:100%;
        gap:6px;
    }

    .header-countdown div{
        min-width:0;
        padding:8px 4px;
    }

    .header-countdown strong{
        font-size:1.15rem;
    }

    .header-countdown span{
        font-size:.52rem;
    }

    .header-reserve-btn{
        min-height:44px;
        font-size:.8rem;
    }
}


/* =========================================================
   PROFESSIONAL SINGLE-HEADER FIX
   Removes duplicate CTA row and creates a clean navigation bar
   ========================================================= */

.site-header{
    background:rgba(255,255,255,.98);
    box-shadow:0 1px 0 rgba(8,26,69,.08);
}

.header-grid{
    grid-template-columns:auto 1fr;
    min-height:68px;
}

.webinar-nav{
    margin-left:auto;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:28px;
}

.webinar-nav a{
    color:#344054;
    font-size:.82rem;
    font-weight:800;
    transition:.2s ease;
}

.webinar-nav a:hover{
    color:#0b1d52;
}

.webinar-header-strip{
    background:linear-gradient(90deg,#f8fbff 0%,#ffffff 100%);
}

.webinar-header-grid{
    min-height:78px;
    grid-template-columns:minmax(0,1fr) auto auto;
}

.header-event{
    gap:12px;
}

.event-badge{
    padding:7px 10px;
    border-radius:8px;
}

.header-event strong{
    font-size:1.08rem;
}

.header-countdown{
    grid-template-columns:repeat(4,68px);
    gap:8px;
}

.header-countdown div{
    padding:7px 5px;
    border-radius:11px;
}

.header-countdown strong{
    font-size:1.32rem;
}

.header-reserve-btn{
    min-height:46px;
    padding:11px 18px;
    border-radius:10px;
    font-size:.88rem;
}

@media(max-width:900px){
    .webinar-nav{
        display:none;
    }

    .header-grid{
        grid-template-columns:1fr;
        justify-items:center;
        min-height:60px;
    }

    .brand img{
        width:165px;
        height:48px;
    }

    .webinar-header-grid{
        grid-template-columns:1fr;
        gap:10px;
        padding:12px 0;
    }

    .header-event{
        justify-content:center;
    }

    .header-countdown{
        justify-content:center;
    }

    .header-reserve-btn{
        width:100%;
    }
}

@media(max-width:650px){
    .header-grid{
        justify-items:start;
    }

    .brand img{
        width:155px;
        height:45px;
    }

    .webinar-header-strip{
        position:static;
    }

    .webinar-header-grid{
        padding:10px 0 12px;
    }

    .header-event{
        display:grid;
        justify-items:center;
    }

    .header-event strong{
        font-size:.9rem;
        text-align:center;
    }

    .header-event small{
        text-align:center;
    }

    .header-countdown{
        width:100%;
        grid-template-columns:repeat(4,1fr);
    }

    .header-reserve-btn{
        min-height:44px;
    }
}


/* =========================================================
   FINAL SINGLE UNIFIED HEADER
   ========================================================= */

.site-header{
    position:sticky;
    top:0;
    z-index:80;
    background:rgba(255,255,255,.98);
    border-bottom:1px solid #e2e8f0;
    box-shadow:0 4px 18px rgba(8,26,69,.06);
    backdrop-filter:blur(14px);
}

.unified-header{
    min-height:82px;
    display:grid;
    grid-template-columns:auto minmax(320px,1fr) auto auto;
    align-items:center;
    gap:22px;
}

.unified-header .brand img{
    width:170px;
    height:52px;
    object-fit:contain;
}

.unified-event{
    display:flex;
    align-items:center;
    gap:12px;
    min-width:0;
}

.unified-event strong,
.unified-event small{
    display:block;
}

.unified-event strong{
    color:#0b1d52;
    font-size:1rem;
    line-height:1.2;
    white-space:nowrap;
}

.unified-event small{
    margin-top:4px;
    color:#667085;
    font-size:.7rem;
}

.event-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    padding:7px 10px;
    border-radius:8px;
    background:#0b1d52;
    color:#fff;
    font-size:.66rem;
    font-weight:900;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.header-countdown{
    display:grid;
    grid-template-columns:repeat(4,64px);
    gap:7px;
}

.header-countdown div{
    padding:7px 4px;
    border:1px solid #dfe6ef;
    border-radius:10px;
    background:#fff;
    text-align:center;
    box-shadow:0 4px 14px rgba(8,26,69,.04);
}

.header-countdown strong,
.header-countdown span{
    display:block;
}

.header-countdown strong{
    color:#0b1d52;
    font-size:1.2rem;
    line-height:1;
}

.header-countdown span{
    margin-top:4px;
    color:#667085;
    font-size:.52rem;
    font-weight:800;
    text-transform:uppercase;
}

.header-reserve-btn{
    min-height:46px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:11px 18px;
    border-radius:10px;
    background:#0b1d52;
    color:#fff;
    font-size:.84rem;
    font-weight:900;
    white-space:nowrap;
    box-shadow:0 9px 20px rgba(11,29,82,.18);
}

.header-reserve-btn:hover{
    transform:translateY(-1px);
}

/* Remove any older header elements if cached CSS remains */
.header-grid,
.webinar-header-strip,
.webinar-nav,
.header-points,
.header-cta{
    display:none!important;
}

@media(max-width:1050px){
    .unified-header{
        grid-template-columns:auto 1fr auto;
        gap:14px;
        padding:9px 0;
    }

    .unified-header .brand img{
        width:150px;
        height:46px;
    }

    .header-countdown{
        grid-column:2/4;
        justify-self:end;
    }

    .header-reserve-btn{
        grid-column:3;
        grid-row:1;
    }

    .unified-event strong{
        white-space:normal;
    }
}

@media(max-width:700px){
    .site-header{
        position:relative;
    }

    .unified-header{
        min-height:auto;
        grid-template-columns:1fr;
        gap:10px;
        padding:12px 0 14px;
        text-align:center;
    }

    .unified-header .brand{
        justify-self:center;
    }

    .unified-header .brand img{
        width:145px;
        height:44px;
    }

    .unified-event{
        display:grid;
        grid-template-columns:1fr;
        justify-items:center;
        gap:7px;
    }

    .unified-event strong{
        font-size:.9rem;
        white-space:normal;
    }

    .unified-event small{
        font-size:.64rem;
    }

    .event-badge{
        font-size:.6rem;
        padding:6px 9px;
    }

    .header-countdown{
        grid-column:auto;
        grid-row:auto;
        width:100%;
        grid-template-columns:repeat(4,1fr);
        gap:6px;
        justify-self:stretch;
    }

    .header-countdown div{
        min-width:0;
        padding:8px 3px;
    }

    .header-countdown strong{
        font-size:1.12rem;
    }

    .header-reserve-btn{
        grid-column:auto;
        grid-row:auto;
        width:100%;
        min-height:44px;
    }
}
