/* ============ SWISS / MINIMALIST ============ */
  /* Light (default) */
  :root {
    --bg: #ffffff;
    --bg-2: #fafafa;
    --bg-3: #f0f0f0;
    --paper: #ffffff;
    --paper-2: #fafafa;
    --ink: #000000;
    --ink-2: #333333;
    --ink-dim: #777777;
    --line: rgba(0,0,0,0.10);
    --line-2: rgba(0,0,0,0.20);

    --primary: #ff0033;          /* Swiss red */
    --primary-dark: #cc0029;
    --primary-soft: rgba(255,0,51,0.08);
    --accent: #000000;
    --accent-soft: rgba(0,0,0,0.06);
    --gold: #000000;
    --gold-soft: rgba(0,0,0,0.06);

    --radius: 0px;
    --radius-lg: 0px;
    --shadow: 0 0 0 1px rgba(0,0,0,0.06);
    --shadow-lg: 0 0 0 1px rgba(0,0,0,0.08);
  }

  [data-theme="dark"] {
    --bg: #000000;
    --bg-2: #0a0a0a;
    --bg-3: #141414;
    --paper: #0a0a0a;
    --paper-2: #141414;
    --ink: #ffffff;
    --ink-2: #cccccc;
    --ink-dim: #888888;
    --line: rgba(255,255,255,0.10);
    --line-2: rgba(255,255,255,0.20);

    --primary: #ff3355;
    --primary-dark: #cc1f3f;
    --primary-soft: rgba(255,51,85,0.10);
    --accent: #ffffff;
    --accent-soft: rgba(255,255,255,0.08);
    --gold: #ffffff;
    --gold-soft: rgba(255,255,255,0.08);

    --shadow: 0 0 0 1px rgba(255,255,255,0.08);
    --shadow-lg: 0 0 0 1px rgba(255,255,255,0.12);
  }

  /* Swiss override: sharp corners everywhere */
  .btn, .branch-card, .price-card, .feat, .integration, .step-card,
  .quote-mini, .testimonial-feature, .final-card, .hero-eyebrow,
  .hv-widget, .hv-mini-1, .hv-mini-2, .hv-stats-card,
  .benefit-visual, .features-grid-9, .pl-floor, .pl-table,
  .ly-card, .ly-reward, .nf-item, .nf-icon, .alg-cell, .cb-step,
  .cb-num, .bk-stat, .bk-row, .price-badge, .sec-eyebrow,
  .qm-result, .ly-tier, .cb-discount, .theme-toggle,
  .clients-row span, .step-num, .qm-avatar, .tf-avatar, .hpw-avatar,
  .hv-card, .branch-icon, .feat-icon, .branch-icon-big,
  .nav-links a, .price-features li::before, .hero-checks li::before,
  .benefit-checks li::before, .branch-card,
  .hv-card, .logo-mark, .ly-progress, .ly-progress-fill,
  .hw-d, .hw-t, .hw-summary, .hw-tab, .hw-body,
  .bv-slot, .bv-slot-status, .bv-table, .bv-lane {
    border-radius: 0 !important;
  }

  /* Logo more architectural */
  .logo {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
  }
  .logo-mark {
    background: var(--ink);
    color: var(--bg);
    box-shadow: none;
    font-family: 'IBM Plex Mono', monospace;
  }

  /* Section eyebrows monospace */
  .sec-eyebrow {
    font-family: 'IBM Plex Mono', monospace;
    background: transparent !important;
    color: var(--primary) !important;
    border: 1px solid var(--primary);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 11px;
    padding: 6px 12px;
  }

  /* Numbers and prices in monospace */
  .price-amount .number, .stat-num, .hw-summary .price,
  .ly-points, .tf-stat-num {
    font-family: 'IBM Plex Sans', sans-serif !important;
  }

  /* Branch number in mono */
  .branch-num {
    font-family: 'IBM Plex Mono', monospace !important;
    color: var(--primary) !important;
  }

  /* Buttons sharper */
  .btn {
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  .btn-lg {
    font-size: 13px !important;
  }

  /* Soften gradients to flat */
  .ly-progress-fill { background: var(--primary) !important; }
  .branch-card::before { background: transparent !important; }
  .hero::before, .hero::after { display: none !important; }
  .testimonial-feature::before, .final-card::before { display: none !important; }
  .benefit-visual::after { display: none !important; }
  .branch-content {
    background: var(--bg) !important;
    border-top: 1px solid var(--line);
  }
  .branch-card {
    aspect-ratio: 4/5;
  }
  .branch-icon-big {
    color: var(--primary);
    opacity: 1;
  }

  /* Featured price card without scaling */
  .price-card.featured {
    transform: none !important;
    border: 2px solid var(--primary) !important;
    box-shadow: none !important;
    background: var(--paper) !important;
  }
  .price-card:hover {
    transform: none !important;
  }

  /* Coral text replaced with red Swiss */
  h1.hero-title .accent,
  .sec-title .accent,
  .sec-title .gold,
  .benefit h3 .accent,
  .benefit h3 .gold,
  .benefit h3 .mint,
  .final-card h2 .accent,
  .tf-quote em {
    background: none !important;
    -webkit-text-fill-color: var(--primary) !important;
    color: var(--primary) !important;
  }
  .tf-stat-num {
    background: none !important;
    -webkit-text-fill-color: var(--primary) !important;
    color: var(--primary) !important;
  }

  /* Floating mini cards static, no rotation */
  .hv-widget, .hv-mini-1, .hv-mini-2, .hv-stats-card {
    animation: none !important;
    transform: none !important;
  }


  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'Inter', sans-serif; color: var(--ink); background: var(--bg);
    line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden;
  }
  .display { font-family: 'Manrope', sans-serif; }
  .wrap { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

  /* NAV */
  nav {
    position: sticky; top: 0; z-index: 100;
    background: color-mix(in srgb, var(--bg) 85%, transparent);
    backdrop-filter: blur(16px) saturate(180%);
    border-bottom: 1px solid var(--line);
  }
  .nav-inner {
    max-width: 1280px; margin: 0 auto; padding: 16px 24px;
    display: flex; align-items: center; justify-content: space-between; gap: 32px;
  }
  .logo {
    display: flex; align-items: center; gap: 10px;
    font-family: 'Manrope', sans-serif;
    font-weight: 800; font-size: 21px; letter-spacing: -0.025em;
    color: var(--ink); cursor: pointer; text-decoration: none;
  }
  .logo-mark {
    width: 36px; height: 36px; border-radius: 11px;
    background: var(--primary); color: white;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 800; font-size: 12px;
    box-shadow: 0 4px 12px rgba(255,107,53,0.4);
  }
  .logo .num { color: var(--primary); }
  .nav-links { display: flex; gap: 6px; }
  .nav-links a {
    color: var(--ink-2); text-decoration: none;
    font-size: 14px; font-weight: 500;
    padding: 8px 14px; border-radius: 100px;
    cursor: pointer; transition: all 0.15s;
  }
  .nav-links a:hover { background: var(--bg-3); color: var(--ink); }
  @media (max-width: 940px) { .nav-links { display: none; } }
  .nav-actions { display: flex; align-items: center; gap: 8px; }

  /* Theme toggle button */
  .theme-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px;
    background: var(--paper); color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px; line-height: 1;
    transition: all 0.2s;
    padding: 0;
  }
  .theme-toggle:hover { background: var(--bg-3); transform: rotate(15deg); }
  .theme-toggle .ti-sun { display: none; }
  .theme-toggle .ti-moon { display: inline; }
  [data-theme="dark"] .theme-toggle .ti-sun { display: inline; }
  [data-theme="dark"] .theme-toggle .ti-moon { display: none; }

  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    padding: 11px 22px; border-radius: 100px;
    cursor: pointer; transition: all 0.15s;
    font-family: inherit; font-size: 14px; font-weight: 600;
    text-decoration: none; border: 1.5px solid transparent;
    white-space: nowrap;
  }
  .btn-primary { background: var(--ink); color: var(--bg); }
  .btn-primary:hover { background: var(--primary); color: white; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(255,107,53,0.3); }
  .btn-coral { background: var(--primary); color: white; }
  .btn-coral:hover { background: var(--primary-dark); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(255,107,53,0.4); }
  .btn-ghost { background: transparent; color: var(--ink-2); }
  .btn-ghost:hover { background: var(--bg-3); color: var(--ink); }
  .btn-outline { background: transparent; color: var(--ink); border-color: var(--line-2); }
  .btn-outline:hover { border-color: var(--primary); color: var(--primary); }
  .btn-lg { padding: 15px 28px; font-size: 15px; }

  /* ============ HERO ============ */
  section.hero { padding: 80px 0 60px; position: relative; overflow: hidden; }
  .hero::before {
    content: ""; position: absolute; top: 60px; right: -150px;
    width: 700px; height: 700px; border-radius: 50%;
    background: radial-gradient(circle at center, var(--primary-soft), transparent 70%);
    filter: blur(60px); pointer-events: none;
  }
  .hero::after {
    content: ""; position: absolute; bottom: -100px; left: -100px;
    width: 500px; height: 500px; border-radius: 50%;
    background: radial-gradient(circle at center, var(--accent-soft), transparent 70%);
    filter: blur(80px); pointer-events: none;
  }

  .hero-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
    position: relative;
  }
  @media (max-width: 940px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } }

  .hero-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 7px 14px; background: var(--paper); border: 1px solid var(--line);
    border-radius: 100px; font-size: 13px; font-weight: 600; color: var(--ink-2);
    margin-bottom: 28px;
    box-shadow: var(--shadow);
  }
  .hero-eyebrow .badge {
    background: var(--accent); color: var(--bg);
    padding: 2px 8px; border-radius: 100px; font-size: 11px; font-weight: 700;
  }

  h1.hero-title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(40px, 5.5vw, 68px); font-weight: 800;
    line-height: 1.05; letter-spacing: -0.04em;
    margin-bottom: 22px;
  }
  h1.hero-title .accent {
    background: linear-gradient(120deg, var(--primary) 0%, var(--gold) 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
  }

  .hero-sub {
    font-size: 19px; line-height: 1.55; color: var(--ink-dim);
    max-width: 480px; margin-bottom: 32px;
  }

  .hero-checks {
    list-style: none; margin-bottom: 32px;
  }
  .hero-checks li {
    display: flex; align-items: center; gap: 10px;
    padding: 6px 0; font-size: 15px; color: var(--ink-2);
    font-weight: 500;
  }
  .hero-checks li::before {
    content: "✓"; flex-shrink: 0;
    width: 22px; height: 22px; border-radius: 50%;
    background: var(--accent); color: var(--bg);
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 700;
  }

  .hero-cta { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-bottom: 24px; }
  .hero-trust {
    font-size: 13px; color: var(--ink-dim);
  }
  .hero-trust strong { color: var(--ink); font-weight: 600; }

  /* HERO VISUAL — combination of dashboard stack + booking widget */
  .hero-visual {
    position: relative; aspect-ratio: 1/1.05;
  }

  /* Main booking widget card (from design A) */
  .hv-widget {
    position: absolute; top: 0; left: 0; right: 30px; z-index: 2;
    background: var(--paper); border: 1px solid var(--line);
    border-radius: 20px; box-shadow: var(--shadow-lg);
    overflow: hidden;
    transform: rotate(-1.5deg);
    transition: transform 0.3s;
  }
  .hv-widget:hover { transform: rotate(0deg); }
  .hw-tab {
    background: var(--bg); color: var(--ink);
    padding: 12px 18px;
    display: flex; align-items: center; justify-content: space-between;
    font-size: 13px; font-weight: 600;
    border-bottom: 1px solid var(--line);
  }
  .hw-tab .meta { display: flex; align-items: center; gap: 8px; font-size: 11px; color: var(--ink-dim); }
  .hw-tab .meta::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 8px var(--accent); }
  .hw-body { padding: 20px; }

  .hw-step {
    font-size: 11px; font-weight: 600; color: var(--ink-dim);
    text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 6px;
  }
  .hw-h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 18px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 14px;
  }

  .hw-dates {
    display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-bottom: 14px;
  }
  .hw-d {
    aspect-ratio: 1; border-radius: 7px;
    background: var(--bg-2); border: 1px solid var(--line);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    font-size: 11px; cursor: pointer; transition: all 0.15s;
  }
  .hw-d .day { font-size: 9px; color: var(--ink-dim); margin-bottom: 1px; font-weight: 500; }
  .hw-d .date { font-weight: 700; }
  .hw-d.busy { background: rgba(255,107,53,0.15); border-color: rgba(255,107,53,0.3); }
  .hw-d.selected { background: var(--primary); border-color: var(--primary); color: white; }
  .hw-d.selected .day { color: rgba(255,255,255,0.8); }

  .hw-times {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin-bottom: 14px;
  }
  .hw-t {
    padding: 8px 4px; border: 1px solid var(--line); border-radius: 6px;
    text-align: center; cursor: pointer;
    font-size: 11px; font-weight: 600; background: var(--bg-2); color: var(--ink);
  }
  .hw-t.disabled { color: var(--ink-dim); text-decoration: line-through; }
  .hw-t.selected { background: var(--gold); border-color: var(--gold); color: var(--bg); }

  .hw-summary {
    background: var(--bg-2); border-radius: 9px; padding: 12px;
    display: flex; justify-content: space-between; align-items: center;
    border: 1px solid var(--line);
  }
  .hw-summary .info { font-size: 11px; color: var(--ink-dim); }
  .hw-summary .price {
    font-family: 'Manrope', sans-serif;
    font-size: 22px; font-weight: 800; letter-spacing: -0.02em;
    color: var(--primary);
  }

  /* Floating mini cards (from design B) */
  .hv-mini-1 {
    position: absolute; top: 30%; right: -10px; z-index: 3;
    background: var(--bg); color: white;
    padding: 14px 18px; border-radius: 14px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--line-2);
    transform: rotate(4deg);
    animation: float 5s ease-in-out infinite;
  }
  .hv-mini-1 .lbl { font-size: 10px; color: var(--ink-dim); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; }
  .hv-mini-1 .val {
    font-family: 'Manrope', sans-serif;
    font-size: 22px; font-weight: 800;
    color: var(--gold); letter-spacing: -0.02em; line-height: 1; margin-top: 4px;
  }
  .hv-mini-2 {
    position: absolute; bottom: 0; left: -10px; z-index: 3;
    background: var(--accent); color: var(--bg);
    padding: 14px 18px; border-radius: 14px;
    box-shadow: var(--shadow-lg);
    transform: rotate(-3deg);
    animation: float-2 5s ease-in-out infinite 2.5s;
    display: flex; align-items: center; gap: 10px;
  }
  .hv-mini-2 .icon { font-size: 22px; }
  .hv-mini-2 .text { font-size: 13px; font-weight: 700; line-height: 1.3; }

  /* Stats card bottom */
  .hv-stats-card {
    position: absolute; bottom: 60px; right: 0; z-index: 1;
    background: var(--paper-2); border: 1px solid var(--line);
    border-radius: 14px; padding: 14px;
    box-shadow: var(--shadow-lg);
    display: flex; gap: 18px;
    transform: rotate(2deg);
  }
  .hv-stats-card .stat .lbl { font-size: 9px; color: var(--ink-dim); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; }
  .hv-stats-card .stat .val {
    font-family: 'Manrope', sans-serif;
    font-size: 18px; font-weight: 800; letter-spacing: -0.02em; line-height: 1; margin-top: 3px;
  }
  .hv-stats-card .stat .delta { font-size: 10px; color: var(--accent); font-weight: 600; margin-top: 2px; }

  @keyframes float {
    0%, 100% { transform: rotate(4deg) translateY(0); }
    50% { transform: rotate(4deg) translateY(-8px); }
  }
  @keyframes float-2 {
    0%, 100% { transform: rotate(-3deg) translateY(0); }
    50% { transform: rotate(-3deg) translateY(-8px); }
  }

  /* CLIENTS BAR */
  .clients-bar { padding: 50px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .clients-label { text-align: center; font-size: 13px; font-weight: 600; color: var(--ink-dim); margin-bottom: 24px; }
  .clients-row {
    display: flex; justify-content: center; align-items: center; gap: 56px;
    flex-wrap: wrap; opacity: 0.6;
    font-family: 'Manrope', sans-serif;
    font-size: 20px; font-weight: 700; letter-spacing: -0.025em;
    color: var(--ink-2);
  }
  @media (max-width: 700px) { .clients-row { gap: 28px; font-size: 16px; } }

  /* SECTION HEAD */
  section { padding: 100px 0; }
  .sec-head {
    max-width: 720px; margin: 0 auto 56px; text-align: center;
  }
  .sec-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 14px; background: var(--primary-soft); color: var(--primary);
    border-radius: 100px; font-size: 12px; font-weight: 700;
    margin-bottom: 18px; letter-spacing: 0.02em;
  }
  .sec-title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(32px, 4.5vw, 52px); font-weight: 800;
    letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 14px;
  }
  .sec-title .accent { color: var(--primary); }
  .sec-title .gold { color: var(--gold); }
  .sec-lead { font-size: 18px; color: var(--ink-dim); line-height: 1.55; }

  /* ============ BENEFIT BLOCKS (alternating) ============ */
  /* Combines both B's benefit blocks AND C's why-us blocks */
  .benefit {
    display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
    margin-bottom: 100px;
  }
  .benefit:last-child { margin-bottom: 0; }
  @media (max-width: 880px) { .benefit { grid-template-columns: 1fr; gap: 32px; margin-bottom: 60px; } }
  .benefit.reverse > :first-child { order: 2; }
  @media (max-width: 880px) { .benefit.reverse > :first-child { order: 0; } }

  .benefit-tag {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 5px 12px; border-radius: 100px;
    background: var(--paper); border: 1px solid var(--line);
    font-size: 12px; font-weight: 600; color: var(--ink-2);
    margin-bottom: 16px;
  }
  .benefit h3 {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(28px, 3.5vw, 42px); font-weight: 800;
    letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 18px;
  }
  .benefit h3 .accent { color: var(--primary); }
  .benefit h3 .gold { color: var(--gold); }
  .benefit h3 .mint { color: var(--accent); }
  .benefit p {
    font-size: 17px; color: var(--ink-dim); line-height: 1.6; margin-bottom: 22px;
  }
  .benefit-checks { list-style: none; margin-bottom: 28px; }
  .benefit-checks li {
    display: flex; align-items: flex-start; gap: 10px;
    padding: 6px 0; font-size: 15px; color: var(--ink-2);
  }
  .benefit-checks li::before {
    content: "✓"; flex-shrink: 0;
    width: 20px; height: 20px; border-radius: 50%;
    background: var(--accent); color: var(--bg);
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 700; margin-top: 1px;
  }

  /* Visual block container */
  .benefit-visual {
    aspect-ratio: 5/4;
    border-radius: 24px;
    background: var(--paper);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    padding: 28px;
    position: relative;
    overflow: hidden;
  }
  .benefit-visual::after {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(ellipse at 30% 20%, var(--bv-glow), transparent 60%);
    pointer-events: none;
    z-index: 0;
  }
  .bv-coral { --bv-glow: var(--primary-soft); }
  .bv-gold { --bv-glow: var(--gold-soft); }
  .bv-mint { --bv-glow: var(--accent-soft); }

  .benefit-visual > * { position: relative; z-index: 1; }

  /* === Visual 1: Plattegrond === */
  .pl-floor {
    background: var(--bg-2); border-radius: 16px; padding: 18px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    height: 100%; display: flex; flex-direction: column;
  }
  .pl-window {
    text-align: center; font-size: 10px; font-weight: 600;
    color: var(--ink-dim); padding: 8px;
    background: var(--bg-3); border-radius: 8px; margin-bottom: 12px;
    text-transform: uppercase; letter-spacing: 0.08em;
  }
  .pl-tables {
    flex: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
  }
  .pl-table {
    border-radius: 10px; background: var(--bg-3);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 700; font-size: 14px;
    border: 2px solid transparent;
    color: var(--ink-2);
    transition: all 0.2s;
  }
  .pl-table.taken { background: var(--bg); color: var(--ink-dim); opacity: 0.5; }
  .pl-table.selected {
    background: var(--primary); color: white;
    border-color: var(--primary-dark);
    box-shadow: 0 8px 20px rgba(255,107,53,0.4);
  }
  .pl-table.window { background: var(--gold-soft); color: var(--gold); border-color: rgba(244,185,66,0.3); }

  /* === Visual 2: Loyalty === */
  .ly-card {
    background: var(--bg-2); color: var(--ink);
    border-radius: 16px; padding: 20px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    margin-bottom: 12px;
  }
  .ly-tier-row {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 14px;
  }
  .ly-tier {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--gold); color: var(--bg);
    padding: 4px 10px; border-radius: 100px;
    font-size: 11px; font-weight: 700;
  }
  .ly-points {
    font-family: 'Manrope', sans-serif;
    font-size: 28px; font-weight: 800; letter-spacing: -0.02em; line-height: 1;
    margin-bottom: 4px;
  }
  .ly-points-lbl { font-size: 12px; color: var(--ink-dim); }
  .ly-progress {
    height: 6px; background: var(--bg-3); border-radius: 100px;
    margin: 14px 0 8px; position: relative; overflow: hidden;
  }
  .ly-progress-fill {
    height: 100%; background: linear-gradient(90deg, var(--primary), var(--gold)); border-radius: 100px;
    width: 70%;
  }
  .ly-progress-lbl { font-size: 11px; color: var(--ink-dim); }

  .ly-rewards {
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  }
  .ly-reward {
    background: var(--bg-2); color: var(--ink-2);
    padding: 12px; border-radius: 10px;
    border: 1px solid var(--line);
  }
  .ly-reward .name { font-size: 12px; font-weight: 600; margin-bottom: 4px; }
  .ly-reward .pts { font-size: 11px; color: var(--gold); font-weight: 700; }

  /* === Visual 3: Notifications === */
  .nf-list { display: flex; flex-direction: column; gap: 12px; }
  .nf-item {
    background: var(--bg-2); border: 1px solid var(--line);
    border-radius: 14px;
    padding: 16px; box-shadow: var(--shadow);
    display: flex; align-items: flex-start; gap: 12px;
  }
  .nf-icon {
    width: 36px; height: 36px; border-radius: 10px;
    background: var(--accent-soft); color: var(--accent);
    display: flex; align-items: center; justify-content: center; font-size: 18px;
    flex-shrink: 0;
  }
  .nf-icon.coral { background: var(--primary-soft); color: var(--primary); }
  .nf-icon.gold { background: var(--gold-soft); color: var(--gold); }
  .nf-info { flex: 1; min-width: 0; }
  .nf-title { font-size: 13px; font-weight: 700; margin-bottom: 2px; }
  .nf-text { font-size: 12px; color: var(--ink-dim); line-height: 1.4; }
  .nf-time { font-size: 10px; color: var(--ink-dim); flex-shrink: 0; font-family: 'Manrope', sans-serif; font-weight: 600; }

  /* === Visual 4: Algoritme (from C) === */
  .alg-vis { display: flex; flex-direction: column; gap: 8px; height: 100%; }
  .alg-row {
    display: flex; gap: 6px; align-items: center;
  }
  .alg-cell {
    flex: 1; height: 30px; border-radius: 6px;
    background: var(--bg-2); border: 1px solid var(--line);
    display: flex; align-items: center; justify-content: center;
    font-size: 10px; font-weight: 600; color: var(--ink-dim);
  }
  .alg-cell.busy { background: var(--primary); color: white; border-color: var(--primary-dark); }
  .alg-cell.taken { background: var(--bg); opacity: 0.4; }
  .alg-time {
    width: 44px; flex-shrink: 0;
    font-size: 10px; font-weight: 600; color: var(--ink-dim);
    text-align: right; padding-right: 6px;
  }

  /* === Visual 5: Combi (from C) === */
  .cb-vis {
    display: flex; flex-direction: column; gap: 10px; height: 100%;
    justify-content: center;
  }
  .cb-step {
    background: var(--bg-2); border: 1px solid var(--line);
    border-radius: 10px; padding: 12px 14px;
    display: flex; align-items: center; gap: 12px;
  }
  .cb-step.active { border-color: var(--primary); background: var(--primary-soft); }
  .cb-num {
    width: 26px; height: 26px; border-radius: 50%;
    background: var(--bg); color: var(--ink-dim);
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 700; flex-shrink: 0;
    border: 1px solid var(--line);
  }
  .cb-step.active .cb-num { background: var(--primary); color: white; border-color: var(--primary); }
  .cb-text { flex: 1; }
  .cb-name { font-size: 13px; font-weight: 600; }
  .cb-meta { font-size: 11px; color: var(--ink-dim); }
  .cb-discount {
    background: var(--gold-soft); color: var(--gold);
    padding: 3px 10px; border-radius: 100px; font-size: 10px; font-weight: 700;
  }

  /* === Visual 6: Backend dashboard (from C) === */
  .bk-vis { display: flex; flex-direction: column; gap: 10px; height: 100%; }
  .bk-tabs { display: flex; gap: 6px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
  .bk-tab {
    padding: 5px 10px; border-radius: 6px; font-size: 11px; font-weight: 600;
    color: var(--ink-dim); cursor: pointer;
  }
  .bk-tab.active { background: var(--primary-soft); color: var(--primary); }
  .bk-stats {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
  }
  .bk-stat {
    background: var(--bg-2); padding: 10px; border-radius: 10px; border: 1px solid var(--line);
  }
  .bk-stat .lbl { font-size: 9px; color: var(--ink-dim); margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.04em; font-weight: 600; }
  .bk-stat .val { font-family: 'Manrope', sans-serif; font-size: 18px; font-weight: 800; letter-spacing: -0.02em; line-height: 1; color: var(--gold); }
  .bk-bookings { display: flex; flex-direction: column; gap: 5px; flex: 1; }
  .bk-row {
    background: var(--bg-2); border: 1px solid var(--line);
    border-radius: 8px; padding: 8px 10px;
    display: flex; align-items: center; gap: 10px;
  }
  .bk-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
  .bk-dot.gold { background: var(--gold); }
  .bk-dot.coral { background: var(--primary); }
  .bk-info { flex: 1; min-width: 0; }
  .bk-name { font-size: 11px; font-weight: 600; }
  .bk-meta { font-size: 9px; color: var(--ink-dim); }
  .bk-amt { font-size: 11px; font-weight: 700; color: var(--gold); }

  /* === Visual 7: Bowling lanes (from A) === */
  .bv-bowling-vis {
    display: flex; flex-direction: column; height: 100%; justify-content: center;
  }
  .bv-lanes-grid {
    display: grid; grid-template-columns: repeat(8, 1fr); gap: 4px;
  }
  .bv-lane {
    aspect-ratio: 1/4; border-radius: 4px;
    background: linear-gradient(180deg, #2a2218 0%, #1a1410 100%);
    border: 1px solid #3d3528;
    position: relative;
  }
  .bv-lane.busy {
    background: linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-color: var(--primary-dark);
  }
  .bv-lane.taken {
    background: var(--bg-2); border-color: var(--line);
    opacity: 0.4;
  }
  .bv-lane::after {
    content: ""; position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);
    width: 6px; height: 6px; border-radius: 50%;
    background: rgba(0,0,0,0.4);
  }

  /* === Visual 8: Sport slots (from A) === */
  .bv-sport {
    display: grid; grid-template-columns: 1fr; gap: 10px;
    align-content: center; height: 100%;
  }
  .bv-slot {
    background: var(--bg-2); border: 1px solid var(--line);
    border-radius: 10px; padding: 14px;
    display: flex; align-items: center; gap: 14px;
  }
  .bv-slot.selected { border-color: var(--primary); background: var(--primary-soft); }
  .bv-slot-time {
    font-family: 'Manrope', sans-serif;
    font-weight: 800; font-size: 16px;
  }
  .bv-slot-info { flex: 1; }
  .bv-slot-name { font-size: 13px; font-weight: 600; }
  .bv-slot-meta { font-size: 11px; color: var(--ink-dim); }
  .bv-slot-status {
    padding: 3px 8px; border-radius: 4px; font-size: 11px; font-weight: 600;
    background: var(--bg-3); color: var(--ink-dim);
  }
  .bv-slot-status.free { background: var(--accent-soft); color: var(--accent); }

  /* ============ HOW IT WORKS ============ */
  /* Cards (from A's dark how-it-works) */
  .how-section { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .steps-row {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
  }
  @media (max-width: 880px) { .steps-row { grid-template-columns: 1fr; gap: 24px; } }
  .step-card {
    padding: 32px; border-radius: 18px;
    background: var(--paper);
    border: 1px solid var(--line);
    transition: all 0.2s;
  }
  .step-card:hover { background: var(--paper-2); transform: translateY(-2px); border-color: var(--line-2); }
  .step-num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; border-radius: 100px;
    background: var(--primary); color: white;
    font-family: 'Manrope', sans-serif;
    font-weight: 800; font-size: 16px;
    margin-bottom: 18px;
  }
  .step-card h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 22px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 8px;
  }
  .step-card p { font-size: 15px; color: var(--ink-dim); line-height: 1.55; }

  /* ============ BRANCHES (from C — photo cards with gradient overlays) ============ */
  .branches-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  }
  @media (max-width: 880px) { .branches-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 540px) { .branches-grid { grid-template-columns: 1fr; } }

  .branch-card {
    aspect-ratio: 5/6; border-radius: 18px;
    background: var(--bg-2); border: 1px solid var(--line);
    overflow: hidden; cursor: pointer; transition: all 0.3s;
    position: relative;
    display: flex; flex-direction: column; justify-content: flex-end;
  }
  .branch-card::before {
    content: ""; position: absolute; inset: 0;
    background: var(--bc-grad);
    opacity: 0.4; transition: opacity 0.3s;
  }
  .branch-card[data-tone="coral"]   { --bc-grad: linear-gradient(180deg, rgba(255,107,53,0.5) 0%, var(--bg) 70%); }
  .branch-card[data-tone="gold"]    { --bc-grad: linear-gradient(180deg, rgba(244,185,66,0.5) 0%, var(--bg) 70%); }
  .branch-card[data-tone="mint"]    { --bc-grad: linear-gradient(180deg, rgba(6,212,164,0.5) 0%, var(--bg) 70%); }
  .branch-card[data-tone="purple"]  { --bc-grad: linear-gradient(180deg, rgba(124,58,237,0.5) 0%, var(--bg) 70%); }
  .branch-card[data-tone="ruby"]    { --bc-grad: linear-gradient(180deg, rgba(192,57,43,0.5) 0%, var(--bg) 70%); }
  .branch-card[data-tone="sapphire"]{ --bc-grad: linear-gradient(180deg, rgba(45,90,170,0.5) 0%, var(--bg) 70%); }

  .branch-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--primary); }
  .branch-card:hover::before { opacity: 0.6; }

  .branch-icon-big {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    font-size: 80px; opacity: 0.7; transition: all 0.3s;
  }
  .branch-card:hover .branch-icon-big { transform: translate(-50%,-58%) scale(1.1); opacity: 0.9; }

  .branch-content {
    position: relative; z-index: 1;
    padding: 24px;
    background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--bg) 95%, transparent));
  }
  .branch-num {
    font-family: 'Manrope', sans-serif;
    font-size: 11px; font-weight: 700; color: var(--ink-dim);
    margin-bottom: 8px; letter-spacing: 0.06em;
  }
  .branch-card h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 22px; font-weight: 800; letter-spacing: -0.015em;
    margin-bottom: 8px;
  }
  .branch-card p {
    font-size: 13px; color: var(--ink-dim); line-height: 1.5; margin-bottom: 14px;
  }
  .branch-link {
    display: inline-flex; align-items: center; gap: 4px;
    color: var(--primary); font-size: 13px; font-weight: 700;
  }
  .branch-card:hover .branch-link { color: var(--gold); }
  .branch-link::after { content: "→"; transition: transform 0.15s; }
  .branch-card:hover .branch-link::after { transform: translateX(4px); }

  /* ============ FEATURES (from A — 9 grid) ============ */
  .features-section { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .features-grid-9 {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
    border: 1px solid var(--line); border-radius: 18px;
    overflow: hidden; background: var(--paper);
  }
  @media (max-width: 880px) { .features-grid-9 { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 540px) { .features-grid-9 { grid-template-columns: 1fr; } }
  .feat {
    padding: 32px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    transition: background 0.15s;
  }
  .feat:hover { background: var(--paper-2); }
  .feat:nth-child(3n) { border-right: none; }
  .feat:nth-last-child(-n+3) { border-bottom: none; }
  @media (max-width: 880px) {
    .feat { border-right: 1px solid var(--line); }
    .feat:nth-child(3n) { border-right: 1px solid var(--line); }
    .feat:nth-child(2n) { border-right: none; }
    .feat:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
    .feat:nth-last-child(-n+2) { border-bottom: none; }
  }
  .feat-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 10px;
    background: var(--bg-2); font-size: 22px;
    margin-bottom: 16px;
    border: 1px solid var(--line);
  }
  .feat h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 18px; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 6px;
  }
  .feat p { font-size: 14px; color: var(--ink-dim); line-height: 1.55; }

  /* ============ INTEGRATIONS (from C) ============ */
  .integrations-row {
    display: grid; grid-template-columns: repeat(8, 1fr); gap: 14px;
  }
  @media (max-width: 880px) { .integrations-row { grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 540px) { .integrations-row { grid-template-columns: repeat(3, 1fr); } }
  .integration {
    aspect-ratio: 1;
    background: var(--paper); border: 1px solid var(--line);
    border-radius: 14px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    transition: all 0.2s; cursor: pointer;
    padding: 12px;
  }
  .integration:hover { border-color: var(--primary); transform: translateY(-2px); background: var(--paper-2); }
  .integration .icon { font-size: 24px; margin-bottom: 6px; }
  .integration .name { font-size: 11px; font-weight: 600; color: var(--ink-dim); text-align: center; }

  /* ============ TESTIMONIAL ============ */
  .testimonial-feature {
    background: linear-gradient(135deg, var(--bg-3) 0%, var(--bg-2) 100%);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 60px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
    position: relative; overflow: hidden;
  }
  @media (max-width: 880px) { .testimonial-feature { grid-template-columns: 1fr; padding: 40px 28px; gap: 32px; } }
  .testimonial-feature::before {
    content: ""; position: absolute; top: -100px; right: -100px;
    width: 400px; height: 400px; border-radius: 50%;
    background: var(--primary); opacity: 0.2; filter: blur(80px);
  }
  .tf-content { position: relative; z-index: 1; }
  .tf-stars { color: var(--gold); margin-bottom: 18px; font-size: 14px; letter-spacing: 1px; }
  .tf-quote {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(22px, 2.5vw, 30px); font-weight: 700;
    letter-spacing: -0.02em; line-height: 1.3; margin-bottom: 28px;
  }
  .tf-quote em {
    font-style: normal;
    background: linear-gradient(120deg, var(--primary), var(--gold));
    -webkit-background-clip: text; background-clip: text; color: transparent;
  }
  .tf-author { display: flex; align-items: center; gap: 14px; padding-top: 22px; border-top: 1px solid var(--line); }
  .tf-avatar {
    width: 48px; height: 48px; border-radius: 50%;
    background: var(--primary); color: white;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 800; font-size: 16px;
  }
  .tf-name { font-size: 15px; font-weight: 700; }
  .tf-role { font-size: 13px; color: var(--ink-dim); margin-top: 2px; }

  .tf-stat {
    text-align: center; position: relative; z-index: 1;
  }
  .tf-stat-num {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(80px, 10vw, 140px); font-weight: 800;
    background: linear-gradient(120deg, var(--primary), var(--gold));
    -webkit-background-clip: text; background-clip: text; color: transparent;
    letter-spacing: -0.04em; line-height: 1;
  }
  .tf-stat-lbl { font-size: 16px; font-weight: 600; color: var(--ink-2); margin-top: 8px; }

  /* Smaller testimonials with metric badges (from A) */
  .testimonials-row {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
    margin-top: 24px;
  }
  @media (max-width: 880px) { .testimonials-row { grid-template-columns: 1fr; } }
  .quote-mini {
    background: var(--paper); border-radius: 16px;
    padding: 24px;
    border: 1px solid var(--line);
    transition: all 0.2s;
  }
  .quote-mini:hover { border-color: var(--line-2); transform: translateY(-2px); }
  .qm-stars { color: var(--gold); margin-bottom: 10px; font-size: 13px; letter-spacing: 1px; }
  .qm-result {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 4px 10px; border-radius: 100px;
    background: var(--accent-soft); color: var(--accent);
    font-size: 12px; font-weight: 700;
    margin-bottom: 12px;
  }
  .qm-text { font-size: 14px; line-height: 1.55; color: var(--ink-2); margin-bottom: 16px; }
  .qm-author { display: flex; align-items: center; gap: 10px; padding-top: 14px; border-top: 1px solid var(--line); }
  .qm-avatar {
    width: 32px; height: 32px; border-radius: 50%;
    background: var(--primary); color: white;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 700;
  }
  .qm-name { font-size: 13px; font-weight: 700; }
  .qm-role { font-size: 11px; color: var(--ink-dim); }

  /* ============ PRICING ============ */
  .pricing-grid-3 {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
    max-width: 1080px; margin: 0 auto;
  }
  @media (max-width: 880px) { .pricing-grid-3 { grid-template-columns: 1fr; } }
  .price-card {
    padding: 32px 28px; border-radius: 20px;
    background: var(--paper); border: 1px solid var(--line);
    position: relative; transition: all 0.2s;
  }
  .price-card:hover { transform: translateY(-3px); border-color: var(--line-2); }
  .price-card.featured {
    background: linear-gradient(180deg, var(--paper-2), var(--paper));
    border: 2px solid var(--primary);
    box-shadow: 0 16px 40px rgba(255,107,53,0.2);
    transform: scale(1.02);
  }
  @media (max-width: 880px) { .price-card.featured { transform: none; } }
  .price-badge {
    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
    background: var(--primary); color: white;
    padding: 5px 14px; border-radius: 100px;
    font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.06em;
  }
  .price-tier {
    font-family: 'Manrope', sans-serif;
    font-size: 14px; font-weight: 800; color: var(--primary);
    margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.04em;
  }
  .price-amount { display: flex; align-items: baseline; gap: 4px; margin-bottom: 6px; }
  .price-amount .currency { font-size: 22px; font-weight: 600; color: var(--ink-dim); }
  .price-amount .number {
    font-family: 'Manrope', sans-serif;
    font-size: 56px; font-weight: 800; letter-spacing: -0.04em; line-height: 1;
  }
  .price-amount .period { font-size: 14px; color: var(--ink-dim); }
  .price-desc { font-size: 14px; color: var(--ink-dim); margin-bottom: 22px; line-height: 1.5; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
  .price-features { list-style: none; margin-bottom: 24px; min-height: 240px; }
  .price-features li {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 14px; padding: 6px 0; color: var(--ink-2);
  }
  .price-features li::before {
    content: "✓"; color: var(--accent); font-weight: 700; flex-shrink: 0;
    margin-top: 2px;
  }
  .price-card .btn { width: 100%; }

  /* ============ FINAL CTA ============ */
  .final-cta { padding: 100px 0; }
  .final-card {
    background: linear-gradient(135deg, var(--paper) 0%, var(--bg-2) 100%);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 60px;
    text-align: center;
    box-shadow: var(--shadow-lg);
    position: relative; overflow: hidden;
  }
  .final-card::before {
    content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 800px; height: 400px;
    background: radial-gradient(ellipse, var(--primary-soft), transparent 70%);
    filter: blur(60px); opacity: 0.6; pointer-events: none;
  }
  @media (max-width: 700px) { .final-card { padding: 40px 28px; } }
  .final-card > * { position: relative; z-index: 1; }
  .final-card h2 {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(32px, 4.5vw, 56px); font-weight: 800;
    letter-spacing: -0.03em; line-height: 1.05;
    margin-bottom: 16px;
  }
  .final-card h2 .accent {
    background: linear-gradient(120deg, var(--primary), var(--gold));
    -webkit-background-clip: text; background-clip: text; color: transparent;
  }
  .final-card p {
    font-size: 18px; color: var(--ink-2); max-width: 520px;
    margin: 0 auto 32px; line-height: 1.55;
  }

  /* ============ FOOTER ============ */
  footer {
    background: var(--bg-2); color: var(--ink-dim);
    padding: 64px 0 28px;
    border-top: 1px solid var(--line);
  }
  .footer-grid {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
    margin-bottom: 40px;
  }
  @media (max-width: 700px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
  footer .logo { color: var(--ink); margin-bottom: 16px; }
  footer .tag { font-size: 14px; line-height: 1.55; max-width: 280px; margin-bottom: 18px; }
  footer h5 { color: var(--ink); font-size: 14px; font-weight: 700; margin-bottom: 14px; }
  footer ul { list-style: none; }
  footer ul li { padding: 5px 0; font-size: 14px; }
  footer ul a { color: var(--ink-dim); text-decoration: none; cursor: pointer; transition: color 0.15s; }
  footer ul a:hover { color: var(--primary); }
  .footer-bottom {
    padding-top: 24px; border-top: 1px solid var(--line);
    display: flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap; gap: 14px; font-size: 12px;
  }
  .footer-bottom a { color: var(--ink-dim); text-decoration: none; margin-left: 18px; }
  .footer-bottom a:hover { color: var(--primary); }

  /* ============ KASSA / POS MOCKUP IN HERO ============ */
  .hv-pos {
    position: absolute; top: 0; left: 0; right: 30px; z-index: 2;
    background: var(--paper); border: 1px solid var(--line-2);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    transition: transform 0.3s;
  }
  .hv-pos:hover { transform: translateY(-2px); }

  /* Browser-like top bar */
  .pos-bar {
    background: var(--bg-2); border-bottom: 1px solid var(--line);
    padding: 8px 12px;
    display: flex; align-items: center; gap: 6px;
  }
  .pos-bar .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--line-2); }
  .pos-bar .url {
    flex: 1; margin-left: 8px;
    background: var(--bg-3); color: var(--ink-dim);
    font-family: 'IBM Plex Mono', monospace; font-size: 10px;
    padding: 4px 10px; border: 1px solid var(--line);
    text-align: center;
  }

  /* App header bar inside POS */
  .pos-app-bar {
    background: var(--ink); color: var(--bg);
    padding: 10px 14px;
    display: flex; align-items: center; justify-content: space-between;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase;
  }
  .pos-app-bar .left { display: flex; align-items: center; gap: 10px; }
  .pos-app-bar .badge {
    background: var(--primary); color: white;
    padding: 2px 7px;
    font-weight: 700; font-size: 9px;
  }
  .pos-app-bar .right {
    display: flex; align-items: center; gap: 6px;
    font-size: 10px;
    color: rgba(255,255,255,0.7);
  }
  .pos-app-bar .right::before {
    content: ""; width: 6px; height: 6px; border-radius: 50%;
    background: #00d97e; box-shadow: 0 0 6px #00d97e;
  }

  /* Three-column layout */
  .pos-grid {
    display: grid;
    grid-template-columns: 56px 1fr 180px;
    min-height: 380px;
  }

  /* Sidebar with category icons */
  .pos-side {
    background: var(--bg-2); border-right: 1px solid var(--line);
    padding: 8px 0; display: flex; flex-direction: column; gap: 4px;
  }
  .pos-side-item {
    width: 40px; height: 40px; margin: 0 auto;
    display: flex; align-items: center; justify-content: center;
    color: var(--ink-dim); font-size: 16px;
    border: 1px solid transparent;
    cursor: pointer;
  }
  .pos-side-item.active {
    background: var(--ink); color: var(--bg);
  }
  .pos-side-item.alert {
    color: var(--primary);
  }

  /* Main product grid */
  .pos-main { padding: 12px; display: flex; flex-direction: column; }
  .pos-tabs {
    display: flex; gap: 4px; margin-bottom: 10px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px; letter-spacing: 0.05em; text-transform: uppercase;
    font-weight: 600;
  }
  .pos-tab {
    padding: 6px 10px;
    background: var(--bg-3); color: var(--ink-dim);
    border: 1px solid var(--line);
  }
  .pos-tab.active { background: var(--ink); color: var(--bg); border-color: var(--ink); }
  .pos-tab.smart {
    background: var(--primary-soft); color: var(--primary);
    border-color: var(--primary); font-weight: 700;
  }
  .pos-tab.smart::before { content: "⚡ "; }

  .pos-products {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px;
    flex: 1;
  }
  .pos-product {
    background: var(--bg-2); border: 1px solid var(--line);
    padding: 8px;
    display: flex; flex-direction: column; justify-content: space-between;
    font-size: 11px;
    min-height: 56px;
    transition: all 0.1s;
    cursor: pointer;
  }
  .pos-product:hover { border-color: var(--ink); }
  .pos-product .name { font-weight: 600; line-height: 1.15; }
  .pos-product .price {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    color: var(--ink-dim);
    margin-top: 4px;
  }
  .pos-product.hot {
    background: var(--ink); color: var(--bg);
    border-color: var(--ink);
  }
  .pos-product.hot .price { color: rgba(255,255,255,0.7); }
  .pos-product.smart {
    background: var(--primary-soft);
    border: 1px dashed var(--primary);
    position: relative;
  }
  .pos-product.smart .name { color: var(--primary); }
  .pos-product.smart .price { color: var(--primary-dark); font-weight: 700; }
  .pos-product.smart::after {
    content: "SMART";
    position: absolute; top: 3px; right: 3px;
    background: var(--primary); color: white;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 7px; font-weight: 700;
    padding: 1px 4px;
    letter-spacing: 0.05em;
  }

  /* Order panel on the right */
  .pos-order {
    background: var(--bg-2); border-left: 1px solid var(--line);
    padding: 12px;
    display: flex; flex-direction: column;
  }
  .pos-order-head {
    display: flex; justify-content: space-between; align-items: center;
    padding-bottom: 8px; margin-bottom: 8px;
    border-bottom: 1px solid var(--ink);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px; letter-spacing: 0.05em; text-transform: uppercase;
    font-weight: 600;
  }
  .pos-order-head .table {
    background: var(--ink); color: var(--bg);
    padding: 2px 6px; font-size: 9px;
  }
  .pos-line {
    display: flex; justify-content: space-between;
    font-size: 11px;
    padding: 4px 0;
    border-bottom: 1px dashed var(--line);
  }
  .pos-line .qty {
    color: var(--ink-dim); margin-right: 4px;
    font-family: 'IBM Plex Mono', monospace;
  }
  .pos-line .amt {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 600;
  }
  .pos-line.smart-add {
    background: var(--primary-soft);
    margin: 2px -12px;
    padding: 4px 12px;
    border: none;
  }
  .pos-line.smart-add .name {
    color: var(--primary); font-weight: 600;
    font-size: 10px;
  }
  .pos-line.smart-add .name::before { content: "+ "; font-weight: 700; }
  .pos-line.smart-add .amt { color: var(--primary); }
  .pos-total {
    margin-top: auto; padding-top: 10px;
    border-top: 2px solid var(--ink);
    display: flex; justify-content: space-between; align-items: baseline;
  }
  .pos-total .lbl {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px; letter-spacing: 0.05em; text-transform: uppercase;
    font-weight: 600;
  }
  .pos-total .amt {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 22px; font-weight: 700;
    letter-spacing: -0.02em;
  }
  .pos-pay {
    margin-top: 8px;
    background: var(--primary); color: white;
    text-align: center;
    padding: 9px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 12px; font-weight: 700;
    letter-spacing: 0.05em; text-transform: uppercase;
    cursor: pointer;
  }

  /* Mobile/narrow */
  @media (max-width: 940px) {
    .hv-pos { right: 0; }
    .pos-grid { grid-template-columns: 50px 1fr; }
    .pos-order { display: none; }
  }


  /* ============ KDS VIEW (Benefit 2) ============ */
  .kds-view {
    background: var(--bg);
    padding: 0;
    height: 100%;
    display: flex; flex-direction: column;
  }
  .kds-header {
    background: var(--ink); color: var(--bg);
    padding: 10px 14px;
    display: flex; justify-content: space-between; align-items: center;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase;
    font-weight: 600;
  }
  .kds-header .title { display: flex; align-items: center; gap: 8px; }
  .kds-header .title::before {
    content: ""; width: 6px; height: 6px; background: #00d97e;
    box-shadow: 0 0 6px #00d97e;
  }
  .kds-header .meta { font-size: 10px; color: rgba(255,255,255,0.6); }

  .kds-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 10px;
    flex: 1;
  }
  .kds-ticket {
    background: var(--paper);
    border: 1px solid var(--ink);
    display: flex; flex-direction: column;
    overflow: hidden;
  }
  .kds-ticket-head {
    background: var(--ink); color: var(--bg);
    padding: 6px 10px;
    display: flex; justify-content: space-between; align-items: center;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700; font-size: 13px;
  }
  .kds-ticket-head .timer {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px; font-weight: 700;
    background: rgba(255,255,255,0.15);
    padding: 2px 6px;
  }
  .kds-ticket.urgent .kds-ticket-head { background: var(--primary); }
  .kds-ticket.warning .kds-ticket-head { background: #f59e0b; color: #000; }
  .kds-ticket.warning .kds-ticket-head .timer { background: rgba(0,0,0,0.15); }
  .kds-ticket.done .kds-ticket-head { background: #00a86b; }

  .kds-ticket-body {
    padding: 8px 10px;
    flex: 1;
    display: flex; flex-direction: column; gap: 3px;
  }
  .kds-item {
    display: flex; justify-content: space-between; align-items: center;
    font-size: 11.5px;
    padding: 3px 0;
    border-bottom: 1px dashed var(--line);
  }
  .kds-item:last-child { border-bottom: none; }
  .kds-item .qty {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 700;
    background: var(--bg-3);
    padding: 1px 5px;
    margin-right: 6px;
    min-width: 22px;
    text-align: center;
    font-size: 10px;
  }
  .kds-item .name { flex: 1; }
  .kds-item.done {
    text-decoration: line-through;
    color: var(--ink-dim);
  }
  .kds-item.done .check {
    color: #00a86b; font-weight: 700;
  }

  .kds-ticket-foot {
    background: var(--bg-2);
    border-top: 1px solid var(--line);
    padding: 4px 10px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 9px; letter-spacing: 0.05em; text-transform: uppercase;
    color: var(--ink-dim);
    display: flex; justify-content: space-between;
  }
  .kds-ticket-foot .station { color: var(--primary); font-weight: 600; }

  /* ============ WEBSHOP VIEW — Thuisbezorgd-style (Benefit 5) ============ */
  .ws-view {
    background: var(--bg);
    overflow: hidden;
    display: flex; flex-direction: column;
  }
  .ws-header {
    background: var(--paper);
    padding: 12px 14px;
    border-bottom: 1px solid var(--line);
    display: flex; align-items: center; justify-content: space-between;
  }
  .ws-brand {
    display: flex; align-items: center; gap: 10px;
  }
  .ws-brand-mark {
    width: 36px; height: 36px;
    background: var(--ink); color: var(--bg);
    display: flex; align-items: center; justify-content: center;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700; font-size: 14px;
  }
  .ws-brand-info .name {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700; font-size: 14px;
    line-height: 1.1;
  }
  .ws-brand-info .meta {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 9px; letter-spacing: 0.05em;
    color: var(--ink-dim);
    margin-top: 2px;
  }
  .ws-brand-info .stars {
    color: #f59e0b;
    font-size: 11px;
  }
  .ws-tabs {
    background: var(--paper);
    padding: 8px 14px;
    border-bottom: 1px solid var(--line);
    display: flex; gap: 6px;
  }
  .ws-tab {
    padding: 5px 10px;
    background: var(--bg-3);
    color: var(--ink-dim);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px; font-weight: 600;
    letter-spacing: 0.05em; text-transform: uppercase;
    border: 1px solid var(--line);
  }
  .ws-tab.active {
    background: var(--ink);
    color: var(--bg);
    border-color: var(--ink);
  }

  .ws-section-label {
    padding: 10px 14px 4px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--ink-dim);
  }
  .ws-list {
    background: var(--paper);
    padding: 4px 14px 12px;
  }
  .ws-item {
    display: grid;
    grid-template-columns: 1fr 56px;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
    align-items: center;
  }
  .ws-item:last-child { border-bottom: none; }
  .ws-item-info .name {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 3px;
  }
  .ws-item-info .desc {
    font-size: 11px;
    color: var(--ink-dim);
    line-height: 1.3;
    margin-bottom: 6px;
  }
  .ws-item-info .price {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    font-weight: 700;
  }
  .ws-item-info .price-old {
    color: var(--ink-dim);
    text-decoration: line-through;
    margin-right: 5px;
    font-weight: 400;
  }
  .ws-item-img {
    width: 56px; height: 56px;
    background: var(--bg-3);
    border: 1px solid var(--line);
    display: flex; align-items: center; justify-content: center;
    font-size: 24px;
    position: relative;
  }
  .ws-item-img .add {
    position: absolute;
    bottom: -6px; right: -6px;
    width: 22px; height: 22px;
    background: var(--primary); color: white;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; font-weight: 700;
    line-height: 1;
  }
  .ws-item-popular {
    background: var(--primary-soft);
    color: var(--primary);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 8px; font-weight: 700;
    letter-spacing: 0.08em;
    padding: 1px 5px;
    display: inline-block;
    margin-bottom: 4px;
    border: 1px solid var(--primary);
  }

  /* Mobile adjustments */
  @media (max-width: 940px) {
    .kds-grid { grid-template-columns: 1fr; }
  }


  /* ============ MULTI-PLATFORM ROW ============ */
  .platforms-row {
    display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
    margin-top: 18px; padding-top: 16px;
    border-top: 1px solid var(--line);
  }
  .pf-label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--ink-dim);
    margin-right: 6px;
  }
  .pf-tag {
    background: var(--bg-2);
    border: 1px solid var(--line);
    padding: 5px 10px;
    font-size: 12px; font-weight: 500;
    color: var(--ink-2);
    font-family: 'IBM Plex Sans', sans-serif;
    display: inline-flex; align-items: center; gap: 6px;
  }
  .pf-svg {
    width: 14px; height: 14px;
    fill: currentColor;
    flex-shrink: 0;
  }

  /* ============ RESERVEER360 INTEGRATION CALLOUT ============ */
  .r360-callout {
    background: var(--paper);
    border: 1px solid var(--line-2);
    padding: 28px 32px;
    margin-top: 48px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;
  }
  .r360-callout-icon {
    width: 56px; height: 56px;
    background: var(--ink); color: var(--bg);
    display: flex; align-items: center; justify-content: center;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 700; font-size: 12px;
    line-height: 1;
    flex-direction: column;
  }
  .r360-callout-icon .num { color: var(--primary); font-size: 14px; }
  .r360-callout h4 {
    font-family: 'Manrope', sans-serif;
    font-size: 22px; font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
  }
  .r360-callout h4 .accent { color: var(--primary); }
  .r360-callout p {
    font-size: 14px;
    color: var(--ink-dim);
    line-height: 1.55;
    max-width: 540px;
  }
  @media (max-width: 940px) {
    .r360-callout { grid-template-columns: 1fr; gap: 16px; text-align: left; }
  }


  /* ============ INTEGRATION LOGOS ============ */
  .integration-logo {
    width: 100%; height: 50px;
    display: flex; align-items: center; justify-content: center;
    color: var(--ink);
    margin-bottom: 8px;
    transition: all 0.15s;
  }
  .integration-logo svg {
    max-width: 100%; max-height: 100%;
  }
  .integration:hover .integration-logo { transform: scale(1.05); }

  /* Brand-specific colors so each logo retains identity */
  /* Note: most use `currentColor` and inherit ink — gives a uniform look while keeping recognisable shape */

  /* In dark mode, ensure logos with white-only fills still show */
  [data-theme="dark"] .logo-mollie text { fill: #fff; }
  [data-theme="dark"] .logo-mews text { fill: #fff; }
  [data-theme="dark"] .logo-uber text:first-child { fill: #fff; }


  /* ============ BRANCHE LIST — compact editorial (Option A) ============ */
  .branche-list {
    border-top: 1px solid var(--ink);
  }
  .branche-row {
    display: grid;
    grid-template-columns: 56px 200px 1fr 80px;
    gap: 20px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s, padding 0.15s;
  }
  .branche-row:hover {
    background: var(--bg-2);
    padding-left: 10px;
    padding-right: 10px;
  }
  .branche-row__num {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .branche-row__name {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.015em;
    color: var(--ink);
  }
  .branche-row:hover .branche-row__name { color: var(--primary); }
  .branche-row__desc {
    font-size: 13px;
    color: var(--ink-dim);
    line-height: 1.45;
  }
  .branche-row__arrow {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--primary);
    text-align: right;
  }
  @media (max-width: 880px) {
    .branche-row {
      grid-template-columns: 40px 1fr;
      gap: 10px;
      padding: 10px 0;
    }
    .branche-row__desc, .branche-row__arrow { display: none; }
    .branche-row__name { font-size: 15px; }
  }

/* ============ HARDWARE PAGE ============ */
.hardware-list {
  border-top: 1px solid var(--ink);
}
.hw-item {
  display: grid;
  grid-template-columns: 56px 240px 1fr 220px;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.hw-item:hover {
  background: var(--bg-2);
  padding-left: 12px;
  padding-right: 12px;
}
.hw-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: var(--primary);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.hw-name {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--ink);
}
.hw-desc {
  font-size: 13px;
  color: var(--ink-dim);
  line-height: 1.45;
}
.hw-tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: var(--primary);
  letter-spacing: 0.03em;
  background: var(--primary-soft);
  border: 1px solid var(--primary);
  padding: 4px 10px;
  text-align: center;
  align-self: start;
  justify-self: end;
}
@media (max-width: 880px) {
  .hw-item {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px 0;
  }
  .hw-tag {
    justify-self: start;
    margin-top: 4px;
  }
}
.hw-cta-grid {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 880px) {
  .hw-cta-grid { grid-template-columns: 1fr !important; }
}


/* ============ HARDWARE PAGE ============ */
.hardware-list {
  border-top: 1px solid var(--ink);
}
.hw-item {
  display: grid;
  grid-template-columns: 56px 240px 1fr 220px;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.hw-item:hover {
  background: var(--bg-2);
  padding-left: 12px;
  padding-right: 12px;
}
.hw-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: var(--primary);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.hw-name {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--ink);
}
.hw-desc {
  font-size: 13px;
  color: var(--ink-dim);
  line-height: 1.45;
}
.hw-tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: var(--primary);
  letter-spacing: 0.03em;
  background: var(--primary-soft);
  border: 1px solid var(--primary);
  padding: 4px 10px;
  text-align: center;
  align-self: start;
  justify-self: end;
}
@media (max-width: 880px) {
  .hw-item {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px 0;
  }
  .hw-tag {
    justify-self: start;
    margin-top: 4px;
  }
}
.hw-cta-grid {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 880px) {
  .hw-cta-grid { grid-template-columns: 1fr !important; }
}
