/* ═══════════════════════════════════════════════════════════════════════
   UnuMedic — network landing page (malleckclinics.org)
   A selective network for physicians building financial freedom, career
   growth, and community influence. Funnel into the Circle + PhysicianLabs OS.

   Design language: shares the PhysicianLabs typographic system (Plus Jakarta
   Sans, slate ink) but a distinct PREMIUM palette — deep evergreen + warm
   gold on near-black navy — to read as an exclusive members' circle rather
   than a SaaS product.
   ═══════════════════════════════════════════════════════════════════════ */

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul, ol { list-style: none; }
input, select, textarea { font-family: inherit; }

/* ── Design Tokens ── */
:root {
  --ink:        #10221C;   /* deep evergreen-ink for headings */
  --ink-2:      #33473F;
  --ink-3:      #5C6E66;
  --ink-4:      #8A988F;
  --border:     #E4EAE6;
  --border-2:   #F0F4F1;
  --bg:         #FFFFFF;
  --bg-2:       #F7FAF8;
  --bg-3:       #EEF3EF;

  --primary:    #0F7A5C;   /* evergreen */
  --primary-h:  #0B6249;
  --primary-lt: #E7F4EF;
  --primary-bd: rgba(15,122,92,.22);

  --gold:       #B8862F;   /* warm gold accent — used sparingly for "premium/select" */
  --gold-lt:    #F7EFDD;
  --gold-bd:    rgba(184,134,47,.28);

  --dark:       #0B1A15;   /* near-black evergreen navy for dark sections */
  --dark-2:     #12241D;

  --green:      #10B981;
  --amber:      #F59E0B;
  --red:        #EF4444;

  --font: 'Plus Jakarta Sans', 'Inter', -apple-system, sans-serif;
  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;

  --r-sm:  8px;
  --r-md:  12px;
  --r-lg:  16px;
  --r-xl:  20px;
  --r-2xl: 28px;

  --sh-sm: 0 2px 8px rgba(16,34,28,.07), 0 1px 3px rgba(16,34,28,.04);
  --sh-md: 0 6px 20px rgba(16,34,28,.08), 0 2px 8px rgba(16,34,28,.04);
  --sh-lg: 0 16px 48px rgba(16,34,28,.10), 0 4px 16px rgba(16,34,28,.05);
  --sh-xl: 0 28px 80px rgba(16,34,28,.14), 0 8px 28px rgba(16,34,28,.07);

  --max-w: 1200px;
  --py:    100px;
}

/* ── Base ── */
body { font-family: var(--font); color: var(--ink); background: var(--bg); line-height: 1.6; overflow-x: hidden; }
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; }

/* ── Typography ── */
h1 { font-size: clamp(42px, 5.4vw, 66px); font-weight: 800; line-height: 1.08; letter-spacing: -0.03em; color: var(--ink); }
h2 { font-size: clamp(30px, 4vw, 48px); font-weight: 800; line-height: 1.13; letter-spacing: -0.025em; color: var(--ink); }
h3 { font-size: clamp(18px, 2vw, 22px); font-weight: 700; line-height: 1.3; letter-spacing: -0.015em; color: var(--ink); }
p  { font-size: 16px; line-height: 1.75; color: var(--ink-2); }
em { font-style: normal; color: var(--primary); }
.gold { color: var(--gold); }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 600; font-size: 15px; padding: 12px 22px;
  border-radius: var(--r-md); transition: all .18s ease;
  cursor: pointer; border: 1.5px solid transparent; white-space: nowrap; line-height: 1;
}
.btn-primary { background: var(--primary); color: #fff; border-color: var(--primary); }
.btn-primary:hover { background: var(--primary-h); border-color: var(--primary-h); transform: translateY(-1px); box-shadow: 0 8px 28px rgba(15,122,92,.3); }
.btn-gold { background: var(--gold); color: #fff; border-color: var(--gold); }
.btn-gold:hover { background: #A2762A; border-color: #A2762A; transform: translateY(-1px); box-shadow: 0 8px 28px rgba(184,134,47,.32); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--border); }
.btn-ghost:hover { border-color: var(--ink-3); background: var(--bg-2); }
.btn-ghost-white { background: transparent; color: rgba(255,255,255,.88); border-color: rgba(255,255,255,.28); }
.btn-ghost-white:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.45); color: #fff; }
.btn-lg { padding: 15px 28px; font-size: 16px; }
.btn-full { width: 100%; }

/* ── Nav ── */
.nav {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,255,255,.9); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s;
}
.nav.scrolled { border-color: var(--border); box-shadow: 0 2px 20px rgba(16,34,28,.07); }
.nav-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; height: 70px; display: flex; align-items: center; }
.nav-logo { display: flex; align-items: center; gap: 11px; font-size: 17px; font-weight: 800; letter-spacing: -0.03em; color: var(--ink); margin-right: 40px; flex-shrink: 0; }
.nav-logo .wordmark { line-height: 1.05; }
.nav-logo .wordmark small { display: block; max-width: 210px; font-size: 9px; font-weight: 600; letter-spacing: .02em; color: var(--ink-4); margin-top: 3px; line-height: 1.3; }
.logo-mark { width: 38px; height: 38px; background: var(--dark); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid var(--gold-bd); }
.nav-links { display: flex; align-items: center; gap: 2px; flex: 1; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--ink-2); padding: 7px 13px; border-radius: var(--r-sm); transition: color .15s, background .15s; }
.nav-links a:hover { color: var(--ink); background: var(--bg-2); }
.nav-ctas { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.nav-ctas .btn { padding: 9px 17px; font-size: 13.5px; }

/* ── Pills ── */
.pill-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold-lt); color: var(--gold);
  font-size: 12.5px; font-weight: 700; padding: 6px 15px 6px 11px;
  border-radius: 100px; border: 1px solid var(--gold-bd); margin-bottom: 28px;
  letter-spacing: .01em;
}
.pill-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); animation: blink 2.4s ease infinite; flex-shrink: 0; }
@keyframes blink { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:.5; transform:scale(1.4); } }

/* ── Hero ── */
.hero {
  padding: 76px 0 0;
  background: linear-gradient(180deg, #F1F7F3 0%, #FFFFFF 58%);
  position: relative; overflow: hidden; text-align: center;
}
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 90% 50% at 50% -10%, rgba(15,122,92,.08) 0%, transparent 65%);
}
.hero-body { position: relative; z-index: 1; }
.hero h1 { max-width: 860px; margin: 0 auto 22px; }
.hero h1 .u { color: var(--primary); }
.hero-sub { font-size: 18.5px; color: var(--ink-2); max-width: 620px; margin: 0 auto 36px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 26px; }
.hero-note { font-size: 13px; color: var(--ink-3); font-weight: 500; margin-bottom: 30px; }
.hero-note a { color: var(--primary); font-weight: 700; }
.hero-trust { display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; margin-bottom: 60px; }
.trust-item { display: flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: var(--ink-3); }
.trust-check { width: 16px; height: 16px; background: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: white; font-size: 9px; font-weight: 900; }

/* ── Hero collage (network visual) ── */
.hero-collage { position: relative; max-width: 940px; margin: 0 auto; }
.collage-glow { position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 72%; height: 90px; background: radial-gradient(ellipse, rgba(15,122,92,.20) 0%, transparent 70%); filter: blur(30px); pointer-events: none; }
.collage-window {
  position: relative; background: #fff; border-radius: var(--r-2xl) var(--r-2xl) 0 0;
  border: 1px solid var(--border); border-bottom: none; box-shadow: var(--sh-xl); overflow: hidden;
}
.collage-titlebar { background: var(--bg-2); border-bottom: 1px solid var(--border); padding: 14px 20px; display: flex; align-items: center; gap: 14px; }
.mock-dots { display: flex; gap: 7px; }
.mock-dot { width: 11px; height: 11px; border-radius: 50%; }
.mock-dot:nth-child(1) { background: #FF5F57; }
.mock-dot:nth-child(2) { background: #FEBC2E; }
.mock-dot:nth-child(3) { background: #28C840; }
.mock-url { flex: 1; background: var(--bg); border: 1px solid var(--border); border-radius: 8px; padding: 5px 12px; font-size: 12px; color: var(--ink-3); font-weight: 500; max-width: 360px; margin: 0 auto; text-align: center; }
.collage-body { padding: 26px; display: grid; grid-template-columns: 1.15fr 1fr; gap: 18px; text-align: left; background: var(--bg-2); }

.member-card { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 18px; box-shadow: var(--sh-sm); }
.member-card-hd { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.member-card-hd span.lbl { font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-4); }
.member-card-hd span.cnt { font-size: 11px; font-weight: 700; color: var(--primary); background: var(--primary-lt); padding: 3px 9px; border-radius: 100px; }
.member-row { display: flex; align-items: center; gap: 11px; padding: 9px 0; border-bottom: 1px solid var(--border-2); }
.member-row:last-child { border-bottom: none; }
.m-avatar { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; color: #fff; flex-shrink: 0; }
.av-1 { background: linear-gradient(135deg,#0F7A5C,#12B886); }
.av-2 { background: linear-gradient(135deg,#B8862F,#DDB55A); }
.av-3 { background: linear-gradient(135deg,#2C5E8A,#4C8FC4); }
.av-4 { background: linear-gradient(135deg,#7A3E8A,#B168C4); }
.m-meta { flex: 1; min-width: 0; }
.m-name { font-size: 12.5px; font-weight: 700; color: var(--ink); line-height: 1.2; }
.m-role { font-size: 11px; color: var(--ink-3); font-weight: 500; }
.m-tag { font-size: 9.5px; font-weight: 700; padding: 3px 8px; border-radius: 100px; flex-shrink: 0; }
.tag-green { background: var(--primary-lt); color: var(--primary); }
.tag-gold { background: var(--gold-lt); color: var(--gold); }
.tag-blue { background: #E7F0F8; color: #2C5E8A; }

.collage-side { display: flex; flex-direction: column; gap: 14px; }
.side-card { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 16px 18px; box-shadow: var(--sh-sm); }
.side-card .sc-lbl { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-4); display: block; margin-bottom: 8px; }
.side-event { display: flex; gap: 12px; align-items: flex-start; }
.side-date { background: var(--dark); color: #fff; border-radius: 9px; padding: 7px 10px; text-align: center; flex-shrink: 0; }
.side-date .d { font-size: 16px; font-weight: 800; line-height: 1; display: block; }
.side-date .m { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; opacity: .8; }
.side-event-txt .t { font-size: 12.5px; font-weight: 700; color: var(--ink); line-height: 1.3; }
.side-event-txt .s { font-size: 11px; color: var(--ink-3); font-weight: 500; }
.side-stat-val { font-size: 26px; font-weight: 800; color: var(--primary); letter-spacing: -0.03em; line-height: 1; }
.side-stat-sub { font-size: 11.5px; color: var(--ink-3); font-weight: 600; margin-top: 4px; }
.side-pill-gold { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; color: var(--gold); background: var(--gold-lt); border: 1px solid var(--gold-bd); padding: 4px 10px; border-radius: 100px; margin-top: 10px; }

/* ── Trust strip ── */
.trust-strip { background: var(--bg); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 30px 0; }
.trust-strip-inner { text-align: center; }
.trust-strip-label { font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-4); margin-bottom: 18px; }
.trust-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 32px; align-items: center; }
.trust-logos span { font-size: 15px; font-weight: 700; color: var(--ink-3); letter-spacing: -0.01em; opacity: .8; }

/* ── Stats bar ── */
.stats-bar { background: var(--dark); padding: 52px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.stat { text-align: center; }
.stat-value { display: block; font-size: clamp(32px, 3.6vw, 46px); font-weight: 800; letter-spacing: -0.04em; color: #fff; line-height: 1; margin-bottom: 8px; }
.stat-value .gold { color: #E4C578; }
.stat-label { font-size: 13.5px; color: rgba(255,255,255,.55); font-weight: 500; line-height: 1.45; max-width: 220px; margin: 0 auto; }

/* ── Sections ── */
.section { padding: var(--py) 0; }
.section-bg { background: var(--bg-2); }
.section-eyebrow { font-size: 11.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--primary); margin-bottom: 16px; display: block; }
.section-eyebrow.gold-eyebrow { color: var(--gold); }
.section-center { text-align: center; }
.section-center h2 { max-width: 680px; margin: 0 auto 16px; }
.section-sub { font-size: 17px; color: var(--ink-2); margin-top: 12px; }
.section-center .section-sub { max-width: 600px; margin: 12px auto 0; }

/* ── ICP tracks (who it's for) ── */
.tracks-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 60px; }
.track-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-2xl); padding: 34px 30px; transition: box-shadow .22s ease, transform .22s ease, border-color .22s; display: flex; flex-direction: column; text-align: left; }
.track-card:hover { box-shadow: var(--sh-lg); transform: translateY(-4px); border-color: var(--primary-bd); }
.track-num { font-size: 12px; font-weight: 800; color: var(--gold); letter-spacing: .1em; margin-bottom: 18px; }
.track-icon { width: 54px; height: 54px; background: var(--primary-lt); border-radius: var(--r-lg); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; color: var(--primary); }
.track-card h3 { font-size: 20px; margin-bottom: 10px; }
.track-card .track-lead { font-size: 14.5px; color: var(--ink-2); line-height: 1.65; margin-bottom: 18px; }
.track-list { margin-top: auto; }
.track-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; font-weight: 500; color: var(--ink-2); padding: 8px 0; border-top: 1px solid var(--border-2); }
.track-list li:first-child { border-top: none; }
.track-check { width: 18px; height: 18px; background: var(--primary-lt); border-radius: 5px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 10px; font-weight: 900; flex-shrink: 0; margin-top: 1px; }
.track-card .track-cta { margin-top: 22px; font-size: 13.5px; font-weight: 700; color: var(--primary); display: inline-flex; align-items: center; gap: 6px; }
.track-card.is-invest { background: var(--dark); border-color: var(--dark-2); }
.track-card.is-invest h3, .track-card.is-invest .track-num { color: #fff; }
.track-card.is-invest .track-num { color: var(--gold); }
.track-card.is-invest .track-lead { color: rgba(255,255,255,.62); }
.track-card.is-invest .track-icon { background: rgba(184,134,47,.16); color: var(--gold); }
.track-card.is-invest .track-list li { color: rgba(255,255,255,.75); border-color: rgba(255,255,255,.09); }
.track-card.is-invest .track-check { background: rgba(184,134,47,.2); color: var(--gold); }
.track-card.is-invest .track-cta { color: var(--gold); }

/* ── Benefit pillars ── */
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 60px; }
.pillar-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 30px 28px; transition: box-shadow .22s ease, transform .22s ease; }
.pillar-card:hover { box-shadow: var(--sh-md); transform: translateY(-3px); }
.pillar-icon { width: 46px; height: 46px; background: var(--gold-lt); border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: var(--gold); }
.pillar-card h3 { font-size: 18px; margin-bottom: 10px; }
.pillar-card p { font-size: 14.5px; line-height: 1.65; }
.pillar-card ul { margin-top: 14px; }
.pillar-card ul li { font-size: 13px; color: var(--ink-3); font-weight: 500; padding: 4px 0 4px 16px; position: relative; }
.pillar-card ul li::before { content: '·'; position: absolute; left: 4px; color: var(--gold); font-weight: 900; }

/* ── Split feature (PhysicianLabs funnel) ── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split-text .section-eyebrow { text-align: left; }
.split-text h2 { text-align: left; margin-bottom: 18px; }
.split-text > p { font-size: 16px; margin-bottom: 26px; }
.split-list { margin-top: 4px; }
.split-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; font-weight: 500; color: var(--ink-2); padding: 12px 0; border-bottom: 1px solid var(--border-2); }
.split-list li:last-child { border-bottom: none; }
.split-check { width: 22px; height: 22px; background: var(--primary-lt); border-radius: 6px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 11px; font-weight: 900; flex-shrink: 0; margin-top: 1px; }

/* Product mock (reused shape) */
.pl-vis { background: var(--bg-2); border: 1px solid var(--border); border-radius: var(--r-2xl); padding: 26px; box-shadow: var(--sh-lg); }
.pl-vis-hd { font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-4); margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; }
.pl-metrics { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin-bottom: 14px; }
.pl-metric { background: #fff; border: 1px solid var(--border); border-radius: var(--r-md); padding: 15px 16px; }
.pl-m-lbl { font-size: 9.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-4); display: block; margin-bottom: 6px; }
.pl-m-val { font-size: 21px; font-weight: 800; color: var(--ink); letter-spacing: -0.03em; display: block; line-height: 1; margin-bottom: 4px; }
.pl-m-delta { font-size: 10.5px; font-weight: 700; }
.delta-up { color: var(--green); }
.delta-neutral { color: var(--ink-3); }
.pl-alert { background: var(--primary-lt); border: 1px solid var(--primary-bd); border-radius: var(--r-md); padding: 13px 16px; display: flex; align-items: center; gap: 11px; }
.pl-alert-txt { font-size: 12px; font-weight: 600; color: var(--primary); flex: 1; }
.pl-alert-cta { font-size: 11px; font-weight: 800; color: var(--primary); background: rgba(15,122,92,.12); padding: 4px 10px; border-radius: 6px; flex-shrink: 0; }

/* ── Founder letter ── */
.founder { background: var(--dark); }
.founder-grid { display: grid; grid-template-columns: 300px 1fr; gap: 56px; align-items: start; }
.founder-aside { position: sticky; top: 100px; }
.founder-photo { width: 100%; aspect-ratio: 1; border-radius: var(--r-2xl); background: linear-gradient(150deg, #14332A, #0B1A15); border: 1px solid rgba(184,134,47,.25); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; overflow: hidden; }
.founder-initials { font-size: 64px; font-weight: 800; color: rgba(255,255,255,.14); letter-spacing: -0.04em; }
.founder-name { font-size: 18px; font-weight: 800; color: #fff; letter-spacing: -0.02em; }
.founder-title { font-size: 13px; color: rgba(255,255,255,.5); font-weight: 500; margin-top: 3px; line-height: 1.5; }
.founder-body .section-eyebrow { color: var(--gold); }
.founder-body h2 { color: #fff; margin-bottom: 24px; }
.founder-body p { color: rgba(255,255,255,.72); font-size: 16.5px; line-height: 1.8; margin-bottom: 20px; }
.founder-body p strong { color: #fff; }
.founder-body .signoff { font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--gold); margin-top: 8px; }

/* ── Testimonials ── */
.tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.tst-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 28px 26px; text-align: left; display: flex; flex-direction: column; }
.tst-quote { font-size: 15px; font-weight: 600; color: var(--ink); line-height: 1.6; margin-bottom: 22px; letter-spacing: -0.01em; }
.tst-cite { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.tst-avatar { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; color: #fff; flex-shrink: 0; }
.tst-name { font-size: 13px; font-weight: 700; color: var(--ink); line-height: 1.2; }
.tst-role { font-size: 12px; color: var(--ink-3); font-weight: 500; }
.tst-note { text-align: center; font-size: 12.5px; color: var(--ink-4); font-weight: 500; margin-top: 28px; font-style: italic; }

/* ── How joining works ── */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; counter-reset: step; }
.step-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 30px 28px; position: relative; text-align: left; }
.step-badge { width: 40px; height: 40px; border-radius: 11px; background: var(--dark); color: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 800; margin-bottom: 20px; }
.step-card h3 { font-size: 18px; margin-bottom: 10px; }
.step-card p { font-size: 14.5px; line-height: 1.65; }

/* ── Apply / intake ── */
.apply-section { background: linear-gradient(180deg, #FFFFFF 0%, #F1F7F3 100%); padding: var(--py) 0; }
.apply-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 72px; align-items: start; }
.apply-content .section-eyebrow { text-align: left; }
.apply-content h2 { text-align: left; margin-bottom: 20px; }
.apply-content > p { font-size: 16px; margin-bottom: 30px; }
.apply-benefits { margin-bottom: 30px; }
.apply-benefits li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; font-weight: 500; color: var(--ink-2); padding: 11px 0; border-bottom: 1px solid var(--border); }
.apply-benefits li:last-child { border-bottom: none; }
.apply-check { width: 20px; height: 20px; background: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 10px; font-weight: 900; flex-shrink: 0; margin-top: 1px; }
.apply-scarcity { font-size: 13px; color: var(--ink-3); font-weight: 600; display: flex; align-items: center; gap: 8px; }
.apply-scarcity::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* Form card */
.form-card { background: #fff; border-radius: var(--r-2xl); padding: 40px; box-shadow: var(--sh-xl); border: 1px solid var(--border); }
.form-card h3 { font-size: 23px; margin-bottom: 6px; }
.form-sub { font-size: 13.5px; color: var(--ink-3); margin-bottom: 26px; }
.form-group { margin-bottom: 17px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group label { display: block; font-size: 12.5px; font-weight: 700; color: var(--ink-2); margin-bottom: 6px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: var(--r-sm);
  font-size: 15px; color: var(--ink); background: var(--bg);
  transition: border-color .15s, box-shadow .15s; outline: none; appearance: none; -webkit-appearance: none;
}
.form-group textarea { min-height: 84px; resize: vertical; line-height: 1.55; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(15,122,92,.12); }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--ink-4); }
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238A988F' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px;
}
.form-note { font-size: 12px; color: var(--ink-3); text-align: center; margin-top: 14px; line-height: 1.55; }
.form-success { text-align: center; padding: 28px 0; display: none; }
.success-circle { width: 64px; height: 64px; background: var(--primary-lt); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: var(--primary); font-size: 26px; }
.form-success h3 { font-size: 22px; margin-bottom: 8px; }
.form-success p { font-size: 15px; color: var(--ink-2); }

/* ── FAQ ── */
.faq-grid { max-width: 780px; margin: 52px auto 0; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; font-size: 16.5px; font-weight: 700; color: var(--ink); }
.faq-icon { width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%; background: var(--bg-3); display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--primary); transition: transform .2s, background .2s; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--primary); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 0 22px; font-size: 15px; color: var(--ink-2); line-height: 1.7; }

/* ── Footer ── */
.footer { background: var(--dark); padding: 64px 0 0; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 46px; border-bottom: 1px solid rgba(255,255,255,.08); gap: 40px; }
.footer-logo { font-size: 17px; font-weight: 800; letter-spacing: -0.03em; color: #fff; display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
.footer-brand p { font-size: 13.5px; color: rgba(255,255,255,.42); max-width: 280px; line-height: 1.65; }
.footer-cols { display: flex; gap: 60px; }
.footer-col h4 { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; color: rgba(255,255,255,.9); margin-bottom: 20px; }
.footer-col a { display: block; font-size: 13.5px; color: rgba(255,255,255,.45); margin-bottom: 12px; transition: color .15s; font-weight: 500; }
.footer-col a:hover { color: rgba(255,255,255,.9); }
.footer-bottom { padding: 24px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 12.5px; color: rgba(255,255,255,.32); font-weight: 500; }

/* ── Animations ── */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { .fade-up { opacity: 1; transform: none; transition: none; } .pill-dot { animation: none; } }

/* ── Responsive ── */
@media (max-width: 1024px) {
  :root { --py: 80px; }
  .split, .apply-grid, .founder-grid { grid-template-columns: 1fr; gap: 48px; }
  .founder-aside { position: static; display: flex; align-items: center; gap: 22px; }
  .founder-photo { width: 120px; margin-bottom: 0; }
  .tracks-grid, .pillars-grid, .tst-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
}
@media (max-width: 768px) {
  :root { --py: 64px; }
  .container { padding: 0 20px; }
  .nav-inner { padding: 0 20px; }
  .nav-links { display: none; }
  .nav-ctas .btn-ghost { display: none; }
  .collage-body { grid-template-columns: 1fr; }
  .tracks-grid, .pillars-grid, .tst-grid, .steps-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; gap: 28px; }
  .pl-metrics { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .footer-top { flex-direction: column; }
  .footer-cols { gap: 32px; flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .hero-trust { gap: 14px; }
  .form-card { padding: 28px 22px; }
}
