/* ============================================================================
   Full Deck IQ — Home v2 styles (transplanted from the program-led mockup)
   Scoped to the #home section. The mockup's global :root, `*` reset, and `body`
   rule were replaced with the #home-scoped base below so they don't touch the
   rest of the app. Six class names that collided with existing app styles
   (hero, hero-eyebrow, btn-primary, gold, green, light) were renamed to fdih-*.
   --gold / --gold-dark were added to :root in styles.css (all other vars the
   mockup used already exist there with identical values).
   ========================================================================== */
#home { font-family: 'Segoe UI', Arial, sans-serif; color: var(--ink); background: var(--bg); }
#home, #home *, #home *::before, #home *::after { box-sizing: border-box; }
/* NOTE: do NOT add an #home-scoped margin/padding reset here — the app's global
   `* { margin:0; padding:0 }` already provides the baseline the mockup expects,
   and an #home-scoped reset (ID specificity) would override the mockup's own
   `margin: 0 auto` block-centering and break alignment. */

/* Full-bleed: the app wraps sections in `.main` (padding 88px 32px 60px), but the
   home is a full-bleed landing page. When #home is the visible section, drop the
   wrapper padding so the dark/purple sections reach the edges. (:has is already
   used elsewhere in the app.) The hero clears the 64px fixed topnav via #home's
   own inline padding-top. */
.main:has(> #home[style*="block"]) { padding: 0; max-width: 100%; }


/* ── Nav ── */
.nav {
  height: 64px;
  background: white;
  display: flex;
  align-items: center;
  padding: 0 40px;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 4px rgba(75,0,130,0.06);
  position: sticky;
  top: 0;
  z-index: 100;
  gap: 32px;
}
.nav-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.nav-logo { width: 36px; height: 36px; background: var(--purple); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: white; font-weight: 900; font-size: 18px; }
.nav-name { font-size: 15px; font-weight: 700; color: var(--ink); }
.nav-sub { font-size: 10px; color: var(--purple2); font-weight: 500; }
.nav-spacer { flex: 1; }
.nav-right { display: flex; align-items: center; gap: 10px; }
.nav-pill {
  background: transparent;
  color: var(--purple);
  border: 1.5px solid var(--purple);
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}
.nav-pill:hover { background: var(--purple-light); }
.nav-cta-btn {
  background: var(--purple);
  color: white;
  border: none;
  padding: 9px 18px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}

/* ── Hero ── */
.fdih-hero {
  background: linear-gradient(135deg, #1a0a2e 0%, var(--purple) 55%, #6f2dbd 100%);
  color: white;
  padding: 80px 48px 72px;
  position: relative;
  overflow: hidden;
}
.fdih-hero::before {
  content: '♠♦♣♥';
  position: absolute;
  top: -10px;
  right: 60px;
  font-size: 160px;
  opacity: 0.05;
  letter-spacing: 10px;
  line-height: 1;
  pointer-events: none;
}
.hero-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
}
.fdih-hero-eyebrow {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold);
  margin-bottom: 20px;
  line-height: 1.5;
}
.fdih-hero h1 {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.18;
  margin-bottom: 22px;
}
.fdih-hero h1 em {
  font-style: italic;
  color: var(--gold);
  font-weight: 800;
}
.hero-sub {
  font-size: 17px;
  opacity: 0.88;
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 580px;
}
.hero-ctas {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.fdih-btn-primary {
  background: var(--purple);
  color: #ffffff;
  border: none;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 16px rgba(75,0,130,0.35);
}
.fdih-btn-primary:hover { background: var(--purple2); box-shadow: 0 6px 22px rgba(75,0,130,0.45); }
.fdih-btn-primary.on-dark { box-shadow: 0 4px 18px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.08); }
.btn-ghost-light {
  background: transparent;
  color: white;
  border: 1.5px solid rgba(255,255,255,0.5);
  padding: 13px 24px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: border-color 0.15s, background 0.15s;
}
.btn-ghost-light:hover { border-color: white; background: rgba(255,255,255,0.06); }
.hero-secondary-link {
  display: inline-block;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-top: 4px;
}
.hero-secondary-link:hover { color: white; }
.hero-cards-img {
  flex-shrink: 0;
  width: clamp(220px, 30vw, 360px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-cards-img img {
  width: 100%;
  filter: drop-shadow(0 16px 40px rgba(0,0,0,0.4));
}

/* ── Testimonial strip ── */
.testimonial-strip {
  background: white;
  border-bottom: 1px solid var(--border);
  padding: 40px 48px;
  text-align: center;
}
.testimonial-quote {
  font-size: 20px;
  font-style: italic;
  color: var(--ink);
  line-height: 1.65;
  max-width: 720px;
  margin: 0 auto 18px;
  font-weight: 500;
}
.testimonial-quote::before { content: '\201C'; color: var(--gold); font-style: normal; font-weight: 900; }
.testimonial-quote::after  { content: '\201D'; color: var(--gold); font-style: normal; font-weight: 900; }
.testimonial-attr {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.testimonial-attr span { color: var(--purple); }

/* ── Equation strip (Full Deck IQ = Personality Poker + platform) ── */
.equation-strip {
  background: var(--purple);
  padding: 22px 48px;
  text-align: center;
}
.equation-strip p {
  margin: 0 auto;
  max-width: 760px;
  font-size: 19px;
  line-height: 1.55;
  color: #fff;
  font-weight: 500;
}
.equation-strip strong { font-weight: 800; color: #fff; }

/* ── Proof bar ── */
.proof-bar {
  background: white;
  border-bottom: 1px solid var(--border);
  padding: 18px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.proof-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--muted);
}
.proof-item strong {
  color: var(--ink);
  font-weight: 800;
}
.proof-dot {
  width: 6px;
  height: 6px;
  background: var(--border);
  border-radius: 50%;
}
.research-strip {
  background: white;
  border-bottom: 1px solid var(--border);
  padding: 14px 48px;
  text-align: center;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.6;
}
.research-strip strong { color: var(--ink); font-weight: 700; }
.research-strip .sep { color: var(--border); margin: 0 10px; }

/* ── Shared section eyebrow/h2/sub ── */
.section-eyebrow {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--purple);
  text-align: center;
  margin-bottom: 12px;
}
.section-eyebrow.fdih-light { color: var(--gold); }
.section-h2 {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 14px;
  color: var(--ink);
  line-height: 1.2;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.section-h2.fdih-light { color: white; }
.section-sub {
  font-size: 17px;
  color: var(--muted);
  text-align: center;
  max-width: 620px;
  margin: 0 auto 48px;
  line-height: 1.65;
}
.section-sub.fdih-light { color: rgba(255,255,255,0.78); }

/* ── Stakes (light) ── */
.stakes-section {
  background: white;
  padding: 80px 48px;
  border-bottom: 1px solid var(--border);
}
.stakes-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.stakes-line {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 28px;
}
.stakes-pullquote {
  font-size: 22px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.45;
  padding: 24px 28px;
  border-left: 4px solid var(--gold);
  background: linear-gradient(90deg, rgba(201,168,76,0.08), transparent 80%);
  text-align: left;
  margin-top: 12px;
}

/* ── Bridge (dark) ── */
.bridge-section {
  background: linear-gradient(135deg, #1a0a2e 0%, #2b1450 100%);
  color: white;
  padding: 88px 48px;
  position: relative;
  overflow: hidden;
}
.bridge-section::before {
  content: '♠';
  position: absolute;
  top: 20px;
  right: 60px;
  font-size: 220px;
  opacity: 0.04;
  line-height: 1;
  pointer-events: none;
}
.bridge-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.bridge-line {
  font-size: 18px;
  line-height: 1.75;
  opacity: 0.85;
  margin-bottom: 22px;
}
.bridge-line strong {
  color: var(--gold);
  font-weight: 800;
}
.bridge-tagline {
  margin-top: 28px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--gold);
}

/* Without/With comparison inside Stakes */
.bridge-inner-wide {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.stakes-intro {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
  max-width: 720px;
  margin: 0 auto 48px;
}
.stakes-intro strong { color: white; font-weight: 700; }
.without-with-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  text-align: left;
  margin-bottom: 40px;
}
.without-col, .with-col {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 30px 30px 26px;
}
.with-col {
  background: linear-gradient(160deg, rgba(201,168,76,0.14), rgba(201,168,76,0.04));
  border-color: rgba(201,168,76,0.32);
}
.without-with-label {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.without-with-label.without { color: rgba(255,255,255,0.55); }
.without-with-label.with { color: var(--gold); border-bottom-color: rgba(201,168,76,0.32); }
.without-with-list { list-style: none; padding: 0; margin: 0; }
.without-with-list li {
  position: relative;
  padding-left: 28px;
  font-size: 14.5px;
  color: rgba(255,255,255,0.86);
  line-height: 1.55;
  margin-bottom: 13px;
}
.without-with-list li:last-child { margin-bottom: 0; }
.without-col .without-with-list li::before {
  content: "✕";
  position: absolute; left: 0; top: 0;
  color: rgba(255,255,255,0.4); font-weight: 800;
}
.with-col .without-with-list li::before {
  content: "✓";
  position: absolute; left: 0; top: 0;
  color: var(--gold); font-weight: 800;
}
@media (max-width: 880px) {
  .without-with-grid { grid-template-columns: 1fr; }
}

/* ── Who it's for ── */
.who-section {
  background: var(--bg);
  padding: 72px 48px;
  border-bottom: 1px solid var(--border);
}
.who-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
}
.who-card {
  background: white;
  border-radius: 16px;
  padding: 26px 22px;
  border: 1px solid var(--border);
}
.who-icon {
  width: 44px;
  height: 44px;
  background: var(--purple-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.who-icon svg { width: 22px; height: 22px; }
.who-title {
  font-size: 15px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 8px;
}
.who-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}

/* ── Guide / Stephen ── */
.guide-section {
  background: white;
  padding: 80px 48px;
  border-bottom: 1px solid var(--border);
}
.guide-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 56px;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
}
.guide-photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 4px solid var(--purple-light);
  box-shadow: 0 8px 24px rgba(75,0,130,0.15);
}
.guide-photo img { width: 100%; height: 100%; object-fit: cover; }
.guide-label {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold-dark);
  margin-bottom: 10px;
}
.guide-name {
  font-size: 28px;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 6px;
}
.guide-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--purple2);
  margin-bottom: 18px;
}
.guide-bio {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 22px;
}
.guide-credentials {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.guide-cred {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.guide-cred svg { color: var(--purple); flex-shrink: 0; }

/* ── The Book (compact) ── */
.book-section {
  background: white;
  padding: 48px 48px;
  border-bottom: 1px solid var(--border);
}
.book-inner-compact {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 48px;
  align-items: center;
  max-width: 860px;
  margin: 0 auto;
}
.book-cover-small {
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.book-cover-image {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 32px rgba(75,0,130,0.22));
  transition: transform 0.25s ease;
}
.book-cover-small:hover .book-cover-image { transform: translateY(-3px) rotate(-1deg); }
.book-h-compact {
  font-size: 22px;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 12px;
}
.book-body-compact {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 18px;
}
.book-body-compact em {
  font-style: italic;
  color: var(--ink);
  font-weight: 600;
}
.book-meta {
  margin-top: 12px;
  font-size: 11.5px;
  color: var(--muted);
  font-style: italic;
  opacity: 0.85;
}
@media (max-width: 680px) {
  .book-inner-compact { grid-template-columns: 1fr; text-align: center; gap: 24px; }
  .book-cover-small { margin: 0 auto; }
}

/* ── Delivery options ── */
.delivery-section {
  background: white;
  padding: 80px 48px;
  border-bottom: 1px solid var(--border);
}
.delivery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1040px;
  margin: 0 auto;
}
.delivery-card {
  background: var(--bg);
  border-radius: 16px;
  padding: 32px 28px;
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.delivery-card.featured {
  background: linear-gradient(160deg, #fbf6eb 0%, #ffffff 100%);
  border: 1px solid rgba(201,168,76,0.4);
  box-shadow: 0 12px 32px rgba(75,0,130,0.08);
}
.delivery-card.featured::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.delivery-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--purple);
  margin-bottom: 14px;
}
.delivery-card.featured .delivery-label { color: var(--gold-dark); }
.delivery-name {
  font-size: 19px;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 12px;
}
.delivery-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 18px;
}
.delivery-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  padding: 5px 12px;
  background: white;
  border-radius: 999px;
  border: 1px solid var(--border);
}
.delivery-card.featured .delivery-tag {
  background: var(--gold);
  color: #1a0a2e;
  border-color: var(--gold);
}
.delivery-card-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 4px 0 14px;
  font-size: 13px;
  font-weight: 800;
  color: var(--purple);
  text-decoration: none;
  border-bottom: 1.5px solid var(--purple);
  padding-bottom: 2px;
  align-self: flex-start;
  transition: color 0.15s, border-color 0.15s, gap 0.15s;
}
.delivery-card-link:hover {
  color: var(--purple2);
  border-color: var(--purple2);
  gap: 8px;
}
@media (max-width: 880px) {
  .delivery-grid { grid-template-columns: 1fr; }
}
.delivery-baseline {
  max-width: 1040px;
  margin: 36px auto 0;
  background: var(--purple-light);
  border: 1px solid rgba(75, 0, 130, 0.14);
  border-radius: 16px;
  padding: 28px 36px;
}
.delivery-baseline-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--purple);
  margin-bottom: 20px;
  text-align: center;
}
.delivery-baseline-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 36px;
}
.delivery-baseline-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: var(--ink);
  line-height: 1.5;
}
.delivery-baseline-item .check {
  color: var(--gold);
  font-weight: 900;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 1px;
}
@media (max-width: 680px) {
  .delivery-baseline-grid { grid-template-columns: 1fr; }
}

/* ── Video placeholder ── */
.video-section {
  background: var(--bg);
  padding: 72px 48px;
  border-bottom: 1px solid var(--border);
}
.video-placeholder {
  max-width: 880px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #1a0a2e 0%, var(--purple) 100%);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  box-shadow: 0 18px 48px rgba(75,0,130,0.22);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.video-placeholder::before {
  content: '♠♦♣♥';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 220px;
  opacity: 0.05;
  letter-spacing: 20px;
  pointer-events: none;
}
.video-play-icon {
  position: relative;
  z-index: 1;
  opacity: 0.92;
  transition: transform 0.2s;
}
.video-placeholder:hover .video-play-icon { transform: scale(1.06); }
.video-placeholder-label {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,0.55);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.video-embed {
  max-width: 880px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(75,0,130,0.22);
  background: #1a0a2e;
}
.video-embed iframe { width: 100%; height: 100%; display: block; border: 0; }
.video-preview-badge {
  display: inline-block;
  background: var(--gold);
  color: #1a0a2e;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
}
.video-section { text-align: center; }

/* ── Why Personality Poker (differentiation) ── */
.why-pp-section {
  background: white;
  padding: 80px 48px;
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.why-pp-section::before {
  content: '♠';
  position: absolute;
  top: 80px;
  left: -40px;
  font-size: 320px;
  color: var(--purple);
  opacity: 0.025;
  line-height: 1;
  pointer-events: none;
  font-weight: 900;
}
.why-pp-section::after {
  content: '♥';
  position: absolute;
  bottom: -40px;
  right: -40px;
  font-size: 280px;
  color: var(--gold);
  opacity: 0.04;
  line-height: 1;
  pointer-events: none;
  font-weight: 900;
}
.why-pp-section > * { position: relative; z-index: 1; }
.why-pp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 880px;
  margin: 0 auto;
}
.why-pp-item {
  background: var(--bg);
  border-radius: 16px;
  padding: 26px 28px;
  border: 1px solid var(--border);
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.why-pp-icon {
  width: 44px;
  height: 44px;
  background: var(--purple-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.why-pp-icon svg { width: 22px; height: 22px; color: var(--purple); }
.why-pp-item-text { flex: 1; }
.why-pp-name {
  font-size: 17px;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1.25;
}
.why-pp-desc {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.6;
}
@media (max-width: 720px) {
  .why-pp-grid { grid-template-columns: 1fr; }
}
.why-pp-coda {
  max-width: 760px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 16px;
  color: var(--muted);
  line-height: 1.6;
  font-style: italic;
}
.why-pp-coda em { color: var(--ink); font-style: italic; }
.why-pp-diagram {
  max-width: 620px;
  margin: 8px auto 44px;
  text-align: center;
}
.why-pp-diagram img {
  width: 100%;
  height: auto;
  display: block;
}
.why-pp-diagram figcaption {
  margin-top: 12px;
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
}
@media (max-width: 700px) {
  .why-pp-diagram { max-width: 100%; margin: 4px auto 32px; }
}

/* ── Voices band (3-up secondary testimonials) ── */
.voices-band {
  background: var(--bg);
  padding: 56px 48px 40px;
  border-bottom: 1px solid var(--border);
}
.voices-band-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
  text-align: center;
  margin-bottom: 28px;
}
.voices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto;
}
.voice-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 26px 24px;
  position: relative;
}
.voice-card::before {
  content: '\201C';
  position: absolute;
  top: 8px;
  left: 18px;
  font-size: 48px;
  color: var(--gold);
  opacity: 0.5;
  font-weight: 900;
  line-height: 1;
}
.voice-quote {
  font-size: 14px;
  color: var(--ink);
  line-height: 1.65;
  font-style: italic;
  margin: 18px 0 18px;
  position: relative;
}
.voice-attr-name {
  font-size: 13px;
  font-weight: 900;
  color: var(--purple);
  line-height: 1.3;
}
.voice-attr-role {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.4;
  margin-top: 2px;
}
@media (max-width: 880px) {
  .voices-grid { grid-template-columns: 1fr; }
}

/* ── Mid-page testimonial ── */
.mid-testimonial {
  background: linear-gradient(135deg, #1a0a2e 0%, #2b1450 100%);
  color: white;
  padding: 64px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mid-testimonial::before {
  content: '\201C';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 180px;
  color: var(--gold);
  opacity: 0.18;
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
}
.mid-testimonial-quote {
  font-size: 24px;
  font-style: italic;
  color: white;
  line-height: 1.5;
  max-width: 780px;
  margin: 0 auto 22px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.mid-testimonial-attr {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--gold);
  position: relative;
  z-index: 1;
}
.mid-testimonial-attr span { color: rgba(255,255,255,0.6); font-weight: 600; letter-spacing: 0.08em; text-transform: none; font-style: italic; }
@media (max-width: 760px) {
  .mid-testimonial { padding: 48px 24px; }
  .mid-testimonial-quote { font-size: 18px; }
}

/* ── Why PP: levels diagram + four moves, side by side ── */
.why-pp-map {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 52px;
  align-items: center;
  max-width: 1100px;
  margin: 8px auto 0;
}
.why-pp-map .why-pp-diagram { max-width: 100%; margin: 0; }
.moves-label {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--purple);
  margin-bottom: 22px;
}
.moves-list { display: flex; flex-direction: column; gap: 20px; }
.move-row { display: flex; gap: 16px; align-items: flex-start; }
.move-row .move-number {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 48px;
  background: linear-gradient(160deg, white 0%, var(--purple-light) 100%);
  border: 1.5px solid var(--purple);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
  color: var(--purple);
  letter-spacing: 0.04em;
  box-shadow: 0 4px 10px rgba(75,0,130,0.12);
}
.move-text { flex: 1; padding-top: 2px; }
.move-name {
  font-size: 17px;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 5px;
}
.move-desc {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.6;
}
@media (max-width: 880px) {
  .why-pp-map { grid-template-columns: 1fr; gap: 34px; }
  .why-pp-map .why-pp-diagram { max-width: 520px; margin: 0 auto; }
}

/* ── How to Start ── */
.start-section {
  background: white;
  padding: 72px 48px;
  border-bottom: 1px solid var(--border);
}
.start-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 16px;
  align-items: stretch;
  max-width: 1080px;
  margin: 0 auto;
}
.start-card {
  background: var(--bg);
  border-radius: 16px;
  padding: 32px 24px;
  border: 1px solid var(--border);
  text-align: center;
}
.start-num {
  width: 44px;
  height: 44px;
  background: var(--purple);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
  margin: 0 auto 18px;
}
.start-icon {
  width: 56px;
  height: 56px;
  background: var(--purple-light);
  color: var(--purple);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.start-icon svg { width: 28px; height: 28px; }
.start-name {
  font-size: 17px;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 10px;
  line-height: 1.3;
}
.start-desc {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.65;
}
.start-arrow {
  font-size: 22px;
  color: var(--purple2);
  opacity: 0.4;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.start-cta-row {
  text-align: center;
  margin-top: 44px;
}
@media (max-width: 880px) {
  .start-grid { grid-template-columns: 1fr; }
  .start-arrow { transform: rotate(90deg); justify-content: center; margin: 6px 0; }
}

/* ── Logo bar ── */
.logo-bar {
  background: linear-gradient(180deg, var(--purple-light) 0%, #ece4f5 100%);
  border-top: 1px solid rgba(201, 168, 76, 0.35);
  border-bottom: 1px solid rgba(201, 168, 76, 0.35);
  padding: 36px 48px 32px;
  text-align: center;
  position: relative;
}
.logo-bar::before, .logo-bar::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.6;
}
.logo-bar::before { top: 0; }
.logo-bar::after { bottom: 0; }
.logo-bar-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  margin-bottom: 22px;
}
.logo-bar-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.logo-placeholder {
  width: 120px;
  height: 40px;
  background: var(--purple-light);
  border: 1.5px dashed var(--purple2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--purple2);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  opacity: 0.55;
}
.logo-mark {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5a5a6e;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -0.01em;
  filter: grayscale(100%);
  opacity: 0.78;
  white-space: nowrap;
  transition: opacity 0.2s, color 0.2s;
}
.logo-mark:hover { opacity: 1; color: var(--ink); }
.logo-bar-note {
  font-size: 11px;
  color: var(--muted);
  font-style: italic;
  opacity: 0.75;
}

/* ── Mid-page CTA strip ── */
.mid-cta {
  background: var(--bg);
  padding: 44px 48px;
  text-align: center;
  border-bottom: 1px solid var(--border);
}
.mid-cta-text {
  font-size: 19px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 20px;
  line-height: 1.4;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.mid-cta-text em { font-style: italic; color: var(--purple); }

/* ── Components view (replaces sequential Plan section) ── */
.components-section {
  background: var(--bg);
  padding: 80px 48px;
  border-bottom: 1px solid var(--border);
}
.components-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 48px auto 0;
}
.component-card {
  background: white;
  border-radius: 20px;
  padding: 32px 30px 28px;
  border: 1px solid var(--border);
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 16px rgba(75,0,130,0.06);
}
.component-badge-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.component-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 6px 14px;
  border-radius: 999px;
}
.component-badge.human {
  background: var(--purple-light);
  color: var(--purple);
}
.component-badge.platform {
  background: #eaf4ef;
  color: var(--green);
}
.component-icon {
  width: 56px;
  height: 56px;
  background: var(--purple-light);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.component-icon svg { width: 28px; height: 28px; color: var(--purple); }
.component-icon.fdih-green { background: #eaf4ef; }
.component-icon.fdih-green svg { color: var(--green); }
.component-image {
  margin: -2px -2px 22px;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}
.component-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.component-image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--purple-light) 0%, #f4f1ff 100%);
  border: 1.5px dashed var(--purple2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--purple2);
  opacity: 0.7;
}
.component-image-placeholder svg { width: 40px; height: 40px; opacity: 0.8; }
.component-image-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-align: center;
  line-height: 1.4;
}
.component-image-label span {
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.04em;
  opacity: 0.75;
  margin-top: 4px;
  font-style: italic;
}
.component-name {
  font-size: 22px;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 12px;
  line-height: 1.25;
}
.component-desc {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 20px;
}
.component-includes {
  list-style: none;
  padding: 18px 0 0;
  margin: 0;
  border-top: 1px solid var(--border);
}
.component-includes li {
  font-size: 13.5px;
  color: var(--ink);
  line-height: 1.55;
  padding-left: 22px;
  position: relative;
  margin-bottom: 9px;
}
.component-includes li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 900;
}
.component-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 800;
  color: var(--purple);
  text-decoration: none;
  align-self: flex-start;
  border-bottom: 1.5px solid var(--purple);
  padding: 0 0 2px;
  transition: color 0.15s, border-color 0.15s, gap 0.15s;
}
.component-link:hover {
  color: var(--purple2);
  border-color: var(--purple2);
  gap: 8px;
}
.components-coda {
  text-align: center;
  font-size: 19px;
  color: var(--ink);
  max-width: 720px;
  margin: 48px auto 0;
  line-height: 1.5;
  font-style: italic;
}
.components-coda strong {
  color: var(--purple);
  font-style: normal;
  font-weight: 900;
}
.components-advisory {
  max-width: 720px;
  margin: 36px auto 0;
  background: linear-gradient(135deg,#1a0a2e,var(--purple));
  color: white;
  border-radius: 16px;
  padding: 22px 26px;
  border: 1px solid rgba(201,168,76,0.3);
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.components-advisory-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold);
  margin-bottom: 4px;
}
.components-advisory-text { flex: 1; min-width: 240px; }
.components-advisory-text strong { color: white; font-weight: 700; }
@media (max-width: 880px) {
  .components-grid { grid-template-columns: 1fr; }
}

/* ── Inside the Program (Plan) — legacy classes preserved for reference ── */
.plan-section {
  background: var(--bg);
  padding: 80px 48px;
}
.plan-step-badge {
  display: inline-block;
  background: var(--purple-light);
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.plan-step-badge.fdih-green {
  background: #eaf4ef;
  color: var(--green);
}
.plan-step-badge.fdih-gold {
  background: #faf2dc;
  color: var(--gold-dark);
}
.plan-step-title {
  font-size: 26px;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 14px;
}
.plan-step-title em {
  font-style: normal;
  color: var(--purple);
}
.plan-step-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 16px;
}
.plan-step-note {
  font-size: 13px;
  color: var(--ink);
  background: var(--purple-light);
  border-left: 3px solid var(--purple);
  padding: 10px 14px;
  border-radius: 0 8px 8px 0;
  line-height: 1.6;
}
.plan-act-header {
  border-left: 6px solid var(--purple);
  padding: 8px 0 8px 22px;
  margin-bottom: 4px;
  background: linear-gradient(90deg, rgba(75,0,130,0.04), transparent 60%);
  border-radius: 0 12px 12px 0;
}
.plan-act-header .act-label {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--purple);
  margin-bottom: 8px;
}
.plan-act-header .act-title {
  font-size: 26px;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.25;
  max-width: 740px;
}
.plan-act-lead {
  max-width: 760px;
  margin: 18px 0 0;
  font-size: 16px;
  color: var(--muted);
  line-height: 1.75;
  padding-left: 22px;
}
.plan-act-lead strong {
  color: var(--ink);
  font-weight: 700;
}

/* Visual break between program steps */
.plan-step-divider {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 24px 0 0;
  padding: 0 8px;
}
.plan-step-divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border) 30%, var(--border) 70%, transparent);
}
.plan-step-divider-mark {
  width: 9px;
  height: 9px;
  background: var(--purple2);
  transform: rotate(45deg);
  flex-shrink: 0;
  opacity: 0.55;
}
.plan-act-header.fdih-green { border-color: var(--green); }
.plan-act-header.fdih-green .act-label { color: var(--green); }
.plan-act-header.fdih-gold { border-color: var(--gold); }
.plan-act-header.fdih-gold .act-label { color: var(--gold-dark); }

.check-list {
  list-style: none;
  margin-bottom: 24px;
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--ink);
  margin-bottom: 10px;
  line-height: 1.5;
}
.check-list li::before {
  content: '✓';
  color: var(--green);
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 1px;
}
.advisor-callout {
  background: linear-gradient(135deg, #1a0a2e, var(--purple));
  border-radius: 14px;
  padding: 20px 22px;
  margin-bottom: 24px;
}
.advisor-callout-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.advisor-callout p {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  margin: 0;
}

/* (platform-* and personal-* CSS removed — sections deleted) */

/* (advisory-* CSS removed — section folded into Step 4) */

/* ── Insight cards ── */
.insights-section {
  background: white;
  padding: 80px 48px;
  border-bottom: 1px solid var(--border);
}
.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 960px;
  margin: 48px auto 0;
}
.insight-card {
  background: var(--bg);
  border-radius: 14px;
  padding: 22px;
  border: 1px solid var(--border);
}
.insight-icon { margin-bottom: 10px; display: flex; }
.insight-icon svg { width: 26px; height: 26px; }
.insight-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 8px;
}
.insight-quote {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.65;
  font-style: italic;
}
.insight-quote::before { content: '\201C'; }
.insight-quote::after { content: '\201D'; }
.insights-feature-quote {
  max-width: 700px;
  margin: 56px auto 0;
  font-size: 22px;
  font-style: italic;
  color: var(--ink);
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}
.insights-feature-quote::before { content: '\201C'; color: var(--gold); font-weight: 900; font-style: normal; }
.insights-feature-quote::after  { content: '\201D'; color: var(--gold); font-weight: 900; font-style: normal; }
.insights-feature-attr {
  margin-top: 14px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  text-align: center;
}

/* ── Bottom CTA ── */
.bottom-cta {
  background: linear-gradient(135deg, #1a0a2e 0%, var(--purple) 60%, #6f2dbd 100%);
  color: white;
  padding: 88px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.bottom-cta::before {
  content: '♠♦♣♥';
  position: absolute;
  bottom: -30px;
  left: 20px;
  font-size: 140px;
  opacity: 0.04;
  letter-spacing: 10px;
  line-height: 1;
  pointer-events: none;
}
.bottom-cta h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 16px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.bottom-cta p {
  font-size: 17px;
  opacity: 0.85;
  line-height: 1.65;
  max-width: 540px;
  margin: 0 auto 36px;
}
.bottom-cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* ── Mockup badge ── */
.mockup-badge {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #d32f2f;
  color: white;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 8px 14px;
  border-radius: 999px;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.mockup-badge small { font-weight: 600; opacity: 0.8; margin-left: 6px; }

/* ── Responsive ── */
@media (max-width: 880px) {
  .fdih-hero { padding: 56px 24px 64px; }
  .hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .fdih-hero h1 { font-size: 30px; }
  .hero-cards-img { width: clamp(180px, 60vw, 280px); margin: 0 auto; }
  .testimonial-strip { padding: 32px 24px; }
  .testimonial-quote { font-size: 16px; }
  .who-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-bar { gap: 20px; padding: 18px 24px; }
  .stakes-section, .bridge-section, .who-section, .plan-section,
  .insights-section { padding: 56px 24px; }
  .insights-grid { grid-template-columns: 1fr; }
  .bottom-cta { padding: 56px 24px; }
  .bottom-cta h2 { font-size: 26px; }
  .guide-inner { grid-template-columns: 1fr; text-align: center; }
  .guide-photo { margin: 0 auto; }
  .guide-credentials { justify-content: center; }
  .section-h2 { font-size: 26px; }
  .stakes-pullquote { font-size: 18px; padding: 18px 20px; }
  .equation-strip { padding: 18px 24px; }
  .equation-strip p { font-size: 16px; }
}

/* ── Home footer (ported from platform page for consistency) ── */
.page-footer {
  background: #1a0b2e;
  padding: 48px;
  text-align: center;
}
.page-footer-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.page-footer-link {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  cursor: pointer;
}
.page-footer-link:hover { color: #fff; }
.page-footer-cta {
  background: var(--gold);
  color: #1a0b2e;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}
.page-footer-note {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  font-style: italic;
}
