/* ───────────────────────────────────────────────────────────────
   Service / town pages — shared components.
   Loaded ALONGSIDE style.css (which holds :root vars, nav, footer,
   .section/.container/.sec-head/.btn/.faq/.form etc.). Homepage does
   NOT load this file, so nothing here can regress the homepage.
   ─────────────────────────────────────────────────────────────── */

/* ── Page hero (dark) ─────────────────────────────────────────── */
.svc-hero { background: var(--ink); color: var(--paper); padding: 150px 0 96px; position: relative; overflow: hidden; }
.svc-hero::before { content: ""; position: absolute; top: -160px; left: -120px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(255,122,47,0.30) 0%, rgba(255,62,145,0.16) 38%, rgba(216,61,255,0.08) 64%, transparent 80%); opacity: 0.6; pointer-events: none; }
.svc-hero::after { content: ""; position: absolute; bottom: -200px; right: -160px; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(216,61,255,0.28) 0%, rgba(122,77,255,0.14) 42%, transparent 76%); opacity: 0.55; pointer-events: none; }
.svc-hero > .container { position: relative; z-index: 1; max-width: 940px; }
.svc-hero .eyebrow { color: rgba(255,255,255,0.6); display: inline-block; margin-bottom: 18px; }
.svc-hero h1 { font-size: clamp(40px, 6vw, 68px); font-weight: 600; letter-spacing: -0.03em; line-height: 1.02; margin: 0; max-width: 16ch; }
.svc-lede { font-size: clamp(17px, 2vw, 20px); line-height: 1.6; color: rgba(255,255,255,0.80); max-width: 660px; margin: 24px 0 0; }
.svc-hero .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 36px 0 0; }
.svc-hero .btn-primary { background: var(--paper); color: var(--ink); }
.svc-hero .btn-primary:hover { box-shadow: 0 12px 28px rgba(255,62,145,0.3), 0 0 0 1.5px var(--grad-pink); }
.svc-hero .btn-ghost { background: transparent; color: var(--paper); border-color: rgba(255,255,255,0.22); }
.svc-hero .btn-ghost:hover { border-color: rgba(255,255,255,0.5); }
.svc-stats { display: flex; gap: 36px; flex-wrap: wrap; margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.12); }
.svc-stat strong { display: block; font-size: clamp(26px, 3vw, 38px); font-weight: 600; letter-spacing: -0.025em; line-height: 1; background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.svc-stat span { display: block; margin-top: 8px; font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.6); }

/* ── Answer-first intro (light) ───────────────────────────────── */
.answer { max-width: 760px; margin: 0 auto; text-align: center; }
.answer p { font-size: clamp(17px, 1.8vw, 19px); line-height: 1.7; color: var(--ink); }
.answer p + p { margin-top: 18px; color: var(--grey-text); }

/* ── Two-column prose + checklist ─────────────────────────────── */
.split { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: start; max-width: 1080px; margin: 0 auto; }
.split h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 600; letter-spacing: -0.025em; line-height: 1.08; }
.split p { margin-top: 18px; color: var(--grey-text); line-height: 1.7; }
.checks { list-style: none; display: grid; gap: 14px; margin: 0; padding: 0; }
.checks li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.55; }
.checks svg { flex-shrink: 0; width: 20px; height: 20px; margin-top: 1px; color: var(--grad-pink); }
.checks li strong { display: block; }
.checks li span { color: var(--grey-text); }

/* ── Pricing card ─────────────────────────────────────────────── */
.price-card { max-width: 640px; margin: 0 auto; background: var(--paper); border: 1px solid var(--border); border-radius: var(--radius-large); padding: 44px 44px 40px; box-shadow: 0 30px 80px rgba(11,11,15,0.08); text-align: center; }
.price-card .price-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--grey-text); }
.price-card .price { font-size: clamp(44px, 6vw, 64px); font-weight: 600; letter-spacing: -0.03em; line-height: 1; margin: 14px 0 0; background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.price-card .price small { -webkit-text-fill-color: var(--grey-text); color: var(--grey-text); font-size: 18px; font-weight: 500; letter-spacing: 0; }
.price-card .price-note { margin-top: 12px; color: var(--grey-text); font-size: 15px; }
.price-factors { text-align: left; margin: 30px auto 0; max-width: 460px; }
.price-factors .price-factors-head { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--grey-text); margin-bottom: 16px; }
.price-card .btn { margin-top: 30px; }

/* ── Process steps (reuses look of next-steps, light variant) ─── */
.proc-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; max-width: 1120px; margin: 0 auto; }
.proc-step { padding: 24px 20px; border: 1px solid var(--border); border-radius: var(--radius-card); background: var(--paper); position: relative; }
.proc-step .num { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; color: transparent; background: var(--gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.proc-step h3 { font-size: 16px; font-weight: 600; margin: 12px 0 8px; }
.proc-step p { font-size: 13px; line-height: 1.55; color: var(--grey-text); }

/* ── Proof cards ──────────────────────────────────────────────── */
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1120px; margin: 0 auto; }
.proof-card { background: var(--paper); border: 1px solid var(--border); border-radius: var(--radius-large); padding: 30px; display: flex; flex-direction: column; gap: 10px; transition: transform 280ms ease, box-shadow 280ms ease, border-color 240ms ease; }
.proof-card:hover { transform: translateY(-3px); box-shadow: 0 24px 60px rgba(11,11,15,0.10); border-color: rgba(11,11,15,0.16); }
.proof-card .big { font-size: clamp(32px, 4vw, 46px); font-weight: 600; letter-spacing: -0.03em; line-height: 1; background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.proof-card .who { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey-text); }
.proof-card p { font-size: 14px; line-height: 1.6; color: var(--ink); margin: 4px 0 0; }
.proof-card .quote { color: var(--grey-text); font-style: italic; }

/* ── Team / E-E-A-T card ──────────────────────────────────────── */
.team-card { display: flex; gap: 30px; align-items: center; max-width: 780px; margin: 0 auto; background: var(--paper); border: 1px solid var(--border); border-radius: var(--radius-large); padding: 30px 34px; }
.team-card img { width: 132px; height: 132px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.team-card h3 { font-size: 20px; font-weight: 600; }
.team-card .role { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #C01A66; margin: 4px 0 12px; }
.team-card p { color: var(--grey-text); line-height: 1.65; font-size: 15px; }

/* ── Related / internal links ─────────────────────────────────── */
.rel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1080px; margin: 0 auto; }
.rel-card { display: block; padding: 26px; border: 1px solid var(--border); border-radius: var(--radius-large); background: var(--paper); transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease; }
.rel-card:hover { transform: translateY(-2px); box-shadow: 0 20px 48px rgba(11,11,15,0.08); border-color: rgba(11,11,15,0.16); }
.rel-card h3 { font-size: 17px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.rel-card h3 svg { width: 15px; height: 15px; color: var(--grad-pink); }
.rel-card p { margin-top: 8px; font-size: 14px; line-height: 1.55; color: var(--grey-text); }

/* ── Coverage / areas-we-serve chips ──────────────────────────── */
.areas { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 760px; margin: 28px auto 0; }
.areas span { padding: 8px 16px; border-radius: var(--radius-pill); border: 1px solid var(--border); background: var(--paper); font-size: 13px; font-weight: 500; color: var(--ink); }

@media (max-width: 980px) {
  .split { grid-template-columns: 1fr; gap: 36px; }
  .proc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .proof-grid, .rel-grid { grid-template-columns: 1fr; }
  .team-card { flex-direction: column; text-align: center; }
  .svc-stats { gap: 24px; }
}
