
  @import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');

  :root {
    --navy: #1A365D;
    --deep-navy: #0F1F3A;
    --deeper-navy: #08111F;
    --deep-orange: #C05621;
    --burnt: #DD6B20;
    --gold: #D69E2E;
    --warm-cream: #FDF8F0;
    --ink: #0A1628;
    --slate: #4A5568;
    --light-slate: #718096;
    --border: rgba(26, 54, 93, 0.1);
  }

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

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Inter', -apple-system, sans-serif;
    background: var(--warm-cream);
    color: var(--ink);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
  }

  /* ============ NAV ============ */
  .nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    padding: 20px 48px;
    display: flex; justify-content: space-between; align-items: center;
    background: rgba(253, 248, 240, 0.88);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
  }

  .nav-logo { display: flex; align-items: center; gap: 10px; }
  .nav-logo svg { width: 26px; height: 34px; }
  .nav-logo-text { font-size: 17px; font-weight: 800; letter-spacing: -0.3px; color: var(--navy); }
  .nav-logo-text .ai { color: var(--deep-orange); }

  .nav-links { display: flex; gap: 28px; align-items: center; }
  .nav-link { color: var(--slate); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; }
  .nav-link:hover { color: var(--navy); }
  .nav-cta {
    background: var(--navy); color: white; padding: 10px 20px;
    border-radius: 6px; text-decoration: none; font-size: 14px; font-weight: 600;
    transition: all 0.2s;
  }
  .nav-cta:hover { background: var(--deep-orange); transform: translateY(-1px); }

  /* ============ HERO ============ */
  .hero {
    min-height: 100vh;
    padding: 140px 48px 100px;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
  }

  .hero::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
      linear-gradient(to right, rgba(26, 54, 93, 0.04) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(26, 54, 93, 0.04) 1px, transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
    mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
  }

  .hero-content { position: relative; z-index: 2; }

  .eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px; font-weight: 500; letter-spacing: 2px;
    text-transform: uppercase; color: var(--deep-orange);
    padding: 6px 14px;
    background: rgba(192, 86, 33, 0.08);
    border-radius: 100px;
    border: 1px solid rgba(192, 86, 33, 0.15);
    margin-bottom: 32px;
  }

  .eyebrow::before {
    content: ''; width: 6px; height: 6px;
    background: var(--deep-orange); border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
  }

  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.3); }
  }

  h1 {
    font-family: 'Fraunces', serif;
    font-size: clamp(48px, 6vw, 76px);
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 0.98;
    color: var(--navy);
    margin-bottom: 28px;
  }

  h1 em { font-style: italic; font-weight: 500; color: var(--deep-orange); }
  h1 .hl { position: relative; display: inline-block; }
  h1 .hl::after {
    content: ''; position: absolute;
    bottom: 6px; left: 0; right: 0; height: 12px;
    background: var(--gold); opacity: 0.3; z-index: -1;
  }

  .hero-subtitle {
    font-size: 19px; color: var(--slate);
    line-height: 1.55; max-width: 580px;
    margin-bottom: 40px; font-weight: 400;
  }

  .hero-subtitle strong { color: var(--navy); font-weight: 600; }

  .hero-ctas {
    display: flex; gap: 16px; margin-bottom: 56px; align-items: center;
  }

  .btn-primary {
    background: var(--navy); color: white;
    padding: 16px 28px; border-radius: 8px;
    text-decoration: none; font-size: 15px; font-weight: 600;
    display: inline-flex; align-items: center; gap: 8px;
    transition: all 0.25s;
    box-shadow: 0 4px 12px rgba(26, 54, 93, 0.15);
  }

  .btn-primary:hover {
    background: var(--deep-orange);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(192, 86, 33, 0.3);
  }

  .btn-secondary {
    color: var(--navy); padding: 16px 20px;
    text-decoration: none; font-size: 15px; font-weight: 600;
    display: inline-flex; align-items: center; gap: 8px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s;
  }

  .btn-secondary:hover { border-bottom-color: var(--gold); }

  /* Capability strip */
  .cap-strip {
    display: flex; align-items: center; gap: 24px;
    padding-top: 28px;
    border-top: 1px solid var(--border);
  }

  .cap-strip-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: var(--light-slate);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    flex-shrink: 0;
  }

  .cap-strip-items {
    display: flex; gap: 28px;
    flex-wrap: wrap;
  }

  .cap-item {
    font-size: 13px;
    color: var(--slate);
    font-weight: 500;
    display: flex; align-items: center; gap: 6px;
  }

  .cap-item::before {
    content: '';
    width: 5px; height: 5px;
    background: var(--gold);
    border-radius: 50%;
  }

  /* Hero visual */
  .hero-visual {
    position: relative; z-index: 2;
    display: flex; flex-direction: column; align-items: center; gap: 32px;
  }

  .flame-container {
    position: relative; width: 320px; height: 420px;
    display: flex; align-items: center; justify-content: center;
  }

  .flame-glow {
    position: absolute; width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(192, 86, 33, 0.25) 0%, rgba(192, 86, 33, 0) 70%);
    filter: blur(20px);
    animation: glow-pulse 4s ease-in-out infinite;
  }

  @keyframes glow-pulse {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.1); }
  }

  .flame-svg {
    position: relative; z-index: 2; width: 240px; height: auto;
    filter: drop-shadow(0 10px 40px rgba(192, 86, 33, 0.3));
  }

  /* ============ SHARED ============ */
  .section-eyebrow {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
  }

  /* ============ FOUNDER BLOCK ============ */
  .founder {
    background: var(--warm-cream);
    padding: 100px 48px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }

  .founder-container {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 56px;
    align-items: start;
  }

  .founder-mark {
    width: 88px; height: 88px;
    background: var(--navy);
    color: var(--gold);
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-size: 36px;
    font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(26, 54, 93, 0.15);
  }

  .founder-eyebrow {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--deep-orange);
    margin-bottom: 18px;
    font-weight: 600;
  }

  .founder-quote {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-size: 30px;
    font-weight: 500;
    color: var(--navy);
    line-height: 1.2;
    letter-spacing: -0.6px;
    margin-bottom: 28px;
  }

  .founder-body {
    font-size: 16px;
    color: var(--slate);
    line-height: 1.65;
    margin-bottom: 14px;
  }

  .founder-sig {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-size: 16px;
    color: var(--navy);
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
  }

  /* ============ METHODOLOGY EXTRACTION ============ */
  .extract {
    background: var(--deeper-navy);
    color: white;
    padding: 120px 48px;
    position: relative;
    overflow: hidden;
  }

  .extract::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
      radial-gradient(circle at 20% 20%, rgba(192, 86, 33, 0.08) 0%, transparent 45%),
      radial-gradient(circle at 80% 80%, rgba(214, 158, 46, 0.05) 0%, transparent 45%);
    pointer-events: none;
  }

  .extract-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .extract-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 56px;
  }

  .extract-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 500;
    letter-spacing: -1.5px;
    line-height: 1.05;
    color: white;
    margin-bottom: 24px;
  }

  .extract-title em {
    color: var(--gold);
    font-style: italic;
  }

  .extract-sub {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.55;
  }

  /* The artifact panel — looks like a real platform output */
  .extract-artifact {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(214, 158, 46, 0.2);
    margin-bottom: 48px;
  }

  .artifact-header {
    background: var(--warm-cream);
    padding: 18px 28px;
    border-bottom: 2px solid var(--deep-orange);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .artifact-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: var(--deep-orange);
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .artifact-meta {
    font-size: 11px;
    color: var(--light-slate);
    font-family: 'JetBrains Mono', monospace;
  }

  .artifact-body {
    padding: 36px 40px;
  }

  .artifact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--border);
  }

  .artifact-col {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .artifact-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: var(--light-slate);
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .artifact-value {
    font-family: 'Fraunces', serif;
    font-size: 22px;
    font-weight: 500;
    color: var(--navy);
    letter-spacing: -0.4px;
  }

  .artifact-delta {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: var(--deep-orange);
    font-style: normal;
    font-weight: 500;
    margin-left: 8px;
  }

  .artifact-section {
    margin-bottom: 28px;
  }

  .artifact-section:last-of-type {
    margin-bottom: 20px;
  }

  .artifact-section-title {
    font-family: 'Fraunces', serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 14px;
    letter-spacing: -0.2px;
  }

  .artifact-list {
    list-style: none;
    padding: 0;
  }

  .artifact-list li {
    font-size: 14px;
    color: var(--ink);
    line-height: 1.55;
    padding: 10px 0 10px 24px;
    position: relative;
    border-bottom: 1px solid rgba(26, 54, 93, 0.06);
  }

  .artifact-list li:last-child {
    border-bottom: none;
  }

  .artifact-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--deep-orange);
    font-weight: 700;
  }

  .artifact-list strong {
    color: var(--navy);
    font-weight: 600;
  }

  .artifact-footer {
    background: rgba(192, 86, 33, 0.04);
    border-left: 3px solid var(--deep-orange);
    padding: 16px 20px;
    border-radius: 0 6px 6px 0;
    font-size: 13px;
    color: var(--navy);
    line-height: 1.5;
    font-style: italic;
    margin-top: 24px;
  }

  .extract-cta {
    text-align: center;
    margin-top: 48px;
  }

  .extract-cta-note {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 16px;
    font-family: 'JetBrains Mono', monospace;
    letter-spacing: 0.5px;
  }

  /* ============ THE MANAGER VIEW ============ */
  .manager {
    padding: 120px 48px;
    background: var(--warm-cream);
    position: relative;
    overflow: hidden;
  }

  .manager::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
      radial-gradient(circle at 80% 10%, rgba(214, 158, 46, 0.08) 0%, transparent 50%),
      radial-gradient(circle at 10% 90%, rgba(192, 86, 33, 0.04) 0%, transparent 50%);
    pointer-events: none;
  }

  .manager-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .manager-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 56px;
  }

  .manager-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 500;
    letter-spacing: -1.5px;
    line-height: 1.05;
    color: var(--navy);
    margin-bottom: 24px;
  }

  .manager-title em {
    color: var(--deep-orange);
    font-style: italic;
  }

  .manager-sub {
    font-size: 18px;
    color: var(--slate);
    line-height: 1.55;
  }

  /* The dashboard artifact panel */
  .manager-artifact {
    background: var(--deeper-navy);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(8, 17, 31, 0.25), 0 0 0 1px rgba(214, 158, 46, 0.18);
    margin-bottom: 56px;
    color: white;
  }

  .manager-artifact-header {
    background: rgba(255, 255, 255, 0.04);
    padding: 18px 28px;
    border-bottom: 1px solid rgba(214, 158, 46, 0.25);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .manager-artifact-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: var(--gold);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .manager-artifact-meta {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.5px;
  }

  .manager-artifact-body {
    padding: 36px 40px;
  }

  .manager-plan-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 12px;
  }

  .manager-plan-headline {
    font-family: 'Fraunces', serif;
    font-size: 22px;
    font-weight: 500;
    color: white;
    line-height: 1.4;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .manager-plan-headline em {
    color: var(--gold);
    font-style: italic;
  }

  .manager-actions-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: var(--deep-orange);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 18px;
  }

  .manager-action {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 16px;
    align-items: start;
  }

  .manager-action:last-child { border-bottom: none; }

  .manager-action-num {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    color: var(--gold);
    background: rgba(214, 158, 46, 0.12);
    border-radius: 6px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
  }

  .manager-action-title {
    font-size: 15px;
    color: white;
    line-height: 1.5;
    margin-bottom: 6px;
    font-weight: 500;
  }

  .manager-action-meta {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
  }

  .manager-action-meta strong {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 600;
  }

  /* Feature highlights below the artifact */
  .manager-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 56px;
  }

  .manager-feature {
    background: white;
    border-radius: 12px;
    padding: 28px 30px;
    border: 1px solid var(--border);
    border-left: 3px solid var(--deep-orange);
  }

  .manager-feature-name {
    font-family: 'Fraunces', serif;
    font-size: 19px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 10px;
    letter-spacing: -0.2px;
  }

  .manager-feature-desc {
    font-size: 14px;
    color: var(--slate);
    line-height: 1.55;
  }

  .manager-feature-desc strong {
    color: var(--navy);
    font-weight: 600;
  }

  /* The companion line — thematic anchor */
  .manager-companion {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    padding: 40px 20px 0;
    border-top: 1px solid rgba(26, 54, 93, 0.1);
  }

  .manager-companion-line {
    font-family: 'Fraunces', serif;
    font-size: clamp(22px, 2.5vw, 28px);
    font-weight: 500;
    color: var(--navy);
    line-height: 1.45;
    letter-spacing: -0.3px;
    font-style: italic;
  }

  .manager-companion-line em {
    color: var(--deep-orange);
    font-style: italic;
    font-weight: 600;
  }

  /* ============ THE PLATFORM ============ */
  .platform {
    padding: 120px 48px;
    background: var(--warm-cream);
  }

  .platform-container {
    max-width: 1300px; margin: 0 auto;
  }

  .platform-header {
    text-align: center; margin-bottom: 80px; max-width: 800px; margin: 0 auto 80px;
  }

  .platform-eyebrow {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
    color: var(--deep-orange);
    margin-bottom: 20px;
  }

  .platform-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 500;
    letter-spacing: -1.5px;
    line-height: 1.05;
    color: var(--navy);
    margin-bottom: 24px;
  }

  .platform-title em { color: var(--deep-orange); font-style: italic; }

  .platform-sub {
    font-size: 18px;
    color: var(--slate);
    line-height: 1.55;
  }

  .platform-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px;
  }

  /* Supporting capabilities strip */
  .platform-also {
    background: white;
    border-radius: 14px;
    padding: 36px 40px;
    border: 1px solid var(--border);
    box-shadow: 0 4px 16px rgba(26, 54, 93, 0.04);
  }

  .platform-also-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: var(--deep-orange);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 600;
  }

  .platform-also-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }

  .platform-also-item {
    padding-left: 18px;
    border-left: 2px solid var(--gold);
  }

  .platform-also-name {
    font-family: 'Fraunces', serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 6px;
    letter-spacing: -0.2px;
  }

  .platform-also-desc {
    font-size: 13px;
    color: var(--slate);
    line-height: 1.5;
  }

  .cap-desc em {
    font-style: italic;
    color: var(--deep-orange);
    font-weight: 600;
  }

  .cap-card {
    background: white;
    padding: 36px 30px;
    border-radius: 14px;
    border: 1px solid var(--border);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
  }

  .cap-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--deep-orange), var(--gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s;
  }

  .cap-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(26, 54, 93, 0.1);
    border-color: rgba(192, 86, 33, 0.2);
  }

  .cap-card:hover::before { transform: scaleX(1); }

  .cap-icon {
    width: 48px; height: 48px;
    background: rgba(192, 86, 33, 0.08);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 24px;
    color: var(--deep-orange);
  }

  .cap-name {
    font-family: 'Fraunces', serif;
    font-size: 22px;
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 12px;
    letter-spacing: -0.4px;
    line-height: 1.2;
  }

  .cap-desc {
    font-size: 14px;
    color: var(--slate);
    line-height: 1.55;
    margin-bottom: 16px;
  }

  .cap-features {
    list-style: none;
    padding-top: 16px;
    border-top: 1px solid var(--border);
  }

  .cap-features li {
    font-size: 12px;
    color: var(--light-slate);
    padding: 6px 0 6px 16px;
    position: relative;
    line-height: 1.4;
  }

  .cap-features li::before {
    content: '+';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: 700;
  }

  /* ============ VS-GONG (THE WEDGE) ============ */
  .versus {
    padding: 120px 48px;
    background: var(--warm-cream);
    border-top: 1px solid var(--border);
    position: relative;
  }

  .versus-container { max-width: 1080px; margin: 0 auto; }

  .versus-header { text-align: center; max-width: 820px; margin: 0 auto 56px; }

  .versus-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 500; letter-spacing: -1.5px; line-height: 1.05;
    color: var(--navy); margin-bottom: 24px;
  }

  .versus-title em { color: var(--deep-orange); font-style: italic; }

  .versus-sub { font-size: 18px; color: var(--slate); line-height: 1.55; }

  .compare-block {
    background: white; border-radius: 16px; border: 1px solid var(--border);
    box-shadow: 0 20px 60px rgba(26, 54, 93, 0.08);
    overflow: hidden; margin-bottom: 32px;
  }

  .compare-headrow {
    display: grid; grid-template-columns: 1fr 120px 1fr; align-items: center;
    padding: 18px 32px; background: var(--warm-cream);
    border-bottom: 2px solid var(--deep-orange);
  }

  .compare-head {
    font-family: 'JetBrains Mono', monospace; font-size: 11px;
    letter-spacing: 1.5px; text-transform: uppercase;
  }

  .compare-head.them { color: var(--light-slate); }
  .compare-head.us { color: var(--deep-orange); font-weight: 700; }

  .compare-row {
    display: grid; grid-template-columns: 1fr 120px 1fr; align-items: stretch;
    border-bottom: 1px solid rgba(26, 54, 93, 0.06);
  }

  .compare-row:last-child { border-bottom: none; }

  .compare-them { padding: 22px 28px 22px 32px; }

  .compare-us {
    padding: 22px 32px 22px 28px;
    border-left: 3px solid var(--deep-orange);
    background: rgba(192, 86, 33, 0.03);
  }

  .compare-vs {
    display: flex; align-items: center; justify-content: center; text-align: center;
    font-family: 'JetBrains Mono', monospace; font-size: 10px;
    letter-spacing: 1.5px; text-transform: uppercase; color: var(--light-slate);
    padding: 8px; line-height: 1.4;
  }

  .compare-statement {
    font-family: 'Fraunces', serif; font-size: 19px; font-weight: 500;
    letter-spacing: -0.3px; line-height: 1.3;
  }

  .compare-them .compare-statement { color: var(--slate); }
  .compare-us .compare-statement { color: var(--navy); }

  .compare-kicker {
    text-align: center; font-family: 'Fraunces', serif; font-style: italic;
    font-size: clamp(20px, 2.4vw, 26px); font-weight: 500; color: var(--navy);
    letter-spacing: -0.3px;
  }

  .compare-kicker em { color: var(--deep-orange); font-style: italic; }

  /* ============ WHO IT'S FOR (ICP) ============ */
  .whofor {
    padding: 120px 48px;
    background: var(--deeper-navy);
    color: white;
    position: relative; overflow: hidden;
  }

  .whofor::before {
    content: ''; position: absolute; inset: 0;
    background-image:
      radial-gradient(circle at 15% 20%, rgba(192, 86, 33, 0.08) 0%, transparent 45%),
      radial-gradient(circle at 85% 85%, rgba(214, 158, 46, 0.05) 0%, transparent 45%);
    pointer-events: none;
  }

  .whofor-container { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }

  .whofor-header { text-align: center; max-width: 760px; margin: 0 auto 56px; }

  .whofor-title {
    font-family: 'Fraunces', serif; font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 500; letter-spacing: -1.5px; line-height: 1.05;
    color: white; margin-bottom: 24px;
  }

  .whofor-title em { color: var(--gold); font-style: italic; }

  .whofor-sub { font-size: 18px; color: rgba(255, 255, 255, 0.75); line-height: 1.55; }

  .icp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

  .icp-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(214, 158, 46, 0.18);
    border-radius: 14px; padding: 28px;
    display: flex; flex-direction: column; gap: 14px;
    transition: all 0.25s;
  }

  .icp-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(192, 86, 33, 0.4);
    transform: translateY(-3px);
  }

  .icp-name {
    font-family: 'Fraunces', serif; font-size: 21px; font-weight: 500;
    color: white; letter-spacing: -0.3px; line-height: 1.15;
  }

  .icp-pain {
    font-size: 14px; color: rgba(255, 255, 255, 0.72); line-height: 1.5;
    font-style: italic;
    padding-left: 14px; border-left: 2px solid var(--deep-orange);
  }

  .icp-lead {
    font-size: 13px; color: rgba(255, 255, 255, 0.9); line-height: 1.45;
    margin-top: auto;
  }

  .icp-lead strong { color: var(--gold); font-weight: 600; }

  .icp-badges { display: flex; gap: 8px; flex-wrap: wrap; }

  .icp-badge {
    display: inline-flex; align-items: center; gap: 6px;
    font-family: 'JetBrains Mono', monospace; font-size: 10px;
    letter-spacing: 0.5px; padding: 5px 10px; border-radius: 100px;
    width: fit-content;
  }

  .icp-badge.live { background: rgba(214, 158, 46, 0.15); color: var(--gold); border: 1px solid rgba(214, 158, 46, 0.3); }
  .icp-badge.soon { background: rgba(255, 255, 255, 0.05); color: rgba(255, 255, 255, 0.55); border: 1px solid rgba(255, 255, 255, 0.15); }

  .whofor-note {
    text-align: center; margin-top: 36px;
    font-size: 14px; color: rgba(255, 255, 255, 0.62); font-style: italic;
  }

  /* ============ FOUNDING MEMBERS ============ */
  .founding {
    padding: 120px 48px;
    background: linear-gradient(180deg, var(--warm-cream) 0%, #FFF 100%);
    position: relative;
    overflow: hidden;
  }

  .founding::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
      radial-gradient(circle at 80% 20%, rgba(192, 86, 33, 0.06) 0%, transparent 40%),
      radial-gradient(circle at 20% 80%, rgba(214, 158, 46, 0.05) 0%, transparent 40%);
    pointer-events: none;
  }

  .founding-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .founding-header {
    text-align: center; margin-bottom: 56px;
  }

  .founding-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(40px, 5vw, 60px);
    font-weight: 500;
    letter-spacing: -1.5px;
    line-height: 1.05;
    color: var(--navy);
    margin-bottom: 24px;
  }

  .founding-title em { font-style: italic; color: var(--deep-orange); }

  .founding-sub {
    font-size: 19px; line-height: 1.55; color: var(--slate);
    max-width: 640px; margin: 0 auto;
  }

  .slot-counter {
    background: var(--navy);
    border-radius: 16px;
    padding: 32px 40px;
    margin-bottom: 56px;
    color: white;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 32px;
    box-shadow: 0 10px 40px rgba(26, 54, 93, 0.2);
  }

  .slot-left { text-align: right; }
  .slot-right { text-align: left; }

  .slot-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: var(--gold);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 6px;
  }

  .slot-main {
    font-family: 'Fraunces', serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.5px;
    color: white;
  }

  .slot-main em { color: var(--gold); font-style: normal; }

  .slot-divider {
    width: 2px;
    height: 80px;
    background: rgba(214, 158, 46, 0.3);
  }

  .slot-note {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 6px;
  }

  /* Pricing comparison */
  .founding-perks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 48px;
  }

  .founding-perk {
    background: white;
    border-radius: 14px;
    padding: 32px 32px;
    border: 1px solid var(--border);
    border-left: 4px solid var(--deep-orange);
    box-shadow: 0 4px 16px rgba(26, 54, 93, 0.04);
    transition: all 0.25s;
  }

  .founding-perk:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(26, 54, 93, 0.08);
  }

  .founding-perk-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: var(--deep-orange);
    letter-spacing: 1.5px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
  }

  .founding-perk-name {
    font-family: 'Fraunces', serif;
    font-size: 22px;
    font-weight: 500;
    color: var(--navy);
    line-height: 1.2;
    margin-bottom: 14px;
    letter-spacing: -0.4px;
  }

  .founding-perk-desc {
    font-size: 14px;
    color: var(--slate);
    line-height: 1.6;
  }

  .pricing-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 48px;
  }

  .pricing-card {
    padding: 40px 36px;
    border-radius: 16px;
    position: relative;
    background: white;
  }

  .pricing-card.standard {
    border: 1px solid var(--border);
    opacity: 0.7;
  }

  .pricing-card.founding {
    border: 2px solid var(--deep-orange);
    box-shadow: 0 20px 60px rgba(192, 86, 33, 0.15);
    transform: translateY(-8px);
  }

  .pricing-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--deep-orange);
    color: white;
    padding: 6px 18px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 100px;
    font-family: 'JetBrains Mono', monospace;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(192, 86, 33, 0.25);
  }

  .pricing-eyebrow {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
  }

  .pricing-card.standard .pricing-eyebrow { color: var(--slate); }
  .pricing-card.founding .pricing-eyebrow { color: var(--deep-orange); }

  .pricing-name {
    font-family: 'Fraunces', serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 20px;
    letter-spacing: -0.5px;
  }

  .pricing-amount {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 8px;
  }

  .pricing-price {
    font-family: 'Fraunces', serif;
    font-size: 56px;
    font-weight: 700;
    color: var(--navy);
    letter-spacing: -2px;
    line-height: 1;
  }

  .pricing-card.standard .pricing-price {
    text-decoration: line-through;
    text-decoration-color: rgba(26, 54, 93, 0.4);
    text-decoration-thickness: 3px;
  }

  .pricing-price-locked {
    font-family: 'Fraunces', serif;
    font-size: 38px;
    font-weight: 500;
    font-style: italic;
    color: var(--deep-orange);
    letter-spacing: -1px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }

  .pricing-price-locked::before {
    content: '🔒';
    font-size: 28px;
    font-style: normal;
    filter: grayscale(0.3);
  }

  .pricing-period { font-size: 16px; color: var(--slate); font-weight: 500; }
  .pricing-seats { font-size: 14px; color: var(--slate); margin-bottom: 28px; }

  .pricing-features { list-style: none; margin-bottom: 32px; }

  .pricing-features li {
    padding: 10px 0;
    padding-left: 28px;
    position: relative;
    font-size: 14px;
    color: var(--ink);
    line-height: 1.4;
    border-bottom: 1px solid rgba(26, 54, 93, 0.06);
  }

  .pricing-features li:last-child { border-bottom: none; }

  .pricing-features li::before {
    position: absolute; left: 0; top: 10px;
    width: 18px; height: 18px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px; font-weight: 700; line-height: 18px;
  }

  .pricing-card.standard .pricing-features li::before {
    content: '✓';
    color: var(--slate);
    background: rgba(26, 54, 93, 0.08);
  }

  .pricing-card.founding .pricing-features li::before {
    content: '✓';
    color: white;
    background: var(--deep-orange);
  }

  .pricing-features li.special { font-weight: 600; color: var(--navy); }

  .pricing-cta {
    display: block;
    padding: 16px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    transition: all 0.2s;
  }

  .pricing-card.standard .pricing-cta {
    background: white;
    color: var(--slate);
    border: 1px solid rgba(26, 54, 93, 0.2);
  }

  .pricing-card.founding .pricing-cta {
    background: var(--navy);
    color: white;
    border: 1px solid var(--navy);
    box-shadow: 0 4px 16px rgba(26, 54, 93, 0.25);
  }

  .pricing-card.founding .pricing-cta:hover {
    background: var(--deep-orange);
    border-color: var(--deep-orange);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(192, 86, 33, 0.35);
  }

  .guarantee {
    background: white;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 28px 36px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 28px;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
  }

  .guarantee-icon {
    width: 56px; height: 56px;
    background: rgba(214, 158, 46, 0.12);
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px;
  }

  .guarantee-title {
    font-family: 'Fraunces', serif;
    font-size: 20px; font-weight: 500;
    color: var(--navy);
    margin-bottom: 4px;
    letter-spacing: -0.3px;
  }

  .guarantee-desc { font-size: 14px; color: var(--slate); line-height: 1.5; }

  /* ============ FINAL CTA ============ */
  .final {
    padding: 120px 48px;
    background: var(--deeper-navy);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .final::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
      radial-gradient(circle at 50% 50%, rgba(192, 86, 33, 0.08) 0%, transparent 50%);
    pointer-events: none;
  }

  .final-container { max-width: 800px; margin: 0 auto; position: relative; z-index: 2; }

  .final-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(40px, 5.5vw, 64px);
    font-weight: 500;
    letter-spacing: -1.5px;
    color: white;
    margin-bottom: 24px;
    line-height: 1.05;
  }

  .final-title em { font-style: italic; color: var(--gold); }

  .final-sub {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 48px;
    line-height: 1.55;
  }

  .final-cta {
    background: white; color: var(--navy);
    padding: 18px 36px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px; font-weight: 600;
    display: inline-flex; align-items: center; gap: 10px;
    transition: all 0.25s;
  }

  .final-cta:hover {
    background: var(--gold);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(214, 158, 46, 0.3);
  }

  .tagline {
    margin-top: 64px;
    padding-top: 40px;
    border-top: 1px solid rgba(214, 158, 46, 0.2);
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-size: 18px;
    color: var(--gold);
    letter-spacing: 0.5px;
  }

  /* ============ FOOTER ============ */
  footer {
    background: var(--deeper-navy);
    color: rgba(255, 255, 255, 0.6);
    padding: 48px 48px 32px;
    border-top: 1px solid rgba(214, 158, 46, 0.1);
    font-size: 13px;
  }

  .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  .footer-legal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(214, 158, 46, 0.1);
  }

  .footer-legal a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.2s;
  }

  .footer-legal a:hover { color: var(--gold); }

  .footer-legal-divider {
    width: 3px;
    height: 3px;
    background: rgba(214, 158, 46, 0.4);
    border-radius: 50%;
  }

  .footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    color: rgba(255, 255, 255, 0.5);
  }

  .footer-bottom a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s;
  }

  .footer-bottom a:hover { color: var(--gold); }

  /* ============ RESPONSIVE ============ */
  /* ============ TABLET (1024px and below) ============ */
  @media (max-width: 1024px) {
    .hero {
      grid-template-columns: 1fr;
      gap: 48px;
      padding: 120px 24px 80px;
      min-height: auto;
    }
    .hero-visual { order: -1; }
    .flame-container { width: 240px; height: 280px; }
    .flame-svg { width: 180px; }

    .nav-links { display: none; }
    .nav { padding: 16px 20px; }

    .platform-grid { grid-template-columns: 1fr; gap: 20px; }
    .platform-also-items { grid-template-columns: 1fr; gap: 24px; }
    .founding-perks { grid-template-columns: 1fr; gap: 20px; }
    .pricing-compare { grid-template-columns: 1fr; gap: 32px; }
    .pricing-card.founding { transform: none; margin-top: 20px; }

    /* Founder block */
    .founder { padding: 72px 24px; }
    .founder-container {
      grid-template-columns: 1fr;
      gap: 32px;
      text-align: center;
    }
    .founder-mark { margin: 0 auto; }

    /* Extract */
    .extract { padding: 80px 24px; }
    .artifact-body { padding: 28px 28px; }
    .artifact-row { grid-template-columns: 1fr; gap: 20px; }

    .guarantee {
      grid-template-columns: 1fr;
      text-align: center;
      padding: 24px;
      gap: 16px;
    }
    .guarantee-icon { margin: 0 auto; }

    .platform, .founding, .final, .manager { padding: 80px 24px; }
    .manager-features { grid-template-columns: 1fr; }
  }

  /* ============ MOBILE (640px and below) ============ */
  @media (max-width: 640px) {
    /* Nav */
    .nav { padding: 14px 18px; }
    .nav-logo svg { width: 22px; height: 28px; }
    .nav-logo-text { font-size: 15px; }
    .nav-cta { padding: 8px 14px; font-size: 13px; }

    /* Hero — fix the typography overlap + tighten everything */
    .hero {
      padding: 96px 20px 60px;
      gap: 36px;
    }

    .eyebrow {
      font-size: 10px;
      padding: 5px 12px;
      letter-spacing: 1.5px;
      margin-bottom: 24px;
    }

    h1 {
      font-size: 44px;
      letter-spacing: -1.5px;
      line-height: 1.02;
      margin-bottom: 20px;
    }

    /* Critical fix — the underline highlight was overlapping descenders on small screens */
    h1 .hl::after {
      bottom: 4px;
      height: 8px;
      opacity: 0.25;
    }

    .hero-subtitle {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 28px;
    }

    /* Stack CTAs vertically on mobile, full-width primary */
    .hero-ctas {
      flex-direction: column;
      align-items: stretch;
      gap: 12px;
      margin-bottom: 36px;
    }

    .btn-primary {
      justify-content: center;
      padding: 15px 24px;
      font-size: 15px;
    }

    .btn-secondary {
      justify-content: center;
      padding: 12px 16px;
      font-size: 14px;
    }

    /* Capability strip — needs proper mobile treatment */
    .cap-strip {
      flex-direction: column;
      align-items: flex-start;
      gap: 14px;
      padding-top: 24px;
    }

    .cap-strip-items {
      gap: 10px 18px;
      width: 100%;
    }

    .cap-item { font-size: 12px; }

    /* Hero visual — much smaller on mobile */
    .flame-container { width: 180px; height: 220px; }
    .flame-glow { width: 280px; height: 280px; }
    .flame-svg { width: 140px; }

    /* Section padding */
    .platform, .founding, .final, .founder, .extract, .manager {
      padding: 64px 20px;
    }

    /* Section eyebrows */
    .section-eyebrow,
    .platform-eyebrow {
      font-size: 10px;
      letter-spacing: 1.5px;
      margin-bottom: 16px;
    }

    /* Section titles */
    .platform-title,
    .extract-title {
      font-size: 32px;
      letter-spacing: -1px;
      margin-bottom: 18px;
    }

    .manager-title {
      font-size: 32px;
      letter-spacing: -1px;
      margin-bottom: 18px;
    }

    .platform-sub,
    .extract-sub {
      font-size: 15px;
      line-height: 1.55;
    }

    .manager-sub {
      font-size: 15px;
      line-height: 1.55;
    }

    /* Section headers */
    .platform-header,
    .extract-header { margin-bottom: 40px; }

    .manager-header { margin-bottom: 40px; }

    .manager-artifact-body { padding: 24px 22px; }
    .manager-plan-headline { font-size: 18px; padding-bottom: 18px; margin-bottom: 22px; }
    .manager-action { grid-template-columns: 28px 1fr; gap: 12px; padding: 14px 0; }
    .manager-action-num { width: 24px; height: 24px; font-size: 11px; }
    .manager-action-title { font-size: 14px; }
    .manager-action-meta { font-size: 12px; }
    .manager-feature { padding: 22px 22px; }
    .manager-feature-name { font-size: 17px; }
    .manager-companion-line { font-size: 18px; }

    /* Founder block mobile */
    .founder-mark { width: 64px; height: 64px; font-size: 26px; }
    .founder-quote { font-size: 22px; line-height: 1.25; margin-bottom: 20px; }
    .founder-body { font-size: 15px; line-height: 1.6; }
    .founder-eyebrow { font-size: 10px; }
    .founder-sig { font-size: 14px; }

    /* Extract artifact mobile */
    .artifact-header {
      flex-direction: column;
      align-items: flex-start;
      padding: 14px 20px;
      gap: 6px;
    }
    .artifact-tag { font-size: 9px; }
    .artifact-meta { font-size: 10px; }
    .artifact-body { padding: 24px 20px; }
    .artifact-value { font-size: 18px; }
    .artifact-section-title { font-size: 15px; }
    .artifact-list li { font-size: 13px; padding: 9px 0 9px 20px; }
    .artifact-row { padding-bottom: 22px; margin-bottom: 22px; gap: 14px; }
    .artifact-footer { font-size: 12px; padding: 12px 16px; }

    /* Founding perks mobile */
    .founding-perk { padding: 24px 22px; }
    .founding-perk-name { font-size: 19px; }
    .founding-perk-desc { font-size: 13px; }

    /* Platform also strip mobile */
    .platform-also { padding: 28px 22px; }
    .platform-also-label { font-size: 10px; margin-bottom: 18px; }
    .platform-also-name { font-size: 16px; }
    .platform-also-desc { font-size: 12px; }
    .platform-also-item { padding-left: 14px; }

    /* Platform cards — full single column on mobile */
    .platform-grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .cap-card { padding: 28px 22px; }
    .cap-icon {
      width: 40px;
      height: 40px;
      margin-bottom: 18px;
    }
    .cap-name {
      font-size: 19px;
      margin-bottom: 10px;
    }
    .cap-desc {
      font-size: 13px;
      margin-bottom: 14px;
    }
    .cap-features li { font-size: 12px; padding: 5px 0 5px 14px; }

    /* Comparison rows — fix the broken layout */
    .compare-row {
      grid-template-columns: 1fr;
      margin-bottom: 14px;
    }
    .compare-them, .compare-us { padding: 22px 20px; }
    .compare-them { border-bottom: 1px solid var(--border); }
    .compare-us { border-left: none; border-top: 3px solid var(--deep-orange); }
    .compare-vs {
      padding: 8px;
      font-size: 12px;
      letter-spacing: 2px;
    }
    .compare-statement {
      font-size: 18px;
      letter-spacing: -0.3px;
      margin-bottom: 8px;
      line-height: 1.25;
    }
    .compare-detail { font-size: 12px; line-height: 1.5; }
    .compare-label {
      font-size: 9px;
      letter-spacing: 1.5px;
      margin-bottom: 8px;
    }

    /* Founding section */
    .founding-title { font-size: 36px; }
    .founding-sub { font-size: 15px; }

    .slot-counter {
      padding: 24px 18px;
      gap: 18px;
      margin-bottom: 40px;
    }
    .slot-label {
      font-size: 9px;
      letter-spacing: 1.5px;
    }
    .slot-main {
      font-size: 32px;
      letter-spacing: -0.8px;
    }
    .slot-divider { width: 50px; }
    .slot-note { font-size: 11px; line-height: 1.4; }

    .pricing-card { padding: 28px 22px; }
    .pricing-card.founding {
      transform: none;
      margin-top: 28px;
    }
    .pricing-badge {
      top: -14px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 9px;
      padding: 6px 14px;
      letter-spacing: 1.5px;
      white-space: nowrap;
    }
    .pricing-name {
      font-size: 20px;
      margin-bottom: 16px;
    }
    .pricing-price { font-size: 44px; letter-spacing: -1.5px; }
    .pricing-price-locked { font-size: 28px; }
    .pricing-price-locked::before { font-size: 22px; }
    .pricing-period { font-size: 14px; }
    .pricing-seats { font-size: 12px; margin-bottom: 22px; }
    .pricing-features li {
      font-size: 13px;
      padding: 9px 0 9px 26px;
    }
    .pricing-cta {
      padding: 14px 22px;
      font-size: 14px;
    }

    /* Guarantee */
    .guarantee {
      padding: 22px 20px;
      gap: 14px;
    }
    .guarantee-icon {
      width: 48px;
      height: 48px;
      font-size: 22px;
    }
    .guarantee-title { font-size: 17px; }
    .guarantee-desc { font-size: 13px; line-height: 1.5; }

    /* Final CTA */
    .final-title { font-size: 38px; letter-spacing: -1.2px; }
    .final-sub { font-size: 15px; line-height: 1.55; margin-bottom: 36px; }
    .final-cta {
      padding: 16px 28px;
      font-size: 15px;
    }
    .tagline {
      margin-top: 48px;
      padding-top: 32px;
      font-size: 16px;
    }

    /* Footer */
    footer {
      padding: 36px 20px 24px;
      font-size: 12px;
      line-height: 1.5;
    }

    .footer-legal {
      gap: 14px 18px;
      margin-bottom: 16px;
      padding-bottom: 16px;
    }

    .footer-legal a { font-size: 12px; }

    .footer-bottom {
      flex-direction: column;
      gap: 6px;
      font-size: 11px;
    }
  }

  /* ============ ULTRA-NARROW (380px and below — older phones) ============ */
  @media (max-width: 380px) {
    h1 { font-size: 38px; }
    .platform-title, .extract-title { font-size: 28px; }
    .founding-title { font-size: 32px; }
    .final-title { font-size: 32px; }
    .pricing-price { font-size: 38px; }
    .founder-quote { font-size: 19px; }
    .founding-perk-name { font-size: 17px; }
  }

  /* ============ NEW SECTIONS — RESPONSIVE (vs-Gong + Who it's for) ============ */
  @media (max-width: 1024px) {
    .versus, .whofor { padding: 80px 24px; }
    .icp-grid { grid-template-columns: repeat(2, 1fr); }
    .compare-headrow, .compare-row { grid-template-columns: 1fr 90px 1fr; }
  }
  @media (max-width: 640px) {
    .versus, .whofor { padding: 64px 20px; }
    .versus-title, .whofor-title { font-size: 32px; letter-spacing: -1px; margin-bottom: 18px; }
    .versus-sub, .whofor-sub { font-size: 15px; }
    .versus-header, .whofor-header { margin-bottom: 40px; }
    .compare-headrow { display: none; }
    .compare-kicker { font-size: 18px; }
    .icp-grid { grid-template-columns: 1fr; gap: 16px; }
    .icp-card { padding: 24px 22px; }
    .icp-name { font-size: 19px; }
  }


  /* ============ LANDING-PAGE HERO ============ */
  .lp-hero { max-width: 1100px; margin: 0 auto; padding: 150px 48px 70px; position: relative; }
  .lp-hero::before {
    content: ''; position: absolute; inset: 0;
    background-image:
      linear-gradient(to right, rgba(26,54,93,0.04) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(26,54,93,0.04) 1px, transparent 1px);
    background-size: 80px 80px; pointer-events: none;
    mask-image: radial-gradient(ellipse at top left, black 30%, transparent 75%);
  }
  .lp-hero-inner { max-width: 780px; position: relative; z-index: 2; }
  .lp-badge {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 500;
    letter-spacing: 2px; text-transform: uppercase; color: var(--deep-orange);
    padding: 6px 14px; background: rgba(192,86,33,0.08);
    border: 1px solid rgba(192,86,33,0.15); border-radius: 100px; margin-bottom: 26px;
  }
  .lp-h1 {
    font-family: 'Fraunces', serif; font-size: clamp(40px, 5.4vw, 66px);
    font-weight: 500; letter-spacing: -1.8px; line-height: 1.0; color: var(--navy); margin-bottom: 24px;
  }
  .lp-h1 em { font-style: italic; color: var(--deep-orange); }
  .lp-sub { font-size: 19px; color: var(--slate); line-height: 1.55; max-width: 640px; margin-bottom: 36px; }
  .lp-sub strong { color: var(--navy); font-weight: 600; }
  .lp-ctas { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }

  /* ============ CRM TIMING BANNER ============ */
  .crm-banner { max-width: 1100px; margin: -6px auto 0; padding: 0 48px 6px; position: relative; z-index: 3; }
  .crm-banner-inner {
    display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    background: rgba(214,158,46,0.1); border: 1px solid rgba(214,158,46,0.3);
    border-radius: 12px; padding: 14px 20px; font-size: 14px; color: var(--navy); line-height: 1.5;
  }
  .crm-banner-inner.live { background: rgba(192,86,33,0.06); border-color: rgba(192,86,33,0.22); }
  .crm-banner-inner strong { font-weight: 700; }
  .crm-chip {
    font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1px;
    text-transform: uppercase; padding: 5px 11px; border-radius: 100px; font-weight: 600;
    background: var(--gold); color: var(--deeper-navy); white-space: nowrap; flex-shrink: 0;
  }
  .crm-chip.live { background: var(--deep-orange); color: white; }

  /* ============ PROBLEM (YOUR TUESDAY) ============ */
  .problem { padding: 110px 48px; background: var(--deeper-navy); color: white; position: relative; overflow: hidden; }
  .problem::before {
    content: ''; position: absolute; inset: 0;
    background-image:
      radial-gradient(circle at 18% 25%, rgba(192,86,33,0.08) 0%, transparent 45%),
      radial-gradient(circle at 82% 80%, rgba(214,158,46,0.05) 0%, transparent 45%);
    pointer-events: none;
  }
  .problem-container { max-width: 1000px; margin: 0 auto; position: relative; z-index: 2; }
  .problem-header { max-width: 760px; margin: 0 auto 8px; text-align: center; }
  .problem-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
  .problem-title {
    font-family: 'Fraunces', serif; font-size: clamp(32px, 4vw, 50px);
    font-weight: 500; letter-spacing: -1.2px; line-height: 1.08; color: white; margin-bottom: 28px;
  }
  .problem-title em { color: var(--gold); font-style: italic; }
  .problem-quote {
    font-family: 'Fraunces', serif; font-style: italic; font-size: clamp(19px, 2.3vw, 25px);
    font-weight: 500; color: rgba(255,255,255,0.82); line-height: 1.4; letter-spacing: -0.3px;
    padding-left: 22px; border-left: 3px solid var(--deep-orange); max-width: 680px; margin: 0 auto; text-align: left;
  }
  .problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 52px; }
  .problem-card {
    background: rgba(255,255,255,0.04); border: 1px solid rgba(214,158,46,0.18);
    border-radius: 14px; padding: 28px 30px;
  }
  .problem-card.after { border-color: rgba(192,86,33,0.4); background: rgba(192,86,33,0.07); }
  .problem-card-label {
    font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1.5px;
    text-transform: uppercase; margin-bottom: 16px;
  }
  .problem-card.before .problem-card-label { color: rgba(255,255,255,0.5); }
  .problem-card.after .problem-card-label { color: var(--gold); }
  .problem-card ul { list-style: none; }
  .problem-card li { font-size: 14px; color: rgba(255,255,255,0.78); line-height: 1.5; padding: 9px 0 9px 22px; position: relative; }
  .problem-card.before li::before { content: '\00D7'; position: absolute; left: 0; color: rgba(255,255,255,0.4); font-weight: 700; }
  .problem-card.after li::before { content: '\2192'; position: absolute; left: 0; color: var(--deep-orange); font-weight: 700; }

  /* ============ FAQ / OBJECTIONS ============ */
  .faq { padding: 110px 48px; background: var(--warm-cream); }
  .faq-container { max-width: 860px; margin: 0 auto; }
  .faq-header { text-align: center; margin-bottom: 48px; }
  .faq-title { font-family: 'Fraunces', serif; font-size: clamp(32px, 4vw, 50px); font-weight: 500; letter-spacing: -1.2px; color: var(--navy); }
  .faq-title em { color: var(--deep-orange); font-style: italic; }
  .faq-item { background: white; border: 1px solid var(--border); border-left: 3px solid var(--deep-orange); border-radius: 12px; padding: 26px 30px; margin-bottom: 16px; }
  .faq-q { font-family: 'Fraunces', serif; font-size: 19px; font-weight: 600; color: var(--navy); margin-bottom: 10px; letter-spacing: -0.2px; }
  .faq-a { font-size: 15px; color: var(--slate); line-height: 1.6; }
  .faq-a strong { color: var(--navy); font-weight: 600; }

  /* ============ PROOF ============ */
  .proof { padding: 110px 48px; background: var(--warm-cream); border-top: 1px solid var(--border); }
  .proof-container { max-width: 1100px; margin: 0 auto; }
  .proof-header { text-align: center; max-width: 760px; margin: 0 auto 48px; }
  .proof-title { font-family: 'Fraunces', serif; font-size: clamp(32px, 4vw, 50px); font-weight: 500; letter-spacing: -1.2px; color: var(--navy); margin-bottom: 20px; }
  .proof-title em { color: var(--deep-orange); font-style: italic; }
  .proof-sub { font-size: 18px; color: var(--slate); line-height: 1.55; }
  .proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .proof-card { background: white; border: 1px solid var(--border); border-radius: 14px; padding: 32px 30px; box-shadow: 0 4px 16px rgba(26,54,93,0.04); }
  .proof-card-icon { width: 52px; height: 52px; background: rgba(192,86,33,0.08); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--deep-orange); margin-bottom: 18px; font-size: 18px; font-weight: 700; font-family: 'Fraunces', serif; }
  .proof-card-name { font-family: 'Fraunces', serif; font-size: 19px; font-weight: 600; color: var(--navy); margin-bottom: 10px; letter-spacing: -0.2px; }
  .proof-card-desc { font-size: 14px; color: var(--slate); line-height: 1.55; }

  /* ============ LP RESPONSIVE ============ */
  @media (max-width: 1024px) {
    .lp-hero { padding: 128px 24px 56px; }
    .crm-banner { padding: 0 24px 6px; }
    .problem, .faq, .proof { padding: 80px 24px; }
    .problem-grid { grid-template-columns: 1fr; }
    .proof-grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 640px) {
    .lp-hero { padding: 100px 20px 48px; }
    .lp-badge { font-size: 10px; letter-spacing: 1.5px; }
    .lp-h1 { font-size: 38px; letter-spacing: -1.2px; }
    .lp-sub { font-size: 16px; }
    .lp-ctas { flex-direction: column; align-items: stretch; }
    .lp-ctas .btn-primary, .lp-ctas .btn-secondary { justify-content: center; }
    .crm-banner { padding: 0 20px 6px; }
    .problem, .faq, .proof { padding: 60px 20px; }
    .problem-title, .faq-title, .proof-title { font-size: 30px; letter-spacing: -1px; }
    .problem-card { padding: 24px 22px; }
    .faq-item { padding: 22px 22px; }
    .faq-q { font-size: 17px; }
    .proof-card { padding: 26px 24px; }
  }

  /* Clickable ICP cards (homepage who-it's-for) */
  a.icp-card { text-decoration: none; color: inherit; cursor: pointer; }
  .icp-go { margin-top: 2px; font-size: 13px; font-weight: 600; color: var(--gold); opacity: 0.8; transition: opacity .25s; }
  .icp-go::after { content: '\2192'; display: inline-block; margin-left: 6px; transition: transform .25s; }
  a.icp-card:hover .icp-go { opacity: 1; }
  a.icp-card:hover .icp-go::after { transform: translateX(4px); }
