/* ============================================================
   Plumbing Today HVAC (Omaha, NE) mockup build
   Palette sampled from the real logo:
   orange #EE6A2A / #D5581C, charcoal #1E1E1E, steel #737373
   Type: Archivo Black (display, matches the logo grotesque)
         + Hanken Grotesk (body)
   Comp pattern: burkhardt (diagonal-split van hero + icon quick-nav)
   ============================================================ */

:root {
  --ink:          #1A1C1E;
  --ink-muted:    #545B62;
  --paper:        #FFFFFF;
  --paper-alt:    #F4F5F6;
  --brand-deep:   #16181B;   /* footer, hero panel, dark bands */
  --brand:        #2A2E33;   /* charcoal secondary */
  --steel:        #737373;   /* Nebraska silhouette gray */
  --accent:       #EE6A2A;   /* CTA orange */
  --accent-dark:  #D5581C;
  --gold-star:    #FFB53C;
  --rule:         rgba(26, 28, 30, .12);
  --rule-light:   rgba(255, 255, 255, .16);

  --f-display: "Archivo Black", "Arial Black", sans-serif;
  --f-body: "Hanken Grotesk", "Helvetica Neue", Arial, sans-serif;

  --fs-display-lg: clamp(36px, 4.3vw, 58px);
  --fs-display-md: clamp(27px, 3.3vw, 42px);
  --fs-display-sm: 21px;
  --fs-body-lg: 18px;
  --fs-body: 16.5px;
  --fs-body-sm: 14px;

  --container: 1240px;
  --gutter: 24px;          /* ONE gutter token, nothing else pads the page edge */
  --sec-pad: 96px;
  --radius: 14px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --shadow-card: 0 10px 30px rgba(26, 28, 30, .10);
  --shadow-btn: 0 6px 0 rgba(26, 28, 30, .30);
  --shadow-btn-hover: 0 9px 0 rgba(26, 28, 30, .26);
}

@media (max-width: 768px) {
  :root { --sec-pad: 56px; --gutter: 20px; }
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body {
  font-family: var(--f-body);
  font-size: var(--fs-body);
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
}
img { max-width: 100%; display: block; }
a { color: var(--accent-dark); }
ul { list-style: none; }

.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  width: 100%;
}
/* never flex .container itself, flex children of it instead */

section { padding-block: var(--sec-pad); }
section[id], div[id] { scroll-margin-top: 96px; }

/* ---------- type ---------- */
h1, h2, h3, .display { font-family: var(--f-display); font-weight: 400; line-height: 1.14; letter-spacing: .002em; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--accent-dark);
  margin-bottom: 14px; white-space: nowrap;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; background: var(--accent); border-radius: 2px; flex: none; }
.sec-head { max-width: 780px; margin-bottom: 44px; }
.sec-head h2 { font-size: var(--fs-display-md); color: var(--ink); margin-bottom: 12px; }
.sec-head p { color: var(--ink-muted); font-size: var(--fs-body-lg); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head.center .eyebrow { justify-content: center; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--f-body); font-weight: 800; letter-spacing: .06em;
  text-transform: uppercase; text-decoration: none; text-align: center;
  font-size: 15px; padding: 17px 30px; border-radius: var(--radius-pill);
  border: 0; cursor: pointer; box-shadow: var(--shadow-btn);
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-3px); box-shadow: var(--shadow-btn-hover); }
.btn-orange { background: var(--accent); color: #fff; }
.btn-orange:hover { background: #FF7A38; }
.btn-dark { background: var(--brand-deep); color: #fff; }
.btn-dark:hover { background: #26292D; }
.btn-white { background: #fff; color: var(--brand-deep); }
.btn svg { width: 18px; height: 18px; flex: none; }

/* ---------- utility bar ---------- */
.utility {
  background: var(--brand-deep); color: #fff;
  font-size: 13.5px; font-weight: 700; letter-spacing: .04em;
}
.utility .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 38px; }
.utility span { white-space: nowrap; }
.utility .u-offer { color: var(--gold-star); }
.utility .u-short { display: none; }
@media (max-width: 640px) {
  .utility .container { justify-content: center; }
  .utility .u-offer, .utility .u-full { display: none; }
  .utility .u-short { display: block; }
}

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: #fff; box-shadow: 0 2px 18px rgba(26,28,30,.10);
}
.header-main .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 10px; }
.brand-lockup { display: flex; align-items: center; text-decoration: none; }
.brand-lockup img { width: 190px; height: auto; }
.header-serving { text-align: center; font-size: 14px; color: var(--ink-muted); }
.header-serving strong { color: var(--ink); }
.header-cta { display: flex; align-items: center; gap: 18px; }
.header-phone { text-align: right; text-decoration: none; }
.header-phone .ph-num { display: block; font-family: var(--f-display); font-size: 19px; color: var(--brand-deep); }
.header-phone .ph-sub { font-size: 12px; font-weight: 700; color: var(--accent-dark); letter-spacing: .06em; text-transform: uppercase; }
.header-cta .btn { padding: 13px 24px; font-size: 13.5px; }
.hamburger { display: none; }
.header-phone-icon { display: none; }

/* nav */
.site-nav { border-top: 1px solid var(--rule); }
.site-nav .container { display: flex; justify-content: center; }
.site-nav ul.nav-root { display: flex; gap: 6px; }
.site-nav .nav-root > li { position: relative; }
.site-nav .nav-root > li > a {
  display: flex; align-items: center; gap: 6px;
  padding: 13px 15px; font-size: 14px; font-weight: 800;
  letter-spacing: .05em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
}
.site-nav .nav-root > li > a:hover { color: var(--accent-dark); }
.site-nav .caret { width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.dropdown {
  position: absolute; top: 100%; left: 0; min-width: 280px;
  background: #fff; border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: 0 18px 40px rgba(26,28,30,.16);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all .18s ease; padding: 10px 0; z-index: 950;
}
.site-nav li:hover > .dropdown, .site-nav li:focus-within > .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a {
  display: block; padding: 9px 22px; font-size: 14.5px; font-weight: 600;
  color: var(--ink); text-decoration: none;
}
.dropdown a:hover { background: var(--paper-alt); color: var(--accent-dark); }

@media (max-width: 1024px) {
  .site-nav, .header-serving, .header-cta .btn, .header-phone .ph-sub { display: none; }
  .header-phone .ph-num { font-size: 17px; white-space: nowrap; }
  .brand-lockup img { width: 150px; }
  .hamburger {
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 46px; height: 46px; padding: 10px; background: var(--brand-deep);
    border: 0; border-radius: 10px; cursor: pointer; flex: none;
  }
  .hamburger span { display: block; height: 3px; width: 100%; background: #fff; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
}
@media (max-width: 640px) {
  .header-phone { display: none; }
  .header-phone-icon {
    display: flex; align-items: center; justify-content: center;
    width: 46px; height: 46px; border-radius: 10px; flex: none;
    background: var(--accent); color: #fff;
  }
  .header-phone-icon svg { width: 21px; height: 21px; }
  .brand-lockup img { width: 128px; }
  .header-cta { gap: 10px; }
}

/* ---------- mobile drawer ---------- */
.drawer-scrim {
  position: fixed; inset: 0; background: rgba(26,28,30,.55);
  opacity: 0; visibility: hidden; transition: opacity .22s ease; z-index: 990;
}
.drawer {
  position: fixed; inset: 0 0 0 auto; width: min(420px, 100%);
  background: #fff; z-index: 995; display: flex; flex-direction: column;
  transform: translateX(102%); transition: transform .26s ease, visibility 0s linear .26s;
  visibility: hidden;
}
body.drawer-open .drawer { visibility: visible; transform: translateX(0); transition: transform .26s ease; }
body.drawer-open .drawer-scrim { opacity: 1; visibility: visible; }
body.drawer-open { overflow: hidden; }
.drawer-head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 14px var(--gutter); background: var(--brand-deep);
}
.drawer-head img { width: 46px; }
.drawer-head .d-name { font-family: var(--f-display); color: #fff; font-size: 14px; letter-spacing: .02em; flex: 1; }
.drawer-close {
  width: 42px; height: 42px; border: 0; border-radius: 10px; cursor: pointer;
  background: rgba(255,255,255,.14); color: #fff; font-size: 22px; line-height: 1; flex: none;
}
.drawer-body { flex: 1; overflow-y: auto; padding: 8px 0 16px; }
.drawer-body > ul > li { border-bottom: 1px solid var(--rule); }
.d-link, .d-acc-btn {
  display: flex; width: 100%; align-items: center; justify-content: space-between;
  padding: 15px var(--gutter); font-family: var(--f-body); font-size: 16px; font-weight: 800;
  letter-spacing: .04em; text-transform: uppercase; color: var(--ink);
  text-decoration: none; background: none; border: 0; cursor: pointer; text-align: left;
}
.d-acc-btn .caret { width: 10px; height: 10px; border-right: 2.5px solid var(--accent); border-bottom: 2.5px solid var(--accent); transform: rotate(45deg); transition: transform .2s ease; flex: none; }
.d-acc.open .d-acc-btn .caret { transform: rotate(225deg); }
.d-acc-panel { max-height: 0; overflow: hidden; transition: max-height .28s ease; background: var(--paper-alt); }
.d-acc.open .d-acc-panel { max-height: 560px; }
.d-acc-panel a { display: block; padding: 11px calc(var(--gutter) + 14px); font-size: 15px; font-weight: 600; color: var(--ink); text-decoration: none; }
.drawer-foot { padding: 16px var(--gutter) 20px; background: var(--paper-alt); border-top: 1px solid var(--rule); }
.drawer-foot .btn { width: 100%; margin-bottom: 12px; }
.d-call {
  display: block; text-align: center; text-decoration: none;
  font-family: var(--f-display); font-size: 23px; color: var(--brand-deep); margin-bottom: 6px;
}
.d-hours { text-align: center; font-size: 13.5px; color: var(--ink-muted); }

/* ---------- hero: diagonal split (burkhardt pattern) ---------- */
.hero {
  position: relative; padding: 0; background: var(--brand-deep);
  overflow: hidden;
}
.hero-media {
  /* anchored to container math so the seam clears the headline at every viewport */
  position: absolute; top: 0; bottom: 0; right: 0;
  left: calc((100% - min(100%, var(--container))) / 2 + 545px);
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 54%; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(80deg, rgba(22,24,27,.88) 0%, rgba(22,24,27,.34) 20%, rgba(22,24,27,0) 42%),
              linear-gradient(0deg, rgba(22,24,27,.34) 0%, rgba(22,24,27,0) 30%);
}
.hero-media::before {
  content: ""; position: absolute; inset: 0; z-index: 2; background: var(--accent);
  clip-path: polygon(9% 0, 10.6% 0, 1.6% 100%, 0 100%);
}
.hero-inner { position: relative; z-index: 3; padding-block: clamp(44px, 5.5vw, 72px) clamp(110px, 11vw, 140px); }
.hero-copy { max-width: 46%; }
.hero-pill {
  display: inline-block; padding: 8px 18px; border-radius: var(--radius-pill);
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.26);
  color: #fff; font-size: 12.5px; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; margin-bottom: 20px; white-space: nowrap; backdrop-filter: blur(3px);
}
.hero-h1 {
  font-family: var(--f-body); font-size: 15px; font-weight: 800;
  letter-spacing: .2em; text-transform: uppercase; color: var(--accent);
  margin-bottom: 10px;
}
/* the big persuasive line is a <p> so the h1..h3 rule misses it: set explicitly */
.hero-h2 {
  font-family: var(--f-display); font-weight: 400; line-height: 1.1;
  font-size: var(--fs-display-lg); color: #fff;
  text-shadow: 0 3px 22px rgba(22,24,27,.45); margin-bottom: 16px;
}
.hero-h2 .accent { color: var(--accent); }
.hero-sub { color: rgba(255,255,255,.9); font-size: var(--fs-body-lg); max-width: 520px; margin-bottom: 30px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 22px; }
.hero-review {
  display: inline-flex; align-items: center; gap: 10px; color: #fff;
  font-weight: 700; font-size: 15.5px; letter-spacing: .02em; text-decoration: none;
}
.hero-review .g-badge {
  width: 26px; height: 26px; border-radius: 50%; background: #fff; color: #4285F4;
  font-weight: 900; font-size: 16px; display: inline-flex; align-items: center; justify-content: center;
  font-family: Arial, sans-serif; flex: none;
}
.hero-review .stars { color: var(--gold-star); letter-spacing: 2px; }
.hero-trust { margin-top: 18px; display: flex; gap: 12px; flex-wrap: wrap; }
.trust-chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.24);
  border-radius: var(--radius-pill); padding: 8px 16px;
  color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .04em; backdrop-filter: blur(3px);
  white-space: nowrap;
}
.trust-chip svg { width: 15px; height: 15px; color: var(--accent); flex: none; }
.trust-chip img { width: 20px; height: 20px; object-fit: contain; flex: none; }
.trust-chip strong { color: var(--gold-star); }

@media (max-width: 900px) {
  .hero-media {
    position: relative; left: auto; width: 100%; height: clamp(240px, 52vw, 380px);
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%);
  }
  .hero-media img { object-position: 60% 62%; }
  .hero-media::after { background: linear-gradient(0deg, rgba(22,24,27,.30) 0%, rgba(22,24,27,0) 34%), linear-gradient(180deg, rgba(22,24,27,.55) 0%, rgba(22,24,27,0) 22%); }
  .hero-media::before { clip-path: polygon(0 12%, 100% 0, 100% 2.4%, 0 14.6%); }
  .hero-inner { padding-block: 40px 96px; }
  .hero-copy { max-width: 100%; }
  .hero-ctas .btn { width: 100%; max-width: 360px; }
  .hero-pill { font-size: 10.5px; letter-spacing: .08em; }
  .hero-h1 { font-size: 12px; letter-spacing: .13em; }
}

/* ---------- icon service quick-nav (burkhardt signature) ---------- */
.quicknav { position: relative; z-index: 5; margin-top: -78px; padding-bottom: 8px; }
.quicknav-card {
  background: #fff; border-radius: var(--radius-lg); box-shadow: 0 18px 44px rgba(26,28,30,.16);
  display: grid; grid-template-columns: repeat(6, 1fr); overflow: hidden;
}
.qn-item {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 26px 10px 22px; text-decoration: none; color: var(--ink);
  border-right: 1px solid var(--rule); transition: background .15s ease, transform .15s ease;
}
.qn-item:last-child { border-right: 0; }
.qn-item:hover { background: var(--paper-alt); transform: translateY(-3px); }
.qn-icon {
  width: 54px; height: 54px; border-radius: 50%;
  background: rgba(238,106,42,.12); color: var(--accent-dark);
  display: flex; align-items: center; justify-content: center;
}
.qn-icon svg { width: 27px; height: 27px; }
.qn-item span { font-size: 13.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; text-align: center; line-height: 1.3; }
.qn-item.qn-emergency .qn-icon { background: var(--accent); color: #fff; }
@media (max-width: 900px) {
  .quicknav { margin-top: -66px; }
  .quicknav-card { grid-template-columns: repeat(3, 1fr); }
  .qn-item { border-bottom: 1px solid var(--rule); }
  .qn-item:nth-child(3n) { border-right: 0; }
  .qn-item:nth-child(n+4) { border-bottom: 0; }
}
@media (max-width: 480px) {
  .quicknav-card { grid-template-columns: repeat(2, 1fr); }
  .qn-item { border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 20px 8px 16px; }
  .qn-item:nth-child(3n) { border-right: 1px solid var(--rule); }
  .qn-item:nth-child(2n) { border-right: 0; }
  .qn-item:nth-child(n+4) { border-bottom: 1px solid var(--rule); }
  .qn-item:nth-child(n+5) { border-bottom: 0; }
  .qn-icon { width: 46px; height: 46px; }
  .qn-icon svg { width: 23px; height: 23px; }
  .qn-item span { font-size: 12px; }
}

/* ---------- credential strip ---------- */
.cred-strip { background: var(--brand-deep); padding: 18px 0; margin-top: 40px; }
.cred-strip .container { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; }
.cred-item { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 14px; font-weight: 700; letter-spacing: .03em; }
.cred-item svg { width: 20px; height: 20px; color: var(--accent); flex: none; }
@media (max-width: 900px) {
  .cred-strip .container { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; }
  .cred-item:last-child { grid-column: 1 / -1; justify-content: center; }
}

/* ---------- services ---------- */
.services { background: var(--paper-alt); }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc-card {
  background: #fff; border-radius: var(--radius-lg); padding: 32px 28px 28px;
  box-shadow: var(--shadow-card); text-decoration: none; color: var(--ink);
  display: flex; flex-direction: column; gap: 12px; position: relative;
  transition: transform .18s ease, box-shadow .18s ease;
  border-top: 5px solid var(--accent);
}
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(26,28,30,.15); }
.svc-icon {
  width: 58px; height: 58px; border-radius: 14px; background: var(--paper-alt);
  display: flex; align-items: center; justify-content: center; color: var(--accent-dark);
}
.svc-icon svg { width: 30px; height: 30px; }
.svc-card h3 { font-size: var(--fs-display-sm); color: var(--brand-deep); }
.svc-card p { color: var(--ink-muted); font-size: 15.5px; flex: 1; }
.svc-more { font-weight: 800; font-size: 13.5px; letter-spacing: .07em; text-transform: uppercase; color: var(--accent-dark); }
.svc-more::after { content: " \2192"; }
.svc-all { text-align: center; margin-top: 36px; }
@media (max-width: 1024px) { .svc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) {
  .svc-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 16px; padding-bottom: 12px; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); scroll-padding-inline-start: var(--gutter); }
  .svc-card { flex: 0 0 82%; scroll-snap-align: start; }
}

/* ---------- why us split ---------- */
.why-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.why-photo { position: relative; }
.why-photo img { border-radius: var(--radius-lg); box-shadow: var(--shadow-card); width: 100%; height: 460px; object-fit: cover; }
.why-photo .photo-tag {
  position: absolute; left: 18px; bottom: 18px; background: var(--brand-deep); color: #fff;
  border-radius: var(--radius-pill); padding: 9px 18px; font-size: 13px; font-weight: 700; letter-spacing: .04em;
}
.why-list { display: grid; gap: 16px; margin-top: 26px; }
.why-item { display: flex; gap: 14px; align-items: flex-start; }
.why-item .chk {
  width: 26px; height: 26px; border-radius: 50%; background: var(--accent);
  color: #fff; display: flex; align-items: center; justify-content: center; flex: none; margin-top: 2px;
}
.why-item .chk svg { width: 14px; height: 14px; }
.why-item strong { display: block; font-size: 16.5px; }
.why-item span { color: var(--ink-muted); font-size: 15px; }
@media (max-width: 900px) {
  .why-grid { grid-template-columns: 1fr; gap: 32px; }
  .why-photo img { height: 300px; }
}

/* ---------- stat band ---------- */
.stat-band { background: var(--brand-deep); padding-block: 56px; position: relative; overflow: hidden; }
.stat-band .band-mark {
  position: absolute; right: -40px; top: 50%; transform: translateY(-50%) rotate(-6deg);
  width: clamp(180px, 20vw, 300px); opacity: .10; pointer-events: none;
}
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; position: relative; z-index: 2; }
.stat-num { font-family: var(--f-display); font-size: clamp(36px, 4.4vw, 56px); color: var(--accent); line-height: 1; }
.stat-label { color: rgba(255,255,255,.85); font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-top: 8px; }
@media (max-width: 768px) {
  .stat-band { padding-block: 40px; }
  .stat-grid { grid-template-columns: 1fr 1fr; gap: 28px 16px; }
}

/* ---------- proof strip (real jobs) ---------- */
.proof-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 14px; scroll-padding-inline-start: var(--gutter); }
.proof-card { flex: 0 0 300px; scroll-snap-align: start; border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: var(--shadow-card); }
.proof-card img { width: 100%; height: 260px; object-fit: cover; }
.proof-card figcaption { padding: 14px 18px; font-size: 14.5px; font-weight: 700; color: var(--ink); }
.proof-note { margin-top: 14px; color: var(--ink-muted); font-size: 13.5px; }

/* ---------- membership band ---------- */
.member-band { background: linear-gradient(120deg, var(--accent) 0%, #F5813F 100%); position: relative; overflow: hidden; }
.member-band .band-mark {
  position: absolute; right: -50px; bottom: -60px; width: clamp(220px, 26vw, 380px);
  opacity: .14; transform: rotate(-8deg); pointer-events: none; filter: brightness(0) invert(1);
}
.member-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; position: relative; z-index: 2; }
.member-band .eyebrow { color: #fff; }
.member-band .eyebrow::before { background: var(--brand-deep); }
.member-band h2 { font-size: var(--fs-display-md); color: #fff; margin-bottom: 14px; }
.member-band p { color: rgba(255,255,255,.94); font-size: var(--fs-body-lg); }
.member-list { display: grid; gap: 12px; margin-top: 22px; }
.member-list .why-item { color: #fff; }
.member-list .why-item .chk { background: var(--brand-deep); }
.member-list .why-item strong { color: #fff; }
.member-list .why-item span { color: rgba(255,255,255,.88); }
.member-cta {
  background: var(--brand-deep); border-radius: var(--radius-lg); padding: 38px 34px; text-align: center;
  box-shadow: 0 18px 44px rgba(26,28,30,.25);
}
.member-cta h3 { color: #fff; font-size: var(--fs-display-sm); margin-bottom: 10px; }
.member-cta p { color: rgba(255,255,255,.82); font-size: 15px; margin-bottom: 20px; }
@media (max-width: 900px) { .member-grid { grid-template-columns: 1fr; gap: 30px; } }

/* ---------- reviews ---------- */
.reviews { background: var(--paper-alt); }
.rev-summary {
  display: inline-flex; align-items: center; gap: 14px; background: #fff; border-radius: var(--radius-pill);
  box-shadow: var(--shadow-card); padding: 12px 24px; margin-bottom: 38px; flex-wrap: wrap; justify-content: center;
}
.rev-summary .g-badge { width: 34px; height: 34px; border-radius: 50%; background: #4285F4; color: #fff; font-family: Arial; font-weight: 900; font-size: 20px; display: flex; align-items: center; justify-content: center; }
.rev-summary strong { font-size: 18px; }
.rev-summary .stars { color: var(--gold-star); font-size: 18px; letter-spacing: 2px; }
.rev-summary a { font-size: 13.5px; font-weight: 700; }
.rev-track { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 14px; scroll-padding-inline-start: var(--gutter); }
.rev-card {
  flex: 0 0 380px; scroll-snap-align: start; background: #fff; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card); padding: 30px 28px; display: flex; flex-direction: column; gap: 14px;
}
.rev-card .stars { color: var(--gold-star); font-size: 17px; letter-spacing: 3px; }
.rev-card blockquote { font-size: 15.5px; color: var(--ink); flex: 1; }
.rev-who { display: flex; align-items: center; gap: 12px; }
.rev-avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--brand-deep); color: #fff;
  font-weight: 800; font-size: 17px; display: flex; align-items: center; justify-content: center; flex: none;
}
.rev-who strong { display: block; font-size: 15px; }
.rev-who span { font-size: 13px; color: var(--ink-muted); }
.rev-nav { display: flex; gap: 10px; margin-top: 20px; }
.rev-nav button {
  width: 46px; height: 46px; border-radius: 50%; border: 2px solid var(--accent-dark); background: #fff;
  color: var(--accent-dark); font-size: 19px; cursor: pointer; transition: all .15s ease;
}
.rev-nav button:hover { background: var(--accent-dark); color: #fff; }
@media (max-width: 640px) { .rev-card { flex-basis: 86%; } }

/* ---------- comparison ---------- */
.compare-table { width: 100%; min-width: 640px; border-collapse: separate; border-spacing: 0; box-shadow: var(--shadow-card); border-radius: var(--radius-lg); overflow: hidden; }
.compare-hint { display: none; margin-top: 12px; font-size: 13px; color: var(--ink-muted); }
@media (max-width: 700px) { .compare-hint { display: block; } }
.compare-table th, .compare-table td { padding: 16px 22px; text-align: left; font-size: 15.5px; background: #fff; }
.compare-table thead th { background: var(--brand-deep); color: #fff; font-family: var(--f-body); font-weight: 800; text-transform: uppercase; letter-spacing: .06em; font-size: 13.5px; }
.compare-table thead th:first-child { width: 44%; }
.compare-table tbody tr:nth-child(even) td { background: var(--paper-alt); }
.compare-table td.yes { color: var(--accent-dark); font-weight: 800; }
.compare-table td.no { color: #8A8F94; font-weight: 600; }
.compare-wrap { overflow-x: auto; }

/* ---------- claims + financing duo ---------- */
.offers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.offer-card {
  border-radius: var(--radius-lg); padding: 40px 36px; color: #fff; position: relative; overflow: hidden;
  display: flex; flex-direction: column; gap: 12px; align-items: flex-start;
}
.offer-card.claims { background: var(--brand-deep); }
.offer-card.money { background: linear-gradient(130deg, var(--accent-dark) 0%, var(--accent) 90%); }
.offer-card h3 { font-size: var(--fs-display-sm); color: #fff; }
.offer-card p { font-size: 15.5px; color: rgba(255,255,255,.88); flex: 1; }
.offer-card .btn { margin-top: 6px; }
.offer-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(255,255,255,.14); display: flex; align-items: center; justify-content: center; color: #fff; }
.offer-icon svg { width: 27px; height: 27px; }
@media (max-width: 900px) { .offers-grid { grid-template-columns: 1fr; } }

/* ---------- process ---------- */
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card { background: var(--paper-alt); border-radius: var(--radius-lg); padding: 34px 28px; position: relative; }
.step-num { font-family: var(--f-display); font-size: 52px; color: var(--accent); line-height: 1; margin-bottom: 14px; }
.step-card h3 { font-size: var(--fs-display-sm); margin-bottom: 8px; color: var(--brand-deep); }
.step-card p { color: var(--ink-muted); font-size: 15.5px; }
@media (max-width: 900px) { .process-grid { grid-template-columns: 1fr; } }

/* ---------- request service ---------- */
.request { background: var(--paper-alt); }
.req-form {
  background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-card);
  padding: 34px 30px; display: grid; gap: 16px;
}
.req-form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.req-form input, .req-form select, .req-form textarea {
  padding: 14px 16px; border: 1.5px solid var(--rule); border-radius: 10px; font: inherit; width: 100%;
  color: var(--ink);
}
.req-form input:focus, .req-form select:focus, .req-form textarea:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.req-form textarea { resize: vertical; }
.req-form .btn { width: 100%; }
.req-fine { font-size: 12.5px; color: var(--ink-muted); text-align: center; }
@media (max-width: 640px) { .req-form .row2 { grid-template-columns: 1fr; } }

/* ---------- service area ---------- */
.area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.area-col h3 { font-size: var(--fs-display-sm); color: var(--brand-deep); margin-bottom: 16px; }
.city-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.city-pill {
  display: inline-block; padding: 9px 18px; border-radius: var(--radius-pill);
  background: var(--paper-alt); border: 1px solid var(--rule); font-size: 14px; font-weight: 700;
  color: var(--ink); text-decoration: none; transition: all .15s ease;
}
.city-pill:hover, .city-pill.featured { background: var(--accent); border-color: var(--accent); color: #fff; }
@media (max-width: 768px) { .area-grid { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- FAQ ---------- */
.faq { background: var(--paper-alt); }
.faq-list { max-width: 820px; margin-inline: auto; display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 19px 24px; background: none; border: 0; cursor: pointer; text-align: left;
  font-family: var(--f-body); font-size: 16.5px; font-weight: 800; color: var(--ink);
}
.faq-q .fq-icon { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 17px; line-height: 26px; text-align: center; transition: transform .2s ease; }
.faq-item.open .fq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .26s ease; }
.faq-a p { padding: 0 24px 20px; color: var(--ink-muted); font-size: 15.5px; }

/* ---------- final CTA ---------- */
.final-cta { background: var(--brand-deep); position: relative; overflow: hidden; }
.final-cta .cta-mark {
  position: absolute; right: -46px; bottom: -60px; width: clamp(220px, 26vw, 380px);
  opacity: .12; transform: rotate(-7deg); pointer-events: none; z-index: 1;
}
.final-cta .container { position: relative; z-index: 2; text-align: center; }
.final-cta h2 { font-size: var(--fs-display-md); color: #fff; margin-bottom: 12px; }
.final-cta h2 .accent { color: var(--accent); }
.final-cta p { color: rgba(255,255,255,.82); font-size: var(--fs-body-lg); max-width: 560px; margin: 0 auto 28px; }
.final-cta .hero-ctas { margin-bottom: 0; justify-content: center; }

/* ---------- footer ---------- */
.site-footer { background: #101214; color: rgba(255,255,255,.82); font-size: 15px; }
.foot-trust { border-bottom: 1px solid var(--rule-light); padding: 22px 0; }
.foot-trust .container { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding: 56px 0 40px; }
.foot-brand img { width: 170px; margin-bottom: 14px; }
.foot-brand p { font-size: 14.5px; margin-bottom: 16px; }
.foot-col h4 { font-family: var(--f-body); font-weight: 800; font-size: 13.5px; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.foot-col ul { display: grid; gap: 9px; }
.foot-col a { color: rgba(255,255,255,.82); text-decoration: none; font-size: 14.5px; }
.foot-col a:hover { color: var(--accent); }
.foot-call { display: block; font-family: var(--f-display); font-size: 21px; color: #fff; text-decoration: none; margin-bottom: 8px; }
.foot-area { border-top: 1px solid var(--rule-light); padding: 22px 0; font-size: 13.5px; }
.foot-area strong { color: #fff; }
.foot-exit { border-top: 1px solid var(--rule-light); padding: 26px 0; }
.foot-exit .container { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.foot-exit p { font-family: var(--f-display); font-size: 19px; color: #fff; }
.foot-legal { border-top: 1px solid var(--rule-light); padding: 18px 0; font-size: 13px; color: rgba(255,255,255,.55); }
.foot-legal .container { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.back-top {
  position: fixed; right: 18px; bottom: 86px; z-index: 800;
  width: 46px; height: 46px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--accent); color: #fff; font-size: 19px; box-shadow: var(--shadow-card);
  opacity: 0; visibility: hidden; transition: opacity .2s ease;
}
.back-top.show { opacity: 1; visibility: visible; }
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; } }

/* ---------- sticky mobile bar ---------- */
.mobile-bar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 900;
  background: #fff; box-shadow: 0 -6px 24px rgba(26,28,30,.18);
}
.mobile-bar a {
  flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 10px 4px 12px; text-decoration: none; font-size: 11.5px; font-weight: 800;
  letter-spacing: .05em; text-transform: uppercase;
}
.mobile-bar svg { width: 21px; height: 21px; }
.mb-call { background: var(--accent); color: #fff; }
.mb-text { background: #fff; color: var(--brand-deep); }
.mb-book { background: var(--brand-deep); color: #fff; }
@media (max-width: 768px) {
  .mobile-bar { display: flex; }
  body { padding-bottom: 64px; }
  .back-top { bottom: 78px; }
}

/* ---------- scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}
