*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  min-height:100vh;
  display:flex;
  flex-direction:column;
  background:#F4F2EE;
  font-family:'IBM Plex Sans',system-ui,sans-serif;
  color:#13100D;
  -webkit-font-smoothing:antialiased;
}
a{color:#13100D;text-decoration:none}
button,input,textarea,select{font-family:inherit}

.shell{
  width:100%;
  max-width:1120px;
  margin:0 auto;
  padding:0 24px;
}
.is-form .hero .shell,
.is-form .main .shell,
.is-form .bar-in{max-width:640px}
.is-quote .hero .shell,
.is-quote .main .shell,
.is-quote .bar-in{max-width:800px}

.logo{
  display:block;
  height:28px;
  width:auto;
  object-fit:contain;
  object-position:left center;
}

.top{
  background:#13100D;
  border-bottom:1px solid rgba(252,190,14,.22);
}
.top-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:64px;
  padding-top:10px;
  padding-bottom:10px;
}
.brand{display:flex;align-items:center;min-width:0}
.top-wa{
  flex:none;
  color:#FCBE0E;
  font-size:13px;
  font-weight:600;
  letter-spacing:.04em;
  padding:8px 12px;
  border:1px solid rgba(252,190,14,.35);
  border-radius:999px;
}
.top-wa:hover{background:#FCBE0E;color:#13100D}

.hero{
  background:#13100D;
  padding:28px 0 40px;
}
.hero-in{display:flex;flex-direction:column;gap:20px}
.hero h1{
  font-family:'Archivo',sans-serif;
  font-weight:700;
  font-size:clamp(28px, 4vw, 42px);
  line-height:1.1;
  letter-spacing:-.03em;
  color:#fff;
  margin:0;
  max-width:18ch;
}
.hero p{
  font-size:15px;
  line-height:1.55;
  color:rgba(255,255,255,.62);
  margin:12px 0 0;
  max-width:40em;
  text-wrap:pretty;
}
.hero-aside{display:none}

.main{
  flex:1;
  padding:24px 0 48px;
}
.has-bar .main{padding-bottom:140px}

.badge{
  display:inline-flex;align-items:center;gap:7px;
  padding:5px 10px;border-radius:100px;
  background:rgba(252,190,14,.14);margin-bottom:14px;
}
.badge i{width:6px;height:6px;border-radius:50%;background:#FCBE0E}
.badge span{
  font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;
  font-weight:600;color:#FCBE0E;
}

.kicker{
  font-size:10.5px;letter-spacing:.11em;text-transform:uppercase;
  color:#8A8681;font-weight:600;
}
.card{
  border-radius:16px;background:#fff;border:1px solid #E8E5DF;
  padding:22px 22px;box-shadow:0 1px 2px rgba(19,16,13,.04);
}
.card h2{
  font-family:'Archivo',sans-serif;font-weight:700;font-size:20px;
  letter-spacing:-.02em;margin:0;
}
.muted{font-size:13.5px;line-height:1.55;color:#8A8681;text-wrap:pretty}
.warn{font-size:12.5px;line-height:1.5;color:#B07E00}
.ok{color:#3E7C4A;font-weight:600}
.stack{display:flex;flex-direction:column;gap:14px}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.grid3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}
.pad{padding:0 0 18px}

label.field{display:flex;flex-direction:column;gap:6px}
label.field > span, .lbl{
  font-size:10.5px;letter-spacing:.11em;text-transform:uppercase;
  color:#8A8681;font-weight:600;
}
input[type=text],input[type=email],input[type=tel],input[type=number],textarea,select{
  width:100%;padding:13px 14px;border:1px solid #E2DFD9;border-radius:10px;
  background:#F8F7F5;font-size:16px;color:#13100D;outline:none;
}
select{appearance:auto}
select:disabled{color:#A8A39C;cursor:not-allowed}
textarea{min-height:110px;resize:vertical;line-height:1.45}
input:focus,textarea:focus,select:focus{
  border-color:#13100D;background:#fff;
  box-shadow:0 0 0 3px rgba(252,190,14,.35);
}
.veiculo{display:flex;flex-direction:column;gap:14px}
.btn{
  width:100%;height:52px;border-radius:12px;border:none;
  font-size:15px;font-weight:700;cursor:pointer;
  display:flex;align-items:center;justify-content:center;gap:9px;
}
.btn:disabled{background:#E5E1DA;color:#A8A39C;cursor:not-allowed}
.btn-gold{background:#FCBE0E;color:#13100D}
.btn-gold:hover:not(:disabled){background:#E9AE05}
.btn-ghost{
  background:#fff;color:#13100D;border:1px solid #D8D4CD;height:50px;
  font-weight:600;font-size:14.5px;
}
.btn-ghost:hover{background:#F1EEE9}
.btn-line{
  display:flex;align-items:center;justify-content:center;gap:9px;
  height:52px;border-radius:12px;background:#fff;
  border:1.5px solid #13100D;color:#13100D;font-size:14.5px;font-weight:600;
}
.btn-line:hover{background:#13100D;color:#FCBE0E}
.btn-line i{width:9px;height:9px;border-radius:50%;background:#25D366;flex:none}

.opt{
  display:flex;align-items:center;gap:11px;width:100%;
  padding:12px 13px;border-radius:11px;cursor:pointer;
  border:1px solid #E8E5DF;background:#fff;text-align:left;
  font-size:13.5px;font-weight:600;color:#13100D;
}
.opt.on{border:1.5px solid #13100D;background:#FFFDF3}
.opt .dot{
  flex:none;width:17px;height:17px;border-radius:50%;box-sizing:border-box;
  border:1.5px solid #D8D4CD;background:#fff;
}
.opt.on .dot{border:5px solid #FCBE0E;background:#13100D}
.opt small{display:block;font-size:11.5px;color:#8A8681;font-weight:500;margin-top:3px}
.tab{
  height:46px;border-radius:11px;font-size:14.5px;font-weight:600;cursor:pointer;
  border:1px solid #E2DFD9;background:#fff;color:#6E6A65;
}
.tab.on{border:1.5px solid #13100D;background:#13100D;color:#FCBE0E}

.menu{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.menu a{
  display:flex;flex-direction:column;text-align:left;border-radius:16px;
  background:#fff;border:1px solid #E8E5DF;padding:20px 20px;
  min-height:100%;
  box-shadow:0 1px 2px rgba(19,16,13,.04);
  transition:border-color .15s, transform .15s, box-shadow .15s;
}
.menu a:hover{border-color:#13100D;transform:translateY(-2px);box-shadow:0 8px 24px rgba(19,16,13,.08)}
.menu a .tag{margin-top:auto}
.menu h3{
  font-family:'Archivo',sans-serif;font-weight:700;font-size:18px;
  letter-spacing:-.02em;margin:0 0 6px;
}
.menu p{margin:0;font-size:13.5px;line-height:1.5;color:#8A8681}
.tag{
  display:inline-block;margin-top:12px;padding:4px 8px;border-radius:6px;
  background:#FFF8E1;font-size:10.5px;font-weight:600;letter-spacing:.04em;color:#7A5C00;
}
.backline{margin:0 0 16px;font-size:14px}
.backline a{color:#6E6A65;font-weight:600}
.backline a:hover{color:#13100D}

.bar{
  display:none;
  position:fixed;left:0;right:0;bottom:0;z-index:20;
  background:#F4F2EE;
  border-top:1px solid #E2DFD9;
}
.bar.is-on{display:block}
.bar-in{
  width:100%;
  max-width:640px;
  margin:0 auto;
  padding:12px 24px 16px;
}
.is-quote .bar-in{max-width:800px}
.bar-kicker,.bar-steps,.bar-track{display:none}
.bar-row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:11px}
.bar-row span:first-child{font-size:12px;line-height:1.35;color:#6E6A65;max-width:54%;text-wrap:pretty}
.bar-row strong{
  font-family:'Archivo',sans-serif;font-weight:700;font-size:20px;
  letter-spacing:-.03em;font-variant-numeric:tabular-nums;line-height:1;
}
.actions{display:flex;gap:9px}
.actions .btn-ghost{flex:0 0 120px}
.actions .btn{flex:1 1 auto;height:50px;font-size:14.5px}

.foot{
  margin-top:auto;
  background:#13100D;
  padding:22px 0;
}
.foot .shell{display:flex;flex-direction:column;gap:12px}
.foot .logo{height:20px;opacity:.88}
.foot p{margin:6px 0 0;font-size:12px;line-height:1.6;color:rgba(255,255,255,.5)}
.foot-wa{display:none}

.help-card{display:none}
.quote-card{padding:0;overflow:hidden}
.quote-head{padding:16px 17px 14px;border-bottom:1px solid #F1EEE9}
.quote-title{
  font-family:'Archivo',sans-serif;font-weight:700;font-size:22px;letter-spacing:-.02em;
}
.quote-fields{display:flex;flex-direction:column;gap:14px;padding:15px 17px 0}
.quote-aside{padding:0 17px 17px}
.quote-aside .money{margin:16px 0 12px}
.quote-aside .warn{margin:0}
.money-rule{height:1px;background:#E4E0D9;margin:2px 0}
.money-pay{padding-top:8px;border-top:1px solid #E4E0D9}
.subv-note{border-radius:14px;background:#F1EEE9;padding:15px 16px}
.howto{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:14px}
.howto li{padding-left:0;font-size:13.5px;line-height:1.45;color:#6E6A65}
.howto strong{display:block;color:#13100D;font-size:14px;margin-bottom:2px}

.modal{
  position:fixed;inset:0;background:rgba(19,16,13,.55);
  display:flex;align-items:flex-end;justify-content:center;z-index:50;
}
.modal-in{
  width:100%;max-width:480px;max-height:92vh;overflow-y:auto;
  background:#F8F7F5;border-radius:20px 20px 0 0;padding:20px 22px 26px;
}
.x{
  flex:none;width:32px;height:32px;border-radius:50%;border:1px solid #E2DFD9;
  background:#fff;font-size:16px;line-height:1;color:#6E6A65;cursor:pointer;
}
.dash{border:1px dashed #D8D4CD;background:#fff;border-radius:12px;padding:15px}
.chk{display:flex;gap:10px;align-items:flex-start;font-size:12.5px;line-height:1.5;color:#4A4540}
.chk input{margin-top:3px}
.row{display:flex;justify-content:space-between;gap:12px;align-items:baseline}
.row span:first-child{font-size:12.5px;color:#6E6A65}
.row span:last-child{font-family:'Archivo',sans-serif;font-weight:600;font-size:14.5px;font-variant-numeric:tabular-nums}
.money{
  background:#F8F7F5;border-radius:12px;padding:16px 15px;
  display:flex;flex-direction:column;gap:10px;
}
.money .big{
  font-family:'Archivo',sans-serif;font-weight:700;font-size:28px;
  letter-spacing:-.03em;font-variant-numeric:tabular-nums;line-height:1;
}
.goldbox{
  border:1.5px solid #FCBE0E;background:#FFFDF3;border-radius:12px;padding:14px 15px;
}
.inkbox{margin:14px 0 0;padding:14px 15px;border-radius:12px;background:#13100D;color:#fff}
.inkbox .row span:first-child{color:rgba(255,255,255,.7)}
.inkbox .row span:last-child{color:#fff;font-size:18px}
.hide{display:none !important}
.progress{font-size:12px;color:#8A8681;margin-bottom:6px}
.item-card{border:1px solid #EDEAE4;border-radius:12px;padding:14px;background:#FCFBFA;margin-bottom:10px}
.ok-box{text-align:center;padding:36px 16px}
.ok-box h2{font-family:'Archivo',sans-serif;font-size:24px;margin:0 0 8px}
.note{font-size:12px;line-height:1.6;color:#8A8681;text-wrap:pretty}
.cob-tag{
  flex:none;font-size:10px;font-weight:700;letter-spacing:.06em;
  text-transform:uppercase;padding:4px 7px;border-radius:5px;white-space:nowrap;
}
.cob-tag.base{background:#13100D;color:#FCBE0E}
.cob-tag.extra{background:#FFF8E1;color:#7A5C00}
.chip{font-size:11px;font-weight:600;padding:4px 8px;border-radius:6px;background:#F1EEE9;color:#4A4540}
.printsheet{display:none}
.printsheet img{height:8mm;width:auto;object-fit:contain}

.quote-fields .inkbox{margin:0}

@media (min-width:720px){
  .shell{padding:0 32px}
  .top-inner{min-height:72px}
  .logo{height:32px}
  .hero{padding:36px 0 48px}
  .main{padding:28px 0 56px}
  .menu{grid-template-columns:1fr 1fr}
  .opts{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .opts .lbl{grid-column:1 / -1}
  #opcoes.stack{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .modal{align-items:center;padding:32px}
  .modal-in{border-radius:20px;max-height:85vh}
}

@media (min-width:960px){
  .hero-aside{
    display:flex;flex-direction:column;gap:16px;
    padding:22px 24px;border-radius:16px;
    border:1px solid rgba(252,190,14,.28);
    background:rgba(255,255,255,.04);
  }
  .hero-in:has(.hero-aside){
    display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:end;
  }
  .hero-stat strong{display:block;color:#FCBE0E;font-size:14px;font-weight:700;margin-bottom:3px}
  .hero-stat span{color:rgba(255,255,255,.62);font-size:13.5px;line-height:1.45}
  .is-home .hero h1,.is-hub .hero h1{max-width:14ch}
  .is-form .hero,.is-quote .hero{padding:22px 0 28px}
  .is-form .hero h1,.is-quote .hero h1{font-size:32px;max-width:none}
  .is-form .hero .shell,
  .is-quote .hero .shell{max-width:1120px}
  .is-form .main .shell,
  .is-form .bar-in,
  .is-quote .main .shell,
  .is-quote .bar-in{max-width:none}
  .is-home .menu{grid-template-columns:repeat(3,minmax(0,1fr))}
  .is-hub .menu{grid-template-columns:1fr 1fr 1fr}
  .menu a{padding:24px;min-height:168px}

  .is-form:not(.has-bar) .main .shell,
  .is-quote:not(.has-bar) .main .shell{max-width:960px;margin:0 auto}
  .is-form.has-bar .workspace,
  .is-quote.has-bar .workspace{
    width:100%;max-width:1120px;margin:0 auto;padding:0 32px 48px;
    display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start;
  }
  .is-form.has-bar .workspace .shell,
  .is-quote.has-bar .workspace .shell{padding:0;max-width:none}
  .is-form .main,.is-quote .main{padding:28px 0 0}
  .has-bar .main{padding-bottom:0}

  .is-form .bar,
  .is-quote .bar.is-on{
    display:block;position:sticky;top:24px;left:auto;right:auto;bottom:auto;
    background:transparent;border:none;z-index:5;
  }
  .bar-in{
    max-width:none;margin:0;padding:20px;
    background:#fff;border:1px solid #E8E5DF;border-radius:16px;
    box-shadow:0 8px 28px rgba(19,16,13,.06);
  }
  .bar-kicker{
    display:block;font-size:10.5px;letter-spacing:.11em;text-transform:uppercase;
    color:#8A8681;font-weight:600;margin-bottom:8px;
  }
  .bar-row{flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:12px}
  .bar-row span:first-child{max-width:none;font-size:15px;font-weight:600;color:#13100D}
  .bar-row strong{font-size:13px;color:#8A8681;font-weight:600;letter-spacing:0;font-family:inherit}
  .bar-track{
    display:block;height:4px;border-radius:99px;background:#EDEAE4;overflow:hidden;margin:0 0 16px;
  }
  .bar-track i{display:block;height:100%;background:#FCBE0E;border-radius:99px}
  .bar-steps{
    display:flex;flex-direction:column;gap:0;margin:0 0 18px;padding:0;list-style:none;
  }
  .bar-steps li{
    font-size:13px;color:#8A8681;padding:7px 0 7px 12px;
    border-left:2px solid #E8E5DF;line-height:1.3;
  }
  .bar-steps li.now{color:#13100D;font-weight:600;border-color:#FCBE0E}
  .bar-steps li.done{color:#3E7C4A;border-color:#3E7C4A}
  .actions{flex-direction:column-reverse;gap:8px}
  .actions .btn-ghost,.actions .btn{flex:none;width:100%}

  .is-form .card > .stack{
    display:grid;grid-template-columns:1fr 1fr;gap:14px 16px;
  }
  .is-form .card > .stack > .opts,
  .is-form .card > .stack > .veiculo,
  .is-form .card > .stack > .field:has(textarea),
  .is-form .card > .stack > .warn,
  .is-form .card > .stack > .item-card,
  .is-form .card > .stack > .btn-ghost,
  .is-form .card > .stack > .dash,
  .is-form .card > .stack > .chk{grid-column:1 / -1}
  .veiculo{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px 16px}
  .veiculo .field:nth-child(2),
  .veiculo .field:nth-child(4){grid-column:1 / -1}

  .split-start{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}
  .help-card{display:flex}
  .quote-body{
    display:grid;grid-template-columns:1.15fr .85fr;align-items:start;
  }
  .quote-fields{padding:18px 20px 20px}
  .quote-aside{
    position:sticky;top:24px;
    padding:18px 18px 20px;border-left:1px solid #F1EEE9;
  }
  .quote-aside .money{margin:0 0 12px}
  .desk-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
  .desk-2 .pad{padding:0 0 18px}

  .foot{padding:28px 0}
  .foot .shell{
    flex-direction:row;justify-content:space-between;align-items:center;gap:24px;
  }
  .foot-wa{
    display:inline-flex;flex:none;align-items:center;
    color:#FCBE0E;font-size:13px;font-weight:600;letter-spacing:.04em;
    padding:8px 14px;border:1px solid rgba(252,190,14,.35);border-radius:999px;
  }
  .foot-wa:hover{background:#FCBE0E;color:#13100D}
}

@media (min-width:1100px){
  .opts{grid-template-columns:1fr 1fr 1fr}
}

@media print{
  @page{size:A4 portrait;margin:0}
  body{background:#fff}
  .top,.hero,.foot,.bar,.modal{display:none !important}
  .printsheet{display:block !important}
  .main{display:none !important}
}
