:root{
  --navy:#123B4A;
  --navy-900:#0B2733;
  --navy-800:#0F3444;
  --navy-700:#1E4E60;
  --teal:#19B7A5;
  --teal-ink:#19776C;
  --lime:#B7E34B;
  --orange:#FF5C00;
  --bg:#F4F6F5;
  --white:#FFFFFF;
  --muted:#46626D;
  --muted-2:#6B8189;
  --muted-dark:#8FB0BA;
  --muted-dark-2:#B6C9CF;
  --line:#DDE4E3;
  --line-2:#E4EAE9;
  --radius:12px;
  --display:"Space Grotesk","Helvetica Neue",Arial,sans-serif;
  --body:"IBM Plex Sans","Helvetica Neue",Arial,sans-serif;
  --pad:clamp(20px,5vw,72px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--body);background:var(--bg);color:var(--navy);-webkit-font-smoothing:antialiased;line-height:1.55}
img{max-width:100%;display:block}
h1,h2,h3{font-family:var(--display);letter-spacing:-0.018em;margin:0;line-height:1.1}
p{margin:0}
a{color:var(--navy)}
a:hover{color:var(--teal-ink)}
.wrap{max-width:1296px;margin:0 auto;padding-left:var(--pad);padding-right:var(--pad)}
.section{padding:clamp(56px,7vw,88px) 0}
.kicker{font-family:var(--display);font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);display:flex;align-items:center;gap:12px}
.kicker::before{content:"";width:26px;height:3px;background:var(--orange);flex:0 0 auto}
.kicker.plain::before{display:none}
.h1{font-size:clamp(34px,5.2vw,62px);font-weight:700;line-height:1.04}
.h2{font-size:clamp(26px,3.4vw,42px);font-weight:700;line-height:1.12}
.h3{font-size:clamp(18px,1.6vw,22px);font-weight:600}
.lead{font-size:clamp(16px,1.4vw,20px);color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 28px;border-radius:7px;font-size:17px;font-weight:600;text-decoration:none;border:1px solid transparent;transition:.15s ease}
.btn-primary{background:var(--navy);color:var(--white)}
.btn-primary:hover{background:#0F3444;color:#fff}
.btn-ghost{background:transparent;color:var(--navy);border-color:#C3CFCD}
.btn-ghost:hover{border-color:var(--navy);color:var(--navy)}
.btn-lime{background:var(--lime);color:var(--navy)}
.btn-lime:hover{background:#C9EC74;color:var(--navy)}
.btn-outline-dark{background:transparent;color:#fff;border-color:#40697A}
.btn-outline-dark:hover{border-color:#fff;color:#fff}
.btn-sm{min-height:46px;padding:0 22px;font-size:15px}

/* header */
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:80px}
.logo{height:34px;width:auto}
.nav-links{display:flex;align-items:center;gap:30px}
.nav-links a{font-size:15px;font-weight:500;text-decoration:none}
.nav-toggle{display:none;width:46px;height:46px;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0}

/* hero */
.hero{background:var(--white);border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(32px,4vw,64px);align-items:start}
.hero-copy{display:flex;flex-direction:column;gap:26px}
.hero-copy .accent{color:var(--teal-ink)}
.cta-row{display:flex;flex-wrap:wrap;gap:14px}
.trust{display:flex;flex-wrap:wrap;align-items:center;gap:18px;font-size:14px;color:#5A737D}
.dot{width:4px;height:4px;border-radius:50%;background:#B7C6C3}

/* painel mock */
.panel{background:var(--bg);border:1px solid var(--line);border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:16px}
.panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.pill{display:inline-flex;align-items:center;gap:7px;background:#E7F7F1;color:#146B5F;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600}
.pill i{width:7px;height:7px;border-radius:50%;background:var(--teal);display:block}
.card{background:var(--white);border:1px solid var(--line-2);border-radius:10px;padding:18px;display:flex;flex-direction:column;gap:12px}
.meta{display:flex;flex-wrap:wrap;gap:24px}
.meta div{display:flex;flex-direction:column;gap:3px}
.meta span:first-child{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-2)}
.meta span:last-child{font-size:14px;font-weight:500}
.step-row{display:flex;align-items:center;gap:12px}
.step-row .tick{width:20px;height:20px;border-radius:50%;background:var(--teal);display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.step-row .tick.open{background:transparent;border:2px solid #C3CFCD}
.step-row .label{font-size:14px;font-weight:500;flex:1 1 auto}
.step-row .time{font-size:13px;color:var(--muted-2)}
.panel-foot{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:var(--navy);border-radius:10px}
.panel-foot span:first-child{font-size:13px;color:var(--muted-dark-2)}
.panel-foot span:last-child{font-family:var(--display);font-size:18px;font-weight:600;color:var(--lime)}

/* métricas */
.metrics{background:var(--navy);color:#fff}
.metrics .grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;padding:36px 0}
.metric b{display:block;font-family:var(--display);font-size:clamp(26px,3vw,34px);font-weight:700}
.metric span{font-size:14px;color:#A9C0C7}
.metric.high b{color:var(--lime)}

/* comparativo */
.compare{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.box{border-radius:14px;padding:clamp(24px,3vw,36px);display:flex;flex-direction:column;gap:20px}
.box-wrong{background:var(--white);border:1px solid #E4DAD4}
.box-right{background:var(--navy);color:#C9DBE1}
.box-right h3{color:#fff}
.box-title{display:flex;align-items:center;gap:12px}
.ico{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.ico-wrong{background:#FFEEE5}
.ico-right{background:#1C5164}
.list{display:flex;flex-direction:column;gap:13px;margin:0;padding:0;list-style:none}
.list li{display:flex;gap:12px;font-size:16px;line-height:1.5;color:var(--muted)}
.list li::before{content:"";margin-top:8px;width:6px;height:6px;border-radius:50%;flex:0 0 auto;background:var(--orange)}
.box-right .list li{color:#C9DBE1}
.box-right .list li::before{background:var(--lime)}
.box-right .list li.strong{color:#fff;font-weight:600}
.punch{display:flex;align-items:center;gap:16px;margin-top:8px}
.punch .rule{width:40px;height:2px;background:#C3CFCD;flex:0 0 auto}
.punch p{font-family:var(--display);font-size:clamp(18px,2vw,22px);font-weight:500}

/* passos */
.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.step{border-top:3px solid var(--navy);padding-top:22px;display:flex;flex-direction:column;gap:11px}
.step:nth-child(2){border-color:var(--teal)}
.step:nth-child(3){border-color:#7FCF7A}
.step:nth-child(4){border-color:var(--lime)}
.step em{font-family:var(--display);font-size:13px;font-weight:600;color:var(--teal-ink);font-style:normal;letter-spacing:.08em}
.step p{font-size:15px;color:var(--muted)}

/* serviços */
.cards-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.svc{background:var(--white);border:1px solid var(--line-2);border-radius:var(--radius);padding:28px;display:flex;flex-direction:column;gap:12px}
.svc p{font-size:15px;color:var(--muted)}
.aud{background:var(--bg);border-radius:var(--radius);padding:clamp(24px,3vw,32px);display:flex;flex-direction:column;gap:14px}
.aud p{font-size:16px;color:var(--muted)}
.aud hr{border:none;border-top:1px solid var(--line);margin:4px 0;width:100%}
.aud .gain{font-size:14px;color:var(--teal-ink);font-weight:600}

/* painel dark */
.dark{background:var(--navy-900);color:#fff}
.dark-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,4vw,64px);align-items:center}
.dark .kicker{color:#7FA3AE}
.dark .kicker::before{background:var(--teal)}
.feat{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:8px 0 0;padding:0;list-style:none}
.feat li{display:flex;gap:10px;font-size:15px;color:#D3E2E6}
.feat li::before{content:"";margin-top:7px;width:6px;height:6px;border-radius:50%;background:var(--lime);flex:0 0 auto}
.board{background:var(--navy);border:1px solid var(--navy-700);border-radius:14px;padding:26px;display:flex;flex-direction:column;gap:14px}
.row{display:flex;align-items:center;gap:14px;background:var(--navy-800);border-radius:9px;padding:14px 16px}
.row i{width:8px;height:8px;border-radius:50%;flex:0 0 auto;display:block}
.row .name{font-size:14px;color:#fff;flex:1 1 auto}
.row .st{font-size:13px;color:var(--muted-dark)}
.tiles{display:flex;gap:12px;flex-wrap:wrap}
.tile{flex:1 1 120px;background:var(--navy-800);border-radius:9px;padding:16px;display:flex;flex-direction:column;gap:4px}
.tile b{font-family:var(--display);font-size:24px;font-weight:700;color:#fff}
.tile span{font-size:12px;color:var(--muted-dark)}

/* economia */
.eco-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(32px,4vw,64px);align-items:start}
.bill{background:var(--white);border:1px solid var(--line-2);border-radius:14px;padding:clamp(24px,3vw,32px);display:flex;flex-direction:column;gap:16px}
.bill-line{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid #EDF1F0}
.bill-line span:first-child{font-size:15px;color:var(--muted)}
.bill-line span:last-child{font-family:var(--display);font-size:15px;font-weight:600;white-space:nowrap}
.bill-total{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:2px}
.bill-total span:first-child{font-size:16px;font-weight:600}
.bill-total span:last-child{font-family:var(--display);font-size:26px;font-weight:700;color:var(--teal-ink)}

/* faq */
.faq{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 44px}
.faq div{display:flex;flex-direction:column;gap:10px}
.faq h3{font-size:20px}
.faq p{font-size:16px;color:var(--muted)}

/* cta final */
.final{background:var(--navy);color:#fff}
.final .inner{display:flex;align-items:center;justify-content:space-between;gap:clamp(28px,4vw,64px);padding:clamp(48px,6vw,72px) 0;flex-wrap:wrap}
.final h2{color:#fff;font-size:clamp(28px,3.6vw,46px)}
.final p{color:var(--muted-dark-2);font-size:clamp(16px,1.4vw,19px)}
.final .col{display:flex;flex-direction:column;gap:18px;max-width:720px}
.final .actions{display:flex;flex-direction:column;gap:14px;min-width:280px}

/* footer */
.site-footer{background:var(--navy-900);color:#D3E2E6}
.foot{display:flex;flex-wrap:wrap;gap:48px;justify-content:space-between;padding:52px 0}
.foot-brand{max-width:320px;display:flex;flex-direction:column;gap:16px}
.foot-brand p{font-size:14px;color:var(--muted-dark)}
.foot-cols{display:flex;flex-wrap:wrap;gap:clamp(32px,5vw,72px)}
.foot-col{display:flex;flex-direction:column;gap:12px}
.foot-col strong{font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#5F7F8B}
.foot-col a,.foot-col span{font-size:14px;color:#D3E2E6;text-decoration:none}
.foot-col a:hover{color:var(--lime)}
.foot-bottom{border-top:1px solid #16394A;padding:20px 0;font-size:13px;color:#5F7F8B;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}

@media (max-width:1040px){
  .hero-grid,.dark-grid,.eco-grid{grid-template-columns:1fr}
  .steps,.cards-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .metrics .grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
  .nav-links{position:absolute;top:80px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:0;padding:8px 0;display:none}
  .nav-links a{padding:14px var(--pad)}
  .nav-links a.btn{margin:10px var(--pad);justify-content:center}
  .nav-links.open{display:flex}
  .nav-toggle{display:flex}
  .compare,.steps,.cards-3,.faq,.feat{grid-template-columns:1fr}
  .metrics .grid{grid-template-columns:1fr 1fr;gap:24px}
  .final .actions{width:100%}
  .btn{width:100%}
  .cta-row .btn{width:100%}
}
