:root{
  --quote-primary:#E50914;
  --quote-secondary:#111827;
  --quote-primary-contrast:#FFFFFF;
  --quote-ink:#182235;
  --quote-muted:#68758A;
  --quote-line:#E6EAF0;
  --quote-soft:#F7F9FC;
  --quote-success:#16803A;
  --quote-danger:#B42318;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.quote-landing-page{margin:0;background:#fff;color:var(--quote-ink);font-family:Inter,Ubuntu,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit} button,input,textarea,select{font:inherit}
.quote-container{width:min(1160px,calc(100% - 40px));margin:0 auto}

/* TOPO — sempre branco */
.quote-topbar{background:#fff!important;color:#111827!important;border-bottom:1px solid #ECEFF3;box-shadow:0 2px 12px rgba(15,23,42,.035)}
.quote-topbar-inner{min-height:82px;display:flex;align-items:center;justify-content:center;gap:20px}
.quote-logo{display:inline-flex;align-items:center;gap:12px;text-decoration:none;min-width:0}
.quote-logo img{display:block;height:auto!important;object-fit:contain;object-position:center center;margin:0 auto}
.quote-logo-fallback{width:46px;height:46px;border-radius:12px;background:var(--quote-primary);color:var(--quote-primary-contrast);display:grid;place-items:center;font-weight:900;font-size:19px}
.quote-logo-copy strong{display:block;color:var(--quote-primary);font-size:15px;line-height:1.1}
.quote-logo-copy span{display:block;color:var(--quote-secondary);font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;margin-top:4px}

/* HERO — primeira cor; título segunda cor */
.quote-hero{position:relative;overflow:hidden;background:var(--quote-primary)!important;color:var(--quote-primary-contrast);padding:54px 0 62px}
.quote-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 15%,rgba(255,255,255,.13),transparent 34%),radial-gradient(circle at 90% 8%,rgba(255,255,255,.07),transparent 28%);pointer-events:none}
.quote-hero:after{content:"";position:absolute;right:-150px;bottom:-210px;width:500px;height:500px;border-radius:50%;border:1px solid rgba(255,255,255,.13);box-shadow:0 0 0 72px rgba(255,255,255,.025),0 0 0 144px rgba(255,255,255,.015);pointer-events:none}
.quote-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,500px);gap:54px;align-items:center}
.quote-hero-copy{padding:18px 0}
.quote-eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--quote-secondary)!important;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.quote-eyebrow:before{content:"";width:28px;height:3px;border-radius:999px;background:var(--quote-secondary)}
.quote-hero-copy h1{color:var(--quote-secondary)!important;font-size:clamp(40px,5vw,64px);line-height:1.01;letter-spacing:-.047em;margin:17px 0 18px;max-width:670px}
.quote-hero-copy>p{margin:0;max-width:630px;color:var(--quote-primary-contrast);opacity:.9;font-size:17px;line-height:1.68}
.quote-hero-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:30px}
.quote-hero-point{padding:13px 13px 12px;border:1px solid rgba(255,255,255,.23);border-radius:12px;background:rgba(255,255,255,.09)}
.quote-hero-point strong{display:block;color:var(--quote-primary-contrast);font-size:13px}
.quote-hero-point span{display:block;margin-top:5px;color:var(--quote-primary-contrast);opacity:.84;font-size:11.5px;line-height:1.55}
.quote-trust-row{display:flex;align-items:center;gap:15px;flex-wrap:wrap;margin-top:24px;color:var(--quote-primary-contrast);opacity:.88;font-size:11.5px}
.quote-trust-item{display:flex;align-items:center;gap:6px}.quote-trust-item svg{width:15px;height:15px;stroke:var(--quote-secondary);fill:none;stroke-width:2}

/* WIZARD */
.quote-wizard-wrap{position:relative}
.quote-wizard-glow{position:absolute;inset:12px -12px -16px;background:rgba(0,0,0,.16);filter:blur(30px);border-radius:30px;pointer-events:none}
.quote-wizard-card{position:relative;background:#fff;color:var(--quote-ink);border-radius:20px;box-shadow:0 24px 70px rgba(0,0,0,.22);overflow:hidden}
.quote-wizard-head{padding:22px 24px 18px;border-bottom:1px solid #EDF0F4;background:#fff}
.quote-wizard-kicker{display:flex;align-items:center;justify-content:space-between;gap:12px}
.quote-wizard-kicker span:first-child{font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:var(--quote-secondary)!important}
.quote-step-counter{font-size:10px;color:#8B96A7;font-weight:700}
.quote-wizard-head h2{margin:7px 0 4px;font-size:23px;letter-spacing:-.025em;color:var(--quote-primary)!important}
.quote-wizard-head p{margin:0;color:var(--quote-muted);font-size:12.5px;line-height:1.58}
.quote-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-top:17px}
.quote-progress-item{position:relative;min-width:0}
.quote-progress-item:before{content:"";position:absolute;top:14px;left:calc(50% + 17px);right:calc(-50% + 17px);height:2px;background:#E8EBF0}.quote-progress-item:last-child:before{display:none}
.quote-progress-item.done:before{background:var(--quote-primary)}
.quote-progress-dot{position:relative;z-index:1;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#F2F4F7;border:1px solid #E1E5EA;color:#8B96A5;font-size:10px;font-weight:900;margin:0 auto}
.quote-progress-item.active .quote-progress-dot,.quote-progress-item.done .quote-progress-dot{background:var(--quote-primary);border-color:var(--quote-primary);color:var(--quote-primary-contrast)}
.quote-progress-label{display:block;text-align:center;margin-top:5px;font-size:8px;color:#9AA3B2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quote-progress-item.active .quote-progress-label{color:#29354A;font-weight:800}
.quote-error-box{margin:16px 22px 0;padding:11px 13px;background:#FFF2F0;border:1px solid #F4D1CC;border-radius:9px;color:var(--quote-danger);font-size:11px}
.quote-wizard-body{padding:23px 24px 24px}
.quote-step{display:none}.quote-step.active{display:block;animation:quoteFade .18s ease-out}@keyframes quoteFade{from{opacity:.35;transform:translateY(4px)}to{opacity:1;transform:none}}
.quote-step-title{margin-bottom:18px}.quote-step-title span{font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--quote-secondary)!important}.quote-step-title h3{font-size:21px;margin:5px 0;color:var(--quote-primary)!important;letter-spacing:-.02em}.quote-step-title p{margin:0;color:var(--quote-muted);font-size:12.5px;line-height:1.58}
.quote-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quote-fields.one{grid-template-columns:1fr}
.quote-fields label,.quote-plate-row label{font-size:11.5px;font-weight:800;color:#3D495E;margin:0}
.quote-fields input,.quote-plate-row input{width:100%;margin-top:6px;height:46px;border:1px solid #D9DEE6;border-radius:9px;background:#fff;padding:0 12px;color:#111827;outline:none;box-shadow:none}
.quote-fields input:focus,.quote-plate-row input:focus{border-color:var(--quote-primary);box-shadow:0 0 0 3px rgba(15,23,42,.06)}
.quote-plate-row{display:grid;grid-template-columns:1fr 178px;gap:10px;align-items:end}.quote-plate-row .quote-btn{height:46px}
.quote-help{font-size:11.5px;color:var(--quote-muted);margin-top:8px;min-height:16px}.quote-help.success{color:var(--quote-success)}.quote-help.error{color:var(--quote-danger)}
.vehicle-details[hidden]{display:none!important}.vehicle-details{margin-top:14px;padding:14px;border:1px solid #E2E6EC;border-radius:12px;background:#F8FAFC}.vehicle-details-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:11px}.vehicle-details-head strong{font-size:11px;color:var(--quote-primary)}.vehicle-status{font-size:8px;font-weight:900;padding:5px 8px;border-radius:999px;background:#EAF7EF;color:var(--quote-success)}.vehicle-details .quote-fields input{height:42px;background:#fff}
.quote-plan-list{display:grid;gap:9px}.quote-plan{display:grid;grid-template-columns:18px 1fr auto;gap:11px;align-items:start;padding:13px;border:1px solid #DEE3EA;border-radius:12px;background:#fff;cursor:pointer}.quote-plan:has(input:checked){border-color:var(--quote-primary);background:#fff}.quote-plan input{width:auto;margin:3px 0}.quote-plan h4{font-size:12px;margin:0 0 4px;color:var(--quote-primary)}.quote-plan p{font-size:10px;line-height:1.45;color:var(--quote-muted);margin:0}.quote-plan-services{font-size:9px;color:#7B8798;margin-top:6px;line-height:1.4}.quote-plan-price{text-align:right;white-space:nowrap;font-size:14px;font-weight:900;color:var(--quote-primary)}.quote-plan-price small{display:block;font-size:8px;font-weight:700;color:var(--quote-muted);margin-top:3px}.quote-badge{display:inline-flex;margin-left:5px;padding:3px 6px;border-radius:999px;background:#F3F4F6;color:var(--quote-secondary);font-size:7px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.quote-service-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.quote-service{display:flex;gap:8px;padding:11px;border:1px solid #E1E6EC;border-radius:10px;cursor:pointer;background:#fff}.quote-service:has(input:checked){border-color:var(--quote-primary)}.quote-service input{width:auto;margin:2px 0}.quote-service strong{font-size:11px;color:var(--quote-primary)}.quote-service small{display:block;margin-top:3px;color:var(--quote-muted);font-size:9px}.quote-empty{padding:16px;border:1px dashed #D8DEE7;border-radius:10px;color:var(--quote-muted);font-size:11px;text-align:center}
.quote-review{display:grid;gap:8px}.quote-review-card{border:1px solid #E1E6EC;border-radius:11px;padding:12px}.quote-review-card .review-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.quote-review-card .review-head strong{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:var(--quote-secondary)}.quote-review-card p{margin:0;font-size:11px;line-height:1.5}.quote-edit-btn{border:0;background:transparent;color:var(--quote-primary);font-size:9px;font-weight:900;cursor:pointer}.quote-total{display:flex;align-items:center;justify-content:space-between;gap:18px;background:var(--quote-primary);color:var(--quote-primary-contrast);border-radius:12px;padding:14px}.quote-total span{font-size:9px;opacity:.8}.quote-total b{display:block;font-size:22px;margin-top:3px}.quote-total .adhesion{font-size:10px;opacity:.82;text-align:right}.quote-consent{display:flex;align-items:flex-start;gap:8px;margin-top:12px;font-size:9px!important;line-height:1.45;color:#697587!important;font-weight:500!important}.quote-consent input{width:auto;margin:2px 0 0}
.quote-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:20px}.quote-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:9px;border:1px solid #D9DFE7;background:#fff;color:#263247;padding:0 15px;font-size:11px;font-weight:900;cursor:pointer;text-decoration:none}.quote-btn.primary{background:var(--quote-primary);border-color:var(--quote-primary);color:var(--quote-primary-contrast)}.quote-btn[hidden]{display:none}.quote-btn:disabled{opacity:.55;cursor:not-allowed}.quote-actions .quote-btn{min-width:118px}.quote-security-note{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;color:#8A95A5;font-size:8px}.quote-security-note svg{width:12px;height:12px;stroke:#8793A5;fill:none;stroke-width:2}

/* SEÇÕES */
.quote-section{padding:64px 0}.quote-section.soft{background:var(--quote-soft)}
.quote-section-head{max-width:680px;margin:0 auto 28px;text-align:center}
.quote-section-head>span{font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--quote-secondary)!important}
.quote-section-head h2{font-size:clamp(28px,3.8vw,40px);letter-spacing:-.035em;margin:7px 0 9px;color:var(--quote-primary)!important}
.quote-section-head p{margin:0;color:var(--quote-muted);font-size:13px;line-height:1.6}
.quote-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:1000px;margin:0 auto}.quote-feature-card{padding:20px;border:1px solid var(--quote-line);border-radius:14px;background:#fff}.quote-feature-icon{width:38px;height:38px;border-radius:10px;background:var(--quote-primary);color:var(--quote-primary-contrast);display:grid;place-items:center;margin-bottom:14px}.quote-feature-icon svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.9}.quote-feature-card h3{font-size:15px;margin:0 0 7px;color:var(--quote-primary)}.quote-feature-card p{margin:0;color:var(--quote-muted);font-size:12.5px;line-height:1.65}

/* PROTEÇÃO COMPLETA — cards compactos */
.quote-protection-section{background:#fff!important}
.quote-protection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:900px;margin:0 auto;counter-reset:none}
.quote-protection-card{position:relative;padding:20px 18px 18px;border:1px solid var(--quote-line);border-radius:14px;background:#fff;text-align:center;min-height:0}
.quote-protection-card:before{display:none!important}
.quote-protection-icon{width:44px;height:44px;margin:0 auto 13px;border-radius:12px;display:grid;place-items:center;background:var(--quote-primary);color:var(--quote-primary-contrast)}
.quote-protection-icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.quote-protection-card h3{font-size:14px;margin:0 0 6px;color:var(--quote-primary)!important;letter-spacing:.02em}
.quote-protection-card p{margin:0 auto;color:var(--quote-muted);font-size:12px;line-height:1.6;max-width:255px}

.quote-how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.quote-how-card{position:relative;padding:20px;border:1px solid var(--quote-line);border-radius:14px;background:#fff}.quote-how-card:before{counter-increment:how;content:"0" counter(how);display:block;color:var(--quote-secondary);font-weight:900;font-size:10px;letter-spacing:.08em;margin-bottom:13px}.quote-how-card h3{font-size:15px;margin:0 0 7px;color:var(--quote-primary)}.quote-how-card p{margin:0;color:var(--quote-muted);font-size:12.5px;line-height:1.65}
.quote-faq{max-width:820px;margin:0 auto;display:grid;gap:9px}.quote-faq details{border:1px solid var(--quote-line);border-radius:12px;background:#fff;padding:0 16px}.quote-faq summary{list-style:none;cursor:pointer;padding:16px 30px 16px 0;font-weight:800;font-size:13.5px;line-height:1.4;color:var(--quote-primary)}.quote-faq summary::-webkit-details-marker{display:none}.quote-faq summary:after{content:"+";position:absolute}.quote-faq p{margin:0;padding:0 0 16px;color:var(--quote-muted);font-size:12.5px;line-height:1.68}
.quote-cta{padding:0 0 64px;background:#fff}.quote-cta-box{display:flex;align-items:center;justify-content:space-between;gap:26px;padding:28px 30px;border-radius:17px;background:var(--quote-primary);color:var(--quote-primary-contrast);overflow:hidden;position:relative}.quote-cta-box:after{display:none!important;content:none!important}.quote-cta-copy{position:relative;z-index:1}.quote-cta-copy h2{font-size:27px;margin:0 0 6px;letter-spacing:-.025em;color:var(--quote-secondary)!important}.quote-cta-copy p{margin:0;color:var(--quote-primary-contrast);opacity:.9;font-size:13.5px;line-height:1.55}.quote-cta-box .quote-btn{position:relative;z-index:1;flex:0 0 auto;background:#fff;border-color:#fff;color:var(--quote-primary)}

/* RODAPÉ — sem logo */
.quote-footer{background:var(--quote-primary)!important;color:var(--quote-primary-contrast);padding:24px 0}
.quote-footer-inner{display:flex;align-items:center;justify-content:center;text-align:center}
.quote-footer-copy{width:100%;font-size:11.5px;text-align:center;line-height:1.7;color:var(--quote-primary-contrast);opacity:.9}



.quote-section-cta{
  display:flex;
  justify-content:center;
  margin-top:28px;
}
.quote-section-cta-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 24px;
  border-radius:10px;
  background:var(--quote-primary);
  color:#fff!important;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  box-shadow:0 10px 22px color-mix(in srgb,var(--quote-primary) 22%,transparent);
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;
}
.quote-section-cta-button:hover{
  transform:translateY(-1px);
  filter:brightness(.96);
  box-shadow:0 12px 28px color-mix(in srgb,var(--quote-primary) 27%,transparent);
}

.quote-footer-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:13px;
  text-align:center;
}
@media(max-width:1020px){
  .quote-hero-grid{grid-template-columns:1fr;gap:30px}.quote-hero-copy{max-width:760px}.quote-wizard-wrap{max-width:680px;width:100%}.quote-hero-points{max-width:680px}.quote-benefit-grid,.quote-protection-grid,.quote-how-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .quote-container{width:min(100% - 24px,1160px)}
  .quote-topbar-inner{min-height:78px;justify-content:center!important}
  .quote-logo{width:100%;justify-content:center;text-align:center}.quote-logo img{margin:0 auto;height:auto!important;object-position:center}.quote-logo-copy{text-align:center}
  .quote-hero{padding:34px 0 42px}.quote-hero-grid{gap:27px}.quote-hero-copy{padding:0;text-align:center}.quote-eyebrow{justify-content:center}.quote-hero-copy h1{font-size:36px;margin-left:auto;margin-right:auto}.quote-hero-copy>p{font-size:15.5px;line-height:1.65;margin-left:auto;margin-right:auto}.quote-hero-points{grid-template-columns:1fr;max-width:520px;margin-left:auto;margin-right:auto}.quote-trust-row{justify-content:center;gap:9px 13px}
  .quote-wizard-head,.quote-wizard-body{padding-left:17px;padding-right:17px}.quote-progress-label{display:none}.quote-progress-item:before{top:13px}.quote-progress-dot{width:27px;height:27px}.quote-fields,.quote-service-list,.quote-plate-row{grid-template-columns:1fr}.quote-plan{grid-template-columns:18px 1fr}.quote-plan-price{grid-column:2;text-align:left}.quote-actions{align-items:stretch}.quote-actions .quote-btn{flex:1;min-width:0}.quote-total{align-items:flex-start;flex-direction:column}.quote-total .adhesion{text-align:left}
  .quote-section{padding:48px 0}.quote-benefit-grid,.quote-protection-grid,.quote-how-grid{grid-template-columns:1fr;max-width:460px}.quote-feature-card,.quote-protection-card,.quote-how-card{padding:19px}.quote-protection-card{min-height:0}.quote-section-head{margin-bottom:24px}.quote-section-head h2{font-size:28px}
  .quote-cta{padding-bottom:48px}.quote-cta-box{align-items:center;flex-direction:column;text-align:center;padding:24px}.quote-cta-copy h2{font-size:24px}.quote-footer-inner{justify-content:center;align-items:center;text-align:center}.quote-footer-copy{text-align:center;margin:0 auto}
}
@media(max-width:390px){.quote-hero-copy h1{font-size:32px}.quote-wizard-head h2{font-size:21px}.quote-section-head h2{font-size:26px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.quote-step.active{animation:none}}


@media(max-width:760px){
  .quote-hero-point strong{font-size:13px}
  .quote-hero-point span{font-size:12px;line-height:1.55}
  .quote-trust-row{font-size:11.5px;line-height:1.45}
  .quote-wizard-head p,.quote-step-title p{font-size:12.5px;line-height:1.58}
  .quote-fields label,.quote-plate-row label{font-size:11.5px}
  .quote-fields input,.quote-plate-row input{font-size:14px}
  .quote-feature-card p,.quote-how-card p,.quote-faq p{font-size:12.5px}
  .quote-protection-card p{font-size:12px}
  .quote-faq summary{font-size:13.5px}
  .quote-cta-copy p{font-size:13px}
  .quote-footer-copy{font-size:11.5px}
}


@media(max-width:760px){
  .quote-section-cta{margin-top:24px}
  .quote-section-cta-button{
    min-height:46px;
    padding:0 22px;
    font-size:13px;
  }
  
}

/* V8 — rodapé sem logo e logo superior maior */
.quote-footer-inner{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.quote-footer-copy{
  width:100%;
  text-align:center;
}
@media(max-width:760px){
  .quote-topbar-inner{min-height:84px}
  .quote-logo img{height:auto!important}
}


.quote-published-by{
  display:block;
  margin-top:5px;
  font-size:10.5px;
  font-weight:700;
  letter-spacing:.01em;
  color:var(--quote-primary-contrast);
  opacity:.82;
}
@media(max-width:760px){
  .quote-published-by{margin-top:6px;font-size:10.5px}
}

/* V10 — tamanho de logo realmente controlado pelo Admin */
.quote-topbar-inner{padding-top:10px;padding-bottom:10px}
@media(max-width:760px){
  .quote-topbar-inner{padding-top:9px;padding-bottom:9px}
}

/* V12 — COTAS FIPE na cotação */
.fipe-ideal-plan{grid-template-columns:minmax(0,1fr) auto!important;cursor:default;align-items:center;border-color:var(--quote-primary);background:color-mix(in srgb,var(--quote-primary) 3%,#fff)}
.fipe-ideal-copy{min-width:0}.fipe-ideal-copy h4{margin:0 0 5px;font-size:14px;color:var(--quote-primary)}.fipe-ideal-copy p{margin:0;color:var(--quote-muted);font-size:12px;line-height:1.5}
.fipe-plan-meta{display:flex;gap:8px 14px;flex-wrap:wrap;margin-top:9px;color:#5f6c7d;font-size:10.5px;font-weight:700}.fipe-plan-meta span{display:inline-flex;align-items:center}
@media(max-width:760px){.fipe-ideal-plan{grid-template-columns:1fr!important}.fipe-ideal-plan .quote-plan-price{text-align:left}.fipe-plan-meta{display:grid;gap:5px}.fipe-ideal-copy p{font-size:12px}}

/* V13 — o tamanho é aplicado diretamente pelo valor salvo no Admin */
.tenant-landing-logo{
  display:block!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.quote-topbar-inner{
  height:auto!important;
  min-height:0!important;
  padding-top:12px!important;
  padding-bottom:12px!important;
}
@media(max-width:760px){
  .quote-topbar-inner{
    min-height:0!important;
    padding-top:10px!important;
    padding-bottom:10px!important;
  }
}

/* V15 — consentimento da etapa final */
.quote-consent{
  display:flex!important;
  align-items:flex-start!important;
  gap:9px!important;
  margin-top:13px!important;
  font-size:11.5px!important;
  line-height:1.5!important;
  color:#5f6b7a!important;
  font-weight:600!important;
  cursor:pointer;
}
.quote-consent input{
  width:16px!important;
  height:16px!important;
  min-width:16px!important;
  margin:1px 0 0!important;
  accent-color:var(--quote-primary);
}
.quote-consent span{
  display:block!important;
  flex:1;
}


/* V25 — Rastreador obrigatório */
.quote-tracker-notice{
  margin-top:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:15px 17px;
  border:1px solid color-mix(in srgb,var(--quote-primary) 25%,#d9e0e8);
  border-radius:13px;
  background:color-mix(in srgb,var(--quote-primary) 5%,#fff);
}
.quote-tracker-notice[hidden]{display:none!important}
.quote-tracker-notice strong{display:block;font-size:13.5px;color:var(--quote-primary);margin-bottom:4px}
.quote-tracker-notice p{margin:0;font-size:12px;line-height:1.5;color:#526174}
.quote-tracker-fee{text-align:right;white-space:nowrap}
.quote-tracker-fee span,.quote-tracker-fee small{display:block;font-size:10.5px;color:#697586}
.quote-tracker-fee b{display:block;font-size:16px;color:var(--quote-primary);margin:2px 0}
.quote-tracker-review{border-color:color-mix(in srgb,var(--quote-primary) 25%,#d9e0e8)!important}
.quote-tracker-review .review-head span{font-size:10px;font-weight:800;color:var(--quote-primary);text-transform:uppercase}
@media(max-width:760px){
  .quote-tracker-notice{align-items:flex-start;flex-direction:column}
  .quote-tracker-fee{text-align:left}
}


/* V32 — Valor FIPE consultado e bloqueado */
.quote-readonly-money[readonly]{
  background:#f4f7fa;
  color:#172033;
  font-weight:800;
  cursor:not-allowed;
  user-select:none;
}
.quote-field-hint{
  display:block;
  margin-top:5px;
  font-size:10.5px;
  line-height:1.4;
  color:#77859a;
}


/* V43 — refinamento de leitura e identidade visual da landing
   - textos um pouco maiores em desktop/mobile
   - todos os botões usam a segunda cor configurada no Admin
   - ícones de "Por que fazer online" e "Proteção Completa" maiores
*/
body.quote-landing-page{
  font-size:16px;
}

/* Leitura geral */
.quote-hero-copy>p{font-size:18px;line-height:1.7}
.quote-hero-point strong{font-size:14.5px}
.quote-hero-point span{font-size:13px;line-height:1.6}
.quote-trust-row{font-size:13px;line-height:1.5}

.quote-wizard-head p,
.quote-step-title p{font-size:14px;line-height:1.62}
.quote-fields label,
.quote-plate-row label{font-size:13px}
.quote-fields input,
.quote-plate-row input,
.quote-service,
.quote-plan,
.quote-review{font-size:14px}
.quote-help,
.quote-field-hint{font-size:12.5px;line-height:1.55}
.quote-step-title h3{font-size:23px}
.quote-wizard-head h2{font-size:25px}

.quote-section-head>span{font-size:10.5px}
.quote-section-head p{font-size:15px;line-height:1.68}
.quote-feature-card h3,
.quote-how-card h3{font-size:17px}
.quote-feature-card p,
.quote-how-card p,
.quote-faq p{font-size:14px;line-height:1.7}
.quote-protection-card h3{font-size:16px}
.quote-protection-card p{font-size:14px;line-height:1.68;max-width:285px}
.quote-faq summary{font-size:15px}
.quote-cta-copy p{font-size:15px;line-height:1.65}
.quote-footer-copy{font-size:12.5px}
.quote-published-by{font-size:11.5px}

/* Ícones maiores — aproximadamente +30% */
.quote-feature-icon{
  width:50px;
  height:50px;
  border-radius:13px;
  margin-bottom:16px;
}
.quote-feature-icon svg{
  width:25px;
  height:25px;
}
.quote-protection-icon{
  width:58px;
  height:58px;
  border-radius:15px;
  margin-bottom:15px;
}
.quote-protection-icon svg{
  width:29px;
  height:29px;
}

/* Todos os botões/CTAs seguem a segunda cor da associação */
body.quote-landing-page .quote-btn,
body.quote-landing-page .quote-btn.primary,
body.quote-landing-page .quote-cta-box .quote-btn,
body.quote-landing-page .quote-section-cta-button{
  background:var(--quote-secondary)!important;
  border-color:var(--quote-secondary)!important;
  color:var(--quote-secondary-contrast)!important;
  box-shadow:0 10px 22px color-mix(in srgb,var(--quote-secondary) 22%,transparent)!important;
}
body.quote-landing-page .quote-btn:hover:not(:disabled),
body.quote-landing-page .quote-section-cta-button:hover{
  filter:brightness(.94);
  transform:translateY(-1px);
  box-shadow:0 12px 28px color-mix(in srgb,var(--quote-secondary) 28%,transparent)!important;
}
body.quote-landing-page .quote-btn:focus-visible,
body.quote-landing-page .quote-section-cta-button:focus-visible{
  outline:3px solid color-mix(in srgb,var(--quote-secondary) 30%,transparent);
  outline-offset:2px;
}
body.quote-landing-page .quote-btn:disabled{
  opacity:.55;
  transform:none;
}

/* Mobile: mantém o ganho de legibilidade sem exagerar */
@media(max-width:760px){
  .quote-hero-copy>p{font-size:17px}
  .quote-hero-point strong{font-size:14.5px}
  .quote-hero-point span{font-size:13.5px}
  .quote-trust-row{font-size:12.5px}
  .quote-wizard-head p,
  .quote-step-title p{font-size:13.5px}
  .quote-fields label,
  .quote-plate-row label{font-size:12.5px}
  .quote-fields input,
  .quote-plate-row input{font-size:15px}
  .quote-feature-card p,
  .quote-how-card p,
  .quote-faq p,
  .quote-protection-card p{font-size:13.5px}
  .quote-faq summary{font-size:14.5px}
  .quote-cta-copy p{font-size:14px}
  .quote-footer-copy{font-size:12px}
  .quote-section-cta-button{font-size:14px;min-height:48px}
  .quote-btn{font-size:13px}
  .quote-feature-icon{width:48px;height:48px}
  .quote-feature-icon svg{width:24px;height:24px}
  .quote-protection-icon{width:56px;height:56px}
  .quote-protection-icon svg{width:28px;height:28px}
}


/* V45 — "Por que fazer online" alinhado visualmente a "Proteção Completa" */
.quote-benefit-grid .quote-feature-card{
  text-align:center;
}

.quote-benefit-grid .quote-feature-card .quote-feature-icon{
  width:58px;
  height:58px;
  border-radius:15px;
  margin:0 auto 15px;
}

.quote-benefit-grid .quote-feature-card .quote-feature-icon svg{
  width:29px;
  height:29px;
}

.quote-benefit-grid .quote-feature-card h3{
  text-align:center;
}

.quote-benefit-grid .quote-feature-card p{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  max-width:285px;
}

@media(max-width:760px){
  .quote-benefit-grid .quote-feature-card .quote-feature-icon{
    width:56px;
    height:56px;
  }

  .quote-benefit-grid .quote-feature-card .quote-feature-icon svg{
    width:28px;
    height:28px;
  }
}


/* V56 — Nova experiência da landing
   Mantém identidade dinâmica da associação e reposiciona o wizard como
   elemento visual principal da hero, no lugar reservado à imagem.
*/
body.quote-landing-page{
  background:#fff;
  color:#111827;
}

.quote-topbar{
  position:relative;
  z-index:20;
  background:#fff!important;
  border-bottom:1px solid #edf0f4;
  box-shadow:0 1px 0 rgba(15,23,42,.02);
}

.quote-topbar-inner{
  min-height:92px!important;
  display:flex;
  align-items:center;
  justify-content:center!important;
}

/* HERO */
.quote-hero-v56{
  position:relative;
  overflow:hidden;
  padding:76px 0 88px;
  isolation:isolate;
}

.quote-hero-v56:before{
  content:"";
  position:absolute;
  width:620px;
  height:620px;
  right:-250px;
  top:-300px;
  border-radius:50%;
  background:color-mix(in srgb,var(--quote-secondary) 18%,transparent);
  opacity:.38;
  pointer-events:none;
  z-index:-1;
}

.quote-hero-v56:after{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  left:-300px;
  bottom:-340px;
  border-radius:50%;
  border:1px solid color-mix(in srgb,var(--quote-primary-contrast) 24%,transparent);
  box-shadow:
    0 0 0 72px color-mix(in srgb,var(--quote-primary-contrast) 5%,transparent),
    0 0 0 144px color-mix(in srgb,var(--quote-primary-contrast) 3%,transparent);
  pointer-events:none;
  z-index:-1;
}

.quote-hero-grid-v56{
  width:min(1220px,calc(100% - 48px));
  grid-template-columns:minmax(0,1.03fr) minmax(470px,.97fr);
  gap:58px;
  align-items:center;
}

.quote-hero-copy-v56{
  max-width:650px;
  padding:0;
}

.quote-hero-v56 .quote-eyebrow{
  min-height:34px;
  padding:0 13px;
  border-radius:999px;
  background:color-mix(in srgb,var(--quote-primary-contrast) 12%,transparent);
  border:1px solid color-mix(in srgb,var(--quote-primary-contrast) 19%,transparent);
  color:var(--quote-primary-contrast)!important;
  letter-spacing:.10em;
  font-size:10.5px;
}

.quote-hero-v56 .quote-eyebrow:before{
  width:7px;
  height:7px;
  background:var(--quote-secondary);
}

.quote-hero-v56 .quote-hero-copy h1{
  max-width:650px;
  margin:21px 0 20px;
  font-size:clamp(44px,5vw,68px);
  line-height:.99;
  letter-spacing:-.052em;
  text-wrap:balance;
}

.quote-hero-v56 .quote-hero-copy>p{
  max-width:590px;
  margin:0;
  font-size:18px;
  line-height:1.72;
  opacity:.94;
}

.quote-hero-v56 .quote-hero-points{
  max-width:620px;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:11px;
  margin-top:31px;
}

.quote-hero-v56 .quote-hero-point{
  min-height:112px;
  padding:16px;
  border-radius:17px;
  border:1px solid color-mix(in srgb,var(--quote-primary-contrast) 22%,transparent);
  background:color-mix(in srgb,var(--quote-primary-contrast) 10%,transparent);
  backdrop-filter:blur(4px);
}

.quote-hero-v56 .quote-hero-point strong{
  font-size:14px;
  letter-spacing:-.01em;
}

.quote-hero-v56 .quote-hero-point span{
  margin-top:7px;
  font-size:12.5px;
  line-height:1.56;
  opacity:.88;
}

.quote-hero-v56 .quote-trust-row{
  margin-top:23px;
  gap:12px 18px;
  font-size:12.5px;
}

.quote-hero-v56 .quote-trust-item{
  gap:8px;
}

.quote-hero-v56 .quote-trust-item svg{
  width:17px;
  height:17px;
  stroke:var(--quote-secondary);
}

/* WIZARD COMO VISUAL PRINCIPAL DA HERO */
.quote-wizard-hero-v56{
  width:100%;
  max-width:540px;
  justify-self:end;
}

.quote-wizard-hero-v56:before{
  content:"Cotação online";
  position:absolute;
  right:20px;
  top:-16px;
  z-index:4;
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 13px;
  border-radius:999px;
  background:var(--quote-secondary);
  color:var(--quote-secondary-contrast);
  font-size:10px;
  line-height:1;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
  box-shadow:0 8px 22px color-mix(in srgb,var(--quote-secondary) 30%,transparent);
}

.quote-wizard-hero-v56 .quote-wizard-glow{
  inset:20px -18px -24px;
  border-radius:34px;
  background:rgba(0,0,0,.22);
  filter:blur(36px);
}

.quote-wizard-hero-v56 .quote-wizard-card{
  border-radius:26px;
  border:1px solid rgba(255,255,255,.72);
  box-shadow:
    0 28px 75px rgba(15,23,42,.26),
    0 3px 12px rgba(15,23,42,.08);
}

.quote-wizard-hero-v56 .quote-wizard-card:before{
  content:"";
  display:block;
  height:5px;
  background:var(--quote-secondary);
}

.quote-wizard-hero-v56 .quote-wizard-head{
  padding:23px 26px 20px;
  background:linear-gradient(180deg,#fff 0%,#fcfcfd 100%);
}

.quote-wizard-hero-v56 .quote-wizard-body{
  padding:25px 26px 26px;
}

.quote-wizard-hero-v56 .quote-wizard-head h2{
  font-size:27px;
  margin-top:8px;
}

.quote-wizard-hero-v56 .quote-progress{
  margin-top:19px;
}

.quote-wizard-hero-v56 .quote-progress-dot{
  width:31px;
  height:31px;
  font-size:11px;
}

.quote-wizard-hero-v56 .quote-progress-item:before{
  top:15px;
}

.quote-wizard-hero-v56 .quote-fields input,
.quote-wizard-hero-v56 .quote-plate-row input{
  height:49px;
  border-radius:11px;
}

.quote-wizard-hero-v56 .quote-btn{
  min-height:46px;
  border-radius:11px;
}

.quote-wizard-hero-v56 .quote-actions{
  margin-top:23px;
}

.quote-wizard-hero-v56 .quote-security-note{
  margin-top:14px;
  font-size:10px;
}

/* SEÇÕES — linguagem visual da nova experiência */
.quote-benefits-v56{
  padding:82px 0 78px;
  background:#fff;
}

.quote-benefits-v56 .quote-section-head,
.quote-protection-v56 .quote-section-head,
.quote-faq-section-v56 .quote-section-head{
  max-width:760px;
  margin-bottom:36px;
}

.quote-benefits-v56 .quote-section-head>span,
.quote-protection-v56 .quote-section-head>span,
.quote-faq-section-v56 .quote-section-head>span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 11px;
  border-radius:999px;
  background:color-mix(in srgb,var(--quote-secondary) 9%,#fff);
  color:var(--quote-secondary)!important;
  letter-spacing:.10em;
}

.quote-benefits-v56 .quote-section-head h2,
.quote-protection-v56 .quote-section-head h2,
.quote-faq-section-v56 .quote-section-head h2{
  margin-top:12px;
  font-size:clamp(32px,4vw,46px);
  text-wrap:balance;
}

.quote-benefits-v56 .quote-section-head p,
.quote-protection-v56 .quote-section-head p,
.quote-faq-section-v56 .quote-section-head p{
  max-width:680px;
  margin-left:auto;
  margin-right:auto;
}

.quote-benefits-v56 .quote-benefit-grid{
  max-width:1100px;
  gap:18px;
}

.quote-benefits-v56 .quote-feature-card{
  position:relative;
  min-height:260px;
  padding:30px 24px 27px;
  border-radius:22px;
  border:1px solid #e7eaf0;
  box-shadow:0 12px 35px rgba(15,23,42,.055);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}

.quote-benefits-v56 .quote-feature-card:hover{
  transform:translateY(-4px);
  border-color:color-mix(in srgb,var(--quote-primary) 24%,#e7eaf0);
  box-shadow:0 18px 44px rgba(15,23,42,.09);
}

.quote-benefits-v56 .quote-feature-icon{
  width:62px!important;
  height:62px!important;
  border-radius:18px!important;
  margin:0 auto 20px!important;
  box-shadow:0 10px 25px color-mix(in srgb,var(--quote-primary) 20%,transparent);
}

.quote-benefits-v56 .quote-feature-icon svg{
  width:30px!important;
  height:30px!important;
}

.quote-benefits-v56 .quote-feature-card h3{
  font-size:18px;
  margin-bottom:10px;
}

.quote-benefits-v56 .quote-feature-card p{
  max-width:300px;
  font-size:14.5px;
  line-height:1.72;
}

/* PROTEÇÃO */
.quote-protection-v56{
  padding:82px 0;
  background:
    linear-gradient(
      180deg,
      color-mix(in srgb,var(--quote-primary) 5%,#fff) 0%,
      #fff 72%
    )!important;
  border-top:1px solid color-mix(in srgb,var(--quote-primary) 9%,#e7eaf0);
  border-bottom:1px solid #edf0f4;
}

.quote-protection-v56 .quote-protection-grid{
  max-width:1040px;
  gap:18px;
}

.quote-protection-v56 .quote-protection-card{
  min-height:260px;
  padding:31px 24px 27px;
  border-radius:22px;
  border:1px solid color-mix(in srgb,var(--quote-primary) 14%,#e4e8ed);
  box-shadow:0 12px 35px rgba(15,23,42,.05);
}

.quote-protection-v56 .quote-protection-icon{
  width:62px!important;
  height:62px!important;
  border-radius:18px!important;
  margin:0 auto 20px!important;
  box-shadow:0 10px 25px color-mix(in srgb,var(--quote-primary) 20%,transparent);
}

.quote-protection-v56 .quote-protection-icon svg{
  width:30px!important;
  height:30px!important;
}

.quote-protection-v56 .quote-protection-card h3{
  font-size:17px;
  margin-bottom:9px;
}

.quote-protection-v56 .quote-protection-card p{
  max-width:300px;
  font-size:14.5px;
  line-height:1.72;
}

/* FAQ */
.quote-faq-section-v56{
  padding:82px 0;
  background:#fff;
}

.quote-faq-section-v56 .quote-faq{
  max-width:900px;
  gap:12px;
}

.quote-faq-section-v56 .quote-faq details{
  position:relative;
  padding:0 21px;
  border-radius:16px;
  border:1px solid #e5e9ef;
  box-shadow:0 7px 24px rgba(15,23,42,.035);
  overflow:hidden;
}

.quote-faq-section-v56 .quote-faq details[open]{
  border-color:color-mix(in srgb,var(--quote-primary) 22%,#e5e9ef);
  box-shadow:0 11px 30px rgba(15,23,42,.06);
}

.quote-faq-section-v56 .quote-faq summary{
  position:relative;
  padding:20px 42px 20px 0;
  font-size:15.5px;
}

.quote-faq-section-v56 .quote-faq summary:after{
  content:"+";
  right:0;
  top:50%;
  transform:translateY(-50%);
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:color-mix(in srgb,var(--quote-primary) 8%,#fff);
  color:var(--quote-primary);
  font-size:18px;
  font-weight:700;
}

.quote-faq-section-v56 .quote-faq details[open] summary:after{
  content:"−";
}

.quote-faq-section-v56 .quote-faq p{
  padding-bottom:20px;
  font-size:14.5px;
}

/* CTA FINAL */
.quote-cta-v56{
  padding:0 0 82px;
  background:#fff;
}

.quote-cta-v56 .quote-cta-box{
  max-width:1100px;
  margin:0 auto;
  padding:37px 38px;
  border-radius:24px;
  box-shadow:0 20px 55px color-mix(in srgb,var(--quote-primary) 20%,transparent);
}

.quote-cta-v56 .quote-cta-copy h2{
  font-size:clamp(27px,3vw,36px);
}

.quote-cta-v56 .quote-cta-copy p{
  max-width:640px;
}

/* CTA intermediário */
.quote-section-cta{
  margin-top:34px;
}

.quote-section-cta-button{
  min-height:50px;
  padding:0 27px;
  border-radius:12px;
}

/* TABLET */
@media(max-width:1080px){
  .quote-hero-v56{
    padding:60px 0 70px;
  }

  .quote-hero-grid-v56{
    width:min(900px,calc(100% - 40px));
    grid-template-columns:1fr;
    gap:42px;
  }

  .quote-hero-copy-v56{
    max-width:760px;
    margin:0 auto;
    text-align:center;
  }

  .quote-hero-v56 .quote-eyebrow{
    justify-content:center;
  }

  .quote-hero-v56 .quote-hero-copy h1,
  .quote-hero-v56 .quote-hero-copy>p{
    margin-left:auto;
    margin-right:auto;
  }

  .quote-hero-v56 .quote-hero-points{
    margin-left:auto;
    margin-right:auto;
  }

  .quote-hero-v56 .quote-trust-row{
    justify-content:center;
  }

  .quote-wizard-hero-v56{
    max-width:680px;
    justify-self:center;
  }
}

/* MOBILE — ordem: texto > formulário > restante da landing */
@media(max-width:760px){
  .quote-topbar-inner{
    min-height:0!important;
  }

  .quote-hero-v56{
    padding:38px 0 50px;
  }

  .quote-hero-grid-v56{
    width:min(100% - 24px,620px);
    gap:30px;
  }

  .quote-hero-copy-v56{
    text-align:center;
  }

  .quote-hero-v56 .quote-eyebrow{
    min-height:31px;
    font-size:9.5px;
  }

  .quote-hero-v56 .quote-hero-copy h1{
    font-size:clamp(34px,10vw,44px);
    line-height:1.03;
    margin-top:17px;
  }

  .quote-hero-v56 .quote-hero-copy>p{
    font-size:16.5px;
    line-height:1.66;
  }

  .quote-hero-v56 .quote-hero-points{
    grid-template-columns:1fr;
    max-width:520px;
    gap:9px;
    margin-top:24px;
  }

  .quote-hero-v56 .quote-hero-point{
    min-height:0;
    padding:14px 15px;
  }

  .quote-hero-v56 .quote-trust-row{
    justify-content:center;
    font-size:12px;
  }

  .quote-wizard-hero-v56{
    max-width:100%;
  }

  .quote-wizard-hero-v56:before{
    right:14px;
    top:-13px;
    min-height:28px;
    padding:0 11px;
    font-size:9px;
  }

  .quote-wizard-hero-v56 .quote-wizard-card{
    border-radius:20px;
  }

  .quote-wizard-hero-v56 .quote-wizard-head{
    padding:20px 17px 17px;
  }

  .quote-wizard-hero-v56 .quote-wizard-body{
    padding:21px 17px 22px;
  }

  .quote-wizard-hero-v56 .quote-wizard-head h2{
    font-size:24px;
  }

  .quote-benefits-v56,
  .quote-protection-v56,
  .quote-faq-section-v56{
    padding:58px 0;
  }

  .quote-benefits-v56 .quote-section-head,
  .quote-protection-v56 .quote-section-head,
  .quote-faq-section-v56 .quote-section-head{
    margin-bottom:28px;
  }

  .quote-benefits-v56 .quote-section-head h2,
  .quote-protection-v56 .quote-section-head h2,
  .quote-faq-section-v56 .quote-section-head h2{
    font-size:30px;
  }

  .quote-benefits-v56 .quote-benefit-grid,
  .quote-protection-v56 .quote-protection-grid{
    max-width:500px;
    gap:12px;
  }

  .quote-benefits-v56 .quote-feature-card,
  .quote-protection-v56 .quote-protection-card{
    min-height:0;
    padding:24px 20px;
    border-radius:18px;
  }

  .quote-benefits-v56 .quote-feature-icon,
  .quote-protection-v56 .quote-protection-icon{
    width:58px!important;
    height:58px!important;
  }

  .quote-cta-v56{
    padding-bottom:58px;
  }

  .quote-cta-v56 .quote-cta-box{
    padding:27px 22px;
    border-radius:20px;
  }
}

@media(max-width:390px){
  .quote-hero-v56 .quote-hero-copy h1{
    font-size:33px;
  }
}


/* V81 — comparativo de opções comerciais por Cota FIPE */
.fipe-option-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:12px;
}
.fipe-option-card{
  position:relative;
  display:grid;
  grid-template-columns:18px minmax(0,1fr);
  gap:10px;
  align-items:start;
  min-height:100%;
  padding:15px;
  border:1px solid #DEE3EA;
  border-radius:13px;
  background:#fff;
  cursor:pointer;
  transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;
}
.fipe-option-card:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(20,24,32,.06)}
.fipe-option-card:has(input:checked){
  border-color:var(--quote-primary);
  box-shadow:0 0 0 2px color-mix(in srgb,var(--quote-primary) 11%,transparent);
}
.fipe-option-card.recommended{border-color:color-mix(in srgb,var(--quote-primary) 45%,#DEE3EA)}
.fipe-option-card input{width:auto;margin:4px 0 0}
.fipe-option-content{min-width:0}
.fipe-option-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}
.fipe-option-head h4{font-size:14px;margin:0;color:var(--quote-primary);line-height:1.3}
.fipe-option-description{font-size:10.5px;line-height:1.5;color:var(--quote-muted);margin:5px 0 0}
.fipe-option-products{font-size:10px;line-height:1.5;color:#677487;margin-top:9px}
.fipe-option-meta{font-size:9.5px;color:#7B8798;margin-top:8px;line-height:1.45}
.fipe-option-price{margin-top:13px;padding-top:11px;border-top:1px solid #edf0f3;font-size:19px;font-weight:900;color:var(--quote-primary)}
.fipe-option-price small{display:block;margin-top:2px;font-size:9px;color:var(--quote-muted);font-weight:700}
.fipe-option-discount{margin-top:7px;font-size:9.5px;color:#15803d;font-weight:700;line-height:1.4}
@media(max-width:760px){
  .fipe-option-grid{grid-template-columns:1fr}
  .fipe-option-card{padding:14px}
}
