:root{
  --blue:#0d2f68;--blue2:#153f80;--navy:#071b39;--sky:#eef6ff;--orange:#f39a1d;--yellow:#ffd65c;--green:#20b56b;--text:#11213a;--muted:#65728a;--line:#dbe5f1;--white:#fff;--shadow:0 24px 80px rgba(6,31,72,.12);--radius:26px
}
*{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;line-height:1.55}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button,input,select{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{min-height:34px;background:var(--navy);color:#dce7f7;display:flex;gap:34px;align-items:center;justify-content:center;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.topbar span+span:before{content:"•";margin-right:34px;color:var(--orange)}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(12,47,104,.08)}.nav-wrap{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:8px;min-width:max-content}.brand-mark{width:52px;height:52px}.brand-text{display:flex;flex-direction:column;line-height:1}.brand-text strong{font-size:23px;letter-spacing:-.035em;color:var(--blue)}.brand-text small{font-size:10px;letter-spacing:.35em;color:var(--blue);margin-top:4px}.brand-text em{font-size:9px;font-style:normal;color:#52647e;margin-top:5px}.main-nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:650}.main-nav>a:not(.btn){position:relative}.main-nav>a:not(.btn):after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--orange);transition:.25s}.main-nav>a:not(.btn):hover:after{width:100%}.menu-toggle{display:none;border:0;background:transparent;padding:8px}.menu-toggle span{display:block;width:27px;height:2px;background:var(--blue);margin:5px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:999px;padding:15px 22px;font-weight:750;transition:.25s;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;box-shadow:0 12px 32px rgba(13,47,104,.22)}.btn-primary:hover{box-shadow:0 16px 36px rgba(13,47,104,.3)}.btn-ghost{background:#fff;border-color:#dce7f3;color:var(--blue)}.btn-outline{border-color:var(--blue);color:var(--blue);background:transparent}.btn-sm{padding:11px 17px}.btn-block{width:100%}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 85% 10%,#fff2c6 0,rgba(255,242,198,0) 26%),linear-gradient(180deg,#f8fbff 0,#fff 100%);padding:68px 0 34px}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(13,47,104,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(13,47,104,.035) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,black,transparent 78%)}.hero-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:52px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.15em;font-size:12px;font-weight:800;color:var(--blue)}.eyebrow:before{content:"";width:26px;height:2px;background:var(--orange)}h1,h2,h3{margin:0;line-height:1.05;letter-spacing:-.045em}h1{font-size:clamp(46px,6vw,78px);max-width:760px;margin-top:18px}h1 span,h2 span{color:var(--blue)}.hero-copy>p{font-size:19px;color:var(--muted);max-width:650px;margin:25px 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.trust-row{display:flex;align-items:center;gap:14px;margin-top:34px;color:var(--muted);font-size:13px}.trust-row strong{display:grid;place-items:center;width:50px;height:50px;border-radius:16px;background:var(--navy);color:#fff;font-size:18px}.trust-row b{color:var(--text)}.hero-visual{position:relative;min-height:510px}.hero-visual svg{position:absolute;inset:0;width:100%;height:100%;filter:drop-shadow(0 30px 42px rgba(13,47,104,.18))}.sun-orb{position:absolute;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,#ffe786 0,#ffd149 38%,rgba(255,209,73,0) 70%);right:-60px;top:-80px;filter:blur(2px)}.float-card{position:absolute;left:0;bottom:40px;background:rgba(255,255,255,.94);border:1px solid #e6edf6;border-radius:20px;padding:16px 18px;box-shadow:var(--shadow);display:flex;flex-direction:column;min-width:190px}.float-card span,.float-card small{font-size:11px;color:var(--muted)}.float-card strong{font-size:27px;color:var(--blue);line-height:1.1;margin:4px 0}.feature-strip{position:relative;margin-top:42px;background:var(--navy);border-radius:22px;color:#fff;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;box-shadow:0 20px 50px rgba(7,27,57,.18)}.feature-strip>div{padding:22px 20px;display:flex;gap:13px;border-right:1px solid rgba(255,255,255,.12)}.feature-strip>div:last-child{border-right:0}.feature-strip b{color:var(--yellow);font-size:12px}.feature-strip span{font-size:12px;color:#c7d4e6}.feature-strip strong{display:block;color:#fff;font-size:14px;margin-bottom:3px}
.section{padding:100px 0}.section-copy h2,.section-head h2{font-size:clamp(39px,5vw,61px);margin:14px 0 22px}.section-copy>p,.section-head>p{font-size:17px;color:var(--muted);max-width:660px}.simulator{background:linear-gradient(135deg,#071b39 0,#0e326d 100%);color:#fff;position:relative;overflow:hidden}.simulator:after{content:"";position:absolute;width:500px;height:500px;border-radius:50%;right:-200px;bottom:-250px;background:rgba(255,211,73,.1)}.simulator .eyebrow,.simulator .section-copy h2 span{color:var(--yellow)}.simulator .section-copy>p{color:#c7d4e6}.simulator-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:60px;align-items:start;position:relative;z-index:2}.info-box{margin-top:30px;padding:18px;border-radius:18px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12)}.info-box b{color:#fff}.info-box p{margin:6px 0 0;color:#becde0;font-size:13px}.sim-card{background:#fff;color:var(--text);border-radius:30px;padding:30px;box-shadow:0 30px 90px rgba(0,0,0,.24)}.field{display:flex;flex-direction:column;gap:8px}.field label{font-size:13px;font-weight:750;color:#31415a}.field input:not([type=range]),.field select{height:50px;border:1px solid #dbe5f1;border-radius:12px;padding:0 14px;background:#fbfdff;outline:none;color:var(--text)}.field input:focus,.field select:focus{border-color:#6d91c5;box-shadow:0 0 0 3px rgba(13,47,104,.08)}.label-row{display:flex;justify-content:space-between;gap:20px}.label-row output{font-size:23px;font-weight:850;color:var(--blue)}input[type=range]{accent-color:var(--blue);width:100%}.range-ends{display:flex;justify-content:space-between;font-size:11px;color:#7c899c}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:24px}.full{grid-column:1/-1}.check-row{display:flex;gap:10px;flex-wrap:wrap}.check{display:flex;align-items:center;gap:8px;padding:11px 13px;border:1px solid #dce6f2;border-radius:12px;background:#fbfdff;cursor:pointer}.check input{width:18px;height:18px;accent-color:var(--blue)}.results{margin-top:24px;border-top:1px solid #e3ebf4;padding-top:24px}.result-main{background:linear-gradient(135deg,#edf5ff,#fff8dc);border-radius:18px;padding:20px}.result-main span,.result-main small{display:block;font-size:12px;color:var(--muted)}.result-main strong{display:block;color:var(--blue);font-size:27px;margin:3px 0}.result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:12px 0}.result-grid>div{border:1px solid #e5ecf5;border-radius:14px;padding:13px;background:#fff}.result-grid span{font-size:10px;color:var(--muted);display:block}.result-grid strong{display:block;font-size:15px;margin-top:3px}.disclaimer{font-size:11px;color:#7b889a;margin:14px 0}
.solutions{background:#f8fbff}.section-head{max-width:780px}.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:45px}.solution-card{background:#fff;border:1px solid #e3ebf5;border-radius:24px;padding:30px;box-shadow:0 16px 50px rgba(13,47,104,.06);transition:.3s}.solution-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(13,47,104,.12)}.solution-card .number{font-size:12px;color:var(--orange);font-weight:850}.solution-card h3{font-size:28px;margin:28px 0 16px;color:var(--blue)}.solution-card p{color:var(--muted);font-size:14px}.solution-card ul{list-style:none;padding:0;margin:22px 0}.solution-card li{padding:7px 0;font-size:13px}.solution-card li:before{content:"✓";color:var(--green);font-weight:900;margin-right:9px}.solution-card a{display:inline-flex;margin-top:6px;color:var(--blue);font-weight:800;font-size:13px}
.process{background:#fff}.process-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.steps{border-top:1px solid var(--line)}.step{display:grid;grid-template-columns:50px 1fr;gap:18px;padding:23px 0;border-bottom:1px solid var(--line)}.step b{color:var(--orange);font-size:12px}.step strong{display:block;font-size:21px;color:var(--blue);margin-bottom:4px}.step span{color:var(--muted);font-size:14px}.commit{margin:70px 0 0;border:0;background:var(--navy);color:#fff;border-radius:28px;padding:42px;font-size:clamp(25px,3vw,40px);line-height:1.2;letter-spacing:-.03em}.commit cite{display:block;margin-top:18px;font-size:11px;font-style:normal;text-transform:uppercase;letter-spacing:.16em;color:var(--yellow)}
.faq{background:#f6f9fd}.faq-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:start}.accordion details{background:#fff;border:1px solid #e1eaf5;border-radius:16px;padding:0 20px;margin-bottom:11px}.accordion summary{list-style:none;cursor:pointer;padding:19px 0;font-weight:800;color:var(--blue);display:flex;justify-content:space-between}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:"+";font-size:20px}.accordion details[open] summary:after{content:"−"}.accordion p{color:var(--muted);font-size:14px;margin:0;padding:0 0 18px}
.contact{background:linear-gradient(120deg,#0c2d63,#0a1d3c);color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.contact-copy h2{font-size:clamp(39px,5vw,61px);margin:14px 0 18px}.contact-copy p{color:#c6d3e6}.eyebrow.light{color:var(--yellow)}.ticks{display:flex;flex-wrap:wrap;gap:12px 20px;color:#d9e4f1;font-size:13px;margin-top:25px}.lead-form{background:#fff;border-radius:28px;padding:28px;color:var(--text);display:grid;grid-template-columns:1fr 1fr;gap:16px}.lead-form .btn,.lead-form small{grid-column:1/-1}.lead-form small{text-align:center;color:var(--muted)}
.footer{background:#06172f;color:#c8d5e5;padding:60px 0 20px}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr 1.15fr .8fr;gap:40px}.footer h4{margin:0 0 14px;color:#fff}.footer a,.footer span{display:block;font-size:13px;margin:8px 0}.footer p{font-size:13px;max-width:280px}.footer .brand-text strong,.footer .brand-text small{color:#fff}.footer .brand-text em{color:#afbed2}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:38px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#91a4bd}.footer-bottom span{font-size:11px}.floating-wa{position:fixed;right:20px;bottom:20px;z-index:55;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#20b56b;color:#fff;font-weight:900;box-shadow:0 16px 35px rgba(32,181,107,.35);border:5px solid rgba(255,255,255,.9)}
.reveal{opacity:0;transform:translateY(16px);transition:.65s ease}.reveal.in{opacity:1;transform:none}
@media (max-width:980px){.main-nav{position:absolute;top:84px;left:20px;right:20px;background:#fff;border:1px solid #e5edf6;border-radius:18px;padding:18px;display:none;flex-direction:column;align-items:stretch;box-shadow:var(--shadow)}.main-nav.open{display:flex}.menu-toggle{display:block}.hero-grid,.simulator-grid,.process-grid,.faq-grid,.contact-grid{grid-template-columns:1fr}.hero-visual{min-height:460px;order:-1}.hero-copy{text-align:center}.hero-copy .eyebrow{justify-content:center}.hero-copy>p{margin-left:auto;margin-right:auto}.hero-actions,.trust-row{justify-content:center}.feature-strip{grid-template-columns:1fr 1fr}.feature-strip>div:nth-child(2){border-right:0}.feature-strip>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}.cards-3{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.section{padding:78px 0}}
@media (max-width:640px){.container{width:min(100% - 28px,1180px)}.topbar{gap:12px;padding:8px 12px;justify-content:flex-start;overflow:auto;white-space:nowrap}.topbar span+span:before{margin-right:12px}.nav-wrap{min-height:72px}.brand-mark{width:42px;height:42px}.brand-text strong{font-size:20px}.main-nav{top:72px}.hero{padding-top:26px}.hero-grid{gap:24px}.hero-visual{min-height:330px}.hero-visual svg{object-fit:cover}.float-card{left:8px;bottom:18px;min-width:158px;padding:12px}.float-card strong{font-size:23px}h1{font-size:44px}.hero-copy>p{font-size:16px}.hero-actions .btn{width:100%}.feature-strip{grid-template-columns:1fr;margin-top:28px}.feature-strip>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)!important}.feature-strip>div:last-child{border-bottom:0!important}.section{padding:62px 0}.sim-card{padding:20px;border-radius:22px}.form-grid,.result-grid,.lead-form{grid-template-columns:1fr}.lead-form .btn,.lead-form small{grid-column:1}.result-grid>div{min-height:76px}.section-copy h2,.section-head h2,.contact-copy h2{font-size:39px}.cards-3{margin-top:28px}.commit{padding:28px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.floating-wa{width:54px;height:54px}.check-row{flex-direction:column}.check{width:100%}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn,.solution-card{transition:none}}

/* ===== Hero final: referência visual do site aprovado ===== */
.brand-logo{display:block;width:168px;height:auto}.footer-logo{filter:none;opacity:1}
.hero{position:relative;min-height:760px;padding:0 0 30px;background:#061a31 url('../img/hero-wsol.png') center center/cover no-repeat;color:#fff;overflow:hidden}
.hero:before{display:none}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,21,39,.96) 0%,rgba(2,24,44,.88) 28%,rgba(3,27,49,.45) 55%,rgba(2,18,34,.10) 76%,rgba(2,18,34,.04) 100%);z-index:0}
.hero-stage{position:relative;z-index:2;min-height:650px;display:flex;align-items:center;padding-top:42px;padding-bottom:38px}
.hero-copy{max-width:720px;text-align:left!important}.hero-copy .eyebrow{justify-content:flex-start!important}.hero-eyebrow{color:#fff}.hero-eyebrow:before{background:#ffc32f;width:32px}.hero h1{font-size:clamp(58px,5.55vw,86px);line-height:.98;letter-spacing:-.055em;color:#fff;margin-top:28px;text-shadow:0 2px 18px rgba(0,0,0,.10)}
.hero h1 span{color:#ffc027}.hero-copy>p{color:rgba(255,255,255,.92);font-size:20px;line-height:1.55;max-width:680px;margin:30px 0 34px}
.hero-actions{align-items:center;gap:28px}.btn-hero{background:#ffc228;color:#0a2038;border-radius:10px;padding:17px 23px;font-weight:850;box-shadow:none;min-width:265px}.btn-hero:hover{background:#ffd150;box-shadow:0 12px 34px rgba(255,194,40,.18)}
.hero-specialist{display:inline-flex;align-items:center;gap:11px;color:#fff;font-weight:800;font-size:16px}.hero-specialist i{width:8px;height:8px;border-radius:50%;background:#32dc78;box-shadow:0 0 0 5px rgba(50,220,120,.08)}
.hero-trust{justify-content:flex-start!important;color:rgba(255,255,255,.85);margin-top:48px}.hero-trust strong{display:inline!important;width:auto!important;height:auto!important;border-radius:0!important;background:transparent!important;font-size:inherit!important;color:#fff!important}.trust-badges{display:flex;align-items:center}.trust-badges b{width:34px;height:34px;margin-right:-5px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#0c2d5c;font-size:12px;border:2px solid rgba(255,255,255,.8)}.trust-badges b:last-child{background:#ffc228;color:#08223f}
.hero-scroll{position:absolute;right:1px;bottom:88px;color:#fff;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;writing-mode:vertical-rl;display:flex;gap:15px;align-items:center}.hero-scroll b{color:#ffc228;font-size:25px;line-height:1}
.hero .feature-strip{z-index:3;margin-top:0;background:rgba(4,25,48,.92);backdrop-filter:blur(8px)}
@media (max-width:980px){.brand-logo{width:150px}.hero{min-height:auto;background-position:68% center}.hero-overlay{background:linear-gradient(90deg,rgba(1,20,38,.95) 0%,rgba(1,20,38,.86) 55%,rgba(1,20,38,.42) 100%)}.hero-stage{min-height:650px}.hero-copy{max-width:650px}.hero-copy{text-align:left!important}.hero-copy .eyebrow{justify-content:flex-start!important}.hero-actions,.hero-trust{justify-content:flex-start!important}.hero-scroll{display:none}}
@media (max-width:640px){.brand-logo{width:132px}.hero{background-position:66% center;padding-top:0}.hero-overlay{background:linear-gradient(180deg,rgba(1,18,34,.72) 0%,rgba(1,18,34,.86) 42%,rgba(1,18,34,.96) 100%)}.hero-stage{min-height:690px;align-items:flex-end;padding-bottom:38px}.hero h1{font-size:48px}.hero-copy>p{font-size:16px;margin:22px 0 25px}.hero-actions{gap:18px}.btn-hero{width:100%;min-width:0}.hero-specialist{width:100%;justify-content:center}.hero-trust{margin-top:30px}.hero .feature-strip{margin-top:0}}

/* ===== Ajuste responsivo final do HERO — referência ChatGPT Sites ===== */
.hero-mobile-cta{display:none}

/* Desktop: preserva a composição panorâmica e o foco nos painéis/casa */
@media (min-width:981px){
  .brand-logo{width:154px}
  .nav-wrap{min-height:78px}
  .hero{min-height:750px;background-position:center 48%}
  .hero-stage{min-height:640px;padding-top:26px;padding-bottom:30px}
  .hero-copy{max-width:690px}
  .hero h1{font-size:clamp(58px,5.1vw,82px)}
  .hero-overlay{background:linear-gradient(90deg,rgba(1,20,38,.94) 0%,rgba(1,20,38,.84) 30%,rgba(1,20,38,.42) 56%,rgba(1,20,38,.08) 78%,rgba(1,20,38,0) 100%)}
}

/* Mobile: foto primeiro, conteúdo em bloco azul abaixo, como a referência aprovada */
@media (max-width:640px){
  .topbar{
    min-height:26px;
    padding:4px 10px;
    gap:10px;
    justify-content:center;
    overflow:hidden;
    white-space:nowrap;
    background:#ffc228;
    color:#071b39;
    font-size:7.5px;
    font-weight:800;
    letter-spacing:.08em;
  }
  .topbar span+span:before{margin-right:10px;color:#071b39}

  .site-header{position:relative;top:auto;background:#fff;backdrop-filter:none}
  .nav-wrap{min-height:62px}
  .brand-logo{width:112px}
  .menu-toggle{padding:6px}
  .menu-toggle span{width:25px;height:2px;margin:4px;background:#0b2b53}
  .main-nav{top:62px}

  .hero{
    min-height:0;
    padding:0;
    background:#061a31;
    color:#fff;
    overflow:visible;
  }
  .hero:before{
    content:"";
    display:block;
    position:relative;
    inset:auto;
    width:100%;
    height:300px;
    background:url('../img/hero-wsol.png') 66% center/cover no-repeat;
    mask-image:none;
  }
  .hero-overlay{display:none}
  .hero-stage{
    min-height:0;
    display:block;
    padding:0 0 26px;
    position:relative;
  }
  .hero-copy{max-width:none;width:100%;text-align:left!important}
  .hero-eyebrow{
    position:absolute;
    top:-47px;
    left:0;
    z-index:4;
    color:#fff;
    font-size:10px;
    letter-spacing:.15em;
    white-space:nowrap;
    text-shadow:0 2px 8px rgba(0,0,0,.35);
  }
  .hero-eyebrow:before{width:30px;background:#ffc228}
  .hero h1{
    margin:0;
    padding-top:0;
    font-size:48px;
    line-height:.98;
    letter-spacing:-.055em;
  }
  .hero-copy>p{
    margin:24px 0 0;
    font-size:16px;
    line-height:1.6;
    color:#d8e1ec;
  }
  .hero-actions,.hero-trust,.hero-scroll{display:none!important}

  .hero-mobile-cta{
    display:block;
    background:#fff;
    padding:18px 14px 20px;
  }
  .hero-mobile-cta a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    width:100%;
    border-radius:10px;
    background:#ffc228;
    color:#071b39;
    font-weight:850;
    font-size:17px;
    text-align:center;
  }

  .hero .feature-strip{
    margin-top:0;
    border-radius:0;
  }
}

@media (max-width:390px){
  .hero h1{font-size:43px}
  .hero-copy>p{font-size:15.5px}
  .hero:before{height:285px;background-position:66% center}
  .hero-eyebrow{top:-44px;font-size:9px}
}


/* ===== Mobile hero final matching approved reference ===== */
.hero-mobile-cta{display:none}
@media (max-width:640px){
  .topbar{background:#f5bc17;color:#0a2240;gap:10px;padding:10px 12px;justify-content:center;font-weight:800}
  .topbar span+span:before{color:#0a2240;margin-right:10px}
  .site-header{background:#fff;backdrop-filter:none}
  .nav-wrap{min-height:112px;padding-top:6px;padding-bottom:6px}
  .brand-logo{width:180px}
  .hero{background:none!important;min-height:auto;padding:0 0 0;color:#fff}
  .hero-overlay{display:none!important}
  .hero-stage{display:block;min-height:auto;padding:0;max-width:none;width:100%}
  .hero-stage::before{content:"";display:block;height:410px;background:url('../img/hero-wsol.png') center top/cover no-repeat}
  .hero-copy{max-width:none!important;background:#041b38;padding:18px 24px 26px;text-align:left!important}
  .hero-copy .eyebrow{justify-content:flex-start!important}
  .hero h1{font-size:44px;line-height:.98;margin-top:14px}
  .hero-copy>p{font-size:16px;line-height:1.5;margin:18px 0 0;color:rgba(255,255,255,.9)}
  .hero-actions,.hero-trust,.hero-scroll,.feature-strip{display:none!important}
  .hero-mobile-cta{display:block;background:#fff;padding:18px 20px 24px}
  .hero-mobile-cta a{display:block;background:#f5c433;color:#0a2038;border-radius:14px;padding:20px 18px;font-weight:850;font-size:18px;text-align:center;box-shadow:0 8px 24px rgba(8,31,60,.08)}
}


/* ===== FINAL MOBILE OVERRIDE: single hero image + cache-safe layout ===== */
@media (max-width:640px){
  .topbar{
    min-height:26px!important;
    padding:4px 10px!important;
    gap:10px!important;
    justify-content:center!important;
    overflow:hidden!important;
    white-space:nowrap!important;
    background:#ffc228!important;
    color:#071b39!important;
    font-size:7.5px!important;
    font-weight:800!important;
    letter-spacing:.08em!important;
  }
  .topbar span+span:before{margin-right:10px!important;color:#071b39!important}

  .site-header{position:relative!important;top:auto!important;background:#fff!important;backdrop-filter:none!important}
  .nav-wrap{min-height:62px!important;padding-top:0!important;padding-bottom:0!important}
  .brand-logo{width:112px!important;height:auto!important}
  .menu-toggle{padding:6px!important}
  .menu-toggle span{width:25px!important;height:2px!important;margin:4px!important;background:#0b2b53!important}
  .main-nav{top:62px!important}

  .hero{
    min-height:0!important;
    padding:0!important;
    background:#041b38!important;
    color:#fff!important;
    overflow:visible!important;
  }
  .hero-overlay{display:none!important}
  .hero-stage::before{display:none!important;content:none!important;background:none!important}
  .hero:before{
    content:""!important;
    display:block!important;
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:310px!important;
    background:url('../img/hero-wsol.png?v=3') 66% center/cover no-repeat!important;
    mask-image:none!important;
    -webkit-mask-image:none!important;
  }
  .hero-stage{
    display:block!important;
    min-height:0!important;
    width:min(100% - 28px,1180px)!important;
    max-width:1180px!important;
    margin:0 auto!important;
    padding:0 0 26px!important;
    position:relative!important;
  }
  .hero-copy{
    max-width:none!important;
    width:100%!important;
    background:transparent!important;
    padding:0!important;
    text-align:left!important;
  }
  .hero-eyebrow{
    position:absolute!important;
    top:-47px!important;
    left:0!important;
    z-index:4!important;
    color:#fff!important;
    font-size:10px!important;
    letter-spacing:.15em!important;
    white-space:nowrap!important;
    text-shadow:0 2px 8px rgba(0,0,0,.35)!important;
  }
  .hero-eyebrow:before{width:30px!important;background:#ffc228!important}
  .hero h1{
    margin:0!important;
    padding-top:0!important;
    font-size:44px!important;
    line-height:.98!important;
    letter-spacing:-.055em!important;
  }
  .hero-copy>p{
    margin:24px 0 0!important;
    font-size:16px!important;
    line-height:1.6!important;
    color:#d8e1ec!important;
  }
  .hero-actions,.hero-trust,.hero-scroll,.hero .feature-strip{display:none!important}
  .hero-mobile-cta{
    display:block!important;
    background:#fff!important;
    padding:18px 14px 20px!important;
  }
  .hero-mobile-cta a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:54px!important;
    width:100%!important;
    border-radius:10px!important;
    background:#ffc228!important;
    color:#071b39!important;
    font-weight:850!important;
    font-size:17px!important;
    text-align:center!important;
    box-shadow:none!important;
  }
}
@media (max-width:390px){
  .hero:before{height:300px!important;background-position:66% center!important}
  .hero h1{font-size:43px!important}
  .hero-copy>p{font-size:15.5px!important}
  .hero-eyebrow{top:-44px!important;font-size:9px!important}
}
