/*
Theme Name: Savvy Financial Pro
Theme URI: https://sfmindset.com
Author: Savvy Financial Pro
Author URI: https://sfmindset.com
Description: Landing theme for Savvy Financial Pro, a digital and operations agency for Australian financial advice practices. Deep forest palette, Spectral and Instrument Sans, single-page layout with a separate tools library page.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: savvy-financial-pro
*/

/* ============================================================
   Design tokens
   ============================================================ */
:root {
  --sfp-bg:        #16201C; /* deep forest */
  --sfp-bg-alt:    #1C2823; /* raised panel */
  --sfp-line:      #2B3832; /* hairline */
  --sfp-cream:     #ECE7DB; /* primary text */
  --sfp-cream-hi:  #F4F0E7; /* headings */
  --sfp-muted:     #AEB8AC; /* body muted */
  --sfp-muted-2:   #98A296; /* nav */
  --sfp-muted-3:   #7E8A80; /* labels */
  --sfp-gold:      #D8B25C; /* accent */
  --sfp-placeholder:#6E7A70;
  --sfp-max: 1180px;
}

/* ============================================================
   Base
   ============================================================ */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Instrument Sans', system-ui, -apple-system, sans-serif;
  background: var(--sfp-bg);
  color: var(--sfp-cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: var(--sfp-cream); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--sfp-gold); }
img { max-width: 100%; height: auto; }
input, textarea { font-family: inherit; }
input:focus, textarea:focus { outline: none; border-bottom-color: var(--sfp-gold) !important; }
::placeholder { color: var(--sfp-placeholder); }

.ser { font-family: 'Spectral', Georgia, serif; }
.eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sfp-wrap { max-width: var(--sfp-max); margin: 0 auto; padding-left: 40px; padding-right: 40px; }

/* ============================================================
   Buttons
   ============================================================ */
.sfp-btn {
  display: inline-block; border: none; cursor: pointer;
  background: var(--sfp-cream); color: var(--sfp-bg);
  font-family: inherit; font-weight: 600; line-height: 1;
  border-radius: 5px; transition: background .15s ease;
}
.sfp-btn:hover { background: #fff; color: var(--sfp-bg); }
.sfp-btn--sm { font-size: 14px; padding: 11px 18px; }
.sfp-btn--lg { font-size: 16px; padding: 15px 28px; }
.sfp-textlink {
  font-size: 16px; font-weight: 600; color: var(--sfp-cream-hi);
  border-bottom: 2px solid var(--sfp-gold); padding-bottom: 3px;
}
.sfp-textlink:hover { color: var(--sfp-gold); }

/* ============================================================
   Header
   ============================================================ */
.sfp-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(22,32,28,.9); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--sfp-line);
}
.sfp-header__inner {
  max-width: var(--sfp-max); margin: 0 auto; padding: 16px 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.sfp-logo { display: flex; align-items: center; gap: 12px; }
.sfp-logo__word { font-size: 19px; font-weight: 600; letter-spacing: .01em; color: var(--sfp-cream-hi); }
.sfp-nav { display: flex; align-items: center; gap: 30px; }
.sfp-nav a.eyebrow { color: var(--sfp-muted-2); letter-spacing: .1em; }
.sfp-nav a.eyebrow:hover { color: var(--sfp-gold); }
.sfp-nav__toggle { display: none; }

/* ============================================================
   Hero
   ============================================================ */
.sfp-hero { max-width: var(--sfp-max); margin: 0 auto; padding: 76px 40px 68px; }
.sfp-hero__greet {
  display: inline-block; color: var(--sfp-bg); background: var(--sfp-gold);
  padding: 7px 13px; border-radius: 4px; margin-bottom: 16px; letter-spacing: .12em;
}
.sfp-hero__kicker { color: var(--sfp-gold); }
.sfp-hero__grid {
  display: grid; grid-template-columns: 1.35fr 1fr; gap: 64px;
  align-items: center; margin-top: 26px;
}
.sfp-hero__title {
  font-size: clamp(40px, 5.6vw, 68px); line-height: 1.02; letter-spacing: -.02em;
  font-weight: 600; color: var(--sfp-cream-hi); margin: 0; text-wrap: balance;
}
.sfp-hero__lede {
  font-size: 19px; line-height: 1.55; color: var(--sfp-muted);
  margin: 26px 0 0; max-width: 500px; text-wrap: pretty;
}
.sfp-hero__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 34px; }

/* Hero figure (photo + caption) */
.sfp-hero__figure { }
.sfp-hero__photo { position: relative; border-radius: 8px; overflow: hidden; border: 1px solid #34413A; box-shadow: 0 34px 80px -44px rgba(0,0,0,.85); aspect-ratio: 4/5; }
.sfp-hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; display: block; }
.sfp-herofounder { display: flex; align-items: center; gap: 11px; margin-top: 16px; }
.sfp-herofounder__dot { flex: none; width: 9px; height: 9px; border-radius: 50%; background: var(--sfp-gold); }
.sfp-herofounder__name { font-size: 15px; font-weight: 600; color: var(--sfp-cream-hi); margin: 0; }
.sfp-herofounder__meta { font-size: 13.5px; line-height: 1.4; color: var(--sfp-muted-2); margin: 3px 0 0; }

/* Editorial index */
.sfp-index { border-top: 1.5px solid var(--sfp-cream); }
.sfp-index__label { color: var(--sfp-muted-3); padding: 12px 0 14px; }
.sfp-index__row {
  display: flex; align-items: baseline; gap: 16px; padding: 15px 0;
  border-top: 1px solid var(--sfp-line);
}
.sfp-index__row--last { border-bottom: 1px solid var(--sfp-line); }
.sfp-index__num { font-size: 15px; color: var(--sfp-gold); width: 26px; }
.sfp-index__txt { font-size: 16.5px; font-weight: 500; color: var(--sfp-cream); }
.sfp-index__row:hover .sfp-index__txt { color: var(--sfp-gold); }

/* ============================================================
   Generic section scaffolding
   ============================================================ */
.sfp-section { }
.sfp-section--alt { background: var(--sfp-bg-alt); border-top: 1px solid var(--sfp-line); border-bottom: 1px solid var(--sfp-line); }
.sfp-section__inner { max-width: var(--sfp-max); margin: 0 auto; padding: 84px 40px; }
.sfp-lead-label { color: var(--sfp-gold); }
.sfp-lead-title {
  font-size: clamp(28px, 3.4vw, 40px); line-height: 1.08; letter-spacing: -.015em;
  font-weight: 600; color: var(--sfp-cream-hi); margin: 14px 0 0; text-wrap: balance;
}

/* Services */
.sfp-services__grid { display: grid; grid-template-columns: 0.8fr 2.2fr; gap: 48px; align-items: start; }
.sfp-services__aside { position: sticky; top: 96px; }
.sfp-service {
  display: grid; grid-template-columns: 48px 1fr; gap: 22px;
  padding: 30px 0; border-top: 1px solid var(--sfp-line);
}
.sfp-service:first-child { border-top: none; }
.sfp-service__num { font-size: 22px; color: var(--sfp-gold); }
.sfp-service__name { font-size: 21px; font-weight: 600; color: var(--sfp-cream-hi); margin: 0 0 8px; }
.sfp-service__desc { font-size: 16.5px; line-height: 1.6; color: var(--sfp-muted); margin: 0; max-width: 560px; }

/* How it works */
.sfp-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--sfp-line); margin-top: 44px; border: 1px solid var(--sfp-line); }
.sfp-step { background: var(--sfp-bg); padding: 32px 30px; }
.sfp-step__num { font-size: 15px; color: var(--sfp-gold); }
.sfp-step__name { font-size: 19px; font-weight: 600; color: var(--sfp-cream-hi); margin: 12px 0 8px; }
.sfp-step__desc { font-size: 15.5px; line-height: 1.6; color: var(--sfp-muted); margin: 0; }
.sfp-libcta { margin-top: 40px; }

/* Why us */
.sfp-why__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.sfp-why__intro { font-size: 17px; line-height: 1.6; color: var(--sfp-muted); margin: 22px 0 0; }
.sfp-why__points { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.sfp-point__name { font-size: 16px; font-weight: 600; color: var(--sfp-cream-hi); margin: 0 0 6px; }
.sfp-point__name::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--sfp-gold); margin-right: 9px; vertical-align: middle; }
.sfp-point__desc { font-size: 14.5px; line-height: 1.55; color: var(--sfp-muted); margin: 0; }

/* About */
.sfp-about__grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 56px; align-items: start; }
.sfp-about__portrait { border: 1px solid var(--sfp-line); border-radius: 8px; aspect-ratio: 4/5; overflow: hidden; background: var(--sfp-bg-alt); }
.sfp-about__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.sfp-about__title { font-size: clamp(24px,2.8vw,32px); line-height: 1.12; font-weight: 600; color: var(--sfp-cream-hi); margin: 14px 0 0; letter-spacing: -.01em; }
.sfp-about__body p { font-size: 16.5px; line-height: 1.65; color: var(--sfp-muted); margin: 20px 0 0; }

/* FAQ */
.sfp-faq__grid { display: grid; grid-template-columns: 0.8fr 2.2fr; gap: 48px; align-items: start; }
.sfp-faq__aside { position: sticky; top: 96px; }
.sfp-faq__item { border-top: 1px solid var(--sfp-line); }
.sfp-faq__item:last-child { border-bottom: 1px solid var(--sfp-line); }
.sfp-faq__q {
  width: 100%; text-align: left; cursor: pointer; background: none; border: none;
  font-family: inherit; color: var(--sfp-cream-hi); font-size: 17.5px; font-weight: 500;
  padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.sfp-faq__q:hover { color: var(--sfp-gold); }
.sfp-faq__sign { color: var(--sfp-gold); font-size: 22px; flex: none; line-height: 1; }
.sfp-faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.sfp-faq__a-inner { font-size: 16px; line-height: 1.65; color: var(--sfp-muted); padding: 0 0 24px; max-width: 640px; }
.sfp-faq__item.is-open .sfp-faq__a { max-height: 400px; }

/* Practice check quiz */
.sfp-quiz__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.sfp-quiz__intro { font-size: 17px; line-height: 1.6; color: var(--sfp-muted); margin: 20px 0 0; max-width: 420px; }
.sfp-quiz__title { max-width: 440px; }
.sfp-quiz__card { background: var(--sfp-bg); border: 1px solid #34413A; border-radius: 10px; padding: 32px; min-height: 340px; display: flex; flex-direction: column; justify-content: center; }
.sfp-quiz__dots { display: flex; gap: 6px; margin-bottom: 22px; }
.sfp-quiz__dot { flex: 1; height: 4px; border-radius: 2px; background: var(--sfp-line); transition: background .2s ease; }
.sfp-quiz__dot.is-done { background: var(--sfp-gold); }
.sfp-quiz__dot.is-current { background: #8A7B4A; }
.sfp-quiz__progress { color: #8FA096; margin-bottom: 12px; }
.sfp-quiz__q { font-size: clamp(21px,2.4vw,26px); font-weight: 600; color: var(--sfp-cream-hi); margin: 0; text-wrap: balance; }
.sfp-quiz__options { display: flex; flex-direction: column; gap: 10px; margin-top: 22px; }
.sfp-quiz__opt { cursor: pointer; text-align: left; background: var(--sfp-bg-alt); border: 1px solid #3A473F; color: var(--sfp-cream); font-family: inherit; font-size: 15px; font-weight: 500; padding: 14px 18px; border-radius: 7px; transition: border-color .15s ease; }
.sfp-quiz__opt:hover { border-color: var(--sfp-gold); }
.sfp-quiz__result { display: none; }
.sfp-quiz__card.is-done .sfp-quiz__question { display: none; }
.sfp-quiz__card.is-done .sfp-quiz__result { display: block; }
.sfp-quiz__result-label { color: var(--sfp-gold); margin-bottom: 12px; }
.sfp-quiz__result-title { font-size: clamp(24px,2.8vw,30px); font-weight: 600; color: var(--sfp-cream-hi); margin: 0; text-wrap: balance; }
.sfp-quiz__result-body { font-size: 16px; line-height: 1.62; color: var(--sfp-muted); margin: 16px 0 0; }
.sfp-quiz__result-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.sfp-quiz__restart { cursor: pointer; background: none; border: none; color: var(--sfp-muted-2); font-family: inherit; font-size: 14px; font-weight: 600; padding: 13px 4px; }
.sfp-quiz__restart:hover { color: var(--sfp-gold); }
.sfp-btn--gold { background: var(--sfp-gold); color: var(--sfp-bg); }
.sfp-btn--gold:hover { background: #E4C378; color: var(--sfp-bg); }

/* Contact */
.sfp-contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.sfp-contact__form-wrap { }
.sfp-contact__body { font-size: 17px; line-height: 1.6; color: var(--sfp-muted); margin: 22px 0 0; }
.sfp-contact__list { list-style: none; padding: 0; margin: 28px 0 0; }
.sfp-contact__list li { color: var(--sfp-cream); font-size: 15.5px; padding: 8px 0; }
.sfp-field { margin-bottom: 22px; }
.sfp-field label { display: block; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--sfp-muted-3); margin-bottom: 8px; }
.sfp-field input, .sfp-field textarea {
  width: 100%; background: transparent; border: none; border-bottom: 1.5px solid var(--sfp-line);
  color: var(--sfp-cream-hi); font-size: 16px; padding: 8px 0; transition: border-color .15s ease;
}
.sfp-field textarea { resize: vertical; min-height: 90px; }
.sfp-form__note { font-size: 13px; color: var(--sfp-muted-3); margin: 4px 0 22px; }
.sfp-thanks { border: 1px solid var(--sfp-gold); border-radius: 8px; padding: 28px; }
.sfp-thanks h3 { color: var(--sfp-cream-hi); font-size: 20px; margin: 0 0 10px; }
.sfp-thanks p { color: var(--sfp-muted); font-size: 15.5px; line-height: 1.6; margin: 0; }
.sfp-form-error { color: #E9A5A0; font-size: 14px; margin-bottom: 16px; }

/* ============================================================
   Footer
   ============================================================ */
.sfp-footer { border-top: 1px solid var(--sfp-line); }
.sfp-footer__inner { max-width: var(--sfp-max); margin: 0 auto; padding: 56px 40px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: start; }
.sfp-footer__disclaim { font-size: 14px; line-height: 1.65; color: var(--sfp-muted-3); margin: 18px 0 0; max-width: 520px; }
.sfp-footer__meta { display: flex; flex-direction: column; gap: 8px; }
.sfp-footer__meta .eyebrow { color: var(--sfp-muted-3); }
.sfp-footer__bottom { border-top: 1px solid var(--sfp-line); }
.sfp-footer__bottom-inner { max-width: var(--sfp-max); margin: 0 auto; padding: 22px 40px; font-size: 13px; color: var(--sfp-muted-3); }

/* ============================================================
   Tools library page - interactive demos
   ============================================================ */
.sfp-tools-hero { max-width: var(--sfp-max); margin: 0 auto; padding: 72px 40px 36px; }
.sfp-tools-hero__title { font-size: clamp(38px,5.2vw,60px); line-height: 1.03; letter-spacing: -.02em; font-weight: 600; color: var(--sfp-cream-hi); margin: 22px 0 0; max-width: 820px; text-wrap: balance; }
.sfp-tools-hero__lede { font-size: 18.5px; line-height: 1.55; color: var(--sfp-muted); margin: 24px 0 0; max-width: 620px; text-wrap: pretty; }
.sfp-tools-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.sfp-tools-nav a { border: 1px solid #3A473F; border-radius: 999px; padding: 9px 16px; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--sfp-cream); }
.sfp-tools-nav a:hover { border-color: var(--sfp-gold); color: var(--sfp-gold); }

.sfp-demo { max-width: var(--sfp-max); margin: 0 auto; padding: 48px 40px; }
.sfp-demo__head { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.sfp-demo__num { font-family: 'Spectral', Georgia, serif; font-size: 22px; color: var(--sfp-gold); }
.sfp-demo__name { font-size: clamp(22px,2.6vw,30px); font-weight: 600; color: var(--sfp-cream-hi); margin: 0; letter-spacing: -.01em; }
.sfp-demo__badge { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--sfp-gold); border: 1px solid var(--sfp-gold); border-radius: 999px; padding: 4px 11px; }
.sfp-demo__intro { font-size: 16.5px; line-height: 1.6; color: var(--sfp-muted); margin: 16px 0 0; max-width: 640px; }
.sfp-demo__stage { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 28px; background: var(--sfp-bg-alt); border: 1px solid var(--sfp-line); border-radius: 12px; padding: 28px; }
.sfp-demo__panel { }

/* Adviser-only notice on the advice demo */
.sfp-demo__advnotice { display: flex; gap: 12px; align-items: flex-start; border: 1px solid var(--sfp-gold); border-radius: 8px; padding: 14px 16px; margin-top: 18px; }
.sfp-demo__advnotice .mark { flex: none; width: 22px; height: 22px; border-radius: 50%; background: var(--sfp-gold); color: var(--sfp-bg); font-weight: 700; font-size: 13px; display: flex; align-items: center; justify-content: center; }
.sfp-demo__advnotice p { margin: 0; font-size: 13.5px; line-height: 1.5; color: var(--sfp-cream); }

/* Advice draft: sample fields (read-only) */
.sfp-df__label { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--sfp-muted-3); margin: 0 0 14px; }
.sfp-df__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 11px 0; border-top: 1px solid var(--sfp-line); }
.sfp-df__row:first-of-type { border-top: none; }
.sfp-df__k { font-size: 14.5px; color: var(--sfp-muted); }
.sfp-df__v { font-size: 15px; font-weight: 600; color: var(--sfp-cream-hi); }
.sfp-df__hint { font-size: 12.5px; color: var(--sfp-muted-3); margin: 14px 0 0; line-height: 1.5; }
.sfp-df__btn { margin-top: 18px; }

/* Draft output */
.sfp-draft { background: var(--sfp-bg); border: 1px solid var(--sfp-line); border-radius: 10px; padding: 22px; min-height: 300px; }
.sfp-draft__top { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; flex-wrap: wrap; }
.sfp-draft__flag { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--sfp-muted-3); }
.sfp-draft__notadvice { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--sfp-bg); background: var(--sfp-gold); border-radius: 4px; padding: 3px 8px; }
.sfp-draft__empty { color: var(--sfp-muted-3); font-size: 15px; display: flex; align-items: center; min-height: 240px; }
.sfp-draft__sec { padding: 14px 0; border-top: 1px solid var(--sfp-line); }
.sfp-draft__sec:first-of-type { border-top: none; }
.sfp-draft__h { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--sfp-gold); margin: 0 0 7px; }
.sfp-draft__p { font-size: 14px; line-height: 1.6; color: var(--sfp-cream); margin: 0; }
.sfp-draft__placeholder { font-size: 14px; line-height: 1.6; color: var(--sfp-muted-3); font-style: italic; margin: 0; }
.sfp-draft__risks { margin: 0; padding: 0; list-style: none; }
.sfp-draft__risks li { font-size: 13.5px; line-height: 1.55; color: var(--sfp-muted); padding: 3px 0 3px 16px; position: relative; }
.sfp-draft__risks li::before { content: "·"; position: absolute; left: 4px; color: var(--sfp-gold); }
.is-hidden { display: none !important; }

/* Onboarding + prep step lists */
.sfp-steplist { display: flex; flex-direction: column; gap: 4px; }
.sfp-steprow { display: flex; align-items: center; gap: 12px; padding: 11px 0; }
.sfp-steprow__dot { flex: none; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; background: #24312B; color: #5E6A61; transition: all .2s ease; }
.sfp-steprow.is-done .sfp-steprow__dot { background: var(--sfp-gold); color: var(--sfp-bg); }
.sfp-steprow.is-active .sfp-steprow__dot { background: var(--sfp-bg); color: var(--sfp-gold); border: 2px solid var(--sfp-gold); }
.sfp-steprow__label { font-size: 15px; color: #8FA096; transition: color .2s ease; }
.sfp-steprow.is-done .sfp-steprow__label, .sfp-steprow.is-active .sfp-steprow__label { color: var(--sfp-cream); }
.sfp-steprow__status { margin-left: auto; font-size: 12px; font-weight: 600; letter-spacing: .06em; color: #5E6A61; }
.sfp-steprow.is-done .sfp-steprow__status { color: var(--sfp-gold); }
.sfp-steprow.is-active .sfp-steprow__status { color: var(--sfp-cream); }
.sfp-demo__meta { font-size: 13px; color: var(--sfp-muted-3); margin: 4px 0 16px; }
.sfp-demo__actions { display: flex; gap: 12px; align-items: center; margin-top: 18px; }
.sfp-prepitem { display: flex; align-items: center; gap: 12px; padding: 10px 0; transition: opacity .2s ease; opacity: .32; }
.sfp-prepitem.is-shown { opacity: 1; }
.sfp-prepitem__mark { flex: none; width: 20px; height: 20px; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: var(--sfp-bg); background: #24312B; }
.sfp-prepitem.is-shown .sfp-prepitem__mark { background: var(--sfp-gold); }
.sfp-prepitem__label { font-size: 14.5px; color: var(--sfp-cream); }
.sfp-prep__ready { margin-top: 16px; font-size: 14px; color: var(--sfp-gold); font-weight: 600; }
.sfp-select { width: 100%; background: var(--sfp-bg); border: 1px solid var(--sfp-line); color: var(--sfp-cream-hi); font-family: inherit; font-size: 15px; padding: 12px 14px; border-radius: 7px; margin-bottom: 16px; }

/* Lead funnel */
.sfp-funnel__bars { display: flex; gap: 6px; margin-bottom: 22px; }
.sfp-funnel__bar { flex: 1; height: 4px; border-radius: 2px; background: var(--sfp-line); transition: background .2s ease; }
.sfp-funnel__bar.is-on { background: var(--sfp-gold); }
.sfp-funnel__q { font-size: 17px; font-weight: 600; color: var(--sfp-cream-hi); margin: 0 0 16px; }
.sfp-funnel__opts { display: flex; flex-direction: column; gap: 10px; }
.sfp-funnel__opt { cursor: pointer; text-align: left; background: var(--sfp-bg); border: 1px solid #3A473F; color: var(--sfp-cream); font-family: inherit; font-size: 15px; font-weight: 500; padding: 13px 16px; border-radius: 7px; transition: border-color .15s ease; }
.sfp-funnel__opt:hover { border-color: var(--sfp-gold); }
.sfp-funnel__chose { font-size: 13px; color: var(--sfp-gold); margin: 0 0 14px; }
.sfp-funnel__field { margin-bottom: 16px; }
.sfp-funnel__field label { display: block; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--sfp-muted-3); margin-bottom: 7px; }
.sfp-funnel__field input { width: 100%; background: transparent; border: none; border-bottom: 1.5px solid var(--sfp-line); color: var(--sfp-cream-hi); font-size: 16px; padding: 8px 0; }
.sfp-funnel__field input:focus { outline: none; border-bottom-color: var(--sfp-gold); }
.sfp-funnel__row { display: flex; gap: 12px; align-items: center; margin-top: 6px; }
.sfp-funnel__done h4 { font-size: 19px; font-weight: 600; color: var(--sfp-cream-hi); margin: 0 0 10px; font-family: 'Spectral', Georgia, serif; }
.sfp-funnel__done p { font-size: 14.5px; line-height: 1.6; color: var(--sfp-muted); margin: 0 0 18px; }

/* Also in toolkit */
.sfp-toolkit { max-width: var(--sfp-max); margin: 0 auto; padding: 60px 40px 20px; }
.sfp-toolkit__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 30px; }
.sfp-toolkit__cat { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--sfp-gold); margin: 0 0 10px; }
.sfp-toolkit__item { font-size: 15.5px; color: #D4CFC2; padding: 11px 0; border-top: 1px solid var(--sfp-line); }

.sfp-tools-cta { max-width: var(--sfp-max); margin: 0 auto; padding: 30px 40px 80px; }
.sfp-tools-cta__box { background: var(--sfp-bg-alt); border: 1px solid var(--sfp-line); border-radius: 10px; padding: 44px; display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; align-items: center; }
.sfp-tools-cta__title { font-size: clamp(22px,2.6vw,30px); font-weight: 600; color: var(--sfp-cream-hi); margin: 0; letter-spacing: -.01em; text-wrap: balance; }
.sfp-tools-cta__body { font-size: 15.5px; line-height: 1.6; color: var(--sfp-muted); margin: 14px 0 0; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 900px) {
  .sfp-wrap, .sfp-header__inner, .sfp-hero, .sfp-section__inner,
  .sfp-footer__inner, .sfp-footer__bottom-inner, .sfp-tools-hero,
  .sfp-toolcat, .sfp-tools-cta { padding-left: 22px; padding-right: 22px; }
  .sfp-hero__grid, .sfp-services__grid, .sfp-why__grid, .sfp-why__points,
  .sfp-about__grid, .sfp-faq__grid, .sfp-contact__grid, .sfp-footer__inner,
  .sfp-quiz__grid, .sfp-tools-cta__box { grid-template-columns: 1fr; gap: 34px; }
  .sfp-steps, .sfp-toolgrid { grid-template-columns: 1fr; }
  .sfp-demo__stage { grid-template-columns: 1fr; }
  .sfp-toolkit__grid { grid-template-columns: 1fr; gap: 28px; }
  .sfp-services__aside, .sfp-faq__aside { position: static; }
  .sfp-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 6px; background: var(--sfp-bg); border-bottom: 1px solid var(--sfp-line); padding: 18px 22px; }
  .sfp-nav.is-open { display: flex; }
  .sfp-nav__toggle { display: inline-flex; align-items: center; justify-content: center; background: none; border: 1px solid var(--sfp-line); border-radius: 5px; color: var(--sfp-cream); width: 40px; height: 38px; cursor: pointer; }
  .sfp-about__portrait { aspect-ratio: 16/10; }
}
@media (max-width: 560px) {
  .sfp-hero { padding-top: 48px; }
  .sfp-section__inner { padding: 56px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .sfp-faq__a { transition: none; }
}

/* Visible keyboard focus */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--sfp-gold); outline-offset: 3px; border-radius: 2px;
}

/* ============================================================
   Fluent Forms - match the dark theme (scoped to the contact area)
   Overrides Fluent Forms' default light styling so the embedded
   form sits naturally in the forest palette.
   ============================================================ */
.sfp-contact__form-wrap .fluentform .ff-el-input--label label,
.sfp-contact__form-wrap .fluentform label {
  color: var(--sfp-muted-3) !important;
  font-size: 12px !important; font-weight: 600 !important;
  letter-spacing: .12em !important; text-transform: uppercase !important;
}
.sfp-contact__form-wrap .fluentform input[type=text],
.sfp-contact__form-wrap .fluentform input[type=email],
.sfp-contact__form-wrap .fluentform input[type=tel],
.sfp-contact__form-wrap .fluentform input[type=url],
.sfp-contact__form-wrap .fluentform select,
.sfp-contact__form-wrap .fluentform textarea {
  background: transparent !important;
  border: none !important;
  border-bottom: 1.5px solid var(--sfp-line) !important;
  border-radius: 0 !important;
  color: var(--sfp-cream-hi) !important;
  font-family: 'Instrument Sans', system-ui, sans-serif !important;
  font-size: 16px !important;
  padding: 8px 0 !important;
  box-shadow: none !important;
}
.sfp-contact__form-wrap .fluentform input::placeholder,
.sfp-contact__form-wrap .fluentform textarea::placeholder {
  color: var(--sfp-placeholder) !important;
}
.sfp-contact__form-wrap .fluentform input:focus,
.sfp-contact__form-wrap .fluentform select:focus,
.sfp-contact__form-wrap .fluentform textarea:focus {
  border-bottom-color: var(--sfp-gold) !important;
  outline: none !important; box-shadow: none !important;
}
.sfp-contact__form-wrap .fluentform textarea { min-height: 90px !important; resize: vertical !important; }
.sfp-contact__form-wrap .fluentform .ff-el-group { margin-bottom: 22px !important; }
.sfp-contact__form-wrap .fluentform .ff-btn-submit,
.sfp-contact__form-wrap .fluentform button[type=submit] {
  background: var(--sfp-cream) !important;
  color: var(--sfp-bg) !important;
  border: none !important; border-radius: 5px !important;
  font-family: 'Instrument Sans', system-ui, sans-serif !important;
  font-size: 16px !important; font-weight: 600 !important;
  padding: 15px 28px !important; cursor: pointer !important;
  transition: background .15s ease !important;
}
.sfp-contact__form-wrap .fluentform .ff-btn-submit:hover,
.sfp-contact__form-wrap .fluentform button[type=submit]:hover {
  background: #fff !important;
}
.sfp-contact__form-wrap .fluentform .ff-el-is-error input,
.sfp-contact__form-wrap .fluentform .ff-el-is-error textarea {
  border-bottom-color: #E9A5A0 !important;
}
.sfp-contact__form-wrap .fluentform .error,
.sfp-contact__form-wrap .fluentform .text-danger {
  color: #E9A5A0 !important; font-size: 13px !important;
}
.sfp-contact__form-wrap .ff-message-success,
.sfp-contact__form-wrap .fluentform_success {
  border: 1px solid var(--sfp-gold) !important;
  border-radius: 8px !important; padding: 24px !important;
  color: var(--sfp-cream) !important; background: transparent !important;
}
