<style>
  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { font-family: 'DM Sans', sans-serif; color: #111; background: #FAFAF8; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
  :root {
    --teal: #0D5B52; --teal-mid: #0F6B60; --teal-light: #E6F2F0;
    --gold: #C9922B; --gold-light: #FBF4E8;
    --ink: #111111; --mid: #444444; --muted: #7A7A7A;
    --border: #E2E2DC; --off-white: #FAFAF8; --white: #FFFFFF; --dark: #0A0A0A;
  }

  /* ANNOTATION */
  .annotation { background: #1A1A1A; color: #FFF; padding: 10px 48px; font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; display: flex; justify-content: space-between; align-items: center; }
  .annotation span { color: var(--gold); }

  /* NAV */
  .nav-sub { font-size: 11px; color: var(--muted); text-align: center; padding: 7px; background: var(--teal-light); letter-spacing: 0.5px; }
  nav { position: sticky; top: 0; z-index: 100; background: rgba(250,250,248,0.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); padding: 0 64px; display: flex; align-items: center; justify-content: space-between; height: 68px; }
  .nav-logo { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--teal); }
  .nav-logo span { color: var(--gold); }
  .nav-links { display: flex; gap: 32px; list-style: none; align-items: center; }
  .nav-links a { font-size: 13.5px; font-weight: 500; color: var(--mid); text-decoration: none; transition: color 0.2s; }
  .nav-links a.active { color: var(--teal); font-weight: 600; }
  .nav-cta { background: var(--teal); color: white !important; padding: 9px 22px; border-radius: 4px; font-size: 13px !important; font-weight: 600 !important; letter-spacing: 0.5px; text-transform: uppercase; }

  /* SHARED */
  .section-label { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; display: flex; align-items: center; gap: 12px; }
  .section-label::before { content: ''; display: block; width: 24px; height: 1px; background: var(--gold); opacity: 0.6; }
  .section-label.on-dark { color: rgba(201,146,43,0.85); }
  .section-label.on-dark::before { opacity: 0.4; }
  .section-title { font-family: 'Playfair Display', serif; font-size: clamp(30px, 3.2vw, 44px); font-weight: 900; line-height: 1.08; letter-spacing: -0.5px; color: var(--ink); }
  .section-title em { font-style: italic; color: var(--teal); }
  .section-title.on-dark { color: white; }
  .section-title.on-dark em { color: var(--gold); }
  .btn-gold { background: var(--gold); color: white; padding: 14px 28px; border-radius: 4px; font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; transition: background 0.2s, transform 0.15s; display: inline-block; }
  .btn-gold:hover { background: #b8831f; transform: translateY(-1px); }
  .btn-teal { background: var(--teal); color: white; padding: 14px 28px; border-radius: 4px; font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; transition: background 0.2s; display: inline-block; }
  .btn-teal:hover { background: var(--teal-mid); }
  .btn-outline-white { border: 1.5px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.65); padding: 13px 24px; border-radius: 4px; font-size: 13px; font-weight: 500; text-decoration: none; transition: all 0.2s; display: inline-block; }
  .btn-outline-white:hover { border-color: rgba(255,255,255,0.5); color: white; }

  /* ═══════════════════════════════════
     SECTION 1 — HERO
  ═══════════════════════════════════ */
  .hero { background: var(--ink); padding: 96px 64px; overflow: hidden; position: relative; }
  .hero-grid-bg {
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
  }
  .hero-glow { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(13,91,82,0.15) 0%, transparent 70%); top: -150px; right: 100px; pointer-events: none; }
  .hero-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; }
  .hero-breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 28px; font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; }
  .hero-breadcrumb a { color: rgba(255,255,255,0.3); text-decoration: none; }
  .hero-breadcrumb .sep { color: rgba(255,255,255,0.15); }
  .hero-breadcrumb .current { color: var(--gold); }
  .hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(40px, 4.5vw, 62px); font-weight: 900; line-height: 1.06; letter-spacing: -1px; color: white; margin-bottom: 28px; }
  .hero h1 em { font-style: italic; color: var(--gold); }
  .hero-sub { font-size: 17px; color: rgba(255,255,255,0.6); line-height: 1.7; max-width: 480px; margin-bottom: 44px; font-weight: 300; }
  .hero-sub strong { color: rgba(255,255,255,0.92); font-weight: 500; }
  .hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
  /* RIGHT — two mentor preview cards stacked */
  .hero-mentor-previews { display: flex; flex-direction: column; gap: 16px; }
  .hmp-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 24px; display: flex; gap: 18px; align-items: flex-start; transition: background 0.2s; }
  .hmp-card:hover { background: rgba(255,255,255,0.07); }
  .hmp-initial { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: white; flex-shrink: 0; }
  .hmp-initial.teal-bg { background: var(--teal); }
  .hmp-initial.gold-bg { background: rgba(201,146,43,0.5); border: 1px solid rgba(201,146,43,0.4); }
  .hmp-body { flex: 1; }
  .hmp-name { font-size: 15px; font-weight: 600; color: white; margin-bottom: 4px; }
  .hmp-schools { font-size: 12px; color: var(--gold); font-weight: 500; margin-bottom: 8px; }
  .hmp-tags { display: flex; flex-wrap: wrap; gap: 5px; }
  .hmp-tag { font-size: 10.5px; padding: 3px 9px; border-radius: 3px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); color: rgba(255,255,255,0.55); font-family: 'DM Mono', monospace; letter-spacing: 0.5px; }
  .hero-trust-strip { display: flex; gap: 32px; margin-top: 28px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.06); }
  .hts-item { display: flex; flex-direction: column; gap: 4px; }
  .hts-num { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 900; color: white; line-height: 1; }
  .hts-num span { color: var(--gold); font-size: 18px; }
  .hts-label { font-size: 11px; color: rgba(255,255,255,0.4); line-height: 1.4; }

  /* ═══════════════════════════════════
     SECTION 2 — THE PROBLEM
  ═══════════════════════════════════ */
  .problem-section { background: var(--teal); padding: 96px 64px; }
  .problem-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .problem-left .section-title { margin-bottom: 28px; }
  .problem-body { font-size: 16px; color: rgba(255,255,255,0.65); line-height: 1.75; font-weight: 300; }
  .problem-body + .problem-body { margin-top: 16px; }
  .problem-body strong { color: rgba(255,255,255,0.95); font-weight: 500; }
  .problem-right { display: flex; flex-direction: column; gap: 4px; }
  .compare-header { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-bottom: 4px; }
  .compare-col-label { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; padding: 12px 18px; border-radius: 6px 6px 0 0; text-align: center; }
  .compare-col-label.them { background: rgba(220,80,80,0.1); color: rgba(220,80,80,0.6); }
  .compare-col-label.us { background: rgba(13,91,82,0.3); color: rgba(78,205,196,0.8); }
  .compare-row { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
  .compare-cell { padding: 16px 18px; }
  .compare-cell.them { background: rgba(220,80,80,0.06); border: 1px solid rgba(220,80,80,0.1); border-radius: 0 0 0 0; }
  .compare-cell.us { background: rgba(13,91,82,0.2); border: 1px solid rgba(13,91,82,0.2); }
  .compare-row:last-child .compare-cell.them { border-radius: 0 0 0 6px; }
  .compare-row:last-child .compare-cell.us { border-radius: 0 0 6px 0; }
  .compare-cell-text { font-size: 13px; line-height: 1.45; }
  .compare-cell.them .compare-cell-text { color: rgba(255,255,255,0.4); }
  .compare-cell.us .compare-cell-text { color: rgba(255,255,255,0.85); font-weight: 500; }

  /* ═══════════════════════════════════
     SECTION 3 — MENTOR PROFILES
  ═══════════════════════════════════ */
  .mentors-section { background: var(--off-white); padding: 96px 64px; }
  .mentors-inner { max-width: 1280px; margin: 0 auto; }
  .mentors-header { margin-bottom: 60px; }
  .mentors-header p { font-size: 16px; color: var(--mid); line-height: 1.65; max-width: 540px; margin-top: 16px; }
  /* Full mentor profile card */
  .mentor-profile { background: var(--white); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; margin-bottom: 32px; transition: box-shadow 0.2s; }
  .mentor-profile:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.07); }
  .mentor-profile:last-child { margin-bottom: 0; }
  .mp-inner { display: grid; grid-template-columns: 320px 1fr; }
  /* LEFT — photo + credentials */
  .mp-left { background: var(--ink); padding: 48px 40px; display: flex; flex-direction: column; gap: 0; position: relative; overflow: hidden; }
  .mp-left::before { content: ''; position: absolute; top: -40px; right: -40px; width: 200px; height: 200px; border-radius: 50%; border: 40px solid rgba(255,255,255,0.03); }
  .mp-photo-placeholder { width: 100px; height: 100px; border-radius: 50%; background: var(--teal); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 700; color: white; margin-bottom: 24px; border: 3px solid rgba(255,255,255,0.1); }
  .mp-photo-placeholder.gold { background: rgba(201,146,43,0.4); border-color: rgba(201,146,43,0.3); }
  .mp-name { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 900; color: white; margin-bottom: 6px; }
  .mp-schools-label { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 8px; margin-top: 20px; }
  .mp-school-item { font-size: 13px; color: rgba(255,255,255,0.75); margin-bottom: 3px; line-height: 1.4; }
  .mp-school-item span { color: var(--gold); font-weight: 500; }
  .mp-exp-label { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 8px; margin-top: 20px; }
  .mp-companies { display: flex; flex-wrap: wrap; gap: 6px; }
  .mp-company { font-size: 11px; padding: 4px 10px; border-radius: 3px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.6); font-family: 'DM Mono', monospace; letter-spacing: 0.5px; }
  .mp-company.highlight { background: rgba(201,146,43,0.15); border-color: rgba(201,146,43,0.3); color: var(--gold); }
  /* RIGHT — profile details */
  .mp-right { padding: 48px 48px; }
  .mp-focus-label { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
  .mp-focus { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: var(--ink); line-height: 1.25; margin-bottom: 24px; }
  .mp-story { font-size: 15px; color: var(--mid); line-height: 1.75; margin-bottom: 28px; }
  .mp-story strong { color: var(--ink); font-weight: 600; }
  /* Two-column detail grid */
  .mp-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 32px; }
  .mp-detail-box { background: var(--off-white); border: 1px solid var(--border); border-radius: 8px; padding: 20px; }
  .mp-detail-box-label { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
  .mp-detail-list { list-style: none; display: flex; flex-direction: column; gap: 7px; }
  .mp-detail-list li { font-size: 13px; color: var(--mid); display: flex; align-items: flex-start; gap: 8px; line-height: 1.4; }
  .mp-detail-list li::before { content: '→'; color: var(--teal); font-size: 11px; flex-shrink: 0; margin-top: 2px; }
  /* Best for tag row */
  .mp-best-for { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
  .mp-best-for-label { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); flex-shrink: 0; }
  .mp-best-for-tag { font-size: 12px; padding: 5px 12px; border-radius: 4px; background: var(--teal-light); border: 1px solid rgba(13,91,82,0.15); color: var(--teal); font-weight: 500; }

  /* ═══════════════════════════════════
     SECTION 4 — WHAT MAKES THIS DIFFERENT
  ═══════════════════════════════════ */
  .diff-section { background: var(--white); padding: 96px 64px; border-top: 1px solid var(--border); }
  .diff-inner { max-width: 1280px; margin: 0 auto; }
  .diff-header { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-bottom: 60px; align-items: end; }
  .diff-header p { font-size: 16px; color: var(--mid); line-height: 1.7; }
  .diff-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .diff-card { border: 1px solid var(--border); border-radius: 10px; padding: 28px 24px; background: var(--off-white); position: relative; overflow: hidden; transition: border-color 0.2s, box-shadow 0.2s; }
  .diff-card:hover { border-color: var(--teal); box-shadow: 0 4px 20px rgba(13,91,82,0.07); }
  .diff-bg-num { font-family: 'Playfair Display', serif; font-size: 80px; font-weight: 900; color: var(--teal); opacity: 0.05; position: absolute; top: 8px; right: 12px; line-height: 1; }
  .diff-icon { font-size: 28px; margin-bottom: 16px; display: block; }
  .diff-card h4 { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 10px; line-height: 1.3; }
  .diff-card p { font-size: 13.5px; color: var(--mid); line-height: 1.6; }

  /* ═══════════════════════════════════
     SECTION 5 — WHAT MENTORS HELP WITH
  ═══════════════════════════════════ */
  .helps-section { background: var(--off-white); padding: 96px 64px; }
  .helps-inner { max-width: 1280px; margin: 0 auto; }
  .helps-header { margin-bottom: 52px; }
  .helps-header p { font-size: 16px; color: var(--mid); line-height: 1.65; max-width: 560px; margin-top: 16px; }
  .helps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .helps-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 10px; padding: 36px 32px; position: relative; transition: border-color 0.2s, box-shadow 0.2s; }
  .helps-card:hover { border-color: var(--teal); box-shadow: 0 4px 20px rgba(13,91,82,0.07); }
  .helps-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--teal); border-radius: 10px 10px 0 0; }
  .helps-card.gold-top::before { background: var(--gold); }
  .helps-type { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--teal); margin-bottom: 14px; }
  .helps-card.gold-top .helps-type { color: var(--gold); }
  .helps-card h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: var(--ink); margin-bottom: 14px; line-height: 1.2; }
  .helps-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .helps-list li { font-size: 13.5px; color: var(--mid); display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
  .hl-mark { flex-shrink: 0; margin-top: 2px; font-size: 12px; color: var(--teal); }
  .helps-card.gold-top .hl-mark { color: var(--gold); }
  .helps-note { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--border); font-size: 13px; color: var(--muted); font-style: italic; line-height: 1.5; }

  /* ═══════════════════════════════════
     SECTION 6 — HOW TO WORK WITH US
  ═══════════════════════════════════ */
  .how-section { background: var(--ink); padding: 96px 64px; }
  .how-inner { max-width: 1280px; margin: 0 auto; }
  .how-header { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-bottom: 64px; align-items: end; }
  .how-header p { font-size: 16px; color: rgba(255,255,255,0.6); line-height: 1.7; font-weight: 300; }
  .how-header p strong { color: rgba(255,255,255,0.9); font-weight: 500; }
  .how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
  .how-step { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: 10px; padding: 32px 28px; position: relative; overflow: hidden; transition: background 0.2s; }
  .how-step:hover { background: rgba(255,255,255,0.07); }
  .how-step-connector {
    position: absolute; top: 50%; right: -16px;
    width: 32px; height: 1px; background: rgba(255,255,255,0.12);
    z-index: 2;
  }
  .how-step-connector::after { content: '›'; position: absolute; right: -6px; top: -10px; color: rgba(255,255,255,0.2); font-size: 18px; }
  .how-step-num { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
  .how-step-icon { font-size: 28px; margin-bottom: 14px; display: block; }
  .how-step h4 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: white; margin-bottom: 10px; line-height: 1.2; }
  .how-step p { font-size: 13.5px; color: rgba(255,255,255,0.55); line-height: 1.6; }
  .how-step-detail { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.07); }
  .how-step-detail-item { font-size: 12px; color: rgba(255,255,255,0.35); display: flex; align-items: center; gap: 6px; margin-bottom: 5px; }
  .how-step-detail-item::before { content: '·'; color: var(--gold); }
  .how-step-cta { margin-top: 20px; display: inline-block; font-size: 12.5px; font-weight: 600; color: var(--gold); text-decoration: none; letter-spacing: 0.5px; }
  .how-step-cta:hover { text-decoration: underline; }
  .how-note { margin-top: 32px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 8px; padding: 20px 28px; font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.6; text-align: center; }
  .how-note strong { color: rgba(255,255,255,0.8); }

  /* ═══════════════════════════════════
     SECTION 7 — FAQ
  ═══════════════════════════════════ */
  .faq-section { background: var(--off-white); padding: 96px 64px; }
  .faq-inner { max-width: 1280px; margin: 0 auto; }
  .faq-header { margin-bottom: 52px; }
  .faq-header p { font-size: 16px; color: var(--mid); line-height: 1.65; max-width: 480px; margin-top: 14px; }
  .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .faq-item { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 28px; transition: box-shadow 0.2s; }
  .faq-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.05); }
  .faq-q { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 12px; line-height: 1.35; display: flex; align-items: flex-start; gap: 12px; }
  .faq-q-mark { width: 24px; height: 24px; border-radius: 50%; background: var(--teal-light); border: 1px solid rgba(13,91,82,0.15); display: flex; align-items: center; justify-content: center; font-size: 12px; color: var(--teal); font-family: 'DM Mono', monospace; flex-shrink: 0; margin-top: 1px; }
  .faq-a { font-size: 14px; color: var(--mid); line-height: 1.7; padding-left: 36px; }
  .faq-a strong { color: var(--ink); }

  /* ═══════════════════════════════════
     SECTION 8 — CTA
  ═══════════════════════════════════ */
  .cta-section { background: var(--teal); padding: 96px 64px; }
  .cta-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: center; }
  .cta-inner h2 { font-family: 'Playfair Display', serif; font-size: clamp(28px, 3vw, 42px); font-weight: 900; color: white; line-height: 1.1; margin-bottom: 16px; letter-spacing: -0.5px; }
  .cta-inner h2 em { font-style: italic; color: var(--gold); }
  .cta-inner p { font-size: 16px; color: rgba(255,255,255,0.65); line-height: 1.65; font-weight: 300; max-width: 500px; }
  .cta-buttons { display: flex; flex-direction: column; gap: 14px; min-width: 260px; }
  .btn-cta-white { background: white; color: var(--teal); padding: 16px 32px; border-radius: 4px; font-size: 13px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; text-decoration: none; text-align: center; transition: all 0.2s; }
  .btn-cta-white:hover { background: var(--gold-light); }
  .btn-cta-outline { border: 1.5px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.8); padding: 14px 32px; border-radius: 4px; font-size: 13px; font-weight: 500; text-decoration: none; text-align: center; transition: all 0.2s; }
  .btn-cta-outline:hover { border-color: white; color: white; }
  .cta-note { font-size: 12px; color: rgba(255,255,255,0.4); text-align: center; }

  /* FOOTER */
  footer { background: #0A0A0A; border-top: 1px solid rgba(255,255,255,0.06); padding: 40px 64px; display: flex; align-items: center; justify-content: space-between; }
  .footer-logo { font-family: 'Playfair Display', serif; font-size: 20px; color: white; font-weight: 700; }
  .footer-logo span { color: var(--gold); }
  .footer-tagline { font-size: 12px; color: rgba(255,255,255,0.3); margin-top: 4px; }
  .footer-links { display: flex; gap: 28px; }
  .footer-links a { font-size: 13px; color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s; }
  .footer-links a:hover { color: rgba(255,255,255,0.8); }
  .footer-copy { font-size: 12px; color: rgba(255,255,255,0.25); text-align: right; }

  /* SEO ANNOTATION */
  .seo-annotation { background: #F0F7F6; border-top: 2px solid #B8D9D5; padding: 36px 64px; }
  .seo-annotation-inner { max-width: 1280px; margin: 0 auto; }
  .seo-title { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--teal); margin-bottom: 16px; }
  .seo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .seo-col-label { font-size: 11px; font-weight: 600; color: #444; margin-bottom: 10px; font-family: 'DM Mono', monospace; }
  .seo-tags { display: flex; flex-wrap: wrap; gap: 6px; }
  .seo-tag { font-size: 10.5px; padding: 3px 9px; border-radius: 3px; font-family: 'DM Mono', monospace; }
  .t1 { background: rgba(13,91,82,0.1); color: #0D5B52; }
  .t2 { background: rgba(201,146,43,0.1); color: #9A6F1A; }
  .t3 { background: rgba(120,120,120,0.1); color: #666; }


/* ─────────────────────────────────────────
   RESPONSIVE STYLES
──────────────────────────────────────── */

@media (max-width: 1200px) {
  nav,
  .hero,
  .problem-section,
  .mentors-section,
  .diff-section,
  .helps-section,
  .how-section,
  .faq-section,
  .cta-section,
  .seo-annotation {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-inner,
  .problem-inner,
  .diff-header,
  .helps-header,
  .how-header,
  .cta-inner {
    gap: 48px;
  }

  .mp-inner {
    grid-template-columns: 280px 1fr;
  }
}

@media (max-width: 1024px) {
  .hero-inner,
  .problem-inner,
  .diff-header,
  .helps-header,
  .how-header,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-mentor-previews {
    max-width: 620px;
  }

  .hero-trust-strip {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
  }

  .rewards-grid,
  .diff-grid,
  .faq-grid,
  .helps-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mp-inner {
    grid-template-columns: 1fr;
  }

  .mp-left,
  .mp-right {
    padding: 40px 36px;
  }

  .mp-detail-grid {
    grid-template-columns: 1fr 1fr;
  }

  .how-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  nav {
    padding: 0 20px;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .problem-section,
  .mentors-section,
  .diff-section,
  .helps-section,
  .how-section,
  .faq-section,
  .cta-section,
  .seo-annotation {
    padding: 56px 20px;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.1;
  }

  .hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-gold,
  .btn-outline-white,
  .btn-cta-white,
  .btn-cta-outline,
  .btn-teal,
  .btn-outline-teal {
    width: 100%;
    text-align: center;
  }

  .hero-mentor-previews,
  .problem-inner,
  .diff-grid,
  .helps-grid,
  .faq-grid,
  .mp-detail-grid,
  .how-steps,
  .cta-inner,
  .rewards-grid {
    grid-template-columns: 1fr;
  }

  .hero-trust-strip {
    gap: 20px;
    padding-top: 20px;
    margin-top: 20px;
    border-top-color: rgba(255,255,255,0.08);
  }

  .hmp-card {
    flex-direction: column;
    gap: 12px;
  }

  .compare-header,
  .compare-row {
    grid-template-columns: 1fr;
  }

  .compare-col-label.them {
    border-radius: 6px 6px 0 0;
  }

  .compare-col-label.us {
    border-radius: 0;
  }

  .mp-inner,
  .diff-header,
  .how-header,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .mp-left,
  .mp-right {
    padding: 28px 20px;
  }

  .mentor-profile {
    border-radius: 12px;
  }

  .how-steps {
    gap: 16px;
  }

  .how-step-connector {
    display: none;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  footer {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    padding: 32px 20px;
  }

  .footer-copy {
    text-align: center;
  }

  .seo-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 28px;
  }

  .section-title {
    font-size: 24px;
  }

  .hero-sub,
  .problem-body,
  .mentors-header p,
  .diff-header p,
  .helps-header p,
  .how-header p,
  .faq-header p,
  .cta-inner p {
    font-size: 15px;
  }

  .hero-trust-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hmp-card,
  .why-stat,
  .reward-card,
  .diff-card,
  .helps-card,
  .faq-item {
    padding-left: 18px;
    padding-right: 18px;
  }

  .mp-detail-grid,
  .faq-grid,
  .diff-grid,
  .helps-grid,
  .rewards-grid {
    grid-template-columns: 1fr;
  }

  .mp-best-for {
    gap: 8px;
  }

  .mp-best-for-tag {
    width: 100%;
  }
}

.mp-photo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  align-items: center;
  object-fit: cover;
  display: flex;
  border: 3px solid rgba(255,255,255,0.1);
}


</style>
