@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";:root{--dmv-hero: #0e9488;--dmv-hero-dark: #0b7c72;--dmv-hero-light: #3fb5ab;--dmv-anchor: #102a37;--dmv-anchor-soft: #2f4d59;--dmv-accent: #ff6b4a;--dmv-accent-dark: #e8553a;--dmv-cream: #f0f7f8;--dmv-cream-deep: #e3eff0;--dmv-white: #FFFFFF;--dmv-warm-50: #f6fbfb;--dmv-warm-100: #e7f1f2;--dmv-warm-200: #d6e4e6;--dmv-warm-300: #bcd0d4;--dmv-warm-400: #9fb2b8;--dmv-warm-500: #7c8d94;--dmv-warm-600: #5a6b73;--dmv-warm-700: #37464d;--dmv-fg: var(--dmv-anchor);--dmv-fg-muted: var(--dmv-warm-600);--dmv-fg-subtle: var(--dmv-warm-500);--dmv-fg-on-dark: var(--dmv-cream);--dmv-fg-on-accent: var(--dmv-anchor);--dmv-bg: var(--dmv-cream);--dmv-bg-elev: var(--dmv-white);--dmv-bg-dark: var(--dmv-anchor);--dmv-border: var(--dmv-warm-200);--dmv-border-strong:var(--dmv-warm-300);--dmv-success: #0e9488;--dmv-warning: #ff6b4a;--dmv-danger: #c0473a;--dmv-info: #2f6d8a;--dmv-font-display: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--dmv-font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--dmv-text-xs: 12px;--dmv-text-sm: 14px;--dmv-text-base: 16px;--dmv-text-md: 18px;--dmv-text-lg: 20px;--dmv-text-xl: 24px;--dmv-text-2xl: 30px;--dmv-text-3xl: 38px;--dmv-text-4xl: 48px;--dmv-text-5xl: 60px;--dmv-text-6xl: 76px;--dmv-lh-tight: 1.1;--dmv-lh-snug: 1.25;--dmv-lh-normal: 1.5;--dmv-lh-relaxed: 1.65;--dmv-w-regular: 400;--dmv-w-medium: 500;--dmv-w-semibold: 600;--dmv-w-bold: 700;--dmv-w-extra: 800;--dmv-tracking-tight: -.02em;--dmv-tracking-snug: -.01em;--dmv-tracking-normal: 0;--dmv-tracking-wide: .04em;--dmv-space-1: 4px;--dmv-space-2: 8px;--dmv-space-3: 12px;--dmv-space-4: 16px;--dmv-space-5: 20px;--dmv-space-6: 24px;--dmv-space-8: 32px;--dmv-space-10: 40px;--dmv-space-12: 48px;--dmv-space-16: 64px;--dmv-space-20: 80px;--dmv-space-24: 96px;--dmv-space-32: 128px;--dmv-radius-xs: 4px;--dmv-radius-sm: 8px;--dmv-radius-md: 12px;--dmv-radius-lg: 20px;--dmv-radius-xl: 28px;--dmv-radius-full: 999px;--dmv-shadow-sm: 0 1px 2px rgba(16,42,55, .05);--dmv-shadow-md: 0 4px 12px rgba(16,42,55, .08);--dmv-shadow-lg: 0 12px 32px rgba(16,42,55, .12);--dmv-shadow-xl: 0 24px 48px rgba(16,42,55, .16);--dmv-shadow-focus: 0 0 0 4px rgba(14,148,136, .18);--dmv-ease: cubic-bezier(.4, 0, .2, 1);--dmv-ease-out: cubic-bezier(0, 0, .2, 1);--dmv-dur-fast: .12s;--dmv-dur-base: .18s;--dmv-dur-slow: .28s;--dmv-container: 1200px;--dmv-gutter: 48px;--dmv-gutter-mob: 24px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--dmv-font-body);background:var(--dmv-cream);color:var(--dmv-fg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{background:#ff6b4a59}button,a,input{font-family:inherit}button:focus-visible,a:focus-visible,input:focus-visible{outline:0;box-shadow:var(--dmv-shadow-focus)}.app{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(1200px 600px at 100% -10%,rgba(14,148,136,.06),transparent 60%),var(--dmv-cream)}.app-header{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:var(--dmv-space-4);padding:14px max(var(--dmv-gutter-mob),env(safe-area-inset-left)) 14px var(--dmv-gutter-mob);background:#f0f7f8db;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--dmv-border)}.app-header .brand{display:flex;align-items:center;gap:10px}.app-header .brand img{height:26px;width:auto;display:block}.header-phone{display:inline-flex;align-items:center;gap:8px;font-family:var(--dmv-font-display);font-weight:var(--dmv-w-semibold);font-size:var(--dmv-text-sm);color:var(--dmv-anchor);text-decoration:none;padding:8px 14px;border-radius:var(--dmv-radius-full);border:1px solid var(--dmv-border);background:var(--dmv-white);transition:all var(--dmv-dur-base) var(--dmv-ease);white-space:nowrap}.header-phone:hover{border-color:var(--dmv-hero);color:var(--dmv-hero)}.header-phone svg{width:16px;height:16px}.app-header-left{display:flex;align-items:center;gap:14px;min-width:0}.back-to-site{font-family:var(--dmv-font-body);font-size:var(--dmv-text-xs);color:var(--dmv-fg-muted);text-decoration:underline;text-underline-offset:2px;white-space:nowrap;transition:color var(--dmv-dur-fast) var(--dmv-ease)}.back-to-site:hover{color:var(--dmv-hero)}@media(max-width:560px){.header-phone .hp-num{display:none}.header-phone{padding:8px 11px}.app-header-left{gap:10px}}.app-body{flex:1;width:100%;max-width:1180px;margin:0 auto;padding:var(--dmv-space-8) var(--dmv-gutter-mob) 160px;display:grid;grid-template-columns:1fr;gap:var(--dmv-space-8)}@media(min-width:900px){.app-body{grid-template-columns:minmax(0,1fr) 372px;align-items:start;gap:var(--dmv-space-12);padding:var(--dmv-space-12) var(--dmv-gutter) var(--dmv-space-20)}}.step-col{min-width:0}.progress{margin-bottom:var(--dmv-space-8)}.progress-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.progress-count{font-family:var(--dmv-font-display);font-size:var(--dmv-text-sm);font-weight:var(--dmv-w-semibold);letter-spacing:var(--dmv-tracking-wide);text-transform:uppercase;color:var(--dmv-fg-muted);white-space:nowrap}.progress-count b{color:var(--dmv-hero)}.progress-back{display:inline-flex;align-items:center;gap:6px;background:none;border:0;cursor:pointer;font-family:var(--dmv-font-display);font-weight:var(--dmv-w-semibold);font-size:var(--dmv-text-sm);color:var(--dmv-anchor-soft);padding:6px 8px;margin:-6px -8px;border-radius:var(--dmv-radius-sm);transition:color var(--dmv-dur-base) var(--dmv-ease);white-space:nowrap}.progress-back:hover{color:var(--dmv-hero)}.progress-back svg{width:16px;height:16px}@media(min-width:900px){.progress-back{display:none}}.app-body.single{grid-template-columns:1fr}.bars{display:flex;gap:6px;align-items:center}.bar-seg{position:relative;flex:1;height:8px;border-radius:var(--dmv-radius-full);background:var(--dmv-warm-200);overflow:hidden;transform:skew(-18deg);transition:background var(--dmv-dur-slow) var(--dmv-ease)}.bar-seg:after{content:"";position:absolute;inset:0;width:0%;background:var(--dmv-hero);transition:width var(--dmv-dur-slow) var(--dmv-ease)}.bar-seg.done:after{width:100%}.bar-seg.current{background:var(--dmv-warm-200)}.bar-seg.current:after{width:100%;background:var(--dmv-accent)}.step-head{margin-bottom:var(--dmv-space-6)}.step-eyebrow{font-family:var(--dmv-font-display);font-size:var(--dmv-text-sm);font-weight:var(--dmv-w-semibold);text-transform:uppercase;letter-spacing:var(--dmv-tracking-wide);color:var(--dmv-hero);margin:0 0 8px}.step-title{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-extra);font-size:var(--dmv-text-3xl);line-height:var(--dmv-lh-tight);letter-spacing:var(--dmv-tracking-tight);color:var(--dmv-anchor);margin:0;text-wrap:balance}.step-sub{margin:12px 0 0;font-size:var(--dmv-text-md);line-height:var(--dmv-lh-relaxed);color:var(--dmv-anchor-soft);max-width:56ch}@media(max-width:640px){.step-title{font-size:var(--dmv-text-2xl)}.step-sub{font-size:var(--dmv-text-base)}}.block{margin-top:var(--dmv-space-8)}.block-label{display:flex;align-items:center;gap:10px;font-family:var(--dmv-font-display);font-weight:var(--dmv-w-bold);font-size:var(--dmv-text-md);color:var(--dmv-anchor);margin:0 0 4px}.block-help{font-size:var(--dmv-text-sm);color:var(--dmv-fg-muted);margin:0 0 var(--dmv-space-4);line-height:var(--dmv-lh-normal)}.unit-tag{font-family:var(--dmv-font-body);font-weight:var(--dmv-w-semibold);font-size:var(--dmv-text-xs);color:var(--dmv-anchor);background:var(--dmv-accent);padding:3px 9px;border-radius:var(--dmv-radius-full);white-space:nowrap}.modeswitch{display:inline-flex;padding:4px;background:var(--dmv-cream-deep);border-radius:var(--dmv-radius-full);gap:4px;margin-bottom:var(--dmv-space-6)}.modeswitch button{border:0;cursor:pointer;font-family:var(--dmv-font-display);font-weight:var(--dmv-w-semibold);font-size:var(--dmv-text-sm);padding:9px 16px;border-radius:var(--dmv-radius-full);background:transparent;color:var(--dmv-anchor-soft);transition:all var(--dmv-dur-base) var(--dmv-ease);white-space:nowrap}.modeswitch button.active{background:var(--dmv-white);color:var(--dmv-anchor);box-shadow:var(--dmv-shadow-sm)}.select-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--dmv-space-3)}@media(min-width:560px){.select-grid{grid-template-columns:repeat(3,1fr)}}.select-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:var(--dmv-space-5);min-height:116px;background:var(--dmv-white);border:1.5px solid var(--dmv-border);border-radius:var(--dmv-radius-md);cursor:pointer;text-align:left;font-family:var(--dmv-font-body);transition:transform var(--dmv-dur-base) var(--dmv-ease),border-color var(--dmv-dur-base) var(--dmv-ease),box-shadow var(--dmv-dur-base) var(--dmv-ease),background var(--dmv-dur-base) var(--dmv-ease)}.select-card:hover{transform:translateY(-2px);box-shadow:var(--dmv-shadow-md);border-color:var(--dmv-border-strong)}.select-card .ico{width:44px;height:44px;display:grid;place-items:center;border-radius:var(--dmv-radius-md);background:var(--dmv-cream);color:var(--dmv-hero);transition:all var(--dmv-dur-base) var(--dmv-ease)}.select-card .ico svg{width:24px;height:24px}.select-card .name{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-bold);font-size:var(--dmv-text-md);color:var(--dmv-anchor)}.select-card .vol{font-size:var(--dmv-text-sm);color:var(--dmv-fg-muted)}.select-card.selected{border-color:var(--dmv-hero);background:linear-gradient(0deg,#0e94880d,#0e94880d),var(--dmv-white);box-shadow:var(--dmv-shadow-focus)}.select-card.selected .ico{background:var(--dmv-hero);color:var(--dmv-white)}.select-card .check{position:absolute;top:12px;right:12px;width:22px;height:22px;border-radius:50%;background:var(--dmv-hero);color:#fff;display:grid;place-items:center;opacity:0;transform:scale(.6);transition:all var(--dmv-dur-base) var(--dmv-ease)}.select-card .check svg{width:13px;height:13px}.select-card.selected .check{opacity:1;transform:scale(1)}.volume-readout{display:flex;align-items:baseline;gap:12px;margin:var(--dmv-space-6) 0 var(--dmv-space-3);padding:var(--dmv-space-6);background:var(--dmv-bg-dark);color:var(--dmv-fg-on-dark);border-radius:var(--dmv-radius-lg);flex-wrap:wrap}.volume-readout .vr-label{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-semibold);font-size:var(--dmv-text-sm);text-transform:uppercase;letter-spacing:var(--dmv-tracking-wide);color:#f0f7f8b3;width:100%}.volume-readout .vr-num{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-extra);font-size:var(--dmv-text-5xl);line-height:1;color:var(--dmv-accent);letter-spacing:var(--dmv-tracking-tight);font-variant-numeric:tabular-nums}.volume-readout .vr-unit{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-bold);font-size:var(--dmv-text-xl);color:var(--dmv-fg-on-dark)}.volume-readout .vr-rate{margin-left:auto;font-size:var(--dmv-text-sm);color:#f0f7f8c7;text-align:right}.slider-wrap{padding:6px 2px 0}.slider{-webkit-appearance:none;appearance:none;width:100%;height:8px;border-radius:var(--dmv-radius-full);background:var(--dmv-warm-200);outline:none;cursor:pointer}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:28px;height:28px;border-radius:50%;background:var(--dmv-hero);border:4px solid var(--dmv-white);box-shadow:var(--dmv-shadow-md);cursor:grab}.slider::-webkit-slider-thumb:active{cursor:grabbing}.slider::-moz-range-thumb{width:28px;height:28px;border-radius:50%;background:var(--dmv-hero);border:4px solid var(--dmv-white);box-shadow:var(--dmv-shadow-md);cursor:grab}.slider-ticks{display:flex;justify-content:space-between;margin-top:8px;font-size:var(--dmv-text-xs);color:var(--dmv-fg-subtle)}.accordion{display:flex;flex-direction:column;gap:var(--dmv-space-3)}.acc-item{background:var(--dmv-white);border:1px solid var(--dmv-border);border-radius:var(--dmv-radius-md);overflow:hidden}.acc-head{width:100%;display:flex;align-items:center;gap:14px;padding:var(--dmv-space-4) var(--dmv-space-5);background:none;border:0;cursor:pointer;font-family:var(--dmv-font-body);text-align:left}.acc-head .ico{width:38px;height:38px;flex-shrink:0;display:grid;place-items:center;border-radius:var(--dmv-radius-sm);background:var(--dmv-cream);color:var(--dmv-hero)}.acc-head .ico svg{width:20px;height:20px}.acc-head .acc-title{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-bold);font-size:var(--dmv-text-md);color:var(--dmv-anchor)}.acc-head .acc-meta{font-size:var(--dmv-text-sm);color:var(--dmv-fg-muted)}.acc-count{margin-left:auto;display:inline-flex;align-items:center;gap:8px}.acc-pill{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-bold);font-size:var(--dmv-text-xs);color:var(--dmv-anchor);background:var(--dmv-accent);padding:3px 9px;border-radius:var(--dmv-radius-full)}.acc-chev{color:var(--dmv-fg-muted);transition:transform var(--dmv-dur-base) var(--dmv-ease)}.acc-chev svg{width:20px;height:20px;display:block}.acc-item.open .acc-chev{transform:rotate(180deg)}.acc-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--dmv-dur-slow) var(--dmv-ease)}.acc-item.open .acc-body{grid-template-rows:1fr}.acc-body>div{overflow:hidden}.acc-list{padding:4px var(--dmv-space-5) var(--dmv-space-5)}.inv-line{display:flex;align-items:center;gap:12px;padding:12px 0;border-top:1px solid var(--dmv-border)}.inv-line:first-child{border-top:0}.inv-line .inv-name{font-size:var(--dmv-text-base);color:var(--dmv-anchor);font-weight:var(--dmv-w-medium)}.inv-line .inv-vol{font-size:var(--dmv-text-xs);color:var(--dmv-fg-subtle)}.inv-line .inv-grow{flex:1;min-width:0}.counter{display:inline-flex;align-items:center;gap:2px;background:var(--dmv-cream);border:1px solid var(--dmv-border);border-radius:var(--dmv-radius-full);padding:3px}.counter button{width:38px;height:38px;border:0;border-radius:50%;background:var(--dmv-white);color:var(--dmv-hero);cursor:pointer;display:grid;place-items:center;box-shadow:var(--dmv-shadow-sm);transition:all var(--dmv-dur-fast) var(--dmv-ease)}.counter button:hover:not(:disabled){background:var(--dmv-hero);color:#fff}.counter button:active:not(:disabled){transform:scale(.92)}.counter button:disabled{opacity:.35;cursor:not-allowed;box-shadow:none}.counter button svg{width:18px;height:18px}.counter .val{min-width:34px;text-align:center;font-family:var(--dmv-font-display);font-weight:var(--dmv-w-bold);font-size:var(--dmv-text-md);color:var(--dmv-anchor);font-variant-numeric:tabular-nums}.counter.zero{background:var(--dmv-white)}.counter.zero .val{color:var(--dmv-fg-subtle)}.switch{position:relative;width:52px;height:30px;flex-shrink:0;border-radius:var(--dmv-radius-full);background:var(--dmv-warm-300);border:0;cursor:pointer;padding:0;transition:background var(--dmv-dur-base) var(--dmv-ease)}.switch:after{content:"";position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:var(--dmv-shadow-sm);transition:transform var(--dmv-dur-base) var(--dmv-ease)}.switch.on{background:var(--dmv-hero)}.switch.on:after{transform:translate(22px)}.yesno{display:inline-flex;background:var(--dmv-cream);border:1px solid var(--dmv-border);border-radius:var(--dmv-radius-full);padding:3px;gap:2px}.yesno button{border:0;cursor:pointer;background:transparent;font-family:var(--dmv-font-display);font-weight:var(--dmv-w-semibold);font-size:var(--dmv-text-sm);color:var(--dmv-anchor-soft);padding:7px 16px;border-radius:var(--dmv-radius-full);min-height:36px;transition:all var(--dmv-dur-base) var(--dmv-ease)}.yesno button.on{background:var(--dmv-hero);color:#fff;box-shadow:var(--dmv-shadow-sm)}.yesno button.on.neg{background:var(--dmv-anchor)}.opt-card{display:flex;align-items:flex-start;gap:var(--dmv-space-4);padding:var(--dmv-space-5);background:var(--dmv-white);border:1.5px solid var(--dmv-border);border-radius:var(--dmv-radius-md);cursor:pointer;transition:all var(--dmv-dur-base) var(--dmv-ease)}.opt-card:hover{border-color:var(--dmv-border-strong);box-shadow:var(--dmv-shadow-sm)}.opt-card.selected{border-color:var(--dmv-hero);background:linear-gradient(0deg,#0e94880b,#0e94880b),var(--dmv-white)}.opt-card .ico{width:46px;height:46px;flex-shrink:0;display:grid;place-items:center;border-radius:var(--dmv-radius-md);background:var(--dmv-cream);color:var(--dmv-hero);transition:all var(--dmv-dur-base) var(--dmv-ease)}.opt-card.selected .ico{background:var(--dmv-hero);color:#fff}.opt-card .ico svg{width:24px;height:24px}.opt-card .opt-main{flex:1;min-width:0}.opt-card .opt-name{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-bold);font-size:var(--dmv-text-md);color:var(--dmv-anchor);margin:0 0 3px}.opt-card .opt-desc{font-size:var(--dmv-text-sm);color:var(--dmv-fg-muted);line-height:var(--dmv-lh-normal);margin:0 0 8px}.opt-card .opt-foot{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.opt-rows{display:flex;flex-direction:column;gap:var(--dmv-space-3)}.qty-row{display:flex;align-items:center;gap:var(--dmv-space-4);padding:var(--dmv-space-4) var(--dmv-space-5);background:var(--dmv-white);border:1px solid var(--dmv-border);border-radius:var(--dmv-radius-md)}.qty-row.active{border-color:var(--dmv-hero)}.qty-row .ico{width:46px;height:46px;flex-shrink:0;display:grid;place-items:center;border-radius:var(--dmv-radius-md);background:var(--dmv-cream);color:var(--dmv-hero)}.qty-row.active .ico{background:var(--dmv-hero);color:#fff}.qty-row .ico svg{width:24px;height:24px}.qty-row .qty-main{flex:1;min-width:0}.qty-row .qty-name{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-bold);font-size:var(--dmv-text-md);color:var(--dmv-anchor);margin:0 0 2px}.qty-row .qty-price{font-size:var(--dmv-text-sm);color:var(--dmv-fg-muted)}.qty-row .qty-price b{color:var(--dmv-hero);font-weight:var(--dmv-w-semibold)}.sub-reveal{margin-top:var(--dmv-space-3);padding:var(--dmv-space-4) var(--dmv-space-5);background:var(--dmv-cream);border-radius:var(--dmv-radius-md);display:flex;align-items:center;justify-content:space-between;gap:12px}.field{display:flex;flex-direction:column;gap:7px}.field-label{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-semibold);font-size:var(--dmv-text-sm);color:var(--dmv-anchor)}.input{font-family:var(--dmv-font-body);font-size:var(--dmv-text-base);color:var(--dmv-anchor);padding:13px 14px;background:var(--dmv-white);border:1.5px solid var(--dmv-border);border-radius:var(--dmv-radius-md);outline:none;width:100%;transition:all var(--dmv-dur-base) var(--dmv-ease)}.input::placeholder{color:var(--dmv-warm-400)}.input:focus{border-color:var(--dmv-hero);box-shadow:var(--dmv-shadow-focus)}.input.error{border-color:var(--dmv-danger)}.input.error:focus{box-shadow:0 0 0 4px #b5483a26}.field-error{font-size:var(--dmv-text-sm);color:var(--dmv-danger);display:flex;align-items:center;gap:6px}.field-error svg{width:14px;height:14px}.input-icon{position:relative}.input-icon .ileft{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--dmv-hero);pointer-events:none}.input-icon .ileft svg{width:18px;height:18px;display:block}.input-icon .input{padding-left:42px}.ac-wrap{position:relative}.ac-list{position:absolute;z-index:30;top:calc(100% + 6px);left:0;right:0;margin:0;padding:6px;list-style:none;background:var(--dmv-white);border:1px solid var(--dmv-border);border-radius:var(--dmv-radius-md);box-shadow:var(--dmv-shadow-lg);max-height:280px;overflow-y:auto}.ac-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:var(--dmv-radius-sm);font-size:var(--dmv-text-sm);color:var(--dmv-anchor);cursor:pointer}.ac-item svg{width:15px;height:15px;color:var(--dmv-hero);flex-shrink:0}.ac-item.active{background:var(--dmv-cream)}.addr-card{background:var(--dmv-white);border:1px solid var(--dmv-border);border-radius:var(--dmv-radius-md);padding:var(--dmv-space-5);display:flex;flex-direction:column;gap:var(--dmv-space-4)}.addr-card .addr-tag{display:inline-flex;align-items:center;gap:8px;font-family:var(--dmv-font-display);font-weight:var(--dmv-w-bold);font-size:var(--dmv-text-sm);color:var(--dmv-hero);text-transform:uppercase;letter-spacing:var(--dmv-tracking-wide)}.addr-card .addr-tag .dot{width:9px;height:9px;border-radius:50%;background:var(--dmv-hero)}.addr-card .addr-tag.arr .dot{background:var(--dmv-accent)}.addr-card .addr-tag.arr{color:var(--dmv-accent-dark)}.addr-controls{display:grid;grid-template-columns:1fr 1fr;gap:var(--dmv-space-3) var(--dmv-space-4)}.control-cell{display:flex;flex-direction:column;gap:7px}.control-cell .cc-label{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-semibold);font-size:var(--dmv-text-sm);color:var(--dmv-anchor)}.control-cell .cc-hint{font-size:var(--dmv-text-xs);color:var(--dmv-fg-subtle)}.control-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.floor-step{display:inline-flex;align-items:center;gap:0;background:var(--dmv-white);border:1.5px solid var(--dmv-border);border-radius:var(--dmv-radius-full);overflow:hidden}.floor-step button{width:40px;height:40px;border:0;background:var(--dmv-white);color:var(--dmv-hero);cursor:pointer;display:grid;place-items:center;transition:all var(--dmv-dur-fast) var(--dmv-ease)}.floor-step button:hover:not(:disabled){background:var(--dmv-cream)}.floor-step button:disabled{opacity:.3;cursor:not-allowed}.floor-step button svg{width:18px;height:18px}.floor-step .fval{min-width:64px;text-align:center;font-family:var(--dmv-font-display);font-weight:var(--dmv-w-bold);font-size:var(--dmv-text-base);color:var(--dmv-anchor)}.distance-banner{display:flex;align-items:center;gap:12px;padding:var(--dmv-space-4) var(--dmv-space-5);background:var(--dmv-cream-deep);border-radius:var(--dmv-radius-md);margin-top:var(--dmv-space-5)}.distance-banner .db-ico{color:var(--dmv-hero);display:grid;place-items:center}.distance-banner .db-ico svg{width:22px;height:22px}.distance-banner .db-num{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-extra);font-size:var(--dmv-text-xl);color:var(--dmv-anchor)}.distance-banner .db-txt{font-size:var(--dmv-text-sm);color:var(--dmv-anchor-soft)}.distance-banner.warn{background:#ff6b4a2e}.cal{background:var(--dmv-white);border:1px solid var(--dmv-border);border-radius:var(--dmv-radius-md);padding:var(--dmv-space-5);max-width:420px}.cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--dmv-space-4)}.cal-head .cal-month{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-bold);font-size:var(--dmv-text-md);color:var(--dmv-anchor);text-transform:capitalize}.cal-nav{width:36px;height:36px;border-radius:50%;border:1px solid var(--dmv-border);background:var(--dmv-white);color:var(--dmv-anchor);cursor:pointer;display:grid;place-items:center;transition:all var(--dmv-dur-fast) var(--dmv-ease)}.cal-nav:hover:not(:disabled){border-color:var(--dmv-hero);color:var(--dmv-hero)}.cal-nav:disabled{opacity:.3;cursor:not-allowed}.cal-nav svg{width:18px;height:18px}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.cal-dow{text-align:center;font-size:var(--dmv-text-xs);font-weight:var(--dmv-w-semibold);color:var(--dmv-fg-subtle);padding:4px 0;text-transform:uppercase}.cal-day{position:relative;aspect-ratio:1;border:0;background:var(--dmv-white);cursor:pointer;border-radius:var(--dmv-radius-sm);font-family:var(--dmv-font-body);font-size:var(--dmv-text-sm);color:var(--dmv-anchor);display:grid;place-items:center;transition:all var(--dmv-dur-fast) var(--dmv-ease)}.cal-day:hover:not(:disabled){background:var(--dmv-cream)}.cal-day:disabled{color:var(--dmv-warm-300);cursor:not-allowed}.cal-day.peak{background:#ff6b4a29}.cal-day.weekend{box-shadow:inset 0 0 0 1px var(--dmv-border)}.cal-day .surdot{position:absolute;bottom:5px;left:50%;transform:translate(-50%);width:5px;height:5px;border-radius:50%;background:var(--dmv-accent-dark)}.cal-day.holiday .surdot{background:var(--dmv-danger)}.cal-day.selected{background:var(--dmv-hero);color:#fff;font-weight:var(--dmv-w-bold)}.cal-day.selected .surdot{background:#fff}.cal-legend{display:flex;flex-wrap:wrap;gap:14px;margin-top:var(--dmv-space-4);padding-top:var(--dmv-space-4);border-top:1px solid var(--dmv-border)}.cal-legend span{display:inline-flex;align-items:center;gap:7px;font-size:var(--dmv-text-xs);color:var(--dmv-fg-muted)}.cal-legend i{width:12px;height:12px;border-radius:3px;display:inline-block}.surcharge-banner{display:flex;align-items:flex-start;gap:12px;padding:var(--dmv-space-4) var(--dmv-space-5);border-radius:var(--dmv-radius-md);margin-top:var(--dmv-space-5);background:var(--dmv-cream-deep)}.surcharge-banner.has{background:#ff6b4a2e}.surcharge-banner.none{background:#0e94881a}.surcharge-banner .sb-ico{flex-shrink:0;color:var(--dmv-accent-dark);margin-top:1px}.surcharge-banner.none .sb-ico{color:var(--dmv-hero)}.surcharge-banner .sb-ico svg{width:20px;height:20px}.surcharge-banner .sb-title{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-bold);font-size:var(--dmv-text-base);color:var(--dmv-anchor);margin:0 0 2px}.surcharge-banner .sb-body{font-size:var(--dmv-text-sm);color:var(--dmv-anchor-soft);margin:0}.tva-grid{display:flex;flex-direction:column;gap:var(--dmv-space-3)}.tva-card{display:flex;align-items:center;gap:var(--dmv-space-4);padding:var(--dmv-space-5);background:var(--dmv-white);border:1.5px solid var(--dmv-border);border-radius:var(--dmv-radius-md);cursor:pointer;transition:all var(--dmv-dur-base) var(--dmv-ease)}.tva-card:hover{border-color:var(--dmv-border-strong)}.tva-card.selected{border-color:var(--dmv-hero);background:linear-gradient(0deg,#0e94880b,#0e94880b),var(--dmv-white)}.tva-radio{width:22px;height:22px;border-radius:50%;border:2px solid var(--dmv-border-strong);flex-shrink:0;display:grid;place-items:center;transition:all var(--dmv-dur-base) var(--dmv-ease)}.tva-card.selected .tva-radio{border-color:var(--dmv-hero)}.tva-card.selected .tva-radio:after{content:"";width:12px;height:12px;border-radius:50%;background:var(--dmv-hero)}.tva-card .tva-main{flex:1}.tva-card .tva-name{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-bold);font-size:var(--dmv-text-md);color:var(--dmv-anchor)}.tva-card .tva-desc{font-size:var(--dmv-text-sm);color:var(--dmv-fg-muted)}.tva-card .tva-rate{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-extra);font-size:var(--dmv-text-xl);color:var(--dmv-hero)}.btn{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-bold);font-size:var(--dmv-text-base);padding:15px 26px;border-radius:var(--dmv-radius-sm);border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;line-height:1.1;text-decoration:none;white-space:nowrap;transition:all var(--dmv-dur-base) var(--dmv-ease);min-height:52px}.btn svg{width:18px;height:18px}.btn-primary{background:var(--dmv-hero);color:#fff;box-shadow:var(--dmv-shadow-sm)}.btn-primary:hover{background:var(--dmv-hero-dark);box-shadow:var(--dmv-shadow-md)}.btn-primary:active{transform:scale(.99)}.btn-primary:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.btn-ghost{background:transparent;color:var(--dmv-anchor-soft)}.btn-ghost:hover{color:var(--dmv-hero)}.btn-outline{background:var(--dmv-white);color:var(--dmv-anchor);border:1.5px solid var(--dmv-border-strong)}.btn-outline:hover{border-color:var(--dmv-anchor)}.btn-accent{background:var(--dmv-accent);color:var(--dmv-anchor)}.btn-accent:hover{background:var(--dmv-accent-dark)}.btn-block{width:100%}.step-nav{display:flex;align-items:center;justify-content:space-between;gap:var(--dmv-space-4);margin-top:var(--dmv-space-10)}@media(max-width:899px){.step-nav{display:none}}.estimate-panel{position:sticky;top:92px;background:var(--dmv-white);border:1px solid var(--dmv-border);border-radius:var(--dmv-radius-xl);box-shadow:var(--dmv-shadow-md);overflow:hidden}@media(max-width:899px){.estimate-panel{display:none}}.ep-top{background:var(--dmv-bg-dark);color:var(--dmv-fg-on-dark);padding:var(--dmv-space-6)}.ep-top .ep-label{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-semibold);font-size:var(--dmv-text-sm);text-transform:uppercase;letter-spacing:var(--dmv-tracking-wide);color:#f0f7f8b3;margin:0 0 6px}.ep-price{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-extra);font-size:var(--dmv-text-5xl);line-height:1;color:var(--dmv-accent);letter-spacing:var(--dmv-tracking-tight);font-variant-numeric:tabular-nums}.ep-ttc{font-size:var(--dmv-text-xs);color:#f0f7f8b3;margin:8px 0 0}.ep-vol{display:inline-flex;align-items:center;gap:7px;margin-top:14px;font-size:var(--dmv-text-sm);color:var(--dmv-fg-on-dark);background:#ffffff1a;padding:6px 12px;border-radius:var(--dmv-radius-full)}.ep-vol svg{width:15px;height:15px;color:var(--dmv-accent)}.ep-lines{padding:var(--dmv-space-5) var(--dmv-space-6);display:flex;flex-direction:column;max-height:42vh;overflow-y:auto}.ep-line{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:7px 0;font-size:var(--dmv-text-sm)}.ep-line .epl-name{color:var(--dmv-anchor-soft)}.ep-line .epl-name small{display:block;color:var(--dmv-fg-subtle);font-size:var(--dmv-text-xs)}.ep-line .epl-val{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-semibold);color:var(--dmv-anchor);font-variant-numeric:tabular-nums;white-space:nowrap}.ep-line.muted .epl-val{color:var(--dmv-fg-subtle);font-weight:var(--dmv-w-regular)}.ep-line.add .epl-val{color:var(--dmv-accent-dark)}.ep-group-head{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-bold);font-size:var(--dmv-text-xs);text-transform:uppercase;letter-spacing:var(--dmv-tracking-wide);color:var(--dmv-fg-subtle);margin:14px 0 2px}.ep-group-head:first-child{margin-top:0}.ep-divider{height:1px;background:var(--dmv-border);margin:10px 0}.ep-empty{font-size:var(--dmv-text-sm);color:var(--dmv-fg-subtle);padding:6px 0}.ep-subtotal{display:flex;justify-content:space-between;gap:12px;padding:8px 0;font-family:var(--dmv-font-display);font-weight:var(--dmv-w-bold);font-size:var(--dmv-text-base);color:var(--dmv-anchor)}.ep-subtotal span:last-child{white-space:nowrap;font-variant-numeric:tabular-nums}.ep-foot{padding:0 var(--dmv-space-6) var(--dmv-space-6)}.ep-total{display:flex;align-items:baseline;justify-content:space-between;padding:var(--dmv-space-4) 0 var(--dmv-space-5);border-top:2px solid var(--dmv-anchor)}.ep-total .ept-label{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-bold);font-size:var(--dmv-text-md);color:var(--dmv-anchor)}.ep-total .ept-label small{display:block;font-weight:var(--dmv-w-regular);font-size:var(--dmv-text-xs);color:var(--dmv-fg-muted)}.ep-total .ept-val{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-extra);font-size:var(--dmv-text-2xl);color:var(--dmv-hero);font-variant-numeric:tabular-nums;white-space:nowrap}.ep-note{display:flex;gap:8px;font-size:var(--dmv-text-xs);color:var(--dmv-fg-muted);line-height:var(--dmv-lh-normal)}.ep-note svg{width:15px;height:15px;color:var(--dmv-hero);flex-shrink:0;margin-top:1px}.estimate-aside{min-width:0;align-self:stretch}.reassure-block{margin-top:var(--dmv-space-4);padding:var(--dmv-space-5);background:var(--dmv-white);border:1px solid var(--dmv-border);border-radius:var(--dmv-radius-lg)}.reassure-block .rb-rating{display:flex;align-items:center;gap:10px;margin-bottom:12px}.reassure-block .rb-stars{color:var(--dmv-accent);letter-spacing:2px;font-size:14px;line-height:1}.reassure-block .rb-rating-text{font-size:var(--dmv-text-sm);color:var(--dmv-anchor-soft)}.reassure-block .rb-rating-text b{color:var(--dmv-anchor);font-family:var(--dmv-font-display);font-weight:var(--dmv-w-bold)}.reassure-block .rb-points{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.reassure-block .rb-points li{display:flex;align-items:center;gap:9px;font-size:var(--dmv-text-sm);color:var(--dmv-fg-muted);line-height:1.35}.reassure-block .rb-points li svg{width:15px;height:15px;color:var(--dmv-hero);flex-shrink:0}.mbar{position:fixed;left:0;right:0;bottom:0;z-index:50;background:var(--dmv-white);border-top:1px solid var(--dmv-border);box-shadow:0 -8px 24px #102a371a;padding:12px var(--dmv-gutter-mob) calc(12px + env(safe-area-inset-bottom));display:flex;align-items:center;gap:var(--dmv-space-3)}@media(min-width:900px){.mbar{display:none}}.mbar .mbar-info{display:flex;flex-direction:column;min-width:0;flex:1;gap:1px}.mbar .mbar-label{font-size:var(--dmv-text-xs);color:var(--dmv-fg-muted);font-weight:var(--dmv-w-semibold);white-space:nowrap}.mbar .mbar-price{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-extra);font-size:var(--dmv-text-xl);color:var(--dmv-hero);line-height:1.1;font-variant-numeric:tabular-nums;white-space:nowrap}.mbar .mbar-detail{display:inline-flex;align-items:center;gap:5px;background:none;border:0;cursor:pointer;padding:4px 6px;margin:-4px -6px 0;font-family:var(--dmv-font-body);font-size:var(--dmv-text-xs);color:var(--dmv-hero);font-weight:var(--dmv-w-semibold)}.mbar .mbar-detail svg{width:14px;height:14px}.mbar .btn{flex:0 0 auto;margin-left:auto;min-width:150px;padding-left:18px;padding-right:18px}.sheet-scrim{position:fixed;inset:0;z-index:60;background:#102a3780;opacity:0;pointer-events:none;transition:opacity var(--dmv-dur-base) var(--dmv-ease)}.sheet-scrim.open{opacity:1;pointer-events:auto}.sheet{position:fixed;left:0;right:0;bottom:0;z-index:61;background:var(--dmv-white);border-radius:var(--dmv-radius-xl) var(--dmv-radius-xl) 0 0;box-shadow:0 -16px 40px #102a3733;transform:translateY(100%);transition:transform var(--dmv-dur-slow) var(--dmv-ease);max-height:86vh;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom)}.sheet.open{transform:none}@media(min-width:900px){.sheet,.sheet-scrim{display:none}}.sheet-grab{width:40px;height:4px;border-radius:4px;background:var(--dmv-warm-300);margin:10px auto 4px}.sheet-head{display:flex;align-items:center;justify-content:space-between;padding:8px var(--dmv-space-6) var(--dmv-space-4);border-bottom:1px solid var(--dmv-border)}.sheet-head h3{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-bold);font-size:var(--dmv-text-lg);color:var(--dmv-anchor);margin:0}.sheet-close{width:36px;height:36px;border-radius:50%;border:0;background:var(--dmv-cream);color:var(--dmv-anchor);cursor:pointer;display:grid;place-items:center}.sheet-close svg{width:18px;height:18px}.sheet-body{overflow-y:auto;padding:var(--dmv-space-5) var(--dmv-space-6) var(--dmv-space-6)}.final-wrap{max-width:1060px;margin:0 auto}.recap-card{background:var(--dmv-white);border:1px solid var(--dmv-border);border-radius:var(--dmv-radius-lg);overflow:hidden}.recap-card .ep-lines{max-height:none}.recap-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:var(--dmv-space-5) var(--dmv-space-6) var(--dmv-space-2)}.recap-title{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-bold);font-size:var(--dmv-text-lg);color:var(--dmv-anchor);margin:0}.vol-chip{display:inline-flex;align-items:center;gap:6px;font-size:var(--dmv-text-sm);font-weight:var(--dmv-w-semibold);color:var(--dmv-anchor-soft);background:var(--dmv-cream);padding:5px 11px;border-radius:var(--dmv-radius-full);white-space:nowrap}.vol-chip svg{color:var(--dmv-hero)}.final-layout{display:grid;grid-template-columns:1fr;gap:var(--dmv-space-6);align-items:start}@media(min-width:880px){.final-layout{grid-template-columns:minmax(0,1fr) 392px;gap:var(--dmv-space-8)}.convert-card{position:sticky;top:92px}}@media(max-width:879px){.convert-card{order:-1}}.convert-card{background:var(--dmv-white);border:1px solid var(--dmv-border);border-radius:var(--dmv-radius-xl);overflow:hidden;box-shadow:var(--dmv-shadow-md)}.convert-body{padding:var(--dmv-space-6);display:flex;flex-direction:column;gap:var(--dmv-space-4)}.phone-cta{display:flex;align-items:center;gap:14px;padding:var(--dmv-space-4) var(--dmv-space-5);border-radius:var(--dmv-radius-md);background:#ff6b4a29;border:1.5px solid rgba(255,107,74,.55);text-decoration:none;transition:all var(--dmv-dur-base) var(--dmv-ease)}.phone-cta:hover{background:#ff6b4a42;border-color:var(--dmv-accent);transform:translateY(-1px)}.phone-cta .pc-ico{width:48px;height:48px;flex-shrink:0;border-radius:50%;background:var(--dmv-accent);color:var(--dmv-anchor);display:grid;place-items:center}.phone-cta .pc-text{display:flex;flex-direction:column;min-width:0}.pc-label{font-family:var(--dmv-font-display);font-size:var(--dmv-text-xs);font-weight:var(--dmv-w-bold);text-transform:uppercase;letter-spacing:var(--dmv-tracking-wide);color:var(--dmv-accent-dark)}.pc-num{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-extra);font-size:var(--dmv-text-xl);color:var(--dmv-anchor);line-height:1.15;letter-spacing:var(--dmv-tracking-snug);white-space:nowrap}.pc-sub{font-size:var(--dmv-text-xs);color:var(--dmv-fg-muted)}.phone-cta .pc-arrow{margin-left:auto;color:var(--dmv-accent-dark);flex-shrink:0}.or-sep{display:flex;align-items:center;gap:12px;color:var(--dmv-fg-subtle);font-size:var(--dmv-text-sm);margin:2px 0}.or-sep:before,.or-sep:after{content:"";flex:1;height:1px;background:var(--dmv-border)}.reassure-inline{display:flex;flex-direction:column;gap:10px;margin-top:4px}.reassure-item{display:flex;align-items:flex-start;gap:10px;font-size:var(--dmv-text-sm);color:var(--dmv-anchor-soft);line-height:var(--dmv-lh-normal)}.reassure-item svg{width:18px;height:18px;color:var(--dmv-hero);flex-shrink:0;margin-top:1px}.success{text-align:center;max-width:520px;margin:var(--dmv-space-16) auto;padding:0 var(--dmv-gutter-mob);display:flex;flex-direction:column;align-items:center;gap:var(--dmv-space-5)}.success .succ-badge{width:76px;height:76px;border-radius:50%;background:var(--dmv-hero);display:grid;place-items:center;box-shadow:var(--dmv-shadow-md)}.success .succ-badge svg{width:38px;height:38px;color:#fff}.row-between{display:flex;align-items:center;justify-content:space-between;gap:12px}.stack-4{display:flex;flex-direction:column;gap:var(--dmv-space-4)}.stack-3{display:flex;flex-direction:column;gap:var(--dmv-space-3)}.muted-note{font-size:var(--dmv-text-sm);color:var(--dmv-fg-muted)}.custom-block{margin-top:var(--dmv-space-3);background:var(--dmv-white);border:1px dashed var(--dmv-border-strong);border-radius:var(--dmv-radius-md);padding:var(--dmv-space-5)}.custom-head{display:flex;align-items:center;gap:14px;margin-bottom:var(--dmv-space-4)}.custom-head .ico{width:38px;height:38px;flex-shrink:0;display:grid;place-items:center;border-radius:var(--dmv-radius-sm);background:var(--dmv-cream);color:var(--dmv-hero)}.custom-head .ico svg{width:20px;height:20px}.custom-list{margin-bottom:var(--dmv-space-4)}.custom-list .inv-line:first-child{border-top:0}.custom-remove{width:34px;height:34px;flex-shrink:0;border:0;border-radius:50%;background:var(--dmv-cream);color:var(--dmv-fg-muted);cursor:pointer;display:grid;place-items:center;transition:all var(--dmv-dur-fast) var(--dmv-ease)}.custom-remove:hover{background:#b5483a1f;color:var(--dmv-danger)}.custom-remove svg{width:16px;height:16px}.custom-form{display:flex;flex-direction:column;gap:var(--dmv-space-3)}.custom-dims{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--dmv-space-3)}.dim-field{display:flex;flex-direction:column;gap:6px}.dim-field .dim-label{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-semibold);font-size:var(--dmv-text-xs);color:var(--dmv-fg-muted)}.dim-input{position:relative;display:block}.dim-input .input{padding-right:36px}.dim-input .input::-webkit-outer-spin-button,.dim-input .input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.dim-input .input{-moz-appearance:textfield;appearance:textfield}.dim-input i{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-style:normal;font-size:var(--dmv-text-sm);color:var(--dmv-fg-subtle);pointer-events:none}.custom-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.custom-preview{font-size:var(--dmv-text-sm);color:var(--dmv-fg-muted)}.custom-preview b{font-family:var(--dmv-font-display);font-weight:var(--dmv-w-bold);color:var(--dmv-hero)}.custom-add{min-height:44px;padding:11px 20px}@media(max-width:420px){.custom-foot{flex-direction:column;align-items:stretch}.custom-foot .custom-add{width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}
