/* ============================================================
   VIP EGV — Landing + Simulador
   Stack: HTML + CSS + JS puro. Mobile-first.
   ============================================================ */

/* ---------- Fontes ---------- */
@font-face { font-family:"Sora"; font-weight:200; font-display:swap; src:url("../assets/fonts/Sora-ExtraLight.ttf") format("truetype"); }
@font-face { font-family:"Sora"; font-weight:300; font-display:swap; src:url("../assets/fonts/Sora-Light.ttf") format("truetype"); }
@font-face { font-family:"Sora"; font-weight:400; font-display:swap; src:url("../assets/fonts/Sora-Regular.ttf") format("truetype"); }
@font-face { font-family:"Sora"; font-weight:500; font-display:swap; src:url("../assets/fonts/Sora-Medium.ttf") format("truetype"); }
@font-face { font-family:"Sora"; font-weight:600; font-display:swap; src:url("../assets/fonts/Sora-SemiBold.ttf") format("truetype"); }
@font-face { font-family:"Sora"; font-weight:700; font-display:swap; src:url("../assets/fonts/Sora-Bold.ttf") format("truetype"); }

/* ---------- Tokens de marca ---------- */
:root {
  --vip-yellow:#FFC300;
  --vip-yellow-dark:#E5AC00;
  --vip-black:#1A1A1A;
  --vip-white:#F0F0F0;

  --ink:#1A1A1A;
  --ink-2:#4A4A4A;
  --ink-3:#7A7A7A;
  --line:#E4E4E4;
  --line-2:#D2D2D2;
  --surface:#FFFFFF;
  --surface-2:#F7F7F5;
  --surface-3:#F0F0F0;
  --success:#1E9E5A;
  --success-bg:#E7F6EE;
  --danger:#C8472F;
  --danger-bg:#FBEDE9;

  --radius:12px;
  --radius-sm:8px;
  --maxw:1120px;
  --shadow:0 1px 3px rgba(0,0,0,.06), 0 8px 24px rgba(0,0,0,.06);
  --shadow-lg:0 12px 40px rgba(0,0,0,.16);
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing:border-box; margin:0; padding:0; }
html { -webkit-text-size-adjust:100%; scroll-behavior:smooth; }
body {
  font-family:"Sora",system-ui,sans-serif;
  color:var(--ink);
  background:var(--surface);
  line-height:1.55;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
}
img,svg { display:block; max-width:100%; }
a { color:inherit; text-decoration:none; }
button { font-family:inherit; cursor:pointer; border:none; background:none; }
ul { list-style:none; }
input,select { font-family:inherit; font-size:16px; }

.container { width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:20px; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }

/* ============================================================
   Botões
   ============================================================ */
.btn { display:inline-flex; align-items:center; justify-content:center; gap:10px;
  font-weight:600; font-size:16px; line-height:1; border-radius:var(--radius-sm);
  padding:16px 24px; transition:transform .12s ease, background .15s ease, box-shadow .15s ease;
  text-align:center; }
.btn:active { transform:scale(.985); }
.btn--primary { background:var(--vip-yellow); color:var(--vip-black); }
.btn--primary:hover { background:var(--vip-yellow-dark); }
.btn--dark { background:var(--vip-black); color:var(--vip-white); }
.btn--dark:hover { background:#000; }
.btn--ghost { background:transparent; color:var(--ink); border:1.5px solid var(--line-2); }
.btn--ghost:hover { border-color:var(--ink); }
.btn--wa { background:#25D366; color:#0b3d22; }
.btn--wa:hover { background:#1eb958; }
.btn--block { width:100%; }
.btn--lg { padding:18px 28px; font-size:17px; }
.btn[disabled] { opacity:.45; pointer-events:none; }

/* ============================================================
   Header
   ============================================================ */
.site-header { position:sticky; top:0; z-index:40; background:rgba(255,255,255,.92);
  backdrop-filter:saturate(180%) blur(8px); border-bottom:1px solid var(--line); }
.site-header__inner { display:flex; align-items:center; justify-content:space-between; height:64px; }
.brand-lockup { display:flex; align-items:center; gap:10px; }
.brand-lockup img.vip { height:26px; }
.brand-lockup .div { width:1px; height:22px; background:var(--line-2); }
.brand-lockup img.c6 { height:17px; }
.site-header .btn { padding:11px 18px; font-size:14px; }

/* ============================================================
   Hero
   ============================================================ */
.hero { background:var(--vip-black); color:var(--vip-white); position:relative; overflow:hidden; }
.hero::after { content:""; position:absolute; inset:0;
  background:radial-gradient(900px 380px at 80% -10%, rgba(255,195,0,.16), transparent 60%);
  pointer-events:none; }
.hero__inner { position:relative; z-index:1; padding-block:44px 0; }
.trust-strip { display:inline-block; background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.14); border-radius:999px; padding:8px 16px;
  font-size:13px; color:#D6D6D6; margin-bottom:22px; line-height:1.4; }
.trust-strip img { display:inline-block; height:12px; vertical-align:middle; margin-left:5px;
  position:relative; top:-1px; }
.trust-strip strong { color:#fff; font-weight:600; }
.trust-strip__nowrap { white-space:nowrap; }
.hero h1 { font-size:clamp(30px,7.5vw,52px); line-height:1.08; font-weight:700; letter-spacing:-.02em; }
.hero h1 .hl { color:var(--vip-yellow); }
.hero__sub { font-size:clamp(16px,4vw,19px); color:#C9C9C9; margin:18px 0 16px; max-width:560px; }
.hero__rating { display:flex; align-items:center; gap:6px 12px; flex-wrap:wrap; margin:0 0 26px; }
.hero__rating-g { width:20px; height:20px; flex:none; }
.hero__rating-score { font-size:17px; font-weight:700; color:#fff; }
.hero__rating-stars { display:inline-flex; gap:2px; }
.hero__rating-stars img { height:15px; width:auto; display:block; }
.hero__rating-count { font-size:14px; color:#C9C9C9; }
.hero__cta { display:flex; flex-direction:column; gap:12px; max-width:420px; }
.hero__bullets { display:flex; flex-wrap:wrap; gap:14px 22px; margin-top:26px; }
.hero__bullets li { display:flex; align-items:center; gap:8px; font-size:14px; color:#E0E0E0; }
.hero__bullets li img { height:18px; }
.hero__antifraud { margin-top:24px; font-size:12.5px; color:#9C9C9C; display:flex; gap:8px;
  align-items:flex-start; max-width:520px; }
.hero__antifraud img { height:15px; margin-top:2px; flex:none; }
.hero__figure { margin-top:20px; }
.hero__figure img { display:block; margin-inline:auto; width:auto; max-width:94%; max-height:380px; }

/* ============================================================
   Seções genéricas
   ============================================================ */
.section { padding:56px 0; }
.section--alt { background:var(--surface-2); }
.section__eyebrow { color:var(--ink); font-weight:600; font-size:13px; letter-spacing:.08em;
  text-transform:uppercase; margin-bottom:10px; }
.section__title { font-size:clamp(24px,5.5vw,34px); font-weight:700; letter-spacing:-.02em; line-height:1.15; }
.section__lead { color:var(--ink-2); font-size:17px; margin-top:12px; max-width:620px; }

/* Vantagens */
.cards-grid { display:grid; grid-template-columns:1fr; gap:16px; margin-top:32px; }
.feature { background:var(--surface); border:1px solid var(--line); border-radius:var(--radius);
  padding:24px; box-shadow:var(--shadow); }
.feature__icon { width:46px; height:46px; border-radius:12px; background:#FFF6D9;
  display:flex; align-items:center; justify-content:center; margin-bottom:14px; }
.feature__icon img { height:24px; }
.feature h3 { font-size:18px; font-weight:600; margin-bottom:6px; }
.feature p { color:var(--ink-2); font-size:15px; }

/* Como funciona */
.steps { display:grid; grid-template-columns:1fr; gap:20px; margin-top:36px; counter-reset:step; }
.step { display:flex; gap:16px; }
.step__num { counter-increment:step; flex:none; width:40px; height:40px; border-radius:50%;
  background:var(--vip-black); color:var(--vip-yellow); font-weight:700; font-size:17px;
  display:flex; align-items:center; justify-content:center; }
.step__num::before { content:counter(step); }
.step h3 { font-size:17px; font-weight:600; margin-bottom:4px; }
.step p { color:var(--ink-2); font-size:15px; }

/* Prova social — números */
.stats { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; margin-top:32px; }
.stat { background:var(--vip-black); color:#fff; border-radius:var(--radius); padding:22px 18px; }
.stat__num { font-size:clamp(24px,6vw,34px); font-weight:700; color:var(--vip-yellow); line-height:1; }
.stat__label { font-size:13px; color:#C4C4C4; margin-top:8px; }

/* Depoimentos */
.testimonials { display:grid; grid-template-columns:1fr; gap:16px; margin-top:32px; }
.testimonial { background:var(--surface); border:1px solid var(--line); border-radius:var(--radius);
  padding:22px; box-shadow:var(--shadow); }
.testimonial__stars { display:flex; gap:3px; margin-bottom:12px; }
.testimonial__stars img { height:16px; }
.testimonial p { font-size:15px; color:var(--ink-2); }
.testimonial__person { display:flex; align-items:center; gap:12px; margin-top:16px; }
.testimonial__person img { width:42px; height:42px; border-radius:50%; object-fit:cover; }
.testimonial__person strong { display:block; font-size:14px; font-weight:600; }
.testimonial__person span { font-size:13px; color:var(--ink-3); }

/* Credibilidade C6 */
.credibility { background:var(--vip-black); }
.credibility .container { padding-block:56px; }
.credibility__panel { background:#262626; border:1px solid rgba(255,255,255,.1);
  border-radius:16px; padding:30px 26px; display:flex; flex-direction:column; gap:26px;
  align-items:flex-start; }
.credibility__headline { color:var(--vip-white); font-size:clamp(21px,5.4vw,27px);
  font-weight:700; line-height:1.25; letter-spacing:-.01em; max-width:440px; }
.credibility__seal { height:38px; width:auto; flex:none; }

/* FAQ */
.faq { margin-top:32px; max-width:760px; }
.faq__item { border-bottom:1px solid var(--line); }
.faq__q { width:100%; display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:20px 0; font-size:16px; font-weight:600; text-align:left; }
.faq__q::after { content:"+"; font-size:24px; font-weight:400; color:var(--ink); flex:none; transition:transform .2s; }
.faq__item[open] .faq__q::after { content:"–"; }
.faq__a { padding:0 0 20px; color:var(--ink-2); font-size:15px; }

/* CTA final */
.cta-band { background:var(--vip-yellow); color:var(--vip-black); }
.cta-band .container { padding-block:48px; text-align:center; }
.cta-band h2 { font-size:clamp(24px,5.5vw,36px); font-weight:700; letter-spacing:-.02em; }
.cta-band p { font-size:17px; margin:12px auto 24px; max-width:480px; }

/* Footer */
.site-footer { background:var(--vip-black); color:#B8B8B8; padding:44px 0 32px; font-size:14px; }
.site-footer img.vip { height:24px; margin-bottom:16px; }
.site-footer__grid { display:grid; grid-template-columns:1fr; gap:28px; }
.site-footer a:hover { color:#fff; }
.site-footer__legal { border-top:1px solid rgba(255,255,255,.12); margin-top:28px; padding-top:20px;
  font-size:12.5px; color:#8A8A8A; line-height:1.6; }
.site-footer__social { display:flex; gap:14px; margin-top:14px; }
.site-footer__social img { height:20px; opacity:.7; }
.site-footer__social a:hover img { opacity:1; }

/* ============================================================
   Wizard (simulador tela cheia)
   ============================================================ */
.wizard { position:fixed; inset:0; z-index:100; background:var(--surface);
  display:flex; flex-direction:column; opacity:0; visibility:hidden;
  transition:opacity .22s ease; overflow:hidden; }
.wizard.is-open { opacity:1; visibility:visible; }
.wizard__bar { flex:none; }
.wizard__progress-track { height:4px; background:var(--line); }
.wizard__progress-fill { height:100%; width:0; background:var(--vip-yellow); transition:width .35s ease; }
.wizard__top { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:12px;
  padding:14px 18px; border-bottom:1px solid var(--line); }
.wizard__top .brand-lockup { grid-column:1; justify-self:start; }
.wizard__top .wizard__secure { grid-column:2; justify-self:center; }
.wizard__top .wizard__close { grid-column:3; justify-self:end; }
.wizard__top .brand-lockup img.vip { height:22px; }
.wizard__top .brand-lockup img.c6 { height:15px; }
.wizard__close { width:38px; height:38px; border-radius:50%; display:flex; align-items:center;
  justify-content:center; font-size:22px; color:var(--ink-2); flex:none; }
.wizard__close:hover { background:var(--surface-3); }
.wizard__secure { display:inline-flex; align-items:center; gap:6px; font-size:12px; color:var(--ink-2);
  background:var(--surface-2); border:1px solid var(--line); border-radius:999px; padding:5px 11px;
  white-space:nowrap; flex:none; }
@media (max-width:599px) { .wizard__secure { display:none; } }

.wizard__scroll { flex:1; overflow-y:auto; -webkit-overflow-scrolling:touch; }
.wizard__step { max-width:480px; margin-inline:auto; padding:28px 22px 40px;
  min-height:100%; display:flex; flex-direction:column; }
.wizard__back { align-self:flex-start; display:inline-flex; align-items:center; gap:6px;
  color:var(--ink-3); font-size:14px; font-weight:500; margin-bottom:18px; }
.wizard__back:hover { color:var(--ink); }
.wizard__eyebrow { color:var(--ink); font-weight:600; font-size:12px; letter-spacing:.06em;
  text-transform:uppercase; margin-bottom:8px; }
.wizard__q { font-size:clamp(22px,6vw,28px); font-weight:700; letter-spacing:-.01em; line-height:1.2; }
.wizard__hint { color:var(--ink-2); font-size:15px; margin-top:10px; }
.wizard__body { margin-top:24px; flex:1; }
.wizard__footer { margin-top:24px; }
.wizard__reassure { display:flex; width:fit-content; max-width:100%; margin:16px auto 0;
  align-items:center; gap:7px; font-size:12px; color:var(--ink-2);
  background:var(--surface-2); border:1px solid var(--line); border-radius:999px; padding:7px 14px; }
.wizard__reassure img { height:14px; flex:none; }

/* Campos do wizard */
.field { margin-bottom:18px; }
.field label { display:block; font-size:14px; font-weight:600; margin-bottom:8px; }
.field input, .field select { width:100%; height:54px; padding:0 16px; border:1.5px solid var(--line-2);
  border-radius:var(--radius-sm); background:var(--surface); color:var(--ink); transition:border .15s, box-shadow .15s; }
.field input:focus, .field select:focus { outline:none; border-color:var(--vip-yellow);
  box-shadow:0 0 0 3px rgba(255,195,0,.25); }
.field input.is-error, .field select.is-error { border-color:var(--danger); }
.field__err { color:var(--danger); font-size:13px; margin-top:6px; display:none; }
.field__err.show { display:block; }
.field__row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.field input.plate { text-transform:uppercase; letter-spacing:.12em; font-weight:600; }

/* Slider de valor */
.amount-display { text-align:center; margin-bottom:8px; }
.amount-display .val { font-size:clamp(34px,11vw,48px); font-weight:700; letter-spacing:-.02em; }
.amount-display .val small { font-size:.5em; font-weight:600; color:var(--ink-3); }
.amount-display .cap { font-size:13px; color:var(--ink-3); margin-top:4px; }
.range-wrap { padding:8px 4px 0; }
input[type=range] { -webkit-appearance:none; appearance:none; width:100%; height:6px;
  border-radius:6px; background:var(--line-2); outline:none; }
input[type=range]::-webkit-slider-thumb { -webkit-appearance:none; appearance:none;
  width:28px; height:28px; border-radius:50%; background:var(--vip-yellow);
  border:3px solid #fff; box-shadow:0 1px 5px rgba(0,0,0,.25); cursor:pointer; }
input[type=range]::-moz-range-thumb { width:28px; height:28px; border-radius:50%;
  background:var(--vip-yellow); border:3px solid #fff; box-shadow:0 1px 5px rgba(0,0,0,.25); cursor:pointer; }
.range-scale { display:flex; justify-content:space-between; font-size:12px; color:var(--ink-3); margin-top:10px; }
.chips { display:flex; gap:8px; flex-wrap:wrap; margin-top:18px; }
.chip { border:1.5px solid var(--line-2); border-radius:999px; padding:8px 16px; font-size:14px;
  font-weight:500; transition:.15s; }
.chip:hover { border-color:var(--ink); }
.chip.is-active { background:var(--vip-black); color:#fff; border-color:var(--vip-black); }

/* Consentimento */
.consent { display:flex; gap:12px; align-items:flex-start; background:var(--surface-2);
  border:1px solid var(--line); border-radius:var(--radius-sm); padding:14px; }
.consent input { width:22px; height:22px; flex:none; margin-top:1px; accent-color:var(--vip-yellow); }
.consent label { font-size:13px; color:var(--ink-2); line-height:1.5; }

/* Loading / análise */
.analyzing { text-align:center; padding:48px 0; }
.spinner { width:54px; height:54px; border:4px solid var(--line); border-top-color:var(--vip-yellow);
  border-radius:50%; margin:0 auto 22px; animation:spin .9s linear infinite; }
@keyframes spin { to { transform:rotate(360deg); } }
.analyzing h2 { font-size:20px; font-weight:600; }
.analyzing p { color:var(--ink-2); margin-top:8px; }
.analyzing .c6mark { margin-top:22px; display:inline-flex; align-items:center; gap:8px;
  font-size:12px; color:var(--ink-3); }
.analyzing .c6mark img { height:16px; }

/* Resultado positivo */
.result-hero { text-align:center; margin-bottom:8px; }
.result-hero .tick { width:60px; height:60px; border-radius:50%; background:var(--success-bg);
  color:var(--success); display:flex; align-items:center; justify-content:center; font-size:32px;
  margin:0 auto 16px; }
.result-hero h2 { font-size:24px; font-weight:700; }
.result-hero p { color:var(--ink-2); margin-top:6px; }
.vehicle-card { display:flex; align-items:center; gap:12px; background:var(--surface-2);
  border:1px solid var(--line); border-radius:var(--radius-sm); padding:14px 16px; margin:22px 0; }
.vehicle-card .ico { width:42px; height:42px; border-radius:10px; background:#fff; border:1px solid var(--line);
  display:flex; align-items:center; justify-content:center; font-size:22px; flex:none; }
.vehicle-card strong { display:block; font-size:16px; font-weight:600; }
.vehicle-card span { font-size:13px; color:var(--ink-3); }
.offer-box { border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); }
.offer-box__main { background:var(--vip-black); color:#fff; padding:24px; text-align:center; }
.offer-box__main .lbl { font-size:13px; color:#B8B8B8; }
.offer-box__main .pmt { font-size:40px; font-weight:700; color:var(--vip-yellow); line-height:1.1; margin-top:4px; }
.offer-box__main .pmt small { font-size:.45em; color:#fff; font-weight:600; }
.offer-box__rows { padding:6px 18px; }
.offer-row { display:flex; justify-content:space-between; align-items:center; padding:13px 0;
  border-bottom:1px solid var(--line); font-size:14px; }
.offer-row:last-child { border-bottom:none; }
.offer-row span { color:var(--ink-2); }
.offer-row strong { font-weight:600; }
.term-select { margin:20px 0; }
.term-select label { font-size:13px; font-weight:600; display:block; margin-bottom:8px; }
.disclaimer { font-size:12px; color:var(--ink-3); margin-top:14px; line-height:1.5; }

/* Resultado negativo / cross-sell CLT */
.neg-head { text-align:center; margin-bottom:8px; }
.neg-head .ico { width:56px; height:56px; border-radius:50%; background:var(--surface-3);
  color:var(--ink-2); display:flex; align-items:center; justify-content:center; font-size:28px; margin:0 auto 16px; }
.neg-head h2 { font-size:22px; font-weight:700; }
.neg-head p { color:var(--ink-2); margin-top:8px; }
.clt-card { background:var(--surface); border:2px solid var(--vip-yellow); border-radius:var(--radius);
  padding:24px; margin-top:24px; box-shadow:var(--shadow); }
.clt-card__tag { display:inline-block; background:#FFF6D9; color:#8A6A00; font-size:12px; font-weight:600;
  padding:4px 12px; border-radius:999px; margin-bottom:14px; }
.clt-card h3 { font-size:20px; font-weight:700; }
.clt-card .sub { color:var(--ink-2); font-size:14px; margin-top:4px; }
.clt-card ul { margin:18px 0; display:grid; gap:12px; }
.clt-card li { display:flex; align-items:center; gap:10px; font-size:15px; }
.clt-card li img { height:20px; flex:none; }

/* Confirmação final */
.done { text-align:center; padding:24px 0; }
.done .tick { width:76px; height:76px; border-radius:50%; background:var(--success-bg);
  color:var(--success); display:flex; align-items:center; justify-content:center; font-size:40px;
  margin:0 auto 22px; }
.done h2 { font-size:26px; font-weight:700; }
.done p { color:var(--ink-2); font-size:16px; margin-top:12px; }
.done .proposal-id { background:var(--surface-2); border:1px dashed var(--line-2); border-radius:var(--radius-sm);
  padding:14px; margin:24px 0; font-size:14px; }
.done .proposal-id strong { font-weight:600; }
.done .next { text-align:left; background:var(--surface-2); border-radius:var(--radius); padding:18px; margin-top:8px; }
.done .next h3 { font-size:14px; font-weight:600; margin-bottom:10px; }
.done .next li { display:flex; gap:10px; font-size:14px; color:var(--ink-2); padding:5px 0; }
.done .next li b { color:var(--vip-black); font-weight:600; }

/* ============================================================
   Desktop
   ============================================================ */
@media (min-width:768px) {
  .cards-grid { grid-template-columns:repeat(3,1fr); }
  .steps { grid-template-columns:repeat(3,1fr); }
  .stats { grid-template-columns:repeat(4,1fr); }
  .testimonials { grid-template-columns:repeat(3,1fr); }
  .site-footer__grid { grid-template-columns:2fr 1fr 1fr; }
  .hero__cta { flex-direction:row; }
  .credibility__panel { flex-direction:row; justify-content:space-between; align-items:center;
    padding:36px 48px; gap:48px; }
  .credibility__seal { height:46px; }
  .section { padding:80px 0; }
  .hero__inner { padding-block:72px 0; }
}
/* Tablet (coluna única, antes do layout 2-col): centraliza o hero */
@media (min-width:768px) and (max-width:879px) {
  .hero__content { text-align:center; }
  .hero__sub { margin-inline:auto; }
  .hero__rating { justify-content:center; }
  .hero__cta { margin-inline:auto; }
  .hero__bullets { justify-content:center; }
}
@media (min-width:880px) {
  .hero__inner { display:grid; grid-template-columns:1.05fr 0.95fr; align-items:end; gap:36px; padding-block:64px 0; }
  .hero__content { min-width:0; align-self:start; padding-bottom:64px; }
  .hero__figure { margin-top:0; align-self:end; }
  .hero__figure img { max-width:100%; max-height:580px; }
}
@media (min-width:1024px) {
  .hero__content h1 { max-width:760px; }
}

/* Overscroll branco */
html { background:var(--surface); }
