/* ============================================================
   PFG Private Wealth — Quiz Funnel v3
   Composition language: rrflows.com (open editorial canvas, no
   bordered bands, surfaces only for "things" — product screens —
   soft ambient shadows, huge vertical rhythm, pill buttons).
   Brand: steel blue #3282bd · charcoal #2e363a · slate #3a526a
   Type: Oswald (display) + Poppins (body)
   ============================================================ */

.pfg-page {
  --pfg-blue: #3282bd;
  --pfg-blue-deep: #26669a;
  --pfg-blue-light: #eaf3f9;
  --pfg-charcoal: #2e363a;
  --pfg-charcoal-deep: #232a2d;
  --pfg-slate: #3a526a;
  --pfg-ink: #2b3540;
  --pfg-muted: #647383;
  --pfg-canvas: #f7fafc;
  --pfg-card: #ffffff;
  --pfg-line: #dde6ed;
  --pfg-error: #b3423f;
  --font-display: 'Oswald', 'Arial Narrow', sans-serif;
  --font-body: 'Poppins', 'Segoe UI', Helvetica, sans-serif;
  --shadow-screen: 0 24px 70px rgba(46, 54, 58, 0.12);
  --shadow-screen-sm: 0 16px 48px rgba(46, 54, 58, 0.10);
}

.pfg-page *, .pfg-page *::before, .pfg-page *::after { margin: 0; padding: 0; box-sizing: border-box; }

.pfg-page {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--pfg-ink);
  background: var(--pfg-canvas);
  -webkit-font-smoothing: antialiased;
}

.pfg-page img, .pfg-page svg { max-width: 100%; }
.pfg-page a { color: var(--pfg-blue-deep); }
.pfg-page button { font-family: inherit; cursor: pointer; }
.pfg-page :focus-visible { outline: 3px solid var(--pfg-blue); outline-offset: 2px; }

.pfg-skip { position: absolute; left: -9999px; top: 0; background: var(--pfg-charcoal); color: #fff; padding: 10px 16px; z-index: 200; }
.pfg-skip:focus { left: 12px; top: 12px; }

.pfg-container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

/* ---------- Header ---------- */
.pfg-header { background: var(--pfg-canvas); position: relative; z-index: 20; }
.pfg-header-inner { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; gap: 16px; }
.pfg-wordmark {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  font-size: 21px; letter-spacing: 0.06em; color: var(--pfg-charcoal); text-decoration: none; line-height: 1.1;
}
.pfg-wordmark span { color: var(--pfg-blue); }
.pfg-wordmark small { display: block; font-family: var(--font-body); font-weight: 500; font-size: 10.5px; letter-spacing: 0.24em; color: var(--pfg-muted); }
.pfg-header-right { display: flex; align-items: center; gap: 26px; }
.pfg-header-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--pfg-slate); text-decoration: none; font-weight: 500; font-size: 15px; min-height: 44px; padding: 4px 6px; }
.pfg-header-phone svg { width: 17px; height: 17px; stroke: var(--pfg-blue); flex-shrink: 0; }
.pfg-header-phone:hover { color: var(--pfg-blue-deep); }

.pfg-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--pfg-blue); color: #fff; text-decoration: none; border: none;
  border-radius: 999px; min-height: 48px; padding: 11px 30px;
  font-family: var(--font-body); font-weight: 600; font-size: 15.5px;
  transition: background 0.18s ease, transform 0.18s ease;
}
.pfg-btn:hover { background: var(--pfg-blue-deep); }
.pfg-btn:active { transform: scale(0.98); }
.pfg-btn--lg { min-height: 56px; padding: 14px 40px; font-size: 16.5px; }

/* ---------- Kicker ---------- */
.pfg-kicker {
  font-family: var(--font-body); text-transform: uppercase; font-weight: 600;
  font-size: 12.5px; letter-spacing: 0.2em; color: var(--pfg-blue-deep); margin-bottom: 18px;
  display: flex; align-items: center; gap: 10px;
}
.pfg-kicker::before { content: "//"; font-weight: 700; color: var(--pfg-blue); letter-spacing: 0; }
.pfg-kicker.center { justify-content: center; }

/* ---------- Hero ---------- */
.pfg-hero { position: relative; padding: clamp(3.5rem, 2.5rem + 3vw, 6rem) 0 clamp(4rem, 3rem + 3vw, 6.5rem); overflow: hidden; }
.pfg-hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(3rem, 5vw, 5.5rem); align-items: center;
}
.pfg-hero h1 {
  font-family: var(--font-display); text-transform: uppercase; font-weight: 700;
  font-size: clamp(2.6rem, 1.9rem + 3.1vw, 4.2rem); line-height: 1.06; color: var(--pfg-charcoal);
  margin-bottom: 22px; text-wrap: balance;
}
.pfg-hero h1 em { font-style: normal; color: var(--pfg-blue); }
.pfg-hero-sub { font-size: clamp(1.05rem, 1rem + 0.3vw, 1.2rem); color: var(--pfg-muted); max-width: 48ch; margin-bottom: 32px; }
.pfg-hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 40px; }
.pfg-hero-note { font-size: 13.5px; color: var(--pfg-muted); }
.pfg-hero-stats { display: flex; gap: 44px; }
.pfg-hero-stat strong { display: block; font-family: var(--font-display); font-weight: 700; font-size: 27px; color: var(--pfg-charcoal); line-height: 1.15; font-variant-numeric: tabular-nums; }
.pfg-hero-stat span { font-size: 12.5px; color: var(--pfg-muted); letter-spacing: 0.03em; }

/* Product screen (the only surface kind on this page) */
.pfg-screen { background: var(--pfg-card); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-screen); }
.pfg-screen-chrome { display: flex; align-items: center; gap: 8px; background: #eff4f8; padding: 12px 16px; }
.pfg-screen-chrome i { width: 11px; height: 11px; border-radius: 50%; display: block; }
.pfg-screen-chrome i:nth-child(1) { background: #f26d63; }
.pfg-screen-chrome i:nth-child(2) { background: #f5bd4f; }
.pfg-screen-chrome i:nth-child(3) { background: #58c25f; }
.pfg-screen-url { flex: 1; margin-left: 6px; background: #fff; border-radius: 6px; font-size: 11.5px; color: var(--pfg-muted); padding: 4px 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.pfg-mock-body { padding: 30px 32px 34px; }
.pfg-mock-topline { text-transform: uppercase; font-weight: 600; letter-spacing: 0.14em; font-size: 10.5px; color: var(--pfg-blue-deep); margin-bottom: 4px; }
.pfg-mock-title { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; font-size: 21px; color: var(--pfg-charcoal); margin-bottom: 16px; }
.pfg-mock-progress { display: flex; gap: 5px; margin-bottom: 20px; }
.pfg-mock-progress span { height: 4px; flex: 1; border-radius: 99px; background: var(--pfg-line); transition: background 0.4s ease; }
.pfg-mock-progress span.on { background: var(--pfg-blue); }
.pfg-mock-q { font-family: var(--font-display); text-transform: uppercase; font-weight: 600; font-size: 16px; color: var(--pfg-charcoal); margin-bottom: 14px; min-height: 42px; }
.pfg-mock-opts { display: grid; gap: 9px; }
.pfg-mock-opt { border-radius: 10px; padding: 12px 16px; font-size: 13.5px; font-weight: 500; color: var(--pfg-ink); background: #f2f6f9; transition: background 0.3s ease, color 0.3s ease; }
.pfg-mock-opt.sel { background: var(--pfg-blue); color: #fff; }

/* ---------- Sections: chapters via full-width tone bands ---------- */
.pfg-section { position: relative; padding: clamp(4.5rem, 3.5rem + 4vw, 8rem) 0; }
.pfg-band { background: #fff; overflow: hidden; }
.pfg-wash { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(2px); }
.pfg-wash--blue { background: radial-gradient(closest-side, rgba(50,130,189,0.10), transparent 70%); }
.pfg-wash--slate { background: radial-gradient(closest-side, rgba(58,82,106,0.09), transparent 70%); }

/* Numbered chapter eyebrow (ACE pattern) */
.pfg-secnum {
  font-family: var(--font-body); font-weight: 600; font-size: 12.5px;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--pfg-blue-deep);
  margin-bottom: 18px; display: flex; align-items: center; gap: 12px;
  font-variant-numeric: tabular-nums;
}
.pfg-secnum.center { justify-content: center; }
.pfg-secnum b { color: var(--pfg-blue); font-weight: 700; }
.pfg-secnum::after { content: ""; width: 34px; height: 1.5px; background: var(--pfg-line); }
.pfg-section-head { max-width: 760px; }
.pfg-section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.pfg-section-head h2 {
  font-family: var(--font-display); text-transform: uppercase; font-weight: 700;
  font-size: clamp(1.9rem, 1.5rem + 1.9vw, 2.9rem); line-height: 1.08;
  color: var(--pfg-charcoal); margin-bottom: 14px; text-wrap: balance;
}
.pfg-section-head p { color: var(--pfg-muted); font-size: 17.5px; max-width: 56ch; }
.pfg-section-head.center p { margin: 0 auto; }

/* Stats: open typographic row */
.pfg-stats { padding: 0 0 clamp(4rem, 3rem + 3vw, 7rem); }
.pfg-stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 4vw, 4.5rem); margin-top: 54px; }
.pfg-stat h3 { font-family: var(--font-display); font-weight: 700; font-size: clamp(3.2rem, 2.6rem + 2.4vw, 4.8rem); color: var(--pfg-blue); line-height: 1; margin-bottom: 12px; font-variant-numeric: tabular-nums; }
.pfg-stat p { font-size: 15.5px; color: var(--pfg-ink); max-width: 30ch; }
.pfg-stat small { display: block; margin-top: 10px; font-size: 12px; color: var(--pfg-muted); }

/* ---------- Journey zigzag: copy beside floating mini screens ---------- */
.pfg-journey-row {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(3rem, 6vw, 6.5rem); align-items: center;
  padding: clamp(2.5rem, 3.5vw, 4rem) 0;
}
.pfg-journey-row.flip .pfg-journey-copy { order: 2; }
.pfg-journey-row.flip .pfg-journey-visual { order: 1; }
.pfg-journey-num {
  font-family: var(--font-display); font-weight: 700; font-size: 15px;
  color: var(--pfg-blue); letter-spacing: 0.14em; margin-bottom: 10px;
  display: flex; align-items: center; gap: 12px; font-variant-numeric: tabular-nums;
}
.pfg-journey-num::after { content: ""; width: 30px; height: 1.5px; background: var(--pfg-line); }
.pfg-journey-copy h3 {
  font-family: var(--font-display); text-transform: uppercase; font-weight: 700;
  font-size: clamp(1.6rem, 1.3rem + 1.4vw, 2.3rem); line-height: 1.1; color: var(--pfg-charcoal); margin-bottom: 14px; text-wrap: balance;
}
.pfg-journey-copy p { color: var(--pfg-muted); font-size: 16.5px; max-width: 46ch; }
.pfg-journey-visual { position: relative; }
.pfg-journey-visual .pfg-screen { box-shadow: var(--shadow-screen-sm); max-width: 470px; }
.pfg-journey-row.flip .pfg-journey-visual .pfg-screen { margin-left: auto; }

.pfg-mini-body { padding: 22px 26px 26px; }
.pfg-mini-label { text-transform: uppercase; font-weight: 600; letter-spacing: 0.13em; font-size: 10.5px; color: var(--pfg-muted); margin-bottom: 14px; }
.pfg-mini-line { display: flex; align-items: center; gap: 12px; padding: 11px 0; }
.pfg-mini-line + .pfg-mini-line { border-top: 1px solid #f0f4f8; }
.pfg-mini-line svg { width: 21px; height: 21px; stroke: var(--pfg-blue-deep); flex-shrink: 0; }
.pfg-mini-line span { font-size: 14px; font-weight: 500; color: var(--pfg-ink); }
.pfg-mini-line em { font-style: normal; margin-left: auto; font-size: 12px; color: var(--pfg-muted); white-space: nowrap; }
.pfg-mini-line .pill { margin-left: auto; font-size: 11px; font-weight: 600; color: var(--pfg-blue-deep); background: var(--pfg-blue-light); border-radius: 99px; padding: 3px 10px; }

.pfg-path { position: relative; height: 100px; margin: -24px 0; z-index: 0; pointer-events: none; }
.pfg-path svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.pfg-path path { stroke: var(--pfg-blue); stroke-width: 2; fill: none; opacity: 0.4; stroke-dasharray: 7 9; stroke-linecap: round; }
.pfg-path.draw path { stroke-dashoffset: 900; animation: pfgDraw 1.6s ease forwards; }
@keyframes pfgDraw { to { stroke-dashoffset: 0; } }

/* ---------- Heritage: open editorial split ---------- */
.pfg-heritage-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(3rem, 6vw, 6.5rem); align-items: start; }
.pfg-heritage-grid h2 {
  font-family: var(--font-display); text-transform: uppercase; font-weight: 700;
  font-size: clamp(1.9rem, 1.5rem + 1.9vw, 2.9rem); line-height: 1.08; color: var(--pfg-charcoal); text-wrap: balance;
}
.pfg-heritage-grid h2 em { font-style: normal; color: var(--pfg-blue); }
/* Heritage facts: ruled index rows (ACE pattern) */
.pfg-heritage-facts { display: grid; }
.pfg-heritage-fact { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: start; padding: 20px 0; border-top: 1px solid var(--pfg-line); }
.pfg-heritage-fact:last-child { border-bottom: 1px solid var(--pfg-line); }
.pfg-heritage-fact .idx { font-family: var(--font-display); font-weight: 700; font-size: 13.5px; color: var(--pfg-blue); letter-spacing: 0.1em; padding-top: 3px; font-variant-numeric: tabular-nums; }
.pfg-heritage-fact h3 { font-family: var(--font-body); font-weight: 600; font-size: 16.5px; color: var(--pfg-charcoal); margin-bottom: 3px; }
.pfg-heritage-fact p { font-size: 14.5px; color: var(--pfg-muted); max-width: 50ch; }

/* ---------- Fair questions: accent-bar items (Clarity pattern) ---------- */
.pfg-faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 4vw, 4rem); margin-top: 54px; }
.pfg-faq { border-left: 3px solid var(--pfg-blue); padding-left: 20px; }
.pfg-faq h3 { font-family: var(--font-body); font-weight: 600; font-size: 16.5px; color: var(--pfg-charcoal); margin-bottom: 8px; }
.pfg-faq p { font-size: 14.5px; color: var(--pfg-muted); }

/* ---------- Closing bookend ---------- */
.pfg-bookend {
  background: linear-gradient(165deg, var(--pfg-slate) 0%, var(--pfg-charcoal) 62%, var(--pfg-charcoal-deep) 100%);
  color: #fff; text-align: center; padding: clamp(5rem, 4rem + 3.5vw, 8rem) 0;
}
.pfg-bookend h2 { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; font-size: clamp(1.9rem, 1.5rem + 1.9vw, 2.8rem); margin-bottom: 14px; text-wrap: balance; }
.pfg-bookend p { color: #ccd6de; margin-bottom: 32px; font-size: 17px; }

/* ---------- Footer ---------- */
.pfg-footer { background: var(--pfg-charcoal-deep); color: #aebbc6; padding: 44px 0 34px; font-size: 13px; }
.pfg-footer .pfg-wordmark { color: #fff; font-size: 17px; }
.pfg-footer .pfg-wordmark small { color: #8d9aa5; }
.pfg-footer-nap { margin: 16px 0 20px; line-height: 1.8; }
.pfg-footer-nap a { color: #d7e0e7; }
.pfg-footer-disclosure { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 18px; font-size: 11.5px; line-height: 1.7; color: #8d9aa5; max-width: 940px; }

/* ---------- Sticky mobile CTA ---------- */
.pfg-sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: none; background: rgba(255,255,255,0.96); backdrop-filter: blur(6px); border-top: 1px solid var(--pfg-line); padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); }
.pfg-sticky-cta .pfg-btn { width: 100%; }

/* ---------- Quiz page ---------- */
.pfg-quiz-main { position: relative; padding: clamp(2.5rem, 2rem + 2vw, 4.5rem) 0 clamp(4rem, 3rem + 2.5vw, 6rem); }
.pfg-quiz-wrap { max-width: 620px; margin: 0 auto; position: relative; z-index: 1; }
.pfg-quiz-card { background: var(--pfg-card); border-radius: 20px; padding: clamp(1.9rem, 1.5rem + 1.6vw, 2.75rem); box-shadow: var(--shadow-screen); }
.pfg-quiz-topline { text-transform: uppercase; font-weight: 600; letter-spacing: 0.15em; font-size: 11.5px; color: var(--pfg-blue-deep); margin-bottom: 6px; }
.pfg-quiz-heading { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; font-size: clamp(1.5rem, 1.3rem + 1vw, 2rem); line-height: 1.12; color: var(--pfg-charcoal); margin-bottom: 8px; text-wrap: balance; }
.pfg-quiz-sub { font-size: 14.5px; color: var(--pfg-muted); margin-bottom: 22px; }
.pfg-quiz-backlink { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; color: var(--pfg-muted); text-decoration: none; margin-bottom: 18px; min-height: 44px; }
.pfg-quiz-backlink:hover { color: var(--pfg-blue-deep); }
.pfg-quiz-backlink svg { width: 15px; height: 15px; stroke: currentColor; }

.pfg-progress { display: flex; gap: 6px; margin-bottom: 24px; }
.pfg-progress span { height: 5px; flex: 1; border-radius: 99px; background: var(--pfg-line); transition: background 0.3s ease; }
.pfg-progress span.is-done, .pfg-progress span.is-active { background: var(--pfg-blue); }

.pfg-step { display: none; }
.pfg-step.is-active { display: block; animation: pfgStepIn 0.35s ease both; }
@keyframes pfgStepIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.pfg-step-label { display: block; font-size: 11.5px; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; color: var(--pfg-muted); margin-bottom: 8px; }
.pfg-step-question { font-family: var(--font-display); text-transform: uppercase; font-weight: 600; font-size: 1.3rem; line-height: 1.25; color: var(--pfg-charcoal); margin-bottom: 18px; }

.pfg-options { display: grid; gap: 10px; }
.pfg-option {
  display: flex; align-items: center; gap: 14px; width: 100%; text-align: left;
  background: #f2f6f9; border: none; border-radius: 12px;
  padding: 14px 18px; min-height: 54px; font-size: 15px; font-weight: 500; color: var(--pfg-ink);
  transition: background 0.18s ease, color 0.18s ease;
}
.pfg-option:hover { background: var(--pfg-blue-light); }
.pfg-option:active { transform: scale(0.995); }
.pfg-option-icon { width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0; background: #fff; display: grid; place-items: center; }
.pfg-option-icon svg { width: 22px; height: 22px; stroke: var(--pfg-blue-deep); }

.pfg-back { margin-top: 16px; background: none; border: none; color: var(--pfg-muted); font-size: 14px; font-weight: 500; display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 4px 8px 4px 0; }
.pfg-back:hover { color: var(--pfg-blue-deep); }
.pfg-back svg { width: 16px; height: 16px; stroke: currentColor; }

.pfg-fields { display: grid; gap: 14px; margin-bottom: 18px; }
.pfg-field label { display: block; font-size: 13px; font-weight: 600; color: var(--pfg-slate); margin-bottom: 5px; }
.pfg-field input {
  width: 100%; border: 1.5px solid var(--pfg-line); border-radius: 10px;
  padding: 12px 16px; font-family: var(--font-body); font-size: 16px; color: var(--pfg-ink);
  background: #fff; min-height: 50px; transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.pfg-field input:focus { outline: none; border-color: var(--pfg-blue); box-shadow: 0 0 0 3px rgba(50, 130, 189, 0.16); }
.pfg-field.has-error input { border-color: var(--pfg-error); }
.pfg-field-error { display: none; font-size: 12.5px; color: var(--pfg-error); margin-top: 4px; }
.pfg-field.has-error .pfg-field-error { display: block; }
.pfg-honeypot { position: absolute !important; left: -9999px !important; top: -9999px !important; }

.pfg-submit {
  width: 100%; border: none; border-radius: 999px; min-height: 54px;
  background: var(--pfg-blue); color: #fff;
  font-family: var(--font-body); font-weight: 600; font-size: 16px;
  transition: background 0.18s ease; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
}
.pfg-submit:hover { background: var(--pfg-blue-deep); }
.pfg-submit[disabled] { opacity: 0.55; cursor: not-allowed; }
.pfg-submit .spinner { width: 18px; height: 18px; border: 2.5px solid rgba(255,255,255,0.35); border-top-color: #fff; border-radius: 50%; display: none; animation: pfgSpin 0.7s linear infinite; }
.pfg-submit.is-loading .spinner { display: inline-block; }
@keyframes pfgSpin { to { transform: rotate(360deg); } }
.pfg-privacy-note { margin-top: 12px; font-size: 12px; color: var(--pfg-muted); text-align: center; }

.pfg-confirm { text-align: center; padding: 12px 4px; }
.pfg-confirm-check { width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; background: var(--pfg-blue-light); display: grid; place-items: center; }
.pfg-confirm-check svg { width: 32px; height: 32px; stroke: var(--pfg-blue-deep); }
.pfg-confirm h3 { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; font-size: 1.5rem; color: var(--pfg-charcoal); margin-bottom: 10px; }
.pfg-confirm p { font-size: 15px; color: var(--pfg-muted); max-width: 40ch; margin: 0 auto 10px; }
.pfg-confirm .highlight { color: var(--pfg-ink); font-weight: 500; }

.pfg-quiz-reassure { display: flex; justify-content: center; gap: 28px; margin-top: 24px; flex-wrap: wrap; }
.pfg-quiz-reassure span { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--pfg-muted); }
.pfg-quiz-reassure svg { width: 16px; height: 16px; stroke: var(--pfg-blue-deep); }

/* ---------- Presenter panel ---------- */
.pfg-presenter { position: fixed; top: 16px; right: 16px; z-index: 150; width: 300px; background: #fff; border-radius: 14px; font-size: 13px; overflow: hidden; box-shadow: var(--shadow-screen); }
.pfg-presenter-head { display: flex; align-items: center; justify-content: space-between; background: var(--pfg-charcoal); color: #fff; padding: 10px 14px; }
.pfg-presenter-head strong { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; }
.pfg-presenter-toggle { background: none; border: none; color: #fff; font-size: 16px; line-height: 1; padding: 4px 6px; }
.pfg-presenter-body { padding: 14px; max-height: 70vh; overflow-y: auto; }
.pfg-presenter.is-collapsed .pfg-presenter-body { display: none; }
.pfg-presenter h4 { font-family: var(--font-body); text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; font-size: 10.5px; color: var(--pfg-muted); margin: 12px 0 8px; }
.pfg-presenter h4:first-child { margin-top: 0; }
.pfg-variant-switch { display: flex; gap: 6px; }
.pfg-variant-switch button { flex: 1; border: 1.5px solid var(--pfg-line); background: #fff; border-radius: 999px; padding: 8px 6px; font-size: 12px; font-weight: 600; color: var(--pfg-muted); transition: all 0.15s ease; }
.pfg-variant-switch button.is-on { border-color: var(--pfg-blue); background: var(--pfg-blue-light); color: var(--pfg-blue-deep); }
.pfg-qtoggle { display: flex; align-items: center; gap: 8px; padding: 6px 4px; border-radius: 8px; }
.pfg-qtoggle:hover { background: var(--pfg-canvas); }
.pfg-qtoggle input { width: 16px; height: 16px; accent-color: var(--pfg-blue); flex-shrink: 0; }
.pfg-qtoggle label { flex: 1; cursor: pointer; color: var(--pfg-ink); }
.pfg-qtoggle.is-locked label { color: var(--pfg-muted); }
.pfg-qtoggle .lock { font-size: 10px; color: var(--pfg-muted); }
.pfg-spec-btn { width: 100%; margin-top: 12px; border: none; border-radius: 999px; background: var(--pfg-slate); color: #fff; padding: 9px 10px; font-size: 12px; font-weight: 600; }
.pfg-spec-btn:hover { background: var(--pfg-charcoal); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .pfg-hero-grid { grid-template-columns: 1fr; }
  .pfg-journey-row, .pfg-journey-row.flip { grid-template-columns: 1fr; gap: 2rem; }
  .pfg-journey-row.flip .pfg-journey-copy { order: 1; }
  .pfg-journey-row.flip .pfg-journey-visual { order: 2; }
  .pfg-journey-row.flip .pfg-journey-visual .pfg-screen { margin-left: 0; }
  .pfg-path { display: none; }
  .pfg-stats-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .pfg-heritage-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .pfg-faq-grid { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 760px) {
  .pfg-header-phone span { display: none; }
  .pfg-header .pfg-btn { display: none; }
  .pfg-sticky-cta { display: block; }
  .pfg-hero-stats { flex-wrap: wrap; gap: 22px; }
  body { padding-bottom: 76px; }
}

@media (prefers-reduced-motion: reduce) {
  .pfg-page *, .pfg-page *::before, .pfg-page *::after {
    animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important;
  }
  .pfg-path.draw path { stroke-dashoffset: 0; }
}
