/* ============================================================
   ForeverFit Indonesia — Shared Stylesheet
   All pages link to this file.
   Existing classes (no prefix) → index.html
   ff-* classes → auditgerak, template-ebook-hnp, new pages
   ============================================================ */

/* ── GOOGLE FONTS ── */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,700;0,900;1,500;1,700;1,900&family=DM+Sans:wght@300;400;500&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap');

/* ── RESET ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

/* ══════════════════════════════════════════════
   SECTION A — EXISTING SITE TOKENS & COMPONENTS
   (used by index.html, keep untouched)
   ══════════════════════════════════════════════ */

:root {
  /* Existing site palette */
  --red:        #B8001C;
  --red-mid:    #CC001F;
  --red-pale:   #FDF2F3;
  --ink:        #111010;
  --ink-mid:    #2A2828;
  --ink-soft:   #6B6868;
  --ink-faint:  #9E9B9B;
  --cream:      #F9F7F4;
  --cream-mid:  #F0EDE8;
  --white:      #FFFFFF;
  --rule:       #E2DFDA;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans:  'DM Sans', system-ui, sans-serif;

  /* ff-* design system palette */
  --ff-red:        #C0251B;
  --ff-red-dark:   #8E1B13;
  --ff-red-tint:   #FDF2F1;
  --ff-red-border: #F5C6C3;
  --ff-gold:       #B5882A;
  --ff-white:      #FFFFFF;
  --ff-off-white:  #FAFAF8;
  --ff-gray-100:   #F4F1EE;
  --ff-gray-200:   #E8E4E0;
  --ff-gray-400:   #A8A29E;
  --ff-gray-600:   #57534E;
  --ff-text:       #1C1917;
  --ff-text-2:     #3D3A37;
  --ff-serif:      'Playfair Display', Georgia, serif;
  --ff-sans:       'Plus Jakarta Sans', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  background: var(--white);
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ── NAV (existing) ── */
nav {
  background: var(--white);
  border-bottom: 1px solid var(--rule);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5rem;
  height: 76px;
  position: sticky;
  top: 0;
  z-index: 99;
}
.nav-left { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.nav-logotype { font-family: var(--font-serif); font-size: 20px; font-weight: 700; letter-spacing: 0.04em; color: var(--ink); }
.nav-logotype span { color: var(--red); }
.nav-tagline-bar { height: 28px; width: 1px; background: var(--rule); margin: 0 6px; }
.nav-tagline { font-size: 11px; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faint); }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a { font-size: 13px; font-weight: 400; letter-spacing: 0.06em; color: var(--ink-soft); text-decoration: none; transition: color 0.15s; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { background: var(--red); color: var(--white); border: none; padding: 11px 26px; font-family: var(--font-sans); font-size: 13px; font-weight: 500; letter-spacing: 0.08em; cursor: pointer; transition: background 0.15s; }
.nav-cta:hover { background: var(--red-mid); }
.ff-logo-svg { width: 36px; height: 36px; flex-shrink: 0; }

/* ── HERO (existing) ── */
.hero { min-height: 92vh; display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); }
.hero-left { padding: 8rem 5rem 6rem; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--rule); }
.hero-photo-wrap { position: relative; overflow: hidden; min-height: 500px; }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.kicker-dot { width: 6px; height: 6px; background: var(--red); flex-shrink: 0; }
.kicker-text { font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); }
.hero-h1 { font-family: var(--font-serif); font-size: clamp(48px, 5vw, 68px); font-weight: 900; line-height: 1.05; color: var(--ink); margin-bottom: 1.75rem; }
.hero-h1 em { font-style: italic; color: var(--red); }
.hero-body { font-size: 18px; font-weight: 300; line-height: 1.78; color: var(--ink-soft); max-width: 440px; margin-bottom: 3rem; }
.hero-body strong { color: var(--ink); font-weight: 500; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.hero-stat { border-left: 2px solid var(--red); padding-left: 1.5rem; }
.hero-stat-num { font-family: var(--font-serif); font-size: 52px; font-weight: 900; color: var(--ink); line-height: 1; }
.hero-stat-label { font-size: 13px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-faint); margin-top: 6px; }
.hero-quote { padding: 2.5rem; background: var(--white); border-left: 3px solid var(--red); font-family: var(--font-serif); font-size: 17px; font-style: italic; line-height: 1.6; color: var(--ink-mid); }

/* ── BUTTONS (existing) ── */
.btn-solid { background: var(--red); color: var(--white); border: 1.5px solid var(--red); padding: 15px 34px; font-family: var(--font-sans); font-size: 14px; font-weight: 500; letter-spacing: 0.07em; cursor: pointer; transition: all 0.15s; text-decoration: none; display: inline-block; }
.btn-solid:hover { background: var(--red-mid); border-color: var(--red-mid); }
.btn-outline { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); padding: 15px 34px; font-family: var(--font-sans); font-size: 14px; font-weight: 500; letter-spacing: 0.07em; cursor: pointer; transition: all 0.15s; text-decoration: none; display: inline-block; }
.btn-outline:hover { background: var(--ink); color: var(--white); }

/* ── SECTION SHARED (existing) ── */
.section { padding: 7rem 5rem; }
.section-alt { padding: 7rem 5rem; background: var(--cream); }
.s-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 1.25rem; }
.s-kicker-line { width: 28px; height: 1.5px; background: var(--red); }
.s-kicker-text { font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); }
.s-title { font-family: var(--font-serif); font-size: clamp(34px, 4vw, 50px); font-weight: 700; line-height: 1.1; color: var(--ink); margin-bottom: 1rem; }
.s-title em { font-style: italic; color: var(--red); }
.rule { width: 100%; height: 1px; background: var(--rule); }

/* ── GAP POSITIONING (existing) ── */
.gap-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; margin-top: 4rem; }
.gap-prose p { font-size: 17px; font-weight: 300; line-height: 1.8; color: var(--ink-soft); margin-bottom: 1.5rem; }
.gap-prose p strong { color: var(--ink); font-weight: 500; }
.gap-spectrum { border: 1px solid var(--rule); }
.gap-row { display: grid; grid-template-columns: 1fr 40px 1fr 40px 1fr; }
.gap-cell { padding: 2rem 1.75rem; border-right: 1px solid var(--rule); }
.gap-cell:last-child { border-right: none; }
.gap-cell.active { background: var(--red); color: var(--white); }
.gap-cell.active .gc-label { color: rgba(255,255,255,0.6); }
.gap-cell.active .gc-name { color: var(--white); }
.gap-cell.active .gc-desc { color: rgba(255,255,255,0.75); }
.gap-arrow-cell { display: flex; align-items: center; justify-content: center; border-right: 1px solid var(--rule); color: var(--ink-faint); font-size: 16px; }
.gc-label { font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 8px; }
.gc-name { font-family: var(--font-serif); font-size: 19px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.gc-desc { font-size: 14px; font-weight: 300; line-height: 1.6; color: var(--ink-soft); }

/* ── FOR WHOM (existing) ── */
.whom-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 4rem; border: 1px solid var(--rule); }
.whom-card { padding: 3rem 2.5rem; border-right: 1px solid var(--rule); transition: background 0.2s; }
.whom-card:last-child { border-right: none; }
.whom-card:hover { background: var(--cream-mid); }
.whom-num { font-family: var(--font-serif); font-size: 13px; font-weight: 700; color: var(--red); letter-spacing: 0.1em; margin-bottom: 1.75rem; }
.whom-title { font-family: var(--font-serif); font-size: 22px; font-weight: 700; color: var(--ink); line-height: 1.25; margin-bottom: 1.25rem; }
.whom-desc { font-size: 15px; font-weight: 300; line-height: 1.75; color: var(--ink-soft); }
.whom-tag { display: inline-block; margin-top: 2rem; font-size: 11px; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase; color: var(--red); border-bottom: 1.5px solid var(--red); padding-bottom: 2px; }

/* ── PROGRAMS (existing) ── */
.prog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 4rem; border: 1px solid var(--rule); }
.prog-card { padding: 3rem 2.5rem; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); transition: background 0.2s; }
.prog-card:hover { background: var(--cream); }
.prog-card.featured { background: var(--ink); grid-column: span 2; border-right: none; }
.prog-card.featured:hover { background: var(--ink-mid); }
.prog-num { font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 1.5rem; }
.prog-card.featured .prog-num { color: rgba(255,255,255,0.4); }
.prog-title { font-family: var(--font-serif); font-size: 26px; font-weight: 700; color: var(--ink); margin-bottom: 1rem; line-height: 1.2; }
.prog-card.featured .prog-title { color: var(--white); }
.prog-desc { font-size: 15px; font-weight: 300; line-height: 1.75; color: var(--ink-soft); }
.prog-card.featured .prog-desc { color: rgba(255,255,255,0.65); }
.prog-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 2rem; font-size: 13px; font-weight: 500; letter-spacing: 0.08em; color: var(--red); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.15s; }
.prog-link:hover { border-bottom-color: var(--red); }
.prog-card.featured .prog-link { color: rgba(255,255,255,0.7); }
.prog-card.featured .prog-link:hover { color: var(--white); border-bottom-color: rgba(255,255,255,0.5); }

/* ── TRUST (existing) ── */
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--rule); }
.trust-left { padding: 5rem; border-right: 1px solid var(--rule); }
.trust-right { padding: 5rem; }
.trust-quote { font-family: var(--font-serif); font-size: clamp(22px, 2.5vw, 30px); font-weight: 700; font-style: italic; line-height: 1.35; color: var(--ink); margin-bottom: 2.5rem; }
.trust-quote em { color: var(--red); font-style: normal; }
.trust-attr { display: flex; align-items: center; gap: 1rem; }
.trust-initials { width: 52px; height: 52px; background: var(--ink); display: flex; align-items: center; justify-content: center; font-family: var(--font-serif); font-size: 17px; font-weight: 700; color: var(--white); flex-shrink: 0; }
.trust-name { font-weight: 500; font-size: 15px; color: var(--ink); }
.trust-role { font-size: 13px; color: var(--ink-faint); margin-top: 3px; font-weight: 300; }
.cred-list { display: flex; flex-direction: column; }
.cred-item { padding: 1.5rem 0; border-bottom: 1px solid var(--rule); display: flex; align-items: flex-start; gap: 1rem; }
.cred-item:first-child { padding-top: 0; }
.cred-item:last-child { border-bottom: none; }
.cred-mark { width: 5px; height: 5px; background: var(--red); flex-shrink: 0; margin-top: 8px; }
.cred-text { font-size: 15px; font-weight: 300; line-height: 1.7; color: var(--ink-soft); }
.cred-text strong { color: var(--ink); font-weight: 500; }

/* ── TESTIMONIALS (existing) ── */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; border: 1px solid var(--rule); }
.testi-card { padding: 2.5rem 2.25rem; border-right: 1px solid var(--rule); }
.testi-card:last-child { border-right: none; }
.testi-stars { display: flex; gap: 3px; margin-bottom: 1.5rem; color: var(--red); font-size: 13px; }
.testi-text { font-family: var(--font-serif); font-size: 16px; font-style: italic; line-height: 1.75; color: var(--ink-mid); margin-bottom: 1.75rem; }
.testi-name { font-size: 14px; font-weight: 500; color: var(--ink); }
.testi-cond { font-size: 12px; font-weight: 300; color: var(--ink-faint); margin-top: 3px; }

/* ── CONSULTATION FORM (existing) ── */
.consult-section { background: var(--ink); padding: 7rem 5rem; }
.consult-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.consult-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 1.5rem; }
.consult-kicker-line { width: 28px; height: 1.5px; background: rgba(255,255,255,0.3); }
.consult-kicker-text { font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.45); }
.consult-h2 { font-family: var(--font-serif); font-size: clamp(38px, 4vw, 54px); font-weight: 700; font-style: italic; line-height: 1.1; color: var(--white); margin-bottom: 1.75rem; }
.consult-h2 em { font-style: normal; color: rgba(255,255,255,0.4); }
.consult-body { font-size: 17px; font-weight: 300; line-height: 1.75; color: rgba(255,255,255,0.6); margin-bottom: 2.5rem; }
.consult-list { list-style: none; display: flex; flex-direction: column; gap: 1.1rem; margin-bottom: 2.5rem; }
.consult-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.7); line-height: 1.5; }
.consult-list li::before { content: ''; width: 5px; height: 5px; background: var(--red); flex-shrink: 0; margin-top: 8px; }
.consult-note { font-family: var(--font-serif); font-size: 14px; font-style: italic; color: rgba(255,255,255,0.35); line-height: 1.6; }
.form-wrap { background: var(--white); padding: 3.5rem; }
.form-h { font-family: var(--font-serif); font-size: 24px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.form-sub { font-size: 14px; font-weight: 300; color: var(--ink-soft); margin-bottom: 2.5rem; line-height: 1.5; }
.f-group { margin-bottom: 1.25rem; }
.f-label { display: block; font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 7px; }
.f-input { width: 100%; background: var(--cream); border: 1px solid var(--rule); color: var(--ink); padding: 13px 16px; font-family: var(--font-sans); font-size: 15px; outline: none; transition: border-color 0.15s; -webkit-appearance: none; }
.f-input::placeholder { color: var(--ink-faint); }
.f-input:focus { border-color: var(--ink); }
.f-select { width: 100%; background: var(--cream); border: 1px solid var(--rule); color: var(--ink); padding: 13px 16px; font-family: var(--font-sans); font-size: 15px; outline: none; appearance: none; cursor: pointer; }
.f-submit { width: 100%; background: var(--red); color: var(--white); border: none; padding: 16px; font-family: var(--font-sans); font-size: 15px; font-weight: 500; letter-spacing: 0.08em; cursor: pointer; transition: background 0.15s; margin-top: 0.5rem; }
.f-submit:hover { background: var(--red-mid); }
.f-disc { font-size: 11px; color: var(--ink-faint); text-align: center; margin-top: 1rem; line-height: 1.5; }
.success-msg { display: none; background: #f0fdf4; border: 1px solid #bbf7d0; padding: 1.5rem; text-align: center; margin-top: 1rem; }
.success-msg p { color: #15803d; font-size: 14px; font-weight: 500; line-height: 1.6; }

/* ── STUDIOS (existing) ── */
.studios-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; border: 1px solid var(--rule); }
.studio-card { padding: 2.5rem; border-right: 1px solid var(--rule); }
.studio-card:last-child { border-right: none; }
.studio-num { font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); margin-bottom: 1rem; }
.studio-name { font-family: var(--font-serif); font-size: 22px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.studio-area { font-size: 13px; color: var(--ink-faint); margin-bottom: 1.5rem; font-weight: 300; }
.studio-hours { font-size: 14px; font-weight: 300; color: var(--ink-soft); line-height: 2; }
.studio-hours span { color: var(--ink-faint); margin-right: 8px; font-size: 13px; }

/* ── FOOTER (existing) ── */
footer { background: var(--cream); border-top: 1px solid var(--rule); padding: 5rem 5rem 3rem; }
.footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 4rem; margin-bottom: 4rem; }
.footer-brand { font-family: var(--font-serif); font-size: 24px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.footer-brand span { color: var(--red); }
.footer-tag { font-size: 11px; font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 1.5rem; }
.footer-desc { font-size: 14px; font-weight: 300; line-height: 1.75; color: var(--ink-soft); max-width: 280px; }
.footer-col-title { font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 1.25rem; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.85rem; }
.footer-links a { font-size: 14px; font-weight: 300; color: var(--ink-soft); text-decoration: none; transition: color 0.15s; }
.footer-links a:hover { color: var(--ink); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 2.5rem; border-top: 1px solid var(--rule); }
.footer-copy { font-size: 12px; color: var(--ink-faint); }
.footer-socials { display: flex; gap: 2rem; }
.footer-social { font-size: 12px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-faint); text-decoration: none; transition: color 0.15s; }
.footer-social:hover { color: var(--red); }

/* ── PHOTOS (existing) ── */
.photo-cover { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-section { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.photo-section-img { overflow: hidden; max-height: 520px; }
.photo-section-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.4s ease; }
.photo-section-img:hover img { transform: scale(1.03); }
.photo-section-content { padding: 5rem; }
.photo-section-content.right { border-left: 1px solid var(--rule); }
.photo-section-content.left { border-right: 1px solid var(--rule); }
.founder-photo { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: top center; display: block; }
.cred-badge { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.25rem; border: 1px solid var(--rule); margin-top: 1.5rem; transition: border-color 0.2s; }
.cred-badge:hover { border-color: var(--red); }
.cred-badge img { width: 80px; object-fit: contain; flex-shrink: 0; }
.cred-badge-text { font-size: 13px; font-weight: 400; line-height: 1.5; color: var(--ink-soft); }
.cred-badge-text strong { color: var(--ink); font-weight: 500; display: block; margin-bottom: 2px; }
.photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rule); }
.photo-strip-item { overflow: hidden; aspect-ratio: 4/3; border-right: 1px solid var(--rule); }
.photo-strip-item:last-child { border-right: none; }
.photo-strip-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.photo-strip-item:hover img { transform: scale(1.04); }

/* ── FLOATING WHATSAPP BUTTON ── */
.wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 999; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.wa-bubble { display: flex; align-items: center; gap: 10px; background: #25D366; color: #fff; padding: 12px 20px 12px 14px; border-radius: 50px; text-decoration: none; font-family: var(--font-sans); font-size: 14px; font-weight: 500; box-shadow: 0 4px 20px rgba(37,211,102,0.35); transition: all 0.2s; white-space: nowrap; }
.wa-bubble:hover { background: #1ebe5d; box-shadow: 0 6px 24px rgba(37,211,102,0.45); transform: translateY(-2px); }
.wa-bubble svg { width: 22px; height: 22px; flex-shrink: 0; }
.wa-label { line-height: 1.2; }
.wa-label-main { font-size: 14px; font-weight: 500; color: #fff; display: block; }
.wa-label-sub { font-size: 11px; color: rgba(255,255,255,0.8); display: block; letter-spacing: 0.03em; }
.wa-tooltip { background: var(--ink); color: #fff; font-family: var(--font-sans); font-size: 13px; font-weight: 400; padding: 8px 14px; border-radius: 8px; white-space: nowrap; opacity: 0; transform: translateX(8px); transition: all 0.2s; pointer-events: none; }
.wa-float:hover .wa-tooltip { opacity: 1; transform: translateX(0); }
.wa-pulse { position: absolute; top: -3px; right: -3px; width: 12px; height: 12px; background: #ff3b30; border-radius: 50%; border: 2px solid #fff; animation: wa-ping 2s ease-in-out infinite; }
@keyframes wa-ping { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.3); opacity: 0.7; } }

/* ══════════════════════════════════════════════
   SECTION B — ff-* DESIGN SYSTEM COMPONENTS
   (used by auditgerak, template-ebook-hnp, new landing pages)
   ══════════════════════════════════════════════ */

/* ── ff- body override (applied only on ff-* pages via body class) ── */
body.ff-page {
  font-family: var(--ff-sans);
  font-size: 19px;
  line-height: 1.75;
  color: var(--ff-text);
  background: var(--ff-white);
}

/* ── ff-NAV ── */
.ff-nav {
  background: var(--ff-white);
  border-bottom: 2px solid var(--ff-red);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: 72px;
  position: sticky;
  top: 0;
  z-index: 99;
}
.ff-nav__brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.ff-nav__brand-name { font-family: var(--ff-serif); font-size: 20px; font-weight: 700; letter-spacing: 0.04em; color: var(--ff-text); }
.ff-nav__brand-sub { font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ff-red); }
.ff-nav__cta { background: var(--ff-red); color: var(--ff-white); border: none; padding: 11px 24px; font-family: var(--ff-sans); font-size: 14px; font-weight: 600; border-radius: 4px; cursor: pointer; transition: background 0.15s; text-decoration: none; display: inline-flex; align-items: center; }
.ff-nav__cta:hover { background: var(--ff-red-dark); }

/* ── ff-LAYOUT ── */
.ff-container { max-width: 1020px; margin: 0 auto; padding: 0 28px; }
.ff-container--narrow { max-width: 680px; margin: 0 auto; padding: 0 28px; }
.ff-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.ff-cta-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

/* ── ff-SECTIONS ── */
.ff-section { padding: 80px 28px; }
.ff-section--tint { padding: 80px 28px; background: var(--ff-off-white); }
.ff-section--gray { padding: 80px 28px; background: var(--ff-gray-100); }
.ff-section--red-tint { padding: 80px 28px; background: var(--ff-red-tint); }
.ff-section--red { padding: 80px 28px; background: var(--ff-red); }
.ff-section--dark { padding: 80px 28px; background: var(--ff-text); }
.ff-section__inner { max-width: 1020px; margin: 0 auto; }

/* ── ff-TYPOGRAPHY ── */
.ff-eyebrow {
  font-family: var(--ff-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ff-red);
  margin-bottom: 16px;
  display: block;
}
.ff-eyebrow--with-line {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ff-eyebrow--with-line::before {
  content: '';
  display: block;
  width: 28px;
  height: 3px;
  background: var(--ff-red);
  flex-shrink: 0;
}
.ff-heading {
  font-family: var(--ff-serif);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--ff-text);
  margin-bottom: 1rem;
}
.ff-heading em { font-style: italic; color: var(--ff-red); }
.ff-heading--hero {
  font-family: var(--ff-serif);
  font-size: clamp(44px, 7vw, 88px);
  font-weight: 700;
  line-height: 1.0;
  color: var(--ff-text);
  margin-bottom: 1rem;
}
.ff-heading--hero em { font-style: italic; color: var(--ff-red); }
.ff-hash { color: var(--ff-red); }
.ff-tagline {
  font-family: var(--ff-serif);
  font-size: clamp(20px, 2.5vw, 30px);
  font-style: italic;
  color: var(--ff-gray-600);
  margin-bottom: 1.5rem;
  display: block;
}
.ff-subtext {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--ff-text-2);
  max-width: 580px;
  margin-bottom: 2rem;
}
.ff-rule { width: 56px; height: 3px; background: var(--ff-red); margin: 24px 0; display: block; }

/* ── ff-BUTTONS ── */
.ff-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 36px;
  font-family: var(--ff-sans);
  font-size: 17px;
  font-weight: 600;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.18s;
  text-decoration: none;
  line-height: 1;
}
.ff-btn--primary { background: var(--ff-red); color: var(--ff-white); border-color: var(--ff-red); }
.ff-btn--primary:hover { background: var(--ff-red-dark); border-color: var(--ff-red-dark); }
.ff-btn--outline { background: transparent; color: var(--ff-red); border-color: var(--ff-red); }
.ff-btn--outline:hover { background: var(--ff-red-tint); }
.ff-btn--white { background: var(--ff-white); color: var(--ff-red); border-color: var(--ff-white); }
.ff-btn--white:hover { background: var(--ff-red-tint); }
.ff-btn--lg { padding: 20px 44px; font-size: 18px; }
.ff-btn--sm { padding: 12px 24px; font-size: 15px; }
.ff-btn--full { width: 100%; }

/* ── ff-BADGES ── */
.ff-badge { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; border-radius: 2px; padding: 5px 12px; display: inline-block; }
.ff-badge--red { color: var(--ff-red); background: var(--ff-red-tint); }
.ff-badge--outline { color: var(--ff-red); border: 1px solid var(--ff-red); background: transparent; }
.ff-badge--gold { color: var(--ff-gold); background: #FDF8EE; }
.ff-badge--white { color: var(--ff-red); background: var(--ff-white); }

/* ── ff-STATS BAR ── */
.ff-stats { background: var(--ff-red); padding: 48px 28px; }
.ff-stats__inner { max-width: 1020px; margin: 0 auto; }
.ff-stats__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 32px; text-align: center; }
.ff-stats__num { font-family: var(--ff-serif); font-size: 52px; font-weight: 700; color: var(--ff-white); line-height: 1; display: block; }
.ff-stats__label { font-size: 15px; color: rgba(255,255,255,0.8); margin-top: 8px; display: block; font-weight: 300; }

/* ── ff-TRUST STRIP ── */
.ff-trust-strip { display: flex; flex-wrap: wrap; gap: 20px 36px; border-top: 1px solid var(--ff-gray-200); padding-top: 24px; margin-top: 32px; }
.ff-trust-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ff-gray-600); font-weight: 400; }
.ff-trust-icon { width: 22px; height: 22px; border-radius: 50%; background: var(--ff-red-tint); flex-shrink: 0; position: relative; display: inline-block; }
.ff-trust-icon::after { content: '✓'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 12px; color: var(--ff-red); font-weight: 700; }

/* ── ff-PROBLEM CARDS ── */
.ff-problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 40px; }
.ff-problem-card { background: var(--ff-white); border-top: 4px solid var(--ff-red); padding: 36px 32px; border-radius: 0 0 4px 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.ff-problem-card__num { font-family: var(--ff-serif); font-size: 52px; font-weight: 700; color: var(--ff-red); opacity: 0.18; line-height: 1; margin-bottom: 12px; display: block; }
.ff-problem-card__title { font-size: 19px; font-weight: 600; color: var(--ff-text); margin-bottom: 12px; line-height: 1.3; }
.ff-problem-card__body { font-size: 17px; font-weight: 300; color: var(--ff-text-2); line-height: 1.7; }

/* ── ff-FOR-WHO CARDS ── */
.ff-forwho-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 20px; margin-top: 40px; }
.ff-forwho-card { background: var(--ff-white); border: 1px solid var(--ff-gray-200); padding: 32px 28px; border-radius: 4px; transition: border-color 0.2s; }
.ff-forwho-card:hover { border-color: var(--ff-red); }
.ff-forwho-card__num { font-size: 11px; font-weight: 600; color: var(--ff-red); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 12px; display: block; }
.ff-forwho-card__title { font-family: var(--ff-serif); font-size: 22px; font-weight: 700; color: var(--ff-text); margin-bottom: 12px; line-height: 1.25; }
.ff-forwho-card__body { font-size: 17px; font-weight: 300; color: var(--ff-text-2); line-height: 1.7; }

/* ── ff-TESTIMONIAL CARDS ── */
.ff-proof-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 40px; }
.ff-proof-card { background: var(--ff-white); border: 1px solid var(--ff-gray-200); padding: 32px 28px; border-radius: 4px; }
.ff-stars { display: flex; gap: 4px; margin-bottom: 16px; }
.ff-star { font-size: 18px; color: var(--ff-gold); }
.ff-proof-card__quote { font-family: var(--ff-serif); font-size: 18px; font-style: italic; color: var(--ff-text-2); line-height: 1.7; margin-bottom: 20px; }
.ff-proof-card__name { font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ff-text); margin-bottom: 4px; }
.ff-proof-card__cond { font-size: 13px; color: var(--ff-red); font-weight: 400; }

/* ── ff-NUMBERED LIST ── */
.ff-numbered-list { list-style: none; margin-top: 28px; }
.ff-numbered-item { display: flex; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--ff-gray-200); }
.ff-numbered-item:last-child { border-bottom: none; }
.ff-numbered-item__num { font-family: var(--ff-serif); font-size: 15px; font-weight: 700; color: var(--ff-red); min-width: 28px; flex-shrink: 0; padding-top: 2px; }
.ff-numbered-item__body { }
.ff-numbered-item__title { font-size: 18px; font-weight: 600; color: var(--ff-text); margin-bottom: 6px; }
.ff-numbered-item__desc { font-size: 16px; font-weight: 300; color: var(--ff-text-2); line-height: 1.65; }

/* ── ff-BLOCKQUOTE ── */
.ff-quote {
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: clamp(18px, 2vw, 26px);
  color: var(--ff-text);
  line-height: 1.6;
  border-left: 4px solid var(--ff-red);
  background: var(--ff-red-tint);
  padding: 28px 28px 28px 32px;
  border-radius: 0 4px 4px 0;
  margin: 28px 0;
}
.ff-quote__attr { font-size: 14px; font-style: normal; font-weight: 600; color: var(--ff-red); margin-top: 16px; display: block; font-family: var(--ff-sans); }
.ff-quote__attr span { color: var(--ff-gray-600); font-weight: 400; }

/* ── ff-CHECKLIST ── */
.ff-checklist { list-style: none; display: flex; flex-direction: column; gap: 14px; margin: 24px 0; }
.ff-checklist__item { display: flex; align-items: flex-start; gap: 14px; font-size: 17px; font-weight: 400; color: var(--ff-text-2); line-height: 1.6; }
.ff-checklist__icon { width: 22px; height: 22px; border-radius: 50%; background: var(--ff-red-tint); flex-shrink: 0; position: relative; display: inline-block; margin-top: 2px; }
.ff-checklist__icon::after { content: '✓'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 12px; color: var(--ff-red); font-weight: 700; }
.ff-checklist__item strong { color: var(--ff-text); font-weight: 600; }

/* ── ff-FORM CARD ── */
.ff-form-card {
  background: var(--ff-white);
  border-top: 5px solid var(--ff-red);
  padding: 52px 48px;
  max-width: 620px;
  margin: 0 auto;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}
.ff-form-title { font-family: var(--ff-serif); font-size: clamp(26px, 3vw, 36px); font-weight: 700; color: var(--ff-text); margin-bottom: 8px; line-height: 1.2; }
.ff-form-title em { font-style: italic; color: var(--ff-red); }
.ff-form-subtitle { font-size: 17px; font-weight: 300; color: var(--ff-text-2); margin-bottom: 32px; line-height: 1.6; }
.ff-form-group { margin-bottom: 22px; }
.ff-label { display: block; font-size: 15px; font-weight: 600; letter-spacing: 0.04em; color: var(--ff-text-2); margin-bottom: 8px; }
.ff-opt { font-size: 13px; font-weight: 300; color: var(--ff-gray-400); margin-left: 6px; }
.ff-input, .ff-select, .ff-textarea {
  width: 100%;
  font-family: var(--ff-sans);
  font-size: 18px;
  color: var(--ff-text);
  border: 2px solid var(--ff-gray-200);
  border-radius: 4px;
  padding: 14px 18px;
  background: var(--ff-white);
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  -webkit-appearance: none;
}
.ff-input:focus, .ff-select:focus, .ff-textarea:focus {
  border-color: var(--ff-red);
  box-shadow: 0 0 0 3px rgba(192,37,27,0.10);
}
.ff-input::placeholder, .ff-textarea::placeholder { color: var(--ff-gray-400); }
.ff-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23C0251B' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
}
.ff-textarea { min-height: 110px; resize: vertical; }
.ff-form-trust { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 20px; }
.ff-form-trust__item { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--ff-gray-600); }
.ff-form-trust__icon { width: 16px; height: 16px; border-radius: 50%; border: 1.5px solid var(--ff-red); position: relative; flex-shrink: 0; }
.ff-form-trust__icon::after { content: '✓'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 9px; color: var(--ff-red); font-weight: 700; }
.ff-form-status { display: none; padding: 14px 18px; border-radius: 4px; font-size: 15px; margin-top: 16px; text-align: center; font-weight: 500; }
.ff-form-status.success { display: block; background: #f0fdf4; border: 1px solid #bbf7d0; color: #15803d; }
.ff-form-status.error { display: block; background: var(--ff-red-tint); border: 1px solid var(--ff-red-border); color: var(--ff-red-dark); }
.ff-wa-note { text-align: center; font-size: 14px; color: var(--ff-gray-600); margin-top: 12px; }
.ff-wa-note a { color: var(--ff-red); text-decoration: none; font-weight: 500; }
.ff-wa-note a:hover { text-decoration: underline; }

/* ── ff-INSIDE CARDS (ebook chapters) ── */
.ff-inside-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 36px; }
.ff-inside-card { background: var(--ff-white); border-left: 4px solid var(--ff-red); padding: 24px 22px; border-radius: 0 4px 4px 0; }
.ff-inside-card__chapter { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ff-red); margin-bottom: 8px; display: block; }
.ff-inside-card__title { font-size: 17px; font-weight: 600; color: var(--ff-text); margin-bottom: 8px; line-height: 1.3; }
.ff-inside-card__body { font-size: 15px; font-weight: 300; color: var(--ff-text-2); line-height: 1.6; }

/* ── ff-AUTHOR BOX ── */
.ff-author-box { display: flex; gap: 28px; background: var(--ff-gray-100); border-radius: 8px; padding: 36px 32px; align-items: flex-start; }
.ff-author-box__avatar { width: 80px; height: 80px; border-radius: 50%; background: var(--ff-red); display: flex; align-items: center; justify-content: center; font-family: var(--ff-serif); font-size: 28px; font-weight: 700; color: var(--ff-white); flex-shrink: 0; }
.ff-author-box__info { }
.ff-author-box__name { font-family: var(--ff-serif); font-size: 20px; font-weight: 700; color: var(--ff-text); margin-bottom: 2px; }
.ff-author-box__role { font-size: 14px; font-weight: 500; color: var(--ff-red); margin-bottom: 12px; }
.ff-author-box__bio { font-size: 16px; font-weight: 300; color: var(--ff-text-2); line-height: 1.65; }

/* ── ff-EBOOK COVER MOCK ── */
.ff-ebook-cover {
  background: var(--ff-red);
  aspect-ratio: 3/4;
  max-width: 300px;
  padding: 28px 24px;
  box-shadow: 12px 12px 0 var(--ff-red-border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.ff-ebook-cover::before { content: ''; position: absolute; top: -40px; right: -40px; width: 180px; height: 180px; border-radius: 50%; background: rgba(255,255,255,0.06); }
.ff-ebook-cover__tag { font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.7); }
.ff-ebook-cover__badge { position: absolute; top: 20px; right: -10px; background: var(--ff-gold); color: var(--ff-white); font-size: 11px; font-weight: 700; padding: 6px 14px 6px 10px; text-transform: uppercase; letter-spacing: 0.1em; }
.ff-ebook-cover__title { font-family: var(--ff-serif); font-size: 26px; font-weight: 700; color: var(--ff-white); line-height: 1.2; margin-top: auto; margin-bottom: 12px; }
.ff-ebook-cover__author { font-size: 13px; color: rgba(255,255,255,0.65); font-weight: 300; }

/* ── ff-SCROLL REVEAL ── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ══════════════════════════════════════════════
   RESPONSIVE — EXISTING SITE
   ══════════════════════════════════════════════ */

@media (max-width: 900px) {
  .wa-float { bottom: 20px; right: 16px; }
  .wa-label-main { font-size: 13px; }
  .wa-label-sub { font-size: 10px; }
  .wa-bubble { padding: 11px 16px 11px 12px; gap: 8px; }

  nav { padding: 0 1.5rem; }
  .nav-links, .nav-tagline, .nav-tagline-bar { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 6rem 1.5rem 3rem; border-right: none; border-bottom: 1px solid var(--rule); }
  .hero-right { padding: 3rem 1.5rem 4rem; flex-direction: row; flex-wrap: wrap; gap: 2rem; }
  .hero-quote { display: none; }
  .section, .section-alt { padding: 4rem 1.5rem; }
  .gap-grid, .trust-grid, .consult-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .gap-row { grid-template-columns: 1fr; gap: 0; }
  .gap-arrow-cell { display: none; }
  .gap-cell { border-right: none; border-bottom: 1px solid var(--rule); }
  .whom-grid, .prog-grid, .testi-grid, .studios-grid { grid-template-columns: 1fr; }
  .whom-card, .testi-card, .studio-card { border-right: none; border-bottom: 1px solid var(--rule); }
  .prog-card { border-right: none; }
  .prog-card.featured { grid-column: span 1; }
  .hero-photo-wrap { min-height: 300px; }
  .photo-section { grid-template-columns: 1fr; }
  .photo-section-content.right, .photo-section-content.left { border-left: none; border-right: none; border-top: 1px solid var(--rule); padding: 3rem 1.5rem; }
  .photo-strip { grid-template-columns: 1fr; }
  .photo-strip-item { border-right: none; border-bottom: 1px solid var(--rule); }
  .photo-strip-item:last-child { border-bottom: none; }
  .trust-left { padding: 0 !important; }
  .founder-photo { aspect-ratio: 3/2; }
  .cred-badge img { width: 60px; }
  .consult-section { padding: 4rem 1.5rem; }
  .form-wrap { padding: 2rem 1.5rem; }
  .footer-top { grid-template-columns: 1fr; gap: 2.5rem; }
  footer { padding: 3rem 1.5rem 2rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
}

/* ══════════════════════════════════════════════
   RESPONSIVE — ff-* LANDING PAGES
   ══════════════════════════════════════════════ */

@media (max-width: 768px) {
  .ff-two-col { grid-template-columns: 1fr; gap: 40px; }
  .ff-nav { padding: 0 1.25rem; }
  .ff-nav__brand-sub { display: none; }
}

@media (max-width: 640px) {
  body.ff-page { font-size: 18px; }
  .ff-section, .ff-section--tint, .ff-section--gray,
  .ff-section--red-tint, .ff-section--red, .ff-section--dark { padding: 64px 20px; }
  .ff-btn--full { width: 100%; }
  .ff-stats__grid { grid-template-columns: 1fr 1fr; }
  .ff-stats__num { font-size: 40px; }
  .ff-form-card { padding: 36px 20px; }
  .ff-author-box { flex-direction: column; gap: 16px; }
  .ff-ebook-cover { max-width: 240px; }
  .ff-cta-row { flex-direction: column; align-items: stretch; }
  .ff-cta-row .ff-btn { text-align: center; justify-content: center; }
}
