:root{
  --navy:#000d22; --gold:#e9c176; --bg:#f9f9fc; --surf:#fff; --line:#c4c6cf;
  --ons:#1a1c1e; --onsv:#43474e; --mute:#8f95a3;
  --head:'Montserrat',sans-serif; --body:'Inter',sans-serif;
  --radius:12px; --shadow:0 4px 20px rgba(0,13,34,.06);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--body);color:var(--ons);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.wrap{max-width:1120px;margin:0 auto;padding:0 24px}
h1,h2,h3,h4{font-family:var(--head);font-weight:700;letter-spacing:-.01em;color:var(--navy);line-height:1.15}
.muted{color:var(--onsv)}
.btn{display:inline-flex;align-items:center;gap:8px;border-radius:8px;padding:13px 26px;font-family:var(--body);font-weight:700;font-size:15px;cursor:pointer;border:1px solid transparent;transition:.15s}
.btn-primary{background:var(--navy);color:#fff}
.btn-primary:hover{background:#06183a}
.btn-ghost{background:transparent;color:var(--navy);border-color:var(--line)}
.btn-gold{background:var(--gold);color:var(--navy)}

/* header */
header{position:sticky;top:0;z-index:50;background:rgba(249,249,252,.9);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:64px}
.brand{font-family:var(--head);font-weight:700;font-size:20px;color:var(--navy);display:flex;align-items:center;gap:8px}
.brand .dot{width:12px;height:12px;border-radius:3px;background:var(--gold)}
.nav-links{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:500}
.nav-links a.muted:hover{color:var(--navy)}
@media(max-width:760px){.nav-links a.hide-sm{display:none}}

/* hero */
.hero{padding:72px 0 56px}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}
.kicker{display:inline-block;font-size:13px;font-weight:700;color:#785a1a;background:#fed488;padding:5px 12px;border-radius:9999px;margin-bottom:18px}
.hero h1{font-size:clamp(32px,5vw,52px);margin-bottom:18px}
.hero p.lead{font-size:18px;color:var(--onsv);max-width:34ch;margin-bottom:28px}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap}
.hero-phone{display:flex;justify-content:center}
.hero-phone img{height:520px;width:auto;filter:drop-shadow(0 24px 48px rgba(0,13,34,.18))}
@media(max-width:860px){.hero-grid{grid-template-columns:1fr}.hero-phone{order:-1}.hero-phone img{height:380px}}

/* sections */
section{padding:64px 0}
.sec-head{text-align:center;max-width:680px;margin:0 auto 44px}
.sec-head .tag{font-size:13px;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.08em}
.sec-head h2{font-size:clamp(26px,4vw,38px);margin:8px 0 12px}
.sec-head p{font-size:17px;color:var(--onsv)}
.alt{background:var(--surf);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}

/* cards grid */
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}
.card{background:var(--surf);border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow)}
.alt .card{background:var(--bg)}
.card .ico{width:42px;height:42px;border-radius:10px;background:var(--navy);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:14px}
.card h3{font-size:18px;margin-bottom:6px}
.card p{font-size:14.5px;color:var(--onsv)}

/* showcase */
.shots{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;align-items:end}
.shot{text-align:center}
.shot img{border-radius:10px;margin:0 auto}
.shot.phone img{height:440px;width:auto}
.shot.web img{border:1px solid var(--line);box-shadow:var(--shadow);width:100%}
.shot span{display:block;margin-top:10px;font-family:var(--head);font-weight:700;color:var(--navy);font-size:14px}

/* pricing */
.toggle{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:32px;font-weight:600;font-size:15px}
.switch{position:relative;width:54px;height:30px;background:var(--navy);border-radius:9999px;cursor:pointer;flex:none}
.switch .knob{position:absolute;top:3px;left:3px;width:24px;height:24px;background:var(--gold);border-radius:50%;transition:.2s}
.switch.annual .knob{left:27px}
.badge-save{background:#e3f2e6;color:#1b5e20;font-size:12px;font-weight:700;padding:3px 10px;border-radius:9999px}
.plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}
.plan{background:var(--surf);border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow);display:flex;flex-direction:column}
.plan.featured{border:2px solid var(--gold)}
.plan h3{font-size:19px}
.plan .range{color:var(--onsv);font-size:14px;margin:2px 0 18px}
.plan .price{font-family:var(--head);font-weight:700;color:var(--navy);font-size:34px}
.plan .price small{font-size:15px;color:var(--onsv);font-weight:500}
.plan .per{font-size:13px;color:var(--mute);min-height:18px;margin-top:2px}
.plan ul{list-style:none;margin:18px 0;display:flex;flex-direction:column;gap:9px}
.plan li{font-size:14px;color:var(--onsv);padding-left:24px;position:relative}
.plan li:before{content:'✓';position:absolute;left:0;color:#1b9e4b;font-weight:700}
.plan .btn{margin-top:auto;justify-content:center}

/* faq */
.faq{max-width:760px;margin:0 auto}
details{background:var(--surf);border:1px solid var(--line);border-radius:10px;padding:16px 20px;margin-bottom:12px}
details summary{font-family:var(--head);font-weight:600;color:var(--navy);cursor:pointer;font-size:16px;list-style:none}
details summary::-webkit-details-marker{display:none}
details[open] summary{margin-bottom:10px}
details p{color:var(--onsv);font-size:14.5px}

/* cta + footer */
.cta-final{background:var(--navy);color:#fff;text-align:center;border:0}
.cta-final h2{color:#fff;font-size:clamp(26px,4vw,38px)}
.cta-final p{color:#c9cdd6;font-size:17px;margin:12px 0 26px}
/* wizard de cadastro */
.signup{max-width:560px;margin:40px auto;padding:0 24px}
.steps{display:flex;gap:8px;margin-bottom:24px}
.steps .step{flex:1;height:6px;border-radius:9999px;background:var(--line)}
.steps .step.on{background:var(--gold)}
.steps .step.done{background:var(--navy)}
.panel{background:var(--surf);border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}
.panel h2{font-size:22px;margin-bottom:4px}
.panel .sub{color:var(--onsv);font-size:14px;margin-bottom:20px}
.field{margin-bottom:16px}
.field label{display:block;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.01em;color:var(--onsv);margin-bottom:6px}
.field input,.field select{width:100%;padding:12px;border:1px solid var(--line);border-radius:6px;font-family:var(--body);font-size:16px;background:var(--surf);outline:none}
.field input:focus,.field select:focus{border-color:var(--navy)}
.row2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:520px){.row2{grid-template-columns:1fr}}
.msg{padding:11px 14px;border-radius:8px;font-size:14px;margin-bottom:14px;display:none}
.msg.err{background:#ffdad6;color:#ba1a1a;display:block}
.msg.ok{background:#e3f2e6;color:#1b5e20;display:block}
.hint{font-size:12.5px;color:var(--mute);margin-top:6px}
.summary{background:var(--bg);border:1px solid var(--line);border-radius:8px;padding:14px 16px;font-size:14px;color:var(--onsv);margin-bottom:18px}
.summary b{color:var(--navy)}
.consent{display:flex;gap:9px;align-items:flex-start;font-size:13px;color:var(--onsv);margin:6px 0 18px;line-height:1.4;cursor:pointer}
.consent input{margin-top:2px;flex:none;width:16px;height:16px;accent-color:var(--navy)}
.consent a{color:var(--navy);font-weight:600;text-decoration:underline}

/* páginas legais (termos / privacidade) */
.legal{max-width:820px;margin:48px auto;padding:0 24px}
.legal .updated{font-size:13px;color:var(--mute);margin-bottom:28px}
.legal h1{font-size:clamp(26px,4vw,36px);margin-bottom:6px}
.legal h2{font-size:19px;margin:30px 0 10px}
.legal p,.legal li{font-size:15px;color:var(--onsv);margin-bottom:10px}
.legal ul{padding-left:22px;margin-bottom:10px}
.legal a{color:var(--navy);font-weight:600;text-decoration:underline}
.legal .note{background:var(--bg);border:1px solid var(--line);border-radius:8px;padding:14px 16px;font-size:13.5px}

footer{background:var(--navy);color:#aab0bd;padding:36px 0;font-size:13px;border-top:1px solid #14233f}
.foot{display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;align-items:center}
.foot a{color:#c9cdd6}
.foot a:hover{color:var(--gold)}
