:root {
    --bg: #0f1218;
    --surface: #151922;
    --surface-2: #1c2230;
    --surface-3: #252c3a;
    --border: #2c3445;
    --border-strong: #3d4658;
    --text: #f1f4f9;
    --text-dim: #9ba6b8;
    --text-faint: #8590a3;
    --orange: #ff7a1a;
    --orange-dim: #e06d16;
    --orange-hover: #ff9a5a;
    --orange-muted: rgba(255,122,26,0.12);
    --ink: #12151c;
    --green: #3fb078;
    --red: #e8605a;
    --blue: #5b8fc9;
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  }
  * { box-sizing: border-box; }
  html { font-optical-sizing: auto; }
  html, body { margin: 0; padding: 0; background: var(--bg); color: var(--text); font-family: var(--font-sans); overflow-x: clip; max-width: 100%; }
  html { scroll-behavior: smooth; }
  body { min-height: 100vh; }
  button, input, select, textarea { font-family: inherit; }
  a { color: var(--orange); text-decoration: none; }
  a:hover { color: var(--orange-hover); }
  ::selection { background: var(--orange); color: var(--ink); }

  /* Page wrapper with subtle radial */
  .page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background:
      radial-gradient(100% 70% at 50% -15%, rgba(255,122,26,0.045), transparent 52%),
      linear-gradient(180deg, rgba(255,255,255,0.028) 0%, transparent 22%),
      var(--bg);
  }

  /* ---------- Hero ---------- */
  main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 48px);
  }
    text-align: center;
    padding: clamp(56px, 8vw, 88px) 0 clamp(48px, 6vw, 72px);
  }
    display: inline-block;
    font-family: var(--font-sans);
    font-size: 11px;
    color: var(--orange);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border: 1px solid rgba(255,122,26,0.2);
    border-radius: 4px;
    margin-bottom: 28px;
    padding: 6px 14px;
  }
    font-family: var(--font-sans);
    font-size: clamp(40px, 6vw, 68px);
    line-height: 1.04;
    margin: 0 0 22px;
    letter-spacing: -0.02em;
    font-weight: 400;
  }
    font-size: clamp(17px, 2vw, 19px);
    color: var(--text-dim);
    max-width: 36rem;
    margin: 0 auto 28px;
    line-height: 1.65;
  }
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    max-width: 640px;
    margin: 0 auto 28px;
    text-align: left;
  }
  @media (max-width: 560px) {
  }
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 18px 20px 20px;
    background: linear-gradient(165deg, rgba(255,122,26,0.06), rgba(15,18,24,0.72));
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  }
    border-color: rgba(255, 122, 26, 0.35);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    transform: translateY(-2px);
  }
    font-family: var(--font-sans);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 6px;
  }
    font-family: var(--font-sans);
    font-size: clamp(20px, 2.8vw, 24px);
    font-weight: 400;
    color: var(--text);
    margin: 0 0 8px;
    letter-spacing: -0.01em;
    line-height: 1.15;
  }
    font-size: 14px;
    color: var(--text-dim);
    line-height: 1.45;
    margin: 0;
  }
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .btn-primary {
    background: var(--orange);
    color: var(--ink);
    border: none;
    padding: 15px 32px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.15s, transform 0.1s;
    letter-spacing: 0.01em;
  }
  .btn-primary:hover { background: var(--orange-hover); color: var(--ink); transform: translateY(-1px); }
  .btn-primary .arrow { font-size: 18px; line-height: 1; }
  .btn-secondary {
    background: transparent;
    color: var(--text);
    border: 1px solid var(--border-strong);
    padding: 14px 28px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: border-color 0.15s, color 0.15s;
  }
  .btn-secondary:hover { border-color: var(--orange); color: var(--orange-hover); }

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 32px;
    justify-content: flex-start;
  }
  @media (max-width: 960px) {
  }
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: var(--text-dim);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border);
  }

    margin-top: 38px;
    font-family: var(--font-sans);
    font-size: 11px;
    color: var(--text-faint);
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
  @media (max-width: 1100px) {
  }
  @media (max-width: 820px) {
  }
  @media (max-width: 640px) {
  }
  @media (max-width: 420px) {
  }

  /* ---------- Hero split + illustration ---------- */
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(28px, 5vw, 56px);
    align-items: center;
    text-align: left;
    padding: clamp(48px, 7vw, 72px) 0 clamp(40px, 5vw, 56px);
  }
    margin-left: 0;
    margin-right: 0;
  }
  .hero-visual {
    position: relative;
    border-radius: 10px;
    padding: 20px 18px 22px;
    background: linear-gradient(145deg, rgba(255,122,26,0.05), rgba(22,26,34,0.96));
    border: 1px solid rgba(255,122,26,0.22);
    box-shadow:
      0 0 0 1px rgba(0,0,0,0.35),
      0 24px 60px rgba(0,0,0,0.45),
      inset 0 1px 0 rgba(255,255,255,0.06);
  }
  .hero-visual::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 10px;
    pointer-events: none;
    background: radial-gradient(ellipse 70% 55% at 80% 15%, rgba(255,122,26,0.18), transparent 62%);
  }
  .hero-photo-frame {
    position: relative;
    margin: 0;
    border-radius: 6px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 18px 48px rgba(0,0,0,0.35);
    border: 1px solid rgba(255,122,26,0.22);
    background: linear-gradient(145deg, rgba(255,122,26,0.04), rgba(22,26,34,0.99));
  }
  .hero-photo-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    font-family: var(--font-sans);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text);
    padding: 10px 12px;
    border-radius: 3px;
    background: rgba(15,18,24,0.72);
    border: 1px solid rgba(255,255,255,0.12);
    text-shadow: 0 1px 6px rgba(0,0,0,0.6);
  }
  @media (max-width: 960px) {
      grid-template-columns: 1fr;
      text-align: center;
      padding-top: 48px;
    }
    .hero-visual { order: -1; max-width: 440px; margin: 0 auto; width: 100%; }
  }

  /* ---------- Why subs (story) ---------- */
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
  }
    font-family: var(--font-sans);
    font-size: clamp(28px, 3.8vw, 38px);
    margin: 0 0 14px;
    letter-spacing: -0.015em;
    font-weight: 400;
    line-height: 1.12;
  }
    margin: 0;
    font-size: 16px;
    color: var(--text-dim);
    line-height: 1.65;
  }
    margin: 0;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
  }
    display: block;
    width: 100%;
    height: auto;
  }
    background: var(--bg);
    padding: 12px 10px;
  }
    max-height: 320px;
    margin: 0 auto;
  }
  @media (max-width: 860px) {
  }

  /* ---------- Section rhythm ---------- */
  .section-band {
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, transparent 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  }

  /* ---------- Section header ---------- */
  .section-head {
    text-align: center;
    margin-bottom: 48px;
  }
  .section-head .eyebrow-tag {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: 10px;
    color: var(--orange);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 14px;
  }
  .section-head h2 {
    font-family: var(--font-sans);
    font-size: clamp(32px, 4.5vw, 44px);
    margin: 0 0 14px;
    letter-spacing: -0.015em;
    font-weight: 400;
    line-height: 1.15;
  }
  .section-head p {
    font-size: 17px;
    color: var(--text-dim);
    max-width: 42rem;
    margin: 0 auto;
    line-height: 1.7;
  }

  /* ---------- Live app banner ---------- */
    padding: 36px 32px 32px;
    margin: 0 0 40px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: linear-gradient(165deg, rgba(255, 122, 26, 0.06), var(--surface) 48%);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
    text-align: center;
  }
    font-family: var(--font-sans);
    font-size: clamp(26px, 3.8vw, 36px);
    margin: 0 0 14px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.12;
  }
    font-size: 16px;
    color: var(--text-dim);
    max-width: 760px;
    margin: 0 auto 20px;
    line-height: 1.65;
  }
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 720px;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    color: var(--text-dim);
    line-height: 1.45;
  }
    position: relative;
    padding: 10px 14px;
    flex: 1 1 200px;
    min-width: min(100%, 180px);
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    border-radius: 999px;
    font-size: 13px;
  }
  @media (min-width: 640px) {
  }
    color: var(--orange);
    font-style: italic;
  }
  .apps-section { padding: clamp(56px, 8vw, 88px) 0 clamp(48px, 6vw, 72px); }
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  }
    border-color: rgba(255,122,26,0.35);
    box-shadow: 0 24px 56px rgba(0,0,0,0.32);
  }
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top center;
    display: block;
    border-bottom: 1px solid var(--border);
  }
    height: 200px;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
  }
    width: 100%;
    height: auto;
    max-height: 180px;
    display: block;
  }
    flex: 1;
    margin-top: 8px;
    padding-top: 18px;
    border-top: 1px solid var(--border);
  }
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background: rgba(255,122,26,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-family: var(--font-sans);
    font-weight: 700;
    color: var(--orange);
    font-size: 16px;
    border: 1px solid rgba(255,122,26,0.18);
  }
    font-family: var(--font-sans);
    font-size: clamp(22px, 2.5vw, 26px);
    margin: 0 0 8px;
    letter-spacing: -0.01em;
    font-weight: 400;
    line-height: 1.25;
  }
    font-family: var(--font-sans);
    font-size: 10px;
    color: var(--text-faint);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 14px;
  }
    color: var(--text-dim);
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 18px;
  }
    list-style: none;
    padding: 0;
    margin: 0;
  }
    color: var(--text-dim);
    font-size: 14px;
    padding: 6px 0 6px 22px;
    position: relative;
    line-height: 1.5;
  }
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 12px;
    height: 2px;
    background: var(--orange);
  }

  /* ---------- Place & Finish deep sell ---------- */
    padding: clamp(48px, 7vw, 72px) 0 clamp(24px, 4vw, 40px);
    margin-top: 16px;
    border-top: 1px solid var(--border);
  }
  .pf-kicker {
    font-size: 17px;
    color: var(--text-dim);
    line-height: 1.65;
    max-width: 720px;
    margin: 0 auto 36px;
    text-align: center;
  }
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    max-width: 920px;
    margin: 0 auto;
  }
  @media (max-width: 680px) {
  }
    background: linear-gradient(165deg, rgba(255,122,26,0.07), var(--surface) 42%);
    border: 1px solid var(--border);
    border-radius: 7px;
    padding: 24px 22px 26px;
  }
    font-family: var(--font-sans);
    font-size: 10px;
    color: var(--orange);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
    font-family: var(--font-sans);
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px;
    color: var(--text);
    line-height: 1.3;
  }
    margin: 0;
    font-size: 14px;
    color: var(--text-dim);
    line-height: 1.62;
  }
    margin-top: 28px;
    padding: 28px 26px;
    border-radius: 10px;
    border: 1px solid rgba(255,122,26,0.38);
    background: linear-gradient(135deg, rgba(255,122,26,0.09), rgba(255,122,26,0.02));
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
    font-family: var(--font-sans);
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 400;
    margin: 0 0 12px;
    letter-spacing: -0.02em;
    line-height: 1.2;
  }
    margin: 0;
    font-size: 15px;
    color: var(--text-dim);
    line-height: 1.65;
  }

  /* ---------- Feature pillars ---------- */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  .pillar {
    padding: 28px 26px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }
  .pillar .pillar-num {
    font-family: var(--font-sans);
    font-size: 11px;
    color: var(--orange);
    letter-spacing: 0.2em;
    margin-bottom: 12px;
  }
  .pillar h4 {
    font-family: var(--font-sans);
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 8px;
    color: var(--text);
  }
  .pillar p {
    color: var(--text-dim);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
  }

  /* ---------- How it works ---------- */
  .how-section { padding: clamp(56px, 8vw, 88px) 0; }
  .steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    counter-reset: step;
  }
  @media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }
  .step {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 28px 26px;
    position: relative;
    counter-increment: step;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }
  .step::before {
    content: counter(step, decimal-leading-zero);
    font-family: var(--font-sans);
    font-size: 32px;
    font-weight: 700;
    color: rgba(255,122,26,0.3);
    position: absolute;
    top: 16px;
    right: 20px;
  }
  .step h4 {
    font-family: var(--font-sans);
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 8px;
    padding-right: 56px;
  }
  .step p {
    color: var(--text-dim);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
  }

  .hero-aside { margin: 20px 0 0; font-size: 13px; color: var(--text-faint); line-height: 1.5; max-width: 36rem; }

  /* ---------- Pricing ---------- */
  .pricing-section { padding: clamp(56px, 8vw, 88px) 0; }
  .pricing-intro-note {
    text-align: center;
    font-size: 15px;
    color: var(--text-dim);
    max-width: 720px;
    margin: 8px auto 0;
    line-height: 1.65;
  }
  .pricing-intro-note strong { color: var(--text); font-weight: 700; }
  .pricing-research-note {
    font-size: 13px;
    color: var(--text-faint);
    max-width: 800px;
    margin: 22px auto 0;
    line-height: 1.65;
    text-align: center;
  }
  .pricing-research-note strong { color: var(--text-dim); font-weight: 600; }
  .pricing-product-block {
    margin-top: 24px;
  }
  .pricing-product-block[hidden] {
    display: none;
  }
  .product-pricing-tabs { display:flex; flex-wrap:wrap; justify-content:center; gap:4px 28px; margin:32px 0 12px; border-bottom:1px solid var(--border); }
  .product-pricing-tabs button { border:none; background:none; color:var(--text-dim); padding:0 0 12px; margin-bottom:-1px; border-bottom:2px solid transparent; border-radius:0; font-size:14px; font-weight:500; cursor:pointer; }
  .product-pricing-tabs button:hover { color:var(--text); }
  .product-pricing-tabs button.selected { color:var(--text); border-bottom-color:var(--orange); }
  .pricing-tier-note {
    text-align: center;
    font-size: 14px;
    color: var(--text-faint);
    max-width: 36rem;
    margin: 0 auto 8px;
    line-height: 1.55;
  }
  .pricing-enterprise-callout {
    margin: 40px auto 0;
    max-width: 640px;
    padding: 28px 32px;
    text-align: center;
    background: var(--surface);
    border: 1px dashed var(--border-strong);
    border-radius: 12px;
  }
  .pricing-enterprise-callout h4 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
  }
  .pricing-enterprise-callout p {
    margin: 0 0 18px;
    font-size: 14px;
    color: var(--text-dim);
    line-height: 1.6;
  }
  .pricing-billing-note {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: var(--text-faint);
    line-height: 1.55;
  }
  .product-pricing-title {
    font-family: var(--font-sans);
    font-size: clamp(26px, 3.5vw, 34px);
    font-weight: 400;
    text-align: center;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
  }
  .product-pricing-hint {
    text-align: center;
    font-size: 14px;
    color: var(--text-dim);
    max-width: 620px;
    margin: 0 auto 22px;
    line-height: 1.55;
  }
  .pricing-includes {
    max-width: 640px;
    margin: 0 auto 24px;
    padding: 18px 22px;
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 6px;
  }
  .pricing-includes-title {
    font-family: var(--font-sans);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--orange);
    margin: 0 0 10px;
  }
  .pricing-includes ul {
    margin: 0;
    padding: 0 0 0 18px;
    color: var(--text-dim);
    font-size: 13px;
    line-height: 1.55;
  }
  .pricing-includes li { margin-bottom: 6px; }
  .pricing-includes li:last-child { margin-bottom: 0; }
  .price-card-fineprint {
    font-size: 12px;
    color: var(--text-faint);
    line-height: 1.45;
    margin: 0 0 18px;
    flex: 1;
  }
  .pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    max-width: 1000px;
    margin: 0 auto;
  }
  @media (max-width: 860px) { .pricing-grid { grid-template-columns: 1fr; } }
  .price-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 28px 24px 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }
  .price-card:hover {
    border-color: rgba(255, 122, 26, 0.28);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
  }
  .price-card.featured {
    border-color: var(--orange);
    background: linear-gradient(180deg, var(--surface-2), var(--surface) 50%);
    box-shadow: 0 0 0 1px rgba(255,122,26,0.12);
  }
  .price-card.featured .badge {
    position: absolute;
    top: -11px;
    right: 22px;
    background: var(--orange);
    color: var(--ink);
    font-family: var(--font-sans);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 3px;
  }
  .price-card .tier-name {
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--text);
    margin-bottom: 8px;
  }
  .price-card .price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 14px;
  }
  .price-card .price .amount {
    font-family: var(--font-sans);
    font-size: 44px;
    line-height: 1;
    color: var(--text);
  }
  .price-card .price .period {
    font-family: var(--font-sans);
    font-size: 12px;
    color: var(--text-faint);
    letter-spacing: 0.05em;
  }
  .price-card .tier-tag {
    font-size: 14px;
    color: var(--text-dim);
    margin-bottom: 18px;
    line-height: 1.5;
  }
  .price-card .save-badge {
    align-self: flex-start;
    margin: -2px 0 12px;
    padding: 4px 10px;
    background: rgba(63, 176, 120, 0.14);
    color: var(--green);
    border: 1px solid rgba(63, 176, 120, 0.4);
    border-radius: 999px;
    font-family: var(--font-sans);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
  }
  .price-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    flex: 1;
  }
  .price-card li {
    color: var(--text-dim);
    font-size: 13px;
    padding: 7px 0 7px 22px;
    position: relative;
    line-height: 1.45;
    border-top: 1px solid var(--border);
  }
  .price-card li:first-child { border-top: 0; padding-top: 4px; }
  .price-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 6px;
    color: var(--orange);
    font-weight: 700;
    font-size: 12px;
  }
  .price-card .tier-cta {
    background: transparent;
    color: var(--text);
    border: 1px solid var(--border-strong);
    padding: 11px 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
  }
  .price-card .tier-cta:hover { background: var(--orange); color: var(--ink); border-color: var(--orange); }
  .price-card.featured .tier-cta {
    background: var(--orange);
    color: var(--ink);
    border-color: var(--orange);
  }
  .price-card.featured .tier-cta:hover { background: var(--orange-hover); }

  .pricing-footnote {
    text-align: center;
    margin-top: 24px;
    font-size: 13px;
    color: var(--text-faint);
  }

  /* ---------- FAQ ---------- */
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color 0.15s, box-shadow 0.15s;
  }
    border-color: rgba(255, 122, 26, 0.28);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  }
    cursor: pointer;
    padding: 18px 22px;
    font-weight: 600;
    font-size: 15px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text);
  }
    content: '+';
    margin-left: auto;
    color: var(--orange);
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    transition: transform 0.15s;
  }
    content: '−';
  }
    padding: 0 22px 20px;
    color: var(--text-dim);
    font-size: 14px;
    line-height: 1.65;
  }

  /* ---------- CTA strip ---------- */
    background: var(--surface);
    border: 1px solid var(--border);
    border-top: 3px solid var(--orange);
    border-radius: 12px;
    padding: clamp(44px, 6vw, 56px) clamp(28px, 5vw, 48px);
    text-align: center;
    box-shadow: 0 24px 64px rgba(0,0,0,0.28);
  }
    font-family: var(--font-sans);
    font-size: clamp(28px, 4vw, 38px);
    margin: 0 0 12px;
    letter-spacing: -0.015em;
    font-weight: 400;
  }
    color: var(--text-dim);
    font-size: 15px;
    margin: 0 0 28px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.55;
  }

  /* ---------- Footer: shared styles in site-chrome.css ---------- */
  .footer-photo-note {
    flex-basis: 100%;
    margin: 0;
    padding-top: 14px;
    margin-top: 4px;
    border-top: 1px solid var(--border);
    font-family: var(--font-sans);
    font-size: 12px;
    color: var(--text-faint);
    letter-spacing: 0;
    line-height: 1.55;
  }
  .footer-photo-note a { color: var(--text-dim); }
  .footer-photo-note a:hover { color: var(--orange-hover); }

  @media (max-width: 540px) {
    .container { padding: 0 20px; }
  }

  /* Inter: construction-SaaS style — one sans, semibold display */
  .section-head h2,
  .product-pricing-title {
    font-family: var(--font-sans);
    font-weight: 600;
  }
  .price-card .price .amount {
    font-family: var(--font-sans);
    font-weight: 700;
    font-variant-numeric: tabular-nums;
  }

  .billing-bar {
    display: flex; align-items: center; justify-content: center; gap: 14px;
    margin: 8px 0 28px;
  }
  .billing-bar .label {
    font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--text-faint); font-weight: 700;
  }
  .billing-toggle {
    display: inline-flex; border: 1px solid var(--border); border-radius: 999px;
    overflow: hidden; background: var(--surface);
  }
  .billing-toggle button {
    border: 0; background: transparent; color: var(--text-dim);
    padding: 9px 18px; font-size: 12px; font-weight: 600; cursor: pointer;
  }
  .billing-toggle button.selected { background: var(--orange); color: var(--ink); }
  .pricing-grid--wide {
    grid-template-columns: repeat(5, 1fr);
    max-width: 1180px;
  }
  @media (max-width: 1100px) {
    .pricing-grid--wide { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 600px) {
    .pricing-grid--wide { grid-template-columns: 1fr; }
  }
  .pricing-grid--bundle { grid-template-columns: repeat(4, 1fr); max-width: 980px; }
  @media (max-width: 900px) { .pricing-grid--bundle { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) { .pricing-grid--bundle { grid-template-columns: 1fr; } }
  .price-card.enterprise-card { border-style: dashed; }
  .price-card.enterprise-card .tier-cta { border-color: var(--border-strong); }
  .roi-section { padding: clamp(48px, 6vw, 72px) 0; }
  .roi-panel {
    display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
    background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 28px 32px;
  }
  @media (max-width: 800px) { .roi-panel { grid-template-columns: 1fr; } }
  .roi-panel label { display: block; font-size: 12px; color: var(--text-faint); margin-bottom: 6px; }
  /* 16px font prevents iOS Safari auto-zoom on focus — anything < 16px
     causes the page to zoom in when the input gets focused on iPhone. */
  .roi-panel input, .roi-panel select {
    width: 100%; padding: 10px 12px; border-radius: 6px; border: 1px solid var(--border);
    background: var(--surface-2); color: var(--text); margin-bottom: 14px;
    font-size: 16px;
  }
  .roi-result {
    background: var(--surface-2); border-radius: 8px; padding: 22px 24px;
    border: 1px solid rgba(255,122,26,0.25);
  }
  .roi-result .big { font-size: 36px; font-weight: 600; color: var(--orange); margin: 8px 0; }
  .roi-result .sub { font-size: 14px; color: var(--text-dim); line-height: 1.5; }

  main.pricing-layout { align-items: stretch; }
  main.pricing-layout > .container,
  main.pricing-layout > .pricing-page-intro {
    width: 100%; max-width: 1160px; margin-left: auto; margin-right: auto; box-sizing: border-box;
  }
  .pricing-grid--wide, .pricing-grid--bundle { margin-left: auto; margin-right: auto; }
.pricing-page-intro{padding:clamp(40px,6vw,64px) clamp(20px,4vw,48px) 8px;max-width:1160px;margin:0 auto}.pricing-page-intro h1{font-size:clamp(32px,4vw,40px);margin:0 0 12px}.pricing-page-intro p{color:var(--text-dim);max-width:40rem}
