:root {
  --blue-950: #071733;
  --blue-900: #0d2450;
  --blue-800: #163a7a;
  --blue-700: #20419a;
  --blue-600: #2d5eb5;
  --blue-500: #407bbf;
  --blue-100: #dceafe;
  --blue-50: #f3f8ff;
  --ink: #1b242c;
  --muted: #5f6d7a;
  --line: #dbe4ee;
  --surface: #ffffff;
  --warm: #f6b94a;
  --success: #15724c;
  --radius-sm: .75rem;
  --radius: 1.25rem;
  --radius-lg: 2rem;
  --shadow: 0 18px 54px rgba(7, 23, 51, .12);
  --shadow-soft: 0 8px 30px rgba(7, 23, 51, .08);
  --wrap: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Segoe UI", Inter, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--warm); outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; padding: .7rem 1rem; background: #fff; color: var(--blue-900); border-radius: .5rem; box-shadow: var(--shadow); }
.skip-link:focus { top: 1rem; }
.wrap { width: var(--wrap); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin: 0 0 .8rem; color: var(--blue-700); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 1.9rem; height: 2px; background: currentColor; }
h1, h2, h3 { margin: 0; color: var(--blue-950); line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(2.55rem, 6.1vw, 5.45rem); }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { font-size: clamp(1.22rem, 2vw, 1.55rem); letter-spacing: -.02em; }
p { margin: .8rem 0 0; }
.lead { max-width: 46rem; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.section { padding: clamp(4.25rem, 8vw, 7.5rem) 0; }
.section-tight { padding: clamp(3rem, 6vw, 5rem) 0; }
.section-blue { background: var(--blue-50); }
.section-dark { color: #d9e7fb; background: radial-gradient(circle at 85% 0%, #1c4b91 0, var(--blue-950) 44%, #050e20 100%); }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark .eyebrow { color: #9ec7ff; }
.kicker { color: var(--blue-700); font-weight: 750; }
.fine { color: var(--muted); font-size: .83rem; line-height: 1.5; }

.site-header { position: sticky; top: 0; z-index: 100; height: 78px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(219,228,238,.88); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 176px; height: auto; }
.nav { display: flex; align-items: center; gap: clamp(.2rem, .5vw, .42rem); color: #202b36; font-size: .78rem; font-weight: 780; white-space: nowrap; }
.nav a { position: relative; display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: .52rem .62rem; border: 1px solid transparent; border-radius: .66rem; transition: color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.nav a:not(.btn) { border-color: #b9d3ef; background: linear-gradient(180deg, #f2f8ff 0%, #e5f1fd 100%); color: #173d75; box-shadow: 0 2px 7px rgba(64,123,191,.08); }
.nav a:not(.btn):hover, .nav a[aria-current="page"]:not(.btn) { border-color: #3c76b8; background: #3c76b8; color: #fff; box-shadow: 0 6px 16px rgba(64,123,191,.24); }
.nav .nav-dmv { border-color: #91b8e3; background: #d9eaff; color: var(--blue-800); }
.nav .nav-dmv:hover, .nav .nav-dmv[aria-current="page"] { border-color: var(--blue-700); background: var(--blue-700); color: #fff; box-shadow: 0 7px 18px rgba(32,65,154,.2); }
.nav .btn { min-height: 42px; padding: .65rem .88rem; border-radius: .72rem; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: .75rem; background: #fff; color: var(--blue-900); cursor: pointer; }
.menu-button span, .menu-button::before, .menu-button::after { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; content: ""; }

.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .55rem; padding: .82rem 1.2rem; border: 1px solid transparent; border-radius: .8rem; background: var(--blue-700); color: #fff; font-weight: 800; line-height: 1.1; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); background: var(--blue-600); box-shadow: 0 10px 24px rgba(32,65,154,.22); }
.btn-secondary { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.12); color: #fff; }
.btn-secondary:hover { background: rgba(255,255,255,.2); }
.btn-light { background: #fff; color: var(--blue-900); }
.btn-light:hover { background: #f4f8fe; }
.btn-outline { border-color: var(--line); background: #fff; color: var(--blue-900); }
.btn-outline:hover { border-color: var(--blue-500); background: var(--blue-50); }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.4rem; }
.btn-whatsapp { border-color: #0b705f; background: #0b705f; color: #fff; box-shadow: 0 8px 20px rgba(11,112,95,.2); }
.btn-whatsapp:hover { border-color: #09594c; background: #09594c; box-shadow: 0 10px 24px rgba(11,112,95,.3); }
.btn-whatsapp::before, .footer-whatsapp::before { width: 1.15rem; height: 1.15rem; flex: 0 0 auto; background: url('/assets/icon-whatsapp.svg') center / contain no-repeat; content: ""; }
.btn-email { border-color: #91b8e3; background: #e9f4ff; color: #173d75; }
.btn-email:hover { border-color: #6f9fd4; background: #d9eaff; color: #102f60; box-shadow: 0 10px 24px rgba(64,123,191,.18); }
.btn-email::before, .footer-email::before { content: "✉"; font-size: 1.05rem; line-height: 1; }

.hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; background: var(--blue-950); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,12,29,.97) 0%, rgba(5,19,45,.87) 35%, rgba(9,28,59,.46) 60%, rgba(3,10,22,.18) 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(340px, .72fr); gap: clamp(2rem, 5vw, 5.2rem); align-items: center; padding: 4.7rem 0; }
.hero-copy { color: #e8f2ff; }
.hero-copy h1 { max-width: 780px; color: #fff; font-size: clamp(2.75rem, 5.25vw, 5rem); }
.hero-copy h1 em { color: #80b8ff; font-style: normal; }
.hero-copy .lead { color: #d7e7fa; }
.hero-points { display: flex; flex-wrap: wrap; gap: .6rem 1.1rem; margin-top: 1.25rem; color: #dbe9fb; font-size: .94rem; font-weight: 700; }
.hero-points span::before { content: "✓"; margin-right: .4rem; color: #86d4b4; }
.action-card { padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius); background: rgba(255,255,255,.96); box-shadow: 0 26px 80px rgba(0,0,0,.27); }
.action-card h2 { font-size: clamp(1.45rem, 2.4vw, 2.15rem); }
.action-card p { color: var(--muted); font-size: .94rem; }
.tabs { display: grid; grid-template-columns: 1fr 1fr; gap: .35rem; margin: 1.1rem 0; padding: .3rem; border-radius: .72rem; background: #edf3fb; }
.tabs-three { grid-template-columns: repeat(3, 1fr); }
.tab { padding: .65rem .7rem; border: 0; border-radius: .55rem; background: transparent; color: #51606e; font-size: .88rem; font-weight: 800; cursor: pointer; }
.tab[aria-selected="true"] { background: #fff; color: var(--blue-800); box-shadow: 0 3px 12px rgba(14,42,86,.1); }
.tab-panel[hidden] { display: none; }
.field { display: grid; gap: .38rem; margin-top: .8rem; }
.field label { color: #303c48; font-size: .82rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: .75rem .85rem; border: 1px solid #cdd8e4; border-radius: .68rem; background: #fff; color: var(--ink); }
.field textarea { min-height: 118px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-500); outline: 3px solid rgba(64,123,191,.17); }
.field input:disabled, .field select:disabled { cursor: not-allowed; background: #eef2f6; color: #8b97a4; }
.field label span { color: #718092; font-size: .72rem; font-weight: 650; }
.field small { color: #708092; font-size: .75rem; line-height: 1.35; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.form-section { margin-top: 1rem; padding-top: .9rem; border-top: 1px solid #dbe5f0; }
.form-section h3 { color: var(--blue-900); font-size: .92rem; letter-spacing: 0; }
.conditional-fields { margin-top: .75rem; padding: .8rem; border: 1px solid #bcd4ef; border-radius: .75rem; background: #f4f8fd; }
.conditional-fields[hidden] { display: none; }
.conditional-title { margin: 0 0 .15rem; color: var(--blue-900) !important; font-size: .78rem !important; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.trade-in-fields { max-height: 590px; overflow-y: auto; overscroll-behavior: contain; scrollbar-color: #8fb4dd #e8f1fb; }
.char-counter[data-valid="true"] { color: #0b705f; font-weight: 750; }
.check { display: flex; align-items: flex-start; gap: .55rem; margin-top: .9rem; color: #53606c; font-size: .76rem; line-height: 1.4; }
.check input { margin-top: .2rem; }
.legal-consent { padding: .8rem; border: 1px solid #c8d9eb; border-radius: .7rem; background: #f3f8fe; color: #394b5d; }
.legal-consent a { color: var(--blue-800); font-weight: 800; text-decoration: underline; text-underline-offset: .15em; }
.purchase-policy { padding: .8rem; border: 1px solid #9fcfbe; border-radius: .7rem; background: #effaf6; color: #23584b; }
.attachment-section { padding: 1rem; border: 1px solid #bcd4ef; border-radius: .85rem; background: #f7fbff; }
.attachment-section > p { margin: .3rem 0 0; color: #526274; font-size: .84rem; line-height: 1.5; }
.attachment-section input[type="file"] { min-height: 54px; padding: .45rem; background: #fff; cursor: pointer; }
.attachment-section input[type="file"]::file-selector-button { min-height: 40px; margin-right: .7rem; padding: .55rem .8rem; border: 0; border-radius: .55rem; background: var(--blue-100); color: var(--blue-900); font: inherit; font-size: .8rem; font-weight: 850; cursor: pointer; }
.attachment-list { min-height: 1.2rem; margin-top: .55rem; color: #607286; font-size: .76rem; line-height: 1.45; overflow-wrap: anywhere; }
.attachment-list[data-state="error"] { color: #a42525; font-weight: 750; }
.attachment-list[data-state="ready"] { color: var(--success); }
.attachment-consent { margin-top: .7rem; padding: .75rem; border: 1px solid #9fcfbe; border-radius: .7rem; background: #effaf6; color: #23584b; }
.attachment-consent[hidden] { display: none; }
.form-status { min-height: 1.4rem; margin-top: .75rem; color: var(--success); font-size: .85rem; font-weight: 700; }
.form-status[data-state="sending"] { color: var(--muted); }
.form-status[data-state="error"] { color: #a42525; }
.form-status[data-state="success"] { color: var(--success); }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
form[aria-busy="true"] { cursor: wait; }
form[aria-busy="true"] button[type="submit"] { opacity: .72; cursor: wait; }
.inquiry-form-wrap { max-width: 900px; margin: 0 auto; }
.success-card { max-width: 780px; margin: 0 auto; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); text-align: center; }
.success-mark { display: grid; width: 4rem; height: 4rem; margin: 0 auto 1.25rem; place-items: center; border-radius: 50%; background: #dff6ec; color: var(--success); font-size: 2rem; font-weight: 900; }
.success-card .btn-row { justify-content: center; }
.action-card .btn { width: 100%; margin-top: .9rem; }
.dmv-compact .field { margin-top: .55rem; }
.dmv-compact .field label { font-size: .875rem; }
.dmv-compact .field label span { color: #718092; font-size: .72rem; font-weight: 650; }
.dmv-compact-result { display: grid; gap: .18rem; margin-top: .85rem; padding: .9rem 1rem; border-radius: .8rem; background: linear-gradient(135deg, var(--blue-950), var(--blue-800)); color: #d9eaff; }
.dmv-compact-result span { font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.dmv-compact-result strong { color: #fff; font-size: clamp(1.65rem, 3.2vw, 2.35rem); line-height: 1.05; letter-spacing: -.035em; }
.dmv-compact-result small { color: #bfd4ed; font-size: .75rem; }
.dmv-actions { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-top: .8rem; }
.action-card .dmv-actions .btn { width: auto; min-height: 44px; margin-top: 0; padding: .7rem 1rem; font-size: .86rem; }
.text-link { color: var(--blue-700); font-size: .84rem; font-weight: 850; }
.text-link:hover { color: var(--blue-900); }
.action-card .dmv-disclaimer { margin-top: .65rem; color: #748292; font-size: .75rem; line-height: 1.4; }

.trust-bar { border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 1.35rem clamp(.9rem, 2vw, 1.6rem); border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--blue-950); font-size: 1.05rem; }
.trust-item span { display: block; margin-top: .2rem; color: var(--muted); font-size: .83rem; }

.section-topics { padding-block: clamp(3.7rem, 7vw, 6rem); }
.topic-browser { overflow: hidden; border: 1px solid #cbdcf1; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.topic-tabs { display: grid; grid-template-columns: repeat(5, 1fr); padding: .45rem; border-bottom: 1px solid var(--line); background: #e9f2ff; }
.topic-tab { min-height: 52px; padding: .65rem .7rem; border: 0; border-radius: .72rem; background: transparent; color: #3d536c; font-size: .9rem; font-weight: 850; cursor: pointer; transition: background .2s ease, color .2s ease, box-shadow .2s ease; }
.topic-tab:hover { color: var(--blue-800); background: rgba(255,255,255,.62); }
.topic-tab[aria-selected="true"] { background: #fff; color: var(--blue-800); box-shadow: 0 4px 16px rgba(7,23,51,.1); }
.topic-content { min-height: 250px; }
.topic-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; align-items: center; min-height: 250px; padding: clamp(1.5rem, 4vw, 3rem); }
.topic-panel[hidden] { display: none; }
.topic-panel > div { max-width: 780px; }
.topic-panel h3 { font-size: clamp(1.55rem, 3vw, 2.35rem); }
.topic-panel p { max-width: 720px; color: var(--muted); font-size: 1.03rem; }
.topic-index { display: inline-block; margin-bottom: .8rem; color: var(--blue-500); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.topic-panel .btn { min-width: 220px; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.section-head > div:first-child { max-width: 760px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card { position: relative; padding: clamp(1.25rem, 2.6vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); overflow: hidden; }
.card::before { content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: linear-gradient(var(--blue-500), var(--blue-700)); opacity: 0; transition: opacity .2s ease; }
.card:hover::before { opacity: 1; }
.card-number { display: inline-grid; width: 2.65rem; height: 2.65rem; place-items: center; margin-bottom: 1.2rem; border-radius: .8rem; background: var(--blue-100); color: var(--blue-800); font-weight: 900; }
.card p { color: var(--muted); }
.card-link { display: inline-flex; align-items: center; gap: .35rem; margin-top: 1.1rem; color: var(--blue-700); font-weight: 850; }
.card-link::after { content: "→"; transition: transform .2s ease; }
.card-link:hover::after { transform: translateX(4px); }

.flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: .75rem; counter-reset: steps; }
.flow-step { position: relative; min-height: 220px; padding: 1.35rem 1.1rem; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.flow-step::before { counter-increment: steps; content: "0" counter(steps); display: block; margin-bottom: 2.8rem; color: #8ebfff; font-size: .85rem; font-weight: 900; letter-spacing: .09em; }
.flow-step:not(:last-child)::after { content: "→"; position: absolute; top: 1.05rem; right: -.7rem; z-index: 2; color: #7cacdf; }
.flow-step h3 { color: #fff; font-size: 1.1rem; }
.flow-step p { color: #b9cbe0; font-size: .87rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.visual { position: relative; min-height: 460px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.visual img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; }
.visual-badge { position: absolute; right: 1rem; bottom: 1rem; max-width: 220px; padding: .9rem 1rem; border-radius: .8rem; background: rgba(255,255,255,.94); color: var(--blue-950); font-size: .86rem; font-weight: 800; box-shadow: var(--shadow); }
.checklist { display: grid; gap: .7rem; margin: 1.4rem 0 0; padding: 0; list-style: none; }
.checklist li { position: relative; padding-left: 1.8rem; color: #3f4b57; }
.checklist li::before { content: "✓"; position: absolute; left: 0; top: .05rem; display: grid; width: 1.25rem; height: 1.25rem; place-items: center; border-radius: 50%; background: #dcf4e9; color: var(--success); font-size: .72rem; font-weight: 900; }

.calc-alert { display: grid; gap: .3rem; margin: 1.5rem 0 1rem; padding: 1rem 1.15rem; border: 1px solid #91b8e3; border-left: 5px solid var(--blue-500); border-radius: .85rem; background: #e9f4ff; color: #173d75; }
.calc-alert strong { font-size: 1rem; }
.calc-alert span { font-size: .9rem; line-height: 1.5; }
.calculator { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1.25rem; padding: clamp(1.35rem, 3vw, 2.3rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.calc-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.calc-span-2 { grid-column: 1 / -1; }
.calc-choice-group { min-width: 0; margin: .8rem 0 0; padding: 0; border: 0; }
.calc-choice-group legend, .field-label { color: #303c48; font-size: .82rem; font-weight: 800; }
.calc-choice-group > .fine { display: block; margin-top: .6rem; }
.calc-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; margin-top: .42rem; }
.calc-choice { display: flex; min-height: 82px; gap: .7rem; align-items: flex-start; padding: .8rem; border: 1px solid #cdd8e4; border-radius: .75rem; background: #fff; cursor: pointer; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.calc-choice:has(input:checked) { border-color: var(--blue-500); background: #edf6ff; box-shadow: 0 0 0 3px rgba(64,123,191,.12); }
.calc-choice input { width: 1.05rem; height: 1.05rem; flex: 0 0 auto; margin: .18rem 0 0; accent-color: var(--blue-700); }
.calc-choice span { display: grid; gap: .15rem; }
.calc-choice strong { color: var(--blue-900); font-size: .9rem; line-height: 1.3; }
.calc-choice small { color: #657587; font-size: .77rem; line-height: 1.35; }
.calc-readonly { display: flex; min-height: 48px; align-items: center; padding: .75rem .85rem; border: 1px solid #bcd4ef; border-radius: .68rem; background: #f1f7fe; color: var(--blue-900); font-weight: 850; }
.calc-result { display: flex; flex-direction: column; justify-content: center; align-self: start; position: sticky; top: 96px; padding: 1.5rem; border-radius: var(--radius); background: var(--blue-950); color: #dceaff; }
.calc-result strong { display: block; margin-top: .3rem; color: #fff; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; letter-spacing: -.04em; }
.calc-result small { margin-top: .7rem; color: #aac1dc; }
.calc-breakdown { display: grid; margin-top: 1.15rem; border-top: 1px solid rgba(255,255,255,.17); }
.calc-breakdown > div { display: flex; justify-content: space-between; gap: 1rem; padding: .58rem 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #c8daf0; font-size: .82rem; line-height: 1.35; }
.calc-breakdown b { flex: 0 0 auto; color: #fff; text-align: right; }
.calc-breakdown [hidden] { display: none; }
.calc-vat-row { color: #9ec7ff !important; }
.calc-mode-note { margin-top: .85rem; padding: .65rem .75rem; border-radius: .6rem; background: rgba(128,184,255,.13); color: #dceaff; font-size: .8rem; line-height: 1.4; }
.calc-transport-note { display: grid; gap: .4rem; margin: 1rem 0 0; padding: 1rem 1.15rem; border: 1px solid #e2b55d; border-left: 5px solid #d58a00; border-radius: .85rem; background: #fff8e9; color: #59420f; font-size: .88rem; line-height: 1.55; }
.calc-transport-note strong { color: #5b3c00; font-size: .95rem; }
.calc-transport-note p { margin: 0; }
.calc-legal-note { margin: 1rem 0 0; padding: 1rem 1.15rem; border: 1px solid #c8d9ee; border-radius: .85rem; background: #fff; color: #526274; font-size: .83rem; line-height: 1.55; }
.calc-legal-note strong { color: var(--blue-900); }
.price-list { margin-top: 1.35rem; padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid #abc9eb; border-radius: 1.35rem; background: #fff; box-shadow: 0 22px 55px rgba(10,45,91,.11); }
.price-list-head { display: grid; grid-template-columns: minmax(240px, .75fr) 1.25fr; gap: 2rem; align-items: end; }
.price-list-head h3 { margin: .25rem 0 0; color: var(--blue-950); font-size: clamp(1.85rem, 4vw, 3rem); letter-spacing: -.035em; }
.price-list-head > p { margin: 0; color: #526274; font-size: .96rem; line-height: 1.6; }
.price-tier-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; margin-top: 1.5rem; }
.price-tier { display: flex; min-height: 210px; flex-direction: column; padding: 1.25rem; border: 1px solid #cbdced; border-radius: 1rem; background: #f8fbff; }
.price-tier-featured { border-color: var(--blue-500); background: linear-gradient(145deg, #edf6ff, #fff); box-shadow: inset 0 0 0 2px rgba(64,123,191,.1); }
.price-range { min-height: 2.5rem; color: var(--blue-800); font-size: .82rem; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.price-tier > strong { display: grid; gap: .18rem; margin-top: .75rem; color: var(--blue-950); font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1; }
.price-tier > strong small { color: var(--blue-700); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.price-gross { display: block; margin-top: auto; padding-top: 1rem; border-top: 1px solid #dbe7f4; color: var(--blue-900); font-size: .92rem; font-weight: 850; }
.price-example { margin-top: .55rem; color: #68798b; font-size: .76rem; line-height: 1.4; }
.price-extras { margin-top: 1rem; padding: 1.15rem 1.25rem; border-radius: .9rem; background: var(--blue-950); color: #fff; }
.price-extras h4 { margin: 0 0 .7rem; font-size: 1rem; }
.price-extras ul { display: grid; margin: 0; padding: 0; list-style: none; }
.price-extras li { display: flex; justify-content: space-between; gap: 1rem; padding: .6rem 0; border-top: 1px solid rgba(255,255,255,.13); color: #c8daf0; font-size: .86rem; line-height: 1.4; }
.price-extras b { max-width: 55%; color: #fff; text-align: right; }
.price-validity { margin: .9rem 0 0; color: #667789; font-size: .78rem; line-height: 1.5; }

.page-hero-dmv { padding-bottom: clamp(5.5rem, 10vw, 8.5rem); }
.dmv-calculator-section { padding-top: 0; }
.dmv-calculator { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr); gap: 1rem; margin-top: -3.4rem; padding: clamp(1rem, 2.5vw, 1.5rem); border: 1px solid #c8d9ee; border-radius: var(--radius-lg); background: #fff; box-shadow: 0 24px 70px rgba(7,31,67,.16); }
.dmv-form { padding: clamp(.4rem, 2vw, 1.25rem); }
.dmv-form h2 { font-size: clamp(1.8rem, 3vw, 2.65rem); }
.dmv-form > p:not(.eyebrow) { color: var(--muted); }
.dmv-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .45rem .8rem; margin-top: 1rem; }
.dmv-fields .field label { font-size: .875rem; }
.dmv-fields .field small { color: #6f7d8c; font-size: .75rem; line-height: 1.35; }
.dmv-date-field { grid-column: 1 / -1; }
.dmv-output { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: clamp(1.3rem, 3vw, 2rem); border-radius: var(--radius); background: radial-gradient(circle at 100% 0%, #2e65af, var(--blue-950) 62%); color: #dceaff; }
.dmv-output-label { color: #9fc5f4; font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.dmv-output > strong { display: block; margin-top: .45rem; color: #fff; font-size: clamp(2.25rem, 5vw, 4rem); line-height: 1; letter-spacing: -.05em; overflow-wrap: anywhere; }
.dmv-output > p { min-height: 1.35rem; color: #bdd2ea; font-size: .85rem; }
.dmv-breakdown { display: grid; gap: 0; margin: 1.1rem 0 0; border-top: 1px solid rgba(255,255,255,.17); }
.dmv-breakdown div { display: flex; justify-content: space-between; gap: 1rem; padding: .62rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.dmv-breakdown dt { color: #aac2dd; font-size: .8rem; }
.dmv-breakdown dd { margin: 0; color: #fff; font-size: .83rem; font-weight: 850; text-align: right; }
.dmv-output .btn { margin-top: 1rem; }
.dmv-reviewed { display: flex; flex-wrap: wrap; gap: .3rem .55rem; align-items: center; margin-top: 1rem; color: #34516f; font-size: .82rem; }
.dmv-reviewed strong::before { content: "✓"; display: inline-grid; width: 1.35rem; height: 1.35rem; place-items: center; margin-right: .4rem; border-radius: 50%; background: #d9f2e7; color: var(--success); font-size: .72rem; }
.dmv-legal { max-width: 1040px; margin-top: 1rem; padding: 1rem 1.1rem; border: 1px solid #bfd1e5; border-left: 4px solid var(--blue-600); border-radius: .8rem; background: #fff; color: #52677d; font-size: .8rem; line-height: 1.6; }
.dmv-legal strong { color: var(--blue-900); }

.quote { padding: clamp(1.4rem, 4vw, 2.8rem); border-left: 5px solid var(--blue-500); border-radius: 0 var(--radius) var(--radius) 0; background: var(--blue-50); color: var(--blue-950); font-size: clamp(1.25rem, 2.5vw, 2rem); font-weight: 750; line-height: 1.35; letter-spacing: -.02em; }
.author { margin-top: 1rem; color: var(--muted); font-size: .9rem; font-weight: 700; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; margin-top: 1.5rem; }
.metric { padding: 1rem; border: 1px solid var(--line); border-radius: .85rem; }
.metric strong { display: block; color: var(--blue-900); font-size: 1.35rem; }
.metric span { color: var(--muted); font-size: .8rem; }

.faq { display: grid; gap: .65rem; max-width: 900px; margin: 2rem auto 0; }
.faq details { border: 1px solid var(--line); border-radius: .9rem; background: #fff; }
.faq summary { position: relative; padding: 1.1rem 3.2rem 1.1rem 1.2rem; color: var(--blue-950); font-weight: 800; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 1.2rem; top: .9rem; color: var(--blue-600); font-size: 1.35rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0; padding: 0 1.2rem 1.2rem; color: var(--muted); }

.cta-panel { position: relative; min-height: 500px; display: grid; align-items: center; overflow: hidden; background: var(--blue-950); }
.cta-panel > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.cta-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 38%, rgba(255,255,255,.22) 68%, rgba(255,255,255,.04)); }
.cta-copy { position: relative; z-index: 2; max-width: 560px; padding: 4rem 0; }

.page-hero { padding: clamp(4rem, 8vw, 7rem) 0; background: radial-gradient(circle at 80% 10%, #2a61ae 0, #102d63 38%, #071733 76%); color: #dbeaff; }
.page-hero h1 { max-width: 900px; color: #fff; font-size: clamp(2.6rem, 5.5vw, 4.8rem); }
.page-hero .lead { color: #c8dbf2; }
.breadcrumbs { margin-bottom: 1.1rem; color: #afc8e6; font-size: .82rem; }
.breadcrumbs a:hover { color: #fff; }
.prose { max-width: 820px; }
.prose h2 { margin-top: 2.7rem; font-size: clamp(1.8rem, 3vw, 2.55rem); }
.prose h3 { margin-top: 1.8rem; }
.prose p, .prose li { color: #45525f; }
.prose a { color: var(--blue-700); text-decoration: underline; text-underline-offset: .15em; }
.prose-list { padding-left: 1.2rem; }
.note { margin-top: 1.3rem; padding: 1rem 1.1rem; border: 1px solid #b9d3f3; border-radius: .8rem; background: var(--blue-50); color: #304b6b; font-size: .9rem; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 3rem; align-items: start; }
.sidebar { position: sticky; top: 100px; padding: 1.35rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.sidebar h2 { font-size: 1.45rem; }
.sidebar .btn { width: 100%; margin-top: 1rem; }
.service-list { display: grid; gap: .55rem; margin-top: 1rem; }
.service-list a { padding: .7rem .8rem; border-radius: .65rem; background: var(--blue-50); color: var(--blue-800); font-size: .88rem; font-weight: 750; }
.service-list a:hover { background: var(--blue-100); }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 1.5rem; }
.contact-cards { display: grid; gap: .8rem; }
.contact-card { padding: 1.15rem; border: 1px solid var(--line); border-radius: .9rem; background: #fff; }
.contact-card span { display: block; color: var(--muted); font-size: .8rem; }
.contact-card strong { display: block; margin-top: .2rem; color: var(--blue-900); font-size: 1.1rem; }
.contact-card-whatsapp { border-color: #8bcabd; background: linear-gradient(135deg, #f4fffb 0%, #e4f7f2 100%); }
.contact-card-whatsapp::before { display: block; width: 2.35rem; height: 2.35rem; margin-bottom: .7rem; border-radius: 50%; background: #0b705f url('/assets/icon-whatsapp.svg') center / 1.4rem no-repeat; content: ""; }
.contact-card-whatsapp strong { color: #09594c; }
.contact-card-email { border-color: #b9d3ef; background: linear-gradient(135deg, #f7fbff 0%, #e9f4ff 100%); }
.contact-card-email::before { display: grid; width: 2.35rem; height: 2.35rem; margin-bottom: .7rem; place-items: center; border-radius: 50%; background: #204f91; color: #fff; content: "✉"; }
.contact-card:is(a):hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(13,46,90,.12); }
.form-card { padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
#izracun-stroskov, #povprasevanje-obrazec { scroll-margin-top: 104px; }
.flow-transfer { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 1rem; align-items: start; margin: 0 0 1rem; padding: 1rem 1.15rem; border: 1px solid #8dcab8; border-left: 5px solid var(--success); border-radius: .85rem; background: #effaf6; color: #23584b; box-shadow: var(--shadow-soft); }
.flow-transfer[hidden] { display: none; }
.flow-transfer strong { display: block; color: #124c40; font-size: 1rem; }
.flow-transfer p { margin: .25rem 0 0; color: #3e665d; font-size: .84rem; line-height: 1.5; }
.flow-step { display: inline-flex; min-height: 30px; align-items: center; padding: .38rem .65rem; border-radius: 999px; background: #d9f3e9; color: #0b705f; font-size: .72rem; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; white-space: nowrap; }
.flow-transfer-form { margin: 1.1rem 0 0; }
.flow-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .35rem .9rem; margin-top: .65rem; }
.flow-summary div { display: flex; justify-content: space-between; gap: .75rem; padding: .4rem 0; border-bottom: 1px solid rgba(11,112,95,.16); color: #45675f; font-size: .8rem; }
.flow-summary b { color: #124c40; text-align: right; }
[data-dmv-next][aria-disabled="true"] { opacity: .62; cursor: not-allowed; }

.price-hero { position: relative; overflow: hidden; }
.price-hero::after { position: absolute; inset: auto -7rem -11rem auto; width: 31rem; height: 31rem; border: 1px solid rgba(128,184,255,.22); border-radius: 50%; box-shadow: 0 0 0 4rem rgba(128,184,255,.045), 0 0 0 8rem rgba(128,184,255,.025); content: ""; pointer-events: none; }
.price-hero .wrap { position: relative; z-index: 1; }
.price-hero h1 { max-width: 860px; }
.price-hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; }
.print-button { font: inherit; }
.price-principles-section { position: relative; z-index: 3; margin-top: -2.35rem; padding-top: 0; }
.price-principles { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid #c5d8ee; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.price-principles article { min-height: 142px; padding: 1.35rem 1.5rem; border-right: 1px solid var(--line); }
.price-principles article:last-child { border-right: 0; }
.price-principles strong { display: block; color: var(--blue-900); font-size: 1rem; }
.price-principles strong::before { display: inline-grid; width: 1.55rem; height: 1.55rem; margin-right: .5rem; place-items: center; border-radius: 50%; background: #dcf4e9; color: var(--success); content: "✓"; font-size: .75rem; }
.price-principles span { display: block; margin-top: .55rem; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.provider-price-note { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 1rem; overflow: hidden; border: 1px solid #b9d3ef; border-radius: .9rem; background: #b9d3ef; box-shadow: var(--shadow-soft); }
.provider-price-note > div { padding: 1.05rem 1.2rem; background: var(--blue-50); }
.provider-price-note strong { color: var(--blue-900); font-size: .96rem; }
.provider-price-note p { margin: .4rem 0 0; color: #4f6277; font-size: .86rem; line-height: 1.55; }

.import-package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; align-items: start; }
.import-package { position: relative; min-width: 0; padding: 1.35rem; border: 1px solid #cbdced; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.import-package-featured { border: 2px solid var(--blue-500); box-shadow: 0 20px 52px rgba(26,74,137,.16); }
.package-badge { margin: -1.35rem -1.35rem 1.2rem; padding: .62rem 1rem; border-radius: calc(var(--radius) - 2px) calc(var(--radius) - 2px) 0 0; background: linear-gradient(90deg, var(--blue-700), var(--blue-500)); color: #fff; font-size: .76rem; font-weight: 850; line-height: 1.35; text-align: center; }
.package-heading { display: flex; gap: .85rem; align-items: center; }
.package-heading p { margin: 0 0 .15rem; color: var(--blue-600); font-size: .72rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.package-heading h3 { font-size: 1.45rem; }
.package-number { display: grid; width: 2.65rem; height: 2.65rem; flex: 0 0 auto; place-items: center; border-radius: .8rem; background: var(--blue-100); color: var(--blue-800); font-size: .8rem; font-weight: 900; }
.package-main-price { display: grid; gap: .22rem; margin-top: 1.35rem; padding: 1.15rem; border-radius: .9rem; background: var(--blue-950); color: #c8daf0; }
.package-main-price > span { font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.package-main-price > strong { color: #fff; font-size: clamp(1.6rem, 2.6vw, 2.25rem); line-height: 1.08; letter-spacing: -.035em; }
.package-main-price > strong small { color: #a9c9ed; font-size: .7rem; letter-spacing: .04em; text-transform: uppercase; }
.package-main-price > small { color: #b5cae2; font-size: .76rem; }
.package-tier-list { display: grid; gap: .55rem; margin-top: 1.25rem; }
.package-tier-list > div { display: grid; gap: .18rem; padding: .85rem; border: 1px solid #d7e3f0; border-radius: .78rem; background: #f7faff; }
.package-tier-list span { min-height: 2.2rem; color: #4e6074; font-size: .73rem; font-weight: 750; line-height: 1.4; }
.package-tier-list strong { color: var(--blue-950); font-size: 1.17rem; line-height: 1.2; }
.package-tier-list strong small { color: var(--blue-700); font-size: .64rem; letter-spacing: .045em; text-transform: uppercase; }
.package-tier-list > div > small { color: #6e7e8f; font-size: .68rem; line-height: 1.4; }
.package-details { margin-top: 1rem; border-top: 1px solid var(--line); }
.package-details summary { position: relative; padding: 1rem 2rem .4rem 0; color: var(--blue-800); font-weight: 850; cursor: pointer; list-style: none; }
.package-details summary::-webkit-details-marker { display: none; }
.package-details summary::after { position: absolute; right: .15rem; content: "+"; color: var(--blue-500); font-size: 1.3rem; }
.package-details[open] summary::after { content: "−"; }
.package-details ul { display: grid; gap: .4rem; margin: .55rem 0 0; padding: 0; list-style: none; }
.package-details li { position: relative; padding-left: 1.35rem; color: #455565; font-size: .82rem; line-height: 1.48; }
.package-details li::before { position: absolute; left: 0; color: var(--success); content: "✓"; font-weight: 900; }
.package-details p { padding-top: .75rem; border-top: 1px solid #e0e8f1; color: #657586; font-size: .78rem; line-height: 1.52; }
.package-details p strong { color: #394a5b; }
.price-rule-note { display: grid; grid-template-columns: minmax(190px, .4fr) 1.6fr; gap: 1.25rem; margin-top: 1rem; padding: 1.1rem 1.2rem; border: 1px solid #b9d3ef; border-left: 5px solid var(--blue-500); border-radius: .85rem; background: var(--blue-50); }
.price-rule-note strong { color: var(--blue-900); }
.price-rule-note p { margin: 0; color: #4f6277; font-size: .87rem; }

.pricing-table-wrap { overflow-x: auto; border: 1px solid #bdd2e9; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.pricing-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.pricing-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.pricing-table th, .pricing-table td { padding: 1rem 1.05rem; border-bottom: 1px solid #dde7f1; text-align: right; vertical-align: middle; }
.pricing-table thead th { background: var(--blue-950); color: #cfe1f7; font-size: .76rem; letter-spacing: .055em; text-transform: uppercase; }
.pricing-table thead th:first-child, .pricing-table tbody th { text-align: left; }
.pricing-table tbody th { width: 46%; color: var(--blue-900); font-size: .92rem; }
.pricing-table tbody td { color: #546476; font-size: .88rem; white-space: nowrap; }
.pricing-table tbody td:last-child { background: #f2f7fd; color: var(--blue-950); }
.pricing-table tbody tr:last-child > * { border-bottom: 0; }
.price-table-note { margin: .85rem 0 0; padding: .9rem 1rem; border: 1px solid #c6d9ed; border-radius: .8rem; background: #fff; color: #4f6277; font-size: .84rem; line-height: 1.55; }
.price-table-note strong { color: var(--blue-900); }
.service-scope-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; margin-top: 1rem; }
.service-scope-grid details { border: 1px solid #cadced; border-radius: .9rem; background: #fff; }
.service-scope-grid summary { position: relative; padding: 1rem 3rem 1rem 1.05rem; color: var(--blue-900); font-size: .9rem; font-weight: 850; cursor: pointer; list-style: none; }
.service-scope-grid summary::-webkit-details-marker { display: none; }
.service-scope-grid summary::after { position: absolute; top: .72rem; right: 1rem; color: var(--blue-500); content: "+"; font-size: 1.35rem; }
.service-scope-grid details[open] summary::after { content: "−"; }
.service-scope-grid p { margin: 0; padding: 0 1.05rem .9rem; color: #59697a; font-size: .84rem; line-height: 1.55; }

.price-content-grid { grid-template-columns: minmax(0, 1fr) 350px; }
.price-prose { max-width: none; }
.price-cost-list { display: grid; margin: 1.4rem 0 0; padding: 0; border: 1px solid var(--line); border-radius: .9rem; overflow: hidden; list-style: none; }
.price-cost-list li { display: flex; justify-content: space-between; gap: 1.2rem; padding: .85rem 1rem; border-bottom: 1px solid var(--line); background: #fff; }
.price-cost-list li:last-child { border-bottom: 0; }
.price-cost-list span { color: #485768; }
.price-cost-list strong { max-width: 50%; color: var(--blue-900); text-align: right; }
.transport-warning { margin-top: 1rem; padding: 1rem 1.1rem; border: 1px solid #e2b55d; border-left: 5px solid #d58a00; border-radius: .85rem; background: #fff8e9; color: #59420f; }
.transport-warning > strong { color: #5b3c00; }
.transport-warning p { margin-top: .35rem; color: #6c5520; font-size: .86rem; }
.price-sidebar { border-color: #aac8e9; background: linear-gradient(155deg, #fff 0%, #edf5ff 100%); }
.price-sidebar .eyebrow { margin-bottom: .5rem; }
.price-order-steps { display: grid; gap: .75rem; margin: 1rem 0 0; padding: 0; counter-reset: price-steps; list-style: none; }
.price-order-steps li { position: relative; min-height: 2rem; padding-left: 2.45rem; color: #506276; font-size: .86rem; line-height: 1.45; }
.price-order-steps li::before { position: absolute; left: 0; display: grid; width: 1.75rem; height: 1.75rem; place-items: center; border-radius: .55rem; background: var(--blue-800); color: #fff; counter-increment: price-steps; content: counter(price-steps); font-size: .72rem; font-weight: 900; }
.price-sidebar .btn-whatsapp { margin-top: .6rem; }

.warranty-pricing-section p:not(.eyebrow) { color: #bed0e5; }
.warranty-clarity-card { padding: clamp(1.3rem, 3vw, 2rem); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.08); box-shadow: 0 20px 48px rgba(0,0,0,.18); }
.warranty-clarity-card > strong { display: block; color: #fff; font-size: 1.15rem; }
.warranty-clarity-card .btn { margin-top: 1.1rem; }
.price-legal-section { background: #fff; }
.price-legal-card { display: grid; grid-template-columns: .7fr 1.3fr; gap: 2.2rem; padding: clamp(1.3rem, 3vw, 2rem); border: 1px solid #c7d9ec; border-radius: var(--radius); background: var(--blue-50); }
.price-legal-card h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.price-legal-copy { display: grid; gap: .75rem; }
.price-legal-copy p { margin: 0; color: #4d6074; font-size: .86rem; }
.price-legal-copy a { color: var(--blue-800); font-weight: 850; text-decoration: underline; text-underline-offset: .15em; }
.price-final-cta { padding: clamp(2.5rem, 5vw, 4rem) 0; background: linear-gradient(105deg, var(--blue-800), var(--blue-600)); color: #fff; }
.price-final-cta .wrap { display: flex; justify-content: space-between; gap: 2rem; align-items: center; }
.price-final-cta h2 { max-width: 720px; color: #fff; font-size: clamp(1.7rem, 3.3vw, 3rem); }
.price-final-cta .eyebrow { color: #bcd9ff; }
.price-final-cta .btn-row { justify-content: flex-end; margin-top: 0; }

.site-footer { padding: 4rem 0 1.5rem; background: #06142c; color: #b7c9de; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 2.2rem; }
.footer-brand img { width: 230px; height: auto; padding: .55rem; border-radius: .65rem; background: #fff; object-fit: contain; }
.footer-brand p { max-width: 390px; font-size: .88rem; }
.site-footer h2 { color: #fff; font-size: 1rem; letter-spacing: 0; }
.footer-links { display: grid; gap: .45rem; margin-top: .8rem; font-size: .88rem; }
.footer-links a:hover { color: #fff; }
.footer-contact-actions { display: grid; gap: .55rem; margin-bottom: .15rem; }
.footer-contact-link { display: inline-flex; width: fit-content; min-width: 142px; min-height: 40px; align-items: center; justify-content: center; gap: .5rem; padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.18); border-radius: .65rem; color: #fff; font-weight: 800; line-height: 1; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.footer-contact-link:hover { transform: translateY(-1px); color: #fff; }
.footer-whatsapp { border-color: #168b76; background: #0b705f; }
.footer-whatsapp:hover { border-color: #22a78e; background: #09594c; }
.footer-email { border-color: #5f8fc8; background: #173d75; }
.footer-email:hover { border-color: #80b8ff; background: #204f91; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.mobile-cta { display: none; }

@media (max-width: 1060px) {
  .menu-button { display: block; }
  .nav { position: fixed; inset: 78px 0 auto; display: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .35rem; padding: 1rem max(20px, calc((100% - 760px) / 2)) 1.4rem; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); font-size: .95rem; white-space: normal; }
  .nav[data-open="true"] { display: grid; }
  .nav a { padding: .75rem .85rem; border-radius: .6rem; }
  .nav a:not(.btn)::after { display: none; }
  .nav a:not(.btn):hover, .nav a[aria-current="page"]:not(.btn) { background: var(--blue-50); color: var(--blue-800); }
  .nav .btn { min-height: 48px; border-radius: .7rem; }
  .hero-grid { grid-template-columns: 1fr minmax(330px, .72fr); gap: 2rem; }
  .flow { grid-template-columns: repeat(3, 1fr); }
  .flow-step:nth-child(3)::after { display: none; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .import-package-grid { grid-template-columns: 1fr; }
  .package-tier-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .package-tier-list span { min-height: 3.25rem; }
  .price-final-cta .wrap { display: block; }
  .price-final-cta .btn-row { justify-content: flex-start; margin-top: 1.25rem; }
}

@media (max-width: 820px) {
  :root { --wrap: min(100% - 28px, 680px); }
  .site-header { height: 70px; }
  .brand img { width: 175px; }
  .nav { inset: 70px 0 auto; padding: 1rem 1rem 1.4rem; }
  .hero { min-height: auto; }
  .hero-media { object-position: 62% center; }
  .hero::after { background: linear-gradient(180deg, rgba(3,12,29,.88), rgba(3,12,29,.97)); }
  .hero-grid { grid-template-columns: 1fr; padding: 3.25rem 0; }
  .hero-copy h1 { font-size: clamp(2.6rem, 11vw, 4rem); }
  .action-card { max-width: 610px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .topic-tabs { grid-template-columns: 1fr 1fr; }
  .topic-tab:last-child { grid-column: 1 / -1; }
  .topic-panel { grid-template-columns: 1fr; gap: 1.4rem; min-height: 310px; }
  .topic-panel .btn { width: 100%; min-width: 0; }
  .card-grid, .split, .calculator, .contact-grid, .dmv-calculator { grid-template-columns: 1fr; }
  .calc-result { position: static; }
  .price-list-head, .price-tier-grid { grid-template-columns: 1fr; }
  .price-list-head { gap: .75rem; }
  .price-tier { min-height: auto; }
  .price-gross { margin-top: 1.1rem; }
  .flow { grid-template-columns: 1fr 1fr; }
  .flow-step:nth-child(2n)::after { display: none; }
  .flow-step:nth-child(3)::after { display: block; }
  .content-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .price-principles { grid-template-columns: 1fr; }
  .price-principles article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .price-principles article:last-child { border-bottom: 0; }
  .package-tier-list { grid-template-columns: 1fr; }
  .package-tier-list span { min-height: 0; }
  .service-scope-grid, .price-legal-card, .provider-price-note { grid-template-columns: 1fr; }
  .price-rule-note { grid-template-columns: 1fr; gap: .35rem; }
}

@media (max-width: 560px) {
  body { padding-bottom: 68px; }
  .section-head { display: block; }
  .field-row, .calc-fields, .metrics { grid-template-columns: 1fr; }
  .flow-transfer { grid-template-columns: 1fr; gap: .65rem; }
  .flow-step { width: fit-content; }
  .flow-summary { grid-template-columns: 1fr; }
  .calc-span-2 { grid-column: auto; }
  .calc-choice-grid { grid-template-columns: 1fr; }
  .price-extras li { display: grid; gap: .2rem; }
  .price-extras b { max-width: none; text-align: left; }
  .tabs-three { gap: .2rem; }
  .tabs-three .tab { padding-inline: .35rem; font-size: .75rem; }
  .dmv-fields { grid-template-columns: 1fr; }
  .dmv-date-field { grid-column: auto; }
  .dmv-actions { align-items: stretch; flex-direction: column; }
  .action-card .dmv-actions .btn { width: 100%; }
  .dmv-actions .text-link { text-align: center; }
  .flow { grid-template-columns: 1fr; }
  .flow-step { min-height: auto; }
  .flow-step::before { margin-bottom: 1.25rem; }
  .flow-step::after { display: none !important; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(3) { border-bottom: 1px solid var(--line); }
  .topic-tabs { display: flex; overflow-x: auto; padding-bottom: .55rem; scroll-snap-type: x proximity; }
  .topic-tab { flex: 0 0 auto; min-height: 48px; scroll-snap-align: start; }
  .topic-panel { min-height: 350px; }
  .visual, .visual img { min-height: 360px; }
  .cta-panel { min-height: 620px; align-items: start; }
  .cta-panel > img { object-position: 66% bottom; }
  .cta-panel::after { background: linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.94) 50%, rgba(255,255,255,.16) 85%); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .mobile-cta { position: fixed; inset: auto 0 0; z-index: 110; display: grid; grid-template-columns: 1.15fr 1fr; gap: .45rem; padding: .55rem; border-top: 1px solid var(--line); background: rgba(255,255,255,.97); backdrop-filter: blur(10px); }
  .mobile-cta .btn { min-height: 50px; padding: .65rem; font-size: .86rem; }
  .price-hero-actions .btn { width: 100%; }
  .price-principles-section { margin-top: -1.25rem; }
  .price-cost-list li { display: grid; gap: .25rem; }
  .price-cost-list strong { max-width: none; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

@media print {
  @page { margin: 14mm; }
  body { padding: 0; color: #111; background: #fff; font-size: 10pt; }
  .site-header, .site-footer, .mobile-cta, .price-hero-actions, .price-final-cta, .price-sidebar { display: none !important; }
  .price-hero { padding: 0 0 12mm; color: #223; background: #fff; }
  .price-hero::after { display: none; }
  .price-hero h1, .price-hero .lead { color: #111; }
  .price-hero h1 { font-size: 28pt; }
  .price-hero .breadcrumbs { color: #555; }
  .price-principles-section { margin: 0; }
  .price-principles, .import-package, .pricing-table-wrap, .service-scope-grid details, .price-legal-card, .warranty-clarity-card { box-shadow: none; break-inside: avoid; }
  .section, .section-tight { padding: 9mm 0; }
  .import-package-grid { grid-template-columns: 1fr; }
  .package-tier-list { grid-template-columns: repeat(3, 1fr); }
  .package-details, .service-scope-grid details { break-inside: avoid; }
  .package-details > *, .service-scope-grid details > * { display: block !important; }
  .package-details summary::after, .service-scope-grid summary::after { display: none; }
  .pricing-table-wrap { overflow: visible; }
  .pricing-table { min-width: 0; }
  .section-dark { color: #111; background: #fff; }
  .section-dark h2, .section-dark h3, .warranty-clarity-card > strong { color: #111; }
  .warranty-pricing-section p:not(.eyebrow) { color: #333; }
  .price-content-grid { grid-template-columns: 1fr; }
}
