/* Seguro de Automóvel 2026 — estilos públicos */
:root {
  --ink: #0b1a2b;
  --navy: #12293f;
  --navy-2: #1c3b58;
  --signal: #ffc12b;
  --signal-deep: #e5a200;
  --paper: #f3f6fa;
  --white: #fff;
  --line: #e2e8f0;
  --muted: #5b6b7e;
  --green: #17a673;
  --plate-blue: #123c8c;
  --shadow: 0 24px 60px -28px rgba(11, 26, 43, .45);
  --radius: 18px;
  --site-width: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { background: var(--paper); color: var(--ink); font-family: Inter, system-ui, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-is-open { overflow: hidden; }
img, svg { display: block; height: auto; max-width: 100%; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-family: "Archivo Expanded", Archivo, sans-serif; text-wrap: balance; }
p { text-wrap: pretty; }
:focus-visible { outline: 3px solid var(--signal-deep); outline-offset: 3px; }
.site-wrap { margin-inline: auto; max-width: var(--site-width); padding-inline: 24px; width: 100%; }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { background: var(--signal); clip: auto !important; clip-path: none; color: var(--ink); display: block; font-weight: 800; height: auto; left: 16px; padding: 12px 18px; top: 16px; width: auto; z-index: 100000; }

/* Cabeçalho */
.site-header { backdrop-filter: blur(12px); background: rgba(11, 26, 43, .95); border-bottom: 1px solid rgba(255,255,255,.08); position: sticky; top: 0; z-index: 70; }
.site-header__inner { align-items: center; display: flex; height: 70px; justify-content: space-between; }
.site-brand { align-items: center; color: #fff; display: inline-flex; flex-shrink: 0; font-family: "Archivo Expanded", Archivo, sans-serif; font-size: 1rem; font-weight: 800; gap: 10px; letter-spacing: .01em; }
.site-brand__mark { background: var(--signal); border-radius: 9px; color: var(--ink); display: grid; height: 34px; place-items: center; width: 34px; }
.site-brand__name span { color: var(--signal); }
.site-brand__image { height: auto; max-height: 48px; max-width: 330px; width: auto; }
.primary-navigation { align-items: center; display: flex; gap: 22px; }
.primary-menu, .footer-menu { list-style: none; padding: 0; }
.primary-menu { align-items: center; display: flex; gap: 22px; }
.primary-menu a { color: #cfd8e3; font-size: .88rem; font-weight: 600; transition: color .15s; }
.primary-menu a:hover, .primary-menu .current-menu-item > a, .primary-menu .current_page_item > a { color: #fff; }
.menu-toggle { background: transparent; border: 0; cursor: pointer; display: none; padding: 8px; }
.menu-toggle span { background: #fff; display: block; height: 2px; margin: 5px 0; transition: transform .2s, opacity .2s; width: 25px; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }

/* Ações */
.button { align-items: center; border: 0; border-radius: 14px; cursor: pointer; display: inline-flex; font-family: Archivo, sans-serif; font-size: .95rem; font-weight: 800; gap: 8px; justify-content: center; min-height: 50px; padding: 14px 23px; transition: background .15s, transform .15s; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--signal); box-shadow: 0 12px 26px -12px rgba(229,162,0,.7); color: var(--ink); }
.button--primary:hover { background: #ffcb4a; }
.button--dark { background: var(--ink); color: #fff; }
.button--dark:hover { background: var(--navy-2); }
.button--small { min-height: 40px; padding: 10px 16px; }
.text-link { border-bottom: 2px solid var(--signal); font-family: Archivo, sans-serif; font-size: .84rem; font-weight: 800; }
.eyebrow { color: var(--signal-deep); font-family: Archivo, sans-serif; font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--dark { color: var(--signal); }

/* Home hero */
.home-hero { background: linear-gradient(155deg, var(--ink), var(--navy) 62%, var(--navy-2)); color: #fff; overflow: hidden; position: relative; }
.home-hero::before { background: repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 68px); content: ""; inset: 0; pointer-events: none; position: absolute; }
.home-hero::after { border: 1px solid rgba(255,193,43,.18); border-radius: 50%; content: ""; height: 620px; position: absolute; right: -240px; top: -280px; width: 620px; }
.home-hero__grid { align-items: center; display: grid; gap: 58px; grid-template-columns: 1.08fr .92fr; min-height: 650px; padding-block: 72px 84px; position: relative; z-index: 1; }
.home-hero h1 { font-size: clamp(2.35rem, 4.7vw, 3.8rem); letter-spacing: -.04em; line-height: 1.01; margin: 15px 0 20px; max-width: 15ch; }
.home-hero h1 span { color: var(--signal); }
.home-hero__lead { color: #c3cfdc; font-size: 1.1rem; max-width: 42ch; }
.home-hero__note { align-items: center; color: #9fb0c2; display: flex; font-size: .78rem; gap: 9px; margin-top: 12px; }
.status-dot { background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(23,166,115,.2); height: 8px; width: 8px; }
.dashboard { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; box-shadow: 0 36px 80px -36px #000; padding: 28px; transform: rotate(1.5deg); }
.dashboard__gauge { margin: auto; max-width: 400px; width: 100%; }
.dashboard__needle { transform: rotate(48deg); transform-origin: 200px 200px; }
.dashboard__caption { align-items: center; display: flex; gap: 14px; justify-content: space-between; }
.dashboard__caption strong { font-family: "Archivo Expanded", sans-serif; font-size: .94rem; }
.dashboard__caption span { color: #9fb0c2; font-size: .75rem; }

/* Placa */
.license-plate { background: #fff; border: 3px solid #0d0d0d; border-radius: 12px; box-shadow: var(--shadow); color: var(--ink); margin-top: 26px; max-width: 430px; overflow: hidden; }
.license-plate__top { align-items: center; background: var(--plate-blue); color: #fff; display: flex; font-family: Archivo, sans-serif; font-size: .68rem; font-weight: 800; justify-content: space-between; letter-spacing: .27em; padding: 7px 14px; }
.license-plate__flag { background: #1a9e4b; border-radius: 2px; height: 14px; position: relative; width: 20px; }
.license-plate__flag::after { background: #f4d000; clip-path: polygon(50% 8%,92% 50%,50% 92%,8% 50%); content: ""; inset: 2px; position: absolute; }
.license-plate__body { padding: 16px 18px 18px; }
.license-plate label { color: var(--muted); display: block; font-family: Archivo, sans-serif; font-size: .65rem; font-weight: 800; letter-spacing: .14em; margin-bottom: 6px; text-transform: uppercase; }
.license-plate select { appearance: none; background: linear-gradient(45deg,transparent 50%,var(--ink) 50%) calc(100% - 11px) calc(50% - 2px)/7px 7px no-repeat,linear-gradient(135deg,var(--ink) 50%,transparent 50%) calc(100% - 6px) calc(50% - 2px)/7px 7px no-repeat; border: 0; border-bottom: 2px solid #e3e3e3; color: #0d0d0d; font-family: "Archivo Expanded", sans-serif; font-size: 1.2rem; font-weight: 800; padding: 5px 25px 10px 2px; text-transform: uppercase; width: 100%; }
.license-plate select:focus { border-color: var(--signal-deep); outline: 0; }
.license-plate .button { margin-top: 15px; width: 100%; }

/* Seções */
.site-section { padding-block: 84px; }
.site-section--white { background: #fff; }
.site-section--dark { background: var(--ink); color: #fff; }
.section-heading { align-items: end; display: flex; gap: 34px; justify-content: space-between; margin-bottom: 42px; }
.section-heading > div { max-width: 720px; }
.section-heading > p { color: var(--muted); max-width: 440px; }
.section-heading h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); letter-spacing: -.025em; line-height: 1.08; margin-top: 10px; }
.section-heading--center { display: block; margin-inline: auto; max-width: 760px; text-align: center; }
.section-action { margin-top: 30px; text-align: center; }

/* Cards */
.benefit-grid { display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); }
.benefit-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 25px 22px; transition: box-shadow .18s, transform .18s; }
.benefit-card:hover, .post-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.benefit-card__icon { background: var(--ink); border-radius: 12px; color: var(--signal); display: grid; font-family: Archivo, sans-serif; font-size: .8rem; font-weight: 900; height: 46px; margin-bottom: 16px; place-items: center; width: 46px; }
.benefit-card h3 { font-size: 1rem; margin-bottom: 7px; }
.benefit-card p, .coverage-card p { color: var(--muted); font-size: .9rem; }
.coverage-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.coverage-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; padding: 23px; position: relative; }
.coverage-card::before { background: var(--signal); bottom: 0; content: ""; left: 0; position: absolute; top: 0; width: 4px; }
.coverage-card h3 { font-family: Archivo, sans-serif; font-size: .84rem; letter-spacing: .04em; margin-bottom: 7px; text-transform: uppercase; }

/* Cobertura nacional */
.geo-grid { align-items: center; display: grid; gap: 48px; grid-template-columns: .75fr 1.25fr; }
.geo-stat { background: linear-gradient(150deg,var(--navy),var(--navy-2)); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: 34px; }
.geo-stat strong { color: var(--signal); display: block; font-family: "Archivo Expanded", sans-serif; font-size: 3.2rem; line-height: 1; margin-top: 14px; }
.geo-stat strong small { color: #fff; font-size: 1.3rem; }
.geo-stat p, .geo-grid > div > p { color: #aebccb; }
.geo-grid h2 { font-size: clamp(1.8rem,3vw,2.5rem); margin-bottom: 8px; }
.city-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.city-pills a { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-family: Archivo, sans-serif; font-size: .84rem; font-weight: 700; padding: 9px 14px; transition: .15s; }
.city-pills a:hover { background: var(--signal); border-color: var(--signal); color: var(--ink); }

/* Etapas e FAQ */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.steps-grid article { padding: 0 22px; position: relative; }
.steps-grid article:not(:last-child)::after { background: var(--line); content: ""; height: calc(100% - 34px); position: absolute; right: 0; top: 25px; width: 2px; }
.steps-grid span { color: var(--signal-deep); font-family: "Archivo Expanded",sans-serif; font-size: 2.4rem; font-weight: 900; line-height: 1; }
.steps-grid h3 { font-size: 1rem; margin: 14px 0 7px; }
.steps-grid p { color: var(--muted); font-size: .9rem; }
.faq-list { margin-inline: auto; max-width: 840px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; margin-bottom: 12px; overflow: hidden; }
.faq-item summary { align-items: center; cursor: pointer; display: flex; font-family: Archivo, sans-serif; font-weight: 800; gap: 16px; justify-content: space-between; list-style: none; padding: 20px 23px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { background: var(--paper); border-radius: 50%; display: grid; flex: 0 0 auto; height: 26px; place-items: center; transition: .2s; width: 26px; }
.faq-item[open] summary span { background: var(--ink); color: var(--signal); transform: rotate(45deg); }
.faq-item p { color: var(--muted); font-size: .92rem; padding: 0 23px 21px; }
.final-cta { background: linear-gradient(150deg,var(--navy),var(--ink)); color: #fff; padding-block: 74px; text-align: center; }
.final-cta h2 { font-size: clamp(1.9rem,3.4vw,2.75rem); margin-bottom: 12px; }
.final-cta p { color: #b7c4d2; font-size: 1.06rem; margin: 0 auto 26px; max-width: 48ch; }

/* Páginas e arquivos */
.page-hero { background: linear-gradient(160deg,var(--ink),var(--navy) 70%); color: #fff; overflow: hidden; position: relative; }
.page-hero::after { background: repeating-linear-gradient(90deg,rgba(255,255,255,.03) 0 1px,transparent 1px 68px); content: ""; inset: 0; position: absolute; }
.page-hero .site-wrap { padding-block: 58px 64px; position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2rem,4vw,3rem); line-height: 1.05; margin: 14px 0; max-width: 24ch; }
.page-hero p { color: #c3cfdc; font-size: 1.08rem; max-width: 55ch; }
.breadcrumbs { color: #8ea0b3; display: flex; flex-wrap: wrap; font-size: .8rem; gap: 8px; margin-bottom: 10px; }
.breadcrumbs a { color: var(--signal); }
.entry-content { color: #33475b; font-size: 1.04rem; max-width: 808px; }
.entry-content > * + * { margin-top: 1.2em; }
.entry-content h2, .entry-content h3, .entry-content h4 { color: var(--ink); margin-top: 1.7em; }
.entry-content a { color: var(--plate-blue); text-decoration: underline; text-underline-offset: 3px; }
.entry-content ul, .entry-content ol { padding-left: 24px; }
.entry-content blockquote { background: #fff8df; border-left: 4px solid var(--signal); border-radius: 0 14px 14px 0; color: var(--ink); font-family: "Archivo Expanded",sans-serif; font-size: 1.18rem; font-weight: 700; padding: 24px 27px; }
.entry-content table { background: #fff; border-collapse: collapse; display: block; overflow-x: auto; width: 100%; }
.entry-content th, .entry-content td { border: 1px solid var(--line); padding: 12px 14px; text-align: left; }
.entry-content th { background: var(--navy); color: #fff; }
.post-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; display: flex; flex-direction: column; overflow: hidden; transition: box-shadow .18s, transform .18s; }
.post-card__visual { background: linear-gradient(135deg,var(--navy),var(--navy-2)); display: grid; height: 170px; overflow: hidden; place-items: center; }
.post-card__visual img { height: 100%; object-fit: cover; width: 100%; }
.post-card__visual > span { color: var(--signal); font-family: "Archivo Expanded",sans-serif; font-size: 3rem; font-weight: 900; }
.post-card__body { display: flex; flex: 1; flex-direction: column; gap: 9px; padding: 20px 22px 24px; }
.post-card__meta { align-items: center; color: var(--muted); display: flex; font-size: .7rem; gap: 10px; justify-content: space-between; }
.post-card__meta a { color: var(--signal-deep); font-family: Archivo,sans-serif; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.post-card h2 { font-size: 1.08rem; line-height: 1.25; }
.post-card p { color: var(--muted); flex: 1; font-size: .88rem; }
.navigation.pagination { margin-top: 34px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; }
.page-numbers { background: #fff; border: 1px solid var(--line); border-radius: 9px; display: grid; min-height: 40px; min-width: 40px; padding: 7px; place-items: center; }
.page-numbers.current { background: var(--ink); border-color: var(--ink); color: var(--signal); }
.empty-state { background: #fff; border: 1px dashed #b8c3d0; border-radius: var(--radius); padding: 42px; text-align: center; }
.empty-state p { color: var(--muted); margin: 8px 0 22px; }
.search-form { align-items: center; display: flex; gap: 8px; margin-inline: auto; max-width: 560px; }
.search-form label { flex: 1; }
.search-form input { border: 1.5px solid var(--line); border-radius: 11px; min-height: 48px; padding: 12px 14px; width: 100%; }

/* Cotação */
.quote-hero h1 { max-width: 18ch; }
.quote-section { background: var(--paper); }
.quote-layout { align-items: start; display: grid; gap: 36px; grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr); }
.quote-form { background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); display: grid; gap: 22px; padding: clamp(24px, 4vw, 42px); }
.quote-form__heading { border-bottom: 1px solid var(--line); padding-bottom: 22px; }
.quote-form__heading h2 { font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.12; margin: 8px 0; }
.quote-form__heading p, .field-help { color: var(--muted); font-size: .82rem; }
.quote-fieldset { border: 0; padding: 0; }
.quote-fieldset legend, .quote-field > span { color: var(--ink); display: block; font-family: Archivo, sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .035em; margin-bottom: 7px; }
.quote-fieldset .field-help { margin: -2px 0 12px; }
.vehicle-type-grid { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); }
.vehicle-type { cursor: pointer; position: relative; }
.vehicle-type input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.vehicle-type > span, .vehicle-type > strong { pointer-events: none; }
.vehicle-type > span { background: var(--paper); border: 1.5px solid var(--line); border-radius: 13px; color: var(--muted); display: grid; font-family: "Archivo Expanded", sans-serif; font-size: .9rem; font-weight: 900; height: 62px; place-items: center; transition: .15s; }
.vehicle-type > strong { display: block; font-family: Archivo, sans-serif; font-size: .78rem; margin-top: 7px; text-align: center; }
.vehicle-type:hover > span { border-color: #aeb9c6; }
.vehicle-type input:checked + span { background: var(--ink); border-color: var(--ink); box-shadow: inset 0 -4px 0 var(--signal); color: var(--signal); }
.vehicle-type input:focus-visible + span { outline: 3px solid var(--signal-deep); outline-offset: 3px; }
.quote-fields { display: grid; gap: 18px; }
.quote-fields--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.quote-field input, .quote-field select { background: #fff; border: 1.5px solid #cfd7e1; border-radius: 11px; color: var(--ink); min-height: 52px; padding: 12px 14px; transition: border-color .15s, box-shadow .15s; width: 100%; }
.quote-field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%); background-position: calc(100% - 18px) 23px, calc(100% - 13px) 23px; background-repeat: no-repeat; background-size: 5px 5px; padding-right: 36px; }
.quote-field input:focus, .quote-field select:focus { border-color: var(--signal-deep); box-shadow: 0 0 0 3px rgba(229,162,0,.13); outline: 0; }
.quote-field input:user-invalid, .quote-field select:user-invalid { border-color: #b42318; }
.quote-field .field-help { display: block; margin-top: 6px; }
.quote-consent { align-items: start; background: #fff9e9; border: 1px solid #f3dda2; border-radius: 12px; color: #394a5d; cursor: pointer; display: flex; font-size: .82rem; gap: 11px; padding: 14px 15px; }
.quote-consent input { accent-color: var(--ink); flex: 0 0 auto; height: 18px; margin-top: 2px; width: 18px; }
.quote-consent a { color: #8b6200; font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.quote-submit { width: 100%; }
.quote-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.quote-form__error { background: #fff1f0; border: 1px solid #f3b7b2; border-radius: 11px; color: #8f1f16; font-size: .86rem; font-weight: 700; padding: 12px 14px; }
.quote-form__privacy { align-items: center; color: var(--muted); display: flex; font-size: .76rem; gap: 8px; justify-content: center; }
.quote-form__privacy span { color: var(--green); }
.quote-assurance { background: linear-gradient(155deg, var(--ink), var(--navy-2)); border-radius: 22px; box-shadow: var(--shadow); color: #fff; padding: 32px 28px; position: sticky; top: 96px; }
.quote-assurance h2 { font-size: 1.55rem; line-height: 1.12; margin: 10px 0 25px; }
.quote-assurance ol { display: grid; gap: 22px; list-style: none; padding: 0; }
.quote-assurance li { display: grid; gap: 13px; grid-template-columns: 34px 1fr; }
.quote-assurance li > span { background: var(--signal); border-radius: 9px; color: var(--ink); display: grid; font-family: Archivo, sans-serif; font-size: .8rem; font-weight: 900; height: 34px; place-items: center; }
.quote-assurance li strong { font-family: Archivo, sans-serif; font-size: .86rem; }
.quote-assurance li p { color: #afbdcb; font-size: .82rem; margin-top: 4px; }
.quote-assurance__badge { align-items: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 13px; display: flex; gap: 12px; margin-top: 28px; padding: 14px; }
.quote-assurance__badge > span { color: var(--signal); font-size: 1.25rem; font-weight: 900; }
.quote-assurance__badge p { color: #b9c5d0; font-size: .78rem; }
.quote-assurance__badge strong { color: #fff; }

/* Confirmação da cotação */
.confirmation-section { background: radial-gradient(circle at 50% 0, #fff 0, var(--paper) 52%); min-height: 72vh; padding-block: 82px; }
.confirmation-wrap { max-width: 780px; text-align: center; }
.confirmation-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); padding: clamp(30px, 6vw, 58px); }
.confirmation-card__icon { background: #e9f8f2; border: 2px solid var(--green); border-radius: 50%; color: var(--green); display: grid; font-size: 2rem; font-weight: 900; height: 72px; margin: 0 auto 21px; place-items: center; width: 72px; }
.confirmation-card h1 { font-size: clamp(2rem, 5vw, 3rem); line-height: 1.03; margin: 10px auto 15px; }
.confirmation-card > p { color: var(--muted); font-size: 1.02rem; margin-inline: auto; max-width: 56ch; }
.confirmation-steps { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); margin: 32px 0; }
.confirmation-steps div { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; display: grid; gap: 7px; padding: 16px 12px; }
.confirmation-steps span { color: var(--signal-deep); font-family: "Archivo Expanded", sans-serif; font-size: 1.35rem; font-weight: 900; }
.confirmation-steps strong { font-family: Archivo, sans-serif; font-size: .77rem; }
.confirmation-actions { align-items: center; display: flex; gap: 24px; justify-content: center; }
.confirmation-note { color: var(--muted); font-size: .76rem; margin-top: 18px; }

/* Rodapé */
.site-footer { background: var(--ink); border-top: 1px solid rgba(255,255,255,.08); color: #8ea0b3; font-size: .86rem; padding: 50px 0 34px; }
.site-footer__grid { display: grid; gap: 30px; grid-template-columns: 1.5fr repeat(3,1fr); }
.site-footer h2 { color: #fff; font-family: Archivo,sans-serif; font-size: .76rem; letter-spacing: .12em; margin-bottom: 12px; text-transform: uppercase; }
.site-footer p { max-width: 36ch; }
.site-footer__about p { margin-top: 12px; }
.footer-menu a { display: block; padding: 4px 0; }
.footer-menu a:hover { color: #fff; }
.site-footer .button { margin-top: 16px; }
.site-footer__legal { border-top: 1px solid rgba(255,255,255,.08); display: flex; font-size: .73rem; gap: 20px; justify-content: space-between; margin-top: 30px; padding-top: 20px; }
.back-to-top { background: var(--signal); border: 0; border-radius: 50%; bottom: 20px; box-shadow: var(--shadow); cursor: pointer; display: grid; height: 46px; opacity: 0; place-items: center; position: fixed; right: 20px; transform: translateY(16px); transition: .2s; width: 46px; z-index: 60; }
.back-to-top.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: no-preference) {
  .dashboard__needle { animation: gauge-sweep 1.8s cubic-bezier(.2,.9,.2,1) .25s both; }
  @keyframes gauge-sweep { from { transform: rotate(-90deg); } 60% { transform: rotate(62deg); } to { transform: rotate(48deg); } }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
@media (max-width: 980px) {
  .home-hero__grid { grid-template-columns: 1fr; }
  .dashboard { margin: 0 auto; max-width: 520px; order: -1; transform: none; width: 100%; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .site-footer__grid { grid-template-columns: repeat(2,1fr); }
  .quote-layout { grid-template-columns: 1fr; }
  .quote-assurance { position: static; }
}
@media (max-width: 880px) {
  .menu-toggle { display: block; }
  .primary-navigation { align-items: stretch; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.1); flex-direction: column; inset: 70px 0 auto; max-height: calc(100vh - 70px); overflow-y: auto; padding: 14px 24px 24px; position: fixed; transform: translateY(-130%); transition: transform .25s; }
  .primary-navigation.is-open { transform: none; }
  .primary-menu { align-items: stretch; flex-direction: column; gap: 0; }
  .primary-menu a { display: block; padding: 12px 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .coverage-grid, .post-grid { grid-template-columns: repeat(2,1fr); }
  .steps-grid { grid-template-columns: repeat(2,1fr); row-gap: 34px; }
  .steps-grid article:nth-child(2)::after { display: none; }
}
@media (max-width: 680px) {
  .site-wrap { padding-inline: 18px; }
  .site-section { padding-block: 64px; }
  .site-brand__name { font-size: .78rem; }
  .home-hero__grid { min-height: 0; padding-block: 42px 58px; }
  .home-hero h1 { font-size: clamp(2.25rem,13vw,3.5rem); }
  .dashboard { padding: 18px; }
  .dashboard__caption { align-items: start; flex-direction: column; }
  .benefit-grid, .coverage-grid, .post-grid, .geo-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article::after { display: none !important; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__legal { flex-direction: column; }
  .search-form { align-items: stretch; flex-direction: column; }
  .quote-fields--two { grid-template-columns: 1fr; }
  .vehicle-type-grid { gap: 8px; }
  .quote-form { border-radius: 16px; }
  .confirmation-steps { grid-template-columns: 1fr; }
  .confirmation-actions { align-items: stretch; flex-direction: column; }
}
