    [data-lucide] { display: inline-block; vertical-align: middle; stroke-width: 1.8; flex-shrink: 0; }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: #111827; background: #fff; line-height: 1; overflow-x: hidden; }
    html { overflow-x: hidden; }

    /* ── NAV (always island on desktop) ── */
    nav {
      position: fixed; top: 14px; left: 50%; transform: translateX(-50%);
      z-index: 100;
      background: rgba(255,255,255,0.97); backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border: 1px solid rgba(0,0,0,0.08);
      height: 60px; padding: 0 24px;
      width: auto; min-width: 340px;
      border-radius: 100px;
      display: flex; align-items: center; justify-content: space-between;
      box-shadow: 0 4px 24px rgba(0,0,0,0.08), 0 1px 4px rgba(0,0,0,0.05);
    }
    .nav-inner {
      position: relative; z-index: 1;
      display: flex; align-items: center; justify-content: space-between;
      width: 100%; gap: 28px;
    }
    .logo { font-size: 1.1rem; font-weight: 700; color: #111827; text-decoration: none; letter-spacing: -0.5px; }
    .logo em { color: #4f46e5; font-style: normal; }
    .nav-links { display: flex; align-items: center; gap: 32px; }
    .nav-links a { text-decoration: none; color: #6b7280; font-size: 0.9rem; font-weight: 500; transition: color .15s; }
    .nav-links a:hover { color: #111827; }
    .nav-right { display: flex; align-items: center; gap: 20px; }
    .nav-signin {
      display: inline-flex; align-items: center; gap: 10px;
      padding: 7px 8px 7px 16px; border-radius: 100px;
      background: #111; color: #fff;
      font-size: 0.85rem; font-weight: 600;
      text-decoration: none; letter-spacing: -0.1px;
      transition: transform .2s cubic-bezier(.34,1.56,.64,1), background .15s, box-shadow .2s;
      flex-shrink: 0; position: relative; overflow: visible;
    }
    .nav-signin:hover { background: #000; box-shadow: 0 6px 20px rgba(0,0,0,0.22); }
    .nav-signin-arrow {
      width: 26px; height: 26px; border-radius: 50%;
      background: #fff; display: flex; align-items: center; justify-content: center;
      flex-shrink: 0; transition: transform .2s cubic-bezier(.34,1.56,.64,1);
    }
    .nav-signin:hover .nav-signin-arrow { transform: rotate(-45deg); }
    .nav-burger {
      display: none; background: none; border: none; cursor: pointer;
      color: #374151; padding: 0; line-height: 0;
      width: 36px; height: 36px; align-items: center; justify-content: center;
    }

    /* ── HERO ── */
    .hero {
      min-height: 100vh;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr auto;
    }

    /* ── Dark left panel ── */
    .hero-text {
      background: #0D0D0D;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      padding: 120px 9% 80px 9%;
    }
    /* Giant ghost €600 behind content */
    .hero-bg-amount {
      position: absolute;
      font-size: clamp(14rem, 28vw, 32rem);
      font-weight: 900;
      letter-spacing: -0.06em;
      line-height: 0.82;
      color: rgba(255,255,255,0.04);
      bottom: -4%;
      right: -8%;
      pointer-events: none;
      user-select: none;
      animation: heroAmountDrift 18s ease-in-out infinite alternate;
    }
    @keyframes heroAmountDrift {
      from { transform: translate(0, 0); }
      to   { transform: translate(2%, -3%); }
    }
    /* Subtle grid texture */
    .hero-text::before {
      content: '';
      position: absolute; inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
      background-size: 48px 48px;
      pointer-events: none;
    }
    .hero-content { position: relative; z-index: 1; }
    .tp-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);
      color: rgba(255,255,255,0.6); padding: 6px 14px; border-radius: 99px;
      font-size: 0.78rem; font-weight: 600; margin-bottom: 28px; letter-spacing: 0.02em;
    }
    .tp-dot {
      width: 6px; height: 6px; border-radius: 50%;
      background: #10b981;
      box-shadow: 0 0 6px rgba(16,185,129,0.7);
      flex-shrink: 0;
      animation: pulse 2s ease-in-out infinite;
    }
    @keyframes pulse {
      0%, 100% { opacity: 1; transform: scale(1); }
      50%       { opacity: 0.6; transform: scale(0.85); }
    }
    .hero h1 {
      font-size: clamp(2.9rem, 5vw, 5.4rem);
      font-weight: 900; color: #fff;
      line-height: 1.0; letter-spacing: -0.04em;
      margin-bottom: 24px;
    }
    .hero-amount-line {
      display: block;
      margin-top: 6px;
    }
    .hero h1 em {
      color: transparent;
      background: linear-gradient(135deg, #818cf8 0%, #6366f1 50%, #4338CA 100%);
      -webkit-background-clip: text;
      background-clip: text;
      font-style: normal;
    }
    .hero-cursor {
      display: inline-block;
      color: #6366f1;
      font-style: normal;
      font-weight: 300;
      font-size: 0.6em;
      vertical-align: middle;
      margin-left: 3px;
      margin-bottom: 11px;
      animation: heroCursorBlink 0.7s step-end infinite;
    }
    @keyframes heroCursorBlink {
      0%, 100% { opacity: 1; }
      50%       { opacity: 0; }
    }
    @media (max-width: 768px) {
      .hero-cursor { display: none; }
    }
    .hero-sub {
      font-size: 1.05rem; color: rgba(255,255,255,0.45);
      line-height: 1.75; margin-bottom: 32px; font-weight: 400;
      max-width: 38ch;
    }
    .hero-meta { display: flex; flex-direction: column; gap: 10px; margin-bottom: 40px; }
    .hero-meta-item {
      display: flex; align-items: center; gap: 9px;
      font-size: 0.875rem; color: rgba(255,255,255,0.55); font-weight: 500;
    }
    /* Bottom stat strip */
    .hero-stat-row {
      display: flex; align-items: center; gap: 0;
      padding-top: 28px;
      border-top: 1px solid rgba(255,255,255,0.08);
    }
    .hero-stat { flex: 1; display: flex; flex-direction: column; gap: 4px; }
    .hero-stat-num {
      font-size: 1.15rem; font-weight: 800;
      letter-spacing: -0.03em; color: #fff;
    }
    .hero-stat-lbl {
      font-size: 0.7rem; color: rgba(255,255,255,0.3);
      line-height: 1.4; font-weight: 500;
    }
    .hero-stat-div {
      width: 1px; height: 36px;
      background: rgba(255,255,255,0.1);
      margin: 0 20px; flex-shrink: 0;
    }

    /* ── Light right panel ── */
    .hero-wizard {
      background: #F8F8F7;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: center;
      padding: 120px 7% 48px;
      gap: 20px;
      position: relative;
    }
    .hero-wizard-label {
      font-size: 0.72rem; font-weight: 700;
      letter-spacing: 0.12em; text-transform: uppercase;
      color: #9CA3AF;
    }
    /* Flight status mockup card */
    .hero-flight-card {
      background: #fff;
      border: 1px solid rgba(0,0,0,0.08);
      border-radius: 16px;
      padding: 20px 24px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    }
    .hfc-top {
      display: flex; align-items: center; justify-content: space-between;
      margin-bottom: 20px;
    }
    .hfc-airline {
      display: flex; align-items: center; gap: 8px;
      font-size: 0.8rem; font-weight: 600; color: #6B7280;
    }
    .hfc-airline-dot {
      width: 7px; height: 7px; border-radius: 50%; background: #9CA3AF; flex-shrink: 0;
    }
    .hfc-status {
      font-size: 0.72rem; font-weight: 700; letter-spacing: 0.02em;
      background: #FEF2F2; color: #B91C1C;
      padding: 4px 10px; border-radius: 99px;
    }
    .hfc-route {
      display: flex; align-items: center; gap: 8px; margin-bottom: 20px;
    }
    .hfc-airport { flex: 1; }
    .hfc-airport--right { text-align: right; }
    .hfc-iata {
      font-size: 1.9rem; font-weight: 900; letter-spacing: -0.04em;
      color: #111; line-height: 1;
    }
    .hfc-city { font-size: 0.72rem; color: #9CA3AF; margin-top: 3px; font-weight: 500; }
    .hfc-time { font-size: 0.82rem; font-weight: 700; color: #374151; margin-top: 6px; }
    .hfc-time--late { color: #DC2626; }
    .hfc-line {
      flex: 1; display: flex; align-items: center; gap: 6px;
      padding: 0 4px;
    }
    .hfc-line-track {
      flex: 1; height: 2px; background: #F3F4F6; border-radius: 2px; overflow: hidden;
    }
    .hfc-line-fill {
      height: 100%; width: 60%; background: #E5E7EB; border-radius: 2px;
    }
    .hfc-bottom {
      display: flex; align-items: center; justify-content: space-between;
      padding-top: 16px; border-top: 1px solid #F3F4F6;
    }
    .hfc-comp-label { font-size: 0.68rem; font-weight: 600; color: #9CA3AF; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 3px; }
    .hfc-comp-amount { font-size: 1.6rem; font-weight: 900; letter-spacing: -0.04em; color: #16A34A; }
    .hfc-reg {
      font-size: 0.7rem; font-weight: 700; color: #6366F1;
      background: #EEF2FF; padding: 4px 10px; border-radius: 6px;
    }

    /* Ghost step numbers — desktop only hidden */
    .why-step-ghost { display: none; }

    /* Trust strip below wizard */
    .hero-trust {
      display: flex; align-items: center; gap: 10px;
      padding: 14px 0 0;
      border-top: 1px solid rgba(0,0,0,0.07);
    }
    .hero-trust-stars { color: #F59E0B; font-size: 0.82rem; letter-spacing: 1px; }
    .hero-trust-text  { font-size: 0.78rem; color: #9CA3AF; font-weight: 500; }

    /* ── Hero marquee (full-span bottom row) ── */
    .hero-marquee {
      grid-column: 1 / -1;
      background: #111; overflow: hidden;
      padding: 18px 0;
      border-top: 1px solid rgba(255,255,255,0.04);
    }

    /* ── WIZARD ── */
    .wizard-card {
      background: #fff; border-radius: 20px; width: 100%;
      box-shadow: 0 8px 40px rgba(0,0,0,0.10), 0 0 0 1px rgba(0,0,0,0.05); overflow: hidden;
    }
    .wizard-progress-bar {
      display: flex; align-items: center; padding: 14px 28px;
      background: #fafafa; border-bottom: 1px solid #f0f0f0;
    }
    .wp-step { display: flex; align-items: center; gap: 7px; }
    .wp-num {
      width: 26px; height: 26px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.72rem; font-weight: 800;
      border: 2px solid #e5e7eb; color: #9ca3af; background: #fff; transition: all .3s;
    }
    .wp-lbl { font-size: 0.73rem; color: #9ca3af; font-weight: 600; white-space: nowrap; transition: color .3s; }
    .wp-line { flex: 1; height: 2px; background: #e5e7eb; margin: 0 10px; transition: background .3s; }
    .wp-step.active .wp-num { background: #4f46e5; border-color: #4f46e5; color: #fff; }
    .wp-step.active .wp-lbl { color: #4f46e5; }
    .wp-step.done   .wp-num { background: #ecfdf5; border-color: #10b981; color: #059669; }
    .wp-step.done   .wp-lbl { color: #059669; }
    .wp-line.done           { background: #10b981; }
    .wizard-body { padding: 32px 36px 28px; }
    .wiz-step { display: none; }
    .wiz-step.active { display: block; }

    .s1-layout { display: flex; gap: 16px; align-items: flex-start; }
    .s1-main { flex: 1; }
    .wiz-label { font-size: 0.8rem; font-weight: 700; color: #374151; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .4px; }
    .wiz-textarea {
      width: 100%; padding: 14px 16px; border: 2px solid #e5e7eb; border-radius: 12px;
      font-size: 0.95rem; font-family: inherit; color: #111827;
      resize: none; min-height: 110px; outline: none; transition: border-color .2s; line-height: 1.55;
    }
    .wiz-textarea:focus { border-color: #4f46e5; }
    .wiz-textarea::placeholder { color: #9ca3af; }
    .s1-side { display: flex; flex-direction: column; gap: 0; padding-top: 28px; }
    .btn-check {
      padding: 14px 22px; background: #4f46e5; color: #fff; text-align: center;
      border: none; border-radius: 10px; font-size: 1rem; font-weight: 800;
      cursor: pointer; white-space: nowrap; transition: background .15s;
      box-shadow: 0 4px 14px rgba(79,70,229,0.35);
    }
    .btn-check:hover { background: #4338ca; }
    .s1-hint { font-size: 0.75rem; color: #9ca3af; margin-top: 8px; text-align: center; line-height: 1.5; }

    .s2-layout { display: flex; gap: 24px; align-items: stretch; }
    .s2-left { width: 240px; flex-shrink: 0; display: flex; flex-direction: column; }
    .s2-right { flex: 1; display: flex; flex-direction: column; }
    .incident-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
    .inc-btn {
      padding: 11px 8px; border: 2px solid #e5e7eb; border-radius: 10px;
      background: #fff; cursor: pointer; font-size: 0.75rem; font-weight: 700; color: #374151;
      text-align: center; transition: all .15s; display: flex; flex-direction: column; align-items: center; gap: 6px;
    }
    .inc-btn:hover { border-color: #a5b4fc; background: #f5f3ff; }
    .inc-btn.selected { border-color: #4f46e5; background: #eef2ff; color: #4f46e5; }
    .wiz-textarea-sm {
      width: 100%; padding: 11px 13px; border: 2px solid #e5e7eb; border-radius: 10px;
      font-size: 0.88rem; font-family: inherit; color: #111827;
      resize: none; flex: 1; min-height: 0; outline: none; transition: border-color .2s; line-height: 1.5;
    }
    .wiz-textarea-sm:focus { border-color: #4f46e5; }
    .form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; margin-top: 10px; }
    .form-row { margin-bottom: 0; }
    .form-row label { display: block; font-size: 0.74rem; font-weight: 700; color: #6b7280; margin-bottom: 4px; text-transform: uppercase; letter-spacing: .3px; }
    .form-row input { width: 100%; padding: 9px 12px; border: 2px solid #e5e7eb; border-radius: 8px; font-size: 0.9rem; outline: none; color: #111827; transition: border-color .2s; }
    .form-row input:focus { border-color: #4f46e5; }

    /* ── ROUTE WIDGET (AirHelp style) ── */
    .wiz-route-row {
      border-top: 1px solid #f0f0f0;
      margin-top: 16px; padding-top: 16px;
    }
    .wiz-route { display: flex; align-items: flex-start; gap: 10px; }
    .wiz-airport-field { flex: 1; min-width: 0; }
    .wiz-airport-label {
      font-size: 0.68rem; font-weight: 800; color: #9ca3af;
      text-transform: uppercase; letter-spacing: .6px; margin-bottom: 6px;
    }
    .wiz-airport-wrap {
      position: relative;
      border: 2px solid #e5e7eb; border-radius: 11px;
      background: #fff; transition: border-color .2s;
      display: flex; align-items: center;
    }
    .wiz-airport-wrap:focus-within { border-color: #4f46e5; box-shadow: 0 0 0 3px rgba(79,70,229,.1); }
    .wiz-airport-wrap.has-value { border-color: #a5b4fc; background: #fafafe; }
    .wiz-airport-icon {
      flex-shrink: 0; width: 30px; display: flex; align-items: center; justify-content: center;
      color: #9ca3af; pointer-events: none;
    }
    .wiz-airport-wrap.has-value .wiz-airport-icon { color: #4f46e5; }
    .wiz-airport-input {
      flex: 1; padding: 10px 8px 10px 0; border: none; outline: none; background: transparent;
      font-size: 0.88rem; font-weight: 600; color: #111827; font-family: inherit;
      text-transform: uppercase; min-width: 0;
    }
    .wiz-airport-input::placeholder { color: #9ca3af; font-weight: 400; text-transform: none; }
    .wiz-airport-clear {
      flex-shrink: 0; width: 24px; height: 24px; margin-right: 4px;
      border: none; background: none; cursor: pointer;
      color: #9ca3af; font-size: 1rem; line-height: 1;
      display: none; align-items: center; justify-content: center;
      border-radius: 50%; transition: background .15s, color .15s;
    }
    .wiz-airport-clear:hover { background: #f3f4f6; color: #374151; }
    .wiz-airport-wrap.has-value .wiz-airport-clear { display: flex; }
    .wiz-airport-city {
      font-size: 0.74rem; color: #6b7280; font-weight: 500;
      margin-top: 4px; min-height: 16px; padding-left: 2px;
      white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    }

    .wiz-route-sep {
      flex-shrink: 0;
      /* label: ~13px rendered + 6px margin-bottom ≈ 19px; nudge slightly above input center */
      margin-top: 16px;
      width: 32px; height: 44px;
      display: flex; align-items: center; justify-content: center;
      color: #9ca3af;
    }

    /* ── FIELD VALIDATION ── */
    .field-err {
      font-size: 0.72rem; color: #dc2626; margin-top: 4px;
      line-height: 1.4; display: none;
    }

    /* ── IATA AUTOCOMPLETE DROPDOWN (landing variant) ── */
    .iata-dropdown {
      background: #fff;
      border: 1.5px solid #e5e7eb;
      border-radius: 12px;
      box-shadow: 0 12px 32px rgba(0,0,0,.16);
      overflow: hidden;
      max-height: 320px;
      overflow-y: auto;
    }
    .iata-dropdown-item {
      display: flex; align-items: center; gap: 10px;
      padding: 10px 14px; cursor: pointer;
      border-bottom: 1px solid #f3f4f6;
      font-size: 0.86rem; transition: background .1s;
    }
    .iata-dropdown-item:last-child { border-bottom: none; }
    .iata-dropdown-item:hover, .iata-dropdown-item.active { background: #f5f3ff; }
    .iata-code { font-weight: 800; font-size: 0.9rem; color: #4f46e5; min-width: 38px; letter-spacing: .5px; }
    .iata-label { flex: 1; color: #111827; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .iata-country { font-size: 0.75rem; color: #9ca3af; white-space: nowrap; }

    .s3-layout { display: flex; gap: 24px; align-items: stretch; }
    .s3-result { flex: 1; }
    .result-box { border-radius: 14px; padding: 24px 26px; height: 100%; }
    .result-eligible { background: linear-gradient(135deg, #f0fdf4, #dcfce7); border: 1.5px solid #86efac; }
    .result-unclear  { background: linear-gradient(135deg, #fffbeb, #fef9c3); border: 1.5px solid #fcd34d; }
    .result-tag { display: inline-block; font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; padding: 3px 10px; border-radius: 99px; margin-bottom: 10px; }
    .result-eligible .result-tag { background: #dcfce7; color: #15803d; }
    .result-unclear  .result-tag { background: #fef9c3; color: #a16207; }
    .result-amount { font-size: 3rem; font-weight: 900; color: #15803d; line-height: 1; letter-spacing: -2px; }
    .result-unclear .result-amount { color: #d97706; font-size: 2rem; letter-spacing: -1px; }
    .result-desc { font-size: 0.88rem; color: #374151; margin-top: 10px; line-height: 1.65; }
    .s3-cta { width: 210px; flex-shrink: 0; display: flex; flex-direction: column; }
    .cta-box {
      background: #f5f3ff; border: 1.5px solid #e0e7ff; border-radius: 14px; padding: 20px;
      flex: 1; display: flex; flex-direction: column; justify-content: space-between;
    }
    .cta-box p { font-size: 0.85rem; color: #374151; line-height: 1.65; margin-bottom: 14px; }
    .btn-cta { width: 100%; padding: 12px; background: #4f46e5; color: #fff; border: none; border-radius: 10px; font-size: 0.92rem; font-weight: 800; cursor: pointer; transition: background .15s; box-shadow: 0 4px 12px rgba(79,70,229,0.3); }
    .btn-cta:hover { background: #4338ca; }
    .cta-note { font-size: 0.73rem; color: #9ca3af; text-align: center; margin-top: 10px; line-height: 1.5; }

    .s4-layout { display: flex; gap: 28px; }
    .s4-form { flex: 1; }
    .s4-perks { width: 220px; flex-shrink: 0; }
    .auth-tabs { display: flex; gap: 4px; background: #f3f4f6; border-radius: 10px; padding: 4px; margin-bottom: 18px; }
    .auth-tab { flex: 1; text-align: center; padding: 8px; border-radius: 8px; cursor: pointer; font-size: 0.85rem; font-weight: 600; border: none; background: transparent; color: #6b7280; transition: all .2s; }
    .auth-tab.active { background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.1); color: #111827; }
    .wiz-alert { padding: 9px 13px; border-radius: 8px; font-size: 0.85rem; margin-bottom: 12px; display: none; background: #fef2f2; color: #991b1b; border: 1px solid #fca5a5; }
    .perks-box { background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 14px; padding: 20px; }
    .perks-box h4 { font-size: 0.88rem; font-weight: 800; margin-bottom: 14px; color: #111827; }
    .perk { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 12px; font-size: 0.83rem; color: #4b5563; line-height: 1.55; }
    .perk svg { flex-shrink: 0; margin-top: 2px; }
    .wiz-footer { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 20px; padding-top: 18px; border-top: 1px solid #f3f4f6; }
    .wiz-hint { display: flex; align-items: center; gap: 6px; font-size: 0.78rem; color: #9ca3af; line-height: 1.4; }
    .wiz-hint strong { color: #6b7280; font-weight: 600; }
    .btn-back { background: none; border: none; cursor: pointer; font-size: 0.87rem; color: #9ca3af; font-weight: 500; padding: 0; }
    .btn-back:hover { color: #374151; }
    .btn-next { padding: 11px 28px; background: #4f46e5; color: #fff; border: none; border-radius: 9px; font-size: 0.93rem; font-weight: 800; cursor: pointer; transition: background .15s; }
    .btn-next:hover { background: #4338ca; }
    .btn-next:disabled { background: #c7d2fe; cursor: default; }
    .btn-next-full { width: 100%; padding: 12px; background: #4f46e5; color: #fff; border: none; border-radius: 9px; font-size: 0.93rem; font-weight: 800; cursor: pointer; margin-top: 6px; transition: background .15s; }
    .btn-next-full:hover { background: #4338ca; }
    .wiz-consents { display: flex; flex-direction: column; gap: 8px; margin: 12px 0 4px; }
    .wiz-consent-row { display: flex; align-items: flex-start; gap: 8px; cursor: pointer; }
    .wiz-consent-row input[type="checkbox"] { margin-top: 3px; flex-shrink: 0; accent-color: #4f46e5; width: 14px; height: 14px; cursor: pointer; }
    .wiz-consent-row span { font-size: 0.78rem; color: #6b7280; line-height: 1.5; }
    .wiz-consent-row a { color: #4f46e5; text-decoration: underline; }

    /* ══════════════════════════════════════════
       BELOW-HERO
    ══════════════════════════════════════════ */

    /* Subtle dot pattern for dark sections */
    .dark-pattern {
      background-image: radial-gradient(rgba(255,255,255,0.035) 1px, transparent 1px);
      background-size: 24px 24px;
    }

    /* ── MARQUEE STRIP ── */
    .marquee-strip {
      background: #111; color: #fff;
      padding: 20px 0; overflow: hidden;
      border-top: 1px solid rgba(255,255,255,0.06);
    }
    .marquee-track {
      display: flex; gap: 0; white-space: nowrap;
      animation: marquee 36s linear infinite;
    }
    .marquee-track:hover { animation-play-state: paused; }
    .marquee-content {
      display: flex; align-items: center;
      flex-shrink: 0; min-width: max-content;
    }
    .marquee-item {
      font-size: 1rem; font-weight: 800;
      letter-spacing: 0.04em; text-transform: uppercase;
      padding: 0 2.2rem; color: rgba(255,255,255,0.55);
      transition: color .2s;
    }
    .marquee-track:hover .marquee-item { color: rgba(255,255,255,0.8); }
    .marquee-dot { color: #6366f1; font-size: 1.1rem; }
    @keyframes marquee {
      from { transform: translateX(0); }
      to   { transform: translateX(-50%); }
    }
    /* keep legacy class aliases harmless */
    .proof-strip, .proof-label, .airline-logos, .airline-logo, .proof-mobile-text { display: none; }

    /* STATS DARK */
    .stats-dark {
      background: #0d1117; padding: 88px 7%;
      background-image: radial-gradient(rgba(255,255,255,0.035) 1px, transparent 1px);
      background-size: 24px 24px;
      display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: center;
    }
    .stats-feature { padding-right: 72px; border-right: 1px solid #1e293b; }
    .stats-feature-eyebrow { font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #6366f1; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
    .stats-feature-eyebrow::before { content: ''; display: block; width: 24px; height: 2px; background: #6366f1; }
    .stats-feature-num { font-size: clamp(4.5rem, 7vw, 7rem); font-weight: 900; color: #fff; letter-spacing: -5px; line-height: 0.88; margin-bottom: 20px; }
    .stats-feature-desc { font-size: 1.05rem; color: #475569; line-height: 1.75; max-width: 340px; }
    .stats-feature-desc strong { color: #94a3b8; font-weight: 500; }
    .stats-list { padding-left: 72px; display: flex; flex-direction: column; }
    .stat-row { padding: 26px 0; border-bottom: 1px solid #1e293b; display: grid; grid-template-columns: 170px 1fr; align-items: center; }
    .stat-row:first-child { padding-top: 0; }
    .stat-row:last-child  { border-bottom: none; padding-bottom: 0; }
    .stat-row-num { font-size: 2.4rem; font-weight: 900; color: #818cf8; letter-spacing: -1.5px; line-height: 1; }
    .stat-row-lbl { font-size: 0.92rem; color: #475569; line-height: 1.55; }

    /* HOW IT WORKS */
    .hiw-section { padding: 120px 7%; background: #fff; }
    .section-header { margin-bottom: 60px; display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; }
    .sh-left { flex: 1; }
    .sh-right { flex-shrink: 0; text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
    .sh-num { font-size: 6rem; font-weight: 900; letter-spacing: -6px; line-height: 0.85; color: #c7d2fe; user-select: none; }
    .guar-section .sh-num { color: rgba(255,255,255,0.06); }
    .sh-note { font-size: 0.82rem; color: #9ca3af; line-height: 1.6; max-width: 210px; font-weight: 400; }
    .guar-section .sh-note { color: #334155; }
    .section-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; color: #4f46e5; text-transform: uppercase; margin-bottom: 14px; }
    .section-eyebrow::before { content: ''; display: block; width: 20px; height: 2px; background: #4f46e5; }
    .section-heading { font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 900; letter-spacing: -1.2px; color: #111827; line-height: 1.1; }
    .section-sub { font-size: 1.05rem; color: #6b7280; margin-top: 12px; line-height: 1.75; max-width: 440px; font-weight: 400; }
    .hiw-stepper { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
    .hiw-stepper::before { content: ''; position: absolute; top: 27px; left: calc(12.5% + 8px); right: calc(12.5% + 8px); height: 2px; background: #c7d2fe; z-index: 0; }
    .hiw-step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 20px; position: relative; }
    .hiw-step-num { width: 56px; height: 56px; border-radius: 50%; background: #fff; border: 2px solid #e5e7eb; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 800; color: #9ca3af; margin-bottom: 24px; position: relative; z-index: 1; flex-shrink: 0; }
    .hiw-step:nth-child(1) .hiw-step-num { background: #4f46e5; border-color: #4f46e5; color: #fff; box-shadow: 0 0 0 6px #eef2ff; }
    .hiw-step:nth-child(2) .hiw-step-num { background: #6366f1; border-color: #6366f1; color: #fff; box-shadow: 0 0 0 6px #eef2ff; }
    .hiw-step:nth-child(3) .hiw-step-num { background: #818cf8; border-color: #818cf8; color: #fff; box-shadow: 0 0 0 6px #eef2ff; }
    .hiw-step:nth-child(4) .hiw-step-num { background: #a5b4fc; border-color: #a5b4fc; color: #fff; box-shadow: 0 0 0 6px #eef2ff; }
    .hiw-step-icon-row { width: 44px; height: 44px; border-radius: 12px; background: #f5f3ff; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
    .hiw-step-title { font-size: 1rem; font-weight: 800; color: #111827; margin-bottom: 10px; letter-spacing: -0.3px; line-height: 1.3; }
    .hiw-step-desc  { font-size: 0.88rem; color: #6b7280; line-height: 1.75; }
    .hiw-step-content { display: flex; flex-direction: column; align-items: center; }

    /* ─── WHY US v2 — editorial numbered rows ─── */
    .why2-section {
      background: #0A0A0A;
      padding: 120px 7%;
    }
    .why2-inner { max-width: 1200px; }
    .why2-hd { margin-bottom: 72px; }
    .why2-eyebrow {
      display: block; font-size: 0.68rem; font-weight: 700;
      letter-spacing: 0.22em; text-transform: uppercase;
      color: rgba(255,255,255,0.3); margin-bottom: 1.5rem;
    }
    .why2-heading {
      font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 900;
      letter-spacing: -0.04em; line-height: 1.1; color: #fff;
    }
    .why2-rows { border-top: 1px solid rgba(255,255,255,0.08); }
    .why2-row {
      display: flex; align-items: flex-start; gap: 4vw;
      padding: 52px 0; border-bottom: 1px solid rgba(255,255,255,0.08);
      position: relative; overflow: hidden;
    }
    .why2-row::after {
      content: attr(data-num);
      position: absolute; top: -0.18em; right: -0.06em;
      font-size: clamp(6rem, 11vw, 9.5rem);
      font-weight: 900; letter-spacing: -0.06em; line-height: 1;
      color: rgba(255,255,255,0.05);
      pointer-events: none; user-select: none;
      display: none!important;
    }
    .why2-row-num {
      font-size: clamp(3.5rem, 5.5vw, 5.5rem); font-weight: 900;
      letter-spacing: -0.06em; line-height: 1;
      color: rgba(255,255,255,0.1);
      flex-shrink: 0; width: clamp(80px, 9vw, 120px);
      padding-top: 4px;
    }
    .why2-row-body { flex: 1; }
    .why2-row-tag {
      font-size: 0.68rem; font-weight: 700; letter-spacing: 0.22em;
      text-transform: uppercase; color: #818cf8; margin-bottom: 14px;
    }
    .why2-row-title {
      font-size: clamp(1.3rem, 2.2vw, 1.85rem); font-weight: 800;
      letter-spacing: -0.03em; line-height: 1.2; color: #fff;
      margin-bottom: 18px;
    }
    .why2-row-desc {
      font-size: 0.95rem; line-height: 1.85;
      color: rgba(255,255,255,0.4); max-width: 55ch;
    }
    @media (max-width: 820px) {
      .why2-section { padding: 60px 5%; }
      .why2-hd { margin-bottom: 48px; }
      .why2-heading { font-size: 1.8rem; }
      .why2-row { flex-direction: column; gap: 14px; padding: 36px 0; }
      .why2-row-num { font-size: 2.8rem; width: auto; }
      .why2-row-title { font-size: 1.15rem; }
      .why2-row-desc { font-size: 0.875rem; }
    }

    /* REGULATIONS */
    .reg-section { padding: 120px 7%; background: #fff; }
    .reg-section .section-header { margin-bottom: 52px; }
    .reg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .reg-card { border: 1px solid #e5e7eb; border-radius: 20px; padding: 32px 28px; background: #fff; display: flex; flex-direction: column; transition: box-shadow .2s, border-color .2s; }
    .reg-card:hover { border-color: #c7d2fe; box-shadow: 0 8px 32px rgba(79,70,229,0.08); }
    .reg-chip { display: inline-block; align-self: flex-start; background: #eef2ff; color: #4338ca; font-size: 0.75rem; font-weight: 700; padding: 4px 11px; border-radius: 6px; margin-bottom: 14px; }
    .reg-title { font-size: 1.1rem; font-weight: 800; color: #111827; letter-spacing: -0.3px; margin-bottom: 10px; line-height: 1.3; }
    .reg-desc  { font-size: 0.9rem; color: #6b7280; line-height: 1.7; flex: 1; margin-bottom: 20px; }
    .amounts { display: flex; flex-direction: column; gap: 0; border-top: 1px solid #f0f0f0; padding-top: 16px; }
    .amount-row { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; border-bottom: 1px solid #f3f4f6; }
    .amount-row:last-child { border-bottom: none; }
    .amount-val  { font-size: 1.05rem; font-weight: 800; color: #3730a3; letter-spacing: -0.5px; }
    .amount-dist { font-size: 0.82rem; color: #9ca3af; font-weight: 500; }

    /* FAQ */
    .faq-section { background: #f8fafc; padding: 120px 7%; }
    .faq-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0 80px; margin-top: 52px; }
    .faq-item { border-bottom: 1px solid #e5e7eb; }
    .faq-q { width: 100%; text-align: left; padding: 20px 0; background: none; border: none; cursor: pointer; font-size: 1.05rem; font-weight: 700; color: #111827; display: flex; justify-content: space-between; align-items: center; gap: 12px; line-height: 1.4; letter-spacing: -0.2px; }
    .faq-q::after { content: '+'; font-size: 1.3rem; color: #4f46e5; flex-shrink: 0; font-weight: 300; }
    .faq-q.open::after { content: '−'; }
    .faq-a { display: none; padding: 0 0 20px; font-size: 0.95rem; color: #6b7280; line-height: 1.8; }
    .faq-a.open { display: block; }

    /* CTA */
    .cta-section {
      background: #111; border-radius: 20px;
      padding: 80px 5%;
      margin: 0 5% 80px;
      display: flex; justify-content: space-between;
      align-items: center; gap: 40px;
    }
    .cta-headline {
      font-size: clamp(1.8rem, 3vw, 2.8rem);
      font-weight: 800; letter-spacing: -0.03em;
      color: #fff; line-height: 1.1;
    }
    .cta-sub { color: #9CA3AF; font-size: 1rem; margin-top: 12px; }
    .btn-cta-main {
      display: inline-flex; align-items: center; gap: 10px;
      background: #fff; color: #111;
      font-weight: 700; font-size: 0.95rem;
      padding: 14px 28px; border-radius: 100px;
      text-decoration: none; white-space: nowrap; flex-shrink: 0;
      border: none; transition: all 0.2s cubic-bezier(0.16,1,0.3,1);
    }
    .btn-cta-main:hover { background: #F3F4F6; transform: scale(0.99); }

    /* FOOTER */
    footer { background: #0d1117; color: #475569; padding: 56px 7%; font-size: 0.85rem; }
    .footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 36px; border-bottom: 1px solid #1e293b; }
    .footer-brand .logo { color: #f1f5f9; font-size: 1.2rem; }
    .footer-brand p { margin-top: 14px; font-size: 0.85rem; color: #334155; max-width: 220px; line-height: 1.7; }
    .footer-col h5 { font-size: 0.73rem; font-weight: 700; color: #334155; text-transform: uppercase; letter-spacing: 1.4px; margin-bottom: 16px; }
    .footer-col a { display: block; text-decoration: none; color: #475569; font-size: 0.87rem; margin-bottom: 11px; transition: color .15s; }
    .footer-col a:hover { color: #e2e8f0; }
    .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; padding-top: 28px; font-size: 0.78rem; color: #334155; }

    /* ── ANIMATIONS ── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(22px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeIn {
      from { opacity: 0; }
      to   { opacity: 1; }
    }

    /* Hero entrance — sequential on load */
    .hero-content .tp-badge    { animation: fadeUp 0.6s 0.08s cubic-bezier(0.16,1,0.3,1) both; }
    .hero-content h1           { animation: fadeUp 0.65s 0.2s  cubic-bezier(0.16,1,0.3,1) both; }
    .hero-content .hero-sub    { animation: fadeUp 0.65s 0.32s cubic-bezier(0.16,1,0.3,1) both; }
    .hero-content .hero-meta   { animation: fadeUp 0.65s 0.42s cubic-bezier(0.16,1,0.3,1) both; }
    .hero-content .hero-stat-row { animation: fadeUp 0.65s 0.52s cubic-bezier(0.16,1,0.3,1) both; }
    .hero-wizard               { animation: fadeIn 0.9s 0.15s  ease both; }

    /* Scroll reveal — base classes added by JS */
    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 0.65s cubic-bezier(0.16,1,0.3,1),
                  transform 0.65s cubic-bezier(0.16,1,0.3,1);
    }
    .reveal.in { opacity: 1; transform: translateY(0); }

    .reveal-x {
      opacity: 0;
      transform: translateX(-28px);
      transition: opacity 0.65s cubic-bezier(0.16,1,0.3,1),
                  transform 0.65s cubic-bezier(0.16,1,0.3,1);
    }
    .reveal-x.in { opacity: 1; transform: translateX(0); }


    /* RESPONSIVE */
    @media (max-width: 960px) {
      .stats-dark { grid-template-columns: 1fr; gap: 52px; }
      .stats-feature { padding-right: 0; border-right: none; border-bottom: 1px solid #1e293b; padding-bottom: 52px; }
      .stats-list { padding-left: 0; }
      .reg-grid { grid-template-columns: 1fr; }
      .cta-section { flex-direction: column; text-align: center; margin: 0 4% 60px; }
      .footer-top { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 820px) {
      /* Mobile: island pill — fixed width relative to screen, centered */
      nav {
        top: 12px;
        left: 16px; right: 16px;
        transform: none;
        width: auto; min-width: 0;
        padding: 0 10px 0 18px;
        height: 50px; border-radius: 100px;
        border-bottom: none;
      }
      .wiz-hint { font-size: 0.63rem !important; }
      .s1-layout, .s2-layout, .s3-layout, .s4-layout { flex-direction: column; align-items: stretch; }
      .s1-side { padding-top: 0; }
      .s1-main .wiz-textarea { min-height: 130px; }
      .btn-check { width: 100%; }
      .s2-left, .s3-cta, .s4-perks { width: 100%; }
      .wiz-textarea-sm { min-height: 90px; flex: none; }
      .wiz-route { gap: 6px; }
      .wiz-route-sep { display: none; }
      .wiz-airport-city { min-height: 0; }
      .sh-right { display: none; }
      /* Hero = exactly one screen: fixed height, overflow clipped */
      .hero {
        display: flex;
        flex-direction: column;
        height: 100svh;
        overflow: hidden;
        width: 100%;
      }
      .hero-text {
        flex: 0 0 54svh;
        padding: 74px 7% 32px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
      }
      .hero-bg-amount { font-size: clamp(10rem, 56vw, 18rem); right: -10%; bottom: -2%; }
      .hero h1 { font-size: clamp(2rem, 7.5vw, 2.5rem); margin-bottom: 14px; }
      .hero h1 br { display: block; }
      .hero-sub { font-size: 0.88rem; margin-bottom: 0; line-height: 1.6; }
      /* Remove stats from hero on mobile */
      .hero-stat-row { display: none; }
      .hero-meta { display: none; }
      .tp-badge { margin-bottom: 14px; font-size: 0.77rem; }
      /* Wizard slides up over dark panel */
      .hero-flight-card { display: none; }
      .hero-wizard {
        flex: 1;
        position: relative;
        z-index: 2;
        margin-top: -36px;
        background: #F8F8F7;
        border-radius: 24px 24px 0 0;
        box-shadow: 0 -12px 48px rgba(0,0,0,0.18);
        padding: 28px 5% 24px;
        gap: 10px;
        width: 100%; box-sizing: border-box;
        overflow: hidden;
      }
      .hero-wizard-label { display: none; }
      .hero-trust { font-size: 0.78rem; }
      .wizard-card { width: 100%; max-width: 100%; box-sizing: border-box; }
      .hero-marquee { position: relative; z-index: 2; flex-shrink: 0; }
      .wizard-body { padding: 16px 16px 14px; }
      .wiz-footer { margin-top: 14px; padding-top: 12px; }
      .nav-burger { display: none !important; }
      .nav-inner { gap: 12px; }
      .nav-links { display: flex !important; gap: 12px; }
      .nav-links a { font-size: 0.8rem; white-space: nowrap; }
      .nav-right { gap: 8px; }
      /* Compact sign-in button on mobile */
      .nav-signin { padding: 5px 6px 5px 12px; font-size: 0.78rem; gap: 6px; }
      .nav-signin-arrow { width: 20px; height: 20px; flex-shrink: 0; }
      .nav-signin-arrow svg { width: 11px !important; height: 11px !important; }
      .hiw-section { padding: 52px 6%; }
      .hiw-stepper { grid-template-columns: 1fr; gap: 0; }
      .hiw-stepper::before { display: none; }
      .hiw-step { flex-direction: row; text-align: left; align-items: flex-start; gap: 12px; padding: 0 0 24px 0; position: relative; }
      .hiw-step::after { content: ''; position: absolute; left: 18px; top: 40px; bottom: 0; width: 2px; background: #e5e7eb; }
      .hiw-step:last-child::after { display: none; }
      .hiw-step:last-child { padding-bottom: 0; }
      .hiw-step-num { margin-bottom: 0; flex-shrink: 0; width: 38px; height: 38px; font-size: 0.82rem; box-shadow: 0 0 0 4px #eef2ff; }
      .hiw-step-content { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding-top: 2px; }
      .hiw-step-icon-row { width: 32px; height: 32px; border-radius: 9px; margin-bottom: 0; }
      .hiw-step-icon-row i, .hiw-step-icon-row svg { width: 15px !important; height: 15px !important; }
      .hiw-step-title { font-size: 0.88rem; margin-bottom: 0; }
      .hiw-step-desc { font-size: 0.78rem; line-height: 1.6; }
      .faq-cols { grid-template-columns: 1fr; gap: 0; }
      .footer-top { grid-template-columns: 1fr; }
      .marquee-strip { padding: 14px 0; }
      .marquee-item { font-size: 0.85rem; padding: 0 1.4rem; }
    }
    /* Very small phones only (≤340px): hide nav links to keep island compact */
    @media (max-width: 340px) {
      .nav-links { display: none !important; }
    }
    @media (max-width: 500px) {
      .wiz-hint { font-size: 0.63rem !important; }
      .wizard-progress-bar { padding: 20px 14px 10px; }
      .wp-lbl { display: none; }
      .wp-num { width: 22px; height: 22px; font-size: 0.65rem; }
      .wp-line { position: relative; margin: 0 4px; }
      .wp-line[data-label]::before {
        content: attr(data-label);
        position: absolute;
        bottom: calc(100% + 5px);
        left: 50%; transform: translateX(-50%);
        font-size: 0.6rem; font-weight: 600;
        color: #9ca3af; white-space: nowrap;
        transition: color .3s;
      }
      .wp-line.done[data-label]::before { color: #059669; }
    }
