/* ═══ Brand tokens — EV Renting (teal) default; MobilityService (pink) for NL ═══ */
:root{--brand:#31BCAB;--brand-deep:#1f8a7d;--brand-light:#7fe6da;--brand-ink:#04231f;--brand-rgb:49,188,171;}
:root[data-brand="ms"]{--brand:#EA7197;--brand-deep:#d85e86;--brand-light:#f6a6c0;--brand-ink:#4a1420;--brand-rgb:217,102,138;
  /* Neutral charcoal page glow for MS (EV keeps its teal-tinted glow) — no green cast under the pink brand. */
  --bg-gradient:radial-gradient(circle at 78% -5%,#2b2b2b 0%,#1c1c1c 45%,#111111 100%);}
/* ═══════════════════════════════════════════════════════════════════
   ev.css — custom classes extracted from inline styles (no inline design)
   Loaded after servicehub-app.css by the portal / flow / discover layouts.
   ═══════════════════════════════════════════════════════════════════ */

/* ── Brand mark (x-brand) ── */
.ev-brand { display: inline-flex; align-items: center; gap: 9px; }
.ev-brand-tile { width: 30px; height: 30px; border-radius: 9px; background: linear-gradient(135deg, var(--brand), var(--brand-deep)); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 4px 14px rgba(var(--brand-rgb),0.30); }
.ev-brand-tile span { font-family: 'Sora', sans-serif; font-weight: 900; font-size: 13px; color: #fff; letter-spacing: -0.5px; }
.ev-brand-word { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 15px; color: #1A1A1A; letter-spacing: -0.3px; }
.ev-brand-dot { color: var(--brand); }

/* ── Shared icon helpers ── */
.hx-ico-tile svg { color: var(--brand); }
.layout-page-inner svg { flex-shrink: 0; }
.hx-page svg { flex-shrink: 0; }
.ic-teal { color: var(--brand); }
.ic-white { color: #fff; }
.ic-pink { color: #F3849B; }
.ic-muted { color: rgba(0,0,0,0.3); }
.ic-muted-2 { color: rgba(0,0,0,0.25); }
.ic-dim { color: rgba(0,0,0,0.35); }

/* ── Portal sidebar / topbar chrome (theme-dependent) ── */
.layout-sidebar { border-right: 1px solid rgba(255,255,255,0.13); }
[data-theme="dark"] .sidebar.layout-sidebar { background: rgba(15,15,15,0.94) !important; }
[data-theme="dark"] .layout-topbar { background: rgba(0,0,0,0.55) !important; }
.layout-brand { border-bottom: 1px solid rgba(255,255,255,0.08); }
.layout-brand-name { color: #fff; }
.layout-brand-sub, .layout-nav-heading, .layout-user-role { color: rgba(255,255,255,0.35); }
.layout-user { border-top: 1px solid rgba(255,255,255,0.08); }
.layout-user-name { color: #fff; }
.sidebar-link.layout-link { display: flex; align-items: center; gap: 11px; padding: 11px 14px; border-radius: 14px; font-size: 13px; font-weight: 600; font-family: 'Sora', sans-serif; color: rgba(255,255,255,0.55); background: transparent; border: 1px solid transparent; text-decoration: none; transition: all .15s; margin-bottom: 2px; }
.sidebar-link.layout-link:hover { background: rgba(255,255,255,0.06); }
.sidebar-link.layout-link.active { color: var(--brand); font-weight: 700; background: rgba(var(--brand-rgb),0.10); border: 1px solid rgba(var(--brand-rgb),0.22); }
.layout-link-ico { flex-shrink: 0; }
.layout-chrome-btn { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 16px; border-radius: 50px; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.65); cursor: pointer; font-size: 11px; font-weight: 700; font-family: 'Sora', sans-serif; letter-spacing: 0.06em; width: 100%; transition: all .15s; }
.layout-locale-btn { flex: 1; font-size: 10px; font-weight: 700; padding: 6px 4px; border-radius: 50px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.04); color: rgba(255,255,255,0.35); cursor: pointer; font-family: 'Inter', sans-serif; letter-spacing: 0.05em; transition: all .15s; }
.layout-locale-btn.on { border-color: rgba(var(--brand-rgb),0.40); background: rgba(var(--brand-rgb),0.10); color: var(--brand); }
.layout-logout-btn { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.10); border-radius: 50%; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.35); cursor: pointer; flex-shrink: 0; transition: all .15s; }
.layout-topbar-locale-btn { }
.layout-topbar-locale-btn.on { border: 1px solid rgba(var(--brand-rgb),0.40); background: rgba(var(--brand-rgb),0.12); color: var(--brand); }
.layout-topbar-locale-btn.off { border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.04); color: rgba(255,255,255,0.55); }
.layout-topbar-theme-btn, .layout-topbar-bell { color: rgba(255,255,255,0.75); }

[data-theme="light"] .layout-sidebar { border-right: 1px solid rgba(0,0,0,0.08); }
[data-theme="light"] .layout-brand { border-bottom: 1px solid rgba(0,0,0,0.07); }
[data-theme="light"] .layout-brand-name, [data-theme="light"] .layout-user-name { color: #1A1A1A; }
[data-theme="light"] .layout-brand-sub, [data-theme="light"] .layout-nav-heading, [data-theme="light"] .layout-user-role { color: rgba(0,0,0,0.35); }
[data-theme="light"] .layout-user { border-top: 1px solid rgba(0,0,0,0.07); }
[data-theme="light"] .sidebar-link.layout-link { color: rgba(0,0,0,0.55); }
[data-theme="light"] .sidebar-link.layout-link:hover { background: rgba(0,0,0,0.04); }
[data-theme="light"] .layout-chrome-btn { border-color: rgba(0,0,0,0.10); background: rgba(0,0,0,0.05); color: rgba(0,0,0,0.55); }
[data-theme="light"] .layout-locale-btn { border-color: rgba(0,0,0,0.10); background: rgba(0,0,0,0.04); color: rgba(0,0,0,0.45); }
[data-theme="light"] .layout-locale-btn.on { border-color: rgba(var(--brand-rgb),0.40); background: rgba(var(--brand-rgb),0.10); color: var(--brand); }
[data-theme="light"] .layout-logout-btn { background: rgba(0,0,0,0.05); border-color: rgba(0,0,0,0.09); color: rgba(0,0,0,0.40); }

/* theme toggle: show the mode you'd switch TO */
[data-theme="light"] .theme-when-dark { display: none; }
[data-theme="dark"]  .theme-when-light { display: none; }

/* mobile bottom-nav fab */
.layout-nav-fab { color: #1A1A1A; background: rgba(255,255,255,0.92); }
.layout-nav-fab.active-fab { color: #fff; background: var(--brand); }

/* ── Bits reused across pages ── */
.stat-icon-teal { color: var(--brand); }
.tile-emoji { font-size: 14px; }

/* ── Icon colour utilities (replace style="color:…") ── */
.ic-teal-dark { color: var(--brand-deep); }
.ic-ink { color: #1A1A1A; }
.ic-blue { color: #6587A5; }
.ic-oker { color: #c98f28; }

/* ── flow-header ── */
.flow-actions { display: flex; align-items: center; gap: 12px; }

/* ── fleet-dashboard header + avatars ── */
.fleet-header-left { display: flex; align-items: center; gap: 12px; }
.fleet-header-right { display: flex; align-items: center; gap: 12px; }
.av { }
.av-teal  { background: var(--brand)22; border: 1.5px solid var(--brand)66; color: var(--brand); }
.av-oker  { background: #F9C86F22; border: 1.5px solid #F9C86F66; color: #F9C86F; }
.av-blue  { background: #6587A522; border: 1.5px solid #6587A566; color: #6587A5; }
.av-pink  { background: #F3849B22; border: 1.5px solid #F3849B66; color: #F3849B; }

/* ── profile stat colours ── */
.profile-stat-val.stat-teal { --profile-stat-color: var(--brand); }
.profile-stat-val.stat-ink  { --profile-stat-color: #1A1A1A; }

/* ── offer-detail hero status pill ── */
.odetail-hero-pill.st-sent     { background: rgba(255,255,255,0.10); color: #9fc0e0; }
.odetail-hero-pill.st-accepted { background: rgba(var(--brand-rgb),0.18);  color: var(--brand-light); }
.odetail-hero-pill.st-declined { background: rgba(243,132,155,0.18); color: #F3849B; }
.odetail-hero-pill.st-draft    { background: rgba(249,200,111,0.18); color: #F9C86F; }

/* ── support channel icon tile (unified teal) ── */
.support-channel-ico { --c-bg: rgba(var(--brand-rgb),0.12); --c-border: rgba(var(--brand-rgb),0.24); }

/* ── dashboard hero bits ── */
.dash-days-pill { display: inline-flex; align-self: flex-start; align-items: center; gap: 9px; background: rgba(var(--brand-rgb),0.14); border: 1px solid rgba(var(--brand-rgb),0.32); color: var(--brand-light); border-radius: 50px; padding: 9px 16px; font-size: 13px; font-weight: 700; margin-bottom: 24px; }
.dash-days-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--brand); }
.dash-hero-h1 { margin: 18px 0 0; }
.dash-hero-sub { margin: 18px 0 20px; max-width: 460px; }
.dash-btn-auto { margin-top: auto; }
.dash-row-mt16 { margin-top: 16px; }
.dash-row-mt12 { margin-top: 12px; }
.dash-chips { margin: 18px 0 24px; }
.dash-trend-num { font-family: 'Sora', sans-serif; font-size: 30px; font-weight: 800; letter-spacing: -1px; color: var(--brand); line-height: 1; }
.dash-trend-lbl { display: block; font-size: 9px; font-weight: 700; color: rgba(0,0,0,0.40); text-transform: uppercase; letter-spacing: 0.10em; margin-top: 3px; }
.dash-trend-head { margin-top: 14px; align-items: flex-start; }
.dash-trend-right { text-align: right; }
.dash-chart-wrap { position: relative; height: 120px; margin: 20px 0 10px; }
.dash-chart-months { position: absolute; bottom: 0; left: 0; right: 0; display: flex; justify-content: space-between; }
.dash-chart-month { font-size: 9px; font-weight: 700; text-transform: uppercase; color: rgba(0,0,0,0.22); }
.dash-trend-foot { margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(0,0,0,0.06); }
.dash-trend-delta { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; }
.dash-trend-delta span { font-weight: 500; color: rgba(0,0,0,0.40); }
.dash-next { font-size: 12px; color: rgba(0,0,0,0.45); }
.dash-next b { color: var(--brand); }
.dash-act-count { font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 700; color: rgba(0,0,0,0.35); }
.dash-act-list { margin-top: 14px; }
.dash-act-main { flex: 1; min-width: 0; }
.dash-act-text { font-size: 14px; font-weight: 600; line-height: 1.35; }
.dash-act-time { font-size: 11px; color: rgba(0,0,0,0.40); margin-top: 3px; }
.dash-act-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
.dot-green { background: var(--brand); } .dot-oker { background: #F9C86F; } .dot-blue { background: #6587A5; } .dot-grey { background: rgba(0,0,0,0.25); }
.dash-upg-title { font-family: 'Sora', sans-serif; font-size: 18px; font-weight: 700; }
.dash-upg-tag { font-size: 12px; color: rgba(0,0,0,0.45); margin-top: 2px; }
.dash-upg-h2 { font-size: clamp(30px,3.4vw,42px); margin: 14px 0 0; }
.dash-manage-btn { margin-top: 20px; }
.dash-manage-img { height: 160px; border-radius: 18px; background-image: url('/assets/car-2.jpg'); background-size: cover; background-position: center; margin-top: auto; }

/* ── lease / kyc / sign small bits ── */
.kyc-slot-filename-js { }

/* ── icon base + misc ── */
.ev-ic { display: inline-block; vertical-align: middle; flex-shrink: 0; }
.chip-static { cursor: default; }
.dash-trend-sub { font-size: 13px; font-weight: 500; }

.dash-row-mt-18 { margin-top: 18px; }

/* ── generic helpers ── */
[x-cloak] { display: none; }
.u-hidden { display: none; }
.row-center-12 { display: flex; align-items: center; gap: 12px; }
.profile-signout-btn { width: 100%; text-align: left; background: none; border: none; cursor: pointer; }
.login-forgot { text-align: right; margin-top: 8px; }
.login-forgot-link { font-size: 12.5px; }
.login-status-ok { background: rgba(var(--brand-rgb),0.10); border-color: rgba(var(--brand-rgb),0.30); color: var(--brand-deep); }

/* more icon colour utilities */
.ic-pink-40 { color: rgba(243,132,155,0.4); }
.ic-muted-4 { color: rgba(0,0,0,0.4); }
.ic-half { color: rgba(0,0,0,0.5); }

.u-nodeco { text-decoration: none; }

/* wizard progress (3 discrete steps) */
.wiz-progress--0 { width: 0%; }
.wiz-progress--1 { width: 50%; }
.wiz-progress--2 { width: 100%; }

/* ── fleet hero: background image (servicehub uses horizontal2.jpg) + readable overlay ── */
.fleet-hero-bg { position: relative; overflow: hidden; background-image: url('/assets/horizontal2.jpg'); background-size: cover; background-position: center 45%; }
.fleet-hero-bg::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(20,20,20,0.94) 0%, rgba(20,20,20,0.78) 52%, rgba(20,20,20,0.40) 100%); z-index: 0; }
.fleet-hero-bg > * { position: relative; z-index: 1; }

/* ── performance-overview stat: bigger icon tile to the LEFT of the number ── */
.fleet-stat { display: flex; align-items: center; gap: 14px; }
.fleet-stat .fleet-stat-icon { margin: 0; flex-shrink: 0; width: 48px; height: 48px; border-radius: 14px; background: rgba(var(--brand-rgb),0.12); display: inline-flex; align-items: center; justify-content: center; }

/* ── login: passkey sign-in + divider + remember (restored boilerplate, servicehub-styled) ── */
.login-passkey-btn { display:flex; align-items:center; justify-content:center; gap:10px; width:100%; padding:13px; border-radius:50px; border:1px solid rgba(0,0,0,0.12); background:rgba(0,0,0,0.02); color:#1A1A1A; font-family:'Sora',sans-serif; font-weight:700; font-size:14px; cursor:pointer; transition:all .15s; }
.login-passkey-btn:hover { background:rgba(var(--brand-rgb),0.06); border-color:rgba(var(--brand-rgb),0.35); color:var(--brand-deep); }
.login-passkey-btn:disabled { opacity:.6; cursor:default; }
.login-passkey-error { font-size:13px; color:#d8536f; text-align:center; margin-top:8px; }
.login-divider { position:relative; text-align:center; margin:18px 0; }
.login-divider::before { content:''; position:absolute; top:50%; left:0; right:0; height:1px; background:rgba(0,0,0,0.08); }
.login-divider span { position:relative; background:#fff; padding:0 12px; font-size:11px; font-weight:600; letter-spacing:0.10em; text-transform:uppercase; color:rgba(0,0,0,0.4); }
.login-remember { display:flex; align-items:center; gap:8px; font-size:13px; color:rgba(0,0,0,0.6); cursor:pointer; }
.login-remember input { width:16px; height:16px; accent-color:var(--brand); cursor:pointer; }

/* ── login background video (restored from servicehub BackgroundVideo) ── */
.login-bg-video { position: fixed; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; pointer-events: none; }
.login-page { position: relative; z-index: 1; }
/* desktop video by default, portrait video on mobile */
.login-bg-video--mobile { display: none; }
@media (max-width: 768px) {
    .login-bg-video--desktop { display: none; }
    .login-bg-video--mobile { display: block; }
}

/* ── fleet: invite-a-driver form ── */
.fleet-invite-form { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; max-width: 460px; }
.fleet-invite-err { font-size: 12.5px; color: #d8536f; margin-top: 6px; }
.fleet-invite-result { margin-top: 16px; padding: 16px 18px; }
.fleet-invite-result-title { display: flex; align-items: center; gap: 8px; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 14px; color: #1A1A1A; }
.fleet-invite-result-sub { font-size: 12.5px; color: rgba(0,0,0,0.5); margin: 6px 0 12px; }
.fleet-invite-link { font-size: 12.5px; color: var(--brand-deep); }

/* ── bigger price in pending contracts ── */
.fleet-row-price { font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 800; color: #1A1A1A; letter-spacing: -0.5px; }
.fleet-row-price .fleet-row-price-unit { font-size: 12px; font-weight: 500; color: rgba(0,0,0,0.4); letter-spacing: 0; }

/* ── invite-a-driver (redesigned) ── */
.invite-head { display: flex; align-items: flex-start; gap: 14px; }
.invite-head-ico { width: 44px; height: 44px; border-radius: 13px; background: rgba(var(--brand-rgb),0.12); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.invite-sub { margin-top: 6px; }
.invite-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 18px 0 16px; }
@media (max-width: 640px) { .invite-grid { grid-template-columns: 1fr; } }
.invite-field { display: flex; flex-direction: column; gap: 7px; }
.invite-label { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(0,0,0,0.45); }
.invite-input { width: 100%; padding: 13px 16px; border-radius: 14px; border: 1px solid rgba(0,0,0,0.10); background: #fff; font-size: 14px; font-family: 'Inter', sans-serif; color: #1A1A1A; outline: none; transition: border-color .15s, box-shadow .15s; }
.invite-input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(var(--brand-rgb),0.15); }
.invite-input::placeholder { color: rgba(0,0,0,0.35); }
.invite-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 26px; border-radius: 50px; border: none; background: linear-gradient(135deg,var(--brand),var(--brand-deep)); color: #fff; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 14px; cursor: pointer; box-shadow: 0 8px 22px rgba(var(--brand-rgb),0.32); transition: transform .12s, box-shadow .15s; }
.invite-btn:hover { transform: translateY(-1px); box-shadow: 0 10px 26px rgba(var(--brand-rgb),0.42); }
.invite-btn:disabled { opacity: .7; cursor: default; transform: none; }
.invite-btn span { display: inline-flex; align-items: center; gap: 8px; }
.invite-result { margin-top: 18px; border-radius: 18px; background: rgba(var(--brand-rgb),0.07); border: 1px solid rgba(var(--brand-rgb),0.22); padding: 16px 18px; }
.invite-result-head { display: flex; align-items: flex-start; gap: 12px; }
.invite-result-badge { width: 30px; height: 30px; border-radius: 9px; background: rgba(var(--brand-rgb),0.16); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.invite-result-title { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 14px; color: #1A1A1A; }
.invite-result-sub { font-size: 12.5px; color: rgba(0,0,0,0.5); margin-top: 2px; }
.invite-copy { display: flex; gap: 8px; margin-top: 12px; }
.invite-link { flex: 1; min-width: 0; padding: 11px 14px; border-radius: 12px; border: 1px solid rgba(0,0,0,0.10); background: #fff; font-size: 12.5px; color: var(--brand-deep); outline: none; }
.invite-copy-btn { padding: 11px 18px; border-radius: 12px; border: none; background: #1A1A1A; color: #fff; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 13px; cursor: pointer; flex-shrink: 0; transition: background .15s; }
.invite-copy-btn:hover { background: var(--brand); }

/* ── profile: card-inspired tag chips under the name ── */
.profile-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }

/* ── contract-sign (redesigned, in sidebar layout) ── */
.sign-back-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: rgba(0,0,0,0.5); text-decoration: none; margin-bottom: 2px; transition: color .15s; }
.sign-back-link:hover { color: var(--brand); }
.sign-hero-h1 { margin: 16px 0 0; }
.sign-hero-accent { color: var(--brand); }
.sign-hero-sub { margin-top: 14px; }
.sign-agree { display: flex; align-items: flex-start; gap: 12px; margin: 16px 0 18px; padding: 14px 16px; border-radius: 16px; border: 1px solid rgba(0,0,0,0.10); background: rgba(0,0,0,0.02); cursor: pointer; transition: all .15s; font-size: 13.5px; line-height: 1.5; color: rgba(0,0,0,0.7); }
.sign-agree.on { border-color: rgba(var(--brand-rgb),0.4); background: rgba(var(--brand-rgb),0.06); }
.sign-agree input { width: 20px; height: 20px; margin-top: 1px; accent-color: var(--brand); flex-shrink: 0; cursor: pointer; }
.sign-cta:disabled { opacity: .45; cursor: not-allowed; }

/* ── Profile glass card (Chloe-inspired, frosted translucent teal) ── */
.pcard { position: relative; border-radius: 32px; padding: 32px; overflow: hidden;
  background: linear-gradient(160deg, rgba(255,255,255,0.72) 0%, rgba(120,214,198,0.34) 100%);
  -webkit-backdrop-filter: blur(22px) saturate(1.15); backdrop-filter: blur(22px) saturate(1.15);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: 0 22px 55px -26px rgba(var(--brand-rgb),0.35), 0 2px 10px rgba(0,0,0,0.04); }
/* NL (Mobility Service): the banner tint uses the brand rose (tracks the rebalanced
   MS pink), not the old ms-blue. EV keeps its teal-family mint. */
[data-brand="ms"] .pcard { background: linear-gradient(160deg, rgba(255,255,255,0.72) 0%, rgba(var(--brand-rgb),0.22) 100%); }

/* ═══ Activation work-queue — the hero-side box on /team/activation ═══ */
.hx-accent.actp3 { padding: 18px; align-self: center; display: flex; flex-direction: column; gap: 12px; justify-content: flex-start !important; }
.actp2-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 10.5px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; color: var(--brand-ink); opacity: .85; }
.actp3-lead { display: flex; flex-direction: column; gap: 8px; }
.actp3-lead-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.actp3-veh { font-family: 'Sora', sans-serif; font-size: 22px; font-weight: 800; letter-spacing: -0.6px; line-height: 1.05; color: var(--brand-ink); }
.actp3-step { font-family: 'Sora', sans-serif; font-size: 12px; font-weight: 800; color: var(--brand-ink); opacity: .65; white-space: nowrap; }
.actp3-sub { font-size: 12px; font-weight: 600; color: var(--brand-ink); opacity: .72; margin-top: -4px; }
.actp-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-ink); position: relative; flex-shrink: 0; }
.actp-pulse::after { content: ''; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--brand-ink); animation: actpPulse 1.9s cubic-bezier(.2,.6,.3,1) infinite; }
@keyframes actpPulse { 0% { transform: scale(1); opacity: .6; } 100% { transform: scale(2.4); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .actp-pulse::after { animation: none; } }
.actp2-veh { font-family: 'Sora', sans-serif; font-size: 25px; font-weight: 800; letter-spacing: -0.8px; line-height: 1.05; color: var(--brand-ink); }
.actp2-sub { font-size: 12.5px; font-weight: 600; color: var(--brand-ink); opacity: .75; margin-top: -3px; }
.actp2-bar { height: 7px; border-radius: 4px; background: rgba(0,0,0,0.14); overflow: hidden; }
.actp2-bar span { display: block; height: 100%; border-radius: 4px; background: var(--brand-ink); transition: width .45s cubic-bezier(.4,0,.2,1); }
.actp2-cta { display: inline-flex; align-items: center; justify-content: center; gap: 7px; margin-top: 2px; padding: 11px 16px; border-radius: 12px; border: 0; background: var(--brand-ink); color: #fff; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 13px; cursor: pointer; transition: transform .12s ease, box-shadow .15s ease; }
.actp2-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 20px -9px rgba(0,0,0,0.55); }
.actp2-foot { font-size: 11.5px; font-weight: 600; color: var(--brand-ink); opacity: .7; margin-top: 2px; }
.pcard-share { position: absolute; top: 24px; right: 24px; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border: none; background: transparent; color: #141414; opacity: .65; cursor: pointer; border-radius: 12px; transition: opacity .15s, background .15s; }
.pcard-share:hover { opacity: 1; background: rgba(255,255,255,0.6); }
.pcard-avatar { width: 88px; height: 88px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Sora', sans-serif; font-size: 34px; font-weight: 700; color: #fff; background: linear-gradient(135deg, var(--brand-light) 0%, var(--brand) 100%); box-shadow: 0 10px 24px -8px rgba(var(--brand-rgb),0.6); margin-bottom: 22px; overflow: hidden; }
.pcard-name { font-family: 'Sora', sans-serif; font-size: 34px; font-weight: 700; color: #141414; letter-spacing: -0.02em; line-height: 1.05; margin: 0; }
.pcard-role { font-size: 18px; font-weight: 500; color: #6b7280; margin-top: 8px; }
.pcard-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.pcard-tag { padding: 8px 18px; border-radius: 999px; background: rgba(255,255,255,0.7); border: 1px solid rgba(255,255,255,0.9); color: #4b5563; font-size: 14px; font-weight: 600; backdrop-filter: blur(8px); }
.pcard-stats { display: flex; margin-top: 30px; }
.pcard-stat { flex: 1; }
.pcard-stat + .pcard-stat { border-left: 1px solid rgba(0,0,0,0.08); padding-left: 22px; }
.pcard-stat-val { font-family: 'Sora', sans-serif; font-size: 26px; font-weight: 700; color: #141414; line-height: 1; display: flex; align-items: center; gap: 6px; }
.pcard-stat-val .pcard-star { fill: #141414; }
.pcard-stat-lbl { font-size: 15px; color: #6b7280; margin-top: 7px; }
.pcard-actions { display: flex; gap: 14px; align-items: center; margin-top: 30px; }
.pcard-btn-main { flex: 1; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 18px; border-radius: 999px; background: rgba(255,255,255,0.55); border: 1px solid rgba(255,255,255,0.95); backdrop-filter: blur(10px); color: #141414; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 17px; text-decoration: none; cursor: pointer; box-shadow: 0 6px 16px -6px rgba(0,0,0,0.12); transition: transform .15s, background .15s; }
.pcard-btn-main:hover { background: rgba(255,255,255,0.9); transform: translateY(-1px); }
.pcard-btn-round { width: 64px; height: 64px; flex-shrink: 0; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffffff; border: none; color: #141414; cursor: pointer; box-shadow: 0 6px 16px -6px rgba(0,0,0,0.18); transition: transform .15s; text-decoration: none; }
.pcard-btn-round:hover { transform: translateY(-1px); }
@media (max-width: 560px) { .pcard { padding: 26px; } .pcard-name { font-size: 28px; } .pcard-stat-val { font-size: 22px; } .pcard-stat + .pcard-stat { padding-left: 14px; } }

/* ── Profile menu tiles (bigger, branded — replaces thin list rows) ── */
.pmenu-group { margin-top: 4px; }
.pmenu-title { font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; color: var(--brand-deep); margin: 0 0 14px; padding-left: 4px; }
.pmenu { display: flex; flex-direction: column; gap: 10px; }
.pmenu-row { display: flex; align-items: center; gap: 16px; padding: 18px 20px; border-radius: 18px; background: #fff; border: 1px solid rgba(0,0,0,0.06); color: #141414; text-decoration: none; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,0.03); transition: transform .15s, border-color .15s, box-shadow .15s; }
button.pmenu-row { width: 100%; font-family: inherit; text-align: left; }
.pmenu-row:hover { transform: translateY(-1px); border-color: rgba(var(--brand-rgb),0.5); box-shadow: 0 10px 24px -10px rgba(var(--brand-rgb),0.4); }
.pmenu-ico { width: 46px; height: 46px; flex-shrink: 0; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: rgba(var(--brand-rgb),0.12); color: var(--brand-deep); }
.pmenu-label { flex: 1; font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 600; color: #141414; }
.pmenu-value { font-size: 14px; font-weight: 500; color: #6b7280; }
.pmenu-chev { color: rgba(0,0,0,0.22); flex-shrink: 0; }
.pmenu-row.danger .pmenu-ico { background: rgba(216,83,111,0.14); color: #d8536f; }
.pmenu-row.danger .pmenu-label { color: #d8536f; }
.pmenu-row.danger:hover { border-color: rgba(216,83,111,0.5); box-shadow: 0 10px 24px -10px rgba(216,83,111,0.4); }

/* ── Documents hero: keep stats to the RIGHT (container-based wrap, sidebar-safe) ── */
.hx-hero.docs-hero { flex-direction: row; flex-wrap: wrap; align-items: stretch; gap: 24px; }
.hx-hero.docs-hero .hx-hero-main { flex: 1 1 320px; }
.hx-hero.docs-hero .hx-hero-side { width: auto; flex: 1 1 250px; max-width: 320px; }
.hx-hero.docs-hero .hx-accent { width: 100%; }

/* ── Documents upload zone + file tiles (redesigned) ── */
.docs-drop2 { margin-top: 16px; display: flex; align-items: center; gap: 18px; padding: 20px 22px; border-radius: 20px; border: 1.5px dashed rgba(var(--brand-rgb),0.42); background: rgba(var(--brand-rgb),0.05); cursor: pointer; transition: border-color .15s, background .15s; }
.docs-drop2:hover { border-color: var(--brand); background: rgba(var(--brand-rgb),0.1); }
.docs-drop2-ico { width: 52px; height: 52px; flex-shrink: 0; border-radius: 16px; display: flex; align-items: center; justify-content: center; background: rgba(var(--brand-rgb),0.14); color: var(--brand-deep); }
.docs-drop2-text { flex: 1; min-width: 0; }
.docs-drop2-title { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 16px; color: #141414; }
.docs-drop2-hint { font-size: 13.5px; color: rgba(0,0,0,0.5); margin-top: 3px; }
.docs-drop2-btn { flex-shrink: 0; padding: 12px 24px; border-radius: 999px; background: #1A1A1A; color: #fff; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 14px; }
.docs-drop2:hover .docs-drop2-btn { background: var(--brand); color: var(--brand-ink); }
@media (max-width: 480px) {
  .docs-drop2 { flex-direction: column; text-align: center; gap: 12px; padding: 22px 18px; }
  .docs-drop2-text { flex: none; }
  .docs-drop2-btn { display: block; width: 100%; padding: 13px; }
}
.docs-tab { font-size: 13px; font-weight: 600; padding: 9px 17px; }
.docs-tab.on { background: var(--brand); border-color: var(--brand); color: var(--brand-ink); }
.docs-files { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
.docs-file { display: flex; align-items: center; gap: 16px; padding: 16px 18px; border-radius: 18px; background: #fff; border: 1px solid rgba(0,0,0,0.06); box-shadow: 0 2px 8px rgba(0,0,0,0.03); transition: transform .15s, border-color .15s, box-shadow .15s; }
.docs-file:hover { transform: translateY(-1px); border-color: rgba(var(--brand-rgb),0.5); box-shadow: 0 10px 24px -10px rgba(var(--brand-rgb),0.4); }
.docs-file-ico { width: 46px; height: 46px; flex-shrink: 0; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: rgba(var(--brand-rgb),0.12); color: var(--brand-deep); }
.docs-file-main { flex: 1; min-width: 0; }
.docs-file-name { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 16px; color: #141414; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.docs-file-meta { font-size: 13px; color: rgba(0,0,0,0.45); margin-top: 3px; }
.docs-file-status { flex-shrink: 0; font-family: 'Sora', sans-serif; font-size: 11.5px; font-weight: 700; text-transform: capitalize; padding: 6px 13px; border-radius: 999px; }
.docs-file-status.verified { background: rgba(var(--brand-rgb),0.14); color: var(--brand-deep); }
.docs-file-status.pending { background: rgba(249,200,111,0.18); color: #a07a1e; }
.docs-file-action { flex-shrink: 0; width: 38px; height: 38px; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: rgba(0,0,0,0.4); background: rgba(0,0,0,0.03); transition: background .15s, color .15s; }
.docs-file:hover .docs-file-action { background: rgba(var(--brand-rgb),0.12); color: var(--brand-deep); }
@media (max-width: 480px) {
  .docs-file { gap: 11px; padding: 13px 14px; }
  .docs-file-ico { width: 40px; height: 40px; border-radius: 12px; }
  .docs-file-name { white-space: normal; font-size: 15px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .docs-file-meta { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .docs-file-status { padding: 5px 10px; font-size: 11px; }
  .docs-file-action { width: 34px; height: 34px; }
}

/* ── Documents hero accent (creative typographic layout) ── */
.docs-accent { display: flex; flex-direction: column; justify-content: center; gap: 20px; }
.docs-accent-head { display: flex; align-items: center; gap: 14px; }
.docs-accent-big { font-family: 'Sora', sans-serif; font-size: 66px; font-weight: 800; letter-spacing: -3px; line-height: 0.82; color: var(--brand-ink); }
.docs-accent-cap { display: flex; flex-direction: column; font-family: 'Sora', sans-serif; font-weight: 800; font-size: 17px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--brand-ink); line-height: 1.05; }
.docs-accent-cap span { font-size: 12px; font-weight: 600; text-transform: none; letter-spacing: 0; color: rgba(6,46,42,0.62); margin-top: 5px; }
.docs-accent-split { display: flex; gap: 14px; border-top: 1px solid rgba(6,46,42,0.2); padding-top: 16px; }
.docs-accent-mini { flex: 1; display: flex; flex-direction: column; }
.docs-accent-mini + .docs-accent-mini { border-left: 1px solid rgba(6,46,42,0.2); padding-left: 14px; }
.docs-accent-mini-num { font-family: 'Sora', sans-serif; font-size: 26px; font-weight: 800; letter-spacing: -1px; color: var(--brand-ink); line-height: 1; }
.docs-accent-mini-lbl { font-size: 12px; font-weight: 600; color: rgba(6,46,42,0.62); margin-top: 6px; }

/* ── Support page: section heads + expanded channels + services ── */
.support-section-head { display: flex; flex-direction: column; gap: 0; margin-bottom: 14px; }
.support-section-title { margin: 12px 0 0; }
.support-channels-grid, .support-services-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; }
.support-channel-titlerow { display: flex; align-items: center; justify-content: space-between; gap: 8px 10px; flex-wrap: wrap; }
.support-channel-titlerow .support-channel-title { min-width: 0; overflow-wrap: anywhere; }
.support-channel-tag { flex-shrink: 0; white-space: nowrap; font-family: 'Sora', sans-serif; font-size: 10.5px; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; color: var(--brand-deep); background: rgba(var(--brand-rgb),0.12); border-radius: 999px; padding: 4px 10px; }
.support-service { display: flex; flex-direction: column; background: #fff; border: 1px solid rgba(0,0,0,0.06); border-radius: 22px; padding: 24px; box-shadow: 0 2px 8px rgba(0,0,0,0.03); transition: transform .15s, border-color .15s, box-shadow .15s; }
.support-service:hover { transform: translateY(-2px); border-color: rgba(var(--brand-rgb),0.45); box-shadow: 0 12px 28px -12px rgba(var(--brand-rgb),0.4); }
.support-service-ico { width: 52px; height: 52px; border-radius: 16px; display: flex; align-items: center; justify-content: center; background: rgba(var(--brand-rgb),0.12); color: var(--brand-deep); margin-bottom: 16px; }
.support-service-title { font-family: 'Sora', sans-serif; font-size: 18px; font-weight: 700; color: #141414; }
.support-service-desc { font-size: 14px; line-height: 1.6; color: rgba(0,0,0,0.55); margin-top: 8px; }

/* ── Support safety callout ── */
.support-callout { flex-direction: row; align-items: flex-start; gap: 16px; border-left: 4px solid #F9C86F; }
.support-callout-ico { width: 46px; height: 46px; flex-shrink: 0; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: rgba(249,200,111,0.16); color: #c98f28; }
.support-callout-main { flex: 1; }
.support-callout-title { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 700; color: #141414; }
.support-callout-text { font-size: 14px; line-height: 1.65; color: rgba(0,0,0,0.6); margin-top: 6px; }
.support-callout-text b { color: #141414; font-weight: 700; }

/* ── Support FAQ: two independent columns (each opens on its own) ── */
.support-faq-cols { display: flex; gap: 0 44px; align-items: flex-start; margin-top: 8px; }
.support-faq-col { flex: 1; min-width: 0; }
@media (max-width: 720px) { .support-faq-cols { flex-direction: column; gap: 0; } }

/* ── Support FAQ: smooth expand/collapse (max-height, fully hidden when closed) ── */
.support-faq-a-wrap { max-height: 0; overflow: hidden; transition: max-height .32s cubic-bezier(.4,0,.2,1); }
.support-faq.open .support-faq-a-wrap { max-height: 1500px; }
.support-faq-chev { transition: transform .3s cubic-bezier(.4,0,.2,1); }
.support-faq.open .support-faq-chev { transform: rotate(180deg); }

/* ── Fleet approvals inbox (approve / decline rows) ── */
.fleet-approve-row { flex-wrap: wrap; }
.fleet-approve-actions { display: flex; gap: 8px; flex-shrink: 0; }
.fleet-btn-decline { background: #fff; color: #cf4763; border: 1.5px solid rgba(207,71,99,0.5); }
.fleet-btn-decline:hover { background: rgba(207,71,99,0.08); border-color: #cf4763; }
.fleet-btn-approve { box-shadow: 0 6px 18px rgba(var(--brand-rgb), 0.42); }
.fleet-btn-approve:hover { filter: brightness(1.04); transform: translateY(-1px); }
[data-theme="dark"] .fleet-btn-decline { background: transparent; }

/* ── Support hero accent: fuller, bigger (tappable emergency panel) ── */
.support-accent-panel { display: flex; flex-direction: column; justify-content: space-between; gap: 16px; height: 100%; padding: 26px; text-decoration: none; color: var(--brand-ink); }
.support-accent-top { display: flex; align-items: center; gap: 9px; font-family: 'Sora', sans-serif; font-weight: 800; font-size: 15px; letter-spacing: -0.2px; color: var(--brand-ink); }
.support-accent-phone { font-family: 'Sora', sans-serif; font-size: 60px; font-weight: 800; letter-spacing: -2.5px; line-height: 1; color: var(--brand-ink); }
.support-accent-note { font-size: 14px; font-weight: 600; line-height: 1.5; color: rgba(6,46,42,0.78); }
.support-accent-cta { display: flex; align-items: center; justify-content: space-between; font-family: 'Sora', sans-serif; font-weight: 800; font-size: 15px; color: var(--brand-ink); border-top: 1px solid rgba(6,46,42,0.22); padding-top: 16px; }
.support-accent-cta svg { transition: transform .15s; }
.support-accent-panel:hover .support-accent-cta svg { transform: translate(2px,-2px); }

/* ── Fleet analytics (team dashboard) ── */
.an-h3 { margin: 14px 0 18px; }
.an-bars { display: flex; flex-direction: column; gap: 16px; }
.an-row { display: grid; grid-template-columns: 130px 1fr 34px; align-items: center; gap: 14px; }
.an-row-label { font-size: 13.5px; font-weight: 600; color: #3a423f; }
.an-row-val { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 16px; color: #141414; text-align: right; }
.an-track { height: 12px; border-radius: 999px; background: rgba(0,0,0,0.06); overflow: hidden; }
.an-track-lg { height: 16px; margin: 14px 0 20px; }
.an-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--brand-light), var(--brand)); transition: width .5s cubic-bezier(.4,0,.2,1); }
.an-fill-mute { background: rgba(0,0,0,0.18); }
.an-conv { display: flex; align-items: baseline; gap: 12px; }
.an-conv-num { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 44px; letter-spacing: -2px; color: var(--brand); line-height: 1; }
.an-conv-lbl { font-size: 13.5px; color: #586b66; line-height: 1.5; }
.an-mini-row { display: flex; gap: 12px; }
.an-mini { flex: 1; }
.an-mini + .an-mini { border-left: 1px solid rgba(0,0,0,0.08); padding-left: 12px; }
.an-mini-val { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 20px; color: #141414; }
.an-mini-lbl { font-size: 12px; color: #6b7280; margin-top: 4px; }
.an-signed-pill { background: rgba(var(--brand-rgb),0.14); color: var(--brand-deep); flex-shrink: 0; }
.an-w-0 { width: 0%; }
.an-w-5 { width: 5%; }
.an-w-10 { width: 10%; }
.an-w-15 { width: 15%; }
.an-w-20 { width: 20%; }
.an-w-25 { width: 25%; }
.an-w-30 { width: 30%; }
.an-w-35 { width: 35%; }
.an-w-40 { width: 40%; }
.an-w-45 { width: 45%; }
.an-w-50 { width: 50%; }
.an-w-55 { width: 55%; }
.an-w-60 { width: 60%; }
.an-w-65 { width: 65%; }
.an-w-70 { width: 70%; }
.an-w-75 { width: 75%; }
.an-w-80 { width: 80%; }
.an-w-85 { width: 85%; }
.an-w-90 { width: 90%; }
.an-w-95 { width: 95%; }
.an-w-100 { width: 100%; }

/* team dashboard — company row label suffix */
.an-co-count { color: rgba(0,0,0,0.4); font-weight: 500; font-size: 12.5px; }
.an-row-co .an-row-label { font-weight: 700; color: #141414; }

/* ── Lease renewal banner (driver dashboard) ── */
.renew-banner { flex-direction: row; align-items: center; gap: 16px; border-left: 4px solid var(--brand); flex-wrap: wrap; }
.renew-ico { width: 48px; height: 48px; flex-shrink: 0; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: rgba(var(--brand-rgb),0.14); color: var(--brand-deep); }
.renew-main { flex: 1; min-width: 200px; }
.renew-title { display: flex; align-items: center; gap: 7px; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 16.5px; color: #141414; }
.renew-text { font-size: 14px; line-height: 1.55; color: rgba(0,0,0,0.6); margin-top: 4px; }
.renew-actions { display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap; }
.renew-btn { display: inline-flex; align-items: center; gap: 7px; background: #1A1A1A; color: #fff; border: none; border-radius: 999px; padding: 12px 20px; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 14px; cursor: pointer; }
.renew-btn:hover { background: var(--brand); color: var(--brand-ink); }
.renew-btn-ghost { display: inline-flex; align-items: center; border: 1px solid rgba(0,0,0,0.14); border-radius: 999px; padding: 12px 18px; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 14px; color: #141414; text-decoration: none; background: #fff; }
.renew-btn-ghost:hover { border-color: var(--brand); color: var(--brand-deep); }
/* Mobile: the two-button action row (≈411px) can't sit beside the text on a phone —
   stack the card and give each button its own full-width row. */
@media (max-width: 640px) {
  .renew-banner { flex-direction: column; align-items: stretch; }
  .renew-actions { width: 100%; flex-direction: column; flex-shrink: 1; }
  .renew-btn, .renew-btn-ghost { width: 100%; justify-content: center; }
}

/* ── Contract sign: send-for-signature note, error & signer list ── */
.sign-send-note { margin: 6px 0 16px; }
.sign-send-note b { color: #141414; }
.sign-error { display: flex; align-items: center; gap: 8px; background: rgba(216,83,111,0.1); border: 1px solid rgba(216,83,111,0.28); color: #b23a55; border-radius: 12px; padding: 11px 14px; font-size: 13.5px; font-weight: 600; margin-bottom: 14px; }
.sign-signers { display: flex; flex-direction: column; gap: 10px; margin: 12px 0 16px; text-align: left; }
.sign-signer { display: flex; align-items: center; gap: 12px; }
.sign-signer-step { width: 26px; height: 26px; flex-shrink: 0; border-radius: 8px; background: rgba(var(--brand-rgb),0.14); color: var(--brand-deep); font-family: 'Sora', sans-serif; font-weight: 800; font-size: 13px; display: flex; align-items: center; justify-content: center; }
.sign-signer-name { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 14.5px; color: #141414; }
.sign-signer-role { font-size: 12.5px; color: rgba(0,0,0,0.5); margin-top: 1px; }

/* ── Offers card photo header ── */
.offers-media { position: relative; height: 150px; border-radius: 16px; overflow: hidden; background: #0e1b18; margin-bottom: 2px; }
.offers-media-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.offers-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0) 38%, rgba(0,0,0,0.12) 100%); pointer-events: none; }
.offers-media-brand { position: absolute; top: 11px; left: 12px; z-index: 1; font-family: 'Sora', sans-serif; font-weight: 800; font-size: 11px; letter-spacing: 0.12em; color: #fff; background: rgba(0,0,0,0.4); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); padding: 5px 11px; border-radius: 999px; }
.offers-media-status { position: absolute; top: 11px; right: 12px; z-index: 1; background: rgba(255,255,255,0.92) !important; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); box-shadow: 0 2px 8px rgba(0,0,0,0.18); }

/* ── Offer detail: hero photo, price, cost bars ── */
.odetail-hero-media { position: relative; width: 100%; height: 100%; min-height: 200px; border-radius: 20px; overflow: hidden; background: #0e1b18; }
.odetail-hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.odetail-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0) 40%); }
.odetail-hero-brandtag { position: absolute; top: 12px; left: 12px; z-index: 1; font-family: 'Sora', sans-serif; font-weight: 800; font-size: 11px; letter-spacing: 0.12em; color: #fff; background: rgba(0,0,0,0.4); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); padding: 5px 11px; border-radius: 999px; }
.odetail-hero-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 16px; }
.odetail-hero-price { display: flex; align-items: baseline; gap: 8px; }
.odetail-hero-price-num { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 32px; letter-spacing: -1px; color: #fff; line-height: 1; }
.odetail-hero-price-unit { font-size: 13.5px; color: rgba(255,255,255,0.6); }
.odetail-cost-list { display: flex; flex-direction: column; gap: 15px; margin-top: 14px; }
.odetail-cost-row { display: flex; flex-direction: column; gap: 8px; }
.odetail-cost-top { display: flex; align-items: center; justify-content: space-between; }
.odetail-cost-pct { color: rgba(0,0,0,0.35); font-weight: 600; }

/* ── Offer detail: full-bleed hero, bigger spec icons, cost head, customer ── */
.odetail-hero { position: relative; border-radius: 28px; overflow: hidden; min-height: 380px; display: flex; box-shadow: 0 10px 34px rgba(0,0,0,0.18); }
.odetail-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.odetail-hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.12) 30%, rgba(0,0,0,0.55) 66%, rgba(0,0,0,0.88) 100%); }
.odetail-hero-body { position: relative; z-index: 1; flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 26px 28px; color: #fff; width: 100%; }
.odetail-hero .odetail-back { align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.92); background: rgba(0,0,0,0.35); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border-radius: 999px; padding: 8px 14px; font-size: 13px; font-weight: 600; text-decoration: none; }
.odetail-hero .odetail-back:hover { background: rgba(0,0,0,0.5); }
.odetail-hero-bottom { margin-top: auto; }
.odetail-hero-brand { margin-bottom: 12px; }
.odetail-hero-title { font-family: 'Sora', sans-serif; font-weight: 800; font-size: clamp(30px,5vw,44px); line-height: 1.03; letter-spacing: -1.5px; color: #fff; margin: 0; text-shadow: 0 2px 22px rgba(0,0,0,0.45); }
.odetail-hero-title .odetail-model { color: var(--brand-light); }
.odetail-hero-sub { color: rgba(255,255,255,0.82); margin-top: 10px; font-size: 15px; }
.odetail-hero-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 18px; }
.odetail-hero-price { display: flex; align-items: baseline; gap: 8px; }
.odetail-hero-price-num { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 30px; letter-spacing: -1px; color: #fff; line-height: 1; }
.odetail-hero-price-unit { font-size: 13.5px; color: rgba(255,255,255,0.72); }

.odetail-spec-tile { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 16px; background: rgba(var(--brand-rgb),0.12); color: var(--brand-deep); margin-bottom: 12px; }

.odetail-cost-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 12px 0 6px; }

.cust-head { display: flex; align-items: center; gap: 14px; margin: 14px 0 18px; }
.cust-avatar { width: 54px; height: 54px; flex-shrink: 0; border-radius: 16px; background: linear-gradient(135deg,var(--brand-light),var(--brand)); color: var(--brand-ink); font-family: 'Sora', sans-serif; font-weight: 800; font-size: 22px; display: flex; align-items: center; justify-content: center; }
.cust-id { flex: 1; min-width: 0; }
.cust-name { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 18px; color: #141414; }
.cust-company { display: flex; align-items: center; gap: 6px; font-size: 13.5px; color: rgba(0,0,0,0.5); margin-top: 3px; }
.cust-type-pill { background: rgba(var(--brand-rgb),0.14); color: var(--brand-deep); flex-shrink: 0; }
.cust-tiles { display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); gap: 12px; }
.cust-tile { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 16px; }
.cust-tile-ico { width: 40px; height: 40px; flex-shrink: 0; border-radius: 12px; background: rgba(var(--brand-rgb),0.12); color: var(--brand-deep); display: flex; align-items: center; justify-content: center; }
.cust-tile-lbl { font-size: 12px; color: rgba(0,0,0,0.45); }
.cust-tile-val { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 14.5px; color: #141414; margin-top: 2px; }

/* ── Offer detail v2: cinematic hero, floating glance bar, stacked cost ── */
.odetail-hero { min-height: 440px; }
.odetail-hero-watermark { position: absolute; top: 6px; right: 24px; z-index: 1; font-family: 'Sora', sans-serif; font-weight: 800; font-size: clamp(60px, 12vw, 150px); letter-spacing: -4px; color: rgba(255,255,255,0.10); text-transform: uppercase; pointer-events: none; line-height: 1; user-select: none; }
.odetail-hero-statustop { align-self: flex-start; margin-bottom: 14px; }

/* floating glance bar overlapping the hero */
.odetail-glance { display: flex; align-items: stretch; background: #fff; border: 1px solid rgba(0,0,0,0.05); border-radius: 22px; box-shadow: 0 10px 34px rgba(0,0,0,0.06); overflow: hidden; }
.oglance-cell { flex: 1; display: flex; align-items: center; gap: 13px; padding: 22px 24px; min-width: 0; }
.oglance-cell + .oglance-cell { border-left: 1px solid rgba(0,0,0,0.08); }
.oglance-price { flex: 1.15; flex-direction: column; align-items: flex-start; gap: 5px; justify-content: center; }
@media (max-width: 760px) { .odetail-glance { flex-wrap: wrap; } .oglance-cell { flex: 1 1 46%; } .oglance-cell + .oglance-cell { border-left: none; } }
.oglance-price-main { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 34px; letter-spacing: -1.5px; color: #141414; line-height: 1; }
.oglance-unit { font-size: 15px; font-weight: 500; color: rgba(0,0,0,0.45); letter-spacing: 0; margin-left: 4px; }
.oglance-tag { font-family: 'Sora', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--brand-deep); }
.oglance-stats { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.oglance-stat { display: flex; align-items: center; gap: 11px; }
.oglance-ico { width: 40px; height: 40px; flex-shrink: 0; border-radius: 13px; background: rgba(var(--brand-rgb),0.12); color: var(--brand-deep); display: flex; align-items: center; justify-content: center; }
.oglance-val { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 16px; color: #141414; line-height: 1.1; }
.oglance-lbl { font-size: 12px; color: rgba(0,0,0,0.45); margin-top: 2px; }

/* stacked cost composition bar */
.ocost-bar { display: flex; height: 16px; border-radius: 999px; overflow: hidden; margin: 16px 0 18px; gap: 2px; background: rgba(0,0,0,0.04); }
.ocost-seg { min-width: 4px; }
.seg-0 { background: #0f6e56; } .seg-1 { background: var(--brand-deep); } .seg-2 { background: var(--brand); } .seg-3 { background: #6dd6c6; } .seg-4 { background: #a9e6dd; }
.ocost-wrap { display: grid; grid-template-columns: 250px 1fr; gap: 36px; margin-top: 14px; align-items: center; }
.ocost-left { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.ocost-bigprice { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 48px; letter-spacing: -2px; color: #141414; line-height: 1; }
.ocost-bigprice-unit { font-size: 16px; font-weight: 500; color: rgba(0,0,0,0.45); letter-spacing: 0; margin-left: 4px; }
.ocost-note { font-size: 13.5px; line-height: 1.6; color: rgba(0,0,0,0.5); }
@media (max-width: 760px) { .ocost-wrap { grid-template-columns: 1fr; gap: 20px; } }
.ocost-legend { display: flex; flex-direction: column; }
.ocost-leg { display: flex; align-items: center; gap: 12px; font-size: 15px; padding: 13px 0; border-top: 1px solid rgba(0,0,0,0.06); }
.ocost-leg:first-child { border-top: none; }
.ocost-dot { width: 11px; height: 11px; border-radius: 4px; flex-shrink: 0; }
.ocost-leg-label { flex: 1; color: rgba(0,0,0,0.65); font-weight: 500; }
.ocost-leg-val { font-family: 'Sora', sans-serif; font-weight: 700; color: #141414; font-variant-numeric: tabular-nums; }
.ocost-leg-pct { color: rgba(0,0,0,0.35); font-weight: 600; }

/* services tiles */
.osvc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; margin-top: 6px; }
.osvc-tile { display: flex; align-items: center; gap: 13px; padding: 16px 18px; border-radius: 16px; background: #f4f6f3; border: 1px solid rgba(0,0,0,0.04); transition: transform .15s, border-color .15s, box-shadow .15s; }
.osvc-tile:hover { transform: translateY(-1px); border-color: rgba(var(--brand-rgb),0.4); box-shadow: 0 10px 24px -12px rgba(var(--brand-rgb),0.4); }
.osvc-tile-ico { width: 42px; height: 42px; flex-shrink: 0; border-radius: 13px; background: rgba(var(--brand-rgb),0.12); color: var(--brand-deep); display: flex; align-items: center; justify-content: center; }
.osvc-tile-label { flex: 1; font-family: 'Sora', sans-serif; font-weight: 600; font-size: 14.5px; color: #141414; }
.osvc-tile-check { width: 22px; height: 22px; flex-shrink: 0; border-radius: 50%; background: var(--brand); display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 8px -2px rgba(var(--brand-rgb),0.5); }

/* ── My Vehicle: interactive hotspot stage ── */
.vc-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.vc-back { display: inline-flex; align-items: center; gap: 6px; font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 700; color: var(--brand-deep); background: rgba(var(--brand-rgb),0.12); border: 1px solid rgba(var(--brand-rgb),0.28); border-radius: 999px; padding: 7px 14px; cursor: pointer; }
.vc-back:hover { background: rgba(var(--brand-rgb),0.2); }
.vc-h3 { margin: 12px 0 18px; }
.vc-layout { display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px; align-items: center; }
.vc-stage { position: relative; min-height: 420px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 22px; background: linear-gradient(180deg, #fbfcfc, #f2f6f4); }
.vc-glow { position: absolute; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(circle, rgba(var(--brand-rgb),0.38) 0%, rgba(var(--brand-rgb),0.14) 42%, rgba(var(--brand-rgb),0) 70%); animation: vc-glowpulse 4s ease-in-out infinite; }
.vc-carwrap { position: relative; height: 380px; aspect-ratio: 120 / 232; transition: transform .55s cubic-bezier(.5,.05,.2,1); }
.vc-car { display: block; height: 100%; width: 100%; filter: drop-shadow(0 18px 34px rgba(19,33,30,0.22)); }
.vc-spot { position: absolute; z-index: 2; width: 30px; height: 30px; border: none; background: transparent; cursor: pointer; transform: translate(-50%, -50%); padding: 0; }
.vc-spot--0 { top: 16%; left: 50%; }
.vc-spot--1 { top: 42%; left: 50%; }
.vc-spot--2 { top: 74%; left: 50%; }
.vc-spot--3 { top: 28%; left: 28%; }
.vc-dot { position: absolute; inset: 8px; border-radius: 50%; background: var(--brand); border: 2.5px solid #fff; box-shadow: 0 4px 12px rgba(var(--brand-rgb),0.6); transition: inset .15s; }
.vc-dot::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid rgba(var(--brand-rgb),0.6); animation: vc-pulse 2.4s ease-out infinite; }
.vc-spot.on .vc-dot { inset: 3px; background: var(--brand-deep); }
.vc-spot.on .vc-dot::after { border-color: rgba(var(--brand-rgb),0.9); }
.vc-spot:hover .vc-dot { inset: 5px; }
@keyframes vc-pulse { 0% { transform: scale(1); opacity: .7; } 70% { transform: scale(2.4); opacity: 0; } 100% { opacity: 0; } }
@keyframes vc-glowpulse { 0%, 100% { opacity: .5; transform: scale(1); } 50% { opacity: .85; transform: scale(1.06); } }
.vc-panel { background: #f4f6f3; border: 1px solid rgba(0,0,0,0.05); border-radius: 20px; padding: 24px; }
.vc-panel-label { font-family: 'Sora', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brand-deep); }
.vc-panel-name { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 20px; color: #141414; margin-top: 8px; }
.vc-panel-value { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 28px; letter-spacing: -1px; color: var(--brand); margin-top: 4px; }
.vc-panel-desc { font-size: 14px; line-height: 1.6; color: rgba(0,0,0,0.55); margin-top: 10px; }
.vc-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.vc-tab { font-family: 'Sora', sans-serif; font-size: 12.5px; font-weight: 600; padding: 8px 14px; border-radius: 999px; border: 1px solid rgba(0,0,0,0.1); background: #fff; color: rgba(0,0,0,0.6); cursor: pointer; transition: all .15s; }
.vc-tab.on { background: var(--brand); border-color: var(--brand); color: var(--brand-ink); }
@media (max-width: 760px) { .vc-layout { grid-template-columns: 1fr; } .vc-carwrap { height: 300px; } .vc-stage { min-height: 340px; } }
@media (prefers-reduced-motion: reduce) { .vc-glow, .vc-dot::after { animation: none; } }

/* ═══ My Vehicle cockpit (vc2) — car as centrepiece, click-to-zoom ═══ */
.vc2 { background: #fff; border: 1px solid rgba(0,0,0,0.05); border-radius: 26px; padding: 26px 28px 22px; box-shadow: 0 14px 44px -20px rgba(19,33,30,0.22); }
.vc2-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.vc2-titlewrap { display: flex; align-items: center; gap: 12px; }
.vc2-back { width: 38px; height: 38px; border-radius: 12px; border: 1px solid rgba(0,0,0,0.1); background: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #141414; }
.vc2-back:hover { background: #f4f6f3; }
.vc2-eyebrow { font-family: 'Sora', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brand-deep); }
.vc2-h2 { font-family: 'Sora', sans-serif; font-weight: 800; font-size: clamp(22px, 3vw, 30px); letter-spacing: -1px; color: #141414; margin: 2px 0 0; }
.vc2-topright { font-size: 13px; font-weight: 600; color: #586b66; white-space: nowrap; }

.vc2-grid { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 16px; align-items: center; margin-top: 16px; }
.vc2-side { align-self: stretch; display: flex; flex-direction: column; gap: 16px; justify-content: center; padding: 22px; border-radius: 20px; background: #f6f8f7; border: 1px solid rgba(0,0,0,0.04); cursor: pointer; transition: border-color .15s; }
.vc2-side:hover { border-color: rgba(var(--brand-rgb),0.3); }
.vc2-side-lbl { font-family: 'Sora', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(0,0,0,0.4); }
.vc2-ctrl-top { display: flex; align-items: center; justify-content: space-between; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 14px; color: #141414; margin-bottom: 8px; }
.vc2-ctrl-pct { color: var(--brand-deep); }
.vc2-ctrl-track { height: 8px; border-radius: 999px; background: rgba(0,0,0,0.07); overflow: hidden; }
.vc2-ctrl-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--brand-light), var(--brand)); transition: width .5s cubic-bezier(.4,0,.2,1); }
.vc2-mode-val { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 22px; color: #141414; margin-top: 2px; }
.vc2-desc { font-size: 12.5px; line-height: 1.55; color: rgba(0,0,0,0.5); margin-top: 8px; }
.vc2-status { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 22px; letter-spacing: -0.5px; color: var(--brand); }
.vc2-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 0; border-top: 1px solid rgba(0,0,0,0.07); }
.vc2-row-lbl { font-size: 13.5px; color: rgba(0,0,0,0.55); }
.vc2-row-val { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 14px; color: #141414; }

.vc2-stage { position: relative; align-self: stretch; min-height: 460px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 22px; background: radial-gradient(circle at 50% 45%, #eefaf7 0%, #eef3f1 68%); }
.vc2-rings { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.vc2-rings span { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; border: 1.5px solid rgba(var(--brand-rgb),0.26); }
.vc2-rings span:nth-child(1) { width: 240px; height: 240px; background: radial-gradient(circle, rgba(var(--brand-rgb),0.18), transparent 70%); animation: vc2ring 4s ease-in-out infinite; }
.vc2-rings span:nth-child(2) { width: 350px; height: 350px; animation: vc2ring 4s ease-in-out infinite .5s; }
.vc2-rings span:nth-child(3) { width: 460px; height: 460px; border-color: rgba(var(--brand-rgb),0.14); animation: vc2ring 4s ease-in-out infinite 1s; }
@keyframes vc2ring { 0%, 100% { opacity: .45; } 50% { opacity: 1; } }
.vc2-carwrap { position: relative; height: 410px; aspect-ratio: 120 / 232; transition: transform .55s cubic-bezier(.5,.05,.2,1); z-index: 1; }
.vc2-car { display: block; height: 100%; width: 100%; filter: drop-shadow(0 18px 34px rgba(19,33,30,0.22)); }
.vc2-stage.zoomed { cursor: zoom-out; }
.vc2-spot { position: absolute; z-index: 3; width: 16px; height: 16px; transform: translate(-50%, -50%); border: none; background: transparent; cursor: pointer; padding: 0; }
.vc2-spot--0 { top: 16%; left: 50%; }
.vc2-spot--1 { top: 42%; left: 50%; }
.vc2-spot--2 { top: 74%; left: 50%; }
.vc2-spot--3 { top: 28%; left: 28%; }
.vc2-dot { position: absolute; inset: 0; border-radius: 50%; background: var(--brand); border: 3px solid #fff; box-shadow: 0 3px 10px rgba(var(--brand-rgb),0.6); transition: transform .15s; }
.vc2-dot::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid rgba(var(--brand-rgb),0.55); animation: vc-pulse 2.4s ease-out infinite; }
.vc2-spot:hover .vc2-dot { transform: scale(1.18); }
.vc2-pill { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); font-family: 'Sora', sans-serif; font-weight: 700; font-size: 11px; color: #0b3f39; background: rgba(255,255,255,0.94); border: 1px solid rgba(var(--brand-rgb),0.32); box-shadow: 0 4px 12px rgba(19,33,30,0.12); border-radius: 999px; padding: 5px 11px; white-space: nowrap; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.vc2-hint { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); font-size: 12px; color: rgba(0,0,0,0.4); font-weight: 600; }
.vc2-toggle { display: flex; gap: 0; margin: 18px auto 0; width: fit-content; background: #f0f3f1; border-radius: 999px; padding: 4px; }
.vc2-toggle button { border: none; background: transparent; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 13px; color: rgba(0,0,0,0.45); padding: 9px 26px; border-radius: 999px; cursor: pointer; transition: all .15s; }
.vc2-toggle button.on { background: #fff; color: #141414; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
@media (max-width: 900px) { .vc2-grid { grid-template-columns: 1fr; } .vc2-stage { order: -1; min-height: 380px; } .vc2-carwrap { height: 330px; } }
@media (prefers-reduced-motion: reduce) { .vc2-rings span, .vc2-dot::after { animation: none; } }

/* ── My Vehicle cockpit: model-viewer 3D + system chips ── */
.vc2-mv { position: absolute; inset: 0; width: 100%; height: 100%; background: transparent; --poster-color: transparent; --progress-bar-color: var(--brand); z-index: 1; }
.vc2-chips { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.vc2-chip { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 13px; padding: 9px 20px; border-radius: 999px; border: 1px solid rgba(0,0,0,0.1); background: #fff; color: rgba(0,0,0,0.6); cursor: pointer; transition: all .15s; }
.vc2-chip:hover { border-color: rgba(var(--brand-rgb),0.45); color: var(--brand-deep); }
.vc2-chip.on { background: var(--brand); border-color: var(--brand); color: var(--brand-ink); }
.vc2-chip-reset { display: inline-flex; align-items: center; gap: 6px; background: #f0f3f1; color: #141414; }

/* model attribution (CC-BY) */
.vc2-credit { text-align: center; margin-top: 12px; font-size: 11px; color: rgba(0,0,0,0.35); }
.vc2-credit a { color: rgba(0,0,0,0.45); text-decoration: underline; }

/* ═══ Explore your EV — animated line-art viewer ═══ */
.evd [x-cloak] { display: none !important; }
.evd { display: flex; flex-direction: column; gap: 16px; }
.evd-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.evd-note { font-size: 12.5px; color: rgba(0,0,0,0.42); }
.evd-stage {
    position: relative; width: 100%; aspect-ratio: 2 / 1; border-radius: 18px; overflow: hidden;
    background: radial-gradient(120% 130% at 50% 18%, #fbfdfc, #eaf1ef 70%, #dfeae7);
}
.evd-svg { display: block; width: 100%; height: 100%; }

/* line-art strokes */
.evd-line { fill: none; stroke: var(--brand-ink); stroke-width: 2.6; stroke-linejoin: round; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.evd-thin { stroke-width: 1.7; opacity: 0.6; }
.evd-ground { stroke: var(--brand-ink); stroke-width: 1.4; opacity: 0.18; vector-effect: non-scaling-stroke; }

/* draw-in on load */
.evd-draw { stroke-dasharray: 2600; stroke-dashoffset: 2600; animation: evdDraw 1.9s ease forwards; }
.evd-d1 { animation-delay: 0.35s; }
.evd-d2 { animation-delay: 0.6s; }
.evd-d3 { animation-delay: 0.85s; }
@keyframes evdDraw { to { stroke-dashoffset: 0; } }

/* wheels */
.evd-rim { transform-box: fill-box; transform-origin: center; animation: evdSpin 3.4s linear infinite; }
@keyframes evdSpin { to { transform: rotate(360deg); } }

/* hotspots */
.evd-spot { cursor: pointer; transition: opacity 0.25s; }
.evd-spot.dim { opacity: 0.22; }
.evd-dot { fill: var(--brand); stroke: #fff; stroke-width: 2.5; transition: fill 0.2s; }
.evd-spot.active .evd-dot { fill: var(--brand-deep); }
.evd-ring { fill: none; stroke: var(--brand); stroke-width: 2; transform-box: fill-box; transform-origin: center; animation: evdPing 2.1s ease-out infinite; }
.evd-spot.active .evd-ring { animation-duration: 1.3s; }
@keyframes evdPing { 0% { transform: scale(0.55); opacity: 0.85; } 100% { transform: scale(2.2); opacity: 0; } }

/* info panel */
.evd-info { position: absolute; left: 26px; top: 24px; max-width: 62%; pointer-events: none; }
.evd-eyebrow { font-size: 12px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--brand-deep); font-weight: 700; }
.evd-title { font-family: 'Sora', sans-serif; font-size: 25px; font-weight: 700; color: #12241f; margin-top: 4px; line-height: 1.12; }
.evd-desc { font-size: 13.5px; color: #46564f; margin-top: 8px; max-width: 320px; line-height: 1.5; }
.evd-reset { pointer-events: auto; display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; background: #12241f; border: 0; color: #fff; font-size: 12.5px; font-weight: 600; padding: 8px 14px; border-radius: 10px; cursor: pointer; }
.evd-reset:hover { background: var(--brand-deep); }
/* Mobile: the system copy ("82 kWh pack" …) overlaid the drawing and hid it. Take it
   out of the overlay and stack it below the car. The car keeps its 2:1 box (the SVG
   self-clips its own viewport, so the zoom stays contained even with the stage open). */
@media (max-width: 640px) {
  .evd-stage { aspect-ratio: auto; overflow: visible; }
  .evd-svg { aspect-ratio: 2 / 1; height: auto; }
  .evd-info { position: static; max-width: none; margin: 14px 20px 2px; pointer-events: auto; }
  .evd-title { font-size: 21px; }
  .evd-desc { max-width: none; }
}

/* chips */
.evd-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.evd-chip { padding: 8px 16px; border-radius: 11px; border: 1.5px solid rgba(0,0,0,0.09); background: #fff; color: #33413e; font-size: 13px; font-weight: 600; cursor: pointer; transition: border-color 0.15s, background 0.15s, color 0.15s; }
.evd-chip:hover { border-color: var(--brand); }
.evd-chip.on { background: var(--brand); border-color: var(--brand); color: #fff; }

/* zoom via CSS transform (no rAF; smooth + GPU) */
.evd-scene { transform-box: view-box; transform-origin: 0 0; transition: transform 0.62s cubic-bezier(0.4, 0, 0.2, 1); }
.evd-spots { transition: opacity 0.3s ease; }
.evd-spots.zoomed { opacity: 0; pointer-events: none; }

/* ═══ Interior — top-down cabin (behind Cabin hotspot) ═══ */
.evd-interior { position: absolute; inset: 0; display: flex; flex-direction: column; padding: 16px 22px 20px; background: radial-gradient(120% 130% at 50% 18%, #fbfdfc, #eaf1ef 70%, #dfeae7); }
.evd-int-top { display: flex; align-items: center; justify-content: space-between; }
.evd-int-updated { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(0,0,0,0.42); background: rgba(0,0,0,0.04); padding: 5px 11px; border-radius: 20px; }
.evd-int-body { flex: 1; display: flex; align-items: center; justify-content: center; gap: clamp(16px, 5vw, 64px); min-height: 0; }
.evd-int-svg { height: 100%; max-height: 340px; width: auto; }
.evd-int-ctrl { display: flex; flex-direction: column; gap: 10px; }
.evd-int-label { font-size: 12.5px; font-weight: 600; color: #46564f; }
.evd-int-btns { display: flex; gap: 8px; }
.evd-seatbtn { width: 46px; height: 42px; display: grid; place-items: center; border: 1.5px solid rgba(0,0,0,0.1); background: #fff; border-radius: 11px; cursor: pointer; transition: 0.18s; }
.evd-seatbtn:hover { border-color: var(--brand); }
.evd-sbi { width: 22px; height: 24px; }
.evd-sbi path { fill: none; stroke: #33413e; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.evd-seatbtn.on-heat { background: #f59e0b; border-color: #f59e0b; }
.evd-seatbtn.on-vent { background: var(--brand); border-color: var(--brand); }
.evd-seatbtn.on-heat .evd-sbi path, .evd-seatbtn.on-vent .evd-sbi path { stroke: #fff; }

/* seats in the top-down diagram */
.evd-seat { cursor: pointer; }
.evd-seat-shape { fill: rgba(18,59,52,0.04); stroke: var(--brand-ink); stroke-width: 2; vector-effect: non-scaling-stroke; transition: fill 0.22s, stroke 0.22s; }
.evd-seat.heat .evd-seat-shape { fill: #f59e0b; stroke: #d97706; }
.evd-seat.vent .evd-seat-shape { fill: var(--brand); stroke: var(--brand-deep); }
.evd-seat:hover .evd-seat-shape { stroke: var(--brand); }
.seat-ico { display: none; }
.seat-ico path { fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.evd-seat.heat .seat-ico-heat { display: block; }
.evd-seat.vent .seat-ico-vent { display: block; }

/* ═══ Interior v2 — glows, animation, status labels ═══ */
.evd-int-title { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 700; color: #12241f; }
.evd-int-top-r { display: flex; align-items: center; gap: 12px; }
.evd-int-status { font-size: 11.5px; font-weight: 600; letter-spacing: 0.02em; color: rgba(0,0,0,0.35); min-height: 15px; transition: color 0.2s; }
.evd-int-status.heat { color: #d97706; }
.evd-int-status.vent { color: var(--brand-deep); }

/* soft glow behind an active seat */
.seat-glow { opacity: 0; transition: opacity 0.35s; pointer-events: none; }
.evd-seat.heat .seat-glow { fill: url(#evHeatGlow); opacity: 1; animation: evGlowPulse 2.6s ease-in-out infinite; }
.evd-seat.vent .seat-glow { fill: url(#evVentGlow); opacity: 1; animation: evGlowPulse 2.6s ease-in-out infinite; }
@keyframes evGlowPulse { 0%, 100% { opacity: 0.55; } 50% { opacity: 1; } }

/* seat contour lines */
.seat-line { fill: none; stroke: var(--brand-ink); stroke-width: 1.4; opacity: 0.26; vector-effect: non-scaling-stroke; transition: stroke 0.22s, opacity 0.22s; }
.evd-seat.heat .seat-line, .evd-seat.vent .seat-line { stroke: #fff; opacity: 0.5; }

/* animate the active seat icon */
.evd-seat.heat .seat-ico-heat path { animation: evHeatFlick 1.9s ease-in-out infinite; }
.evd-seat.heat .seat-ico-heat path:nth-child(2) { animation-delay: 0.32s; }
.evd-seat.heat .seat-ico-heat path:nth-child(3) { animation-delay: 0.64s; }
@keyframes evHeatFlick { 0%, 100% { opacity: 0.35; } 50% { opacity: 1; } }
.evd-seat.vent .seat-ico-vent path { animation: evVentFlow 1.6s ease-in-out infinite; }
.evd-seat.vent .seat-ico-vent path:nth-child(2) { animation-delay: 0.3s; }
@keyframes evVentFlow { 0%, 100% { opacity: 0.4; } 50% { opacity: 1; } }

/* ═══ Closer look — PNG hero + hover-popover hotspots ═══ */
.hs { display: flex; flex-direction: column; gap: 14px; }
.hs-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.hs-note { font-size: 12.5px; color: rgba(0,0,0,0.42); }
.hs-stage { position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: 18px; overflow: visible;
    background: radial-gradient(120% 120% at 50% 40%, #f6f9f8, #e9efed); }
.hs-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 12px; user-select: none; }

/* pins */
.hs-pin { position: absolute; transform: translate(-50%, -50%); background: none; border: 0; padding: 0; cursor: pointer; display: grid; place-items: center; z-index: 3; }
.hs-pin-dot { width: 16px; height: 16px; border-radius: 50%; background: var(--brand); border: 3px solid #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.28); position: relative; z-index: 2; transition: transform 0.15s; }
.hs-pin-ring { position: absolute; width: 16px; height: 16px; border-radius: 50%; border: 2px solid var(--brand); animation: hsPing 2s ease-out infinite; }
.hs-pin:hover .hs-pin-dot { transform: scale(1.25); }
@keyframes hsPing { 0% { transform: scale(0.6); opacity: 0.75; } 100% { transform: scale(3); opacity: 0; } }

/* popover card */
.hs-pop { position: absolute; z-index: 5; width: 210px; background: #fff; border-radius: 14px; overflow: hidden;
    box-shadow: 0 16px 40px rgba(16,40,36,0.22); border: 1px solid rgba(0,0,0,0.06); pointer-events: none; }
.hs-pop-img { width: 100%; height: 118px; object-fit: cover; display: block; }
.hs-pop-cap { padding: 10px 12px 12px; }
.hs-pop-title { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 13.5px; color: #14201e; }
.hs-pop-desc { font-size: 12px; color: #5a6b67; margin-top: 2px; }
/* placement relative to the pin (which sits at left/top) */
.hs-pop-top    { transform: translate(-50%, calc(-100% - 16px)); }
.hs-pop-bottom { transform: translate(-50%, 16px); }
.hs-pop-right  { transform: translate(16px, -50%); }
.hs-pop-left   { transform: translate(calc(-100% - 16px), -50%); }
/* little caret */
.hs-pop::after { content: ''; position: absolute; width: 12px; height: 12px; background: #fff; transform: rotate(45deg); }
.hs-pop-top::after    { left: 50%; bottom: -6px; margin-left: -6px; }
.hs-pop-bottom::after { left: 50%; top: -6px; margin-left: -6px; }
.hs-pop-right::after  { top: 50%; left: -6px; margin-top: -6px; }
.hs-pop-left::after   { top: 50%; right: -6px; margin-top: -6px; }

@media (max-width: 560px) { .hs-pop { width: 168px; } .hs-pop-img { height: 96px; } }

/* popover fade via class (reliable; avoids x-transition lag) */
.hs-pop { opacity: 0; visibility: hidden; transition: opacity 0.16s ease, visibility 0s linear 0.16s; }
.hs-pop.show { opacity: 1; visibility: visible; transition: opacity 0.16s ease, visibility 0s; }

/* ═══ Closer look v2 — dashboard-style popover cards + wow motion ═══ */
/* ambient stage: floating car + breathing glow */
.hs-stage::before { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background: radial-gradient(52% 46% at 50% 56%, rgba(var(--brand-rgb),0.18), transparent 70%); animation: hsGlow 5s ease-in-out infinite; }
.hs-img { position: relative; z-index: 1; animation: hsFloat 6s ease-in-out infinite; }
@keyframes hsFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes hsGlow { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; } }
/* breathing teal halo on pins; focus the hovered pin */
.hs-pin-dot { animation: hsBreathe 2.4s ease-in-out infinite; }
@keyframes hsBreathe { 0%, 100% { box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 0 rgba(var(--brand-rgb),0.45); } 50% { box-shadow: 0 2px 10px rgba(0,0,0,0.3), 0 0 0 7px rgba(var(--brand-rgb),0); } }
.hs-stage:has(.hs-pin:hover) .hs-pin:not(:hover) { opacity: 0.35; }
.hs-pin { transition: opacity 0.2s; }

/* wrapper is now just positioning; the visible card is .hs-pop-card */
.hs-pop { width: auto; background: none; box-shadow: none; border: 0; overflow: visible; opacity: 1; visibility: hidden; transition: visibility 0s linear 0.3s; }
.hs-pop.show { visibility: visible; transition: visibility 0s; }
.hs-pop::after { display: none; }

.hs-pop-card { width: 220px; background: #fff; border-radius: 16px; overflow: hidden;
    box-shadow: 0 18px 44px rgba(16,40,36,0.24), 0 2px 6px rgba(16,40,36,0.08); border: 1px solid rgba(0,0,0,0.05);
    opacity: 0; transform: translateY(12px) scale(0.93); transition: opacity 0.24s ease, transform 0.32s cubic-bezier(0.34, 1.45, 0.5, 1); }
.hs-pop.show .hs-pop-card { opacity: 1; transform: none; }
.hs-pop-media { position: relative; }
.hs-pop-img { width: 100%; height: 138px; object-fit: cover; display: block; transform: scale(1.14); transition: transform 0.65s ease; }
.hs-pop.show .hs-pop-img { transform: scale(1); }
.hs-pop-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,19,17,0.9) 6%, rgba(9,19,17,0.25) 46%, transparent 72%); }
.hs-pop-tag { position: absolute; top: 10px; left: 10px; background: rgba(var(--brand-rgb),0.96); color: var(--brand-ink); font-size: 10px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 4px 9px; border-radius: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.2); }
.hs-pop-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 13px 14px; }
.hs-pop-title { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 14px; color: #fff; line-height: 1.15; }
.hs-pop-desc { font-size: 11.5px; color: rgba(255,255,255,0.82); margin-top: 3px; }

@media (max-width: 560px) { .hs-pop-card { width: 172px; } .hs-pop-img { height: 108px; } }
@media (prefers-reduced-motion: reduce) { .hs-img, .hs-stage::before, .hs-pin-dot { animation: none; } .hs-pop-card, .hs-pop-img { transition-duration: 0.12s; } }

/* ═══ Line-art sketch refinements ═══ */
.evd-shadow { fill: var(--brand-ink); opacity: 0.1; }
.evd-shadow-soft { opacity: 0.05; }
.evd-caliper { fill: none; stroke: var(--brand); stroke-width: 5; stroke-linecap: round; opacity: 0.8; }

/* ═══ Closer look v3 — framed spotlight (dim car, centered image, no boxes) ═══ */
.hs-stage { overflow: hidden; }
.hs-preload { position: absolute; width: 0; height: 0; overflow: hidden; opacity: 0; pointer-events: none; }

.hs-veil { position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: 0; transition: opacity 0.3s ease;
    background: radial-gradient(circle at 50% 46%, rgba(9,18,16,0.4), rgba(9,18,16,0.66)); backdrop-filter: blur(1.5px); }
.hs-veil.show { opacity: 1; }

.hs-spotlight { position: absolute; inset: 0; z-index: 4; pointer-events: none; display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 16px; opacity: 0; transition: opacity 0.26s ease; padding: 20px; }
.hs-spotlight.show { opacity: 1; }
.hs-shot { margin: 0; background: #fff; padding: 8px; border-radius: 16px; box-shadow: 0 30px 70px rgba(0,0,0,0.5);
    transform: scale(0.9) translateY(10px); transition: transform 0.34s cubic-bezier(0.34, 1.42, 0.5, 1); }
.hs-spotlight.show .hs-shot { transform: none; }
.hs-shot-img { display: block; width: 440px; max-width: 68%; height: 250px; object-fit: cover; border-radius: 10px; margin: 0 auto; }
.hs-cap { text-align: center; max-width: 78%; }
.hs-cap-tag { display: block; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--brand-light); font-weight: 700; }
.hs-cap-title { display: block; font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 700; color: #fff; margin-top: 5px; }
.hs-cap-desc { display: block; font-size: 13px; color: rgba(255,255,255,0.82); margin-top: 3px; }
/* keep pins glowing above the veil while dimmed */
.hs-pin { z-index: 3; }
@media (max-width: 560px) { .hs-shot-img { height: 170px; max-width: 82%; } .hs-cap-title { font-size: 16px; } }
@media (prefers-reduced-motion: reduce) { .hs-shot { transition-duration: 0.12s; } }

/* ═══ Closer look v4 — premium frosted-glass floating card ═══ */
.hs-stage { overflow: visible; }  /* let cards extend past the stage edge again */

.hs-pop { position: absolute; z-index: 5; opacity: 1; visibility: hidden; pointer-events: none;
    transition: visibility 0s linear 0.3s; width: auto; background: none; box-shadow: none; border: 0; }
.hs-pop.show { visibility: visible; transition: visibility 0s; }
.hs-pop::after { display: none; }

.hs-card { position: relative; width: 244px; padding: 11px; border-radius: 20px;
    background: rgba(255,255,255,0.82); backdrop-filter: blur(18px) saturate(1.5); -webkit-backdrop-filter: blur(18px) saturate(1.5);
    border: 1px solid rgba(255,255,255,0.7);
    box-shadow: 0 24px 60px rgba(16,40,36,0.26), 0 6px 16px rgba(16,40,36,0.1);
    opacity: 0; transform: translateY(12px) scale(0.92);
    transition: opacity 0.24s ease, transform 0.34s cubic-bezier(0.34, 1.48, 0.5, 1); }
.hs-pop.show .hs-card { opacity: 1; transform: none; }

.hs-card-photo { border-radius: 13px; overflow: hidden; box-shadow: 0 4px 14px rgba(16,40,36,0.14); }
.hs-card-photo img { display: block; width: 100%; height: 132px; object-fit: cover; transform: scale(1.14); transition: transform 0.6s ease; }
.hs-pop.show .hs-card-photo img { transform: scale(1); }

.hs-card-text { padding: 12px 5px 4px; }
.hs-card-tag { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brand-deep); font-weight: 700; }
.hs-card-title { font-family: 'Sora', sans-serif; font-size: 15px; font-weight: 700; color: #12241f; margin-top: 4px; line-height: 1.15; }
.hs-card-desc { font-size: 12px; color: #5f716c; margin-top: 3px; line-height: 1.4; }

/* placement + caret pointing at the pin */
.hs-pop-top    { transform: translate(-50%, calc(-100% - 18px)); }
.hs-pop-bottom { transform: translate(-50%, 18px); }
.hs-pop-right  { transform: translate(18px, -50%); }
.hs-pop-left   { transform: translate(calc(-100% - 18px), -50%); }
.hs-card::before { content: ''; position: absolute; width: 14px; height: 14px; background: rgba(255,255,255,0.86);
    border: 1px solid rgba(255,255,255,0.7); transform: rotate(45deg); z-index: -1; }
.hs-pop-top .hs-card::before    { bottom: -6px; left: 50%; margin-left: -7px; }
.hs-pop-bottom .hs-card::before { top: -6px; left: 50%; margin-left: -7px; }
.hs-pop-left .hs-card::before   { right: -6px; top: 50%; margin-top: -7px; }
.hs-pop-right .hs-card::before  { left: -6px; top: 50%; margin-top: -7px; }

@media (max-width: 560px) { .hs-card { width: 184px; } .hs-card-photo img { height: 104px; } }
@media (prefers-reduced-motion: reduce) { .hs-card, .hs-card-photo img { transition-duration: 0.12s; } }

/* ═══ Settings — profile page (EV-styled form) ═══ */
.set-title { margin-top: 8px; }
.set-sub { margin-top: 4px; }
.set-form { margin-top: 22px; display: flex; flex-direction: column; gap: 18px; max-width: 520px; }
.set-field { display: flex; flex-direction: column; gap: 7px; }
.set-label { font-size: 13px; font-weight: 600; color: #33413e; }
.set-input {
    width: 100%; padding: 12px 14px; border-radius: 12px; border: 1.5px solid rgba(0,0,0,0.1);
    background: #fff; font-size: 14px; color: #14201e; font-family: 'Inter', sans-serif; transition: border-color 0.15s, box-shadow 0.15s;
}
.set-input:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(var(--brand-rgb),0.14); }
.set-error { font-size: 12.5px; color: #e0556b; font-weight: 500; }
.set-verify { margin-top: 8px; font-size: 13px; color: #6b7c78; }
.set-link { background: none; border: 0; padding: 0; color: var(--brand-deep); font-weight: 600; font-size: 13px; cursor: pointer; text-decoration: underline; }
.set-verify-ok { display: block; margin-top: 4px; color: var(--brand-deep); font-weight: 600; }

.set-actions { display: flex; align-items: center; gap: 14px; }
.set-btn-primary {
    display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; border-radius: 12px; border: 0;
    background: var(--brand); color: #fff; font-size: 14px; font-weight: 600; cursor: pointer; transition: background 0.15s, transform 0.1s;
}
.set-btn-primary:hover { background: var(--brand-deep); }
.set-btn-primary:active { transform: translateY(1px); }
.set-saved { display: inline-flex; align-items: center; gap: 5px; color: var(--brand-deep); font-size: 13px; font-weight: 600; }

/* danger zone */
.set-danger { border: 1px solid rgba(224,85,107,0.28); }
.set-badge-danger { background: rgba(224,85,107,0.12); color: #d6425a; }
.set-btn-danger {
    display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; padding: 11px 20px; border-radius: 12px;
    border: 0; background: #e0556b; color: #fff; font-size: 14px; font-weight: 600; cursor: pointer; transition: background 0.15s;
}
.set-btn-danger:hover { background: #c8455a; }
.set-btn-ghost {
    padding: 11px 20px; border-radius: 12px; border: 1.5px solid rgba(0,0,0,0.12); background: #fff;
    font-size: 14px; font-weight: 600; color: #33413e; cursor: pointer;
}
.set-btn-ghost:hover { border-color: rgba(0,0,0,0.24); }

/* confirm modal */
.set-modal { position: fixed; inset: 0; z-index: 60; display: flex; align-items: center; justify-content: center; padding: 20px; }
.set-modal-scrim { position: absolute; inset: 0; background: rgba(10,20,18,0.5); backdrop-filter: blur(3px); }
.set-modal-card { position: relative; width: 100%; max-width: 440px; background: #fff; border-radius: 20px; padding: 28px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.35); }
.set-modal-ico { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: rgba(224,85,107,0.12); color: #d6425a; margin-bottom: 14px; }
.set-modal-title { font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 700; color: #14201e; }
.set-modal-text { font-size: 14px; color: #6b7c78; line-height: 1.5; margin: 8px 0 18px; }
.set-modal-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 16px; }

/* real hub car photos (transparent PNGs) — contain on a soft studio backdrop */
.offers-media-img--contain { object-fit: contain; padding: 10px; background: radial-gradient(120% 120% at 50% 40%, #f6f9f8, #e8efed); }
.odetail-hero-bg--contain { object-fit: contain; background: radial-gradient(120% 120% at 50% 42%, #eef4f2, #d9e5e2); }

/* ═══ Locale switch (anchor buttons) + MobilityService logo ═══ */
.layout-locale-btn { text-decoration: none; text-align: center; }
.layout-topbar-locale-btn { text-decoration: none; display: inline-flex; align-items: center; }
.layout-brand-imgwrap { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.layout-brand-img { height: 40px; width: auto; max-width: 180px; display: block; object-fit: contain; }
/* EV Renting is a single-line horizontal wordmark — smaller than the stacked MS logo. */
.layout-brand-imgwrap--ev .layout-brand-img { height: 24px; max-width: 160px; }
/* Dark mode: MS is a flat wordmark → invert to white. EV has a knockout "EV" box that
   inverting would erase, so sit it on a small white plate to keep its real colours. */
[data-theme="dark"] .layout-brand-imgwrap--ms .layout-brand-img { filter: brightness(0) invert(1); }
[data-theme="dark"] .layout-brand-imgwrap--ev .layout-brand-img { background: #fff; padding: 5px 8px; border-radius: 8px; }

/* ═══ Accept page — pricing summary alignment ═══ */
.oaccept-price-row { align-items: flex-start; }
.oaccept-bigprice { display: inline-flex; align-items: baseline; gap: 7px; }
.oaccept-price-unit { font-size: 17px; font-weight: 600; letter-spacing: 0; color: rgba(0,0,0,0.42); }
.oaccept-bigprice--sm { font-size: 34px; letter-spacing: -1px; color: #14201e; }
.oaccept-right .oaccept-bigprice { justify-content: flex-end; }
.oaccept-price-lbl { margin-top: 6px; }

/* ============================================================================
   DARK MODE — ev.css component layer (loaded last; wins on specificity)
   Covers the page-specific families defined here: 3D viewer (vc2/vc),
   animated design (evd/hs), documents (docs-file), offer detail (ocost/oglance/
   osvc/odetail-glance), profile (pcard/pmenu/cust), dashboard (dash), team
   analytics (an), support, settings (set), fleet invite (invite), renew, sign.
   Text sitting on brand-coloured cards (docs-accent-*, oaccept-*, support-accent-*)
   is intentionally NOT flipped — dark ink on teal/pink is correct in both themes.
   ========================================================================== */

/* Icon colour helpers */
[data-theme="dark"] .ic-ink { color: #f4f4f5; }
[data-theme="dark"] .ic-half { color: rgba(255,255,255,0.6); }
[data-theme="dark"] .ic-muted-4 { color: rgba(255,255,255,0.5); }
[data-theme="dark"] .ic-dim { color: rgba(255,255,255,0.45); }
[data-theme="dark"] .ic-muted { color: rgba(255,255,255,0.42); }
[data-theme="dark"] .ic-muted-2 { color: rgba(255,255,255,0.35); }

/* Card-level surfaces */
[data-theme="dark"] .docs-file,
[data-theme="dark"] .vc2,
[data-theme="dark"] .vc-panel,
[data-theme="dark"] .hs-pop-card,
[data-theme="dark"] .hs-shot,
[data-theme="dark"] .set-modal-card,
[data-theme="dark"] .odetail-glance,
[data-theme="dark"] .support-service {
  background: #1e1e20;
  border-color: rgba(255,255,255,0.09);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
[data-theme="dark"] .docs-file:hover { border-color: rgba(var(--brand-rgb),0.5); }

/* Inner tiles / tracks / ghost buttons / pills */
[data-theme="dark"] .docs-file-action,
[data-theme="dark"] .an-track,
[data-theme="dark"] .ocost-bar,
[data-theme="dark"] .evd-chip,
[data-theme="dark"] .evd-seatbtn,
[data-theme="dark"] .evd-int-updated,
[data-theme="dark"] .osvc-tile,
[data-theme="dark"] .pcard-btn-round,
[data-theme="dark"] .pmenu-row,
[data-theme="dark"] .renew-btn-ghost,
[data-theme="dark"] .set-btn-ghost,
[data-theme="dark"] .vc-tab,
[data-theme="dark"] .vc2-back,
[data-theme="dark"] .vc2-chip,
[data-theme="dark"] .vc2-ctrl-track,
[data-theme="dark"] .invite-link,
[data-theme="dark"] .login-passkey-btn,
[data-theme="dark"] .sign-agree {
  background: #27272a;
  border-color: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.72);
}
[data-theme="dark"] .evd-chip { color: rgba(255,255,255,0.72); }

/* Inputs */
[data-theme="dark"] .invite-input,
[data-theme="dark"] .set-input {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.14);
  color: #f4f4f5;
}
[data-theme="dark"] .invite-input::placeholder,
[data-theme="dark"] .set-input::placeholder { color: rgba(255,255,255,0.4); }

/* Popover arrow follows the card colour */
[data-theme="dark"] .hs-pop-card::after,
[data-theme="dark"] .hs-pop::after { border-top-color: #1e1e20 !important; background: #1e1e20; }

/* Strong / headline text (was near-black ink) → near-white */
[data-theme="dark"] .pcard-name,
[data-theme="dark"] .pcard-stat-val,
[data-theme="dark"] .cust-name,
[data-theme="dark"] .cust-tile-val,
[data-theme="dark"] .oglance-price-main,
[data-theme="dark"] .oglance-val,
[data-theme="dark"] .ocost-bigprice,
[data-theme="dark"] .vc2-h2,
[data-theme="dark"] .vc2-row-val,
[data-theme="dark"] .vc2-mode-val,
[data-theme="dark"] .evd-title,
[data-theme="dark"] .evd-int-title,
[data-theme="dark"] .hs-pop-title,
[data-theme="dark"] .hs-card-title,
[data-theme="dark"] .set-modal-title,
[data-theme="dark"] .support-service-title,
[data-theme="dark"] .support-callout-title,
[data-theme="dark"] .sign-signer-name,
[data-theme="dark"] .renew-title,
[data-theme="dark"] .invite-result-title,
[data-theme="dark"] .fleet-invite-result-title,
[data-theme="dark"] .docs-file-name,
[data-theme="dark"] .an-mini-val,
[data-theme="dark"] .an-row-val,
[data-theme="dark"] .fleet-row-price,
[data-theme="dark"] .profile-stat-val.stat-ink { color: #f4f4f5; }

/* Muted / secondary text → light muted */
[data-theme="dark"] .docs-file-meta,
[data-theme="dark"] .docs-drop2-hint,
[data-theme="dark"] .docs-drop2-title,
[data-theme="dark"] .dash-act-count,
[data-theme="dark"] .dash-act-time,
[data-theme="dark"] .dash-chart-month,
[data-theme="dark"] .dash-next,
[data-theme="dark"] .dash-trend-delta span,
[data-theme="dark"] .dash-trend-lbl,
[data-theme="dark"] .dash-upg-tag,
[data-theme="dark"] .cust-company,
[data-theme="dark"] .cust-tile-lbl,
[data-theme="dark"] .an-co-count,
[data-theme="dark"] .an-row-co .an-row-label,
[data-theme="dark"] .evd-note,
[data-theme="dark"] .evd-int-status,
[data-theme="dark"] .evd-int-updated,
[data-theme="dark"] .hs-note,
[data-theme="dark"] .ocost-note,
[data-theme="dark"] .ocost-leg-label,
[data-theme="dark"] .ocost-leg-pct,
[data-theme="dark"] .ocost-leg-val,
[data-theme="dark"] .ocost-bigprice-unit,
[data-theme="dark"] .odetail-cost-pct,
[data-theme="dark"] .oglance-lbl,
[data-theme="dark"] .oglance-unit,
[data-theme="dark"] .osvc-tile-label,
[data-theme="dark"] .pcard-share,
[data-theme="dark"] .pmenu-label,
[data-theme="dark"] .pmenu-chev,
[data-theme="dark"] .renew-text,
[data-theme="dark"] .sign-signer-role,
[data-theme="dark"] .sign-send-note b,
[data-theme="dark"] .sign-back-link,
[data-theme="dark"] .support-service-desc,
[data-theme="dark"] .support-callout-text,
[data-theme="dark"] .support-callout-text b,
[data-theme="dark"] .vc-panel-desc,
[data-theme="dark"] .vc-panel-name,
[data-theme="dark"] .vc2-desc,
[data-theme="dark"] .vc2-hint,
[data-theme="dark"] .vc2-pill,
[data-theme="dark"] .vc2-side-lbl,
[data-theme="dark"] .vc2-row-lbl,
[data-theme="dark"] .vc2-credit,
[data-theme="dark"] .vc2-ctrl-top,
[data-theme="dark"] .invite-label,
[data-theme="dark"] .invite-result-sub,
[data-theme="dark"] .fleet-invite-result-sub { color: rgba(255,255,255,0.56); }

/* 3D viewer (vc2) inner surfaces missed by the first pass */
[data-theme="dark"] .vc2-side { background: #27272a; border-color: rgba(255,255,255,0.09); }
[data-theme="dark"] .vc2-side:hover { border-color: rgba(var(--brand-rgb),0.4); }
[data-theme="dark"] .vc2-stage { background: radial-gradient(circle at 50% 45%, #16302c 0%, #141a19 68%); }
[data-theme="dark"] .vc2-toggle,
[data-theme="dark"] .vc2-chip-reset { background: rgba(255,255,255,0.07); }
[data-theme="dark"] .vc2-toggle button.on { background: var(--brand); color: #04231f; }
[data-theme="dark"] .vc2-pill { background: rgba(20,20,22,0.92); color: #f4f4f5; }

/* EVD is a blueprint illustration: dark line-art on a light ground. Keep the whole
   card LIGHT in both themes (a framed diagram), so overlaid text stays readable. */
[data-theme="dark"] .evd.hx-light {
  background: #fff;
  border-color: rgba(0,0,0,0.05);
  color: #1A1A1A;
  box-shadow: 0 10px 34px rgba(0,0,0,0.45);
}
[data-theme="dark"] .evd .evd-title,
[data-theme="dark"] .evd .evd-int-title { color: #14211f; }
[data-theme="dark"] .evd .evd-note,
[data-theme="dark"] .evd .hx-sub,
[data-theme="dark"] .evd .evd-int-status,
[data-theme="dark"] .evd .evd-int-updated { color: rgba(0,0,0,0.55); }
[data-theme="dark"] .evd .evd-chip { background: #fff; border-color: rgba(0,0,0,0.09); color: #33413e; }
[data-theme="dark"] .evd .evd-chip.on { background: var(--brand); border-color: var(--brand); color: #04231f; }
[data-theme="dark"] .evd .evd-seatbtn { background: #fff; border-color: rgba(0,0,0,0.09); }

/* Wizard empty-matches state + gap-2 spacing (mirrors .offers-empty) */
.wiz-empty { align-items: center; text-align: center; padding: 56px 32px; gap: 14px; }
.wiz-empty-icon { width: 56px; height: 56px; border-radius: 50%; }
.wiz-empty-sub { margin-bottom: 4px; max-width: 340px; }

/* Live-search loading: dim the grid + show a spinner while Livewire fetches */
.offers-dim { opacity: .45; pointer-events: none; transition: opacity .15s; }
.offers-spin {
  width: 15px; height: 15px; border-radius: 50%;
  border: 2px solid rgba(var(--brand-rgb),0.25); border-top-color: var(--brand);
  animation: offers-spin 0.7s linear infinite;
}
@keyframes offers-spin { to { transform: rotate(360deg); } }

/* Status history timeline (offer detail) */
.shist { display: flex; flex-direction: column; margin-top: 6px; }
.shist-row { display: flex; align-items: center; gap: 12px; padding: 12px 2px; }
.shist-row + .shist-row { border-top: 1px solid rgba(0,0,0,0.06); }
.shist-dot { width: 11px; height: 11px; border-radius: 50%; flex: none; background: #94a3b8; box-shadow: 0 0 0 4px rgba(0,0,0,0.04); }
.shist-label { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 14px; color: #141414; }
.shist-row:not(.shist-row--active) .shist-label { color: rgba(0,0,0,0.45); font-weight: 500; }
.shist-now { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--brand-deep); background: rgba(var(--brand-rgb),0.12); padding: 3px 9px; border-radius: 50px; }
.shist-time { margin-left: auto; font-size: 12px; color: rgba(0,0,0,0.4); font-variant-numeric: tabular-nums; }

[data-theme="dark"] .shist-row + .shist-row { border-top-color: rgba(255,255,255,0.08); }
[data-theme="dark"] .shist-label { color: #f4f4f5; }
[data-theme="dark"] .shist-row:not(.shist-row--active) .shist-label { color: rgba(255,255,255,0.5); }
[data-theme="dark"] .shist-dot { box-shadow: 0 0 0 4px rgba(255,255,255,0.05); }
[data-theme="dark"] .shist-time { color: rgba(255,255,255,0.42); }

/* Billing instalments (dashboard) */
.bill-row { gap: 14px; }
.bill-dot { width: 10px; height: 10px; border-radius: 50%; flex: none; background: #94a3b8; }
.bill-main { flex: 1; min-width: 0; }
.bill-period { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 14.5px; color: #141414; }
.bill-due { font-size: 12.5px; color: rgba(0,0,0,0.45); margin-top: 1px; }
.bill-amount { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 15px; color: #141414; font-variant-numeric: tabular-nums; }
.bill-pill { flex: none; }
[data-theme="dark"] .bill-period, [data-theme="dark"] .bill-amount { color: #f4f4f5; }
[data-theme="dark"] .bill-due { color: rgba(255,255,255,0.5); }

/* ============================================================================
   Readability pass — bump secondary "row subtitle / meta / timestamp" text
   app-wide so it's no longer tiny & faint. Size-only (dark-mode colours keep
   their own rules). Uppercase eyebrows, tags, badges and stat labels are left
   small on purpose. Loaded last, so these win.
   ========================================================================== */
.bill-due,
.docs-row-meta,
.docs-file-meta,
.support-channel-desc,
.review-meta,
.oglance-lbl,
.cust-tile-lbl { font-size: 14px; }

.doc-meta,
.fleet-act-time,
.vc2-desc,
.evd-note,
.hs-note,
.renewal-banner-sub { font-size: 13.5px; }

.dash-act-time,
.activity-time,
.dash-upg-tag { font-size: 13px; }

/* Big-number stat captions (Performance overview, At-a-glance) — were faint 13px. */
.hx-bigstat-lbl { font-size: 14px; color: rgba(0, 0, 0, 0.6); font-weight: 500; }
.an-mini-lbl { font-size: 13px; }

/* Softer card-media placeholder so slow/again-loading images read as tidy cards,
   not a black void (esp. the catalogue on a single-threaded dev server). */
.offers-media { background: linear-gradient(135deg, #eef2f1, #dfe7e4); }
[data-theme="dark"] .offers-media { background: linear-gradient(135deg, #1f2a28, #141b1a); }

/* Mobile: tighten catalogue/offers cards so they feel compact and cute. */
@media (max-width: 640px) {
  .offers-card { padding: 16px; }
  .offers-media { height: 170px; }
  .offers-title { font-size: 34px; }
}

/* Fleet dashboard — collapsible invite spacing */
.fleet-invite-toggle { align-items: flex-start; gap: 12px; }
.fleet-invite-body { margin-top: 18px; }

/* Fleet buttons — a touch bolder + consistent hover lift (nicer CTAs). */
.fleet-small-btn { padding: 10px 18px; font-size: 12.5px; transition: transform .12s ease, filter .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease; }
.fleet-btn-sign:hover { filter: brightness(1.04); transform: translateY(-1px); }

/* "Ready to sign" rows read as tappable list items with a soft hover. */
.fleet-list-row-clickable { border-radius: 14px; padding-left: 12px; padding-right: 12px; margin-left: -12px; margin-right: -12px; transition: background .15s ease; border-bottom: none; }
.fleet-list-row-clickable:hover { background: rgba(var(--brand-rgb), 0.06); }
.fleet-list .fleet-list-row-clickable + .fleet-list-row-clickable { margin-top: 2px; }
[data-theme="dark"] .fleet-list-row-clickable:hover { background: rgba(var(--brand-rgb), 0.12); }

/* Refined button text — calmer weight + subtle tracking (less shouty than 700). */
.fleet-small-btn { font-weight: 600; letter-spacing: 0.015em; }
.fleet-btn-approve:hover, .fleet-btn-sign:hover { filter: brightness(1.07); transform: translateY(-1px); }

/* ============================================================================
   Motion — CSS-only card entrance (fade + rise, staggered) + hover lift.
   Pure CSS so it can never leave content stuck hidden; animation-fill-mode
   'both' guarantees the final state is fully visible. Skipped for reduced motion.
   ========================================================================== */
@media (prefers-reduced-motion: no-preference) {
  /* Transform-only so a stalled animation can never leave content invisible —
     opacity is left untouched (always 1). Cards glide up into place on load. */
  @keyframes hx-rise {
    from { transform: translateY(16px); }
    to   { transform: none; }
  }
  .hx-page > .hx-card,
  .hx-page > .offers-grid > .offers-card {
    animation: hx-rise .5s cubic-bezier(.2,.7,.2,1) backwards;
  }
  .hx-page > .hx-card:nth-child(2),  .hx-page > .offers-grid > .offers-card:nth-child(2)  { animation-delay: .05s; }
  .hx-page > .hx-card:nth-child(3),  .hx-page > .offers-grid > .offers-card:nth-child(3)  { animation-delay: .10s; }
  .hx-page > .hx-card:nth-child(4),  .hx-page > .offers-grid > .offers-card:nth-child(4)  { animation-delay: .15s; }
  .hx-page > .hx-card:nth-child(5),  .hx-page > .offers-grid > .offers-card:nth-child(5)  { animation-delay: .20s; }
  .hx-page > .hx-card:nth-child(n+6),.hx-page > .offers-grid > .offers-card:nth-child(n+6){ animation-delay: .24s; }

  /* Hover lift for browsable cards */
  .offers-card, .fleet-active-card {
    transition: transform .25s cubic-bezier(.2,.7,.2,1), box-shadow .25s cubic-bezier(.2,.7,.2,1);
  }
  .offers-card:hover, .fleet-active-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(4, 35, 31, 0.13);
  }
  [data-theme="dark"] .offers-card:hover,
  [data-theme="dark"] .fleet-active-card:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  }
}

/* Incoming-delivery card (driver dashboard) with a progress tracker */
.deliv2 { position: relative; overflow: hidden; }
.deliv2::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, var(--brand), var(--brand-light)); }
.deliv2-top { display: flex; align-items: flex-start; gap: 14px; }
.deliv2-ico { flex-shrink: 0; }
.deliv2-head { flex: 1; min-width: 0; }
.deliv2-h { margin-top: 6px; }
.deliv2-pill { flex-shrink: 0; align-self: center; }
.deliv2-foot { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 20px; }
.deliv2-sub { margin: 0; max-width: 48ch; }
.deliv-req-btn { white-space: nowrap; }
.deliv-req-note { display: inline-flex; align-items: center; gap: 6px; font-family: 'Sora', sans-serif; font-weight: 600; font-size: 13.5px; color: #1A1A1A; }
[data-theme="dark"] .deliv-req-note { color: #f4f4f5; }

/* Progress tracker */
.deliv-track { display: flex; align-items: flex-start; margin-top: 22px; overflow-x: auto; scrollbar-width: none; padding-bottom: 2px; }
.deliv-track::-webkit-scrollbar { display: none; }
.deliv-step { display: flex; flex-direction: column; align-items: center; gap: 9px; flex: 0 0 auto; }
.deliv-step-dot { width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #e7edeb; color: #93a49e; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 13px; border: 2px solid transparent; transition: all .2s; }
.deliv-step.done .deliv-step-dot { background: var(--brand); color: var(--brand-ink); }
.deliv-step.current .deliv-step-dot { background: #fff; border-color: var(--brand); color: var(--brand-ink); box-shadow: 0 0 0 5px rgba(var(--brand-rgb), 0.14); }
.deliv-step-lbl { font-size: 12px; font-weight: 600; color: rgba(0,0,0,0.45); white-space: nowrap; }
.deliv-step.done .deliv-step-lbl, .deliv-step.current .deliv-step-lbl { color: #1A1A1A; }
.deliv-step-date { font-size: 11.5px; font-weight: 600; color: rgba(0,0,0,0.4); white-space: nowrap; margin-top: 1px; font-variant-numeric: tabular-nums; }
.deliv-step.current .deliv-step-date { color: #1A1A1A; }
[data-theme="dark"] .deliv-step-date { color: rgba(255,255,255,0.4); }
[data-theme="dark"] .deliv-step.current .deliv-step-date { color: #f4f4f5; }
.deliv-line { flex: 1; height: 2px; background: #e7edeb; margin: 15px 8px 0; border-radius: 2px; min-width: 30px; transition: background .2s; }
.deliv-line.done { background: var(--brand); }

[data-theme="dark"] .deliv-step-dot { background: rgba(255,255,255,0.10); color: rgba(255,255,255,0.5); }
[data-theme="dark"] .deliv-step-lbl { color: rgba(255,255,255,0.5); }
[data-theme="dark"] .deliv-step.done .deliv-step-lbl, [data-theme="dark"] .deliv-step.current .deliv-step-lbl { color: #f4f4f5; }
[data-theme="dark"] .deliv-step.current .deliv-step-dot { background: #1c1c1c; }
[data-theme="dark"] .deliv-line { background: rgba(255,255,255,0.12); }

/* Update-requested pill (team deliveries + dealer list) */
.deliv-req-pill { display: inline-flex; align-items: center; gap: 5px; color: #6b7772; background: rgba(0,0,0,0.06); }
[data-theme="dark"] .deliv-req-pill { color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.09); }

/* ── Registration (aanmeldformulier → RDW) — team hand-off view ── */
.deliv-reg-row { padding: 14px 16px; border: 1px solid rgba(0,0,0,0.08); border-radius: 14px; background: #fff; display: flex; flex-direction: column; gap: 12px; }
.deliv-reg-row + .deliv-reg-row { margin-top: 10px; }
.deliv-reg-head { display: flex; align-items: center; gap: 12px; }
.deliv-reg-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.deliv-reg-field { background: rgba(0,0,0,0.03); border-radius: 10px; padding: 8px 10px; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.deliv-reg-lbl { font-size: 11px; font-weight: 600; color: rgba(0,0,0,0.45); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.deliv-reg-val { font-size: 13.5px; font-weight: 600; color: #1A1A1A; overflow-wrap: anywhere; font-variant-numeric: tabular-nums; }
.deliv-reg-field.is-missing { background: rgba(208,169,49,0.12); }
.deliv-reg-field.is-missing .deliv-reg-val { color: #a9843a; font-style: italic; font-weight: 500; }
@media (max-width: 640px) { .deliv-reg-grid { grid-template-columns: repeat(2, 1fr); } }
[data-theme="dark"] .deliv-reg-row { background: #1b1b1d; border-color: rgba(255,255,255,0.08); }
[data-theme="dark"] .deliv-reg-field { background: rgba(255,255,255,0.05); }
[data-theme="dark"] .deliv-reg-lbl { color: rgba(255,255,255,0.45); }
[data-theme="dark"] .deliv-reg-val { color: #f4f4f5; }
[data-theme="dark"] .deliv-reg-field.is-missing { background: rgba(208,169,49,0.16); }
[data-theme="dark"] .deliv-reg-field.is-missing .deliv-reg-val { color: #e0be74; }

/* ── Dealer registration entry card ── */
.dealer-reg-row { flex-direction: column; align-items: stretch; gap: 12px; }
.dealer-reg-top { display: flex; align-items: center; gap: 12px; }
.dealer-reg-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.dealer-reg-field { display: flex; flex-direction: column; gap: 4px; }
.dealer-reg-field label { font-size: 11px; font-weight: 600; color: rgba(0,0,0,0.5); }
.dealer-reg-have { font-size: 13.5px; font-weight: 600; color: #1A1A1A; display: inline-flex; align-items: center; gap: 5px; }
.dealer-reg-foot { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
@media (max-width: 640px) { .dealer-reg-grid { grid-template-columns: 1fr; } }
[data-theme="dark"] .dealer-reg-field label { color: rgba(255,255,255,0.5); }
[data-theme="dark"] .dealer-reg-have { color: #f4f4f5; }
.deliv-reg-src { font-size: 10.5px; font-weight: 600; color: rgba(0,0,0,0.33); }
[data-theme="dark"] .deliv-reg-src { color: rgba(255,255,255,0.33); }

/* ── Registration PDF download button ── */
.deliv-reg-pdf { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 600; color: var(--brand-ink); background: rgba(0,0,0,0.05); border: 1px solid rgba(0,0,0,0.1); border-radius: 10px; padding: 6px 11px; text-decoration: none; white-space: nowrap; }
.deliv-reg-pdf:hover { background: rgba(0,0,0,0.08); }
.deliv-reg-pdf.is-disabled { opacity: 0.4; cursor: not-allowed; }
.deliv-reg-pdf.is-disabled:hover { background: rgba(0,0,0,0.05); }
[data-theme="dark"] .deliv-reg-pdf { color: #f4f4f5; background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.12); }
[data-theme="dark"] .deliv-reg-pdf.is-disabled:hover { background: rgba(255,255,255,0.06); }

/* ══ Billing card — redesigned (progress + richer rows) ══ */
.bill-head { align-items: center; }
.bill-progress-lbl { font-size: 12px; font-weight: 600; opacity: .55; }
.bill-h { margin: 12px 0 4px; }
.bill-next { margin: 0 0 12px; }
.bill-next strong { font-weight: 700; }
.bill-progress2 { margin: 8px 0 18px; }
.bill-segs { display: flex; gap: 5px; }
.bill-seg { flex: 1; height: 9px; border-radius: 5px; background: rgba(128,128,128,.18); transform-origin: left; animation: bill-seg-in .5s cubic-bezier(.22,.61,.36,1) backwards; animation-delay: calc(var(--i) * 90ms); }
.bill-seg.is-paid { background: linear-gradient(90deg, var(--brand), var(--brand-light)); box-shadow: 0 2px 8px rgba(var(--brand-rgb),.35); }
.bill-seg.is-due { background: #E0A83E; box-shadow: 0 2px 8px rgba(224,168,62,.30); }
@keyframes bill-seg-in { from { transform: scaleX(0); opacity: 0; } to { transform: scaleX(1); opacity: 1; } }
.bill-progress2-lbl { font-size: 11.5px; opacity: .55; margin-top: 9px; }
@media (prefers-reduced-motion: reduce) { .bill-seg { animation: none; } }
.bill-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
@media (max-width: 820px) { .bill-grid { grid-template-columns: repeat(2, 1fr); } }
/* On the 2-col mobile grid the cells are too narrow for the due-date and status pill
   side by side (the pill was truncating to "BETAA…") — stack them. */
@media (max-width: 640px) {
  .bill-cell-foot { flex-direction: column; align-items: flex-start; gap: 4px; }
  .bill-cell-pill { max-width: 100%; }
}
.bill-cell { position: relative; display: flex; flex-direction: column; gap: 7px; padding: 15px 16px 13px 18px; border-radius: 16px; background: rgba(128,128,128,.06); border: 1px solid rgba(128,128,128,.12); overflow: hidden; transition: transform .2s ease, background .2s ease; }
.bill-cell::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: rgba(128,128,128,.4); }
.bill-cell.is-paid::before { background: var(--brand); }
.bill-cell.is-due::before { background: #E0A83E; }
.bill-cell.is-sched::before { background: rgba(101,135,165,.5); }
.bill-cell.is-overdue::before { background: #C50000; }
.bill-cell:hover { transform: translateY(-3px); background: rgba(128,128,128,.11); }
.bill-cell-head { display: flex; align-items: center; justify-content: space-between; }
.bill-cell-month { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; opacity: .55; }
.bill-cell-ico { width: 24px; height: 24px; border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bill-cell.is-paid .bill-cell-ico { background: rgba(var(--brand-rgb),.15); color: var(--brand); }
.bill-cell.is-due .bill-cell-ico { background: rgba(224,168,62,.18); color: #E0A83E; }
.bill-cell.is-sched .bill-cell-ico { background: rgba(101,135,165,.14); color: #6587A5; }
.bill-cell.is-overdue .bill-cell-ico { background: rgba(197,0,0,.12); color: #C50000; }
.bill-cell-amount { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 25px; letter-spacing: -1px; line-height: 1; }
.bill-cell-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 2px; }
.bill-cell-due { font-size: 11px; opacity: .5; white-space: nowrap; }
.bill-cell-pill { font-size: 10px; padding: 2px 8px; }
/* Status pills follow the brand + brandbook palette (paid = brand · due = amber/oker
   · planned = ms-blue), not the status catalog's fixed green/grey hex. */
.bill-cell.is-paid  .bill-cell-pill { color: var(--brand); background: rgba(var(--brand-rgb),.13); }
.bill-cell.is-due   .bill-cell-pill { color: #C0851E; background: rgba(224,168,62,.16); }
.bill-cell.is-sched .bill-cell-pill { color: #5B7A95; background: rgba(101,135,165,.15); }
.bill-cell.is-overdue .bill-cell-pill { color: #C50000; background: rgba(197,0,0,.10); }

/* ══ CO₂ impact + mileage self-report (driver) ══ */
/* ══ CO₂ impact — "real difference" 4-column stat row with sticker badges ══ */
.co2-badge { background: rgba(var(--brand-rgb),.12); color: var(--brand-deep); border-color: rgba(var(--brand-rgb),.22); }
.co2-title { margin-top: 14px; }

.co2-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 26px 0 22px; }
.co2-col { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; padding: 0 6px; }
/* sticker: chunky rounded badge, playful tilt, soft brand shadow + light edge */
.co2-sticker { width: 66px; height: 66px; border-radius: 22px; flex-shrink: 0;
    background: linear-gradient(140deg, var(--brand-light), var(--brand));
    color: #fff; display: flex; align-items: center; justify-content: center;
    border: 3px solid rgba(255,255,255,.75);
    box-shadow: 0 12px 24px rgba(var(--brand-rgb),.30), inset 0 2px 6px rgba(255,255,255,.4);
    transform: rotate(var(--r, 0deg)); transition: transform .25s cubic-bezier(.34,1.56,.64,1); }
.co2-col:hover .co2-sticker { transform: rotate(0deg) scale(1.06); }
.co2-col-num { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 30px; line-height: 1; letter-spacing: -1.2px; }
.co2-col-num span { font-size: 16px; font-weight: 600; opacity: .45; }
.co2-col-lbl { font-size: 12.5px; line-height: 1.4; opacity: .6; max-width: 15ch; }


[data-theme="dark"] .co2-badge { background: rgba(var(--brand-rgb),.15); color: var(--brand-light); border-color: rgba(var(--brand-rgb),.25); }
[data-theme="dark"] .co2-sticker { border-color: rgba(255,255,255,.22); }
@media (max-width: 900px) { .co2-cols { grid-template-columns: repeat(2, 1fr); row-gap: 26px; } }
@media (max-width: 460px) { .co2-cols { grid-template-columns: 1fr; } }
.mileage-h { margin-top: 14px; }
.mileage-sub { margin: 8px 0 14px; }
.mileage-ok { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #31BCAB; margin-bottom: 12px; }
.mileage-form { display: flex; gap: 10px; }
.mileage-input { flex: 1; min-width: 0; padding: 12px 14px; border-radius: 12px; border: 1px solid rgba(128,128,128,.25); background: rgba(128,128,128,.05); font-size: 15px; color: inherit; }
.mileage-input:focus { outline: none; border-color: #31BCAB; }
.mileage-btn { white-space: nowrap; }

/* ══ Notification centre (bell dropdown) ══ */
.notif { position: relative; }
.notif-badge { position: absolute; top: -3px; right: -3px; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 8px; background: #E0575F; color: #fff; font-size: 10px; font-weight: 700; display: flex; align-items: center; justify-content: center; line-height: 1; }
.notif-panel { position: absolute; right: 0; top: calc(100% + 10px); width: 330px; max-width: 86vw; background: #fff; color: #16181d; border: 1px solid rgba(0,0,0,.08); border-radius: 16px; box-shadow: 0 22px 55px rgba(0,0,0,.20); padding: 8px; z-index: 60; }
.notif-panel, .notif-panel * { font-family: 'Inter', system-ui, sans-serif; }
.notif-head { font-family: 'Sora', 'Inter', sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; opacity: .5; padding: 10px 10px 6px; }
.notif-item { display: flex; gap: 11px; align-items: flex-start; padding: 10px; border-radius: 12px; text-decoration: none; color: inherit; transition: background .15s ease; }
.notif-item:hover { background: rgba(0,0,0,.05); }
.notif-ico { width: 30px; height: 30px; border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.notif-green { background: rgba(49,188,171,.15); color: #31BCAB; }
.notif-blue { background: rgba(60,130,220,.15); color: #3C82DC; }
.notif-oker { background: rgba(224,168,62,.18); color: #C98A1E; }
.notif-grey { background: rgba(128,128,128,.15); color: #666; }
.notif-body { display: flex; flex-direction: column; gap: 2px; }
.notif-text { font-size: 13px; font-weight: 500; line-height: 1.45; letter-spacing: -.01em; }
.notif-time { font-size: 11px; font-weight: 500; opacity: .45; margin-top: 1px; }
.notif-empty { display: flex; align-items: center; gap: 8px; padding: 18px 12px; font-size: 13px; opacity: .6; }
[data-theme="dark"] .notif-panel { background: #1b1f27; color: #e9e9ec; border-color: rgba(255,255,255,.1); }
[data-theme="dark"] .notif-item:hover { background: rgba(255,255,255,.07); }

/* ══ Fleet cost report + export ══ */
.cost-head { align-items: flex-start; }
.cost-export-btn { display: inline-flex; align-items: center; gap: 7px; padding: 9px 15px; border-radius: 11px; border: 1px solid rgba(var(--brand-rgb),.35); background: rgba(var(--brand-rgb),.10); color: var(--brand-deep); font-size: 13px; font-weight: 600; cursor: pointer; white-space: nowrap; transition: background .15s ease, transform .1s ease; }
.cost-export-btn:hover { background: rgba(var(--brand-rgb),.18); }
.cost-export-btn:active { transform: translateY(1px); }
.cost-export-btn[disabled] { opacity: .55; cursor: default; }
.cost-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 16px 0 6px; }
.cost-tile { background: rgba(0,0,0,.03); border: 1px solid rgba(0,0,0,.06); border-radius: 14px; padding: 15px 16px; }
.cost-tile-accent { background: linear-gradient(135deg, rgba(var(--brand-rgb),.14), rgba(var(--brand-rgb),.05)); border-color: rgba(var(--brand-rgb),.22); }
.cost-tile-lbl { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; opacity: .5; }
.cost-tile-val { font-family: 'Sora', sans-serif; font-size: 26px; font-weight: 700; margin-top: 4px; letter-spacing: -.02em; }
.cost-tile-sub { font-size: 12px; opacity: .55; margin-top: 2px; }
.cost-table { margin-top: 14px; border: 1px solid rgba(0,0,0,.07); border-radius: 14px; overflow: hidden; }
.cost-table-head, .cost-table-row { display: grid; grid-template-columns: 1.4fr 1.6fr .8fr .9fr; align-items: center; gap: 10px; padding: 11px 16px; }
.cost-table-head { background: rgba(0,0,0,.03); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; opacity: .55; }
.cost-table-row { border-top: 1px solid rgba(0,0,0,.05); font-size: 14px; }
.cost-table-row:hover { background: rgba(var(--brand-rgb),.04); }
.cost-driver { font-weight: 600; }
.cost-veh { opacity: .7; font-size: 13px; }
.cost-num { text-align: right; font-variant-numeric: tabular-nums; font-weight: 600; }
.cost-muted { opacity: .5; font-weight: 500; }
[data-theme="dark"] .cost-tile { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.08); }
[data-theme="dark"] .cost-table { border-color: rgba(255,255,255,.09); }
[data-theme="dark"] .cost-table-head { background: rgba(255,255,255,.05); }
[data-theme="dark"] .cost-table-row { border-top-color: rgba(255,255,255,.06); }
@media (max-width: 720px) { .cost-tiles { grid-template-columns: 1fr; } .cost-table-head { display: none; } .cost-table-row { grid-template-columns: 1fr auto; row-gap: 2px; } .cost-veh { grid-column: 1; } .cost-num:last-child { display: none; } }

/* ══ Team deliveries: toolbar, search, SLA aging, assignee ══ */
.deliv-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin: 14px 0 4px; }
.deliv-search { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 11px; border: 1px solid rgba(0,0,0,.12); background: rgba(0,0,0,.02); min-width: 240px; color: inherit; }
.deliv-search svg { opacity: .5; flex-shrink: 0; }
.deliv-search input { border: none; background: transparent; outline: none; font-size: 13.5px; color: inherit; width: 100%; }
.deliv-search-clear { border: none; background: transparent; cursor: pointer; opacity: .5; display: flex; padding: 0; color: inherit; }
.deliv-search-clear:hover { opacity: .9; }
[data-theme="dark"] .deliv-search { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.04); }
.sla-pill { display: inline-flex; align-items: center; gap: 4px; padding: 3px 9px; border-radius: 999px; font-size: 11.5px; font-weight: 600; white-space: nowrap; }
.sla-ok { background: rgba(var(--brand-rgb),.12); color: var(--brand-deep); }
.sla-warn { background: rgba(224,168,62,.18); color: #B9791A; }
.sla-late { background: rgba(224,87,95,.16); color: #C8434B; }
[data-theme="dark"] .sla-ok { color: var(--brand-light); }
[data-theme="dark"] .sla-warn { color: #E7B35A; }
[data-theme="dark"] .sla-late { color: #F09199; }
.deliv-assign { position: relative; flex-shrink: 0; }
.deliv-assign-btn { width: 34px; height: 34px; border-radius: 10px; border: 1px dashed rgba(0,0,0,.22); background: transparent; color: rgba(0,0,0,.4); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: border-color .15s ease, background .15s ease; }
.deliv-assign-btn:hover { border-color: rgba(var(--brand-rgb),.5); color: var(--brand-deep); }
.deliv-assign-btn.is-assigned { border-style: solid; border-color: transparent; background: linear-gradient(135deg, var(--brand), var(--brand-deep)); }
.deliv-assign-av { color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.deliv-assign-av.sm { width: 24px; height: 24px; border-radius: 7px; background: linear-gradient(135deg, var(--brand), var(--brand-deep)); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.deliv-assign-menu { position: absolute; right: 0; top: calc(100% + 8px); width: 230px; background: #fff; color: #16181d; border: 1px solid rgba(0,0,0,.08); border-radius: 13px; box-shadow: 0 18px 45px rgba(0,0,0,.18); padding: 6px; z-index: 40; }
.deliv-assign-head { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; opacity: .5; padding: 6px 8px 4px; }
.deliv-assign-opt { display: flex; align-items: center; gap: 9px; width: 100%; padding: 8px; border: none; background: transparent; border-radius: 9px; cursor: pointer; font-size: 13px; color: inherit; text-align: left; }
.deliv-assign-opt:hover { background: rgba(0,0,0,.05); }
.deliv-assign-opt.on { background: rgba(var(--brand-rgb),.10); font-weight: 600; }
.deliv-assign-clear { color: #C8434B; gap: 7px; }
[data-theme="dark"] .deliv-assign-menu { background: #1b1f27; color: #e9e9ec; border-color: rgba(255,255,255,.1); }
[data-theme="dark"] .deliv-assign-opt:hover { background: rgba(255,255,255,.07); }
[data-theme="dark"] .deliv-assign-btn { border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.5); }

/* ══ Team dealer directory ══ */
.dealer-head { align-items: center; gap: 12px; }
.dealer-head-tools { display: inline-flex; align-items: center; gap: 10px; }
.dealer-search { min-width: 200px; }
@media (max-width: 620px) { .dealer-search { min-width: 0; width: 100%; } .dealer-head-tools { flex: 1; } }
.dealer-nav { display: inline-flex; gap: 8px; }
.dealer-nav-btn { width: 34px; height: 34px; border-radius: 10px; border: 1px solid rgba(0,0,0,.12); background: transparent; color: inherit; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: border-color .15s ease, background .15s ease; }
.dealer-nav-btn:hover { border-color: rgba(var(--brand-rgb),.5); background: rgba(var(--brand-rgb),.08); color: var(--brand-deep); }
[data-theme="dark"] .dealer-nav-btn { border-color: rgba(255,255,255,.15); }
.dealer-track { display: flex; gap: 18px; margin-top: 14px; overflow-x: auto; scroll-snap-type: x mandatory; align-items: flex-start; padding-bottom: 6px; -ms-overflow-style: none; scrollbar-width: none; scroll-behavior: smooth; }
.dealer-track::-webkit-scrollbar { display: none; }
.dealer-card { flex: 0 0 calc(50% - 9px); scroll-snap-align: start; border: 1px solid rgba(0,0,0,.08); border-radius: 16px; padding: 16px; display: flex; flex-direction: column; gap: 12px; background: rgba(0,0,0,.015); }
@media (max-width: 720px) { .dealer-card { flex-basis: 88%; } }
.dealer-card-head { display: flex; align-items: center; gap: 11px; }
.dealer-tile { background: rgba(var(--brand-rgb),.12); }
.dealer-card-id { flex: 1; min-width: 0; }
.dealer-name { font-weight: 700; font-size: 15px; }
.dealer-email { font-size: 12.5px; opacity: .6; text-decoration: none; color: inherit; }
.dealer-email:hover { color: var(--brand-deep); text-decoration: underline; }
.dealer-orders { flex-shrink: 0; font-size: 11.5px; font-weight: 700; padding: 4px 10px; border-radius: 999px; background: rgba(var(--brand-rgb),.14); color: var(--brand-deep); }
.dealer-details { display: flex; flex-direction: column; gap: 7px; }
.dealer-line { display: flex; align-items: center; gap: 9px; font-size: 13.5px; }
.dealer-line svg { opacity: .5; flex-shrink: 0; }
.dealer-line.is-empty { opacity: .4; font-style: italic; }
.dealer-edit-btn { align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; padding: 7px 13px; border-radius: 10px; border: 1px solid rgba(0,0,0,.12); background: transparent; color: inherit; font-size: 12.5px; font-weight: 600; cursor: pointer; }
.dealer-edit-btn:hover { border-color: rgba(var(--brand-rgb),.5); color: var(--brand-deep); }
.dealer-edit { display: flex; flex-direction: column; gap: 10px; }
.dealer-edit-title { font-weight: 700; font-size: 15px; }
.dealer-field { display: flex; flex-direction: column; gap: 4px; }
.dealer-field span { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; opacity: .55; }
.dealer-field input { padding: 9px 11px; border-radius: 10px; border: 1px solid rgba(0,0,0,.15); background: #fff; font-size: 13.5px; color: inherit; outline: none; }
.dealer-field input:focus { border-color: rgba(var(--brand-rgb),.55); box-shadow: 0 0 0 3px rgba(var(--brand-rgb),.12); }
.dealer-edit-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 2px; }
.dealer-btn-ghost { padding: 8px 14px; border-radius: 10px; border: 1px solid rgba(0,0,0,.12); background: transparent; color: inherit; font-size: 13px; font-weight: 600; cursor: pointer; }
.dealer-btn-save { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border-radius: 10px; border: none; background: linear-gradient(135deg, var(--brand), var(--brand-deep)); color: #fff; font-size: 13px; font-weight: 600; cursor: pointer; }
[data-theme="dark"] .dealer-card { border-color: rgba(255,255,255,.09); background: rgba(255,255,255,.03); }
[data-theme="dark"] .dealer-edit-btn, [data-theme="dark"] .dealer-btn-ghost { border-color: rgba(255,255,255,.15); }
[data-theme="dark"] .dealer-field input { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.15); }

/* ══ Offers catalogue — pager + price-on-request ══ */
.offers-price-req { font-size: 14px; font-weight: 600; color: var(--brand-deep); }
.offers-pager { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 8px 0 4px; flex-wrap: wrap; }
.offers-pager-btn { display: inline-flex; align-items: center; gap: 6px; padding: 9px 16px; border-radius: 12px; border: 1px solid rgba(0,0,0,.12); background: #fff; color: inherit; font-size: 13.5px; font-weight: 600; cursor: pointer; transition: border-color .15s ease, background .15s ease; }
.offers-pager-btn:hover:not([disabled]) { border-color: rgba(var(--brand-rgb),.5); background: rgba(var(--brand-rgb),.08); color: var(--brand-deep); }
.offers-pager-btn[disabled] { opacity: .4; cursor: default; }
.offers-pager-info { font-size: 13px; opacity: .65; font-variant-numeric: tabular-nums; }
[data-theme="dark"] .offers-pager-btn { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.14); }

/* ══ Team "by company" — richer company cards ══ */
.co-list { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; }
.co-row { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid rgba(0,0,0,.07); border-radius: 16px; background: rgba(0,0,0,.015); }
.co-main { flex: 1; min-width: 0; }
.co-name { font-weight: 700; font-size: 15px; }
.co-meta { font-size: 12.5px; opacity: .6; margin: 2px 0 9px; }
.co-bar { height: 7px; border-radius: 7px; background: rgba(var(--brand-rgb),.14); overflow: hidden; }
.co-bar span { display: block; height: 100%; border-radius: 7px; background: linear-gradient(90deg, var(--brand-deep), var(--brand)); transition: width 1s cubic-bezier(.22,.61,.36,1); }
.co-val { text-align: right; flex-shrink: 0; }
.co-val-num { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 18px; letter-spacing: -.02em; }
.co-val-unit { font-size: 12px; font-weight: 600; opacity: .4; }
.co-val-share { font-size: 11px; opacity: .5; margin-top: 2px; }
[data-theme="dark"] .co-row { border-color: rgba(255,255,255,.08); background: rgba(255,255,255,.03); }

/* ══ Offer-to-a-driver modal + toast ══ */
.offer-modal-overlay { position: fixed; inset: 0; z-index: 200; background: rgba(10,14,20,.5); backdrop-filter: blur(3px); display: flex; align-items: center; justify-content: center; padding: 20px; animation: offerFade .18s ease; }
@keyframes offerFade { from { opacity: 0; } to { opacity: 1; } }
.offer-modal { width: 460px; max-width: 100%; max-height: 82vh; overflow-y: auto; background: #fff; color: #16181d; border-radius: 20px; box-shadow: 0 30px 70px rgba(0,0,0,.35); padding: 22px; animation: offerRise .22s cubic-bezier(.22,.61,.36,1); }
@keyframes offerRise { from { transform: translateY(14px) scale(.98); opacity: 0; } to { transform: none; opacity: 1; } }
.offer-modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.offer-modal-title { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 20px; margin: 8px 0 4px; letter-spacing: -.02em; }
.offer-modal-sub { font-size: 13px; opacity: .6; }
.offer-modal-close { border: none; background: transparent; cursor: pointer; color: inherit; opacity: .45; padding: 0; flex-shrink: 0; }
.offer-modal-close:hover { opacity: .9; }
.offer-driver-list { display: flex; flex-direction: column; gap: 8px; }
.offer-driver-row { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border: 1px solid rgba(0,0,0,.07); border-radius: 14px; }
.offer-driver-row:hover { background: rgba(var(--brand-rgb),.05); border-color: rgba(var(--brand-rgb),.2); }
.offer-driver-main { flex: 1; min-width: 0; }
.offer-driver-name { font-weight: 600; font-size: 14px; }
.offer-driver-email { font-size: 12px; opacity: .55; }
.offer-driver-btn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 10px; border: none; background: linear-gradient(135deg, var(--brand), var(--brand-deep)); color: #fff; font-size: 13px; font-weight: 600; cursor: pointer; white-space: nowrap; flex-shrink: 0; }
.offer-driver-btn:hover { filter: brightness(1.05); }
.offer-driver-btn[disabled] { opacity: .6; cursor: default; }
.offer-toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 210; display: flex; align-items: center; gap: 10px; background: #fff; color: #16181d; border: 1px solid rgba(var(--brand-rgb),.3); border-radius: 14px; padding: 13px 18px; box-shadow: 0 18px 45px rgba(0,0,0,.22); font-size: 13.5px; font-weight: 500; animation: offerRise .25s ease; }
[data-theme="dark"] .offer-modal { background: #1b1f27; color: #e9e9ec; }
[data-theme="dark"] .offer-driver-row { border-color: rgba(255,255,255,.1); }
[data-theme="dark"] .offer-toast { background: #1b1f27; color: #e9e9ec; }

/* ══ Public "get started" gate ══ */
.gs-wrap { min-height: 100dvh; display: flex; align-items: center; justify-content: center; padding: 24px; background: radial-gradient(120% 90% at 50% -10%, rgba(var(--brand-rgb),.14), transparent 60%), #f4f6f5; }
.gs-card { width: 100%; max-width: 460px; background: #fff; border: 1px solid rgba(0,0,0,.07); border-radius: 24px; padding: 34px 30px; box-shadow: 0 30px 70px rgba(0,0,0,.10); }
.gs-logo { display: inline-block; font-family: 'Sora', sans-serif; font-weight: 800; font-size: 20px; letter-spacing: -.02em; color: #12181d; text-decoration: none; margin-bottom: 22px; }
.gs-logo span { color: var(--brand); }
.gs-badge { background: rgba(var(--brand-rgb),.12); color: var(--brand-deep); border-color: rgba(var(--brand-rgb),.22); }
.gs-h1 { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 27px; line-height: 1.1; letter-spacing: -.02em; margin: 12px 0 8px; color: #12181d; }
.gs-sub { font-size: 14px; line-height: 1.5; color: rgba(0,0,0,.55); margin-bottom: 22px; }
.gs-existing { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 18px; border-radius: 15px; border: 1px solid rgba(var(--brand-rgb),.28); background: rgba(var(--brand-rgb),.06); text-decoration: none; color: #12181d; font-weight: 600; font-size: 14.5px; transition: background .15s ease; }
.gs-existing:hover { background: rgba(var(--brand-rgb),.12); }
.gs-existing-main { display: inline-flex; align-items: center; gap: 9px; }
.gs-existing-cta { display: inline-flex; align-items: center; gap: 5px; color: var(--brand-deep); font-weight: 700; white-space: nowrap; }
.gs-or { display: flex; align-items: center; gap: 12px; margin: 18px 0; color: rgba(0,0,0,.4); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.gs-or::before, .gs-or::after { content: ''; flex: 1; height: 1px; background: rgba(0,0,0,.1); }
.gs-label { display: block; font-size: 12.5px; font-weight: 600; color: rgba(0,0,0,.6); margin-bottom: 8px; }
.gs-inrow { display: flex; gap: 8px; }
.gs-input { flex: 1; min-width: 0; padding: 12px 14px; border-radius: 12px; border: 1px solid rgba(0,0,0,.16); font-size: 14.5px; outline: none; color: #12181d; }
.gs-input:focus { border-color: rgba(var(--brand-rgb),.55); box-shadow: 0 0 0 3px rgba(var(--brand-rgb),.14); }
.gs-btn { flex-shrink: 0; padding: 12px 18px; border-radius: 12px; border: none; background: linear-gradient(135deg, var(--brand), var(--brand-deep)); color: #fff; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 14px; cursor: pointer; white-space: nowrap; }
.gs-btn[disabled] { opacity: .6; cursor: default; }
.gs-btn-block { display: block; width: 100%; text-align: center; text-decoration: none; margin-top: 18px; padding: 14px; }
.gs-err { color: #C8434B; font-size: 12.5px; margin-top: 8px; }
.gs-done { text-align: center; padding: 8px 0; }
.gs-done-ic { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 50%; background: rgba(var(--brand-rgb),.14); color: var(--brand); margin-bottom: 16px; }
.gs-done .gs-sub { margin-bottom: 0; }
[data-theme="dark"] .gs-wrap { background: radial-gradient(120% 90% at 50% -10%, rgba(var(--brand-rgb),.16), transparent 60%), #0f1512; }
[data-theme="dark"] .gs-card { background: #161c20; border-color: rgba(255,255,255,.08); }
[data-theme="dark"] .gs-h1, [data-theme="dark"] .gs-logo { color: #f0f2f1; }
[data-theme="dark"] .gs-input { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.14); color: #f0f2f1; }

/* ── NL calc → config: staff upload/review tool ── */
.nlq { max-width: 720px; margin: 0 auto; padding: 28px 20px 60px; }
.nlq-head { margin-bottom: 20px; }
.nlq-back { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--brand-deep); text-decoration: none; margin-bottom: 12px; }
.nlq-title { font-size: 26px; font-weight: 800; letter-spacing: -.02em; margin: 0 0 6px; }
.nlq-sub { color: #5b6b6a; font-size: 14px; line-height: 1.5; margin: 0; max-width: 52ch; }
.nlq-card { background: #fff; border: 1px solid rgba(15,40,38,.09); border-radius: 18px; padding: 24px; box-shadow: 0 8px 30px -18px rgba(15,40,38,.25); }
.nlq-label { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: #5b6b6a; margin-bottom: 7px; }
.nlq-file { display: block; width: 100%; font-size: 14px; padding: 10px 0; }
.nlq-input { width: 100%; padding: 11px 13px; border: 1px solid rgba(15,40,38,.16); border-radius: 11px; font-size: 15px; background: #fbfdfc; color: #12201e; }
.nlq-input:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(var(--brand-rgb), .14); }
.nlq-input--num { text-align: right; font-variant-numeric: tabular-nums; }
.nlq-hint, .nlq-note { font-size: 13px; color: #5b6b6a; }
.nlq-hint { margin: 12px 0 18px; }
.nlq-note { display: flex; align-items: center; gap: 8px; background: rgba(var(--brand-rgb), .08); color: var(--brand-deep); padding: 10px 13px; border-radius: 11px; margin-bottom: 20px; }
.nlq-note--match { background: rgba(214,142,0,.12); color: #8a5a00; }
[data-theme="dark"] .nlq-note--match { background: rgba(240,180,60,.14); color: #f0c66a; }
.nlq-err { color: #c0392b; font-size: 13px; margin-top: 6px; }
.nlq-btn { display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 12px 20px; border: none; border-radius: 12px; background: var(--brand); color: #fff; font-size: 15px; font-weight: 700; cursor: pointer; text-decoration: none; }
.nlq-btn:hover { background: var(--brand-deep); }
.nlq-btn--ghost { background: transparent; color: var(--brand-deep); border: 1px solid rgba(15,40,38,.16); }
.nlq-btn--ghost:hover { background: rgba(15,40,38,.04); }
.nlq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 22px; }
.nlq-col2 { grid-column: 1 / -1; }
.nlq-breakdown { border-top: 1px solid rgba(15,40,38,.08); padding-top: 18px; }
.nlq-bk-title { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: #5b6b6a; margin-bottom: 12px; }
.nlq-bk-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 7px 0; }
.nlq-bk-lbl { font-size: 14px; color: #24403c; }
.nlq-bk-row .nlq-input--num { max-width: 130px; }
.nlq-bk-total { border-top: 1px solid rgba(15,40,38,.08); margin-top: 8px; padding-top: 14px; }
.nlq-bk-sum { font-size: 22px; font-weight: 800; color: var(--brand-deep); font-variant-numeric: tabular-nums; }
.nlq-bk-sum span { font-size: 13px; font-weight: 600; color: #5b6b6a; }
.nlq-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; }
.nlq-done { text-align: center; }
.nlq-done-ico { color: var(--brand); display: flex; justify-content: center; margin-bottom: 10px; }
.nlq-done-h { font-size: 22px; font-weight: 800; margin: 0 0 6px; }
.nlq-done-p { color: #5b6b6a; font-size: 14px; margin: 0 0 22px; }
.nlq-linkrow { display: flex; gap: 8px; margin-bottom: 18px; }
.nlq-newquote { width: 100%; }
@media (max-width: 560px) { .nlq-grid { grid-template-columns: 1fr; } }

/* NL pricing config list */
.nlq-listhead { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.nlq-muted { font-size: 12.5px; color: #8a9997; }
.nlq-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 0; border-top: 1px solid rgba(15,40,38,.07); }
.nlq-row:first-of-type { border-top: none; }
.nlq-row-main { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.nlq-row-veh { font-size: 15px; font-weight: 700; color: #12201e; }
.nlq-row-meta { font-size: 12.5px; color: #6a7a78; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nlq-row-actions { display: flex; align-items: center; gap: 8px; flex: none; }
.nlq-pill { font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 20px; text-transform: uppercase; letter-spacing: .04em; }
.nlq-pill--active { background: rgba(var(--brand-rgb),.14); color: var(--brand-deep); }
.nlq-pill--draft { background: rgba(15,40,38,.06); color: #6a7a78; }
.nlq-btn--sm { padding: 8px 14px; font-size: 13px; }
.nlq-fromcalc { font-size: 13px; color: #6a7a78; margin: 0 0 18px; }
.nlq-preview { border-color: rgba(var(--brand-rgb),.4); }
[data-theme="dark"] .nlq-row-veh { color: #f0f2f1; }
[data-theme="dark"] .nlq-row { border-color: rgba(255,255,255,.07); }

/* ── NL calc: public proposal page ── */
.nlq-prop-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 40px 18px; background: linear-gradient(160deg, rgba(var(--brand-rgb), .10), rgba(var(--brand-rgb), .02)); }
.nlq-prop { width: 100%; max-width: 460px; background: #fff; border: 1px solid rgba(15,40,38,.08); border-radius: 22px; padding: 34px 30px 30px; box-shadow: 0 30px 70px -40px rgba(15,40,38,.5); text-align: center; }
.nlq-prop-logo { font-size: 16px; font-weight: 800; color: #12201e; text-decoration: none; letter-spacing: -.01em; }
.nlq-prop-logo span { color: var(--brand); }
.nlq-prop-badge { margin: 18px 0 12px; }
.nlq-prop-h1 { font-size: 27px; font-weight: 800; letter-spacing: -.02em; margin: 0 0 4px; }
.nlq-prop-for { color: #5b6b6a; font-size: 14px; margin: 0 0 18px; }
.nlq-prop-price { display: flex; align-items: baseline; justify-content: center; gap: 8px; margin-top: 14px; }
.nlq-prop-amt { font-size: 46px; font-weight: 800; letter-spacing: -.03em; color: var(--brand-deep); font-variant-numeric: tabular-nums; }
.nlq-prop-per { font-size: 15px; color: #5b6b6a; }
.nlq-prop-terms { font-size: 13px; color: #5b6b6a; margin: 4px 0 24px; }
.nlq-prop-rows { text-align: left; border-top: 1px solid rgba(15,40,38,.08); padding-top: 16px; }
.nlq-prop-row { display: grid; grid-template-columns: 1fr 74px auto; align-items: center; gap: 12px; padding: 6px 0; }
.nlq-prop-lbl { font-size: 13.5px; color: #24403c; }
.nlq-prop-bar { height: 6px; border-radius: 4px; background: rgba(15,40,38,.08); overflow: hidden; }
.nlq-prop-bar i { display: block; height: 100%; border-radius: 4px; background: var(--brand); }
.nlq-prop-val { font-size: 13.5px; font-weight: 700; color: #12201e; font-variant-numeric: tabular-nums; text-align: right; }
.nlq-prop-incl { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 9px; text-align: left; }
.nlq-prop-incl li { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: #24403c; }
.nlq-prop-incl svg { color: var(--brand); flex: none; }
.nlq-prop-valid { font-size: 12.5px; color: #8a9997; margin: 20px 0 0; }
.nlq-prop-cta { width: 100%; margin-top: 18px; }
[data-theme="dark"] .nlq-card, [data-theme="dark"] .nlq-prop { background: #161c20; border-color: rgba(255,255,255,.08); }
[data-theme="dark"] .nlq-title, [data-theme="dark"] .nlq-prop-h1, [data-theme="dark"] .nlq-done-h, [data-theme="dark"] .nlq-prop-logo, [data-theme="dark"] .nlq-bk-lbl, [data-theme="dark"] .nlq-prop-lbl, [data-theme="dark"] .nlq-prop-val, [data-theme="dark"] .nlq-prop-incl li { color: #f0f2f1; }
[data-theme="dark"] .nlq-input { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.14); color: #f0f2f1; }

/* ══════════ Onboarding wizard — full-screen configurator ══════════ */
.wz { min-height: 100dvh; display: flex; background: #eef4f3; color: #12201e; font-family: 'Inter', sans-serif; }
.wz--center { align-items: center; justify-content: center; padding: 24px; background: linear-gradient(165deg, rgba(var(--brand-rgb),.14), rgba(var(--brand-rgb),.03)); }

/* left rail — the journey */
.wz-rail { width: 340px; flex: none; padding: 40px 34px; color: #eafffb; background: linear-gradient(165deg, var(--brand-deep), var(--brand)); display: flex; flex-direction: column; overflow: hidden; position: sticky; top: 0; align-self: flex-start; height: 100dvh; }
.wz-rail::after { content: ''; position: absolute; width: 340px; height: 340px; right: -130px; bottom: -130px; background: radial-gradient(circle, rgba(255,255,255,.18), transparent 70%); pointer-events: none; }
.wz-logo { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 20px; letter-spacing: -.02em; color: #fff; text-decoration: none; position: relative; z-index: 1; }
.wz-logo span { color: rgba(255,255,255,.55); }
.wz-rail-intro { margin-top: 46px; position: relative; z-index: 1; }
.wz-rail-h { font-family: 'Sora', sans-serif; font-size: 27px; font-weight: 800; line-height: 1.14; letter-spacing: -.02em; margin: 0 0 10px; }
.wz-rail-p { font-size: 14.5px; line-height: 1.5; color: rgba(234,255,251,.82); margin: 0; }
.wz-steps { list-style: none; padding: 0; margin: 46px 0 0; display: flex; flex-direction: column; gap: 4px; position: relative; z-index: 1; }
.wz-stepitem { display: flex; align-items: center; gap: 14px; padding: 11px 0; color: rgba(234,255,251,.6); font-size: 15px; font-weight: 600; transition: color .25s; }
.wz-stepdot { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 700; font-variant-numeric: tabular-nums; border: 1.5px solid rgba(255,255,255,.3); flex: none; transition: all .25s; }
.wz-stepitem.on { color: #fff; }
.wz-stepitem.on .wz-stepdot { background: #fff; color: var(--brand-deep); border-color: #fff; transform: scale(1.06); }
.wz-stepitem.done { color: rgba(234,255,251,.92); }
.wz-stepitem.done .wz-stepdot { background: rgba(255,255,255,.2); border-color: transparent; color: #fff; }
.wz-rail-foot { margin-top: auto; display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(234,255,251,.82); position: relative; z-index: 1; }

/* main panel */
.wz-main { flex: 1; display: flex; flex-direction: column; padding: 48px 56px; max-width: 780px; margin: 0 auto; width: 100%; }
.wz-main--wide { max-width: 1080px; }
.wz-mtop { display: none; }
.wz-stage { flex: 1; animation: wzIn .42s cubic-bezier(.2,.7,.3,1); }
@keyframes wzIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .wz-stage { animation: none; } }

.wz-eyebrow { display: inline-block; font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--brand-deep); }
.wz-q { font-family: 'Sora', sans-serif; font-size: clamp(28px, 3.6vw, 44px); font-weight: 800; letter-spacing: -.025em; line-height: 1.05; margin: 12px 0; text-wrap: balance; }
.wz-lead { font-size: clamp(15px, 1.5vw, 18px); line-height: 1.55; color: #5b6b6a; margin: 0 0 30px; max-width: 48ch; }

.wz-group { margin-bottom: 26px; }
.wz-glabel { display: block; font-size: 13px; font-weight: 700; color: #24403c; margin-bottom: 12px; }

/* selectable tiles */
.wz-tiles { display: grid; gap: 12px; }
.wz-tiles--3 { grid-template-columns: repeat(3, 1fr); }
.wz-tile { position: relative; text-align: left; padding: 20px 18px; border: 1.5px solid rgba(15,40,38,.12); border-radius: 16px; background: #fff; cursor: pointer; transition: transform .18s, border-color .18s, box-shadow .18s, background .18s; display: flex; flex-direction: column; gap: 4px; }
.wz-tile:hover { transform: translateY(-2px); border-color: rgba(var(--brand-rgb),.5); box-shadow: 0 12px 26px -16px rgba(15,40,38,.4); }
.wz-tile.on { border-color: var(--brand); background: rgba(var(--brand-rgb),.06); box-shadow: 0 0 0 3px rgba(var(--brand-rgb),.14); }
.wz-tile-t { font-size: 18px; font-weight: 700; color: #12201e; }
.wz-tile-s { font-size: 13.5px; color: #6a7a78; }
.wz-tile-check { position: absolute; top: 14px; right: 14px; width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid rgba(15,40,38,.18); transition: all .18s; }
.wz-tile.on .wz-tile-check { background: var(--brand); border-color: var(--brand); }
.wz-tile.on .wz-tile-check::after { content: ''; position: absolute; left: 7px; top: 4px; width: 5px; height: 9px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }

/* pills */
.wz-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.wz-pill { padding: 11px 18px; border-radius: 12px; border: 1.5px solid rgba(15,40,38,.12); background: #fff; font-size: 15px; font-weight: 600; color: #24403c; cursor: pointer; transition: all .16s; }
.wz-pill:hover { border-color: rgba(var(--brand-rgb),.5); }
.wz-pill.on { background: var(--brand); border-color: var(--brand); color: #fff; }

/* budget */
.wz-budget { margin-bottom: 30px; }
.wz-bignum { font-family: 'Sora', sans-serif; font-size: clamp(40px, 6vw, 60px); font-weight: 800; letter-spacing: -.03em; color: var(--brand-deep); line-height: 1; }
.wz-bignum small { font-size: 17px; font-weight: 600; color: #6a7a78; margin-left: 6px; }
.wz-range { -webkit-appearance: none; appearance: none; width: 100%; height: 8px; border-radius: 6px; margin: 22px 0 8px; cursor: pointer; background: rgba(15,40,38,.1); }
.wz-range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 28px; height: 28px; border-radius: 50%; background: #fff; border: 4px solid var(--brand); box-shadow: 0 4px 12px -2px rgba(15,40,38,.4); cursor: grab; }
.wz-range::-moz-range-thumb { width: 28px; height: 28px; border-radius: 50%; background: #fff; border: 4px solid var(--brand); box-shadow: 0 4px 12px -2px rgba(15,40,38,.4); cursor: grab; }
.wz-bounds { display: flex; justify-content: space-between; font-size: 13px; color: #8a9997; }

/* car results */
.wz-cars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.wz-car { border: 1px solid rgba(15,40,38,.09); border-radius: 18px; background: #fff; overflow: hidden; display: flex; flex-direction: column; transition: transform .18s, box-shadow .18s; }
.wz-car:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -24px rgba(15,40,38,.5); }
.wz-car-media { aspect-ratio: 16 / 10; background: linear-gradient(160deg, #f2f7f6, #e6efed); display: grid; place-items: center; }
.wz-car-media img { width: 88%; height: 88%; object-fit: contain; }
.wz-car-info { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.wz-car-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; }
.wz-car-name { font-size: 17px; font-weight: 700; margin: 0; }
.wz-car-trim { font-size: 13px; color: #8a9997; }
.wz-avail { font-size: 11.5px; font-weight: 700; padding: 4px 9px; border-radius: 20px; white-space: nowrap; flex: none; }
.wz-avail--now { background: rgba(var(--brand-rgb),.14); color: var(--brand-deep); }
.wz-avail--soon { background: rgba(15,40,38,.06); color: #6a7a78; }
.wz-car-specs { display: flex; gap: 16px; font-size: 13px; color: #5b6b6a; }
.wz-car-specs span { display: inline-flex; align-items: center; gap: 5px; }
.wz-car-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.wz-car-price { font-family: 'Sora', sans-serif; font-size: 24px; font-weight: 800; color: #12201e; letter-spacing: -.02em; }
.wz-car-price small { font-size: 13px; font-weight: 600; color: #8a9997; margin-left: 2px; }
.wz-choose { display: inline-flex; align-items: center; gap: 6px; padding: 10px 16px; border-radius: 12px; border: none; background: #12201e; color: #fff; font-size: 14px; font-weight: 700; cursor: pointer; text-decoration: none; transition: background .16s; }
.wz-choose:hover { background: var(--brand-deep); }
.wz-empty { grid-column: 1 / -1; text-align: center; padding: 48px 24px; border: 1px dashed rgba(15,40,38,.18); border-radius: 18px; }
.wz-empty-ic { display: flex; justify-content: center; margin-bottom: 12px; }
.wz-empty-h { font-size: 19px; font-weight: 700; margin: 0 0 6px; }
.wz-empty-p { color: #6a7a78; font-size: 14.5px; margin: 0; }

/* footer nav */
.wz-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(15,40,38,.08); }
.wz-foot-spacer { flex: 1; }
.wz-back { display: inline-flex; align-items: center; gap: 7px; padding: 11px 16px; border-radius: 12px; border: none; background: transparent; color: #5b6b6a; font-size: 15px; font-weight: 600; cursor: pointer; }
.wz-back:hover { color: #12201e; }
.wz-next { display: inline-flex; align-items: center; gap: 9px; padding: 14px 26px; border-radius: 13px; border: none; background: var(--brand); color: #fff; font-size: 16px; font-weight: 700; cursor: pointer; text-decoration: none; box-shadow: 0 12px 26px -14px rgba(var(--brand-rgb),.9); transition: background .16s, transform .16s; }
.wz-next:hover { background: var(--brand-deep); transform: translateY(-1px); }

/* success */
.wz-done { max-width: 460px; text-align: center; background: #fff; border: 1px solid rgba(15,40,38,.08); border-radius: 22px; padding: 40px 32px; box-shadow: 0 30px 70px -40px rgba(15,40,38,.5); }
.wz-done-ic { display: flex; justify-content: center; color: var(--brand); margin-bottom: 14px; }
.wz-done-h { font-family: 'Sora', sans-serif; font-size: 27px; font-weight: 800; letter-spacing: -.02em; margin: 0 0 10px; }
.wz-done-p { color: #5b6b6a; font-size: 15.5px; line-height: 1.55; margin: 0 0 24px; }
.wz-done-cta { display: inline-flex; }

/* mobile */
@media (max-width: 900px) {
  .wz { flex-direction: column; }
  .wz-rail { display: none; }
  .wz-main, .wz-main--wide { padding: 0 20px 28px; max-width: 640px; }
  .wz-mtop { display: flex; align-items: center; gap: 14px; padding: 18px 0 16px; position: sticky; top: 0; background: #eef4f3; z-index: 5; }
  .wz-logo--m { color: #12201e; font-size: 18px; }
  .wz-logo--m span { color: var(--brand); }
  .wz-mbar { flex: 1; height: 6px; border-radius: 4px; background: rgba(15,40,38,.1); overflow: hidden; }
  .wz-mbar i { display: block; height: 100%; border-radius: 4px; background: var(--brand); transition: width .4s cubic-bezier(.2,.7,.3,1); }
  .wz-tiles--3 { grid-template-columns: 1fr; }
  .wz-cars { grid-template-columns: 1fr; }
  .wz-foot { position: sticky; bottom: 0; background: linear-gradient(180deg, rgba(238,244,243,0), #eef4f3 34%); padding-bottom: 10px; }
}

/* dark */
[data-theme="dark"] .wz { background: #0f1416; color: #e8eeed; }
[data-theme="dark"] .wz-q, [data-theme="dark"] .wz-tile-t, [data-theme="dark"] .wz-car-name, [data-theme="dark"] .wz-car-price, [data-theme="dark"] .wz-done-h, [data-theme="dark"] .wz-glabel { color: #f0f2f1; }
[data-theme="dark"] .wz-lead, [data-theme="dark"] .wz-car-specs, [data-theme="dark"] .wz-done-p { color: #9fb0ad; }
[data-theme="dark"] .wz-tile, [data-theme="dark"] .wz-pill, [data-theme="dark"] .wz-car, [data-theme="dark"] .wz-done { background: #161c20; border-color: rgba(255,255,255,.09); }
[data-theme="dark"] .wz-pill { color: #cdd8d6; }
[data-theme="dark"] .wz-pill.on, [data-theme="dark"] .wz-tile.on { background: rgba(var(--brand-rgb),.16); }
[data-theme="dark"] .wz-choose { background: var(--brand); color: #04231f; }
[data-theme="dark"] .wz-car-media { background: linear-gradient(160deg, #1b2226, #141a1d); }
[data-theme="dark"] .wz-mtop { background: #0f1416; }
[data-theme="dark"] .wz-mbar { background: rgba(255,255,255,.1); }
[data-theme="dark"] .wz-foot { border-color: rgba(255,255,255,.08); }

/* Pager for the deliveries + registrations sections (5/pg and 2/pg) */
.deliv-pager { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 16px; }
.deliv-pager-btn { width: 34px; height: 34px; border-radius: 10px; border: 1px solid rgba(128,128,128,0.28); background: transparent; color: var(--brand-deep); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: background .15s ease, border-color .15s ease; }
.deliv-pager-btn:hover:not(:disabled) { border-color: var(--brand); background: rgba(var(--brand-rgb),0.08); }
.deliv-pager-btn:disabled { opacity: .35; cursor: default; }
.deliv-pager-lbl { font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 700; color: var(--brand-ink); min-width: 96px; text-align: center; }
.deliv-toolbar-search { justify-content: flex-start; }
