
    /* ═══════════════════════════════════════════
       FONTS — self-hosted Onest Variable
       ═══════════════════════════════════════════ */
    @font-face {
      font-family: 'Onest Variable';
      font-style: normal;
      font-display: swap;
      font-weight: 100 900;
      src: url('fonts/onest/onest-cyrillic-ext-wght-normal.woff2') format('woff2');
      unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    }
    @font-face {
      font-family: 'Onest Variable';
      font-style: normal;
      font-display: swap;
      font-weight: 100 900;
      src: url('fonts/onest/onest-cyrillic-wght-normal.woff2') format('woff2');
      unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    }
    @font-face {
      font-family: 'Onest Variable';
      font-style: normal;
      font-display: swap;
      font-weight: 100 900;
      src: url('fonts/onest/onest-latin-ext-wght-normal.woff2') format('woff2');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }
    @font-face {
      font-family: 'Onest Variable';
      font-style: normal;
      font-display: swap;
      font-weight: 100 900;
      src: url('fonts/onest/onest-latin-wght-normal.woff2') format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }

    /* ═══════════════════════════════════════════
       WAYFLOW UI KIT — DESIGN TOKENS
       ═══════════════════════════════════════════ */
    :root {
      --wf-font: "Onest Variable", sans-serif;
      --wf-blue:        #3b82f6;
      --wf-purple:      #8b5cf6;
      --wf-amber:       #f59e0b;
      --wf-green:       #10b981;
      --accent:         #e8860f;
      --accent-rgb:     232, 134, 15;
      --wf-black:       #000000;
      --wf-white:       #ffffff;
      --wf-bg-light:    #fafafa;
      --wf-bg-gray:     #e5e5ea;
      --wf-text-primary:   #000000;
      --wf-text-secondary: #444444;
      --wf-text-muted:     #666666;
      --wf-text-gray:      #6b7280;
      --wf-text-gray-light:#9ca3af;
      --wf-border:         #d1d5db;
      --wf-online:         #4ade80;

      --wf-text-xs:   11px;
      --wf-text-sm:   12px;
      --wf-text-base: 14px;
      --wf-text-md:   15px;
      --wf-text-lg:   clamp(15px, 1.2vw, 18px);
      --wf-text-xl:   clamp(16px, 1.2vw, 20px);
      --wf-text-h3:   clamp(22px, 2.5vw, 32px);
      --wf-text-h2:   clamp(32px, 4.5vw, 64px);

      --wf-weight-light: 300;
      --wf-weight-normal: 400;
      --wf-weight-medium: 500;
      --wf-weight-semibold: 600;
      --wf-weight-bold: 700;
      --wf-weight-extrabold: 800;

      --wf-leading-tight: 1.05;
      --wf-leading-snug:  1.2;
      --wf-leading-normal: 1.4;
      --wf-leading-relaxed: 1.6;
      --wf-leading-loose:  1.65;

      --wf-tracking-tight: -0.03em;
      --wf-tracking-normal: -0.02em;
      --wf-tracking-wide: 0.02em;
      --wf-tracking-wider: 0.08em;
      --wf-tracking-widest: 0.28em;

      --wf-space-1:  4px;
      --wf-space-2:  8px;
      --wf-space-3:  12px;
      --wf-space-4:  16px;
      --wf-space-5:  20px;
      --wf-space-6:  24px;
      --wf-space-8:  32px;
      --wf-space-10: 40px;

      --wf-radius-sm:   10px;
      --wf-radius-md:   12px;
      --wf-radius-lg:   16px;
      --wf-radius-xl:   20px;
      --wf-radius-pill: 9999px;

      --wf-shadow-glass:
        inset 0 1px 0 rgba(255,255,255,0.8),
        inset 0 -1px 0 rgba(0,0,0,0.04),
        0 12px 48px rgba(0,0,0,0.1),
        0 6px 16px rgba(0,0,0,0.06);
      --wf-shadow-glass-strong:
        inset 0 1px 0 rgba(255,255,255,0.9),
        0 20px 60px rgba(0,0,0,0.12),
        0 8px 24px rgba(0,0,0,0.08);
      --wf-shadow-btn: 0 4px 16px rgba(0,0,0,0.12);
      --wf-shadow-btn-hover: 0 6px 24px rgba(0,0,0,0.2);

      --wf-glass-bg:
        linear-gradient(135deg, rgba(255,255,255,0.92) 0%, rgba(245,245,250,0.88) 100%);
      --wf-glass-border: 1px solid rgba(255,255,255,0.75);
      --wf-glass-blur: blur(28px) saturate(200%);

      /* Quiz-specific */
      --quiz-bg: #e6e6eb;
      --quiz-max-width: 1240px;
      --quiz-gap: 20px;
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
    body {
      font-family: var(--wf-font);
      background: var(--quiz-bg);
      color: var(--wf-text-primary);
      overflow-x: hidden;
      line-height: var(--wf-leading-loose);
      min-height: 100vh;
    }
    ::selection { background: var(--wf-black); color: var(--wf-white); }
    img { max-width: 100%; height: auto; display: block; }

    /* ═══════════════════════════════════════════
       QUIZ LAYOUT
       ═══════════════════════════════════════════ */
    .quiz-wrapper {
      height: 100vh;
      max-height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 20px 20px 0;
      box-sizing: border-box;
    }
    .quiz-container {
      flex: 1;
      min-height: 0;
      width: 100%;
      max-width: 1240px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      gap: 20px;
      align-items: stretch;
    }

    /* ═══════════════════════════════════════════
       GLASS CARD (shared)
       ═══════════════════════════════════════════ */
    .glass-panel {
      background: var(--wf-glass-bg);
      border: var(--wf-glass-border);
      border-radius: var(--wf-radius-xl);
      box-shadow: var(--wf-shadow-glass);
      backdrop-filter: var(--wf-glass-blur);
      -webkit-backdrop-filter: var(--wf-glass-blur);
      position: relative;
      overflow: hidden;
      transition: box-shadow 0.3s ease;
    }
    .glass-panel:hover {
      box-shadow: var(--wf-shadow-glass-strong);
    }
    .glass-panel::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 45%;
      background: linear-gradient(180deg, rgba(255,255,255,0.7) 0%, transparent 100%);
      border-radius: var(--wf-radius-xl) var(--wf-radius-xl) 0 0;
      pointer-events: none;
      z-index: 1;
    }
    .glass-content {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    /* ═══════════════════════════════════════════
       LEFT PANEL — Full-bleed image with stacked cards
       ═══════════════════════════════════════════ */
    .panel-left {
      display: flex;
      min-height: 0;
    }
    .left-panel-inner {
      position: relative;
      flex: 1;
      width: 100%;
      height: 100%;
      border-radius: var(--wf-radius-xl);
      overflow: hidden;
      display: flex;
    }
    .left-bg-img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s ease;
      z-index: 0;
    }
    .left-bg-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.2) 35%, rgba(0,0,0,0.35) 65%, rgba(0,0,0,0.7) 100%);
      pointer-events: none;
      z-index: 1;
    }

    /* Content wrapper — flex column over image */
    .left-content-wrap {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      height: 100%;
      width: 100%;
      padding: clamp(20px, 3vw, 32px);
    }

    /* Hero: badge + title */
    .left-hero {
      text-align: left;
      margin-bottom: var(--wf-space-4);
      padding-top: 10px;
    }
    .left-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 18px;
      background: rgba(255,255,255,0.12);
      border: 1px solid rgba(255,255,255,0.2);
      border-radius: var(--wf-radius-pill);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      font-size: 12px;
      font-weight: var(--wf-weight-medium);
      color: #ffffff;
      letter-spacing: 0.04em;
      margin-bottom: var(--wf-space-3);
      text-shadow: 0 1px 4px rgba(0,0,0,0.3);
    }
    .left-hero-title {
      font-size: clamp(22px, 3vw, 36px);
      font-weight: 500;
      letter-spacing: -0.02em;
      line-height: 1.15;
      color: #ffffff;
      text-shadow: 0 4px 20px rgba(0,0,0,0.5);
      margin: 0;
    }

    /* Info card — glass */
    .left-info-card {
      margin-bottom: var(--wf-space-4);
    }
    .left-info-text {
      font-size: 14px;
      font-weight: var(--wf-weight-light);
      line-height: 1.55;
      color: rgba(255,255,255,0.9);
      margin: 0;
      text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    }

    /* Spacer pushes bottom content down */
    .left-spacer {
      flex: 1;
      min-height: var(--wf-space-3);
    }

    /* Stats bar */
    .stats-bar {
      display: flex;
      gap: 0;
      padding: var(--wf-space-4) var(--wf-space-5);
      background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%);
      border: 1px solid rgba(255,255,255,0.2);
      border-radius: var(--wf-radius-lg);
      backdrop-filter: blur(20px) saturate(160%);
      -webkit-backdrop-filter: blur(20px) saturate(160%);
      margin-bottom: var(--wf-space-4);
    }
    .stats-bar-item {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 2px;
      position: relative;
      padding: 0 var(--wf-space-4);
    }
    .stats-bar-item:first-child { padding-left: 0; }
    .stats-bar-item:last-child { padding-right: 0; }
    .stats-bar-item + .stats-bar-item::before {
      content: "";
      position: absolute;
      left: 0;
      top: 10%;
      bottom: 10%;
      width: 1px;
      background: linear-gradient(180deg, transparent, rgba(255,255,255,0.3), transparent);
    }
    .stats-bar-num {
      font-size: clamp(16px, 1.8vw, 24px);
      font-weight: 500;
      color: #ffffff;
      line-height: 1.1;
      letter-spacing: -0.02em;
      text-shadow: 0 1px 3px rgba(0,0,0,0.3);
      white-space: nowrap;
    }
    .stats-bar-lbl {
      font-size: 12px;
      font-weight: 400;
      color: rgba(255,255,255,0.85);
      line-height: 1.35;
      text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    }

    /* Gallery row */
    .left-gallery-row {
      display: flex;
      gap: var(--wf-space-3);
      margin-top: var(--wf-space-3);
    }
    .left-gallery-row .left-gallery-card {
      flex: 1;
    }

    /* Gallery cards */
    .left-gallery-group {
      display: flex;
      gap: var(--wf-space-3);
      flex: 2;
    }
    .left-gallery-row {
      display: flex;
      gap: var(--wf-space-3);
    }
    .left-gallery-card {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 6px;
      min-width: 0;
      cursor: pointer;
    }
    .lg-card-img {
      width: 100%;
      height: clamp(100px, 11vw, 132px);
      border-radius: var(--wf-radius-md);
      overflow: hidden;
      position: relative;
      box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    }
    .lg-card-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
    }
    .left-gallery-card:hover .lg-card-img img {
      transform: scale(1.05);
    }
    .lg-card-title {
      font-size: 10px;
      font-weight: var(--wf-weight-medium);
      color: rgba(255,255,255,0.85);
      line-height: 1.3;
      text-shadow: 0 1px 3px rgba(0,0,0,0.4);
      text-align: center;
    }

    /* Stats Row — Minimal Reference Style */
    .stats-row {
      display: flex;
      gap: 0;
      padding: var(--wf-space-5) 0;
      margin-bottom: var(--wf-space-6);
      border-top: 1px solid rgba(0,0,0,0.06);
      border-bottom: 1px solid rgba(0,0,0,0.06);
    }
    .stat-item {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 6px;
      position: relative;
      padding: 0 var(--wf-space-5);
    }
    .stat-item:first-child { padding-left: 0; }
    .stat-item:last-child { padding-right: 0; }
    .stat-item + .stat-item::before {
      content: "";
      position: absolute;
      left: 0;
      top: 10%;
      bottom: 10%;
      width: 1px;
      background: linear-gradient(180deg, transparent, rgba(0,0,0,0.1), transparent);
    }
    .stat-num {
      font-size: clamp(28px, 3.5vw, 40px);
      font-weight: var(--wf-weight-extrabold);
      color: var(--wf-text-primary);
      line-height: 1;
      letter-spacing: -0.02em;
    }
    .stat-lbl {
      font-size: 12px;
      font-weight: var(--wf-weight-medium);
      color: var(--wf-text-muted);
      line-height: 1.4;
    }

    /* Portfolio Grid */
    .portfolio-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: var(--wf-space-2);
    }
    .portfolio-thumb {
      aspect-ratio: 1;
      border-radius: var(--wf-radius-md);
      overflow: hidden;
      position: relative;
      background: #e5e7eb;
      cursor: pointer;
    }
    .portfolio-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.9;
      transition: opacity 0.2s, transform 0.3s;
    }
    .portfolio-thumb:hover img {
      opacity: 1;
      transform: scale(1.05);
    }
    .portfolio-play {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .play-btn {
      width: 44px; height: 44px;
      background: rgba(255,255,255,0.15);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      backdrop-filter: blur(6px);
      border: 1px solid rgba(255,255,255,0.25);
      transition: transform 0.2s, background 0.2s;
    }
    .portfolio-thumb:hover .play-btn {
      transform: scale(1.1);
      background: rgba(255,255,255,0.25);
    }
    .play-btn svg { margin-left: 2px; }
    .photo-count-overlay {
      position: absolute;
      bottom: 8px;
      left: 50%;
      transform: translateX(-50%);
      padding: 4px 12px;
      background: rgba(255,255,255,0.15);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      border: 1px solid rgba(255,255,255,0.25);
      border-radius: 9999px;
      font-size: 11px;
      font-weight: 500;
      color: #ffffff;
      text-shadow: 0 1px 3px rgba(0,0,0,0.3);
      white-space: nowrap;
    }
    .portfolio-more {
      position: absolute;
      inset: 0;
      background: rgba(255,255,255,0.75);
      backdrop-filter: blur(4px);
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: var(--wf-radius-md);
      font-weight: var(--wf-weight-bold);
      font-size: 15px;
      color: var(--wf-text-primary);
      transition: background 0.2s;
    }
    .portfolio-thumb:hover .portfolio-more {
      background: rgba(255,255,255,0.85);
    }

    /* ═══════════════════════════════════════════
       RIGHT PANEL
       ═══════════════════════════════════════════ */
    .panel-right {
      display: flex;
      min-height: 0;
      position: relative;
    }
    .panel-right .glass-panel {
      position: relative;
      z-index: 1;
      padding: clamp(10px, 1.5vw, 16px) clamp(20px, 3vw, 32px) clamp(20px, 3vw, 32px);
      display: flex;
      flex-direction: column;
      flex: 1;
      height: 100%;
      overflow-y: auto;
      box-shadow: none;
    }
    .panel-right .glass-panel:hover {
      box-shadow: none;
    }

    /* Slide counter — large watermark behind quiz container */
    .right-slide-counter {
      position: absolute;
      top: -60px;
      right: -180px;
      width: clamp(160px, 18vw, 240px);
      font-size: clamp(120px, 14vw, 200px);
      font-weight: var(--wf-weight-extrabold);
      color: rgba(0,0,0,0.08);
      line-height: 1;
      letter-spacing: -0.04em;
      text-align: center;
      font-variant-numeric: tabular-nums;
      z-index: 0;
      pointer-events: none;
      user-select: none;
      white-space: nowrap;
    }

    /* Progress */
    .progress-wrap {
      display: flex;
      align-items: center;
      gap: clamp(8px, 0.8vw, 12px);
      margin-bottom: clamp(12px, 1.2vw, 18px);
    }
    .progress-label {
      font-size: 12px;
      font-weight: var(--wf-weight-medium);
      letter-spacing: 0.14em;
      color: var(--wf-text-gray-light);
      font-variant-numeric: tabular-nums;
      white-space: nowrap;
    }
    .progress-track {
      flex: 1;
      height: 3px;
      background: rgba(0,0,0,0.06);
      border-radius: 2px;
      overflow: hidden;
    }
    .progress-fill {
      height: 100%;
      background: var(--accent);
      border-radius: 2px;
      transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .progress-total {
      font-size: 12px;
      color: var(--wf-text-gray-light);
      font-variant-numeric: tabular-nums;
    }

    /* Operator Block */
    .operator-block {
      display: flex;
      align-items: flex-start;
      gap: clamp(8px, 0.8vw, 12px);
      padding-bottom: clamp(8px, 0.8vw, 12px);
      border-bottom: 1px solid rgba(0,0,0,0.06);
      margin-bottom: clamp(12px, 1.2vw, 18px);
      font-family: var(--wf-font);
    }
    .operator-avatar {
      width: 64px; height: 64px;
      border-radius: 50%;
      overflow: hidden;
      flex-shrink: 0;
      background: #e5e7eb;
    }
    .operator-avatar img {
      width: 100%; height: 100%;
      object-fit: cover;
    }
    .operator-info { flex: 1; min-width: 0; }
    .operator-meta {
      display: flex;
      align-items: baseline;
      gap: clamp(4px, 0.4vw, 6px);
      margin-bottom: clamp(4px, 0.4vw, 6px);
      flex-wrap: wrap;
    }
    .operator-name {
      font-family: var(--wf-font);
      font-size: var(--wf-text-base);
      font-weight: 500;
      color: #111827;
    }
    .operator-dot { color: var(--wf-text-gray-light); font-size: var(--wf-text-base); }
    .operator-role {
      font-size: 12px;
      color: var(--wf-text-gray);
    }
    .operator-company {
      font-size: 12px;
      color: var(--wf-text-gray);
    }
    .operator-online {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      font-size: 12px;
      line-height: 1;
      color: var(--wf-online);
      font-weight: var(--wf-weight-medium);
    }
    .operator-online-dot {
      width: 7px; height: 7px;
      border-radius: 50%;
      background: var(--wf-online);
      box-shadow: 0 0 0 2px rgba(74,222,128,0.2);
    }
    .operator-message {
      font-family: var(--wf-font);
      font-size: var(--wf-text-base);
      font-style: italic;
      color: var(--wf-text-gray);
      line-height: 1.6;
      min-height: calc(var(--wf-text-base) * 1.6 * 2);
    }

    /* Question */
    .question-wrap {
      position: relative;
      margin-bottom: clamp(12px, 1.2vw, 18px);
    }
    .question-text {
      position: relative;
      z-index: 1;
      font-size: clamp(18px, 2.2vw, 26px);
      font-weight: var(--wf-weight-medium);
      font-style: italic;
      color: var(--wf-text-primary);
      line-height: var(--wf-leading-snug);
      letter-spacing: var(--wf-tracking-normal);
    }

    /* Options — Funnel Glass Cards */
    .options-list {
      display: flex;
      flex-direction: column;
      gap: clamp(6px, 0.6vw, 10px);
      margin-bottom: clamp(12px, 1.2vw, 18px);
      flex: 1;
    }
    .option-card {
      display: flex;
      align-items: center;
      gap: clamp(12px, 1vw, 16px);
      padding: clamp(10px, 0.9vw, 14px) 16px;
      background: linear-gradient(135deg, rgba(255,255,255,0.85) 0%, rgba(238,238,244,0.78) 100%);
      border: 1px solid rgba(255,255,255,0.75);
      border-radius: var(--wf-radius-lg);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 12px 48px rgba(0,0,0,0.1), 0 6px 16px rgba(0,0,0,0.06);
      backdrop-filter: blur(28px) saturate(200%);
      -webkit-backdrop-filter: blur(28px) saturate(200%);
      cursor: pointer;
      transition: all 0.2s ease;
      position: relative;
      overflow: hidden;
    }
    .option-card::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 45%;
      background: linear-gradient(180deg, rgba(255,255,255,0.7) 0%, transparent 100%);
      border-radius: var(--wf-radius-lg) var(--wf-radius-lg) 0 0;
      pointer-events: none;
      z-index: 1;
    }
    .option-card:hover {
      transform: translateY(-2px);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 20px 60px rgba(0,0,0,0.12), 0 8px 24px rgba(0,0,0,0.08);
    }
    .option-card.selected {
      background: var(--accent);
      border-color: var(--accent);
      box-shadow: none;
      transform: none;
    }
    .option-card.selected::before {
      background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, transparent 100%);
    }
    .option-title {
      position: relative;
      z-index: 2;
      flex: 1;
      font-size: clamp(12px, 1.0vw, 15px);
      font-weight: 400;
      letter-spacing: var(--wf-tracking-normal);
      color: #374151;
      line-height: 1.2;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      transition: color 0.2s;
    }
    .option-card:hover .option-title { color: var(--accent); }
    .option-card.selected .option-title { color: #ffffff; font-weight: 400; }
    .option-check {
      position: relative;
      z-index: 2;
      width: 22px; height: 22px;
      border-radius: 50%;
      border: 1px solid rgba(0,0,0,0.08);
      background: rgba(255,255,255,0.5);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      flex-shrink: 0;
      transition: all 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: inset 0 1px 2px rgba(255,255,255,0.8), 0 2px 4px rgba(0,0,0,0.04);
    }
    .option-card:hover .option-check { border-color: rgba(0,0,0,0.12); }
    .option-card.selected .option-check {
      border-color: rgba(var(--accent-rgb),0.4);
      background: rgba(255,255,255,0.5);
      box-shadow: inset 0 1px 2px rgba(255,255,255,0.6), 0 2px 8px rgba(var(--accent-rgb),0.15);
    }
    .option-check::after {
      content: '';
      width: 10px; height: 10px;
      border-radius: 50%;
      background: var(--accent);
      opacity: 0;
      transform: scale(0.5);
      transition: all 0.2s ease;
    }
    .option-card.selected .option-check::after {
      opacity: 1;
      transform: scale(1);
    }

    /* Privacy checkbox */
    .privacy-note {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      cursor: pointer;
      font-size: 12px;
      color: var(--wf-text-gray);
      line-height: 1.5;
    }
    .privacy-note input {
      position: absolute;
      opacity: 0;
      width: 0;
      height: 0;
    }
    .privacy-check {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      border: 1px solid rgba(0,0,0,0.08);
      background: rgba(255,255,255,0.5);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: all 0.2s ease;
      margin-top: 1px;
      position: relative;
      box-shadow: inset 0 1px 2px rgba(255,255,255,0.8), 0 2px 4px rgba(0,0,0,0.04);
    }
    .privacy-check::after {
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--accent);
      opacity: 0;
      transform: scale(0.5);
      transition: all 0.2s ease;
    }
    .privacy-note input:checked + .privacy-check {
      border-color: rgba(var(--accent-rgb),0.4);
      box-shadow: inset 0 1px 2px rgba(255,255,255,0.6), 0 2px 8px rgba(var(--accent-rgb),0.15);
    }
    .privacy-note input:checked + .privacy-check::after {
      opacity: 1;
      transform: scale(1);
    }

    /* Navigation */
    .nav-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: clamp(12px, 1vw, 16px);
    }
    .final-nav-row {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
    }
    .final-nav-row .privacy-note {
      max-width: 280px;
      flex-shrink: 0;
    }
    .privacy-note > span:last-child {
      padding-left: 5px;
    }
    .privacy-note a {
      color: inherit;
      text-decoration: underline;
    }
    .final-nav-row .btn-next {
      width: 100%;
      max-width: 280px;
      display: flex;
      justify-content: flex-start;
    }
    .final-nav-row .btn-next > span:first-child {
      flex: 1;
      text-align: center;
    }
    .btn-back {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-family: var(--wf-font);
      font-size: var(--wf-text-base);
      font-weight: var(--wf-weight-medium);
      color: var(--wf-text-gray);
      background: transparent;
      border: none;
      padding: 12px 20px;
      cursor: pointer;
      transition: color 0.2s;
    }
    .btn-back:hover { color: var(--wf-text-primary); }
    .btn-back svg {
      display: block;
      flex-shrink: 0;
    }
    .btn-next {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      font-family: var(--wf-font);
      font-size: 16px;
      font-weight: 400;
      letter-spacing: var(--wf-tracking-wide);
      color: var(--wf-white);
      background: var(--accent);
      border: none;
      border-radius: var(--wf-radius-pill);
      padding: 5px 5px 5px 40px;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: var(--wf-shadow-btn);
    }
    .btn-next:hover {
      box-shadow: var(--wf-shadow-btn-hover);
      transform: scale(1.02);
    }
    .btn-next:hover .btn-next__arrow {
      transform: scale(1.05);
    }
    .btn-next:active {
      transform: scale(0.98);
    }
    .btn-next__arrow {
      width: 48px; height: 48px;
      border-radius: 50%;
      background: var(--wf-white);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: transform 0.3s ease;
    }
    .btn-next__arrow svg {
      display: block;
      margin: 0;
    }

    /* Contact Form inside quiz */
    .final-form { display: none; }
    .final-form.active { display: block; }
    .form-field { margin-bottom: var(--wf-space-4); }
    /* Input Pill */
    .input-wrap {
      display: flex;
      align-items: center;
      background: #ffffff;
      border: 1px solid rgba(0,0,0,0.08);
      border-radius: 9999px;
      padding: 5px 5px 5px 40px;
      transition: border-color 0.2s, box-shadow 0.2s;
      width: 100%;
      max-width: 280px;
      gap: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    }
    .input-wrap:focus-within {
      border-color: var(--accent);
      box-shadow: 0 0 0 3px rgba(var(--accent-rgb),0.1), 0 2px 8px rgba(0,0,0,0.06);
    }
    .input-wrap input {
      flex: 1;
      border: none;
      background: transparent;
      font-family: var(--wf-font);
      font-size: var(--wf-text-base);
      color: var(--wf-text-primary);
      outline: none;
      min-width: 0;
    }
    .input-wrap input::placeholder { color: var(--wf-text-gray-light); }
    .input-icon {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: transform 0.2s ease;
    }
    .input-wrap:focus-within .input-icon { transform: scale(1.05); }


    /* Variant gray: Gray circle + blue icon */
    .input-wrap--gray .input-icon {
      background: #f3f4f6;
      box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
    }
    .input-wrap--gray .input-icon svg { stroke: var(--accent); }

    /* Variant 3: Glass circle */
    .input-wrap--v3 .input-icon {
      background: rgba(255,255,255,0.5);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      border: 1px solid rgba(0,0,0,0.08);
      box-shadow: inset 0 1px 2px rgba(255,255,255,0.8), 0 2px 4px rgba(0,0,0,0.04);
    }
    .input-wrap--v3 .input-icon svg { stroke: var(--accent); }

    /* Variant 4: White circle + blue stroke */
    .input-wrap--v4 .input-icon {
      background: var(--wf-white);
      border: 1.5px solid var(--accent);
      box-shadow: 0 2px 6px rgba(var(--accent-rgb),0.1);
    }
    .input-wrap--v4 .input-icon svg { stroke: var(--accent); }

    /* ═══════════════════════════════════════════
       LEGAL FOOTER
       ═══════════════════════════════════════════ */
    .legal-footer {
      width: 100%;
      max-width: 1240px;
      margin-top: 10px;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: var(--wf-space-4);
      flex-wrap: wrap;
      font-size: 12px;
      color: var(--wf-text-gray-light);
      flex-shrink: 0;
    }
    .legal-footer a {
      color: var(--wf-text-gray-light);
      text-decoration: none;
      transition: color 0.2s;
    }
    .legal-footer a:hover { color: var(--wf-text-primary); }
    .brand-highlight,
    .wayflow-credit,
    .legal-footer a.wayflow-credit {
      color: var(--accent);
      font-weight: 600;
    }
    .cookie-consent {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 1;
      gap: var(--wf-space-3);
      flex-wrap: wrap;
    }
    .legal-links {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 4px;
      text-align: center;
    }
    .cookie-accept-btn {
      font-family: var(--wf-font);
      font-size: 12px;
      font-weight: var(--wf-weight-semibold);
      color: var(--wf-white);
      background: var(--accent);
      border: none;
      border-radius: 9999px;
      padding: 6px 14px;
      cursor: pointer;
      transition: filter 0.2s;
    }
    .cookie-accept-btn:hover { filter: brightness(1.1); }

    /* ═══════════════════════════════════════════
       EXIT INTENT MODAL
       ═══════════════════════════════════════════ */
    .exit-modal {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 10000;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }
    .exit-modal.active { display: flex; }
    .exit-modal__overlay {
      position: absolute;
      inset: 0;
      background: rgba(255,255,255,0.9);
    }
    .exit-modal__content {
      position: relative;
      background: var(--wf-glass-bg);
      border: var(--wf-glass-border);
      border-radius: var(--wf-radius-xl);
      box-shadow: var(--wf-shadow-glass-strong);
      backdrop-filter: var(--wf-glass-blur);
      padding: clamp(32px, 4vw, 48px);
      max-width: 460px;
      width: 100%;
      z-index: 2;
      overflow: hidden;
    }
    .exit-modal__content::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 45%;
      background: linear-gradient(180deg, rgba(255,255,255,0.7) 0%, transparent 100%);
      border-radius: var(--wf-radius-xl) var(--wf-radius-xl) 0 0;
      pointer-events: none;
      z-index: 1;
    }
    .exit-modal__close {
      position: absolute;
      top: 16px; right: 16px;
      width: 36px; height: 36px;
      border-radius: 50%;
      border: none;
      background: rgba(0,0,0,0.06);
      color: var(--wf-text-gray);
      font-size: 22px;
      line-height: 1;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s;
      z-index: 3;
    }
    .exit-modal__close:hover { background: rgba(0,0,0,0.1); }
    .exit-modal__expert {
      display: flex;
      align-items: center;
      gap: var(--wf-space-3);
      margin-bottom: var(--wf-space-5);
      position: relative;
      z-index: 2;
    }
    .exit-modal__avatar {
      width: 80px; height: 80px;
      border-radius: 50%;
      overflow: hidden;
      flex-shrink: 0;
    }
    .exit-modal__avatar img { width: 100%; height: 100%; object-fit: cover; }
    .exit-modal__name {
      font-weight: 500;
      font-size: 18px;
      color: #111827;
      margin-bottom: 1px;
    }
    .exit-modal__role {
      font-size: 14px;
      color: var(--wf-text-gray);
    }
    .exit-modal__company {
      font-size: 14px;
      color: var(--accent);
    }
    .exit-modal__title {
      position: relative;
      z-index: 2;
      font-size: clamp(22px, 3vw, 36px);
      font-weight: 500;
      letter-spacing: -0.02em;
      line-height: 1.15;
      margin-bottom: var(--wf-space-3);
      color: var(--wf-text-primary);
    }
    .exit-modal__text {
      position: relative;
      z-index: 2;
      font-size: var(--wf-text-base);
      color: var(--wf-text-gray);
      line-height: 1.6;
      margin-bottom: var(--wf-space-6);
    }
    .exit-modal__btn {
      position: relative;
      z-index: 2;
      display: flex;
      margin: 0 auto;
      background: var(--accent);
      color: var(--wf-white);
      width: 100%;
      justify-content: flex-start;
      padding: 5px 6px 5px 40px;
    }
    .exit-modal__btn > span:first-child {
      flex: 1;
      text-align: center;
    }

    /* ═══════════════════════════════════════════
       VIDEO MODAL
       ═══════════════════════════════════════════ */
    .video-modal {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 10001;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }
    .video-modal.active { display: flex; }
    .video-modal__overlay {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.8);
      backdrop-filter: blur(8px);
    }
    .video-modal__content {
      position: relative;
      width: 100%;
      max-width: 900px;
      aspect-ratio: 16 / 9;
      background: #000;
      border-radius: var(--wf-radius-lg);
      overflow: hidden;
      z-index: 2;
      box-shadow: 0 40px 80px rgba(0,0,0,0.4);
    }
    .video-modal__close {
      position: absolute;
      top: -48px; right: 0;
      width: 40px; height: 40px;
      border-radius: 50%;
      border: none;
      background: rgba(255,255,255,0.15);
      color: #fff;
      font-size: 24px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s;
    }
    .video-modal__close:hover { background: rgba(255,255,255,0.25); }
    .video-modal.is-lightbox .video-modal__overlay {
      background: rgba(255,255,255,0.9);
      backdrop-filter: none;
    }
    .video-modal__content.lightbox-mode {
      background: transparent !important;
      border-radius: 0 !important;
      box-shadow: none !important;
    }
    .video-modal.is-lightbox .video-modal__close {
      top: 16px;
      right: 16px;
      background: var(--wf-white);
      color: var(--wf-text-primary);
      box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    }
    .video-modal.is-lightbox .video-modal__close:hover {
      background: var(--wf-white);
      transform: scale(1.05);
      box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    }
    .video-modal__iframe-container { width: 100%; height: 100%; }
    .video-modal__iframe-container video,
    .video-modal__iframe-container iframe { width: 100%; height: 100%; border: none; }

    /* ═══════════════════════════════════════════
       ANIMATIONS
       ═══════════════════════════════════════════ */
    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .animate-in {
      animation: fadeInUp 0.5s ease forwards;
    }
    .slide-content > * {
      opacity: 0;
      animation: fadeInUp 0.4s ease forwards;
    }
    .slide-content > *:nth-child(1) { animation-delay: 0.05s; }
    .slide-content > *:nth-child(2) { animation-delay: 0.1s; }
    .slide-content > *:nth-child(3) { animation-delay: 0.15s; }
    .slide-content > *:nth-child(4) { animation-delay: 0.2s; }
    .slide-content > *:nth-child(5) { animation-delay: 0.25s; }

    /* ═══════════════════════════════════════════
       DARK THEME
       ═══════════════════════════════════════════ */
    [data-theme="dark"] {
      --wf-bg-light:    #1a1a1a;
      --wf-bg-gray:     #2a2a2a;
      --wf-text-primary:   #f0f0f0;
      --wf-text-secondary: #b0b0b0;
      --wf-text-muted:     #7a7a7a;
      --wf-text-gray:      #a0a0a0;
      --wf-text-gray-light:#6b6b6b;
      --wf-border:         #3a3a3a;
      --wf-glass-bg:
        linear-gradient(135deg, rgba(30,30,30,0.92) 0%, rgba(22,22,22,0.88) 100%);
      --wf-glass-border: 1px solid rgba(255,255,255,0.08);
      --quiz-bg: #0f0f0f;
      --wf-shadow-glass:
        0 12px 48px rgba(0,0,0,0.3),
        0 6px 16px rgba(0,0,0,0.2);
      --wf-shadow-glass-strong:
        0 20px 60px rgba(0,0,0,0.35),
        0 8px 24px rgba(0,0,0,0.25);
    }
    [data-theme="dark"] body {
      background: var(--quiz-bg);
      color: var(--wf-text-primary);
    }
    [data-theme="dark"] ::selection {
      background: var(--wf-white);
      color: var(--wf-black);
    }
    [data-theme="dark"] .glass-panel {
      background: var(--wf-glass-bg);
      border: var(--wf-glass-border);
    }
    [data-theme="dark"] .glass-panel::before {
      background: none;
    }
    [data-theme="dark"] .option-card {
      background: linear-gradient(135deg, rgba(40,40,40,0.85) 0%, rgba(32,32,32,0.78) 100%);
      border: 1px solid rgba(255,255,255,0.08);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 12px 48px rgba(0,0,0,0.3), 0 6px 16px rgba(0,0,0,0.2);
    }
    [data-theme="dark"] .option-card::before {
      background: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, transparent 100%);
    }
    [data-theme="dark"] .option-card:hover {
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 20px 60px rgba(0,0,0,0.35), 0 8px 24px rgba(0,0,0,0.25);
    }
    [data-theme="dark"] .option-title {
      color: #d0d0d0;
    }
    [data-theme="dark"] .option-card:hover .option-title {
      color: var(--accent);
    }
    [data-theme="dark"] .option-check {
      border-color: rgba(255,255,255,0.1);
      background: rgba(0,0,0,0.3);
      box-shadow: inset 0 1px 2px rgba(255,255,255,0.05), 0 2px 4px rgba(0,0,0,0.2);
    }
    [data-theme="dark"] .option-card:hover .option-check {
      border-color: rgba(255,255,255,0.15);
    }
    [data-theme="dark"] .privacy-check {
      border-color: rgba(255,255,255,0.1);
      background: rgba(0,0,0,0.3);
      box-shadow: inset 0 1px 2px rgba(255,255,255,0.05), 0 2px 4px rgba(0,0,0,0.2);
    }
    [data-theme="dark"] .privacy-note input:checked + .privacy-check {
      border-color: rgba(var(--accent-rgb),0.4);
      box-shadow: inset 0 1px 2px rgba(255,255,255,0.06), 0 2px 8px rgba(var(--accent-rgb),0.15);
    }
    [data-theme="dark"] .progress-track {
      background: rgba(255,255,255,0.06);
    }
    [data-theme="dark"] .operator-block {
      border-bottom-color: rgba(255,255,255,0.06);
    }
    [data-theme="dark"] .operator-avatar {
      background: #2a2a2a;
    }
    [data-theme="dark"] .operator-name {
      color: #e8e8f0;
    }
    [data-theme="dark"] .operator-message {
      color: var(--wf-text-gray);
    }
    [data-theme="dark"] .input-wrap {
      background: #1e1e1e;
      border-color: rgba(255,255,255,0.08);
    }
    [data-theme="dark"] .input-wrap input {
      color: var(--wf-text-primary);
    }
    [data-theme="dark"] .input-wrap input::placeholder {
      color: var(--wf-text-gray-light);
    }
    [data-theme="dark"] .input-wrap--gray .input-icon {
      background: #2a2a2a;
      box-shadow: inset 0 1px 2px rgba(255,255,255,0.05);
    }
    [data-theme="dark"] .input-wrap--v3 .input-icon {
      background: rgba(255,255,255,0.05);
      border-color: rgba(255,255,255,0.08);
    }
    [data-theme="dark"] .input-wrap--v4 .input-icon {
      background: #1e1e1e;
    }
    [data-theme="dark"] .btn-back {
      color: var(--wf-text-gray);
    }
    [data-theme="dark"] .btn-back:hover {
      color: var(--wf-text-primary);
    }
    [data-theme="dark"] .method-btn {
      background: #1e1e1e;
      border-color: var(--wf-border);
      color: var(--wf-text-secondary);
    }
    [data-theme="dark"] .exit-modal__overlay {
      background: rgba(0,0,0,0.85);
    }
    [data-theme="dark"] .exit-modal__name {
      color: #e8e8f0;
    }
    [data-theme="dark"] .video-modal.is-lightbox .video-modal__overlay {
      background: rgba(0,0,0,0.92);
    }
    [data-theme="dark"] .legal-footer {
      color: var(--wf-text-gray-light);
    }
    [data-theme="dark"] .legal-footer a:hover {
      color: var(--wf-text-primary);
    }
    [data-theme="dark"] .stats-row {
      border-top-color: rgba(255,255,255,0.06);
      border-bottom-color: rgba(255,255,255,0.06);
    }
    [data-theme="dark"] .stat-item + .stat-item::before {
      background: linear-gradient(180deg, transparent, rgba(255,255,255,0.08), transparent);
    }
    [data-theme="dark"] .portfolio-thumb {
      background: #2a2a2a;
    }
    [data-theme="dark"] .portfolio-more {
      background: rgba(0,0,0,0.6);
      color: var(--wf-text-primary);
    }
    [data-theme="dark"] .portfolio-thumb:hover .portfolio-more {
      background: rgba(0,0,0,0.75);
    }
    [data-theme="dark"] .exit-modal__close {
      background: rgba(255,255,255,0.08);
      color: var(--wf-text-gray);
    }
    [data-theme="dark"] .exit-modal__close:hover {
      background: rgba(255,255,255,0.12);
    }
    [data-theme="dark"] .mobile-trust-header {
      background: rgba(255,255,255,0.05);
      color: var(--wf-text-primary);
    }
    [data-theme="dark"] .right-slide-counter {
      color: rgba(255,255,255,0.04);
    }
    [data-theme="dark"] .lightbox-btn {
      background: #1e1e1e;
      color: var(--wf-text-primary);
    }
    [data-theme="dark"] .video-modal.is-lightbox .video-modal__close {
      background: #1e1e1e;
      color: var(--wf-text-primary);
      box-shadow: 0 2px 12px rgba(0,0,0,0.3);
    }
    [data-theme="dark"] .video-modal.is-lightbox .video-modal__close:hover {
      background: #2a2a2a;
      box-shadow: 0 4px 16px rgba(0,0,0,0.4);
    }
    [data-theme="dark"] .option-card.selected {
      background: var(--accent);
      border-color: var(--accent);
      box-shadow: none;
      transform: none;
    }
    [data-theme="dark"] .option-card.selected::before {
      background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, transparent 100%);
    }
    [data-theme="dark"] .option-card.selected .option-title {
      color: #ffffff;
    }
    [data-theme="dark"] .option-card.selected .option-check {
      border-color: rgba(255,255,255,0.3);
      background: rgba(255,255,255,0.25);
      box-shadow: inset 0 1px 2px rgba(255,255,255,0.3), 0 2px 8px rgba(var(--accent-rgb),0.2);
    }
    [data-theme="dark"] .option-card.selected .option-check::after {
      background: #ffffff;
    }
    [data-theme="dark"] .exit-modal__content::before {
      background: none;
    }

    /* ─── MOBILE ADAPTATION ─── */
    .mobile-trust-accordion { display: none; }
    .mlc-panel {
      position: relative;
      border-radius: var(--wf-radius-xl);
      overflow: hidden;
      min-height: auto;
      display: flex;
    }
    .mlc-bg-img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
    }
    .mlc-bg-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.2) 35%, rgba(0,0,0,0.35) 65%, rgba(0,0,0,0.7) 100%);
      pointer-events: none;
      z-index: 1;
    }
    .mlc-panel .left-content-wrap {
      position: relative;
      z-index: 2;
      height: auto;
    }

    @media (max-width: 1024px) {
      .quiz-wrapper {
        height: auto;
        max-height: none;
        min-height: 100vh;
      }
      .quiz-container {
        grid-template-columns: 1fr;
        height: auto;
        min-height: 0;
        max-height: none;
      }
      .panel-left {
        position: static !important;
        width: 100%;
        flex: none;
        min-height: auto;
      }
      .left-panel-inner { height: auto; min-height: 460px; }
      .left-bg-overlay {
        background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.25) 35%, rgba(0,0,0,0.45) 65%, rgba(0,0,0,0.8) 100%);
      }
      .panel-right {
        flex-direction: column;
        min-height: auto;
        gap: 0;
      }
      .mobile-trust-accordion {
        width: 100%;
        order: -1;
      }
      .panel-right .glass-panel {
        height: auto;
        overflow-y: visible;
      }
      .left-content-wrap {
        padding: 20px;
      }
      .right-slide-counter { display: none; }

      /* Step 2+: hide left panel, show accordion */
      body.is-step-2-plus .panel-left { display: none !important; }
      body.is-step-2-plus .mobile-trust-accordion { display: flex; }

      .mobile-trust-accordion {
        margin-bottom: 8px;
        border: none;
        border-radius: 0;
        overflow: visible;
        flex-direction: column;
        gap: 8px;
      }
      .mobile-trust-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 18px;
        background: rgba(255,255,255,0.6);
        backdrop-filter: blur(8px);
        cursor: pointer;
        font-weight: var(--wf-weight-medium);
        font-size: var(--wf-text-base);
        color: var(--wf-text-primary);
        border-radius: var(--wf-radius-xl);
      }
      .mobile-left-content {
        display: none;
        padding: 0;
        background: transparent;
        border-radius: var(--wf-radius-xl);
        overflow: hidden;
      }
      .mobile-left-content.open { display: block; }
      .chevron-icon { transition: transform 0.3s; }
      .chevron-icon.open { transform: rotate(180deg); }
    }

    @media (max-width: 768px) {
      .quiz-wrapper { padding: 20px 16px 0; }
      .panel-right .glass-panel { padding: 20px 16px 24px; }
      .left-hero-title { font-size: clamp(18px, 5vw, 24px); }
      .left-info-card { padding: 0; }
      .stats-bar { padding: 12px 14px; }
      .stats-bar-item { padding: 0 10px; }
      .stats-bar-num { font-size: 15px; }
      .left-gallery-row { flex-wrap: wrap; gap: 8px; margin-top: 8px; }
      .operator-block { padding-bottom: 16px; margin-bottom: 20px; gap: 12px; }
      .operator-avatar { width: 48px; height: 48px; }
      .operator-meta {
        display: grid;
        grid-template-columns: auto auto 1fr;
        gap: 4px 6px;
        align-items: center;
      }
      .operator-name { grid-area: 1 / 1; }
      .operator-dot:not(.company-dot) { grid-area: 1 / 2; }
      .operator-online { grid-area: 1 / 3; justify-self: start; }
      .operator-role { grid-area: 2 / 1; }
      .operator-dot.company-dot { grid-area: 2 / 2; }
      .operator-company { grid-area: 2 / 3; }
      .question-text { font-size: clamp(20px, 5vw, 26px); max-width: 100%; }
      .option-card { padding: 12px 14px; border-radius: 11px; gap: 10px; }
      .option-title { font-size: 13px; }
      .btn-back { padding: 10px 16px; }
      .legal-footer { flex-direction: column; align-items: center; gap: 6px; padding: 0 12px; }
      .cookie-consent { flex-wrap: wrap; justify-content: center; text-align: center; margin-right: 0 !important; gap: 6px; }
      .legal-links { margin-left: 0 !important; justify-content: center; text-align: center; }
      .input-wrap { max-width: none; }
      .mlc-panel { min-height: 460px; }
      .mlc-bg-overlay {
        background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.25) 35%, rgba(0,0,0,0.45) 65%, rgba(0,0,0,0.8) 100%);
      }
      .left-hero-title,
      .left-info-text,
      .operator-message { text-align: left; }
      .final-nav-row {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
      }
      .final-nav-row .btn-next { width: 100%; max-width: none; display: flex; justify-content: center; }
      .final-nav-row .privacy-note { max-width: none; }
    }

    @media (max-width: 400px) {
      .question-text { font-size: 20px; }
      .nav-row { gap: 8px; }
      .btn-back { padding: 8px 12px; }
      .final-nav-row {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
      }
      .final-nav-row .btn-next { width: 100%; max-width: none; display: flex; justify-content: center; }
      .final-nav-row .privacy-note { max-width: none; }
      .mlc-stats-row { flex-wrap: wrap; gap: 12px; }
      .mlc-stat-item { min-width: calc(50% - 6px); }
    }

    /* ═══════════════════════════════════════════
       ADDITIONAL COMPONENTS (from legacy system)
       ═══════════════════════════════════════════ */

    /* Slide content transitions */
    .slide-content.exiting {
      opacity: 0;
      transform: translateY(12px);
    }

    /* Operator typing indicator */
    .operator-typing {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      color: var(--wf-text-gray-light);
      font-style: normal;
    }
    .typing-pen {
      animation: typing-bounce 0.6s ease-in-out infinite;
    }
    @keyframes typing-bounce {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-2px); }
    }
    .typing-cursor {
      display: inline-block;
      width: 2px;
      height: 1em;
      background: var(--accent);
      margin-left: 2px;
      animation: blink 1s step-end infinite;
      vertical-align: text-bottom;
    }
    @keyframes blink { 50% { opacity: 0; } }

    /* Inline errors */
    .inline-error-msg {
      color: var(--wf-amber);
      font-size: 12px;
      margin-top: 12px;
      font-weight: 500;
      text-align: center;
    }

    /* Contact methods (radio buttons as pills) */
    .contact-methods {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 16px;
    }
    .contact-method {
      cursor: pointer;
    }
    .contact-method input {
      position: absolute;
      opacity: 0;
      width: 0;
      height: 0;
    }
    .method-btn {
      display: inline-block;
      padding: 8px 16px;
      border-radius: var(--wf-radius-pill);
      border: 1px solid var(--wf-border);
      background: var(--wf-white);
      font-size: 13px;
      font-weight: 500;
      color: var(--wf-text-secondary);
      transition: all 0.2s ease;
    }
    .contact-method input:checked + .method-btn {
      background: var(--accent);
      border-color: var(--accent);
      color: var(--wf-white);
    }

    /* Brand badge (logo) */
    .brand-badge {
      position: absolute;
      top: 16px;
      right: 20px;
      z-index: 10;
    }
    .brand-badge-logo {
      max-height: 32px;
      max-width: 120px;
      object-fit: contain;
    }

    /* Lightbox buttons */
    .lightbox-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: var(--wf-white);
      border: none;
      color: var(--wf-text-primary);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.2s ease;
      z-index: 10;
      box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    }
    .lightbox-btn:hover {
      transform: translateY(-50%) scale(1.05);
      box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    }
    .lightbox-prev { left: 16px; }
    .lightbox-next { right: 16px; }
    .lightbox-mode {
      background: transparent !important;
      aspect-ratio: auto !important;
      height: auto !important;
    }
    .lightbox-mode img {
      border-radius: var(--wf-radius-xl);
    }

    /* Cookie consent */
    .cookie-consent {
      display: none;
      align-items: center;
      gap: 8px;
    }
    .cookie-accept-btn {
      flex-shrink: 0;
      background: var(--accent);
      color: #fff;
      border: none;
      border-radius: 9999px;
      padding: 6px 14px;
      font-size: 11px;
      font-weight: 600;
      cursor: pointer;
      font-family: var(--wf-font);
      white-space: nowrap;
      transition: filter 0.2s;
    }
    .cookie-accept-btn:hover { filter: brightness(1.1); }

    /* Demo banner */
    .demo-banner {
      background: var(--accent);
      color: #fff;
      text-align: center;
      padding: 10px;
      font-size: 13px;
      font-weight: 500;
    }

    /* Utility */
    .hidden { display: none !important; }
