:root{
  --navy:#061b2d;
  --navy2:#0a263e;
  --navy3:#102d45;
  --gold:#c89443;
  --gold2:#e0b86e;
  --off:#f7f3ed;
  --ink:#142234;
  --muted:#c8ced3;
  --soft:#e8edf0;
  --line:rgba(224,184,110,.24);
  --white:#fff;
  --shell:1240px;
  --radius:12px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--navy);color:var(--off);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.55}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
.shell{width:min(calc(100% - 48px),var(--shell));margin:auto}
.site-header{height:68px;position:relative;z-index:20;background:#041827;border-bottom:1px solid rgba(255,255,255,.07)}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand img{width:112px;height:auto}
.header-actions{display:flex;align-items:center;gap:16px;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}
.header-actions a{color:#e6ebee}
.header-actions .home-link{color:var(--gold2)}
.kicker{margin:0 0 10px;color:var(--gold2);font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;font-weight:800}
.hero{background:linear-gradient(135deg,#071f34,#0a2942);padding:44px 0 38px;border-bottom:1px solid var(--line)}
.hero.home{min-height:0;background:#071f34;padding:48px 0 34px;display:block}
.hero .shell{position:relative;z-index:2}
.hero h1,.section-title h2,.content h2,.final-cta h2{font-family:Inter,system-ui,sans-serif;font-weight:750;line-height:1.12;letter-spacing:-.025em}
.hero h1{font-size:clamp(2rem,3.6vw,3.35rem);max-width:900px;margin:0 0 14px}
.hero h1 em{font-style:normal;color:var(--gold2);font-weight:750}
.hero-copy{max-width:780px;font-size:.96rem;color:#dbe2e7;margin:0}
.hero-meta{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 0}
.pill{display:inline-flex;align-items:center;border:1px solid rgba(224,184,110,.28);border-radius:999px;padding:6px 10px;font-size:.7rem;color:#efd9b4;background:rgba(0,0,0,.12)}
.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 16px;border:1px solid rgba(255,255,255,.45);border-radius:6px;font-weight:750;font-size:.78rem;cursor:pointer;transition:.18s}
.btn.primary{background:#c89443;border-color:#c89443;color:#fff}
.btn.ghost{background:rgba(0,0,0,.12);color:#fff}
.btn:hover{transform:translateY(-1px)}
.section{padding:54px 0}
.section.alt{background:#072138}
.section.light{background:#f4efe7;color:var(--ink)}
.section-title{max-width:760px;margin-bottom:26px}
.section-title.center{text-align:center;margin-left:auto;margin-right:auto}
.section-title h2{font-size:clamp(1.7rem,2.8vw,2.6rem);margin:0 0 10px}
.section-title p{margin:0;color:#d4dbe0;font-size:.92rem}
.light .section-title p{color:#5c6671}
.diagnostic-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.diag-card{border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.025);padding:22px;display:flex;flex-direction:column;min-height:282px;transition:.18s}
.diag-card:hover{transform:translateY(-2px);background:rgba(255,255,255,.045);border-color:rgba(224,184,110,.52)}
.diag-tag{display:inline-flex;width:max-content;max-width:100%;padding:4px 8px;border-radius:999px;background:rgba(200,148,67,.11);color:var(--gold2);font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
.diag-card h3{font:750 1.3rem/1.15 Inter,system-ui,sans-serif;margin:16px 0 10px;letter-spacing:-.02em}
.diag-card p{color:#d2d8dc;margin:0 0 18px;flex:1;font-size:.84rem}
.diag-card .status{font-size:.68rem;color:#aeb8bf;padding-top:14px;border-top:1px solid rgba(255,255,255,.07)}
.diag-card .arrow{margin-top:14px;color:var(--gold2);font-weight:800;font-size:.78rem}
.home-note{margin-top:18px;color:#aeb8bf;font-size:.76rem}
.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.problem{border:1px solid var(--line);border-radius:10px;padding:18px;background:#081f34;min-height:135px}
.problem b{display:block;color:var(--gold2);font:750 1rem Inter,system-ui,sans-serif;margin-bottom:6px}
.problem span{color:#cdd4d9;font-size:.78rem}
.notice{border:1px solid rgba(224,184,110,.36);background:rgba(200,148,67,.08);border-radius:9px;padding:14px 16px;color:#ebdfcd;font-size:.82rem}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}
.trust-item{padding:12px 16px;text-align:center;background:#061c2e;color:#dce2e6;font-size:.74rem}
.content-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:34px;align-items:start}
.content h2{font-size:clamp(1.7rem,2.7vw,2.45rem);margin:0 0 14px}
.content p{color:#d4dbe0;font-size:.9rem}
.light .content p{color:#4e5a66}
.info-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:20px}
.info-card{border:1px solid var(--line);border-radius:9px;padding:16px;background:rgba(255,255,255,.02)}
.info-card h3{font-size:.86rem;margin:0 0 5px;color:var(--gold2)}
.info-card p{font-size:.76rem;margin:0;color:#d2d8dc}
.light .info-card{background:#fff;border-color:#dfd4c2}.light .info-card p{color:#5b6670}.light .info-card h3{color:#936326}
.current-box{border:1px solid rgba(200,148,67,.36);border-radius:12px;padding:20px;background:rgba(200,148,67,.07)}
.current-box .eyebrow{font-size:.64rem;text-transform:uppercase;letter-spacing:.1em;color:var(--gold2);font-weight:800}
.current-box h3{font:750 1.45rem/1.15 Inter,system-ui,sans-serif;margin:8px 0 12px}
.current-box p,.current-box li{font-size:.82rem}
.current-box ul{padding-left:18px;margin:10px 0;color:#dbe1e5}
.current-box small{display:block;color:#9faab2;margin-top:12px;font-size:.7rem}
.sim-section{background:#f4efe7;color:var(--ink);padding:52px 0}
.sim-wrap{max-width:760px;margin:auto}
.sim-intro{text-align:center;margin-bottom:22px}
.sim-intro .kicker{color:#9b692a}
.sim-intro h2{font:750 clamp(1.7rem,2.7vw,2.5rem)/1.12 Inter,system-ui,sans-serif;margin:0 0 10px;letter-spacing:-.02em}
.sim-intro p{color:#59646f;font-size:.86rem}
.sim-box{background:#fff;border:1px solid #ded4c4;border-radius:14px;padding:26px;box-shadow:0 12px 32px rgba(21,34,52,.07)}
.sim-header{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:14px}
.sim-header h3{margin:0;font-size:.88rem}.sim-header p{margin:0;color:#7a8490;font-size:.7rem}
.progress-bar{display:flex;gap:5px;margin-bottom:22px}.progress-step{height:3px;flex:1;border-radius:8px;background:#e6e0d6}.progress-step.active{background:var(--gold)}.progress-step.done{background:#8f6a34}
.sim-question{font-size:.98rem;font-weight:750;margin-bottom:14px}
.sim-options{display:grid;gap:8px}.sim-option{border:1px solid #ddd5c8;border-radius:8px;padding:11px 12px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:.15s;background:#fff;font-size:.86rem}.sim-option:hover,.sim-option.selected{border-color:var(--gold);background:#fbf6ee}.radio{width:16px;height:16px;border:1px solid #a9a49c;border-radius:50%;position:relative;flex:0 0 auto}.sim-option.selected .radio{border-color:var(--gold)}.sim-option.selected .radio:after{content:"";position:absolute;inset:3px;background:var(--gold);border-radius:50%}
.sim-nav{display:flex;justify-content:space-between;gap:10px;margin-top:20px}.btn-back,.btn-next{border:0;border-radius:6px;padding:10px 15px;cursor:pointer;font-size:.8rem}.btn-back{background:#eee8df;color:#3f4a55}.btn-next{background:var(--navy);color:#fff;font-weight:750}.btn-next:disabled{opacity:.35;cursor:not-allowed}
.result-box{text-align:center}.result-badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:.68rem;font-weight:800;margin-bottom:12px}.result-badge.alta{background:#e7f4ec;color:#26734e}.result-badge.media{background:#fff4d8;color:#91640d}.result-badge.baixa{background:#eef1f4;color:#58636e}.result-title{font:750 1.55rem/1.15 Inter,system-ui,sans-serif;margin-bottom:10px;letter-spacing:-.02em}.result-desc{color:#5e6872;max-width:640px;margin:0 auto 20px;font-size:.86rem}.form-wrap{border-top:1px solid #e6dfd5;margin-top:20px;padding-top:20px;text-align:left}.form-wrap h4{font-size:.9rem;margin:0 0 13px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.form-group label{display:block;font-size:.7rem;font-weight:700;margin-bottom:4px;color:#4f5964}.form-group input,.form-group select{width:100%;border:1px solid #d9d1c4;border-radius:7px;padding:10px 11px;background:#fff;color:#172432;font-size:.84rem}.btn-submit{width:100%;margin-top:13px;background:#c89443;border:0;border-radius:6px;padding:11px;color:#fff;font-weight:800;cursor:pointer;font-size:.82rem}.btn-submit:disabled{opacity:.55}.form-lgpd{font-size:.66rem;color:#7c858d;margin:8px 0 0}.result-wa{display:inline-flex;align-items:center;gap:8px;margin-top:16px;color:#176b43;font-weight:800;font-size:.8rem}.btn-refazer{display:block;margin:10px auto 0;border:0;background:none;color:#6a737c;text-decoration:underline;cursor:pointer;font-size:.76rem}.form-success{text-align:center;padding:10px}.form-success h4{font:750 1.2rem Inter,system-ui,sans-serif;margin:0 0 7px}.form-success p{color:#5d6670;font-size:.82rem}.continue-wa,.download-guide{display:inline-flex;margin:8px 5px 0;padding:10px 13px;border-radius:6px;font-weight:800;font-size:.78rem}.continue-wa{background:#1c8a58;color:#fff}.download-guide{background:#c89443;color:#fff}
.faq{display:grid;gap:8px}.faq-item{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:rgba(255,255,255,.015)}.faq-q{padding:13px 15px;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;gap:14px;font-size:.82rem}.faq-a{display:none;padding:0 15px 14px;color:#cfd6db;font-size:.78rem}.faq-item.open .faq-a{display:block}
.final-cta{padding:44px 0;text-align:center;background:#041827;border-top:1px solid var(--line)}
.final-cta h2{font-size:clamp(1.6rem,2.5vw,2.35rem);margin:0 0 10px}.final-cta p{max-width:680px;margin:0 auto;color:#d4dae0;font-size:.84rem}
.footer{padding:20px 0;background:#041827;border-top:1px solid rgba(255,255,255,.07)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;color:#9ca6ae;font-size:.68rem}.footer-bottom a{color:var(--gold2)}
.cookie{position:fixed;z-index:100;left:16px;right:16px;bottom:16px;max-width:700px;margin:auto;background:#071e33;border:1px solid var(--line);border-radius:8px;padding:12px 14px;display:none;align-items:center;gap:12px;font-size:.72rem;box-shadow:0 12px 36px rgba(0,0,0,.25)}.cookie.show{display:flex}.cookie span{flex:1}.cookie a{color:var(--gold2)}.cookie button{border:0;padding:7px 10px;border-radius:5px;cursor:pointer}.cookie .accept{background:var(--gold);color:#fff}.cookie .reject{background:#17344c;color:#dce2e6}
.source-note{font-size:.7rem;color:#a7b1b8;margin-top:16px}.source-note a{color:var(--gold2);text-decoration:underline}
@media(max-width:1080px){.diagnostic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-grid{grid-template-columns:1fr}.problem-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.shell{width:min(calc(100% - 28px),var(--shell))}.site-header{height:62px}.brand img{width:102px}.hero,.hero.home{padding:34px 0 30px}.hero h1{font-size:2rem}.section{padding:42px 0}.diagnostic-grid,.problem-grid,.info-cards,.form-grid{grid-template-columns:1fr}.diag-card{min-height:0}.trust-row{grid-template-columns:1fr}.trust-item{border-bottom:1px solid rgba(255,255,255,.06)}.footer-bottom{flex-direction:column;align-items:flex-start}.sim-box{padding:20px 15px}.sim-header{align-items:flex-start;flex-direction:column;gap:3px}.cookie{flex-wrap:wrap}.cookie span{flex-basis:100%}}
.brand-diagnostic-intro{max-width:760px}.guide-callout{margin-top:18px;border:1px solid #ded4c4;border-radius:10px;background:#fbf7f0;padding:16px;text-align:left}.guide-callout strong{display:block;color:#7e5723;margin-bottom:4px}.guide-callout p{margin:0;color:#5f6872;font-size:.82rem}.success-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:10px}
