/* ==========================================================================
   Wild Range Associates — Paid Search Landing Pages
   Shared stylesheet. No frameworks, no webfonts, no external requests.
   ========================================================================== */

/* ---------- Heading typeface ----------
   Lora, latin subset, variable 600-700 in a single 37 KB file (two static
   weights would have been 74 KB). Self-hosted rather than pulled from Google's
   CDN: same-origin, preloadable, no third-party connection to negotiate before
   the H1 — which is this page's LCP element. Body text stays on the system
   stack, so only headings ever wait on a download.                          */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url('../fonts/lora-latin-600-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Tokens ---------- */
:root {
  /* Brand: ink + gold, taken from the Wild Range Associates mark */
  --ink-900: #100e0b;
  --ink-800: #17140f;
  --ink-700: #221d16;
  --ink-600: #332c22;
  --ink-500: #4a4136;

  --gold-700: #7a5c18;
  --gold-600: #8f6d1d;
  --gold-500: #b8912f;
  --gold-400: #c9a227;
  --gold-300: #e0c569;
  --gold-200: #ebd98a;
  --gold-100: #f6ecc4;

  --cream-50: #fbf9f4;
  --cream-100: #f5f1e8;
  --cream-200: #e9e2d3;
  --cream-300: #d8cfbb;

  --text: #1a1712;
  --text-muted: #5c554a;
  --text-invert: #f7f4ec;
  --text-invert-muted: #b7ae9c;

  --success-700: #1f6b46;
  --success-100: #e4f2ea;

  --gold-grad: linear-gradient(100deg, #8f6d1d 0%, #c9a227 24%, #f2e4ac 50%, #c9a227 76%, #8f6d1d 100%);
  --rule-grad: linear-gradient(90deg, transparent, var(--gold-500), transparent);

  --shadow-sm: 0 1px 2px rgba(16, 14, 11, .06), 0 2px 6px rgba(16, 14, 11, .04);
  --shadow-md: 0 2px 4px rgba(16, 14, 11, .05), 0 12px 28px -8px rgba(16, 14, 11, .16);
  --shadow-lg: 0 4px 8px rgba(16, 14, 11, .06), 0 28px 60px -16px rgba(16, 14, 11, .3);

  --radius: 8px;
  --radius-lg: 14px;

  --wrap: 1180px;
  --gutter: clamp(1.125rem, 4vw, 2.5rem);

  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Helvetica Neue",
          Roboto, "Noto Sans", Arial, sans-serif;
  /* Fallbacks chosen for similar width/x-height so the swap barely shifts. */
  --serif: 'Lora', 'Iowan Old Style', 'Palatino Linotype', Palatino, Georgia,
           'Times New Roman', serif;
  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--cream-50);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--gold-400);
  outline-offset: 2px;
  border-radius: 4px;
}

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink-900); color: var(--text-invert);
  padding: .75rem 1.25rem; border-radius: 0 0 var(--radius) 0;
}
.skip:focus { left: 0; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- Layout primitives ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }

.section { padding-block: clamp(3.5rem, 7vw, 6.5rem); position: relative; }
.section--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.section--ink { background: var(--ink-900); color: var(--text-invert); }
.section--cream { background: var(--cream-100); }

/* ---------- Type ---------- */
/* Serif headings. Retuned from the sans settings: serifs need looser tracking
   and a touch more leading, and 600 carries enough weight at display sizes
   while 700 keeps the smaller headings solid. */
h1, h2, h3, h4 {
  font-family: var(--serif);
  line-height: 1.18;
  letter-spacing: -.012em;
  font-weight: 700;
  text-wrap: balance;
}
h1 { font-size: clamp(2rem, 4.6vw, 3.125rem); font-weight: 600; letter-spacing: -.018em; line-height: 1.14; }
h2 { font-size: clamp(1.75rem, 3.6vw, 2.5rem);  font-weight: 600; letter-spacing: -.014em; line-height: 1.16; }
h3 { font-size: clamp(1.125rem, 1.7vw, 1.3125rem); letter-spacing: -.006em; line-height: 1.3; }
p { text-wrap: pretty; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .625rem;
  font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold-600); margin-bottom: 1rem;
}
.section--ink .eyebrow { color: var(--gold-300); }
.eyebrow::before {
  content: ""; width: 28px; height: 2px; flex: none;
  background: var(--gold-grad); border-radius: 2px;
}

.lead { font-size: clamp(1.0625rem, 1.5vw, 1.1875rem); color: var(--text-muted); line-height: 1.66; }
.section--ink .lead { color: var(--text-invert-muted); }

.section-head { max-width: 44rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head p { margin-top: 1rem; }

.gold-text {
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--gold-400);
}

/* ---------- Buttons ---------- */
.btn {
  --btn-py: .9375rem;
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: var(--btn-py) 1.625rem;
  border: 1px solid transparent; border-radius: var(--radius);
  font-size: 1rem; font-weight: 700; letter-spacing: -.008em;
  cursor: pointer; text-align: center; white-space: nowrap;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, border-color .16s ease, color .16s ease;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn--gold {
  background: var(--gold-grad); background-size: 180% 100%; background-position: 30% 0;
  color: var(--ink-900);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .35) inset, 0 8px 22px -8px rgba(201, 162, 39, .7);
}
.btn--gold:hover { background-position: 70% 0; box-shadow: 0 1px 0 rgba(255,255,255,.4) inset, 0 12px 28px -8px rgba(201,162,39,.85); }

.btn--ink { background: var(--ink-900); color: var(--text-invert); }
.btn--ink:hover { background: var(--ink-700); box-shadow: var(--shadow-md); }

.btn--ghost {
  background: transparent; color: var(--text-invert);
  border-color: rgba(235, 217, 138, .45);
}
.btn--ghost:hover { border-color: var(--gold-300); background: rgba(235, 217, 138, .09); }

.btn--outline { background: #fff; color: var(--text); border-color: var(--cream-300); box-shadow: var(--shadow-sm); }
.btn--outline:hover { border-color: var(--gold-500); }

.btn--lg { --btn-py: 1.0625rem; font-size: 1.0625rem; padding-inline: 2rem; }
.btn--block { width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: .875rem; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(16, 14, 11, .96);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid rgba(235, 217, 138, .16);
  color: var(--text-invert);
}
.header__bar {
  display: flex; align-items: center; gap: 1.25rem;
  min-height: 72px; padding-block: .625rem;
}
.brand { display: flex; align-items: center; gap: .75rem; margin-right: auto; min-width: 0; }
.brand img { width: 46px; height: 46px; flex: none; }
.brand__name {
  font-size: 1.0625rem; font-weight: 700; letter-spacing: -.02em; line-height: 1.15;
}
.brand__sub {
  display: block; font-size: .6875rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--gold-300); margin-top: .1875rem;
}
.header__phone {
  display: inline-flex; align-items: center; gap: .5rem;
  font-weight: 700; font-size: 1.0625rem; letter-spacing: -.01em;
  padding: .5rem .25rem;
}
.header__phone svg { width: 17px; height: 17px; color: var(--gold-300); flex: none; }
.header__phone:hover { color: var(--gold-200); }
.header__cta { padding-block: .75rem; }

@media (max-width: 780px) {
  .brand__name { font-size: .9375rem; }
  .brand__sub { display: none; }
  .header__phone span { display: none; }
  .header__phone { border: 1px solid rgba(235,217,138,.4); border-radius: var(--radius); padding: .625rem .75rem; }
  .header__cta { padding-inline: 1.125rem; font-size: .9375rem; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: var(--ink-900); color: var(--text-invert);
  padding-block: clamp(2.5rem, 5vw, 4.5rem) clamp(3rem, 6vw, 5rem);
}
/* Ledger-rule texture + warm glow, pure CSS (no image requests) */
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(60% 55% at 78% 8%, rgba(201, 162, 39, .2), transparent 62%),
    radial-gradient(45% 45% at 8% 96%, rgba(143, 109, 29, .16), transparent 65%);
  pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(
    to bottom, rgba(235, 217, 138, .05) 0 1px, transparent 1px 34px);
  mask-image: linear-gradient(to bottom, transparent, #000 30%, #000 70%, transparent);
  pointer-events: none;
}
.hero > * { position: relative; z-index: 1; }

.hero__grid {
  display: grid; gap: clamp(2.25rem, 4vw, 3.5rem);
  grid-template-columns: 1fr;
  align-items: start;
}
@media (min-width: 960px) {
  .hero__grid { grid-template-columns: minmax(0, 1.08fr) minmax(392px, .92fr); gap: 3.5rem; }
}

.hero h1 { margin-bottom: 1.125rem; }
.hero h1 em { font-style: normal; display: block; }
.hero__sub {
  font-size: clamp(1.0625rem, 1.55vw, 1.1875rem); line-height: 1.62;
  color: var(--text-invert-muted); max-width: 34rem;
}

.pill {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .4375rem .875rem .4375rem .625rem;
  border: 1px solid rgba(235, 217, 138, .3); border-radius: 999px;
  background: rgba(235, 217, 138, .07);
  font-size: .8125rem; font-weight: 600; letter-spacing: .005em;
  color: var(--gold-100); margin-bottom: 1.5rem;
}
.pill svg { width: 15px; height: 15px; color: var(--gold-300); flex: none; }

.hero__checks {
  list-style: none; padding: 0; margin: 1.75rem 0 0;
  display: grid; gap: .6875rem;
}
@media (min-width: 560px) { .hero__checks { grid-template-columns: 1fr 1fr; column-gap: 1.5rem; } }
.hero__checks li {
  display: flex; align-items: flex-start; gap: .625rem;
  font-size: .9375rem; font-weight: 500; color: #ded7c7;
}
.hero__checks svg { width: 19px; height: 19px; flex: none; margin-top: 1px; color: var(--gold-300); }

.hero__cta { margin-top: 2rem; }
.hero__note {
  margin-top: 1.125rem; font-size: .8125rem; color: #97907f;
  display: flex; align-items: center; gap: .5rem;
}
.hero__note svg { width: 14px; height: 14px; flex: none; }

/* Trust strip beneath hero */
.trustbar { background: var(--ink-800); border-block: 1px solid rgba(235, 217, 138, .14); color: var(--text-invert); }
.trustbar__grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1px; background: rgba(235, 217, 138, .14);
}
@media (min-width: 720px) { .trustbar__grid { grid-template-columns: repeat(4, 1fr); } }
.trustbar__item {
  background: var(--ink-800); padding: 1.375rem clamp(.75rem, 2vw, 1.5rem);
  text-align: center;
}
.trustbar__num {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.6vw, 1.9375rem); font-weight: 600; letter-spacing: -.02em;
  font-variant-numeric: tabular-nums; line-height: 1.1;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.trustbar__label {
  font-size: .75rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase;
  color: var(--text-invert-muted); margin-top: .375rem;
}

/* ---------- Form card ---------- */
.formcard {
  background: #fff; color: var(--text);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--cream-200);
  overflow: hidden;
}
.formcard__top {
  background: var(--cream-100); border-bottom: 1px solid var(--cream-200);
  padding: 1.25rem 1.5rem 1.125rem;
}
.formcard__top h2 { font-size: 1.3125rem; }
.formcard__top p { font-size: .875rem; color: var(--text-muted); margin-top: .375rem; }
.formcard__rule { height: 3px; background: var(--gold-grad); }
.formcard__body { padding: 1.5rem; }

/* Third-party embedded form (GoHighLevel / LeadConnector).
   No padding of our own — the embed carries its own internal spacing, and
   doubling it up wastes vertical space above the fold. */
.formcard__body--embed { padding: 0; }
.formcard__embed { display: block; width: 100%; border: 0; }
.formcard__nojs { padding: 1.75rem 1.5rem; text-align: center; }
.formcard__nojs p { font-size: .9375rem; color: var(--text-muted); }
.formcard__nojs p strong { color: var(--text); }

/* Fail-open for the embed. GoHighLevel's form_embed.js parks the iframe
   offscreen (visibility:hidden; opacity:0; left:-9999px) until the form
   inside reports ready. If that signal never arrives — script blocked,
   third-party cookies refused, CAPTCHA stalled — the visitor is left with an
   empty card where the only form on the page should be. landing.js reveals it
   after a grace period; !important is needed to beat GHL's inline styles. */
.formcard__embed.is-forced-visible {
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  left: auto !important;
  pointer-events: auto !important;
}

.field { margin-bottom: 1rem; }
.field > label {
  display: block; font-size: .8125rem; font-weight: 700; letter-spacing: .005em;
  margin-bottom: .375rem;
}
.field .req { color: #a3341f; }
.field input, .field select, .field textarea {
  width: 100%; padding: .8125rem .875rem;
  background: var(--cream-50);
  border: 1px solid var(--cream-300); border-radius: var(--radius);
  font-size: 1rem; line-height: 1.4;
  transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}
.field textarea { min-height: 84px; resize: vertical; }
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235c554a' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .875rem center;
  padding-right: 2.5rem;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; background: #fff;
  border-color: var(--gold-500);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, .18);
}
.field input[aria-invalid="true"], .field select[aria-invalid="true"] {
  border-color: #c2402a; background: #fdf6f4;
}
.field__err {
  display: none; margin-top: .375rem; font-size: .8125rem; font-weight: 600; color: #a3341f;
}
.field.is-invalid .field__err { display: block; }

.field-row { display: grid; gap: 1rem; }
@media (min-width: 480px) { .field-row { grid-template-columns: 1fr 1fr; } }

.form__foot {
  margin-top: .375rem; font-size: .75rem; color: var(--text-muted); line-height: 1.5;
}
.form__foot a { text-decoration: underline; text-underline-offset: 2px; }

.form__alt {
  margin-top: 1.125rem; padding-top: 1.125rem; border-top: 1px dashed var(--cream-300);
  text-align: center; font-size: .875rem; color: var(--text-muted);
}
.form__alt a { font-weight: 700; color: var(--text); text-decoration: underline; text-decoration-color: var(--gold-500); text-underline-offset: 3px; }

.form__status {
  display: none; margin-bottom: 1rem; padding: .875rem 1rem;
  border-radius: var(--radius); font-size: .875rem; font-weight: 600;
}
.form__status.is-error { display: block; background: #fdf1ee; color: #8f2c19; border: 1px solid #f0cdc4; }
.form__status.is-ok { display: block; background: var(--success-100); color: var(--success-700); border: 1px solid #bfdfcd; }

.hp { position: absolute; left: -9999px; opacity: 0; }

/* ---------- Pain / relief ---------- */
.split {
  display: grid; gap: clamp(1.5rem, 3.5vw, 2.5rem);
  grid-template-columns: 1fr;
}
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } }

.panel {
  padding: clamp(1.5rem, 3vw, 2.125rem);
  border-radius: var(--radius-lg);
  border: 1px solid var(--cream-200);
  background: #fff;
}
.panel--problem { background: var(--cream-100); border-color: var(--cream-300); }
.panel--solution { border-color: rgba(184, 145, 47, .38); box-shadow: var(--shadow-md); position: relative; overflow: hidden; }
.panel--solution::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--gold-grad); }
.panel h3 { margin-bottom: 1.125rem; display: flex; align-items: center; gap: .625rem; }
.panel h3 svg { width: 22px; height: 22px; flex: none; }
.panel--problem h3 svg { color: #9a6b3f; }
.panel--solution h3 svg { color: var(--gold-600); }

.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: .8125rem; }
.ticks li { display: flex; align-items: flex-start; gap: .6875rem; font-size: .9375rem; line-height: 1.55; }
.ticks svg { width: 19px; height: 19px; flex: none; margin-top: 2px; }
.ticks--x svg { color: #a8703f; }
.ticks--check svg { color: var(--gold-600); }

/* ---------- Service cards ---------- */
.cards { display: grid; gap: 1.125rem; grid-template-columns: 1fr; }
@media (min-width: 620px) { .cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .cards--3 { grid-template-columns: repeat(3, 1fr); } }

.card {
  position: relative; background: #fff;
  border: 1px solid var(--cream-200); border-radius: var(--radius-lg);
  padding: 1.625rem 1.5rem 1.75rem;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  overflow: hidden;
}
.card::before {
  content: ""; position: absolute; inset: 0 0 auto; height: 3px;
  background: var(--gold-grad);
  transform: scaleX(0); transform-origin: left; transition: transform .3s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--cream-300); }
.card:hover::before { transform: scaleX(1); }

.card__icon {
  width: 44px; height: 44px; border-radius: 10px;
  display: grid; place-items: center; margin-bottom: 1.125rem;
  background: linear-gradient(150deg, var(--ink-800), var(--ink-600));
  border: 1px solid rgba(201, 162, 39, .3);
}
.card__icon svg { width: 21px; height: 21px; color: var(--gold-300); }
.card h3 { margin-bottom: .5625rem; }
.card p { font-size: .9375rem; color: var(--text-muted); line-height: 1.6; }

/* ---------- Benefits ---------- */
.benefits { display: grid; gap: 1px; background: var(--cream-200); border: 1px solid var(--cream-200); border-radius: var(--radius-lg); overflow: hidden; }
@media (min-width: 640px) { .benefits { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .benefits { grid-template-columns: repeat(3, 1fr); } }
.benefit { background: #fff; padding: 1.75rem 1.5rem; }
.benefit__n {
  font-family: var(--mono); font-size: .75rem; font-weight: 700; letter-spacing: .08em;
  color: var(--gold-600); display: block; margin-bottom: .75rem;
}
.benefit h3 { font-size: 1.0625rem; margin-bottom: .5rem; }
.benefit p { font-size: .9375rem; color: var(--text-muted); }

/* ---------- Steps ---------- */
.steps { display: grid; gap: clamp(1.25rem, 3vw, 2rem); grid-template-columns: 1fr; counter-reset: s; }
@media (min-width: 820px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step { position: relative; padding-top: 1.75rem; }
.step::before {
  counter-increment: s; content: counter(s, decimal-leading-zero);
  position: absolute; top: 0; left: 0;
  font-family: var(--mono); font-size: .8125rem; font-weight: 700; letter-spacing: .1em;
  color: var(--gold-400);
}
.step::after {
  content: ""; position: absolute; top: .4375rem; left: 2.75rem; right: 0; height: 1px;
  background: linear-gradient(90deg, rgba(201,162,39,.55), rgba(201,162,39,0));
}
.step h3 { margin-bottom: .625rem; }
.step p { color: var(--text-invert-muted); font-size: .9375rem; }
.section--ink .step h3 { color: var(--text-invert); }

/* ---------- Reviews ---------- */
.reviews { display: grid; gap: 1.125rem; grid-template-columns: 1fr; }
@media (min-width: 900px) { .reviews { grid-template-columns: repeat(3, 1fr); } }
.review {
  background: #fff; border: 1px solid var(--cream-200); border-radius: var(--radius-lg);
  padding: 1.625rem 1.5rem; display: flex; flex-direction: column;
}
.stars { display: flex; gap: 2px; margin-bottom: .9375rem; }
.stars svg { width: 17px; height: 17px; color: var(--gold-500); }
.review blockquote { font-size: .9375rem; line-height: 1.65; margin: 0 0 1.25rem; flex: 1; }
.review figcaption {
  font-size: .8125rem; font-weight: 700; padding-top: .9375rem;
  border-top: 1px solid var(--cream-200);
  display: flex; align-items: center; justify-content: space-between; gap: .75rem;
}
.review figcaption span { font-weight: 600; color: var(--text-muted); font-size: .75rem; letter-spacing: .03em; }

/* ---------- Service area ---------- */
.areas { display: flex; flex-wrap: wrap; gap: .625rem; margin-top: 1.75rem; list-style: none; padding: 0; }
.areas li {
  padding: .5rem 1rem; border-radius: 999px;
  border: 1px solid rgba(235, 217, 138, .28); background: rgba(235, 217, 138, .07);
  font-size: .875rem; font-weight: 600; color: var(--gold-100);
}

/* Service area grouped by state — the Four State Area around Joplin.
   Four columns on desktop so each region reads as its own coverage block
   rather than one undifferentiated pile of city names. */
.areagrid {
  display: grid; gap: 1.75rem 1.5rem; margin-top: 1.75rem;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) { .areagrid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .areagrid { grid-template-columns: repeat(4, 1fr); } }

.areagroup__k {
  display: flex; align-items: baseline; gap: .5rem; flex-wrap: wrap;
  padding-bottom: .625rem; margin-bottom: .875rem;
  border-bottom: 1px solid rgba(235, 217, 138, .22);
}
.areagroup__name {
  font-size: .875rem; font-weight: 700; letter-spacing: -.01em; color: var(--text-invert);
}
.areagroup__abbr {
  font-family: var(--mono); font-size: .6875rem; font-weight: 700; letter-spacing: .08em;
  color: var(--gold-400);
}
.areagroup .areas { margin-top: 0; gap: .4375rem; }
.areagroup .areas li { padding: .375rem .75rem; font-size: .8125rem; }

.nap {
  display: grid; gap: 1.25rem; margin-top: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 620px) { .nap { grid-template-columns: repeat(3, 1fr); } }
.nap__item { display: flex; gap: .8125rem; align-items: flex-start; }
.nap__item svg { width: 20px; height: 20px; flex: none; color: var(--gold-300); margin-top: 2px; }
.nap__k { font-size: .6875rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--text-invert-muted); }
.nap__v { font-size: .9375rem; font-weight: 600; margin-top: .1875rem; }
.nap__v a:hover { color: var(--gold-200); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin-inline: auto; }
.faq details {
  border: 1px solid var(--cream-200); border-radius: var(--radius);
  background: #fff; margin-bottom: .75rem; overflow: hidden;
}
.faq details[open] { border-color: var(--cream-300); box-shadow: var(--shadow-sm); }
.faq summary {
  cursor: pointer; list-style: none; padding: 1.125rem 3.25rem 1.125rem 1.375rem;
  font-family: var(--serif); font-weight: 700; font-size: 1.0625rem;
  letter-spacing: -.006em; line-height: 1.35; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 1.375rem; top: 50%;
  width: 11px; height: 11px; margin-top: -6px;
  border-right: 2px solid var(--gold-600); border-bottom: 2px solid var(--gold-600);
  transform: rotate(45deg); transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq summary:hover { background: var(--cream-50); }
.faq__a { padding: 0 1.375rem 1.375rem; }
.faq__a p { font-size: .9375rem; color: var(--text-muted); line-height: 1.65; }
.faq__a p + p { margin-top: .75rem; }

/* ---------- Final CTA ---------- */
.finalcta { position: relative; overflow: hidden; background: var(--ink-900); color: var(--text-invert); }
.finalcta::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(70% 90% at 20% 0%, rgba(201, 162, 39, .22), transparent 60%);
}
.finalcta > * { position: relative; }
.finalcta__grid { display: grid; gap: clamp(2rem, 4vw, 3.5rem); grid-template-columns: 1fr; align-items: center; }
@media (min-width: 960px) { .finalcta__grid { grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr); } }

.callout {
  display: flex; align-items: center; gap: 1.125rem;
  margin-top: 2rem; padding: 1.25rem 1.375rem;
  border: 1px solid rgba(235, 217, 138, .28); border-radius: var(--radius-lg);
  background: rgba(235, 217, 138, .06);
}
.callout svg { width: 30px; height: 30px; flex: none; color: var(--gold-300); }
.callout__k { font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--text-invert-muted); }
.callout__v { font-family: var(--serif); font-size: clamp(1.375rem, 2.6vw, 1.75rem); font-weight: 600; letter-spacing: -.015em; line-height: 1.15; margin-top: .1875rem; }
.callout__v a:hover { color: var(--gold-200); }

/* ---------- Footer ---------- */
.footer { background: #0a0908; color: var(--text-invert-muted); padding-block: 2.5rem 2rem; font-size: .875rem; }
.footer__top { display: flex; flex-wrap: wrap; gap: 1.5rem 2.5rem; align-items: center; justify-content: space-between; }
.footer__brand { display: flex; align-items: center; gap: .75rem; color: var(--text-invert); }
.footer__brand img { width: 40px; height: 40px; }
.footer__brand strong { font-size: .9375rem; letter-spacing: -.01em; }
.footer__links { display: flex; flex-wrap: wrap; gap: .5rem 1.375rem; }
.footer__links a:hover { color: var(--gold-200); text-decoration: underline; text-underline-offset: 3px; }
.footer__legal { margin-top: 1.75rem; padding-top: 1.5rem; border-top: 1px solid rgba(235, 217, 138, .12); font-size: .8125rem; line-height: 1.6; }
.footer__legal p + p { margin-top: .625rem; }

/* ---------- Sticky mobile call bar ---------- */
.callbar {
  position: fixed; inset: auto 0 0 0; z-index: 99;
  display: none; gap: .625rem; padding: .625rem .75rem;
  padding-bottom: max(.625rem, env(safe-area-inset-bottom));
  background: rgba(16, 14, 11, .97);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(235, 217, 138, .2);
}
.callbar .btn { flex: 1; --btn-py: .8125rem; font-size: .9375rem; padding-inline: .75rem; }
@media (max-width: 780px) {
  .callbar { display: flex; }
  body { padding-bottom: 68px; }
}

/* ---------- Reveal on scroll ----------
   Fail-safe: content is visible by default. Only once JS confirms
   IntersectionObserver support does it add .js-reveal to <html> and opt in.
   If JS is blocked, slow, or errors, nothing is ever hidden.            */
.reveal { opacity: 1; transform: none; }
html.js-reveal .reveal { opacity: 0; transform: translateY(14px); }
html.js-reveal .reveal.is-in {
  opacity: 1; transform: none;
  transition: opacity .55s ease, transform .55s cubic-bezier(.22,.61,.36,1);
}
@media (prefers-reduced-motion: reduce) {
  html.js-reveal .reveal { opacity: 1; transform: none; }
}

/* ---------- Thank-you page ---------- */
.ty { min-height: 78vh; display: grid; place-items: center; padding-block: clamp(3rem, 8vw, 6rem); }
.ty__inner { max-width: 620px; text-align: center; }
.ty__mark {
  width: 68px; height: 68px; margin: 0 auto 1.75rem; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--gold-grad); box-shadow: 0 10px 30px -10px rgba(201,162,39,.8);
}
.ty__mark svg { width: 34px; height: 34px; color: var(--ink-900); }
.ty p { margin-top: 1.125rem; }
.ty .btn-row { justify-content: center; margin-top: 2rem; }
.ty__next {
  margin-top: 2.5rem; padding: 1.5rem; text-align: left;
  border: 1px solid rgba(235,217,138,.24); border-radius: var(--radius-lg);
  background: rgba(235,217,138,.05);
}
.ty__next h2 { font-size: 1.0625rem; margin-bottom: 1rem; }
