    .contact-list { display: grid; gap: 16px; margin-top: 20px; }
    .contact-row {
      padding: 16px 18px;
      border-radius: 18px;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.08);
    }
    .contact-row b { display: block; color: var(--brand-warm); margin-bottom: 4px; }

    .footer { padding: 26px 0 48px; color: var(--muted); font-size: 0.94rem; }
    .footer-inner {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      flex-wrap: wrap;
      padding-top: 16px;
      border-top: 1px solid rgba(255,255,255,0.08);
      align-items: center;
    }
    .footer-legal-links {
      display: flex;
      flex-wrap: wrap;
      gap: 6px 18px;
      align-items: center;
    }
    .footer-legal-links a {
      color: var(--muted);
      text-decoration: none;
      font-size: 0.82rem;
      transition: color .15s;
    }
    .footer-legal-links a:hover { color: var(--text, #eef2f7); }

    .reveal {
      opacity: 0;
      transform: translateY(28px) scale(0.985);
      transition:
        opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
      transition-delay: var(--reveal-delay, 0ms);
      will-change: opacity, transform;
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0) scale(1);
    }

    .hero-main.reveal,
    .hero-side.reveal {
      transform: translateY(34px) scale(0.99);
    }

    .card.reveal,
    .ref-card.reveal,
    .stat.reveal,
    .mini.reveal,
    .panel.reveal,
    .form-card.reveal {
      transform: translateY(24px) scale(0.985);
    }

    .seo-teaser-card.reveal {
      transform: translateY(24px) scale(0.985);
    }

    .honeypot-wrap {
      position: absolute !important;
      left: -9999px !important;
      width: 1px !important;
      height: 1px !important;
      overflow: hidden !important;
      opacity: 0 !important;
      pointer-events: none !important;
    }

    @media (max-width: 760px) {
      .topbar-inner {
        grid-template-columns: 1fr;
        justify-items: start;
      }

      .theme-switch-wrap {
        width: 100%;
        justify-content: flex-start;
      }

      nav { display: none; }
      .hero { padding-top: 54px; }
      .hero-grid, .about-grid, .area-grid, .contact-grid, .cards, .ref-grid, .form-grid, .billsoft-grid, .project-grid {
        grid-template-columns: 1fr;
      }
      .stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
      .hero-card, .panel, .form-card { padding: 22px; }
      h1 { font-size: 2rem; }
      .hero-main h1 { font-size: 2rem; max-width: 100%; }
      .headline-top { white-space: normal; }
      .headline-mid,
      .headline-bottom { display: block; }
      .brand .logo-svg {
        width: 70px;
        height: 52px;
      }

      /* Mobilon az ajánlatkérő form mindig látható – nincs scroll-reveal animáció */
      #ajanlatkeres .form-card.reveal,
      #ajanlatkeres .form-card.reveal.visible {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
      }

      /* Mobilon a kapcsolati panel az #ajánlatkérőn belül rejtett –
         a dedikált #kapcsolat szekció megismétli az infót */
      #ajanlatkeres .panel {
        display: none;
      }
    }

    @media (max-width: 1120px) {
      .topbar-inner {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 14px;
      }
      .top-nav {
        justify-self: stretch;
        justify-content: center;
      }
      .theme-switch-wrap {
        justify-content: center;
      }
    }

    @media (max-width: 760px) {
      /* Mobilon a topbar-inner 2 hasábos sor: brand | toggle
         (felülírja az 1120px-es blokk grid-template-columns: 1fr-jét) */
      .topbar-inner {
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        grid-template-rows: auto auto !important;
        justify-items: start !important;
        align-items: center !important;
        column-gap: 10px !important;
        row-gap: 0 !important;
        padding: 8px 0 0 !important;
      }

      /* Brand — 1. sor, 1. oszlop */
      .brand {
        grid-column: 1;
        grid-row: 1;
        align-self: center;
      }

      /* Theme toggle — 1. sor, 2. oszlop */
      .theme-switch-wrap {
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: auto !important;
        justify-content: flex-end !important;
        align-self: center;
      }

      /* Nav — 2. sor, teljes szélesség, vízszintesen görgethető */
      .top-nav,
      nav.top-nav {
        display: flex !important;
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        width: 100% !important;
        overflow-x: auto !important;
        justify-content: flex-start !important;
        gap: 4px !important;
        padding: 6px 0 8px !important;
        border-top: 1px solid rgba(255,255,255,.07) !important;
        margin-top: 6px !important;
        scrollbar-width: none !important;
      }
      body.light-mode .top-nav,
      body.light-mode nav.top-nav {
        border-top-color: rgba(17,19,21,.08) !important;
      }
      .top-nav a {
        font-size: 0.78rem !important;
        padding: 5px 10px !important;
        white-space: nowrap !important;
        flex-shrink: 0 !important;
        border-radius: 8px !important;
        border: 1px solid transparent !important;
      }
      .top-nav a:hover {
        border-color: rgba(255,154,61,.3) !important;
        background: rgba(255,154,61,.07) !important;
      }

      /* Brand szöveg kompakt mobilon — csak a cégnév látszik */
      .brand-mark {
        display: none;
      }
      .brand-name {
        font-size: 0.92rem;
      }
      .brand .logo-svg {
        width: 52px;
        height: 40px;
      }
    }


    /* preview (2) alapú finomhangolás */
    body.light-mode {
      background:
        radial-gradient(circle at top right, rgba(239, 68, 68, 0.10), transparent 24%),
        radial-gradient(circle at left top, rgba(248, 113, 113, 0.09), transparent 24%),
        linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
      color: #0f172a;
    }

    body.light-mode .topbar {
      background: rgba(255,255,255,0.92);
      border-bottom: 1px solid rgba(226,232,240,0.95);
      box-shadow: 0 10px 28px rgba(15,23,42,0.06);
    }

    body.light-mode .hero-card,
    body.light-mode .panel,
    body.light-mode .form-card,
    body.light-mode .mini,
    body.light-mode .stat,
    body.light-mode .card,
    body.light-mode .ref-card,
    body.light-mode .contact-row,
    body.light-mode ul.clean li,
    body.light-mode .inline-note,
    body.light-mode .success-box,
    body.light-mode .seo-teaser-card,
    body.light-mode .article-card,
    body.light-mode .topic-nav-card,
    body.light-mode .note-box,
    body.light-mode .cta-box,
    body.light-mode .article-index a {
      background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.96));
      border-color: rgba(226,232,240,0.95);
      box-shadow: 0 20px 45px rgba(15,23,42,0.08);
    }

    body.light-mode .hero-card,
    body.light-mode .panel,
    body.light-mode .form-card,
    body.light-mode .mini,
    body.light-mode .card,
    body.light-mode .ref-card,
    body.light-mode .seo-teaser-card,
    body.light-mode .article-card,
    body.light-mode .topic-nav-card,
    body.light-mode .note-box,
    body.light-mode .cta-box {
      border-radius: 28px;
    }

    body.light-mode .eyebrow,
    body.light-mode .brand-mark,
    body.light-mode .stat span,
    body.light-mode .ref-meta,
    body.light-mode .topic-meta,
    body.light-mode .seo-teaser-meta,
    body.light-mode .tag,
    body.light-mode .card-number,
    body.light-mode .submit-modal-request {
      color: #dc2626;
    }

    body.light-mode .eyebrow {
      border-color: rgba(239,68,68,0.14);
      background: #fef2f2;
      color: #dc2626;
      font-weight: 700;
    }

    body.light-mode h1,
    body.light-mode h2,
    body.light-mode h3,
    body.light-mode .brand-name,
    body.light-mode .quick-link,
    body.light-mode .stat strong,
    body.light-mode .contact-row b,
    body.light-mode .note-box h3,
    body.light-mode .cta-box h3 {
      color: #0f172a;
    }

    body.light-mode .btn-primary {
      background: linear-gradient(135deg, #dc2626, #ef4444 58%, #f87171);
      color: #ffffff;
      box-shadow: 0 18px 34px rgba(239,68,68,0.22);
    }

    body.light-mode .btn-secondary {
      color: #0f172a;
      border-color: rgba(226,232,240,0.95);
      background: rgba(255,255,255,0.92);
    }

    body.light-mode .btn-secondary:hover,
    body.light-mode .quick-link:hover,
    body.light-mode .top-nav a:hover,
    body.light-mode nav a:hover {
      color: #dc2626;
      border-color: rgba(239,68,68,0.18);
    }

    body.light-mode .quick-link,
    body.light-mode .captcha-wrap,
    body.light-mode .captcha-code,
    body.light-mode .captcha-refresh,
    body.light-mode .consent-wrap,
    body.light-mode .form-section,
    body.light-mode .callback-success,
    body.light-mode .meta {
      background: #ffffff;
      border-color: rgba(17,19,21,0.13);
      box-shadow: 0 2px 10px rgba(17,19,21,0.07);
      color: #1e293b;
    }

    body.light-mode .tag,
    body.light-mode .card-number {
      background: #fef2f2;
      border-color: rgba(239,68,68,0.14);
    }

    body.light-mode .card-number svg,
    body.light-mode .trust-bar svg {
      stroke: #dc2626;
    }

    body.light-mode .trust-bar {
      background: #ffffff;
      border-color: rgba(239,68,68,0.18);
    }
    body.light-mode .trust-bar strong { color: #0f172a; }
    body.light-mode .trust-bar span { color: #475569; }

    body.light-mode .ref-image {
      background:
        radial-gradient(circle at 20% 20%, rgba(239,68,68,0.10), transparent 60%),
        radial-gradient(circle at 80% 80%, rgba(248,113,113,0.10), transparent 60%),
        linear-gradient(180deg, #ffffff, #f1f5f9);
    }
    body.light-mode .ref-image::after {
      background: repeating-linear-gradient(135deg, rgba(15,23,42,0.04), rgba(15,23,42,0.04) 1px, transparent 1px, transparent 22px);
    }

    body.light-mode input,
    body.light-mode select,
    body.light-mode textarea {
      background: #ffffff;
      border-color: rgba(203,213,225,0.9);
      color: #0f172a;
    }

    body.light-mode input:focus,
    body.light-mode select:focus,
    body.light-mode textarea:focus {
      border-color: rgba(239,68,68,0.45);
      box-shadow: 0 0 0 3px rgba(239,68,68,0.08);
      background: #ffffff;
    }

    body.light-mode .footer-inner,
    body.light-mode .callback-box,
    body.light-mode .post-submit-note,
    body.light-mode .article-block {
      border-top-color: rgba(226,232,240,0.95);
    }



    /* dark modern override */
    :root {
      --bg: #07090c;
      --panel: #12161c;
      --soft: #0f141a;
      --line: rgba(255,255,255,0.08);
      --text: #eef2f7;
      --muted: #9ca8b7;
      --brand-red: #dc2626;
      --brand-orange: #ff6257;
      --brand-warm: #ff8f86;
      --shadow: 0 20px 48px rgba(0,0,0,0.38);
    }

    body {
      background:
        radial-gradient(circle at top right, rgba(220, 38, 38, 0.12), transparent 21%),
        radial-gradient(circle at left top, rgba(255,255,255,0.04), transparent 18%),
        linear-gradient(180deg, #07090c 0%, #0b0e12 100%);
      color: var(--text);
    }

    body.light-mode {
      --text: #171c22;
      --muted: #5f6975;
      --panel: #ffffff;
      --soft: #eef2f6;
      --line: rgba(17, 24, 39, 0.08);
      --shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
      background: linear-gradient(180deg, #f7f8fb 0%, #edf1f6 100%);
      color: var(--text);
    }

    .topbar {
      background: rgba(9, 12, 16, 0.92);
      border-bottom: 1px solid rgba(220, 38, 38, 0.55);
      box-shadow: 0 18px 40px rgba(0,0,0,0.42);
    }

    body.light-mode .topbar {
      background: rgba(255,255,255,0.88);
      border-bottom: 1px solid rgba(220, 38, 38, 0.35);
    }

    .hero-card,
    .panel,
    .form-card,
    .mini,
    .stat,
    .card,
    .ref-card,
    .contact-row,
    ul.clean li,
    .inline-note,
    .success-box,
    .captcha-wrap,
    .callback-success,
    .form-section,
    .consent-wrap,
    .quick-link {
      background: linear-gradient(180deg, rgba(18,22,28,0.98), rgba(11,14,19,0.98));
      border-color: rgba(255,255,255,0.08);
      box-shadow: 0 20px 48px rgba(0,0,0,0.38), inset 0 1px 0 rgba(255,255,255,0.02);
    }

    .hero-card::after,
    .seo-teaser-card::after,
    .hero-side .logo-box::after,
    .topic-nav-card::after,
    .sheet::after {
      display: none !important;
    }

    .seo-teaser-card {
      background: linear-gradient(180deg, rgba(18,22,28,0.98), rgba(11,14,19,0.98));
      border: 1px solid rgba(255,255,255,0.08);
      box-shadow: 0 20px 48px rgba(0,0,0,0.38), inset 0 1px 0 rgba(255,255,255,0.02);
    }

    .logo-box {
      background: linear-gradient(180deg, rgba(18,22,28,0.98), rgba(11,14,19,0.98));
    }

    .logo-svg {
      background: #ffffff;
      box-shadow: 0 10px 24px rgba(0,0,0,0.24);
    }

    .top-nav a,
    .hero p,
    .muted,
    .contact-list,
    label,
    .help,
    .section-head p,
    .quick-link small,
    .field-note,
    .callback-box p,
    .post-submit-note,
    .post-submit-note p {
      color: var(--muted);
    }

    .brand-name,
    h1,
    h2,
    h3,
    .quick-link,
    .captcha-refresh,
    .btn-secondary,
    input,
    select,
    textarea {
      color: var(--text);
    }

    .brand-mark,
    .stat span,
    .ref-meta,
    .seo-teaser-meta,
    .topic-meta,
    .tag,
    .submit-modal-request,
    .meta strong,
    .contact-row b {
      color: #ff8f86;
    }

    .btn-primary {
      background: linear-gradient(135deg, #dc2626, #ef4444 58%, #ff786d);
      color: #ffffff;
      box-shadow: 0 20px 48px rgba(0,0,0,0.38);
    }

    .btn-secondary {
      background: rgba(255,255,255,0.03);
      border-color: rgba(255,255,255,0.14);
    }

    .btn-secondary:hover,
    .top-nav a:hover,
    .captcha-refresh:hover,
    .quick-link:hover {
      border-color: rgba(239,68,68,0.38);
      color: #ff8f86;
    }

    .theme-toggle {
      border-color: rgba(255,255,255,0.12);
      background: rgba(255,255,255,0.04);
      color: var(--muted);
    }

    .theme-toggle:hover {
      border-color: rgba(239,68,68,0.34);
      background: rgba(255,255,255,0.06);
      color: var(--text);
    }

    input,
    select,
    textarea,
    .captcha-code,
    .captcha-refresh {
      background: #0b0f15;
      color: var(--text);
      border-color: rgba(255,255,255,0.12);
      box-shadow: none;
    }

    input::placeholder,
    textarea::placeholder { color: #788496; }

    input:focus,
    select:focus,
    textarea:focus {
      border-color: rgba(239,68,68,0.72);
      background: #0d1218;
      box-shadow: 0 0 0 3px rgba(239,68,68,0.10);
    }

    .captcha-wrap,
    .consent-wrap,
    .inline-note,
    .callback-box,
    .callback-success,
    .success-box {
      border-color: rgba(255,255,255,0.08);
    }

    .submit-modal-card {
      background: linear-gradient(180deg, rgba(19,22,30,0.98), rgba(14,16,22,0.98));
      border: 1px solid rgba(255,255,255,0.08);
      box-shadow: 0 24px 80px rgba(0,0,0,0.38);
    }

    .tag,
    .eyebrow,
    .theme-toggle,
    .quick-link,
    .captcha-code,
    .captcha-refresh {
      border-color: rgba(255,255,255,0.10);
    }

    .eyebrow {
      background: rgba(220,38,38,0.10);
      border-color: rgba(220,38,38,0.20);
      color: #ff8f86;
    }

    .stat,
    .card,
    .ref-card,
    .quick-link,
    .mini,
    ul.clean li,
    .contact-row,
    .inline-note,
    .success-box,
    .captcha-wrap,
    .form-section,
    .consent-wrap {
      border-radius: 24px;
    }

    .footer-inner,
    .post-submit-note,
    .callback-box,
    .footer-note {
      border-top-color: rgba(255,255,255,0.08);
    }

    body.light-mode .hero-card,
    body.light-mode .panel,
    body.light-mode .form-card,
    body.light-mode .mini,
    body.light-mode .stat,
    body.light-mode .card,
    body.light-mode .ref-card,
    body.light-mode .contact-row,
    body.light-mode ul.clean li,
    body.light-mode .inline-note,
    body.light-mode .success-box,
    body.light-mode .captcha-wrap,
    body.light-mode .callback-success,
    body.light-mode .form-section,
    body.light-mode .consent-wrap,
    body.light-mode .quick-link,
    body.light-mode .seo-teaser-card,
    body.light-mode .logo-box {
      background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,248,251,0.95));
      border-color: rgba(17,24,39,0.08);
      box-shadow: var(--shadow);
    }

    body.light-mode .theme-toggle,
    body.light-mode .btn-secondary,
    body.light-mode .captcha-code,
    body.light-mode .captcha-refresh,
    body.light-mode input,
    body.light-mode select,
    body.light-mode textarea {
      background: #ffffff;
      color: #171c22;
      border-color: rgba(17,24,39,0.10);
    }

    body.light-mode .eyebrow {
      background: rgba(220,38,38,0.08);
      border-color: rgba(220,38,38,0.18);
      color: #dc2626;
    }

    /* ═══════════════════════════════════════════════════
       WIZARD – 3 lépcsős ajánlatkérő
    ═══════════════════════════════════════════════════ */
    .wiz-indicator {
      display: flex; align-items: center; gap: 0;
      margin: 24px 0 28px; padding: 0 4px;
    }
    .wiz-dot {
      width: 34px; height: 34px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.82rem; font-weight: 700; flex-shrink: 0;
      border: 2px solid rgba(255,255,255,.18);
      background: rgba(255,255,255,.06);
      color: var(--muted);
      transition: background .25s, border-color .25s, color .25s;
    }
    .wiz-dot.active {
      background: var(--brand-orange); border-color: var(--brand-orange);
      color: #fff; box-shadow: 0 0 0 4px rgba(230,51,39,.18);
    }
    .wiz-dot.done {
      background: rgba(4,120,87,.22); border-color: #047857; color: #34d399;
    }
    .wiz-connector {
      flex: 1; height: 2px; background: rgba(255,255,255,.1);
      transition: background .25s;
    }
    .wiz-connector.done { background: #047857; }
    .wiz-dot-label {
      display: none;
    }
    @media (min-width: 600px) {
      .wiz-indicator { gap: 0; }
      .wiz-dot-wrap { display: flex; flex-direction: column; align-items: center; gap: 4px; }
      .wiz-dot-label { display: block; font-size: .72rem; color: var(--muted); white-space: nowrap; }
      .wiz-dot-wrap.active .wiz-dot-label { color: var(--brand-orange); font-weight: 600; }
    }

    .wiz-panel { display: none; }
    .wiz-panel.active { display: block; }

    /* Szolgáltatás gombok */
    .wiz-svc-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px; margin: 20px 0 10px;
    }
    @media (min-width: 600px) {
      .wiz-svc-grid { grid-template-columns: repeat(3, 1fr); }
    }
    .wiz-svc-btn {
      display: flex; flex-direction: column; align-items: center;
      justify-content: center; gap: 8px;
      padding: 18px 10px; border-radius: 14px;
      border: 1.5px solid rgba(255,255,255,.13);
      background: rgba(255,255,255,.05);
      color: var(--text); cursor: pointer;
      font-size: 0.82rem; font-weight: 500; line-height: 1.3;
      text-align: center; transition: border-color .2s, background .2s, transform .15s;
    }
    .wiz-svc-btn:hover {
      border-color: var(--brand-orange);
      background: rgba(230,51,39,.09);
      transform: translateY(-2px);
    }
    .wiz-svc-btn.selected {
      border-color: var(--brand-orange);
      background: rgba(230,51,39,.13);
      box-shadow: 0 0 0 3px rgba(230,51,39,.15);
    }
    .wiz-svc-btn .wiz-svc-icon {
      font-size: 1.7rem; line-height: 1;
    }
    .wiz-callback-btn {
      display: flex; align-items: center; justify-content: center; gap: 8px;
      width: 100%; margin-top: 12px; padding: 13px 18px;
      border-radius: 12px; border: 1.5px dashed rgba(255,255,255,.2);
      background: transparent; color: var(--muted);
      cursor: pointer; font-size: 0.84rem; font-weight: 500;
      transition: border-color .2s, color .2s;
    }
    .wiz-callback-btn:hover { border-color: var(--brand-orange); color: var(--text); }

    /* Navigáció */
    .wiz-nav {
      display: flex; align-items: center; justify-content: space-between;
      margin-top: 24px; gap: 12px;
    }
    .wiz-nav-back {
      padding: 10px 20px; border-radius: 10px;
      border: 1.5px solid rgba(255,255,255,.15);
      background: transparent; color: var(--muted);
      cursor: pointer; font-size: 0.9rem;
      transition: border-color .2s, color .2s;
    }
    .wiz-nav-back:hover { border-color: var(--text); color: var(--text); }
    .wiz-nav-next {
      padding: 11px 28px; border-radius: 10px;
      background: var(--brand-orange); border: none; color: #fff;
      cursor: pointer; font-size: 0.92rem; font-weight: 600;
      transition: opacity .2s, transform .15s;
    }
    .wiz-nav-next:hover { opacity: .88; transform: translateY(-1px); }
    .wiz-nav-spacer { flex: 1; }

    /* Összecsukható blokkok */
    .wiz-collapsible { margin-top: 14px; }
    .wiz-collapsible-toggle {
      display: flex; align-items: center; gap: 8px;
      background: transparent; border: 1px solid rgba(255,255,255,.12);
      border-radius: 8px; padding: 9px 14px; cursor: pointer;
      color: var(--muted); font-size: 0.84rem; font-weight: 500;
      width: 100%; text-align: left; transition: border-color .2s, color .2s;
    }
    .wiz-collapsible-toggle:hover { border-color: rgba(255,255,255,.28); color: var(--text); }
    .wiz-collapsible-toggle .wiz-toggle-arrow {
      margin-left: auto; transition: transform .2s; font-style: normal;
    }
    .wiz-collapsible-toggle[aria-expanded="true"] .wiz-toggle-arrow { transform: rotate(180deg); }
    .wiz-collapsible-body { display: none; padding-top: 12px; }
    .wiz-collapsible-body.open { display: block; }

    /* Jogi szöveg */
    .wiz-legal-note {
      margin-top: 18px; padding: 12px 16px; border-radius: 10px;
      background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
      font-size: 0.78rem; color: var(--muted); line-height: 1.55;
    }

    /* Step 1 alcím */
    .wiz-step-subtitle {
      font-size: 0.88rem; color: var(--muted); margin: 4px 0 0;
    }

    /* Light mode overrides */
    body.light-mode .wiz-dot {
      border-color: rgba(0,0,0,.15); background: rgba(0,0,0,.04); color: #6b7280;
    }
    body.light-mode .wiz-dot.done { background: rgba(4,120,87,.1); color: #047857; }
    body.light-mode .wiz-connector { background: rgba(0,0,0,.1); }
    body.light-mode .wiz-svc-btn {
      border-color: rgba(0,0,0,.12); background: rgba(0,0,0,.03); color: #171c22;
    }
    body.light-mode .wiz-svc-btn:hover,
    body.light-mode .wiz-svc-btn.selected {
      border-color: #dc2626; background: rgba(220,38,38,.07);
    }
    body.light-mode .wiz-callback-btn { border-color: rgba(0,0,0,.18); color: #6b7280; }
    body.light-mode .wiz-collapsible-toggle {
      border-color: rgba(0,0,0,.12); color: #6b7280;
    }
    body.light-mode .wiz-collapsible-toggle:hover { border-color: rgba(0,0,0,.3); color: #171c22; }
    body.light-mode .wiz-nav-back { border-color: rgba(0,0,0,.15); color: #6b7280; }
    body.light-mode .wiz-nav-back:hover { border-color: #171c22; color: #171c22; }
    body.light-mode .wiz-legal-note { background: rgba(0,0,0,.03); border-color: rgba(0,0,0,.08); }
