
:root{
  --bg:#050816;--bg2:#080d1f;--card:#0b1228;--text:#f7f8fc;--muted:#9aa6bd;
  --gold:#ffd54a;--blue:#00c8ff;--line:rgba(255,255,255,.1);--danger:#ff6b6b;
  --radius:22px;--shadow:0 30px 80px rgba(0,0,0,.35)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:
radial-gradient(circle at 10% 10%,rgba(0,200,255,.10),transparent 30%),
radial-gradient(circle at 85% 20%,rgba(255,213,74,.08),transparent 30%),var(--bg);
color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;overflow-x:hidden}
a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.section{padding:110px 0}.eyebrow{display:inline-flex;color:var(--gold);font-size:.8rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px}
h1,h2,h3,h4,p{margin-top:0}h1{font-size:clamp(3rem,6vw,6.4rem);line-height:.95;letter-spacing:-.055em;margin-bottom:28px}h1 span{background:linear-gradient(90deg,var(--blue),var(--gold));-webkit-background-clip:text;color:transparent}
h2{font-size:clamp(2.2rem,4vw,4.4rem);line-height:1.05;letter-spacing:-.04em;margin-bottom:24px}h3{line-height:1.2}p{color:var(--muted)}
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(5,8,22,.68);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;border:1px solid rgba(0,200,255,.5);display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,rgba(0,200,255,.2),rgba(255,213,74,.08));font-weight:900}.brand strong{display:block;font-size:.92rem;letter-spacing:.08em}.brand small{display:block;color:var(--muted);font-size:.72rem}.desktop-nav{display:flex;gap:30px;color:#d4d9e4;font-size:.9rem}.desktop-nav a:hover{color:var(--gold)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:15px 22px;border-radius:14px;background:linear-gradient(90deg,var(--blue),#7d5cff,var(--gold));color:#07101c;font-weight:900;border:0;cursor:pointer;box-shadow:0 15px 40px rgba(0,200,255,.18);transition:.25s}.btn:hover{transform:translateY(-2px);filter:brightness(1.08)}.btn-small{padding:11px 16px;font-size:.86rem}.btn-ghost{background:transparent;color:var(--text);border:1px solid var(--line);box-shadow:none}
.hero{padding-top:150px;min-height:100vh;display:flex;align-items:center}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:center}.hero-text{font-size:1.12rem;max-width:720px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:34px 0}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:42px}.trust-row>div{padding:18px;border:1px solid var(--line);background:rgba(255,255,255,.025);border-radius:16px}.trust-row strong{display:block;font-size:1.05rem}.trust-row span{display:block;color:var(--muted);font-size:.78rem}
.chart-card{border:1px solid rgba(0,200,255,.24);background:linear-gradient(180deg,rgba(12,20,45,.92),rgba(5,8,22,.9));border-radius:28px;padding:18px;box-shadow:var(--shadow);position:relative;overflow:hidden}.chart-card:after{content:"";position:absolute;inset:auto -20% -40% 20%;height:220px;background:radial-gradient(circle,rgba(0,200,255,.18),transparent 60%)}.chart-top,.chart-meta{display:flex;justify-content:space-between;gap:20px;font-size:.72rem;color:#cfd6e6;letter-spacing:.08em}.live-dot{color:#76ffb2}.live-dot:before{content:"";display:inline-block;width:7px;height:7px;background:#76ffb2;border-radius:50%;margin-right:7px;box-shadow:0 0 15px #76ffb2}.wave-chart{width:100%;height:auto;margin:10px 0}.grid-lines path{stroke:rgba(255,255,255,.07);stroke-width:1}.candles rect{fill:#0fd0ff}.candles rect:nth-of-type(3n){fill:#ff557b}.candles line{stroke:rgba(255,255,255,.35)}.wave-path{fill:none;stroke:url(#waveLine);stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1000;animation:draw 3s ease forwards}.wave-labels text{fill:#fff;font-weight:800}.chart-meta>div{display:flex;flex-direction:column}.chart-meta span{color:var(--muted)}@keyframes draw{from{stroke-dashoffset:1000}to{stroke-dashoffset:0}}
.feature-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.02)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr)}.feature-grid article{display:flex;gap:14px;padding:28px 22px;border-right:1px solid var(--line)}.feature-grid article:last-child{border-right:0}.feature-grid article>span{color:var(--gold);font-weight:900}.feature-grid h3{font-size:.95rem;margin-bottom:8px}.feature-grid p{font-size:.78rem;margin:0}
.two-col,.liquidity-grid,.faq-grid,.apply-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.section-copy p{font-size:1.05rem}.check-list{list-style:none;padding:0;margin:28px 0 0}.check-list li{padding:10px 0;color:#d9deea}.check-list li:before{content:"✓";color:var(--gold);font-weight:900;margin-right:12px}
.psychology-card{border:1px solid var(--line);border-radius:var(--radius);padding:34px;background:linear-gradient(145deg,rgba(0,200,255,.08),rgba(255,213,74,.04));box-shadow:var(--shadow)}.cycle{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:28px}.cycle span{padding:18px;border-radius:14px;border:1px solid var(--line);text-align:center;font-size:.85rem;color:#dce3ef}.mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}.mini-stats div{padding:16px;background:#070c1d;border-radius:14px;text-align:center}.mini-stats strong,.mini-stats span{display:block}.mini-stats strong{color:var(--gold)}.mini-stats span{font-size:.72rem;color:var(--muted)}
.curriculum-section{background:linear-gradient(180deg,transparent,rgba(0,200,255,.035),transparent)}.section-heading{text-align:center;max-width:850px;margin:0 auto 50px}.modules-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.module-card{position:relative;border:1px solid var(--line);border-radius:18px;padding:26px;background:rgba(10,17,38,.82);min-height:310px;transition:.3s}.module-card:hover{transform:translateY(-8px);border-color:rgba(255,213,74,.4)}.module-no{font-size:2.2rem;color:rgba(255,213,74,.7);font-weight:900;margin-bottom:18px}.module-card h3{font-size:1.12rem}.module-card ul{padding-left:18px;color:var(--muted);font-size:.86rem}.module-card li{margin-bottom:9px}
.liquidity-visual{height:430px;border:1px solid var(--line);border-radius:var(--radius);position:relative;background:linear-gradient(145deg,rgba(0,200,255,.07),rgba(255,213,74,.05));overflow:hidden}.liquidity-visual svg{position:absolute;inset:35px;width:calc(100% - 70px);height:calc(100% - 70px)}.liquidity-visual polyline{fill:none;stroke:url(#waveLine);stroke-width:5}.zone{position:absolute;padding:8px 12px;border-radius:10px;background:rgba(5,8,22,.88);border:1px solid var(--line);font-size:.72rem;z-index:2}.zone-1{top:25px;right:25px}.zone-2{top:90px;left:35px;color:var(--gold)}.zone-3{top:185px;right:40px;color:var(--blue)}.zone-4{bottom:85px;left:30px}.zone-5{bottom:22px;right:25px}.text-link{color:var(--gold);font-weight:800}
.mentor-card{display:grid;grid-template-columns:260px 1fr;gap:45px;align-items:center;padding:42px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.025)}.avatar{height:260px;border-radius:24px;background:radial-gradient(circle at 30% 30%,rgba(0,200,255,.35),transparent 45%),linear-gradient(145deg,#0f1833,#080d1d);display:grid;place-items:center;font-size:4rem;font-weight:950;color:var(--gold);border:1px solid rgba(0,200,255,.2)}.mentor-points{display:flex;flex-wrap:wrap;gap:10px}.mentor-points span{padding:10px 14px;border:1px solid var(--line);border-radius:999px;color:#dfe5ef;font-size:.82rem}
.outcomes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.outcomes-grid article{padding:28px;border:1px solid var(--line);border-radius:18px;background:#091026}.outcomes-grid strong{color:var(--blue);font-size:1.5rem}.outcomes-grid p{margin:16px 0 0;font-size:.92rem}
.accordion details{border-bottom:1px solid var(--line);padding:18px 0}.accordion summary{cursor:pointer;font-weight:800;list-style:none}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:"+";float:right;color:var(--gold);font-size:1.3rem}.accordion details[open] summary:after{content:"−"}.accordion p{margin:12px 0 0}
.apply-section{background:linear-gradient(180deg,transparent,rgba(255,213,74,.035))}.application-form{padding:30px;border:1px solid rgba(0,200,255,.22);background:rgba(7,12,29,.92);border-radius:24px;box-shadow:var(--shadow)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.application-form label,.application-form legend{display:block;font-size:.8rem;color:#cfd6e6;font-weight:700;margin-bottom:14px}.application-form input,.application-form select,.application-form textarea{width:100%;margin-top:8px;border:1px solid var(--line);background:#050a19;color:#fff;border-radius:12px;padding:13px 14px;outline:none}.application-form input:focus,.application-form select:focus,.application-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,200,255,.08)}fieldset{border:0;padding:0;margin:0 0 8px}.checks{display:flex;flex-wrap:wrap;gap:12px}.checks label{display:flex;align-items:center;gap:6px;border:1px solid var(--line);padding:9px 12px;border-radius:10px;margin:0}.checks input,.consent input{width:auto;margin:0}.consent{display:flex!important;align-items:flex-start;gap:10px}.btn-submit{width:100%;margin-top:8px}.form-message{margin-top:14px;font-size:.9rem}.form-message.success{color:#76ffb2}.form-message.error{color:var(--danger)}.honeypot{position:absolute!important;left:-9999px!important}.spinner{display:none;width:18px;height:18px;border:2px solid rgba(5,8,22,.35);border-top-color:#050816;border-radius:50%;animation:spin .7s linear infinite}.is-loading .spinner{display:inline-block}.is-loading .btn-text{opacity:.7}@keyframes spin{to{transform:rotate(360deg)}}.apply-benefits{display:grid;gap:12px;color:#dfe5ef}
footer{padding:60px 0 25px;border-top:1px solid var(--line);background:#040711}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-grid h4{color:var(--gold)}.footer-grid a{display:block;color:var(--muted);margin:8px 0}.footer-grid p{max-width:480px;margin-top:18px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:24px;margin-top:35px;color:#7f8aa0;font-size:.78rem}.floating-wa{position:fixed;right:22px;bottom:22px;width:54px;height:54px;border-radius:50%;background:#22c55e;color:#06140b;display:grid;place-items:center;font-weight:950;z-index:40;box-shadow:0 12px 30px rgba(34,197,94,.3)}
.mouse-glow{position:fixed;width:320px;height:320px;border-radius:50%;pointer-events:none;background:radial-gradient(circle,rgba(0,200,255,.08),transparent 65%);transform:translate(-50%,-50%);z-index:-1}.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:980px){.desktop-nav{display:none}.hero-grid,.two-col,.liquidity-grid,.faq-grid,.apply-grid{grid-template-columns:1fr}.hero{padding-top:125px}.feature-grid,.modules-grid,.outcomes-grid{grid-template-columns:repeat(2,1fr)}.mentor-card{grid-template-columns:180px 1fr}.avatar{height:180px}.section{padding:80px 0}}
@media(max-width:640px){.container{width:min(100% - 26px,1180px)}.site-header .btn-small{display:none}.nav-wrap{height:68px}h1{font-size:3.15rem}.hero{padding-top:110px}.trust-row,.feature-grid,.modules-grid,.outcomes-grid,.form-row,.footer-grid{grid-template-columns:1fr}.feature-grid article{border-right:0;border-bottom:1px solid var(--line)}.mentor-card{grid-template-columns:1fr;padding:24px}.avatar{height:220px}.section{padding:70px 0}.application-form{padding:20px}.footer-bottom{flex-direction:column}.hero-actions .btn{width:100%}}


/* ===== Light Premium Theme Overrides ===== */
:root{
  --bg:#f6f8fc;
  --bg2:#ffffff;
  --card:#ffffff;
  --text:#101729;
  --muted:#5f6b7e;
  --gold:#d79a00;
  --blue:#087dca;
  --line:rgba(16,23,41,.12);
  --danger:#d92d20;
  --shadow:0 24px 70px rgba(24,39,75,.12)
}
body{
  background:
    radial-gradient(circle at 10% 8%,rgba(8,125,202,.10),transparent 28%),
    radial-gradient(circle at 88% 12%,rgba(215,154,0,.10),transparent 28%),
    linear-gradient(180deg,#f9fbff,#f3f6fb 55%,#ffffff);
  color:var(--text)
}
.site-header{background:rgba(255,255,255,.86);border-bottom:1px solid rgba(16,23,41,.08)}
.desktop-nav{color:#364152}
.brand-logo{width:52px;height:52px;object-fit:contain;border-radius:50%;background:#000}
.brand strong{color:#101729}
.brand small{color:#667085}
.btn{color:#fff;background:linear-gradient(90deg,#087dca,#2952cc,#d79a00);box-shadow:0 14px 34px rgba(8,125,202,.18)}
.btn-ghost{background:#fff;color:#101729;border:1px solid rgba(16,23,41,.14)}
.hero{align-items:flex-start;padding-top:125px}
.hero-grid{grid-template-columns:.9fr 1.1fr;gap:36px;align-items:start}
.hero-copy{position:sticky;top:110px}
.hero-form-wrap{background:#fff;border:1px solid rgba(16,23,41,.10);border-radius:26px;padding:26px;box-shadow:var(--shadow)}
.hero-form-head h2{font-size:clamp(2rem,3vw,3.2rem);margin-bottom:12px}
.hero-form-head p{margin-bottom:20px}
.trust-row>div,.module-card,.outcomes-grid article,.psychology-card,.mentor-card,.application-form{
  background:#fff;border-color:rgba(16,23,41,.11)
}
.feature-strip{background:#fff;border-color:rgba(16,23,41,.08)}
.feature-grid article{border-color:rgba(16,23,41,.08)}
.feature-grid h3,.module-card h3,.accordion summary,.application-form label,.application-form legend{color:#1d2939}
.application-form{padding:0;border:0;box-shadow:none;background:transparent}
.application-form input,.application-form select,.application-form textarea{
  background:#fbfcfe;color:#101729;border:1px solid rgba(16,23,41,.14)
}
.application-form input:focus,.application-form select:focus,.application-form textarea:focus{
  border-color:#087dca;box-shadow:0 0 0 3px rgba(8,125,202,.10)
}
.checks label{background:#fbfcfe;border-color:rgba(16,23,41,.12);color:#344054}
.consent{color:#475467!important}
.cycle span,.mini-stats div,.mentor-points span{background:#f8fafc;color:#344054;border-color:rgba(16,23,41,.10)}
.module-card:hover{border-color:rgba(215,154,0,.45);box-shadow:0 18px 45px rgba(24,39,75,.10)}
.curriculum-section{background:linear-gradient(180deg,transparent,rgba(8,125,202,.035),transparent)}
.liquidity-visual{background:linear-gradient(145deg,rgba(8,125,202,.08),rgba(215,154,0,.08))}
.zone{background:rgba(255,255,255,.94);color:#344054}
.mentor-card{background:linear-gradient(145deg,#fff,#f7f9fd)}
.avatar{background:#000 url("../images/elliott-baba-logo.png") center/contain no-repeat;color:transparent;border-color:rgba(8,125,202,.15)}
.apply-section{background:transparent}
footer{background:#101729;color:#fff}
footer .brand strong{color:#fff}
footer .brand small,footer p,.footer-grid a{color:#c6cedb}
.footer-bottom{color:#98a2b3;border-color:rgba(255,255,255,.12)}
.mouse-glow{background:radial-gradient(circle,rgba(8,125,202,.08),transparent 65%)}
.floating-wa{background:#22c55e;color:#fff}
.compact-form textarea{min-height:86px}
@media(max-width:980px){
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{position:static}
}


/* ===== Elliott Wave Visual Restored ===== */
.hero-market-map{margin-top:42px}
.market-map-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:18px}
.market-map-head h3{font-size:clamp(1.65rem,3vw,2.7rem);margin-bottom:0}
.market-map-badges{display:flex;flex-wrap:wrap;gap:9px;justify-content:flex-end}
.market-map-badges span,.analysis-pill{padding:8px 12px;border-radius:999px;background:#fff;border:1px solid rgba(16,23,41,.10);font-size:.73rem;color:#475467;font-weight:800}
.institutional-chart{background:#fff;border:1px solid rgba(16,23,41,.10);border-radius:24px;box-shadow:var(--shadow);overflow:hidden}
.chart-toolbar{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid rgba(16,23,41,.08)}
.chart-symbol strong,.chart-symbol span{display:block}.chart-symbol span{font-size:.75rem;color:var(--muted)}
.chart-status{font-size:.77rem;color:#344054;font-weight:800}.chart-status i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#22c55e;margin-right:7px;box-shadow:0 0 12px rgba(34,197,94,.65)}
.institutional-svg{display:block;width:100%;height:auto;background:linear-gradient(180deg,#fbfdff,#f5f8fc)}
.chart-grid path,.structure-grid path{stroke:rgba(16,23,41,.07);stroke-width:1}
.liquidity-lines line{stroke:#d79a00;stroke-width:2;stroke-dasharray:9 8;opacity:.75}.liquidity-lines text{font-size:13px;fill:#a16207;font-weight:900}
.fibo-lines line{stroke:rgba(41,82,204,.22);stroke-width:1;stroke-dasharray:6 7}.fibo-lines text{fill:#667085;font-size:12px}
.large-candles rect{fill:#0ea5e9}.large-candles rect:nth-of-type(3n){fill:#ef4444}.large-candles line{stroke:rgba(16,23,41,.35)}
.wave-area{fill:url(#heroAreaGradient)}
.hero-wave-path{fill:none;stroke:url(#heroWaveGradient);stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1800;animation:drawHeroWave 3.2s ease forwards}
@keyframes drawHeroWave{from{stroke-dashoffset:1800}to{stroke-dashoffset:0}}
.wave-points circle{fill:#fff;stroke:#087dca;stroke-width:4}.wave-points text{font-size:17px;font-weight:950;fill:#101729}
.smc-labels rect{fill:#fff;stroke:rgba(16,23,41,.15)}.smc-labels text{font-size:12px;fill:#344054;font-weight:900}
.chart-insight-row{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(16,23,41,.08)}
.chart-insight-row>div{padding:18px 22px;border-right:1px solid rgba(16,23,41,.08)}.chart-insight-row>div:last-child{border-right:0}
.chart-insight-row span,.chart-insight-row strong{display:block}.chart-insight-row span{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.chart-insight-row strong{font-size:.9rem;margin-top:4px;color:#101729}

.structure-analysis-card{border:1px solid rgba(16,23,41,.10);border-radius:24px;background:#fff;padding:24px;box-shadow:var(--shadow)}
.structure-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:12px}.structure-card-head h3{font-size:1.55rem;margin-bottom:0}
.structure-svg{display:block;width:100%;height:auto;border-radius:18px;background:linear-gradient(180deg,#fbfdff,#f7f9fc)}
.zone-title{font-size:12px;font-weight:950;letter-spacing:.09em}.premium-title{fill:#b42318}.discount-title{fill:#15803d}
.liq-line{stroke-width:2;stroke-dasharray:8 7}.buy-liq{stroke:#d79a00}.sell-liq{stroke:#15803d}.liq-text{font-size:11px;font-weight:950}.buy-text{fill:#a16207}.sell-text{fill:#15803d}
.ob-zone{fill:rgba(34,197,94,.14);stroke:#16a34a}.fvg-zone{fill:rgba(8,125,202,.12);stroke:#087dca}.entry-zone{fill:rgba(215,154,0,.13);stroke:#d79a00}.box-label{font-size:10px;font-weight:900;fill:#1d2939}
.structure-wave-path{fill:none;stroke:url(#structureWave);stroke-width:5;stroke-linejoin:round;stroke-linecap:round;stroke-dasharray:1300;animation:drawStructure 3s ease forwards}
@keyframes drawStructure{from{stroke-dashoffset:1300}to{stroke-dashoffset:0}}
.structure-wave-points circle{fill:#fff;stroke:#087dca;stroke-width:3}.structure-wave-points text{font-size:14px;font-weight:950;fill:#101729}
.bos-line,.choch-line{stroke:#7c3aed;stroke-width:2;stroke-dasharray:6 6}.bos-text,.choch-text{font-size:11px;fill:#6d28d9;font-weight:950}
.risk-line{stroke-width:2;stroke-dasharray:7 6}.sl-line{stroke:#dc2626}.tp-line{stroke:#16a34a}.risk-text{font-size:11px;font-weight:950}.sl-text{fill:#dc2626}.tp-text{fill:#15803d}
.structure-points{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px}
.structure-points>div{padding:14px;border:1px solid rgba(16,23,41,.09);border-radius:14px;background:#fbfcfe}
.structure-points strong,.structure-points span{display:block}.structure-points strong{font-size:.84rem;color:#101729}.structure-points span{font-size:.75rem;color:#667085;margin-top:4px}

@media(max-width:980px){
  .market-map-head{align-items:flex-start;flex-direction:column}
  .market-map-badges{justify-content:flex-start}
  .chart-insight-row{grid-template-columns:1fr}
  .chart-insight-row>div{border-right:0;border-bottom:1px solid rgba(16,23,41,.08)}
  .chart-insight-row>div:last-child{border-bottom:0}
}
@media(max-width:640px){
  .hero-market-map{margin-top:26px}
  .chart-toolbar{align-items:flex-start;flex-direction:column;gap:8px}
  .structure-analysis-card{padding:14px}
  .structure-points{grid-template-columns:1fr}
  .market-map-badges span{font-size:.68rem}
}


/* ===== Hero Rebuild: Chart Left, Form Right, Mentorship Strip Below ===== */
.hero-rebuilt{
  padding-top:118px;
  min-height:auto;
  display:block;
}
.hero-main-grid{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(390px,.72fr);
  gap:28px;
  align-items:start;
}
.hero-chart-column,
.hero-form-column{
  min-width:0;
}
.compact-head{
  margin-bottom:16px;
  align-items:flex-end;
}
.compact-head h1{
  font-size:clamp(2.5rem,4.5vw,4.8rem);
  line-height:1;
  margin-bottom:0;
  max-width:760px;
}
.hero-chart-column .institutional-chart{
  width:100%;
}
.hero-chart-column .institutional-svg{
  max-height:570px;
}
.hero-form-column .hero-form-wrap{
  position:sticky;
  top:96px;
  padding:24px;
}
.hero-form-column .hero-form-head h2{
  font-size:clamp(2rem,3vw,3.1rem);
  line-height:1.02;
}
.hero-form-column .application-form{
  max-height:none;
}
.hero-form-column .form-row{
  grid-template-columns:1fr 1fr;
}
.hero-form-column .compact-form textarea{
  min-height:72px;
}
.hero-form-column .checks{
  gap:8px;
}
.hero-form-column .checks label{
  padding:8px 10px;
  font-size:.74rem;
}
.mentorship-strip{
  margin-top:28px;
  display:grid;
  grid-template-columns:minmax(0,1.6fr) auto;
  grid-template-areas:
    "content actions"
    "stats stats";
  gap:22px 30px;
  align-items:center;
  padding:30px 32px;
  border:1px solid rgba(16,23,41,.10);
  border-radius:24px;
  background:
    linear-gradient(135deg,rgba(8,125,202,.08),rgba(255,255,255,.96) 45%,rgba(215,154,0,.08));
  box-shadow:var(--shadow);
}
.strip-content{grid-area:content}
.strip-content h2{
  font-size:clamp(2rem,3.5vw,3.75rem);
  line-height:1.05;
  margin-bottom:14px;
}
.strip-content h2 span{
  background:linear-gradient(90deg,#087dca,#d79a00);
  -webkit-background-clip:text;
  color:transparent;
}
.strip-content p{
  max-width:840px;
  margin-bottom:0;
}
.strip-actions{
  grid-area:actions;
  display:flex;
  flex-direction:column;
  gap:10px;
  min-width:220px;
}
.strip-actions .btn{
  width:100%;
}
.strip-stats{
  grid-area:stats;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  padding-top:20px;
  border-top:1px solid rgba(16,23,41,.09);
}
.strip-stats>div{
  padding:14px 18px;
  border-radius:14px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(16,23,41,.08);
}
.strip-stats strong,
.strip-stats span{
  display:block;
}
.strip-stats strong{
  color:#087dca;
  font-size:1rem;
}
.strip-stats span{
  color:#667085;
  font-size:.76rem;
  margin-top:2px;
}

/* Make chart details readable without consuming excessive height */
.hero-chart-column .chart-insight-row{
  grid-template-columns:repeat(3,1fr);
}
.hero-chart-column .chart-insight-row>div{
  padding:15px 18px;
}
.hero-chart-column .chart-toolbar{
  padding:15px 18px;
}

@media(max-width:1180px){
  .hero-main-grid{
    grid-template-columns:minmax(0,1.35fr) minmax(360px,.75fr);
  }
  .compact-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .market-map-badges{
    justify-content:flex-start;
  }
}

@media(max-width:980px){
  .hero-main-grid{
    grid-template-columns:1fr;
  }
  .hero-form-column .hero-form-wrap{
    position:static;
  }
  .mentorship-strip{
    grid-template-columns:1fr;
    grid-template-areas:
      "content"
      "actions"
      "stats";
  }
  .strip-actions{
    flex-direction:row;
  }
  .strip-actions .btn{
    width:auto;
  }
}

@media(max-width:640px){
  .hero-rebuilt{
    padding-top:94px;
  }
  .hero-main-grid{
    gap:20px;
  }
  .compact-head h1{
    font-size:2.55rem;
  }
  .hero-form-column .form-row{
    grid-template-columns:1fr;
  }
  .mentorship-strip{
    padding:22px 18px;
  }
  .strip-actions{
    flex-direction:column;
  }
  .strip-actions .btn{
    width:100%;
  }
  .strip-stats{
    grid-template-columns:1fr;
  }
  .hero-chart-column .chart-insight-row{
    grid-template-columns:1fr;
  }
}


/* ===== Final Professional Hero Alignment ===== */
.container-wide{
  width:min(1460px,calc(100% - 48px));
  margin-inline:auto;
}
.hero-professional{
  display:block;
  min-height:auto;
  padding:112px 0 64px;
}
.hero-professional-grid{
  display:grid;
  grid-template-columns:minmax(0,1.72fr) minmax(440px,.78fr);
  gap:28px;
  align-items:stretch;
}
.pro-chart-card,
.pro-form-card{
  height:100%;
  border:1px solid rgba(16,23,41,.10);
  border-radius:26px;
  background:rgba(255,255,255,.96);
  box-shadow:0 24px 70px rgba(24,39,75,.11);
  overflow:hidden;
}
.pro-chart-card{
  padding:0;
  display:flex;
  flex-direction:column;
}
.pro-card-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  padding:28px 30px 24px;
  border-bottom:1px solid rgba(16,23,41,.08);
}
.pro-card-top h1{
  font-size:clamp(2.35rem,3.6vw,4.35rem);
  line-height:.98;
  margin:0 0 12px;
  max-width:760px;
}
.pro-card-top h2{
  font-size:clamp(2rem,2.7vw,3.05rem);
  line-height:1.02;
  margin:0 0 10px;
}
.pro-card-top p{
  margin:0;
  max-width:760px;
  font-size:.98rem;
}
.chart-card-top{
  min-height:188px;
}
.market-map-badges{
  max-width:260px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:flex-end;
  padding-top:4px;
}
.market-map-badges span,
.secure-badge{
  white-space:nowrap;
  padding:8px 11px;
  border-radius:999px;
  border:1px solid rgba(16,23,41,.10);
  background:#f8fafc;
  color:#475467;
  font-size:.7rem;
  font-weight:850;
}
.pro-chart-frame{
  margin:22px;
  flex:1;
  display:flex;
  flex-direction:column;
  box-shadow:none;
  border-radius:18px;
}
.pro-chart-frame .institutional-svg{
  width:100%;
  height:auto;
  max-height:565px;
  flex:1;
}
.pro-chart-frame .chart-insight-row{
  margin-top:auto;
}
.hero-form-column{
  min-width:0;
}
.pro-form-card{
  padding-bottom:22px;
}
.pro-form-card .pro-card-top{
  min-height:188px;
}
.pro-form-card .pro-card-top>div{
  min-width:0;
}
.secure-badge{
  color:#15803d;
  background:#f0fdf4;
  border-color:rgba(21,128,61,.16);
}
.pro-form{
  padding:22px 24px 0;
}
.pro-form label,
.pro-form legend{
  margin-bottom:12px;
  font-size:.75rem;
}
.pro-form input,
.pro-form select,
.pro-form textarea{
  margin-top:6px;
  padding:11px 12px;
  border-radius:10px;
  font-size:.88rem;
  min-height:44px;
}
.pro-form textarea{
  min-height:78px;
  resize:vertical;
}
.pro-form .form-row{
  gap:12px;
}
.pro-form .market-fieldset{
  margin-bottom:6px;
}
.pro-form .checks{
  gap:7px;
}
.pro-form .checks label{
  margin:0;
  padding:7px 9px;
  border-radius:9px;
  font-size:.7rem;
}
.pro-form .checks input{
  min-height:auto;
}
.form-row-textareas{
  align-items:start;
}
.form-bottom-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  align-items:end;
}
.form-bottom-grid .consent{
  min-height:44px;
  margin:0 0 12px;
  padding:10px 12px;
  border:1px solid rgba(16,23,41,.10);
  border-radius:10px;
  background:#fbfcfe;
  align-items:center;
}
.form-bottom-grid .consent input{
  min-height:auto;
}
.form-bottom-grid .consent span{
  line-height:1.35;
  font-size:.7rem;
}
.pro-form .btn-submit{
  min-height:48px;
  margin-top:4px;
}
.pro-strip{
  margin-top:28px;
}
.feature-strip{
  margin-top:0;
}

/* Keep the two top cards visually equal and aligned */
@media(min-width:1181px){
  .pro-chart-card,
  .pro-form-card{
    min-height:790px;
  }
  .pro-chart-frame{
    min-height:555px;
  }
}

@media(max-width:1180px){
  .container-wide{
    width:min(100% - 36px,1180px);
  }
  .hero-professional-grid{
    grid-template-columns:minmax(0,1.35fr) minmax(390px,.8fr);
  }
  .pro-card-top{
    flex-direction:column;
    min-height:auto!important;
  }
  .market-map-badges{
    max-width:none;
    justify-content:flex-start;
  }
}

@media(max-width:980px){
  .hero-professional-grid{
    grid-template-columns:1fr;
  }
  .pro-chart-card,
  .pro-form-card{
    min-height:auto;
  }
  .pro-chart-frame{
    min-height:auto;
  }
}

@media(max-width:640px){
  .container-wide{
    width:min(100% - 24px,1460px);
  }
  .hero-professional{
    padding-top:92px;
  }
  .pro-card-top{
    padding:22px 18px 18px;
  }
  .pro-card-top h1{
    font-size:2.45rem;
  }
  .pro-chart-frame{
    margin:12px;
  }
  .pro-form{
    padding:18px 16px 0;
  }
  .pro-form .form-row,
  .form-bottom-grid{
    grid-template-columns:1fr;
  }
  .pro-form .checks{
    display:grid;
    grid-template-columns:repeat(2,1fr);
  }
}
