/* ========== Tokens ========== */
:root {
  --forest-900: #0f2e22;
  --forest-800: #15402f;
  --forest-700: #1c5540;
  --green-600: #1f7a55;
  --green-700: #176a48;
  --green-800: #12553a;
  --gold: #c9a35e;
  --gold-600: #b88f44;

  --cream: #f7f4ee;
  --tint: #eef2ec;
  --ivory: #fffdf8;
  --surface: #ffffff;
  --text: #18241f;
  --muted: #5d6b63;
  --border: #e4ded2;
  --border-2: #d9d2c4;

  --radius: 14px;
  --radius-sm: 9px;
  --shadow-sm: 0 1px 2px rgba(15,46,34,.06), 0 1px 3px rgba(15,46,34,.07);
  --shadow-md: 0 10px 30px rgba(15,46,34,.10);
  --shadow-lg: 0 24px 60px rgba(15,46,34,.18);

  --container: 1160px;
  --ff-head: "Fraunces", Georgia, "Times New Roman", serif;
  --ff-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--ff-body); font-size: 16px; line-height: 1.65; color: var(--text); background: var(--cream); -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: var(--ff-head); line-height: 1.12; margin: 0 0 .5em; color: var(--forest-900); font-weight: 600; letter-spacing: -.01em; }
p { margin: 0 0 1rem; }
a { color: var(--green-700); }
img, svg { max-width: 100%; }
ul { margin: 0; padding: 0; list-style: none; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 22px; }
.container-narrow { max-width: 780px; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation-duration: .001ms !important; transition-duration: .001ms !important; } }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 1000; background: var(--forest-900); color: #fff; padding: 12px 18px; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 4px; }

/* ========== Buttons ========== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--ff-body); font-weight: 700; font-size: 16px; line-height: 1; padding: 14px 24px; min-height: 50px; border-radius: 10px; border: 1.5px solid transparent; cursor: pointer; text-decoration: none; transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease, border-color .15s ease; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--green-700); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--green-800); }
.btn-gold { background: var(--gold); color: var(--forest-900); box-shadow: var(--shadow-sm); }
.btn-gold:hover { background: var(--gold-600); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-ghost-dark { background: transparent; color: var(--forest-800); border-color: var(--border-2); }
.btn-ghost-dark:hover { background: var(--tint); }
.btn-sm { padding: 10px 18px; min-height: 42px; font-size: 14px; }
.btn-lg { padding: 17px 30px; min-height: 56px; font-size: 17px; }
.btn-block { display: flex; width: 100%; }

/* ========== Topbar ========== */
.topbar { background: var(--forest-900); color: #d9e6dc; font-size: 13px; }
.topbar-inner { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 38px; flex-wrap: wrap; text-align: center; }
.topbar-trust { display: inline-flex; align-items: center; gap: 6px; }
.ic-star { width: 14px; height: 14px; fill: var(--gold); }
.topbar-sep { color: rgba(217,230,220,.4); }

/* ========== Header ========== */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.92); backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--border); }
.header-inner { display: flex; align-items: center; gap: 20px; min-height: 70px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; white-space: nowrap; }
.brand-mark { flex: none; display: inline-flex; }
.brand-text { display: flex; flex-direction: column; line-height: 1; font-family: var(--ff-head); font-weight: 700; font-size: 21px; color: var(--forest-900); }
.brand-sub { font-family: var(--ff-body); font-weight: 600; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-600); margin-top: 3px; }
.main-nav { display: flex; gap: 26px; margin-left: auto; }
.main-nav a { color: var(--forest-800); font-weight: 600; font-size: 15px; text-decoration: none; padding: 6px 0; border-bottom: 2px solid transparent; transition: border-color .15s, color .15s; }
.main-nav a:hover { color: var(--green-700); border-bottom-color: var(--gold); }
.header-actions { display: flex; align-items: center; gap: 14px; margin-left: 20px; }
.phone-link { display: inline-flex; align-items: center; gap: 7px; color: var(--forest-800); font-weight: 700; text-decoration: none; white-space: nowrap; }
.phone-link:hover { color: var(--green-700); }
.nav-toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; background: transparent; border: 1.5px solid var(--border-2); border-radius: 9px; color: var(--forest-800); cursor: pointer; }

/* ========== Hero ========== */
.hero { position: relative; color: #eef5ef; padding: clamp(44px, 6vw, 80px) 0; background: radial-gradient(1200px 520px at 80% -8%, rgba(201,163,94,.20), transparent 58%), linear-gradient(165deg, var(--forest-900), var(--forest-800) 70%, var(--forest-700)); }
.hero-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; }
.eyebrow { display: inline-block; font-weight: 600; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: #e9d8b3; background: rgba(201,163,94,.16); border: 1px solid rgba(201,163,94,.4); padding: 7px 14px; border-radius: 999px; margin-bottom: 20px; }
.hero h1 { color: #fff; font-size: clamp(34px, 5.2vw, 58px); font-weight: 600; letter-spacing: -.02em; line-height: 1.05; }
.lede { font-size: clamp(16px, 2.1vw, 19px); color: #cdded2; max-width: 40ch; }
.hero-points { display: grid; gap: 11px; margin: 24px 0 26px; }
.hero-points li { display: flex; align-items: center; gap: 11px; color: #e8f1ea; font-weight: 500; }
.hero-points svg { flex: none; width: 22px; height: 22px; fill: none; stroke: var(--gold); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.hero-trust { display: flex; align-items: center; gap: 10px; color: #cdded2; font-size: 14px; }
.stars { color: var(--gold); letter-spacing: 2px; }

/* Hero form */
.hero-form-wrap { position: relative; }
.lead-capture { position: relative; }
.hero-form { background: var(--surface); color: var(--text); border-radius: 18px; padding: 26px; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.5); }
.hero-form-head { text-align: center; margin-bottom: 18px; }
.hero-form-head h2 { font-size: 24px; margin: 10px 0 4px; }
.hero-form-head p { margin: 0; color: var(--muted); font-size: 14px; }
.badge { display: inline-block; background: var(--green-700); color: #fff; font-family: var(--ff-body); font-weight: 700; font-size: 11px; padding: 5px 12px; border-radius: 999px; text-transform: uppercase; letter-spacing: .05em; }

/* ========== Stats ========== */
.stats { background: var(--forest-800); }
.stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 26px 22px; text-align: center; }
.stat { display: flex; flex-direction: column; gap: 3px; }
.stat strong { font-family: var(--ff-head); font-size: clamp(24px, 3vw, 32px); font-weight: 600; color: var(--gold); }
.stat span { font-size: 13.5px; color: #cfddd3; }

/* ========== Sections ========== */
.section { padding: clamp(54px, 8vw, 96px) 0; }
.section-tint { background: var(--tint); }
.kicker { display: block; text-align: center; font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-600); margin-bottom: 10px; }
.kicker-light { color: var(--gold); }
.section-title { font-size: clamp(27px, 4vw, 42px); text-align: center; font-weight: 600; }
.section-sub { text-align: center; color: var(--muted); max-width: 60ch; margin: 0 auto 40px; font-size: 17px; }
.section-cta { text-align: center; margin-top: 40px; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px 26px; box-shadow: var(--shadow-sm); }
.section-tint .step { background: var(--ivory); }
.step-num { position: absolute; top: 22px; right: 24px; font-family: var(--ff-head); font-size: 40px; font-weight: 600; color: var(--tint); line-height: 1; }
.section-tint .step-num { color: #e1e7dd; }
.step-icon { width: 56px; height: 56px; border-radius: 15px; background: var(--forest-900); color: var(--gold); display: grid; place-items: center; margin-bottom: 18px; }
.step-icon svg { width: 28px; height: 28px; }
.step h3 { font-size: 21px; }
.step p { color: var(--muted); margin: 0; }

/* Situations */
.sit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.sit { background: var(--ivory); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px 22px; box-shadow: var(--shadow-sm); }
.sit svg { width: 30px; height: 30px; color: var(--green-700); margin-bottom: 14px; }
.sit h3 { font-size: 17px; margin-bottom: 6px; font-family: var(--ff-body); font-weight: 700; color: var(--forest-900); }
.sit p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* Comparison */
.cmp-table { max-width: 900px; margin: 0 auto; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
.cmp-row { display: grid; grid-template-columns: 1.3fr 1fr 1fr; align-items: center; border-bottom: 1px solid var(--border); }
.cmp-row:last-child { border-bottom: none; }
.cmp-row > * { padding: 16px 18px; font-size: 15px; }
.cmp-row [role="rowheader"] { font-weight: 600; color: var(--forest-900); }
.cmp-head { background: var(--forest-900); color: #fff; }
.cmp-head > * { font-family: var(--ff-body); font-weight: 700; font-size: 15px; }
.cmp-head .cmp-us { color: var(--gold); }
.cmp-row .cmp-us { background: rgba(31,122,85,.07); font-weight: 600; color: var(--forest-800); }
.cmp-head .cmp-us { background: rgba(201,163,94,.12); }
.cmp-us b { color: var(--green-700); }

/* Method (dark) */
.section-dark { background: linear-gradient(160deg, var(--forest-900), var(--forest-800)); color: #e8f1ea; }
.section-dark .section-title { color: #fff; text-align: left; }
.method-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.method-copy .kicker { text-align: left; }
.method-copy p { color: #cdded2; }
.method-formula { background: rgba(255,255,255,.07); border: 1px solid rgba(201,163,94,.35); border-radius: 12px; padding: 16px 18px; font-size: 16px; color: #fff; }
.method-formula b { color: var(--gold); }
.method-note { font-size: 15px; }
.method-list { display: grid; gap: 14px; }
.method-list li { display: flex; gap: 16px; align-items: flex-start; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 16px 18px; }
.method-list span { flex: none; width: 32px; height: 32px; border-radius: 50%; background: var(--gold); color: var(--forest-900); font-weight: 700; display: grid; place-items: center; font-family: var(--ff-head); }
.method-list b { color: #fff; }
.method-list p { margin: 4px 0 0; color: #c1d3c7; font-size: 14.5px; }

/* Reviews */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review { margin: 0; background: var(--ivory); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.review .stars { font-size: 17px; }
.review blockquote { margin: 14px 0 18px; font-size: 16.5px; color: var(--text); line-height: 1.6; }
.review figcaption { display: flex; flex-direction: column; }
.review figcaption strong { color: var(--forest-900); }
.review figcaption span { color: var(--muted); font-size: 14px; }
.badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }
.badge-pill { display: inline-flex; align-items: center; gap: 7px; background: var(--surface); border: 1px solid var(--border-2); border-radius: 999px; padding: 9px 16px; font-weight: 600; font-size: 14px; color: var(--forest-800); }

/* About */
.about-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; }
.about-copy .kicker { text-align: left; }
.about-copy .section-title { text-align: left; }
.about-copy p { color: var(--muted); }
.about-points { display: grid; gap: 11px; margin-top: 18px; }
.about-points li { display: flex; align-items: center; gap: 11px; font-weight: 500; color: var(--forest-800); }
.about-points svg { flex: none; width: 20px; height: 20px; fill: none; stroke: var(--green-700); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.about-card { background: var(--forest-900); color: #e8f1ea; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-md); }
.about-card-row { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 14.5px; }
.about-card-row strong { color: var(--gold); font-weight: 600; white-space: nowrap; }
.about-card-row span { text-align: right; color: #cfddd3; }
.about-card .btn { margin-top: 20px; }

/* ========== Form ========== */
.section-form { background: linear-gradient(180deg, var(--cream), var(--tint)); }
.form-wrap { max-width: 800px; margin: 0 auto; }
.form-intro { margin-bottom: 30px; }
.form-intro .kicker { text-align: center; }
.lead-form.full-form { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: clamp(22px, 4vw, 38px); box-shadow: var(--shadow-md); }
.lead-form fieldset { border: none; padding: 0; margin: 0 0 28px; }
.lead-form fieldset:last-of-type { margin-bottom: 18px; }
.lead-form legend { font-family: var(--ff-body); font-weight: 700; font-size: 13px; color: var(--gold-600); text-transform: uppercase; letter-spacing: .08em; padding: 0; margin-bottom: 16px; width: 100%; border-bottom: 1px solid var(--border); padding-bottom: 9px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.hero-form .field { margin-bottom: 14px; }
.field label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 6px; color: var(--forest-800); }
.req { color: #b5471f; }
.opt { color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; font: inherit; font-size: 16px; color: var(--text); padding: 12px 14px; min-height: 48px; background: var(--surface); border: 1.5px solid var(--border-2); border-radius: var(--radius-sm); transition: border-color .15s ease, box-shadow .15s ease; }
.field textarea { min-height: 90px; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #c3bcad; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green-600); box-shadow: 0 0 0 3px rgba(31,122,85,.16); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #b5471f; box-shadow: 0 0 0 3px rgba(181,71,31,.15); }
.error { color: #9c3a18; font-size: 13px; font-weight: 500; margin: 6px 0 0; }
.form-banner { padding: 12px 16px; border-radius: var(--radius-sm); margin-bottom: 16px; font-weight: 500; font-size: 14.5px; }
.form-banner-error { background: #fcebe4; border: 1px solid #f0c3b1; color: #8f3216; }
.form-fine { text-align: center; color: var(--muted); font-size: 13px; margin: 14px 0 0; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.btn-spinner { display: none; width: 18px; height: 18px; border: 2.5px solid rgba(255,255,255,.45); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
.btn.is-loading .btn-label { opacity: .7; }
.btn.is-loading .btn-spinner { display: inline-block; }
.btn.is-loading { pointer-events: none; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Success */
.success-panel { background: var(--surface); border: 1px solid #c4e2d2; border-radius: 18px; padding: clamp(28px, 5vw, 44px); text-align: center; box-shadow: var(--shadow-md); }
.hero-form-wrap .success-panel { box-shadow: var(--shadow-lg); }
.success-panel svg { width: 54px; height: 54px; color: var(--green-700); margin-bottom: 12px; }
.success-panel h2 { font-size: 26px; }
.success-panel p { color: var(--muted); max-width: 42ch; margin: 0 auto 18px; }

/* FAQ */
.faq { display: grid; gap: 12px; }
.faq details { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 2px 20px; }
.faq summary { cursor: pointer; font-family: var(--ff-body); font-weight: 600; font-size: 16.5px; color: var(--forest-900); padding: 16px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 24px; color: var(--gold-600); font-weight: 300; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); margin: 0 0 16px; }

/* CTA band */
.cta-band { background: radial-gradient(900px 400px at 50% 120%, rgba(201,163,94,.25), transparent 60%), linear-gradient(160deg, var(--forest-800), var(--forest-900)); color: #fff; padding: clamp(54px, 8vw, 86px) 0; text-align: center; }
.cta-inner h2 { color: #fff; font-size: clamp(28px, 4vw, 44px); }
.cta-inner p { color: #cdded2; font-size: 18px; margin-bottom: 28px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* Footer */
.site-footer { background: var(--forest-900); color: #b9cabf; padding: 56px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand-footer .brand-text { color: #fff; }
.footer-brand-col p { margin: 16px 0; font-size: 14.5px; max-width: 34ch; }
.footer-badges { display: flex; gap: 8px; flex-wrap: wrap; }
.footer-badges span { font-size: 12px; font-weight: 600; color: var(--gold); border: 1px solid rgba(201,163,94,.4); border-radius: 999px; padding: 5px 11px; }
.footer-col h3 { color: #fff; font-family: var(--ff-body); font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 16px; }
.footer-col ul { display: grid; gap: 10px; }
.footer-col a, .footer-col li { color: #b9cabf; text-decoration: none; font-size: 14.5px; }
.footer-col a:hover { color: var(--gold); }
.footer-contact .btn { margin-top: 16px; }
.footer-fine { margin-top: 22px; font-size: 13px; color: #8aa093; }
.footer-fine p { margin: 0 0 8px; }
.footer-fine strong { color: #cfddd3; }

/* ========== Responsive ========== */
@media (max-width: 1000px) {
  .main-nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .main-nav.open { display: flex; position: absolute; top: 70px; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--ivory); border-bottom: 1px solid var(--border); box-shadow: var(--shadow-md); padding: 8px 22px 16px; }
  .main-nav.open a { padding: 14px 0; border-bottom: 1px solid var(--border); }
  .sit-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 34px; }
  .hero-form-wrap { max-width: 520px; }
  .lede { max-width: none; }
  .steps, .reviews { grid-template-columns: 1fr; }
  .method-inner, .about-inner { grid-template-columns: 1fr; gap: 32px; }
  .about-copy .section-title, .section-dark .section-title { text-align: center; }
  .about-copy .kicker, .method-copy .kicker { text-align: center; }
}
@media (max-width: 640px) {
  .header-actions .btn-sm { display: none; }
  .phone-link span { display: none; }
  .stats-inner { grid-template-columns: 1fr 1fr; gap: 22px 8px; }
  .sit-grid { grid-template-columns: 1fr; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .cmp-row { grid-template-columns: 1.2fr 1fr; }
  .cmp-row [role="cell"]:last-child, .cmp-head [role="columnheader"]:last-child { display: none; }
  .cta-actions .btn { width: 100%; }
}
