.quote-page { background: #f4f7fa; }
.quote-page .quote-header { border-color: rgba(205, 215, 227, .85); background: rgba(255, 255, 255, .94); box-shadow: 0 14px 40px rgba(7, 16, 31, .1); }
.quote-back { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border-radius: 10px; color: #174e77; font-size: .85rem; font-weight: 800; }
.quote-back:hover { background: #edf5fa; }
.quote-main { min-height: 100dvh; padding: 122px 0 40px; }
.quote-layout { width: min(100% - 40px, 1320px); display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1fr); min-height: min(760px, calc(100dvh - 160px)); border-radius: 28px; overflow: hidden; box-shadow: 0 24px 80px rgba(7, 16, 31, .13); background: #fff; }
.quote-intro { position: relative; display: flex; flex-direction: column; justify-content: space-between; isolation: isolate; padding: clamp(36px, 5vw, 72px); overflow: hidden; color: #fff; background: #07101f; }
.quote-intro::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("assets/hero-frota-premium.webp") center / cover no-repeat; opacity: .64; }
.quote-intro::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3, 10, 22, .96), rgba(3, 10, 22, .66)), linear-gradient(0deg, rgba(3, 10, 22, .86), transparent 65%); }
.quote-eyebrow { display: inline-flex; align-items: center; gap: 11px; color: #a8e8fb; font-size: .74rem; font-weight: 900; letter-spacing: .18em; }
.quote-eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: #38b64a; box-shadow: 0 0 0 5px rgba(56, 182, 74, .18); }
.quote-intro h1 { max-width: 12ch; margin: clamp(30px, 7vh, 86px) 0 22px; font-family: var(--site-font) !important; font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 900 !important; line-height: .98; letter-spacing: -.055em; text-transform: uppercase; }
.quote-intro h1 em { color: #49c8f4; font-style: normal; }
.quote-intro p { max-width: 48ch; margin: 0; color: rgba(255, 255, 255, .87); font-size: 1rem; }
.quote-benefits { display: grid; gap: 10px; margin-top: 40px; }
.quote-benefits span { display: flex; align-items: center; gap: 15px; width: fit-content; min-width: 240px; padding: 10px 16px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 10px; background: rgba(255, 255, 255, .08); backdrop-filter: blur(8px); font-size: .86rem; font-weight: 700; }
.quote-benefits strong { color: #71df8a; font-size: .78rem; }
.quote-intro-foot { margin-top: 48px; color: rgba(255, 255, 255, .62); font-size: .7rem; font-weight: 800; letter-spacing: .15em; }
.quote-intro-foot span { color: #39a935; padding: 0 8px; }
.quote-card { padding: clamp(26px, 4vw, 60px); }
.quote-card-top { display: flex; justify-content: space-between; gap: 12px; color: #4b6478; font-size: .72rem; font-weight: 900; letter-spacing: .13em; }
.quote-card-top span:last-child { color: #0472f6; white-space: nowrap; }
.quote-stages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 28px 0 12px; padding: 0; list-style: none; }
.quote-stages li { color: #8493a1; font-size: .76rem; font-weight: 800; text-align: center; }
.quote-stages li:first-child { text-align: left; }
.quote-stages li:last-child { text-align: right; }
.quote-stages li.is-current { color: #0472f6; }
.quote-stages li.is-complete { color: #288e43; }
.quote-progress { height: 5px; margin: 0 0 clamp(32px, 6vh, 60px); overflow: hidden; border-radius: 99px; background: #e6edf3; }
.quote-progress span { display: block; width: 16.6667%; height: 100%; border-radius: inherit; background: var(--gradient-brand); transition: width 280ms ease; }
.quote-step[hidden], .quote-error[hidden], .quote-actions [hidden] { display: none !important; }
.quote-question-number { color: #078fba; font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.quote-step h2 { max-width: 17ch; margin: 12px 0 10px; color: #172434; font-family: var(--site-font) !important; font-size: clamp(1.7rem, 2.5vw, 2.6rem); font-weight: 800 !important; line-height: 1.13; letter-spacing: -.04em; }
.quote-step h2:focus { outline: none; }
.quote-step > p { margin: 0 0 26px; color: #61707e; font-size: .94rem; }
.quote-options { display: grid; gap: 10px; }
.quote-option { position: relative; display: flex; align-items: center; gap: 15px; min-height: 68px; padding: 11px 16px; border: 1px solid #dbe5ed; border-radius: 13px; background: #fff; cursor: pointer; transition: border-color 160ms, background 160ms, box-shadow 160ms, transform 160ms; }
.quote-option:hover { transform: translateY(-1px); border-color: #64b8ed; box-shadow: 0 8px 22px rgba(4, 114, 246, .08); }
.quote-option:has(input:checked) { border-color: #1388db; background: #f2faff; box-shadow: 0 0 0 3px rgba(3, 187, 251, .12); }
.quote-option:has(input:focus-visible) { outline: 3px solid rgba(3, 187, 251, .45); outline-offset: 2px; }
.quote-option input { position: absolute; width: 1px; height: 1px; margin: 0; opacity: 0; }
.quote-option-icon { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 10px; background: #eaf5fb; color: #057ac0; font-size: 1.5rem; font-weight: 500; }
.quote-option strong, .quote-option small { display: block; }
.quote-option strong { color: #1a2a38; font-size: .93rem; }
.quote-option small { color: #697987; font-size: .78rem; font-weight: 500; }
.quote-option i { width: 19px; height: 19px; margin-left: auto; border: 2px solid #aebecb; border-radius: 50%; }
.quote-option:has(input:checked) i { border: 6px solid #0472f6; background: #fff; }
.quote-option-check i { border-radius: 5px; }
.quote-option-check:has(input:checked) i { position: relative; border: 0; border-radius: 5px; background: #0472f6; }
.quote-option-check:has(input:checked) i::after { content: ""; position: absolute; top: 3px; left: 6px; width: 5px; height: 9px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.quote-fields { display: grid; gap: 14px; }
.quote-fields label { color: #24384a; font-size: .88rem; }
.quote-fields label span { color: #8793a0; font-weight: 600; }
.quote-fields input, .quote-fields textarea { width: 100%; margin-top: 6px; border: 1px solid #cddbe6; border-radius: 10px; background: #fff; color: #172434; font: inherit; font-weight: 500; }
.quote-fields input { min-height: 48px; }
.quote-fields textarea { display: block; min-height: 88px; padding: 12px 14px; resize: vertical; }
.quote-fields .quote-consent { display: flex; align-items: flex-start; gap: 12px; margin-top: 10px; color: #4d6273; font-size: .86rem; font-weight: 650; cursor: pointer; }
.quote-consent input { flex: 0 0 19px; width: 19px; height: 19px; min-height: 0; margin: 2px 0 0; padding: 0; accent-color: #0472f6; }
.quote-consent span { color: inherit !important; font-weight: inherit !important; }
.quote-fields input:focus, .quote-fields textarea:focus { outline: 3px solid rgba(3, 187, 251, .24); border-color: #0472f6; }
.quote-fields [aria-invalid="true"] { border-color: #c94545; }
.quote-summary { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 0 14px; margin: 0; border: 1px solid #dde8ef; border-radius: 14px; overflow: hidden; }
.quote-summary dt, .quote-summary dd { margin: 0; padding: 12px 15px; border-bottom: 1px solid #e8eef3; font-size: .85rem; overflow-wrap: anywhere; }
.quote-summary dt { color: #5d7182; background: #f7fafc; font-weight: 800; }
.quote-summary dd { color: #233647; font-weight: 650; }
.quote-summary dt:last-of-type, .quote-summary dd:last-of-type { border-bottom: 0; }
.quote-step .quote-disclaimer { margin: 16px 0 0; font-size: .8rem; }
.quote-error { margin: 20px 0 0; color: #b13434; font-size: .84rem; font-weight: 700; }
.quote-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 28px; }
.quote-previous { padding: 12px 4px; border: 0; background: transparent; color: #49657b; font-size: .89rem; font-weight: 800; }
.quote-previous:hover { color: #0472f6; }
.quote-actions .btn { width: auto; min-height: 50px; margin-left: auto; padding: 12px 22px; white-space: normal; text-align: center; }
.quote-privacy { margin: 16px 0 0; color: #8995a0; font-size: .76rem; text-align: right; }
@media (max-width: 920px) {
  .quote-layout { grid-template-columns: 1fr; }
  .quote-intro { min-height: 310px; padding: 38px; }
  .quote-intro h1 { max-width: 18ch; margin: 30px 0 16px; font-size: clamp(2.4rem, 7vw, 4rem); }
  .quote-benefits, .quote-intro-foot { display: none; }
}
@media (max-width: 600px) {
  .quote-main { padding: 90px 0 20px; }
  .quote-layout { width: 100%; border-radius: 0; box-shadow: none; }
  .quote-header .brand img { width: 148px; }
  .quote-back { font-size: .73rem; padding: 7px 4px; }
  .quote-intro { min-height: 300px; padding: 32px 22px; }
  .quote-intro h1 { font-size: clamp(2.25rem, 10vw, 3.4rem); }
  .quote-intro p { font-size: .9rem; }
  .quote-card { padding: 28px 20px 44px; }
  .quote-progress { margin-bottom: 32px; }
  .quote-step h2 { font-size: 1.9rem; }
  .quote-option { min-height: 62px; }
  .quote-option-icon { flex-basis: 36px; width: 36px; height: 36px; }
  .quote-actions .btn { padding-inline: 16px; font-size: .78rem; }
}
@media (prefers-reduced-motion: reduce) { .quote-progress span, .quote-option { transition: none; } }
