/* ── FONTS ──
   Handel Gothic is served via Adobe Fonts (Creative Cloud).
   Replace YOUR_KIT_ID below with your kit code from fonts.adobe.com → Web Projects.
   The @font-face block here provides a system-font fallback until the kit loads.
*/
@font-face {
  font-family: 'Handel Gothic';
  src: local('Handel Gothic'), local('HandelGothic BT'), local('Handel Gothic ITC');
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --dark:      #faf8f4;
    --dark2:     #f0ebe0;
    --light:     #ffffff;
    --light2:    #f7f6f2;
    --light3:    #eeecea;
    --gold:      #03b5f1;
    --gold2:     #38c8f5;
    --gold-pale: #e8f8fe;
    --blue:      #03b5f1;
    --text-dark: #111827;
    --text-mid:  #4b5563;
    --text-lite: #9ca3af;
    --text-inv:  #1a1a2e;
    --text-inv2: #5a6470;
    --border-d:  rgba(0,0,0,0.10);
    --border-l:  rgba(0,0,0,0.09);
    --border-l2: rgba(0,0,0,0.15);
    --shadow:    0 4px 24px rgba(0,0,0,0.07);
    --shadow-lg: 0 12px 48px rgba(0,0,0,0.12);
  }

  html { scroll-behavior: smooth; }
  body { font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', system-ui, sans-serif; font-size: 16px; line-height: 1.7; color: var(--text-dark); overflow-x: hidden; }
  h1,h2,h3,h4 { font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; line-height: 1.2; letter-spacing: .01em; }
  a { text-decoration: none; }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 200;
    display: flex; align-items: center; justify-content: space-between;
    padding: 1rem 5%;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }
  nav img { height: 36px; }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a { color: #5a6470; font-size: 13px; letter-spacing:.06em; transition: color .2s; }
  .nav-links a:hover { color: #1a1a2e; }
  .btn-nav {
    background: var(--gold); color: #fff;
    padding: .5rem 1.4rem; border-radius: 40px;
    font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-size: 13px; font-weight: 700;
    letter-spacing: .03em; transition: all .2s;
  }
  .btn-nav:hover { background: var(--gold2); transform: scale(1.03); }

  /* ── HERO (dark) ── */
  .hero {
    background: var(--dark);
    min-height: 100vh;
    display: flex; align-items: center; justify-content: center;
    text-align: center;
    padding: 8rem 5% 5rem;
    position: relative; overflow: hidden;
  }
  .hero-glow {
    position: absolute; border-radius: 50%; filter: blur(100px);
    pointer-events: none;
  }
  .glow1 { width:700px; height:400px; top:-80px; left:50%; transform:translateX(-50%);
    background: rgba(3,181,241,0.18); animation: gFloat 9s ease-in-out infinite alternate; }
  .glow2 { width:400px; height:400px; bottom:-100px; left:5%;
    background: rgba(59,130,246,0.10); animation: gFloat2 11s ease-in-out infinite alternate; }
  .glow3 { width:300px; height:300px; top:20%; right:5%;
    background: rgba(3,181,241,0.14); animation: gFloat3 7s ease-in-out infinite alternate; }
  @keyframes gFloat  { from{transform:translateX(-50%) translateY(0)}  to{transform:translateX(-50%) translateY(-28px)} }
  @keyframes gFloat2 { from{transform:translateY(0)} to{transform:translateY(-20px)} }
  @keyframes gFloat3 { from{transform:translateY(0)} to{transform:translateY(22px)} }

  .hero-inner { position: relative; z-index: 1; max-width: 800px; }
  .hero-badge {
    display: inline-flex; align-items: center; gap: .5rem;
    background: rgba(3,181,241,0.12); border: 1px solid rgba(3,181,241,0.30);
    color: var(--gold2); font-size: 11px; font-weight: 500; letter-spacing:.08em;
    text-transform: uppercase; padding: .35rem 1rem; border-radius: 40px; margin-bottom: 1.8rem;
  }
  .badge-dot { width:6px; height:6px; border-radius:50%; background:var(--gold); animation: bpulse 2s infinite; }
  @keyframes bpulse { 0%,100%{opacity:1} 50%{opacity:.3} }

  .hero h1 {
    font-size: clamp(2.8rem, 6.5vw, 5.2rem);
    font-weight: 800; letter-spacing: -.025em; margin-bottom: 1.4rem;
    color: #111827;
  }
  .hero h1 em { font-style: normal; color: var(--gold2); }
  .hero-sub { font-size: clamp(.95rem, 2vw, 1.15rem); color: #5a6470; max-width: 560px; margin: 0 auto 2.5rem; }
  .hero-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 3rem; }

  .btn-primary {
    background: var(--gold); color: #fff;
    padding: .9rem 2rem; border-radius: 40px;
    font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-size: 15px; font-weight: 700;
    transition: all .2s; display: inline-block;
  }
  .btn-primary:hover { background: var(--gold2); transform: translateY(-2px); box-shadow: 0 10px 32px rgba(3,181,241,0.3); }
  .btn-outline-inv {
    background: transparent; color: #111827;
    border: 1px solid rgba(0,0,0,0.2);
    padding: .9rem 2rem; border-radius: 40px;
    font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-size: 15px; font-weight: 600;
    transition: all .2s; display: inline-block;
  }
  .btn-outline-inv:hover { background: rgba(0,0,0,0.04); transform: translateY(-2px); }
  .btn-outline-light {
    background: transparent; color: var(--text-dark);
    border: 1.5px solid var(--border-l2);
    padding: .9rem 2rem; border-radius: 40px;
    font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-size: 15px; font-weight: 600;
    transition: all .2s; display: inline-block;
  }
  .btn-outline-light:hover { background: rgba(0,0,0,0.04); transform: translateY(-2px); border-color: var(--gold); color: var(--gold); }

  .hero-stats { display: flex; gap: 3rem; justify-content: center; flex-wrap: wrap; }
  .stat { color: #5a6470; font-size: 13px; text-align: center; }
  .stat strong { display: block; font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-size: 1.6rem; font-weight: 800; color: #111827; margin-bottom: .1rem; }

  /* ── SECTION BASE ── */
  section { padding: 5.5rem 5%; }
  .container { max-width: 1100px; margin: 0 auto; }
  .section-label {
    font-size: 11px; font-weight: 500; letter-spacing: .15em;
    text-transform: uppercase; color: var(--gold);
    margin-bottom: .8rem;
  }
  .section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.7rem);
    font-weight: 800; margin-bottom: .9rem; letter-spacing: -.02em;
    color: var(--text-dark);
  }
  .section-sub { color: var(--text-mid); max-width: 520px; line-height: 1.75; }

  /* ── PIVOT (light) ── */
  .pivot { background: var(--light); border-bottom: 1px solid var(--border-l); }
  .pivot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
  .pivot-tag {
    display: inline-block;
    background: #e8f8fe; border: 1px solid #9ae7fb;
    color: var(--blue); font-size: 11px; letter-spacing:.1em; text-transform: uppercase;
    padding: .3rem .9rem; border-radius: 4px; margin-bottom: 1.2rem;
  }
  .pivot-grid h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 800; margin-bottom: 1rem; letter-spacing:-.02em; }
  .pivot-grid p { color: var(--text-mid); line-height: 1.8; margin-bottom: .9rem; }
  .patent-list { margin-top: 1.5rem; display: flex; flex-direction: column; gap: .4rem; }
  .patent-item { font-size: 12px; color: var(--text-lite); display: flex; align-items: center; gap: .6rem; }
  .patent-item::before { content:''; width:18px; height:1px; background: var(--gold); flex-shrink:0; }

  .pivot-visual {
    background: var(--light2); border: 1px solid var(--border-l);
    border-radius: 20px; padding: 2.5rem;
    display: flex; flex-direction: column; gap: 1.2rem;
    box-shadow: var(--shadow);
  }
  .pivot-step { display: flex; align-items: flex-start; gap: 1rem; }
  .step-num {
    width: 34px; height: 34px; border-radius: 50%;
    background: var(--gold-pale); border: 1.5px solid var(--gold);
    color: var(--gold); font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-size: 13px; font-weight: 700;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  }
  .step-text strong { display: block; font-size: 14px; font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; margin-bottom: .2rem; color: var(--text-dark); }
  .step-text span { font-size: 13px; color: var(--text-mid); }
  .step-divider { width:1px; height:18px; background: var(--border-l2); margin-left:16px; }

  /* ── FEATURES (light2) ── */
  .features { background: var(--light2); border-top: 1px solid var(--border-l); border-bottom: 1px solid var(--border-l); }
  .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 3rem; }
  .feature-card {
    background: var(--light); border: 1px solid var(--border-l);
    border-radius: 16px; padding: 1.75rem;
    transition: all .25s; box-shadow: var(--shadow);
  }
  .feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(3,181,241,0.3); }
  .feature-icon {
    width: 46px; height: 46px; border-radius: 12px;
    background: var(--gold-pale); display: flex; align-items: center; justify-content: center;
    font-size: 20px; margin-bottom: 1.1rem;
  }
  .feature-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: .5rem; color: var(--text-dark); }
  .feature-card p { font-size: 14px; color: var(--text-mid); line-height: 1.7; }

  /* ── HOW IT WORKS (light) ── */
  .how { background: var(--light); }
  .how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; margin-top: 3rem; position: relative; }
  .how-steps::before {
    content:''; position: absolute;
    top: 27px; left: calc(16.66% + 1rem); right: calc(16.66% + 1rem);
    height: 1px; background: linear-gradient(90deg, var(--gold), rgba(3,181,241,0.15));
  }
  .how-step { text-align: center; }
  .step-circle {
    width: 54px; height: 54px; border-radius: 50%;
    background: var(--gold-pale); border: 2px solid var(--gold);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-size: 17px; font-weight: 800; color: var(--gold);
    margin: 0 auto 1.4rem; position: relative; z-index: 1; background: #fff;
  }
  .how-step h3 { font-size: 1rem; font-weight: 700; margin-bottom: .5rem; color: var(--text-dark); }
  .how-step p { font-size: 14px; color: var(--text-mid); line-height: 1.7; }

  /* ── COMPARE (light2) ── */
  .compare { background: var(--light2); border-top: 1px solid var(--border-l); border-bottom: 1px solid var(--border-l); }
  .compare-table-wrap { margin-top: 2.5rem; overflow-x: auto; border-radius: 16px; border: 1px solid var(--border-l); box-shadow: var(--shadow); }
  table.comp { width: 100%; border-collapse: collapse; font-size: 14px; background: var(--light); }
  .comp th {
    padding: 1rem 1.5rem; text-align: center;
    font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-weight: 700; font-size: 13px;
    background: var(--light2); border-bottom: 1px solid var(--border-l);
    color: var(--text-dark);
  }
  .comp th:first-child { text-align: left; }
  .comp th.shimmer-col { background: var(--gold-pale); color: var(--gold); border-bottom: 2px solid var(--gold); }
  .comp td {
    padding: .85rem 1.5rem; text-align: center;
    border-bottom: 1px solid var(--border-l); color: var(--text-mid);
  }
  .comp td:first-child { text-align: left; color: var(--text-dark); font-weight: 500; }
  .comp td.shimmer-col { background: rgba(3,181,241,0.03); color: var(--text-dark); font-weight: 500; }
  .comp tr:last-child td { border-bottom: none; }
  .check { color: #16a34a; font-size: 15px; }
  .cross { color: #dc2626; font-size: 15px; }
  .partial { color: var(--gold); font-size: 13px; }

  /* ── ORDER / CHECKOUT (dark) ── */
  .order-section { background: var(--dark2); color: var(--text-dark); }
  .order-section .section-title { color: var(--text-dark); }
  .order-section .section-sub { color: var(--text-mid); }

  .order-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 3rem; align-items: start; }

  /* Product selector */
  .product-selector { display: flex; flex-direction: column; gap: 1rem; }
  .product-option {
    background: rgba(255,255,255,0.6); border: 1.5px solid rgba(0,0,0,0.12);
    border-radius: 14px; padding: 1.25rem 1.5rem;
    cursor: pointer; transition: all .2s;
    display: flex; align-items: center; gap: 1rem;
  }
  .product-option:hover { border-color: rgba(3,181,241,0.5); }
  .product-option.active { border-color: var(--gold); background: rgba(3,181,241,0.14); }
  .product-option input[type=radio] { accent-color: var(--gold); width:18px; height:18px; flex-shrink:0; cursor:pointer; }
  .prod-info { flex: 1; }
  .prod-info strong { display: block; font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: .2rem; }
  .prod-info span { font-size: 13px; color: var(--text-mid); }
  .prod-badge {
    font-size: 10px; font-weight: 700; letter-spacing:.08em; text-transform: uppercase;
    background: var(--gold); color: #fff; padding: .2rem .7rem; border-radius: 20px;
  }
  .prod-price { font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-size: 1.3rem; font-weight: 800; color: var(--gold2); flex-shrink:0; }

  /* Checkout card */
  .checkout-card {
    background: rgba(255,255,255,0.6); border: 1px solid rgba(0,0,0,0.10);
    border-radius: 20px; padding: 2rem; position: sticky; top: 100px;
  }
  .checkout-card h3 { font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 1.5rem; }
  .order-line { display: flex; justify-content: space-between; align-items: center; padding: .6rem 0; border-bottom: 1px solid rgba(0,0,0,0.07); font-size: 14px; }
  .order-line:last-of-type { border-bottom: none; }
  .order-line span:first-child { color: var(--text-mid); }
  .order-line span:last-child { color: var(--text-dark); font-weight: 500; }
  .order-total { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0 1.25rem; border-top: 1px solid rgba(0,0,0,0.12); margin-top: .5rem; }
  .order-total span:first-child { font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-weight: 700; color: var(--text-dark); }
  .order-total span:last-child { font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-size: 1.4rem; font-weight: 800; color: var(--gold2); }

  .btn-checkout {
    width: 100%; padding: 1rem; border-radius: 40px;
    background: var(--gold); color: #fff; border: none; cursor: pointer;
    font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-size: 16px; font-weight: 700;
    transition: all .2s; display: flex; align-items: center; justify-content: center; gap: .6rem;
  }
  .btn-checkout:hover { background: var(--gold2); transform: translateY(-2px); box-shadow: 0 10px 32px rgba(3,181,241,0.3); }
  .btn-checkout:disabled { opacity: .6; cursor: not-allowed; transform: none; }

  .secure-note { text-align: center; font-size: 12px; color: var(--text-mid); margin-top: .9rem; display: flex; align-items: center; justify-content: center; gap: .4rem; }
  .payment-icons { display: flex; gap: .5rem; justify-content: center; margin-top: .7rem; flex-wrap: wrap; }
  .pay-icon {
    background: rgba(255,255,255,0.7); border: 1px solid rgba(0,0,0,0.10);
    border-radius: 6px; padding: .3rem .7rem; font-size: 11px; font-weight: 600; color: var(--text-mid);
  }

  /* ── SUBSCRIPTION ── */
  .subscription { background: var(--light2); border-top: 1px solid var(--border-l); }

  /* Platform picker */
  .sub-platform-picker {
    display: flex; gap: .5rem; flex-wrap: wrap;
    background: var(--light3); border: 1px solid var(--border-l);
    border-radius: 40px; padding: .35rem;
    margin: 0 auto 2.5rem; width: fit-content;
  }
  .plt-btn {
    display: flex; align-items: center; gap: .45rem;
    padding: .45rem 1.1rem; border-radius: 40px; border: none;
    font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-size: 13px; font-weight: 500;
    color: var(--text-mid); background: transparent;
    cursor: pointer; transition: all .2s; white-space: nowrap;
  }
  .plt-btn:hover { color: var(--text-dark); }
  .plt-btn.active {
    background: #fff; color: var(--text-dark); font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  }
  .plt-btn svg { width: 15px; height: 15px; flex-shrink: 0; }

  /* Plan cards */
  .sub-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; max-width: 780px; margin: 0 auto; }
  .sub-card {
    border: 1.5px solid var(--border-l); border-radius: 24px; padding: 2rem;
    background: var(--light); box-shadow: var(--shadow);
    display: flex; flex-direction: column; transition: all .25s; position: relative;
  }
  .sub-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
  .sub-card.featured { border-color: var(--gold); }
  .sub-best-badge {
    position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
    background: var(--gold); color: #fff;
    font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-size: 10px; font-weight: 800;
    letter-spacing: .08em; text-transform: uppercase;
    padding: .25rem 1rem; border-radius: 0 0 10px 10px;
  }
  .sub-card h3 { font-size: 1.15rem; font-weight: 800; margin-bottom: .25rem; font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; }
  .sub-tagline { font-size: 13px; color: var(--text-mid); margin-bottom: 1.25rem; }
  .sub-price { margin-bottom: 1.5rem; line-height: 1; }
  .sub-price .amount { font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-size: 2.6rem; font-weight: 800; color: var(--text-dark); }
  .sub-price .period { font-size: 14px; color: var(--text-mid); }
  .sub-price .save { display: inline-block; background: #dcfce7; color: #166534; font-size: 11px; font-weight: 700; padding: .2rem .65rem; border-radius: 20px; margin-left: .5rem; vertical-align: middle; }
  .sub-features { list-style: none; flex: 1; margin-bottom: 1.75rem; display: flex; flex-direction: column; gap: .1rem; }
  .sub-features li { font-size: 13px; color: var(--text-mid); padding: .45rem 0; border-bottom: 1px solid var(--border-l); display: flex; align-items: center; gap: .6rem; }
  .sub-features li:last-child { border-bottom: none; }
  .sub-features li span.ck { color: #16a34a; font-size: 15px; }

  .btn-sub {
    display: block; text-align: center; padding: .9rem; border-radius: 40px;
    font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-size: 14px; font-weight: 700;
    transition: all .2s; cursor: pointer; border: none;
  }
  .btn-sub-outline {
    background: transparent; border: 1.5px solid var(--border-l2); color: var(--text-dark);
  }
  .btn-sub-outline:hover { border-color: var(--gold); color: var(--gold); }
  .btn-sub-gold { background: var(--gold); color: #fff; }
  .btn-sub-gold:hover { background: var(--gold2); box-shadow: 0 6px 20px rgba(3,181,241,0.3); }

  .sub-note {
    font-size: 11.5px; color: var(--text-lite); margin-top: .75rem;
    text-align: center; line-height: 1.5;
  }

  /* ── TEAM (light2) ── */
  .team { background: var(--light2); border-top: 1px solid var(--border-l); }
  .team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 3rem; }
  .team-card {
    background: var(--light); border: 1px solid var(--border-l);
    border-radius: 16px; padding: 2rem;
    display: flex; gap: 1.5rem; align-items: flex-start;
    box-shadow: var(--shadow);
  }
  .team-avatar {
    width: 60px; height: 60px; border-radius: 50%;
    background: var(--gold-pale); border: 2px solid var(--gold);
    flex-shrink: 0; display: flex; align-items: center; justify-content: center;
    font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-size: 18px; font-weight: 800; color: var(--gold);
  }
  .team-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: .1rem; }
  .team-card .role { font-size: 12px; color: var(--gold); letter-spacing:.04em; margin-bottom: .6rem; }
  .team-card p { font-size: 13px; color: var(--text-mid); line-height: 1.7; }

  /* ── CTA (dark) ── */
  .cta-section {
    background: #fff; color: var(--text-dark);
    text-align: center; padding: 6rem 5%;
    position: relative; overflow: hidden;
  }
  .cta-section::before {
    content:''; position:absolute; inset:0;
    background: radial-gradient(ellipse 70% 70% at 50% 50%, rgba(3,181,241,0.10) 0%, transparent 70%);
  }
  .cta-section .container { position: relative; z-index: 1; }
  .cta-section h2 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; color: var(--text-dark); margin-bottom: .9rem; letter-spacing:-.02em; }
  .cta-section p { color: var(--text-mid); margin-bottom: 2.5rem; }
  .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

  /* ── FOOTER ── */
  footer {
    background: #fff; border-top: 1px solid rgba(0,0,0,0.08);
    padding: 2.5rem 5%;
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
  }
  footer img { height: 28px; opacity: .9; }
  .footer-patents { font-size: 11px; color: var(--text-lite); line-height: 2; }
  .footer-right { font-size: 12px; color: var(--text-lite); }

  /* ── HAMBURGER ── */
  .hamburger {
    display: none; flex-direction: column; justify-content: center; gap: 5px;
    background: none; border: none; cursor: pointer; padding: .4rem; z-index: 300;
  }
  .hamburger span {
    display: block; width: 24px; height: 2px;
    background: var(--text-dark); border-radius: 2px;
    transition: transform .3s, opacity .3s;
  }
  .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .hamburger.open span:nth-child(2) { opacity: 0; }
  .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* Mobile drawer */
  .mobile-nav {
    display: none;
    position: fixed; inset: 0; top: 65px; z-index: 190;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 2rem 8%;
    gap: 0;
    border-top: 1px solid rgba(0,0,0,0.07);
    transform: translateY(-10px);
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
    pointer-events: none;
  }
  .mobile-nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
  .mobile-nav a {
    display: block; padding: 1rem 0;
    font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-size: 1.25rem; font-weight: 700;
    color: var(--text-dark);
    border-bottom: 1px solid rgba(0,0,0,0.07);
    transition: color .2s;
  }
  .mobile-nav a:hover { color: var(--gold); }
  .mobile-nav .btn-nav-mobile {
    display: block; margin-top: 1.5rem;
    background: var(--gold); color: #fff;
    text-align: center; padding: .9rem;
    border-radius: 40px;
    font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-size: 15px; font-weight: 700;
  }

  /* ── TABLET (≤ 960px) ── */
  @media (max-width: 960px) {
    section { padding: 4rem 5%; }

    .pivot-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .pivot-visual { order: -1; }

    .features-grid { grid-template-columns: repeat(2, 1fr); }

    .order-grid { grid-template-columns: 1fr; gap: 2rem; }
    .checkout-card { position: static; }

    .sub-grid { grid-template-columns: 1fr; max-width: 420px; }

    .team-grid { grid-template-columns: 1fr; }
  }

  /* ── MOBILE (≤ 640px) ── */
  @media (max-width: 640px) {
    /* Nav */
    .nav-links, .btn-nav { display: none; }
    .hamburger { display: flex; }

    /* Global spacing */
    section { padding: 3.5rem 4%; }
    .hero { padding: 7rem 4% 4rem; min-height: auto; }
    .cta-section { padding: 4rem 4%; }

    /* Hero */
    .hero-stats { gap: 1.5rem; }
    .hero-ctas { flex-direction: column; align-items: center; }
    .hero-ctas a { width: 100%; max-width: 320px; text-align: center; }

    /* Grids → single column */
    .features-grid { grid-template-columns: 1fr; gap: 1rem; }
    .how-steps { grid-template-columns: 1fr; gap: 2rem; }
    .how-steps::before { display: none; }
    .team-grid { grid-template-columns: 1fr; }

    /* Team cards: stack avatar above text on very small screens */
    .team-card { flex-direction: column; }
    .team-avatar { width: 52px; height: 52px; font-size: 15px; }

    /* Compare table: scrollable with hint */
    .compare-table-wrap {
      border-radius: 12px;
      -webkit-overflow-scrolling: touch;
    }
    .compare-table-wrap::after {
      content: '← scroll →';
      display: block;
      text-align: center;
      font-size: 11px;
      color: var(--text-lite);
      padding: .5rem;
      background: var(--light2);
    }
    table.comp { min-width: 520px; font-size: 13px; }
    .comp th, .comp td { padding: .7rem 1rem; }

    /* Order section */
    .product-option { padding: 1rem; gap: .75rem; }
    .prod-price { font-size: 1.1rem; }
    .checkout-card { padding: 1.5rem; }

    /* Subscription cards */
    .sub-grid { max-width: 100%; }
    .sub-platform-picker { width: 100%; justify-content: center; }

    /* CTA buttons */
    .cta-btns { flex-direction: column; align-items: center; }
    .cta-btns a { width: 100%; max-width: 320px; text-align: center; }

    /* Footer */
    footer { flex-direction: column; text-align: center; gap: .75rem; padding: 2rem 4%; }
    .footer-patents { font-size: 10px; line-height: 1.9; }
  }

  /* ── VERY SMALL (≤ 380px) ── */
  @media (max-width: 380px) {
    .hero h1 { font-size: 2.2rem; }
    .hero-badge { font-size: 10px; }
    section { padding: 3rem 4%; }
    .feature-card { padding: 1.25rem; }
    .sub-card { padding: 1.5rem; }
  }

  /* ── LIGHTING LOOKS ── */
  .looks { background: var(--light); border-top: 1px solid var(--border-l); }
  .looks-layout {
    display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; margin-top: 3rem;
  }
  .looks-intro p { color: var(--text-mid); line-height: 1.8; margin-bottom: 1.5rem; }
  .looks-callout {
    background: var(--gold-pale); border: 1px solid rgba(3,181,241,0.25);
    border-radius: 14px; padding: 1.25rem 1.5rem;
    display: flex; align-items: flex-start; gap: .9rem; margin-top: 1.5rem;
  }
  .looks-callout-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: .1rem; }
  .looks-callout p { color: var(--text-mid); font-size: 14px; line-height: 1.65; margin: 0; }
  .looks-callout strong { color: var(--text-dark); }

  /* Interactive preset selector */
  .looks-selector { display: flex; flex-direction: column; gap: .75rem; }
  .look-card {
    border: 1.5px solid var(--border-l); border-radius: 16px;
    padding: 1.1rem 1.4rem; cursor: pointer;
    transition: all .22s; background: var(--light2);
    display: flex; align-items: flex-start; gap: 1rem;
  }
  .look-card:hover { border-color: rgba(3,181,241,0.4); background: var(--light); }
  .look-card.active {
    border-color: var(--gold); background: var(--gold-pale);
    box-shadow: 0 4px 20px rgba(3,181,241,0.12);
  }
  .look-badge {
    font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-size: 11px; font-weight: 800;
    letter-spacing: .08em; text-transform: uppercase;
    background: var(--gold); color: #fff;
    padding: .2rem .65rem; border-radius: 20px;
    flex-shrink: 0; margin-top: .15rem;
  }
  .look-card.active .look-badge { background: var(--gold); }
  .look-body { flex: 1; }
  .look-body strong {
    display: block; font-family: 'Handel Gothic', 'handel-gothic-urw', 'Century Gothic', sans-serif; font-size: .95rem; font-weight: 700;
    color: var(--text-dark); margin-bottom: .2rem;
  }
  .look-body span { font-size: 13px; color: var(--text-mid); line-height: 1.5; }
  .look-detail {
    max-height: 0; overflow: hidden;
    transition: max-height .3s ease, margin-top .3s ease;
  }
  .look-card.active .look-detail { max-height: 120px; margin-top: .6rem; }
  .look-detail-inner {
    display: flex; gap: 1rem; flex-wrap: wrap; padding-top: .5rem;
    border-top: 1px solid rgba(3,181,241,0.15);
  }
  .look-param {
    display: flex; flex-direction: column; gap: .1rem;
  }
  .look-param span:first-child { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--text-lite); }
  .look-param span:last-child { font-size: 13px; font-weight: 600; color: var(--gold); }

  @media (max-width: 960px) {
    .looks-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  }
