/* ============================================================
   MAGNUS SHOP · Design language D1 — sampled from docs/design-refs
   "לטייל בטוח. לחזור בטוח."

   Organisation: TOKENS → BASE → LAYOUT → COMPONENTS → UTILITIES
   Mobile-first. Prefix: .hz-*  (never .magnus-* — the CRM owns that).
   Palette, radii and type are sampled from the 7 approved reference
   screenshots (see Design Report D1 for the sample map).
   ============================================================ */

/* Fonts — Oswald + Noto Sans Hebrew + Heebo load via <link rel=preload> in
   shell.php (the old @import was removed in D2 once the preload landed). */

/* Almoni — LIVE wiring (asset approval, D1.6b). The stacks in :root already
   reference these faces: the moment the developer drops the licensed woff2
   files at assets/fonts/almoni/ with these exact names, Almoni turns on with
   zero further CSS changes. While the files are missing the requests 404 and
   every glyph falls through to the next family (Oswald / Noto / Heebo) —
   graceful by design.
   The Tzar (display) faces are clamped to the HEBREW range on purpose: Latin
   display (MAGNUS, PRO BASIC, prices) stays Oswald even after activation,
   mirroring the live brand sites (Almoni for Hebrew, Stratum-style condensed
   for Latin). */
@font-face {
  font-family: 'Almoni ML';
  src: url('../fonts/almoni/almoni-ml-regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Almoni ML';
  src: url('../fonts/almoni/almoni-ml-bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Almoni Tzar ML';
  src: url('../fonts/almoni/almoni-tzar-ml-bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
  unicode-range: U+0590-05FF, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Almoni Tzar ML';
  src: url('../fonts/almoni/almoni-tzar-ml-black.woff2') format('woff2');
  font-weight: 900; font-style: normal; font-display: swap;
  unicode-range: U+0590-05FF, U+FB1D-FB4F;
}

/* ============================================================
   1 · TOKENS
   ============================================================ */
:root {
  /* ============================================================
     MAGNUS SHOP · Brand tokens — remapped to the official Magnus
     "Website & Shop" design system (MagnusDesignSystemv1_2).
       green #26473D · green-2 #467B6B · ink #004542
       warm sand page · amber #FCB14B CTA (ink text) · Almoni
     D1's token NAMES are preserved (nothing downstream breaks);
     only the VALUES were rebranded from the Horizon sample set.
     ============================================================ */
  /* Ink — the single dark = Magnus brand green. Dark bands, headings,
     primary text anchor. */
  --hz-ink: #26473D;
  --hz-ink-soft: #2D4D43;   /* green-surface */
  /* Green — functional/brand green (✓ circles, success, active) */
  --hz-pine-700: #1F3B32;
  --hz-pine-500: #467B6B;   /* green-2 */
  --hz-pine-300: #A9C7BD;
  --hz-pine-100: #EAF0EE;
  /* Canvas & surfaces — warm sand PAGE, white CARDS (the premium contrast) */
  --hz-canvas: #F9F8F6;     /* sand-1 — warm page ground (was pure white) */
  --hz-surface: #FFFFFF;    /* paper — cards, panels, inputs */
  --hz-sand-100: #F5F3F0;   /* sand-2 — soft fills */
  --hz-sand-200: #E7E5E1;   /* sand-3 — borders / dividers */
  --hz-sand-300: #D8D4CD;   /* input + card border */
  --hz-band-tint: #F5F3F0;  /* light section band (sand-2) */
  /* Signal — the CTA = Magnus amber. Ink text on it. NEVER white text. */
  --hz-signal-600: #FCB14B;  /* amber — primary CTA fill */
  --hz-signal-700: #FFC066;  /* hover fill — ink text still readable */
  --hz-signal-deep: #96590F; /* amber as TEXT on white — AA (NOT on tinted bgs) */
  --hz-signal-100: #FDECCF;
  --hz-signal-50: #FEF7EA;   /* soft selected/notice wash — ink text only */
  /* Neutral panel + Pro-plan accent (was off-brand purple → green-2) */
  --hz-panel: #F5F3F0;
  --hz-plan-pro: #467B6B;
  /* P1 · official popup design — sampled from עיצוב פופאפ השכרה.png */
  --hz-teal: #004542;                 /* design-system --ink: headings/stepper-active */
  --hz-hairline: rgb(0 69 66 / .13); /* design-system --hair-l */
  --hz-dot-premium: #DBD8D3;         /* PREMIUM plan dot (decorative) */
  /* Sky — מידע */
  --hz-sky-500: #2E7DB2;
  --hz-sky-100: #E1EFF8;
  /* סטטוסים */
  --hz-success: #26473D; --hz-success-bg: #EAF0EE;
  --hz-warning: #96590F; --hz-warning-bg: #FDECCF;
  --hz-danger: #B3362A;  --hz-danger-bg: #FBE7E4;
  /* טקסט */
  --hz-text: #26473D;
  --hz-text-2: #43524D;
  --hz-text-3: #5F6B67;
  --hz-text-inverse: #F9F8F6;
  --hz-text-inverse-2: #C6CFCC; /* secondary text on ink */
  /* מבנה — pill buttons, 16px cards, 10px inputs, 24px hero/wizard */
  --hz-radius-card: 16px; --hz-radius-input: 10px; --hz-radius-pill: 999px;
  --hz-radius-hero: 24px;
  --hz-shadow-1: 0 1px 2px rgb(26 47 45 / .05), 0 8px 24px rgb(26 47 45 / .07);
  --hz-shadow-2: 0 2px 4px rgb(26 47 45 / .06), 0 24px 56px rgb(26 47 45 / .14);
  --hz-focus: 0 0 0 2px #FFFFFF, 0 0 0 4px var(--hz-ink);
  --hz-focus-inverse: 0 0 0 2px var(--hz-ink), 0 0 0 4px #FFFFFF;
  /* מושן */
  --hz-ease-out: cubic-bezier(.16,1,.3,1);
  --hz-dur-fast: 120ms; --hz-dur: 180ms; --hz-dur-slow: 240ms;
  /* טיפוגרפיה — Almoni (the Magnus brand Hebrew face, already wired above).
     Hebrew display: Almoni Tzar; UI/body: Almoni ML. Latin display falls to
     Oswald (the Tzar faces are unicode-clamped to Hebrew). */
  --hz-font-display: 'Almoni Tzar ML', 'Oswald', 'Noto Sans Hebrew', 'Heebo', system-ui, sans-serif;
  --hz-font-ui: 'Almoni ML', 'Heebo', 'Noto Sans Hebrew', system-ui, sans-serif;
  /* מקצב אנכי */
  --hz-container: 1240px;
  --hz-gutter: 24px;
  --hz-section: 96px;
}

/* ============================================================
   2 · BASE
   ============================================================ */
.hz-body * { box-sizing: border-box; margin: 0; padding: 0; }
.hz-body {
  font-family: var(--hz-font-ui);
  color: var(--hz-text);
  background: var(--hz-canvas);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.hz-body img { max-width: 100%; height: auto; }
/* :where() keeps this at (0,1,0) so single-class component links can override */
.hz-body :where(a) { color: var(--hz-ink); }
.hz-body h1, .hz-body h2, .hz-body h3 { line-height: 1.15; }

[x-cloak] { display: none !important; }

/* The condensed display voice — every heading/amount in the refs.
   font-stretch drives Noto Sans Hebrew's wdth axis to the condensed cut;
   Oswald (Latin) is natively condensed and ignores it. */
.hz-title, .hz-hero__title, .hz-header__wordmark, .hz-footer__wordmark,
.hz-trust-item__value, .hz-step__pin, .hz-empty__title,
.hz-404__mark, .hz-404__title, .hz-placeholder__title,
.hz-package__title, .hz-package__amount, .hz-price-line__price,
.hz-product__name, .hz-product__amount,
.hz-wz-card__brand, .hz-wz-card__title,
.hz-stat__value, .hz-plans-table thead th {
  font-family: var(--hz-font-display);
  font-stretch: 62.5%;
  letter-spacing: .01em;
}

/* mixed LTR numerals inside RTL text */
.hz-num { font-variant-numeric: tabular-nums; direction: ltr; unicode-bidi: isolate; }

/* focus ring on every interactive element (dark-surface override below) */
.hz-body :focus-visible {
  outline: none;
  box-shadow: var(--hz-focus);
}
.hz-header :focus-visible, .hz-footer :focus-visible,
.hz-band--ink :focus-visible, .hz-hero :focus-visible,
.hz-toast :focus-visible, .hz-mobile-bar :focus-visible,
.hz-sticky-total__head :focus-visible {
  box-shadow: var(--hz-focus-inverse);
}

/* skip link */
.hz-skip-link {
  position: absolute;
  inset-inline-start: 16px;
  top: -60px;
  z-index: 200;
  background: var(--hz-ink);
  color: var(--hz-text-inverse);
  padding: 10px 18px;
  border-radius: var(--hz-radius-pill);
  transition: top var(--hz-dur) var(--hz-ease-out);
}
.hz-skip-link:focus { top: 16px; }

/* topographic background motif — kept from Horizon, dialled down to match
   the refs' clean white surfaces */
.hz-topo { position: relative; overflow: hidden; }
.hz-topo::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='560' height='560' viewBox='0 0 560 560'%3E%3Cg fill='none' stroke='%23192622' stroke-width='1.4'%3E%3Cpath d='M60 480c60-80 40-160 120-200s60-120 140-140 120 40 180 20'/%3E%3Cpath d='M40 500c70-90 50-180 130-220s70-130 150-150 130 45 200 25'/%3E%3Cpath d='M20 520c80-100 60-200 140-240s80-140 160-160 140 50 220 30'/%3E%3Cpath d='M80 460c50-70 30-140 110-180s50-110 130-130 110 35 160 15'/%3E%3Ccircle cx='430' cy='120' r='60'/%3E%3Ccircle cx='430' cy='120' r='38'/%3E%3Ccircle cx='430' cy='120' r='18'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 560px;
}
.hz-topo > * { position: relative; }

/* beacon (pulsing signal dot) */
.hz-beacon {
  display: inline-block; width: 9px; height: 9px; border-radius: 50%;
  background: var(--hz-signal-600); margin-inline-end: 8px;
  box-shadow: 0 0 0 0 rgb(255 154 77 / .55); animation: hz-beacon 2.2s infinite;
}
@keyframes hz-beacon {
  0% { box-shadow: 0 0 0 0 rgb(255 154 77 / .55); }
  70% { box-shadow: 0 0 0 11px rgb(255 154 77 / 0); }
  100% { box-shadow: 0 0 0 0 rgb(255 154 77 / 0); }
}

/* ============================================================
   3 · LAYOUT
   ============================================================ */
.hz-container { max-width: var(--hz-container); margin-inline: auto; padding-inline: 20px; }
@media (min-width: 768px) { .hz-container { padding-inline: var(--hz-gutter); } }

.hz-main { flex: 1 0 auto; }

.hz-section { padding-block: 48px; }
@media (min-width: 768px) { .hz-section { padding-block: 64px; } }
@media (min-width: 1024px) { .hz-section { padding-block: var(--hz-section); } }

.hz-grid { display: grid; gap: 16px; }
@media (min-width: 768px) { .hz-grid { gap: 20px; } }
.hz-grid--2 { grid-template-columns: 1fr; }
.hz-grid--3 { grid-template-columns: 1fr; }
.hz-grid--4 { grid-template-columns: 1fr; }
@media (min-width: 600px) {
  .hz-grid--3, .hz-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 768px) {
  .hz-grid--2 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .hz-grid--3 { grid-template-columns: repeat(3, 1fr); }
  .hz-grid--4 { grid-template-columns: repeat(4, 1fr); }
}

.hz-card {
  background: var(--hz-surface);
  border: 1px solid var(--hz-sand-200);
  border-radius: var(--hz-radius-card);
  padding: 24px;
  box-shadow: var(--hz-shadow-1);
}
/* links that land inside light cards (e.g. policy page) stay readable */
.hz-card .hz-footer__link { color: var(--hz-ink); text-decoration: underline; text-underline-offset: 2px; }

.hz-section-head { margin-block-end: 32px; }
.hz-kicker {
  display: flex; align-items: center; gap: 10px;
  color: var(--hz-signal-deep); font-weight: 700; font-size: 13px;
  letter-spacing: .14em; text-transform: uppercase; margin-block-end: 10px;
}
.hz-kicker::before { content: ''; width: 26px; height: 3px; background: var(--hz-signal-600); border-radius: 2px; }
.hz-title {
  font-weight: 700; color: var(--hz-ink);
  font-size: clamp(30px, 5.5vw, 44px); line-height: 1.12; margin-block-end: 8px;
}
.hz-sub { color: var(--hz-text-2); max-width: 64ch; font-size: 17px; }

/* ============================================================
   4 · COMPONENTS
   ============================================================ */

/* ---------- 4.1 Header — the dark bar from every ref ---------- */
.hz-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--hz-ink);
  border-block-end: none;
}
.hz-header__inner { display: flex; align-items: center; gap: 16px; height: 68px; }
.hz-header__logo { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--hz-text-inverse); }
.hz-header__wordmark { font-size: 24px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.hz-header__nav { display: flex; align-items: center; gap: 2px; margin-inline-start: auto; }
.hz-header__link {
  text-decoration: none; color: var(--hz-text-inverse-2); font-weight: 500; font-size: 15px;
  padding: 8px 14px; border-radius: var(--hz-radius-pill);
  transition: color var(--hz-dur), background var(--hz-dur);
}
.hz-header__link:hover { color: var(--hz-text-inverse); background: rgb(255 255 255 / .08); }
.hz-header__link.is-current { color: var(--hz-text-inverse); font-weight: 700; }
.hz-header__cart {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: var(--hz-radius-pill);
  text-decoration: none; color: var(--hz-text-inverse);
}
.hz-header__cart:hover { background: rgb(255 255 255 / .08); }
.hz-header__cart-icon { font-size: 22px; line-height: 1; }
.hz-header__cart-count {
  position: absolute; top: 2px; inset-inline-end: 0;
  min-width: 18px; height: 18px; padding: 0 5px; border-radius: var(--hz-radius-pill);
  background: var(--hz-signal-600); color: var(--hz-ink); font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.hz-header__actions { display: flex; align-items: center; gap: 10px; }
.hz-header__cta {
  display: inline-flex; align-items: center; height: 44px; padding-inline: 22px;
  border-radius: var(--hz-radius-pill); background: var(--hz-signal-600);
  color: var(--hz-ink); font-weight: 700; text-decoration: none; font-size: 14.5px;
  transition: background var(--hz-dur) var(--hz-ease-out), transform var(--hz-dur) var(--hz-ease-out);
}
.hz-header__cta:hover { background: var(--hz-signal-700); transform: translateY(-1px); }
@media (max-width: 767px) { .hz-header__cta { display: none; } }
.hz-header__burger {
  display: none; width: 44px; height: 44px; border: none; background: transparent;
  cursor: pointer; position: relative; border-radius: var(--hz-radius-input);
}
.hz-header__burger span, .hz-header__burger span::before, .hz-header__burger span::after {
  content: ''; position: absolute; inset-inline: 11px; height: 2px; background: var(--hz-text-inverse);
  border-radius: 2px; transition: transform var(--hz-dur) var(--hz-ease-out);
}
.hz-header__burger span { top: 21px; }
.hz-header__burger span::before { top: -7px; }
.hz-header__burger span::after { top: 7px; }
@media (max-width: 767px) {
  .hz-header__burger { display: block; margin-inline-start: auto; order: 3; }
  .hz-header__cart { order: 2; }
  .hz-header__nav {
    position: absolute; inset-inline: 0; top: 68px; flex-direction: column; align-items: stretch;
    gap: 0; background: var(--hz-ink); border-block-end: 1px solid rgb(255 255 255 / .12);
    padding: 8px; margin: 0; box-shadow: var(--hz-shadow-2);
    display: none;
  }
  .hz-header__nav.is-open { display: flex; }
  .hz-header__link { padding: 14px 16px; border-radius: var(--hz-radius-input); }
}

/* ---------- 4.2 Buttons — the amber pills ---------- */
.hz-btn {
  font-family: var(--hz-font-ui); font-weight: 700; border: none; cursor: pointer;
  border-radius: var(--hz-radius-pill); display: inline-flex; align-items: center;
  justify-content: center; gap: 8px; transition: all var(--hz-dur) var(--hz-ease-out);
  text-decoration: none;
}
.hz-btn:focus-visible { outline: none; box-shadow: var(--hz-focus); }
.hz-btn--md { height: 46px; padding-inline: 26px; font-size: 15px; }
.hz-btn--sm { height: 38px; padding-inline: 18px; font-size: 14px; }
.hz-btn--lg { height: 54px; padding-inline: 34px; font-size: 16.5px; }
/* Primary: ref pill #FF9A4D with INK text (7.4:1) — never white on this orange */
.hz-btn--primary { background: var(--hz-signal-600); color: var(--hz-ink); }
.hz-btn--primary:hover { background: var(--hz-signal-700); transform: translateY(-1px); box-shadow: 0 8px 20px rgb(255 154 77 / .35); }
.hz-btn--primary:active { transform: translateY(0); }
/* Secondary: the dark pill ("הוספת מכשיר נוסף", ref 17) */
.hz-btn--secondary { background: var(--hz-ink); color: var(--hz-text-inverse); }
.hz-btn--secondary:hover { background: var(--hz-ink-soft); }
.hz-btn--outline { background: transparent; color: var(--hz-ink); border: 1.5px solid var(--hz-sand-300); }
.hz-btn--outline:hover { border-color: var(--hz-ink); background: rgb(25 38 34 / .04); }
.hz-btn--ghost { background: transparent; color: var(--hz-ink); text-decoration: underline; text-underline-offset: 3px; }
.hz-btn--ghost:hover { color: var(--hz-signal-deep); }
.hz-btn--danger { background: var(--hz-danger); color: #fff; }
.hz-btn[disabled], .hz-btn[aria-disabled="true"] { opacity: .45; cursor: not-allowed; transform: none !important; }
.hz-btn--block { width: 100%; }
.hz-btn.is-loading { color: transparent; position: relative; }
.hz-btn.is-loading::after {
  content: ''; position: absolute; width: 18px; height: 18px; border-radius: 50%;
  border: 2px solid currentColor; border-block-start-color: transparent;
  animation: hz-spin .6s linear infinite; color: var(--hz-ink);
}
.hz-btn--secondary.is-loading::after, .hz-btn--danger.is-loading::after { color: #fff; }
@keyframes hz-spin { to { transform: rotate(360deg); } }

/* ---------- 4.3 Fields — thin grey line, 10px radius (refs 13/15/16) ---------- */
.hz-field { display: flex; flex-direction: column; gap: 6px; }
.hz-field__label { font-size: 14px; font-weight: 600; color: var(--hz-ink); }
.hz-field__label .hz-req { color: var(--hz-danger); }
.hz-field input, .hz-field select, .hz-field textarea {
  min-height: 48px; border: 1px solid var(--hz-sand-300); border-radius: var(--hz-radius-input);
  padding-inline: 14px; padding-block: 10px; font: inherit; color: var(--hz-text);
  background: var(--hz-surface);
  transition: border-color var(--hz-dur), box-shadow var(--hz-dur); width: 100%;
}
.hz-field input::placeholder, .hz-field textarea::placeholder { color: var(--hz-text-3); }
.hz-field input:focus, .hz-field select:focus, .hz-field textarea:focus {
  outline: none; border-color: var(--hz-ink); box-shadow: 0 0 0 3px rgb(25 38 34 / .12);
}
.hz-field__help { font-size: 13px; color: var(--hz-text-3); }
.hz-field.is-error input, .hz-field.is-error select { border-color: var(--hz-danger); background: #FFFDFC; }
.hz-field__error { font-size: 13px; color: var(--hz-danger); display: flex; gap: 6px; align-items: center; }
.hz-field.is-ok input { border-color: var(--hz-success); }
.hz-field__ok { font-size: 13px; color: var(--hz-success); }

/* ---------- 4.4 Badges ---------- */
.hz-badge {
  display: inline-flex; align-items: center; gap: 6px; border-radius: var(--hz-radius-pill);
  padding: 4px 12px; font-size: 13px; font-weight: 600;
}
.hz-badge--success { background: var(--hz-success-bg); color: var(--hz-success); }
.hz-badge--warning { background: var(--hz-warning-bg); color: var(--hz-warning); }
.hz-badge--danger { background: var(--hz-danger-bg); color: var(--hz-danger); }
.hz-badge--info { background: var(--hz-sky-100); color: var(--hz-sky-500); }
.hz-badge--pin { background: var(--hz-signal-100); color: var(--hz-signal-deep); }
.hz-badge--pin::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--hz-signal-600); }

/* ---------- 4.5 Stepper — "1. פרטי הנסיעה ——— 2. …" (refs 13–17) ----------
   Inline number + label per step, a dashed rule stretching between steps.
   Done/active steps are ink, upcoming steps are grey. */
.hz-stepper { list-style: none; display: flex; align-items: center; padding: 0; margin: 0; }
.hz-stepper__step {
  display: flex; align-items: center; gap: 7px;
  flex: 0 1 auto; min-width: 0; text-align: start;
}
.hz-stepper__step:not(:first-child) { flex: 1 1 auto; }
.hz-stepper__step:not(:first-child)::before {
  content: ''; flex: 1 1 28px; min-width: 18px; height: 0;
  border-block-start: 2px dashed var(--hz-sand-200);
  margin-inline: 12px;
}
.hz-stepper__step.is-done:not(:first-child)::before { border-block-start-color: var(--hz-sand-300); }
.hz-stepper__num {
  width: auto; height: auto; border: none; border-radius: 0; background: none;
  font-weight: 700; font-size: 15px; color: var(--hz-text-3);
  display: inline-flex; align-items: center;
}
.hz-stepper__num::after { content: '.'; }
.hz-stepper__label { font-size: 14.5px; color: var(--hz-text-3); white-space: nowrap; }
.hz-stepper__step.is-done .hz-stepper__num,
.hz-stepper__step.is-done .hz-stepper__label { color: var(--hz-ink); }
.hz-stepper__step.is-active .hz-stepper__num { color: var(--hz-ink); }
.hz-stepper__step.is-active .hz-stepper__label { color: var(--hz-ink); font-weight: 700; }
@media (max-width: 700px) {
  /* keep 375px honest: labels collapse to sr-only except the active step */
  .hz-stepper__step:not(.is-active) .hz-stepper__label {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
  }
  .hz-stepper__step:not(:first-child)::before { margin-inline: 8px; }
  .hz-stepper__label { white-space: normal; }
}

/* ---------- 4.6 StickyTotal ---------- */
.hz-sticky-total { background: var(--hz-surface); border: 1px solid var(--hz-sand-200); border-radius: var(--hz-radius-card); box-shadow: var(--hz-shadow-2); overflow: hidden; }
.hz-sticky-total__head { background: var(--hz-ink); color: var(--hz-text-inverse); padding: 14px 20px; font-weight: 700; display: flex; justify-content: space-between; align-items: center; }
.hz-sticky-total__rows { padding: 18px 20px; display: flex; flex-direction: column; gap: 10px; font-size: 14.5px; }
.hz-st-row { display: flex; justify-content: space-between; color: var(--hz-text-2); }
.hz-st-row--discount { color: var(--hz-success); }
.hz-st-row--total { border-block-start: 1px solid var(--hz-sand-200); padding-block-start: 12px; margin-block-start: 4px; color: var(--hz-ink); font-weight: 800; font-size: 20px; }
.hz-mobile-bar { display: flex; align-items: center; justify-content: space-between; background: var(--hz-ink); border-radius: var(--hz-radius-card); padding: 12px 16px; color: var(--hz-text-inverse); }
.hz-mobile-bar__sum { font-weight: 800; font-size: 18px; }
.hz-mobile-bar__sum small { display: block; font-weight: 400; font-size: 11.5px; color: var(--hz-text-inverse-2); }

/* ---------- 4.7 ProductCard — white card, thin border (ref 17 add-ons) ---------- */
.hz-product-card { background: var(--hz-surface); border: 1px solid var(--hz-sand-300); border-radius: var(--hz-radius-card); overflow: hidden; transition: all var(--hz-dur) var(--hz-ease-out); }
.hz-product-card:hover { transform: translateY(-3px); box-shadow: var(--hz-shadow-2); border-color: var(--hz-ink); }
.hz-product-card__media { height: 170px; padding: 14px; background: var(--hz-band-tint); display: flex; align-items: center; justify-content: center; color: var(--hz-ink); font-size: 44px; border-block-end: 1px solid var(--hz-sand-200); }
.hz-product-card__media img, .hz-product-card__img { max-height: 100%; width: auto; object-fit: contain; }
.hz-product-card__body { padding: 18px 20px 20px; }
.hz-product-card__body h4 { font-size: 17px; font-weight: 700; margin-block-end: 2px; }
.hz-product-card__desc { font-size: 13.5px; color: var(--hz-text-3); margin-block-end: 12px; }
.hz-price-line { display: flex; align-items: baseline; gap: 6px; margin-block-end: 14px; }
.hz-price-line__from { font-size: 12.5px; color: var(--hz-text-3); }
.hz-price-line__price { font-size: 28px; font-weight: 700; color: var(--hz-ink); }
.hz-price-line__per { font-size: 13px; color: var(--hz-text-3); }

/* ---------- 4.7b PackageCard — PRO BASIC/ADVANCED/UNLIMITED (refs 10+14) ----------
   White card, thin grey border, centred condensed Latin title, huge price,
   ✓ green circles / ✕ grey circles. Selected = ink border + orange radio. */
.hz-package {
  display: block; position: relative;
  border: 1px solid var(--hz-sand-300); border-radius: 12px;
  padding: 24px 20px 20px; background: var(--hz-surface); cursor: pointer;
  transition: border-color var(--hz-dur) var(--hz-ease-out), box-shadow var(--hz-dur) var(--hz-ease-out);
}
.hz-package:hover { border-color: var(--hz-ink); }
.hz-package:has(.hz-package__radio:checked), .hz-package.is-selected {
  border-color: var(--hz-ink); box-shadow: 0 0 0 1px var(--hz-ink), var(--hz-shadow-1);
}
.hz-package__radio {
  position: absolute; inset-inline-start: 16px; inset-block-start: 16px;
  width: 20px; height: 20px; accent-color: var(--hz-signal-600); cursor: pointer;
}
.hz-package__head { display: block; margin-block-end: 8px; text-align: center; }
.hz-package__title {
  display: block; font-size: 22px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .04em; color: var(--hz-ink);
}
.hz-package__subtitle { display: block; font-size: 13px; color: var(--hz-text-3); margin-block-start: 2px; }
.hz-package__price { display: block; margin-block: 10px 14px; text-align: center; }
.hz-package__amount { font-size: 40px; font-weight: 700; line-height: 1; color: var(--hz-ink); }
.hz-package__unit { font-size: 14px; color: var(--hz-text-2); margin-inline-start: 4px; }
.hz-package__note { display: block; font-size: 12px; color: var(--hz-text-3); margin-block-start: 6px; }
.hz-package__features { display: block; border-block-start: 1px solid var(--hz-sand-200); padding-block-start: 12px; }
.hz-package__list { list-style: none; padding: 0; margin: 0 0 4px; display: flex; flex-direction: column; gap: 7px; font-size: 13.5px; }
.hz-package__feat { display: flex; align-items: center; gap: 8px; color: var(--hz-text); }
.hz-package__feat::before {
  flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 800; line-height: 1;
}
.hz-package__feat.is-included::before { content: '✓'; background: var(--hz-success); color: #fff; }
.hz-package__feat.is-excluded { color: var(--hz-text-3); }
.hz-package__feat.is-excluded::before { content: '✕'; background: var(--hz-sand-100); color: var(--hz-text-3); }

/* ---------- 4.7c Hero media layer ---------- */
.hz-hero.has-media { position: relative; }
.hz-hero__media { position: absolute; inset: 0; z-index: 0; }
.hz-hero__media .hz-hero__img, .hz-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hz-hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgb(25 38 34 / .78) 0%, rgb(25 38 34 / .46) 55%, rgb(25 38 34 / .38) 100%);
}
.hz-hero.has-media .hz-hero__inner { position: relative; z-index: 2; }

/* ---------- 4.8 Toast ---------- */
.hz-toast-stack { position: fixed; inset-block-end: 20px; inset-inline-start: 20px; z-index: 300; display: flex; flex-direction: column; gap: 10px; max-width: min(420px, calc(100vw - 40px)); }
.hz-toast { display: flex; align-items: center; gap: 12px; background: var(--hz-ink); color: var(--hz-text-inverse); border-radius: var(--hz-radius-card); padding: 13px 18px; box-shadow: var(--hz-shadow-2); font-size: 14.5px; }
.hz-toast__ico { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; background: var(--hz-pine-500); color: #fff; }
.hz-toast--success .hz-toast__ico { background: var(--hz-success); }
.hz-toast--error .hz-toast__ico { background: var(--hz-danger); }
.hz-toast--info .hz-toast__ico { background: var(--hz-sky-500); }
.hz-toast__undo { margin-inline-start: auto; color: var(--hz-signal-600); font-weight: 700; cursor: pointer; font-size: 13.5px; background: none; border: none; font-family: inherit; }

/* ---------- 4.9 TrustStrip — ink band (ref 10 "למה לבחור") ---------- */
.hz-trust-strip { display: flex; gap: 0; background: var(--hz-ink); border-radius: var(--hz-radius-card); overflow: hidden; color: var(--hz-text-inverse); }
.hz-trust-item { flex: 1; padding: 26px 18px; text-align: center; border-inline-start: 1px solid rgb(255 255 255 / .1); }
.hz-trust-item:first-child { border: none; }
.hz-trust-item__value { display: block; font-weight: 700; font-size: 30px; color: var(--hz-text-inverse); }
.hz-trust-item__label { font-size: 13px; color: var(--hz-text-inverse-2); }
@media (max-width: 700px) {
  .hz-trust-strip { flex-direction: column; }
  .hz-trust-item { border-inline-start: none; border-block-start: 1px solid rgb(255 255 255 / .1); }
}

/* ---------- 4.10 EmptyState ---------- */
.hz-empty { text-align: center; padding: 48px 24px; }
.hz-empty__ico { font-size: 40px; margin-block-end: 12px; }
.hz-empty__title { font-weight: 700; font-size: 24px; margin-block-end: 6px; }
.hz-empty__lede { color: var(--hz-text-3); max-width: 44ch; margin-inline: auto; margin-block-end: 20px; }

/* ---------- 4.11 Skeleton ---------- */
.hz-skeleton { background: linear-gradient(100deg, #ECEDEC 30%, #F6F6F5 50%, #ECEDEC 70%); background-size: 200% 100%; border-radius: 8px; animation: hz-shimmer 1.3s ease-in-out infinite; }
.hz-skeleton--text { height: 14px; margin-block-end: 8px; }
.hz-skeleton--title { height: 22px; width: 60%; margin-block-end: 12px; }
.hz-skeleton--media { height: 150px; border-radius: var(--hz-radius-card); }
@keyframes hz-shimmer { to { background-position: -200% 0; } }

/* ---------- 4.12 CookieBanner ---------- */
.hz-cookie { position: fixed; inset-block-end: 16px; inset-inline: 16px; z-index: 250; background: var(--hz-surface); border: 1px solid var(--hz-sand-300); border-radius: var(--hz-radius-card); box-shadow: var(--hz-shadow-2); padding: 18px 20px; max-width: 520px; margin-inline: auto; display: flex; flex-direction: column; gap: 12px; }
.hz-cookie__text { font-size: 14px; color: var(--hz-text-2); }
.hz-cookie__actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* ---------- 4.13 FAQ accordion — thin rules, + toggles (refs 10/11) ---------- */
.hz-faq__item { border-block-end: 1px solid var(--hz-sand-200); }
.hz-faq__item:first-child { border-block-start: 1px solid var(--hz-sand-200); }
.hz-faq__q { width: 100%; text-align: start; background: none; border: none; font: inherit; font-weight: 600; font-size: 16.5px; padding: 20px 4px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; color: var(--hz-ink); }
.hz-faq__q:hover { color: var(--hz-signal-deep); }
.hz-faq__q::after { content: '+'; font-size: 26px; font-weight: 300; color: var(--hz-ink); transition: transform var(--hz-dur) var(--hz-ease-out); line-height: 1; }
.hz-faq__item.is-open .hz-faq__q::after { transform: rotate(45deg); }
.hz-faq__a { padding: 0 4px 20px; color: var(--hz-text-2); max-width: 68ch; }

/* ---------- 4.14 Hero — full-bleed mountain photo, ink overlay ---------- */
.hz-section--flush { padding-block: 0; }
.hz-hero {
  background: linear-gradient(155deg, var(--hz-ink) 0%, var(--hz-ink-soft) 70%, #34564A 130%);
  color: var(--hz-text-inverse); border-radius: 0;
  position: relative; overflow: hidden;
  display: flex; align-items: center;
  min-height: 460px; padding-block: 56px;
}
@media (min-width: 768px) { .hz-hero { min-height: 560px; padding-block: 88px; } }
.hz-hero > .hz-container { position: relative; z-index: 2; width: 100%; }
.hz-hero__inner { max-width: 660px; }
.hz-hero__title, .hz-hero h1 {
  font-weight: 700; font-size: clamp(36px, 6vw, 64px); line-height: 1.06; max-width: 18ch;
}
.hz-hero__lede, .hz-hero p { color: #E3E8E6; margin-block: 16px 0; max-width: 52ch; font-size: 17.5px; }
.hz-hero__chips { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin-block: 22px 26px; }
.hz-hero .hz-chip {
  background: rgb(255 255 255 / .1); border-color: rgb(255 255 255 / .35);
  color: var(--hz-text-inverse); min-height: 36px; font-size: 13.5px; font-weight: 500;
}
.hz-hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hz-hero__badge { display: inline-flex; align-items: center; gap: 8px; background: rgb(255 154 77 / .18); color: #FFC59A; border-radius: var(--hz-radius-pill); padding: 6px 14px; font-size: 13px; font-weight: 600; margin-block-end: 18px; }
.hz-hero .hz-btn--outline { color: var(--hz-text-inverse); border-color: rgb(255 255 255 / .45); }
.hz-hero .hz-btn--outline:hover { background: rgb(255 255 255 / .08); border-color: rgb(255 255 255 / .75); color: var(--hz-text-inverse); }

/* digit-roll price animation */
.hz-digit { display: inline-block; transition: transform 300ms var(--hz-ease-out), opacity 300ms; }
.hz-digit.is-rolling { transform: translateY(-8px); opacity: 0; }

/* ---------- 4.15 How-it-works steps ---------- */
.hz-steps { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 768px) { .hz-steps { grid-template-columns: repeat(3, 1fr); } }
.hz-step { text-align: center; padding: 8px; }
.hz-step__pin {
  width: 56px; height: 56px; margin-inline: auto; margin-block-end: 16px;
  border-radius: 50%; background: var(--hz-surface); color: var(--hz-ink);
  border: 2px solid var(--hz-ink);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; font-weight: 700;
}
.hz-step__title { font-size: 18px; font-weight: 700; margin-block-end: 6px; }
.hz-step__text { color: var(--hz-text-2); font-size: 14.5px; max-width: 34ch; margin-inline: auto; }

/* ---------- 4.16 Bands — the alternating ink/light stripes (refs 10/11) ---------- */
.hz-band { padding-block: 56px; }
@media (min-width: 1024px) { .hz-band { padding-block: 80px; } }
.hz-band--ink { background: var(--hz-ink); color: var(--hz-text-inverse); }
.hz-band--ink .hz-title { color: var(--hz-text-inverse); }
.hz-band--ink .hz-sub { color: var(--hz-text-inverse-2); }
.hz-band--ink .hz-kicker { color: var(--hz-signal-600); }
.hz-band--canvas { background: var(--hz-band-tint); }
.hz-band--canvas .hz-step__pin { background: var(--hz-band-tint); }
.hz-cta-band { text-align: center; }
.hz-cta-band .hz-title { color: var(--hz-text-inverse); }
.hz-cta-band p { color: var(--hz-text-inverse-2); max-width: 46ch; margin-inline: auto; margin-block: 10px 24px; }

/* ---------- 4.17 Catalog chips + pagination (/shop/products) ---------- */
.hz-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-block-end: 28px; }
.hz-chip {
  display: inline-flex; align-items: center; min-height: 44px; padding-inline: 20px;
  border-radius: var(--hz-radius-pill); border: 1px solid var(--hz-sand-300);
  background: var(--hz-surface); color: var(--hz-ink); text-decoration: none;
  font-size: 14.5px; font-weight: 600;
  transition: border-color var(--hz-dur), background var(--hz-dur), color var(--hz-dur);
}
.hz-chip:hover { border-color: var(--hz-ink); }
.hz-chip.is-current { background: var(--hz-ink); border-color: var(--hz-ink); color: var(--hz-text-inverse); }
.hz-catalog-grid { margin-block-end: 28px; }
.hz-pagination { display: flex; align-items: center; justify-content: center; gap: 16px; margin-block-start: 36px; }
.hz-pagination__link {
  display: inline-flex; align-items: center; min-height: 44px; padding-inline: 22px;
  border-radius: var(--hz-radius-pill); border: 1.5px solid var(--hz-sand-300);
  color: var(--hz-ink); text-decoration: none; font-weight: 700; font-size: 14.5px;
  transition: border-color var(--hz-dur), background var(--hz-dur);
}
.hz-pagination__link:hover { border-color: var(--hz-ink); background: rgb(25 38 34 / .04); }
.hz-pagination__status { color: var(--hz-text-3); font-size: 14px; }

/* ---------- 4.18 Product detail (/shop/p/…) ---------- */
.hz-product__top { display: grid; grid-template-columns: 1fr; gap: 28px; }
@media (min-width: 768px) { .hz-product__top { grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: start; } }
.hz-product__gallery { border: 1px solid var(--hz-sand-200); border-radius: var(--hz-radius-hero); overflow: hidden; background: var(--hz-band-tint); }
.hz-product__image { width: 100%; display: block; border-radius: var(--hz-radius-hero); }
.hz-product__gallery-empty { display: flex; align-items: center; justify-content: center; min-height: 300px; border: 1px dashed var(--hz-sand-300); border-radius: var(--hz-radius-hero); color: var(--hz-text-3); background: var(--hz-band-tint); font-size: 48px; }
.hz-product__name { font-weight: 700; font-size: clamp(28px, 4.5vw, 42px); line-height: 1.1; margin-block-end: 12px; }
.hz-product__price { display: flex; align-items: baseline; gap: 8px; margin-block-end: 20px; }
.hz-product__amount { font-size: 42px; font-weight: 700; line-height: 1; }
.hz-product__price-tba { color: var(--hz-text-3); }
.hz-product__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hz-product__description, .hz-product__faq, .hz-product__related { margin-block-start: 48px; }
.hz-product__description { max-width: 68ch; color: var(--hz-text-2); }

/* ---------- 4.19 Wizard frame — the floating white card (refs 13–17) ---------- */
.hz-wz-bg { position: relative; padding: 40px 16px 56px; }
@media (min-width: 768px) { .hz-wz-bg { padding: 56px 24px 72px; } }
.hz-wz-bg__media { position: absolute; inset: 0; z-index: 0; background: linear-gradient(160deg, var(--hz-ink-soft) 0%, #56605C 45%, #9AA3A0 100%); }
.hz-wz-card {
  position: relative; z-index: 1; max-width: 960px; margin-inline: auto;
  background: var(--hz-surface); border-radius: var(--hz-radius-hero);
  box-shadow: 0 12px 32px rgb(25 38 34 / .18), 0 40px 80px rgb(25 38 34 / .22);
  padding: 24px 20px;
}
@media (min-width: 768px) { .hz-wz-card { padding: 32px 44px 36px; } }
.hz-wz-card__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-block-end: 18px; padding-block-end: 18px; border-block-end: 1px solid var(--hz-sand-200); }
.hz-wz-card__brand { font-size: 21px; font-weight: 700; line-height: 1.2; }
.hz-wz-card__back { border: none; background: none; padding: 0; cursor: pointer; font-family: inherit; color: var(--hz-ink); text-decoration: underline; text-underline-offset: 3px; font-size: 14px; min-height: 44px; }
.hz-wz-card__back:hover { color: var(--hz-signal-deep); }
.hz-wz-card__stepper { margin-block-end: 36px; }
.hz-wz-card__title { font-weight: 700; font-size: clamp(28px, 4.5vw, 40px); margin-block-end: 28px; }
.hz-wz-card__body { display: block; }
.hz-wz-card__foot { display: flex; flex-direction: row-reverse; align-items: center; justify-content: space-between; gap: 12px; margin-block-start: 36px; padding-block-start: 24px; border-block-start: 1px solid var(--hz-sand-200); }
.hz-wz-section { margin-block-end: 28px; }
.hz-wz-subhead { font-size: 18px; font-weight: 700; margin-block-end: 16px; }
.hz-wz-cols { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 768px) { .hz-wz-cols { grid-template-columns: 3fr 2fr; } }
.hz-wz-form { display: flex; flex-direction: column; gap: 18px; }
.hz-field-row { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 600px) { .hz-field-row { grid-template-columns: 1fr 1fr; } }
.hz-wz-note { font-size: 13.5px; color: var(--hz-text-3); }
.hz-wz-coupon { display: flex; align-items: flex-end; gap: 12px; }
.hz-wz-pay__frame { min-height: 240px; border: 1px dashed var(--hz-sand-300); border-radius: var(--hz-radius-card); display: flex; align-items: center; justify-content: center; color: var(--hz-text-3); }

/* ============================================================
   4.20 · BASKET BUILDER (wizard step 1, R1) — progressive disclosure
   ============================================================ */
.hz-step-sections { display: flex; flex-direction: column; }
.hz-step-section {
  padding-block: 22px;
  border-block-start: 1px solid var(--hz-sand-200);
  transition: opacity var(--hz-dur-slow) var(--hz-ease-out);
}
.hz-step-section:first-child { border-block-start: none; padding-block-start: 0; }
.hz-step-section.is-dimmed { opacity: .45; pointer-events: none; }
.hz-step-section.is-dimmed .hz-step-section__title { opacity: .9; }
.hz-step-section__title {
  display: flex; align-items: center; gap: 8px;
  font-size: 17px; font-weight: 700; color: var(--hz-ink); margin-block-end: 14px;
}

/* segmented choice (traveler type / order type) */
.hz-choice-row { display: flex; gap: 12px; flex-wrap: wrap; }
.hz-choice {
  flex: 1 1 160px; min-height: 54px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 18px; border: 1.5px solid var(--hz-sand-300); border-radius: 12px;
  background: var(--hz-surface); color: var(--hz-ink);
  font: inherit; font-weight: 600; font-size: 15px; cursor: pointer;
  transition: border-color var(--hz-dur), background var(--hz-dur), box-shadow var(--hz-dur);
}
.hz-choice:hover { border-color: var(--hz-ink); }
.hz-choice.is-selected {
  border-color: var(--hz-ink); background: var(--hz-signal-50);
  box-shadow: inset 0 0 0 .5px var(--hz-ink); font-weight: 700;
}
/* purchase "coming soon" — dimmed but dignified; its info-tip stays reachable */
.hz-choice--soon[aria-disabled="true"] {
  color: var(--hz-text-3); background: var(--hz-panel);
  border-style: dashed; cursor: default;
}
.hz-choice--soon[aria-disabled="true"]:hover { border-color: var(--hz-sand-300); }

/* device card */
.hz-device-pick {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 20px 16px 16px; border: 1.5px solid var(--hz-sand-300); border-radius: var(--hz-radius-card);
  background: var(--hz-surface); cursor: pointer; font: inherit;
  transition: border-color var(--hz-dur), background var(--hz-dur), box-shadow var(--hz-dur), transform var(--hz-dur);
}
.hz-device-pick:hover { border-color: var(--hz-ink); transform: translateY(-2px); box-shadow: var(--hz-shadow-1); }
.hz-device-pick.is-selected { border-color: var(--hz-ink); background: var(--hz-signal-50); box-shadow: inset 0 0 0 .5px var(--hz-ink); }
.hz-device-pick__media { height: 104px; display: flex; align-items: center; justify-content: center; font-size: 44px; }
.hz-device-pick__media img { max-height: 104px; width: auto; }
.hz-device-pick__name { font-weight: 700; font-size: 15.5px; color: var(--hz-ink); }

/* plan card with colour-letter avatar — Essential/Basic/Pro/Premium.
   Colour keys off the stable ShopContent::plans() order; a data-plan attr
   is on the developer wishlist to make this order-proof. */
.hz-plan-pick {
  position: relative; display: flex; align-items: center; gap: 12px;
  padding: 14px 16px; border: 1.5px solid var(--hz-sand-300); border-radius: var(--hz-radius-card);
  background: var(--hz-surface); cursor: pointer; font: inherit; text-align: start;
  transition: border-color var(--hz-dur), background var(--hz-dur), box-shadow var(--hz-dur);
}
@media (min-width: 1024px) {
  .hz-plan-pick { flex-direction: column; text-align: center; padding: 20px 14px 16px; gap: 8px; }
}
.hz-plan-pick:hover { border-color: var(--hz-ink); }
.hz-plan-pick.is-selected { border-color: var(--hz-ink); background: var(--hz-signal-50); box-shadow: inset 0 0 0 .5px var(--hz-ink); }
/* P1: the letter-avatar became a plain colour dot (`__dot`, keyed by
   [data-plan]) — styled in §10; the old avatar/nth-child rules were dead
   selectors and were removed. */
.hz-plan-pick__name { font-weight: 700; font-size: 15.5px; color: var(--hz-ink); }
.hz-plan-pick__price { font-size: 14px; color: var(--hz-text-2); }
.hz-plan-pick .hz-badge--pin {
  position: absolute; inset-block-start: -10px; inset-inline-end: 12px;
  box-shadow: 0 1px 4px rgb(25 38 34 / .12);
}

/* live differential price breakdown */
.hz-price-breakdown {
  background: var(--hz-panel); border-radius: 12px;
  padding: 14px 18px; margin-block-end: 16px;
}
.hz-price-breakdown__row {
  display: flex; justify-content: space-between; gap: 12px;
  font-size: 14.5px; color: var(--hz-text-2); padding-block: 5px;
}
.hz-price-breakdown__total {
  display: flex; justify-content: space-between; gap: 12px; align-items: baseline;
  border-block-start: 1px solid var(--hz-sand-200);
  margin-block-start: 8px; padding-block-start: 12px;
  font-weight: 800; font-size: 19px; color: var(--hz-ink);
}

/* sticky basket bar */
.hz-basket-bar {
  position: sticky; inset-block-end: 12px; z-index: 40;
  display: flex; align-items: center; flex-wrap: wrap; gap: 10px;
  background: var(--hz-ink); color: var(--hz-text-inverse);
  border-radius: var(--hz-radius-card); padding: 12px 18px;
  margin-block-start: 20px; box-shadow: var(--hz-shadow-2);
}
.hz-basket-bar__count { font-weight: 600; font-size: 14.5px; }
.hz-basket-bar__total { font-weight: 800; font-size: 19px; }
.hz-basket-bar__remove {
  display: inline-flex; align-items: center; min-height: 36px; padding-inline: 12px;
  border: 1px solid rgb(255 255 255 / .3); border-radius: var(--hz-radius-pill);
  background: rgb(255 255 255 / .1); color: var(--hz-text-inverse);
  font: inherit; font-size: 13px; font-weight: 600; cursor: pointer;
  transition: background var(--hz-dur), border-color var(--hz-dur);
}
.hz-basket-bar__remove:hover { background: rgb(255 255 255 / .18); border-color: rgb(255 255 255 / .55); }
.hz-basket-bar__remove:first-of-type { margin-inline-start: auto; }
.hz-basket-bar :focus-visible { box-shadow: var(--hz-focus-inverse); }

/* ============================================================
   4.21 · ALERTS + TIPS — the guidance language (R1)
   ============================================================ */
.hz-alert {
  display: flex; align-items: flex-start; gap: 10px;
  border-radius: 12px; padding: 12px 16px; margin-block-end: 18px;
  font-size: 14.5px; color: var(--hz-ink); position: relative;
}
.hz-alert__icon {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 800; line-height: 1; margin-block-start: 1px;
}
.hz-alert__text { align-self: center; }
.hz-alert--error { background: var(--hz-danger-bg); color: var(--hz-danger); font-weight: 600; }
.hz-alert--error .hz-alert__icon { background: var(--hz-danger); color: #fff; }
.hz-alert--notice { background: var(--hz-signal-50); border-inline-start: 3px solid var(--hz-signal-600); }
.hz-alert--notice .hz-alert__icon { background: var(--hz-signal-600); color: var(--hz-ink); }
.hz-alert--info { background: var(--hz-sky-100); }
.hz-alert--info .hz-alert__icon { background: var(--hz-sky-500); color: #fff; }
/* field-attached: a small arrow points up at the field above it */
.hz-alert.is-attached { margin-block: 8px 0; padding: 10px 14px; font-size: 13.5px; }
.hz-alert.is-attached::before {
  content: ''; position: absolute; inset-block-start: -6px; inset-inline-start: 22px;
  width: 12px; height: 12px; transform: rotate(45deg);
  background: inherit; border-radius: 2px;
}
.hz-alert--notice.is-attached::before { background: var(--hz-signal-50); }
.hz-alert--error.is-attached::before { background: var(--hz-danger-bg); }

/* i-tip — small round trigger, ink popover; bottom-sheet on mobile */
.hz-tip { position: relative; display: inline-flex; }
.hz-tip__btn {
  position: relative; width: 20px; height: 20px; border-radius: 50%;
  border: 1.5px solid var(--hz-sand-300); background: var(--hz-surface);
  color: var(--hz-text-3); font-family: var(--hz-font-ui); font-size: 11px;
  font-weight: 700; font-style: normal; line-height: 1; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: border-color var(--hz-dur), color var(--hz-dur);
}
.hz-tip__btn::after { content: ''; position: absolute; inset: -12px; border-radius: 50%; } /* 44px hit area */
.hz-tip__btn:hover, .hz-tip__btn[aria-expanded="true"] { border-color: var(--hz-ink); color: var(--hz-ink); }
.hz-tip__pop {
  position: absolute; z-index: 60;
  inset-block-end: calc(100% + 10px); inset-inline-start: 50%;
  transform: translateX(50%);
  width: max-content; max-width: 270px;
  background: var(--hz-ink); color: var(--hz-text-inverse);
  border-radius: 10px; padding: 10px 14px;
  font-size: 13.5px; font-weight: 400; line-height: 1.55; text-align: start;
  box-shadow: var(--hz-shadow-2);
}
.hz-tip__pop::after {
  content: ''; position: absolute; inset-block-end: -5px; inset-inline-start: 50%;
  width: 10px; height: 10px; transform: translateX(50%) rotate(45deg);
  background: var(--hz-ink); border-radius: 2px;
}
@media (max-width: 639px) {
  .hz-tip__pop {
    position: fixed; inset-block-end: 16px; inset-inline: 16px; inset-block-start: auto;
    transform: none; max-width: none; width: auto;
    padding: 16px 18px; font-size: 14.5px; border-radius: var(--hz-radius-card);
    z-index: 360;
  }
  .hz-tip__pop::after { display: none; }
}

/* ============================================================
   4.22 · WIZARD steps 2–5 (R1/R2/R2.1)
   ============================================================ */
/* resume-draft banner */
.hz-wz-resume {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;
  background: var(--hz-signal-50); border: 1px solid rgb(255 154 77 / .5);
  border-radius: 12px; padding: 14px 18px; margin-block-end: 20px;
}
.hz-wz-resume__text { font-weight: 600; font-size: 15px; }
.hz-wz-resume__actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* clickable stepper (wizard binds goStep on each li) */
.hz-wz-card__stepper .hz-stepper__step { cursor: pointer; }
.hz-wz-card__stepper .hz-stepper__step:hover .hz-stepper__label { color: var(--hz-ink); }

/* per-product trip card (step 2) */
.hz-trip-card {
  border: 1px solid var(--hz-sand-300); border-radius: var(--hz-radius-card);
  padding: 20px; margin-block-end: 18px; background: var(--hz-surface);
  display: flex; flex-direction: column; gap: 16px;
}
.hz-trip-card__head {
  display: flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 15.5px; color: var(--hz-ink);
  padding-block-end: 12px; border-block-end: 1px solid var(--hz-sand-200);
}
.hz-trip-card__head::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--hz-signal-600); }
.hz-trip-card__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.hz-trip-card .hz-chip, .hz-trip-card__chips .hz-chip {
  min-height: 32px; padding-inline: 14px; font-size: 13px; background: var(--hz-panel); border-color: var(--hz-sand-200);
}

/* step 3 — customer / per-product subscriber sections */
.hz-wz-customer { margin-block-end: 28px; }
.hz-wz-subscriber {
  border: 1px solid var(--hz-sand-200); border-radius: var(--hz-radius-card);
  padding: 20px; margin-block-end: 18px;
  display: flex; flex-direction: column; gap: 16px;
  background: var(--hz-surface);
}
.hz-wz-subscriber .hz-wz-subhead { margin-block-end: 0; }
.hz-wz-contact-row {
  border-inline-start: 3px solid var(--hz-sand-200); padding-inline-start: 16px;
  display: flex; flex-direction: column; gap: 14px;
}
.hz-wz-contacts__head { display: flex; justify-content: flex-end; }

/* checkbox / radio rows (hz-check) */
.hz-check {
  display: flex; align-items: center; gap: 10px; min-height: 44px;
  cursor: pointer; font-size: 15px; color: var(--hz-ink);
}
.hz-check__input {
  width: 20px; height: 20px; flex-shrink: 0;
  accent-color: var(--hz-signal-600); cursor: pointer;
}
.hz-check__label { line-height: 1.4; }
/* shipping picker — each option becomes a selectable card row */
.hz-checkout__shipping { display: grid; gap: 12px; grid-template-columns: 1fr; margin-block-end: 22px; }
@media (min-width: 700px) { .hz-checkout__shipping { grid-template-columns: 1fr 1fr; } }
.hz-checkout__shipping .hz-check {
  border: 1.5px solid var(--hz-sand-300); border-radius: 12px; padding: 12px 16px;
  transition: border-color var(--hz-dur), background var(--hz-dur);
}
.hz-checkout__shipping .hz-check:hover { border-color: var(--hz-ink); }
.hz-checkout__shipping .hz-check:has(.hz-check__input:checked) {
  border-color: var(--hz-ink); background: var(--hz-signal-50);
  box-shadow: inset 0 0 0 .5px var(--hz-ink); font-weight: 600;
}

/* add-on cards (step 4) */
.hz-addon-list { display: grid; grid-template-columns: 1fr; gap: 12px; margin-block-end: 24px; }
@media (min-width: 700px) { .hz-addon-list { grid-template-columns: 1fr 1fr; } }
.hz-addon {
  display: flex; align-items: center; gap: 12px;
  border: 1.5px solid var(--hz-sand-300); border-radius: 12px;
  padding: 13px 16px; background: var(--hz-surface); cursor: pointer;
  transition: border-color var(--hz-dur), background var(--hz-dur);
}
.hz-addon:hover { border-color: var(--hz-ink); }
.hz-addon.is-selected, .hz-addon:has(.hz-addon__check:checked) {
  border-color: var(--hz-ink); background: var(--hz-signal-50);
  box-shadow: inset 0 0 0 .5px var(--hz-ink);
}
.hz-addon__check { width: 20px; height: 20px; flex-shrink: 0; accent-color: var(--hz-signal-600); cursor: pointer; }
.hz-addon__name { flex: 1; font-weight: 600; font-size: 14.5px; }
.hz-addon__price { font-weight: 700; font-size: 15px; }

/* coupon row */
.hz-checkout__coupon { display: flex; align-items: flex-end; gap: 12px; flex-wrap: wrap; margin-block-end: 24px; }
.hz-checkout__coupon .hz-field { flex: 0 1 320px; }
.hz-checkout__coupon .hz-badge { margin-block-end: 12px; }

/* secure-payment trust card */
.hz-trust-payment {
  background: var(--hz-panel); border-radius: 12px;
  padding: 18px 20px; margin-block-start: 24px; text-align: center;
}
.hz-trust-payment__cards { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin-block-end: 10px; }
.hz-trust-payment__cards span {
  display: inline-flex; align-items: center; min-height: 28px; padding-inline: 12px;
  background: var(--hz-surface); border: 1px solid var(--hz-sand-300); border-radius: 6px;
  font-size: 11px; font-weight: 800; letter-spacing: .06em; color: var(--hz-text-2);
  font-style: italic;
}
.hz-trust-payment__note { font-size: 13.5px; color: var(--hz-text-2); }
.hz-trust-payment__note::before { content: '🔒 '; font-size: 12px; }
.hz-trust-payment__badges {
  margin-block-start: 8px; font-size: 12.5px; font-weight: 700;
  letter-spacing: .08em; color: var(--hz-text-3); text-transform: uppercase;
}

/* payment iframe + retry */
.hz-checkout__iframe { border: 1px solid var(--hz-sand-200); border-radius: var(--hz-radius-card); overflow: hidden; }
.hz-checkout__error {
  margin-block-start: 14px; padding: 12px 16px; border-radius: 12px;
  background: var(--hz-danger-bg); color: var(--hz-danger); font-weight: 600; font-size: 14.5px;
}

/* wizard footer — prev link + actions */
.hz-wz-card__prev {
  display: inline-flex; align-items: center; gap: 6px; min-height: 44px;
  color: var(--hz-ink); text-decoration: underline; text-underline-offset: 3px; font-size: 14.5px;
}
.hz-wz-card__prev:hover { color: var(--hz-signal-deep); }
.hz-wz-card__prev-arrow { font-size: 18px; text-decoration: none; }
.hz-wz-card__actions { display: flex; gap: 12px; flex-wrap: wrap; }
/* primary stays clickable while incomplete — a click surfaces the alerts */
.hz-btn.is-incomplete { opacity: .6; }
.hz-btn.is-incomplete:hover { transform: none; box-shadow: none; }

/* step 5 — in-wizard confirmation */
.hz-confirm { text-align: center; }
.hz-confirm__mark {
  width: 68px; height: 68px; margin: 8px auto 18px; border-radius: 50%;
  background: var(--hz-success); color: #fff; font-size: 32px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  animation: hz-pop 420ms var(--hz-ease-out);
}
@keyframes hz-pop { 0% { transform: scale(.5); opacity: 0; } 70% { transform: scale(1.08); } 100% { transform: scale(1); opacity: 1; } }
.hz-confirm__title { margin-block-end: 10px; }
.hz-confirm__order { color: var(--hz-text-2); font-size: 16px; margin-block-end: 6px; }
.hz-confirm__order strong { color: var(--hz-ink); font-size: 18px; }
.hz-confirm__lead { color: var(--hz-text-2); max-width: 46ch; margin-inline: auto; margin-block-end: 20px; }
.hz-confirm__summary { max-width: 380px; margin-inline: auto; margin-block-end: 24px; }
.hz-confirm__summary .hz-price-breakdown__total { border: none; margin: 0; padding: 14px 18px; background: var(--hz-panel); border-radius: 12px; }
.hz-confirm .hz-wz-subhead { margin-block-end: 10px; }
.hz-confirm__steps {
  list-style: none; counter-reset: hz-confirm; max-width: 440px;
  margin: 0 auto 26px; padding: 0; text-align: start;
  display: flex; flex-direction: column; gap: 10px;
}
.hz-confirm__steps li { counter-increment: hz-confirm; display: flex; align-items: baseline; gap: 10px; color: var(--hz-text-2); font-size: 15px; }
.hz-confirm__steps li::before {
  content: counter(hz-confirm);
  flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; align-self: center;
  background: var(--hz-ink); color: var(--hz-text-inverse); font-size: 12.5px; font-weight: 700;
}
.hz-confirm__actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* ============================================================
   4.23 · DATE SHEET (S9.1) — RTL calendar, bottom-sheet on mobile
   ============================================================ */
.hz-datefield {
  min-height: 48px; width: 100%; border: 1px solid var(--hz-sand-300);
  border-radius: var(--hz-radius-input); background: var(--hz-surface);
  padding-inline: 14px 40px; font: inherit; color: var(--hz-text);
  text-align: start; cursor: pointer; position: relative;
  transition: border-color var(--hz-dur), box-shadow var(--hz-dur);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%235F6B67' stroke-width='2' stroke-linecap='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='3'/%3E%3Cpath d='M3 10h18M8 3v4M16 3v4'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: left 12px center;
}
.hz-datefield:hover { border-color: var(--hz-ink); }
.hz-field.is-error .hz-datefield { border-color: var(--hz-danger); }
.hz-date-sheet { position: fixed; inset: 0; z-index: 380; display: none; }
.hz-date-sheet.is-open { display: block; }
.hz-date-sheet__overlay { position: absolute; inset: 0; background: rgb(25 38 34 / .45); }
.hz-date-sheet__panel {
  position: absolute; inset-inline: 0; inset-block-end: 0;
  background: var(--hz-surface); border-radius: 20px 20px 0 0;
  padding: 10px 20px 22px; box-shadow: var(--hz-shadow-2);
  max-height: 82vh; overflow-y: auto;
}
@media (min-width: 700px) {
  .hz-date-sheet__panel {
    inset: 50% auto auto 50%; transform: translate(-50%, -50%);
    width: 380px; border-radius: 20px; padding: 18px 22px 22px;
  }
}
.hz-date-sheet__handle { width: 44px; height: 4px; border-radius: var(--hz-radius-pill); background: var(--hz-sand-300); margin: 4px auto 10px; }
@media (min-width: 700px) { .hz-date-sheet__handle { display: none; } }
.hz-date-sheet__head { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-block-end: 10px; }
.hz-date-sheet__title { font-weight: 700; font-size: 16px; color: var(--hz-ink); }
.hz-date-sheet__nav {
  width: 44px; height: 44px; border: none; border-radius: 50%;
  background: transparent; color: var(--hz-ink); font-size: 22px; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background var(--hz-dur);
}
.hz-date-sheet__nav:hover { background: var(--hz-panel); }
.hz-date-sheet__weekdays {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px;
  font-size: 12px; color: var(--hz-text-3); text-align: center; margin-block-end: 6px;
}
.hz-date-sheet__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.hz-date-sheet__day {
  aspect-ratio: 1; min-height: 40px; border: none; border-radius: 50%;
  background: transparent; color: var(--hz-ink); font: inherit; font-size: 14.5px;
  cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
  transition: background var(--hz-dur);
}
.hz-date-sheet__day:hover { background: var(--hz-panel); }
.hz-date-sheet__day.is-today { box-shadow: inset 0 0 0 1.5px var(--hz-ink); }
.hz-date-sheet__day.is-selected { background: var(--hz-signal-600); color: var(--hz-ink); font-weight: 700; }
.hz-date-sheet__day.is-muted { color: var(--hz-sand-300); }
.hz-date-sheet__day.is-disabled, .hz-date-sheet__day[disabled] { color: var(--hz-sand-300); cursor: default; background: transparent; }

/* quick month/year navigation (R2.3) — the title splits into two drill-down
   buttons; months = 3×4 grid, years = 3×2. Dotted underline signals "tap me";
   the open view's button turns solid + deep-orange. */
.hz-date-sheet__title { display: flex; align-items: center; justify-content: center; gap: 2px; }
.hz-date-sheet__title-btn {
  border: none; background: transparent; cursor: pointer;
  font: inherit; font-weight: 700; font-size: 16px; color: var(--hz-ink);
  min-height: 44px; padding-inline: 6px;
  text-decoration: underline dotted; text-decoration-thickness: 1.5px;
  text-underline-offset: 4px; text-decoration-color: var(--hz-sand-300);
  transition: color var(--hz-dur), text-decoration-color var(--hz-dur);
}
.hz-date-sheet__title-btn:hover { color: var(--hz-signal-deep); text-decoration-color: currentColor; }
.hz-date-sheet__title-btn[aria-expanded="true"] {
  color: var(--hz-signal-deep);
  text-decoration-style: solid; text-decoration-color: var(--hz-signal-600);
}
.hz-date-sheet__months, .hz-date-sheet__years {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
  align-content: start; min-height: 268px; padding-block-start: 6px;
}
.hz-date-sheet__month, .hz-date-sheet__year {
  min-height: 48px; border: 1px solid var(--hz-sand-200); border-radius: var(--hz-radius-input);
  background: var(--hz-surface); color: var(--hz-ink); font: inherit; font-size: 14.5px;
  font-weight: 600; font-variant-numeric: tabular-nums; /* font:inherit resets .hz-num */
  cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background var(--hz-dur), border-color var(--hz-dur);
}
.hz-date-sheet__month:hover, .hz-date-sheet__year:hover { background: var(--hz-panel); border-color: var(--hz-ink); }
.hz-date-sheet__month.is-selected, .hz-date-sheet__year.is-selected {
  background: var(--hz-signal-600); border-color: var(--hz-signal-600);
  color: var(--hz-ink); font-weight: 700;
}
.hz-date-sheet__month.is-disabled, .hz-date-sheet__month[disabled],
.hz-date-sheet__year.is-disabled, .hz-date-sheet__year[disabled] {
  color: var(--hz-sand-300); border-color: var(--hz-sand-200);
  background: transparent; cursor: default;
}
.hz-date-sheet__footer { display: flex; justify-content: space-between; gap: 12px; margin-block-start: 12px; }
.hz-date-sheet__today, .hz-date-sheet__close {
  min-height: 44px; padding-inline: 10px; border: none; background: transparent;
  font: inherit; font-weight: 600; font-size: 14.5px; color: var(--hz-ink);
  text-decoration: underline; text-underline-offset: 3px; cursor: pointer;
}
.hz-date-sheet__today:hover, .hz-date-sheet__close:hover { color: var(--hz-signal-deep); }

/* ============================================================
   4.24 · HOME R2 — stats band, testimonial, footer regions
   ============================================================ */
.hz-stats-band { padding-block: 40px; }
@media (min-width: 1024px) { .hz-stats-band { padding-block: 56px; } }
.hz-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 16px; text-align: center; }
@media (min-width: 768px) { .hz-stats { grid-template-columns: repeat(4, 1fr); } }
.hz-stat { display: flex; flex-direction: column; gap: 4px; }
.hz-stat__value { font-size: clamp(32px, 4.5vw, 46px); font-weight: 700; line-height: 1; color: var(--hz-text-inverse); }
.hz-stat__label { font-size: 14px; color: var(--hz-text-inverse-2); }

.hz-testimonial__quote {
  position: relative; text-align: center;
  font-size: clamp(20px, 3vw, 25px); font-weight: 500; line-height: 1.55;
  color: var(--hz-ink); max-width: 56ch; margin-inline: auto; padding-block-start: 34px;
}
.hz-testimonial__quote::before {
  content: '”'; position: absolute; inset-block-start: -6px; inset-inline-start: 50%;
  transform: translateX(50%);
  font-family: var(--hz-font-display); font-size: 64px; line-height: 1;
  color: var(--hz-signal-600);
}
.hz-testimonial__author { text-align: center; color: var(--hz-text-3); font-size: 14.5px; margin-block-start: 14px; }
.hz-testimonial__author::before { content: '— '; }

.hz-footer__regions { border-block-start: 1px solid rgb(255 255 255 / .12); padding-block: 20px; margin-block-end: 4px; }
.hz-footer__regions .hz-footer__heading { display: block; margin-block-end: 12px; }
.hz-footer__region-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.hz-footer__region-chips .hz-chip {
  background: rgb(255 255 255 / .06); border-color: rgb(255 255 255 / .25);
  color: var(--hz-text-inverse-2); min-height: 34px; font-size: 13px; font-weight: 500;
}

/* ============================================================
   4.25 · PLANS PAGE — comparison table + the calculator-as-a-tool
   ============================================================ */
.hz-plans-table-wrap { margin-block-end: 48px; border: 1px solid var(--hz-sand-200); border-radius: var(--hz-radius-card); }
.hz-plans-table { width: 100%; border-collapse: collapse; min-width: 640px; }
.hz-plans-table th, .hz-plans-table td { padding: 14px 16px; text-align: center; border-block-end: 1px solid var(--hz-sand-200); }
.hz-plans-table tbody tr:last-child th, .hz-plans-table tbody tr:last-child td { border-block-end: none; }
.hz-plans-table thead th {
  font-size: 19px; font-weight: 700; color: var(--hz-ink); line-height: 1.3;
  border-block-end: 2px solid var(--hz-ink); background: var(--hz-panel);
}
.hz-plans-table thead th:first-child { border-start-start-radius: var(--hz-radius-card); }
.hz-plans-table thead th:last-child { border-start-end-radius: var(--hz-radius-card); }
.hz-plans-table thead th .hz-num { display: block; font-family: var(--hz-font-ui); font-stretch: normal; font-size: 13.5px; font-weight: 600; color: var(--hz-text-2); margin-block-start: 2px; }
.hz-plans-table tbody th { text-align: start; font-weight: 600; font-size: 14.5px; color: var(--hz-ink); }
.hz-plans-table td.is-yes { color: var(--hz-success); font-weight: 800; font-size: 16px; }
.hz-plans-table td.is-no { color: var(--hz-sand-300); font-weight: 700; font-size: 14px; }

.hz-calc {
  background: var(--hz-surface); border: 1px solid var(--hz-sand-300);
  border-radius: var(--hz-radius-hero); padding: 24px 20px; box-shadow: var(--hz-shadow-1);
  display: flex; flex-direction: column; gap: 18px; max-width: 720px; margin-inline: auto;
}
@media (min-width: 768px) { .hz-calc { padding: 32px 36px; } }
.hz-calc .hz-wz-subhead { display: flex; align-items: center; gap: 10px; margin-block-end: 0; font-size: 20px; }
.hz-calc .hz-wz-subhead::before { content: ''; width: 26px; height: 3px; border-radius: 2px; background: var(--hz-signal-600); }
.hz-calc__result { display: flex; flex-direction: column; gap: 16px; align-items: stretch; }
.hz-calc__result .hz-price-breakdown { margin-block-end: 0; }
.hz-calc__result .hz-btn { align-self: center; }

/* ============================================================
   4.26 · RENT MODAL (R2.4) — the wizard as a global popup
   z-order: header 100 < modal 340 < tip-sheet 360 < date-sheet 380.
   Scroll-locking is done inline by core.js — never here.
   ============================================================ */
.hz-rent-modal { display: none; position: fixed; inset: 0; z-index: 340; }
.hz-rent-modal.is-open { display: block; }
.hz-rent-modal__overlay {
  position: absolute; inset: 0;
  background: rgb(25 38 34 / .55);
}
.hz-rent-modal__panel {
  position: absolute; inset: 0;
  overflow-y: auto; overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.hz-rent-modal.is-open .hz-rent-modal__panel { animation: hz-modal-in 260ms var(--hz-ease-out); }
@keyframes hz-modal-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.hz-rent-modal__close {
  position: fixed; inset-block-start: 14px; inset-inline-end: 14px; z-index: 5;
  width: 44px; height: 44px; border: none; border-radius: 50%;
  background: var(--hz-surface); color: var(--hz-ink);
  font-size: 18px; font-weight: 600; line-height: 1; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: var(--hz-shadow-1);
  transition: transform var(--hz-dur) var(--hz-ease-out), background var(--hz-dur);
}
.hz-rent-modal__close:hover { transform: scale(1.06); background: var(--hz-signal-50); }

/* locked stepper steps — visibly not clickable; done-but-locked steps keep
   their ink (only the affordance goes), upcoming-and-locked go lighter */
.hz-stepper__step.is-locked { pointer-events: none; cursor: default; }
.hz-stepper__step.is-locked.is-upcoming .hz-stepper__num,
.hz-stepper__step.is-locked.is-upcoming .hz-stepper__label { color: var(--hz-sand-300); }

/* payment header — the way back out of the iframe */
.hz-checkout__payhead {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; flex-wrap: wrap; margin-block-end: 14px;
}
.hz-checkout__edit { padding-inline: 0; }
.hz-checkout__payhead-note { font-size: 13.5px; color: var(--hz-text-3); margin: 0; }

/* wizard fields reserve the error line so blur-validation never shifts layout */
.hz-wz-step .hz-field { position: relative; padding-block-end: 20px; }
.hz-wz-step .hz-field__error { position: absolute; inset-block-end: 0; inset-inline: 0; font-size: 12.5px; }

/* agents placeholder */
.hz-agents-contact { max-width: 560px; }
.hz-agents-contact__list { list-style: none; padding: 0; margin-block: 14px 0; display: flex; flex-direction: column; gap: 8px; color: var(--hz-text-2); }

/* ============================================================
   5 · PLACEHOLDER / 404
   ============================================================ */
.hz-placeholder { text-align: center; }
.hz-placeholder__title { font-weight: 700; font-size: clamp(30px, 5vw, 44px); margin-block-end: 12px; }
.hz-placeholder__lede { color: var(--hz-text-2); max-width: 48ch; margin-inline: auto; }
.hz-404 { text-align: center; }
.hz-404__inner { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.hz-404__mark { font-weight: 700; font-size: clamp(72px, 14vw, 130px); color: var(--hz-sand-300); line-height: 1; }
.hz-404__title { font-weight: 700; font-size: clamp(26px, 5vw, 38px); }
.hz-404__lede { color: var(--hz-text-2); max-width: 44ch; margin-block-end: 20px; }

/* ============================================================
   6 · FOOTER — the ink block that closes every ref page
   ============================================================ */
.hz-footer { background: var(--hz-ink); color: var(--hz-text-inverse-2); padding-block: 48px 32px; margin-block-start: 64px; flex-shrink: 0; }
.hz-footer__cols { display: grid; grid-template-columns: 1fr; gap: 28px; margin-block: 36px 32px; }
@media (min-width: 768px) { .hz-footer__cols { grid-template-columns: 2fr 1fr 1fr; } }
.hz-footer__wordmark { font-size: 24px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--hz-text-inverse); }
.hz-footer__tagline { margin-block-start: 8px; font-size: 14px; }
.hz-footer__heading { font-size: 14px; font-weight: 700; letter-spacing: .06em; color: var(--hz-text-inverse); margin-block-end: 14px; }
.hz-footer__list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.hz-footer__link { color: var(--hz-text-inverse-2); text-decoration: none; font-size: 14px; transition: color var(--hz-dur); }
.hz-footer__link:hover { color: var(--hz-text-inverse); text-decoration: underline; text-underline-offset: 3px; }
.hz-footer__rights { border-block-start: 1px solid rgb(255 255 255 / .12); padding-block-start: 24px; font-size: 13px; text-align: center; }

/* ============================================================
   7 · UTILITIES
   ============================================================ */
.hz-stack > * + * { margin-block-start: 16px; }
.hz-text-center { text-align: center; }
.hz-mt-0 { margin-block-start: 0; }
.hz-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ============================================================
   8 · MOTION SAFETY (always the last word)
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .hz-body *, .hz-body *::before, .hz-body *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* ============================================================
   9 · MAGNUS REDESIGN — iteration 2 (overrides)
   Component-level corrections to match the Magnus "Website & Shop"
   design language. Grouped here for easy review/iteration; folds
   back into §4 once approved.
   ============================================================ */

/* --- 9.1 Logo: fit the header bar, don't dominate it.
   Needs 2-class specificity to beat the base `.hz-body img { height:auto }` (0,1,1). --- */
.hz-header .hz-header__logo-img { height: 36px; width: auto; display: block; }
.hz-header__inner { height: 76px; }

/* --- 9.2 Headings: large relative to body (per design system) --- */
.hz-title { font-size: clamp(38px, 6.5vw, 60px); line-height: 1.08; }
.hz-hero__title, .hz-hero h1 { font-size: clamp(46px, 8vw, 84px); line-height: 1.04; max-width: 16ch; }
.hz-wz-card__title { font-size: clamp(34px, 5vw, 52px); line-height: 1.08; }
.hz-hero__badge { background: rgb(252 177 75 / .18); color: #FFD9A6; }

/* --- 9.3 Buttons: Almoni Tzar (condensed) + larger, no lift/shadow --- */
.hz-btn {
  font-family: var(--hz-font-display); font-stretch: 62.5%; letter-spacing: .01em;
  transition: background var(--hz-dur) var(--hz-ease-out), color var(--hz-dur), border-color var(--hz-dur);
}
.hz-btn--sm { height: 44px; padding-inline: 24px; font-size: 17px; }
.hz-btn--md { height: 52px; padding-inline: 32px; font-size: 20px; }
.hz-btn--lg { height: 62px; padding-inline: 42px; font-size: 24px; }
.hz-btn--primary:hover { background: var(--hz-signal-700); transform: none; box-shadow: none; }
.hz-header__cta { font-family: var(--hz-font-display); font-stretch: 62.5%; font-size: 17px; height: 46px; }
.hz-header__cta:hover { transform: none; }

/* --- 9.4 No hover shadows/lift on cards; selected = green tint (never beige) --- */
.hz-product-card { transition: border-color var(--hz-dur); }
.hz-product-card:hover { transform: none; box-shadow: none; border-color: var(--hz-ink); }
.hz-product-card__media { background: var(--hz-surface); height: 220px; padding: 24px; border-block-end: none; }
.hz-product-card__img, .hz-product-card__media img { max-height: 100%; width: auto; object-fit: contain; }
.hz-device-pick:hover { transform: none; box-shadow: none; border-color: var(--hz-ink); }
.hz-device-pick.is-selected,
.hz-choice.is-selected,
.hz-checkout__shipping .hz-check:has(.hz-check__input:checked),
.hz-addon.is-selected,
.hz-addon:has(.hz-addon__check:checked) { background: var(--hz-pine-100); }
.hz-check__input, .hz-addon__check { accent-color: var(--hz-ink); }

/* --- 9.5 Rent popup: float over a blurred page, capped at 98vh, X inside --- */
.hz-rent-modal.is-open {
  display: flex; align-items: center; justify-content: center;
  padding: clamp(8px, 2vh, 24px);
}
.hz-rent-modal__overlay {
  position: fixed; inset: 0;
  background: rgb(20 40 34 / .45);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.hz-rent-modal__panel {
  position: relative; inset: auto;
  width: 100%; max-width: 1000px; max-height: 98vh;
  margin: 0; padding: 0; display: flex; overflow: visible; background: none;
}
.hz-rent-modal .hz-wz-card {
  margin: 0; width: 100%; max-height: 98vh;
  overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch;
  box-shadow: 0 24px 64px rgb(20 40 34 / .30);
}
/* head stays pinned while the body scrolls; carries the close (X) on the left */
.hz-rent-modal .hz-wz-card__head {
  position: sticky; top: 0; z-index: 4;
  background: var(--hz-surface);
  margin: -24px -20px 18px; padding: 14px 20px;
  border-radius: var(--hz-radius-hero) var(--hz-radius-hero) 0 0;
}
@media (min-width: 768px) {
  .hz-rent-modal .hz-wz-card__head { margin: -32px -44px 22px; padding: 18px 44px; }
}
.hz-rent-modal__close {
  position: static; inset: auto;
  width: 40px; height: 40px; border: none; border-radius: 50%;
  background: var(--hz-sand-100); color: var(--hz-ink);
  box-shadow: none; font-size: 17px; font-weight: 600; line-height: 1;
  display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
}
.hz-rent-modal__close:hover { background: var(--hz-pine-100); transform: none; }

/* ============================================================
   10 · P1 — THE OFFICIAL RENT POPUP (עיצוב פופאפ השכרה.png)
   Pixel-source: Design/Example UI Screens/*.png + MagnusDesignSystemv1_2.
   Anatomy per the screenshots: WHITE head strip (X-circle + text stepper)
   → SAND card body → WHITE rounded section panels → WHITE sticky footer
   (summary ⟷ green pill + circle back-arrow). Scoped to .hz-rent-modal;
   overrides §9.5 where they disagree — fold together after approval.
   ============================================================ */

/* --- 10.1 Card shell: sand body, generous radius, white strips --- */
.hz-rent-modal .hz-wz-card {
  background: var(--hz-sand-100);
  border-radius: 28px;
  max-width: 880px;
  padding: 0;
}
.hz-rent-modal__panel.hz-topo::before { display: none; }

/* head: white strip, X first (visually at the inline-END like the design) */
.hz-rent-modal .hz-wz-card__head {
  position: sticky; top: 0; z-index: 4;
  display: flex; flex-direction: row-reverse; align-items: center; gap: 18px;
  margin: 0; padding: 16px 20px;
  background: var(--hz-surface);
  border-block-end: none;
  border-radius: 28px 28px 0 0;
}
@media (min-width: 768px) {
  .hz-rent-modal .hz-wz-card__head { margin: 0; padding: 18px 26px; }
}
.hz-rent-modal__close {
  width: 44px; height: 44px; flex-shrink: 0;
  background: var(--hz-sand-100); color: var(--hz-teal);
}
.hz-rent-modal__close:hover { background: var(--hz-sand-200); }

/* body: the sand field the white panels float on */
.hz-rent-modal .hz-wz-card__body { padding: 16px 20px 10px; }
@media (min-width: 768px) { .hz-rent-modal .hz-wz-card__body { padding: 18px 26px 12px; } }

/* resume banner + global alert sit on sand between head and body */
.hz-rent-modal .hz-wz-resume { margin: 14px 20px 0; }
.hz-rent-modal .hz-wz-card > .hz-alert { margin: 14px 20px 0; }

/* --- 10.2 Text stepper (labels + dashed connectors, no numbers) --- */
.hz-wz-card__stepper { flex: 1; margin-block-end: 0; min-width: 0; }
.hz-stepper--text .hz-stepper__label {
  font-size: 15px; color: var(--hz-text-3);
  /* the design's #B2C7C6 fails AA on white (≈2:1) — kept the tone, fixed
     the depth: text-3 ≥4.5:1 (documented deviation) */
}
.hz-stepper--text .hz-stepper__step:not(:first-child)::before {
  border-block-start: 2px dashed var(--hz-sand-200);
}
.hz-stepper--text .hz-stepper__step.is-done:not(:first-child)::before { border-block-start-color: var(--hz-sand-300); }
.hz-stepper--text .hz-stepper__step.is-done .hz-stepper__label { color: var(--hz-teal); font-weight: 400; }
.hz-stepper--text .hz-stepper__step.is-active .hz-stepper__label { color: var(--hz-teal); font-weight: 700; }
.hz-stepper--text .hz-stepper__step.is-locked.is-upcoming .hz-stepper__label { color: var(--hz-sand-300); }

/* --- 10.3 Section panels: WHITE rounded cards on the sand body --- */
.hz-rent-modal .hz-step-sections { gap: 14px; }
.hz-rent-modal .hz-card-sand {
  background: var(--hz-surface);
  border-radius: 20px;
  padding: 26px 24px;
  border-block-start: none;
}
.hz-rent-modal .hz-step-section:first-child { padding-block-start: 26px; }
/* steps 2–4 + confirmation: the whole step is one white panel;
   step 1 (the builder) stays transparent — its sections are the panels */
.hz-rent-modal .hz-wz-step {
  background: var(--hz-surface); border-radius: 20px;
  padding: 26px 24px; margin-block-end: 14px;
}
.hz-rent-modal .hz-wz-step:has(.hz-step-sections) { background: none; border-radius: 0; padding: 0; }
.hz-rent-modal .hz-step-section__title,
.hz-rent-modal .hz-wz-card__title {
  justify-content: center; text-align: center;
  font-family: var(--hz-font-display); font-stretch: 62.5%; letter-spacing: .01em;
  color: var(--hz-teal); font-size: clamp(24px, 3.2vw, 30px); font-weight: 700;
  margin-block-end: 20px;
}
.hz-rent-modal .hz-wz-card__title { font-size: clamp(26px, 3.6vw, 34px); }
.hz-rent-modal .hz-step-section__hint { text-align: center; font-size: 13px; color: var(--hz-text-3); margin-block-start: 10px; }

/* --- 10.4 Segmented toggle (traveler type / order type) ---
   .hz-segmented/__opt is the dedicated hook; the .hz-choice selectors are
   kept for the sections that still emit choice-row (order type). */
.hz-segmented,
.hz-rent-modal .hz-choice-row {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 4px;
  width: fit-content; margin-inline: auto;
  background: var(--hz-sand-100); border-radius: var(--hz-radius-pill); padding: 4px;
}
.hz-segmented__opt,
.hz-rent-modal .hz-choice {
  flex: 0 1 auto; min-height: 46px; padding: 10px 24px;
  border: none; border-radius: var(--hz-radius-pill);
  background: transparent; color: var(--hz-teal); cursor: pointer;
  font: inherit; font-weight: 600; font-size: 15px; box-shadow: none;
  transition: background var(--hz-dur) var(--hz-ease-out), color var(--hz-dur) var(--hz-ease-out);
}
.hz-segmented__opt:hover,
.hz-rent-modal .hz-choice:hover { background: rgb(0 69 66 / .06); }
.hz-segmented__opt.is-selected,
.hz-rent-modal .hz-choice.is-selected {
  background: var(--hz-pine-500); color: #fff; font-weight: 700; box-shadow: none;
}
.hz-rent-modal .hz-choice--soon[aria-disabled="true"] {
  background: transparent; border: none; color: var(--hz-text-3); opacity: .75;
}
.hz-segmented__opt.is-locked,
.hz-rent-modal .hz-choice.is-locked { opacity: .5; pointer-events: none; }

/* --- 10.5 Device model cards --- */
.hz-device-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.hz-rent-modal .hz-device-pick {
  position: relative; width: 190px;
  border: 1px solid var(--hz-sand-200); border-radius: 14px;
  background: var(--hz-surface); padding: 20px 16px 16px;
}
.hz-rent-modal .hz-device-pick:hover { border-color: var(--hz-pine-500); }
.hz-rent-modal .hz-device-pick.is-selected {
  background: var(--hz-surface);
  border-color: var(--hz-pine-500);
  box-shadow: inset 0 0 0 .5px var(--hz-pine-500);
}
.hz-device-pick__check {
  position: absolute; inset-block-start: 10px; inset-inline-start: 10px;
  width: 26px; height: 26px; border-radius: 50%;
  border: 1.5px solid var(--hz-sand-300); background: var(--hz-surface);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800; color: transparent;
  transition: background var(--hz-dur), border-color var(--hz-dur), color var(--hz-dur);
}
.hz-device-pick__check::after { content: '✓'; }
.hz-device-pick.is-selected .hz-device-pick__check {
  background: var(--hz-pine-500); border-color: var(--hz-pine-500); color: #fff;
}
.hz-rent-modal .hz-device-pick__media { height: 120px; }
.hz-rent-modal .hz-device-pick__media img { max-height: 120px; }

/* --- 10.6 Plan cards: colour dot · condensed name · price · tell-me link --- */
.hz-plan-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 900px) { .hz-plan-row { grid-template-columns: repeat(4, 1fr); } }
.hz-rent-modal .hz-plan-pick {
  display: flex; flex-direction: column; align-items: stretch; text-align: center;
  padding: 0; gap: 0; cursor: default;
  border: 1px solid var(--hz-sand-200); border-radius: 14px;
  background: var(--hz-surface);
}
.hz-rent-modal .hz-plan-pick:hover { border-color: var(--hz-pine-500); }
.hz-rent-modal .hz-plan-pick.is-selected {
  background: var(--hz-surface);
  border-color: var(--hz-pine-500);
  box-shadow: inset 0 0 0 .5px var(--hz-pine-500);
}
.hz-plan-pick__btn {
  display: flex; flex-direction: column; align-items: center; gap: 9px;
  width: 100%; padding: 20px 12px 10px;
  border: none; background: none; font: inherit; cursor: pointer;
}
.hz-plan-pick__dot { width: 26px; height: 26px; border-radius: 50%; background: var(--hz-dot-premium); }
.hz-plan-pick[data-plan="essential"] .hz-plan-pick__dot { background: var(--hz-ink); }
.hz-plan-pick[data-plan="basic"] .hz-plan-pick__dot { background: var(--hz-pine-500); }
.hz-plan-pick[data-plan="pro"] .hz-plan-pick__dot { background: var(--hz-signal-600); }
.hz-plan-pick[data-plan="premium"] .hz-plan-pick__dot { background: var(--hz-dot-premium); }
.hz-rent-modal .hz-plan-pick__name {
  font-family: var(--hz-font-display); font-stretch: 62.5%;
  font-size: 18px; letter-spacing: .04em; color: var(--hz-teal);
}
.hz-rent-modal .hz-plan-pick__price { font-size: 13.5px; color: var(--hz-text-2); }
.hz-plan-pick__more {
  display: inline-flex; align-items: center; justify-content: center; gap: 5px;
  padding: 4px 10px 16px; font-size: 13px; color: var(--hz-teal);
}
.hz-plan-pick__more-label { text-decoration: underline; text-underline-offset: 3px; }

/* --- 10.7 Fields on the white panels --- */
.hz-rent-modal .hz-field input,
.hz-rent-modal .hz-field select,
.hz-rent-modal .hz-field textarea,
.hz-rent-modal .hz-datefield {
  background: var(--hz-surface); border-color: var(--hz-sand-300);
}
.hz-rent-modal .hz-field input:focus,
.hz-rent-modal .hz-field select:focus,
.hz-rent-modal .hz-datefield:focus { border-color: var(--hz-pine-500); box-shadow: 0 0 0 3px rgb(70 123 107 / .15); }

/* --- 10.8 Sticky footer: summary ⟷ green pill + circle back-arrow --- */
.hz-rent-modal .hz-wz-card__foot,
.hz-wz-foot {
  position: sticky; inset-block-end: 0; z-index: 4;
  display: flex; flex-direction: row; flex-wrap: wrap;
  align-items: center; justify-content: space-between; gap: 12px;
  margin: 0; padding: 14px 20px;
  background: var(--hz-surface);
  border-block-start: 1px solid var(--hz-hairline);
  border-radius: 0 0 28px 28px;
}
@media (min-width: 768px) { .hz-rent-modal .hz-wz-card__foot { padding: 14px 26px; } }
.hz-wz-foot__summary { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.hz-wz-foot__title { font-weight: 700; font-size: 15px; color: var(--hz-teal); }
.hz-wz-foot__meta { display: flex; flex-wrap: wrap; gap: 4px 14px; font-size: 13px; color: var(--hz-text-3); }
.hz-wz-foot__actions { display: flex; align-items: center; gap: 10px; }
/* the popup CTA is the GREEN pill (white text 4.9:1 AA; amber stays the
   storefront CTA outside the modal) */
.hz-rent-modal .hz-wz-foot .hz-btn--primary {
  background: var(--hz-pine-500); color: #fff;
}
.hz-rent-modal .hz-wz-foot .hz-btn--primary:hover { background: #3D6B5D; }
.hz-rent-modal .hz-wz-foot .hz-btn--primary.is-incomplete { opacity: .85; }
.hz-wz-foot__back {
  width: 48px; height: 48px; flex-shrink: 0;
  border: none; border-radius: 50%; cursor: pointer;
  background: #E4E1DC; color: var(--hz-teal);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 18px; line-height: 1;
  transition: background var(--hz-dur) var(--hz-ease-out);
}
.hz-wz-foot__back:hover { background: var(--hz-sand-300); }

/* --- 10.11 Basket = the editable rental summary (P1.1) ---
   Each line: device image (per [data-model]) · model+plan · chips
   (days/destination/VAT/qty) + dates · line price · edit/remove. */
.hz-basket-added__list {
  list-style: none; padding: 0; margin: 0 0 14px;
  display: flex; flex-direction: column; gap: 10px;
}
.hz-basket-added__item {
  display: flex; align-items: center; gap: 14px;
  background: var(--hz-sand-100); border-radius: 14px;
  padding: 12px 14px;
}
.hz-basket-line__media {
  flex-shrink: 0; width: 56px; height: 56px;
  border-radius: 12px; border: 1px solid var(--hz-sand-200);
  background: var(--hz-surface) center / 72% no-repeat;
  background-image: url('../img/shop/devices.webp');
}
.hz-basket-line[data-model="mini2"] .hz-basket-line__media { background-image: url('../img/shop/device-mini2.webp'); }
.hz-basket-line[data-model="seplus"] .hz-basket-line__media { background-image: url('../img/shop/device-seplus.webp'); }
.hz-basket-line__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 6px; text-align: start; }
.hz-basket-line__head { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.hz-basket-line__model { font-weight: 700; font-size: 15px; color: var(--hz-teal); }
.hz-basket-line__plan { font-size: 13px; color: var(--hz-text-3); }
.hz-basket-line__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.hz-basket-line__dates { font-size: 13px; font-weight: 600; color: var(--hz-text-2); margin-inline-end: 4px; }
/* the meta chips are info-sized, not the 44px filter chips */
.hz-basket-line__meta .hz-chip {
  min-height: 26px; padding-inline: 10px;
  font-size: 12px; font-weight: 600; color: var(--hz-text-2);
  background: var(--hz-surface); border: 1px solid var(--hz-sand-200);
}
.hz-basket-line__price { flex-shrink: 0; font-weight: 700; font-size: 17px; color: var(--hz-teal); }
.hz-basket-line__actions { display: flex; align-items: center; gap: 2px; flex-shrink: 0; }
.hz-basket-line__edit {
  border: none; background: none; cursor: pointer; font: inherit;
  font-size: 13.5px; font-weight: 600; color: var(--hz-pine-500);
  text-decoration: underline; text-underline-offset: 3px;
  min-height: 44px; padding-inline: 8px; border-radius: var(--hz-radius-pill);
}
.hz-basket-line__edit:hover { color: var(--hz-teal); }
.hz-basket-added__remove {
  flex-shrink: 0; width: 44px; height: 44px;
  border: none; border-radius: 50%; background: transparent;
  color: var(--hz-text-3); font-size: 15px; line-height: 1; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background var(--hz-dur), color var(--hz-dur);
}
.hz-basket-added__remove:hover { background: var(--hz-danger-bg); color: var(--hz-danger); }
.hz-rent-modal .hz-basket-added__more { height: 52px; font-size: 18px; }
@media (max-width: 640px) {
  .hz-basket-line { flex-wrap: wrap; }
  .hz-basket-line__body { flex: 1 1 55%; }
  .hz-basket-line__price { margin-inline-start: 70px; }
  .hz-basket-line__actions { margin-inline-start: auto; }
}

/* --- 10.10 Panel = exactly the card: no photo frame, no stray chrome ---
   The panel used to be the full-bleed wizard background (1000px + photo
   layer); in the popup design the blurred PAGE is the backdrop, so the
   media layer dies and the panel shrinks to the card's own width. */
.hz-rent-modal__panel { max-width: 880px; background: none; }
.hz-rent-modal .hz-wz-bg__media { display: none; }
/* the panel takes programmatic focus on open (ESC/scroll handling) — it is
   not an interactive control, so no ring on it; inner controls keep theirs */
.hz-rent-modal__panel:focus,
.hz-rent-modal__panel:focus-visible { outline: none; box-shadow: none; }
/* quiet, thin scrollbar inside the card */
.hz-rent-modal .hz-wz-card { scrollbar-width: thin; scrollbar-color: var(--hz-sand-300) transparent; }
.hz-rent-modal .hz-wz-card::-webkit-scrollbar { width: 8px; }
.hz-rent-modal .hz-wz-card::-webkit-scrollbar-thumb { background: var(--hz-sand-300); border-radius: 4px; }
.hz-rent-modal .hz-wz-card::-webkit-scrollbar-track { background: transparent; margin-block: 14px; }

/* --- 10.9 Small screens --- */
@media (max-width: 640px) {
  .hz-rent-modal.is-open { padding: 0; }
  .hz-rent-modal .hz-wz-card { border-radius: 0; max-height: 100vh; max-height: 100dvh; }
  .hz-rent-modal .hz-wz-card__head { border-radius: 0; }
  .hz-rent-modal .hz-wz-card__foot { border-radius: 0; }
  .hz-rent-modal .hz-card-sand, .hz-rent-modal .hz-wz-step { padding: 20px 16px; }
  .hz-rent-modal .hz-device-pick { width: 156px; }
}
