/* ============================================================
   Steam-Pro modern marketing site — page CSS
   Builds on tokens.css. Overrides h1/h2 to keep them Inter
   (the design system's tokens default h1/h2 to italic Ultra
   wordmark — we want crisp editorial type and only use the
   wordmark italic as a controlled accent).
   ============================================================ */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg-page); color: var(--fg-1); }

img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; }
button { font-family: inherit; }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
.mono { font-family: var(--font-mono); font-feature-settings: "tnum"; }

/* Reset the system defaults — switch to Inter editorial type */
h1, h2, h3, h4 {
  font-family: var(--font-sans);
  font-style: normal;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0;
  font-weight: 800;
  color: var(--sp-ink);
}
h3 { font-weight: 700; letter-spacing: -0.015em; line-height: 1.15; }
h4 { font-weight: 700; letter-spacing: -0.01em; line-height: 1.25; }
p  { margin: 0; }

.eyebrow {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--sp-blue-deep);
}
.eyebrow.on-dark { color: var(--sp-blue-glow); }

.muted { color: var(--sp-slate-mid); }
.muted-h2 { color: var(--sp-slate-mid); font-weight: 800; }

.display-h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.03em;
}
.display-h2.on-dark { color: #fff; }

.lede { font-size: 19px; line-height: 1.65; color: var(--sp-slate); max-width: 64ch; }
.lede.on-dark { color: #cbd5e1; }

.link-arrow {
  font-weight: 600;
  color: var(--sp-blue-deep);
  border-bottom: 1px solid var(--sp-blue-soft);
  padding-bottom: 2px;
  transition: all var(--dur-base) var(--ease-out);
}
.link-arrow:hover { color: var(--sp-royal); border-color: var(--sp-blue-bright); }

/* ============================================================
   Buttons
   ============================================================ */
.btn-primary, .btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.005em;
  cursor: pointer;
  border: 0;
  transition: all var(--dur-base) var(--ease-out);
  white-space: nowrap;
}
.btn-primary {
  background: var(--sp-ink);
  color: #fff;
  box-shadow: 0 8px 24px rgba(11, 18, 32, 0.18), inset 0 0 0 1px rgba(255,255,255,0.04);
}
.btn-primary:hover {
  background: var(--sp-royal);
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(0, 35, 102, 0.35);
  color: #fff;
}
.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.28);
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.btn-lg { padding: 16px 26px; font-size: 15.5px; }
.btn-block { width: 100%; margin-top: 8px; padding: 16px; font-size: 15.5px; }

/* ============================================================
   UTILITY BAR
   ============================================================ */
.util {
  background: var(--sp-ink);
  color: #cbd5e1;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.util-inner {
  max-width: 1240px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 28px;
  gap: 20px;
}
.util .status { display: inline-flex; align-items: center; gap: 10px; font-weight: 500; }
.util .status .sep { color: #475569; }
.util .status .muted { color: #94a3b8; }
.util .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25);
  animation: pulseDot 2s infinite;
}
@keyframes pulseDot {
  0%,100% { box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25); }
  50%     { box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
}
.util-phone {
  color: #fff;
  font-weight: 600;
  display: inline-flex; align-items: center; gap: 7px;
  transition: color var(--dur-base) var(--ease-out);
}
.util-phone:hover { color: var(--sp-blue-glow); }
.util-phone svg { color: var(--sp-blue-glow); }

/* ============================================================
   HEADER
   ============================================================ */
.hdr {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--sp-line);
}
.hdr-inner {
  max-width: 1240px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 28px; gap: 28px;
}
.hdr-brand img { height: 42px; width: auto; display: block; }
.hdr-nav { display: flex; gap: 28px; }
.hdr-nav a {
  color: var(--sp-slate);
  font-weight: 500;
  font-size: 14.5px;
  letter-spacing: -0.005em;
  position: relative;
  padding: 6px 0;
}
.hdr-nav a:hover { color: var(--sp-ink); }
.hdr-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 2px; background: var(--sp-blue-bright); border-radius: 2px;
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--dur-slow) var(--ease-out);
}
.hdr-nav a:hover::after { transform: scaleX(1); }
.hdr-cta {
  background: var(--sp-ink);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all var(--dur-base) var(--ease-out);
}
.hdr-cta:hover { background: var(--sp-royal); transform: translateY(-1px); color: #fff; }
.hdr-cta svg { color: var(--sp-blue-glow); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: clamp(640px, 90vh, 860px);
  display: flex; align-items: center;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  z-index: -2;
  transform: scale(1.05);
  filter: saturate(0.92);
}
.hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 18, 51, 0.55) 0%, rgba(0, 18, 51, 0.7) 60%, rgba(0, 18, 51, 0.92) 100%),
    linear-gradient(90deg, rgba(0, 18, 51, 0.85) 0%, rgba(0, 18, 51, 0.35) 70%, rgba(0, 18, 51, 0.1) 100%);
}
.hero-inner {
  max-width: 1240px; margin: 0 auto; width: 100%;
  padding: 100px 28px 80px;
}
.hero-meta {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  margin-bottom: 36px;
}
.live-pill {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 7px 14px 7px 11px;
  border-radius: 999px;
  font-size: 12.5px; font-weight: 600;
  letter-spacing: 0.01em;
  color: #fff;
}
.live-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.3);
  animation: pulseDot 1.8s infinite;
}
.hero-coord {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.05em;
}
.hero-coord .mono { color: rgba(255,255,255,0.7); }

.hero-h1 {
  font-size: clamp(54px, 8vw, 124px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.045em;
  color: #fff;
  margin: 0 0 28px;
  max-width: 14ch;
}
.hero-h1-italic {
  font-style: italic;
  font-weight: 600;
  color: var(--sp-blue-glow);
  letter-spacing: -0.03em;
}
.hero-sub {
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  max-width: 56ch;
  margin: 0 0 36px;
}
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 64px; }

.hero-foot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 26px;
  max-width: 880px;
}
.hero-foot-item {
  display: flex; flex-direction: column; gap: 6px;
  padding-right: 24px;
}
.hero-foot-item + .hero-foot-item { border-left: 1px solid rgba(255, 255, 255, 0.12); padding-left: 24px; }
.hero-foot-k {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}
.hero-foot-v {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.hero-foot-v .unit {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  margin-left: 4px;
  letter-spacing: 0;
}

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee {
  background: var(--sp-ink);
  color: #fff;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 26px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  white-space: nowrap;
  animation: marquee 50s linear infinite;
  padding-left: 32px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.marquee-track span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.92);
}
.marquee-track .dot-sep {
  font-size: 8px;
  color: var(--sp-blue-bright);
  transform: translateY(-4px);
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================================
   EMERGENCY BAND
   ============================================================ */
.emerg {
  background: var(--grad-emergency);
  color: #fff;
  padding: 22px 28px;
}
.emerg-inner {
  max-width: 1240px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center; gap: 22px;
  flex-wrap: wrap;
}
.emerg-icon { display: inline-flex; }
.emerg-title { font-size: 19px; font-weight: 800; letter-spacing: -0.015em; }
.emerg-sub { font-size: 15px; opacity: 0.92; font-weight: 500; }
.emerg-phone {
  background: #fff;
  color: var(--sp-emergency);
  padding: 10px 22px;
  border-radius: 10px;
  font-weight: 900;
  font-size: 19px;
  letter-spacing: -0.01em;
  transition: all var(--dur-base) var(--ease-out);
  font-variant-numeric: tabular-nums;
}
.emerg-phone:hover { transform: translateY(-1px); color: var(--sp-emergency); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }

/* ============================================================
   SECTION HEAD
   ============================================================ */
.sec-head {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 64px;
}
.sec-head > div { display: flex; flex-direction: column; gap: 14px; }
.sec-head .display-h2 { max-width: 16ch; }
.sec-head .sec-lede {
  font-size: 17px;
  line-height: 1.6;
  color: var(--sp-slate);
  max-width: 42ch;
}
.sec-head.on-dark .sec-lede { color: #cbd5e1; }

/* ============================================================
   SERVICES
   ============================================================ */
.services { padding: 110px 0; }
.svc-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(0, auto);
  gap: 18px;
}
.svc-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: var(--sp-ink);
  color: #fff;
  display: block;
  isolation: isolate;
  transition: transform var(--dur-slow) var(--ease-out), box-shadow var(--dur-slow) var(--ease-out);
  min-height: 360px;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.svc-card:hover .svc-photo { transform: scale(1.06); }
.svc-photo {
  position: absolute; inset: 0; z-index: -2;
  background-size: cover; background-position: center;
  transition: transform 0.8s var(--ease-out);
}
.svc-overlay {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 18, 51, 0.1) 0%, rgba(0, 18, 51, 0.55) 55%, rgba(0, 18, 51, 0.92) 100%);
}
.svc-feature { grid-column: span 6; min-height: 460px; }
.svc-half    { grid-column: span 3; }
.svc-third   { grid-column: span 2; min-height: 320px; }

.svc-tag {
  position: absolute; top: 24px; left: 24px; z-index: 2;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
}
.svc-tag.tag-emerg {
  background: rgba(185, 28, 28, 0.85);
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.svc-content {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 28px;
  display: flex; flex-direction: column; gap: 10px;
}
.svc-num {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.1em;
  font-variant-numeric: tabular-nums;
}
.svc-h3 {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fff;
  font-weight: 800;
}
.svc-feature .svc-h3 { font-size: clamp(34px, 4vw, 52px); max-width: 12ch; }
.svc-p {
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  max-width: 52ch;
  margin-top: 4px;
}
.svc-feature .svc-p { font-size: 16.5px; max-width: 56ch; }
.svc-more {
  margin-top: 12px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--sp-blue-glow);
  letter-spacing: 0.01em;
  display: inline-flex; align-items: center; gap: 6px;
  transition: gap var(--dur-base) var(--ease-out);
}
.svc-card:hover .svc-more { gap: 12px; color: #fff; }

/* ============================================================
   PROCESS
   ============================================================ */
.proc {
  background: var(--sp-surface);
  padding: 120px 0;
  border-top: 1px solid var(--sp-line);
  border-bottom: 1px solid var(--sp-line);
}
.proc-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 64px;
  align-items: start;
}
.proc-steps { list-style: none; margin: 0; padding: 0; }
.proc-steps li {
  display: grid;
  grid-template-columns: 80px 1fr 100px;
  gap: 24px;
  padding: 28px 0;
  border-top: 1px solid var(--sp-line);
  align-items: start;
  position: relative;
}
.proc-steps li:first-child { border-top: 1px solid var(--sp-ink); }
.proc-steps li:last-child { border-bottom: 1px solid var(--sp-line); }
.proc-n {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--sp-ink);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  padding-top: 4px;
}
.proc-steps h4 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sp-ink);
  margin-bottom: 8px;
}
.proc-steps p {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--sp-slate);
  max-width: 52ch;
}
.proc-time {
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sp-slate-mid);
  padding-top: 12px;
}

.proc-side {
  position: sticky; top: 100px;
  display: flex; flex-direction: column; gap: 18px;
}
.proc-photo {
  height: 280px;
  border-radius: 22px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-md);
}
.proc-card {
  background: var(--sp-ink);
  color: #fff;
  padding: 28px;
  border-radius: 22px;
  box-shadow: var(--shadow-md);
}
.proc-card-stat {
  margin: 10px 0 14px;
  display: flex; align-items: baseline; gap: 10px;
}
.proc-card-stat .big {
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.proc-card-stat .unit {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
}
.proc-card-p {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
  margin-bottom: 18px;
}
.proc-card-cta {
  display: inline-flex;
  color: var(--sp-blue-glow);
  font-weight: 700;
  font-size: 14.5px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.proc-card-cta:hover { color: #fff; }

/* ============================================================
   CERTIFIED
   ============================================================ */
.cert { padding: 110px 0; background: #fff; }
.cert-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 72px;
  align-items: center;
}
.cert-mark {
  background: var(--sp-surface);
  border: 1px solid var(--sp-line);
  border-radius: 22px;
  padding: 44px 36px;
  text-align: center;
  display: flex; flex-direction: column; gap: 22px;
  align-items: center;
}
.cert-mark img { max-width: 340px; width: 100%; }
.cert-mark-meta {
  display: flex; flex-direction: column; gap: 4px;
  padding-top: 18px;
  border-top: 1px solid var(--sp-line);
  width: 100%;
  font-size: 12px;
  color: var(--sp-slate-mid);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.cert-mark-meta .mono { color: var(--sp-ink); font-weight: 700; font-size: 13px; }

.cert-text { display: flex; flex-direction: column; gap: 22px; }
.cert-h2 { font-size: clamp(30px, 3.4vw, 46px); max-width: 22ch; }
.cert-lede { font-size: 17px; line-height: 1.65; }

/* ============================================================
   REVIEWS
   ============================================================ */
.rev { padding: 110px 0; background: #fff; border-top: 1px solid var(--sp-line); }
.rev-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 18px;
  margin-bottom: 36px;
}
.rev-card {
  background: var(--sp-surface);
  border: 1px solid var(--sp-line);
  border-radius: 22px;
  padding: 32px 30px;
  display: flex; flex-direction: column;
  transition: all var(--dur-slow) var(--ease-out);
  position: relative;
  overflow: hidden;
  min-height: 340px;
}
.rev-card:hover { border-color: var(--sp-blue-bright); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.rev-stars { color: var(--sp-star); font-size: 17px; letter-spacing: -1px; margin-bottom: 18px; }
.rev-q { margin: 0; }
.rev-q p {
  font-size: 17.5px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--sp-ink);
  font-weight: 500;
  margin: 0;
}
.rev-q.on-dark p { color: #fff; }
.rev-foot {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--sp-line);
}
.rev-foot.on-dark { border-top-color: rgba(255, 255, 255, 0.15); }
.rev-author { display: flex; align-items: center; gap: 12px; }
.rev-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--sp-royal), var(--sp-blue-bright));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 14px;
  letter-spacing: -0.005em;
}
.rev-avatar.on-dark {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.rev-name { font-size: 14.5px; font-weight: 700; color: var(--sp-ink); }
.rev-q.on-dark + .rev-foot .rev-name, .rev-foot.on-dark .rev-name { color: #fff; }
.rev-meta { font-size: 12px; color: var(--sp-slate-mid); margin-top: 2px; }
.rev-foot.on-dark .rev-meta { color: rgba(255, 255, 255, 0.65); }

.rev-featured {
  background-size: cover; background-position: center;
  border: 0;
  min-height: 380px;
  position: relative;
  isolation: isolate;
}
.rev-card-scrim {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(0, 18, 51, 0.25) 0%, rgba(0, 18, 51, 0.7) 60%, rgba(0, 18, 51, 0.92) 100%);
  border-radius: 22px;
}
.rev-card-body {
  display: flex; flex-direction: column; height: 100%;
  padding: 0;
}
.rev-featured .rev-card-body { padding: 0; }
.rev-featured.rev-card { padding: 32px 30px; }

.rev-bottom { text-align: center; padding-top: 12px; }

/* ============================================================
   SERVICE AREA
   ============================================================ */
.area {
  background:
    radial-gradient(circle at 80% 20%, rgba(91, 208, 255, 0.18), transparent 50%),
    linear-gradient(135deg, var(--sp-royal-deep) 0%, var(--sp-royal) 100%);
  color: #fff;
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}
.area::before {
  content: "";
  position: absolute; top: 10%; right: -10%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(30, 144, 255, 0.18), transparent 65%);
  filter: blur(60px);
}
.sec-head.on-dark .display-h2 { color: #fff; }

.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  position: relative;
}
.area-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 40px 36px;
  border-radius: 22px;
  transition: all var(--dur-slow) var(--ease-out);
}
.area-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--sp-blue-bright);
  transform: translateY(-3px);
}
.area-card-head {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 22px;
}
.area-pin {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(91, 208, 255, 0.15);
  border: 1px solid rgba(91, 208, 255, 0.4);
  color: var(--sp-blue-glow);
  display: inline-flex; align-items: center; justify-content: center;
}
.area-card h3 {
  font-size: 28px;
  color: #fff;
  letter-spacing: -0.025em;
  font-weight: 800;
}
.area-tag {
  margin-left: auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sp-blue-glow);
  background: rgba(91, 208, 255, 0.1);
  border: 1px solid rgba(91, 208, 255, 0.3);
  padding: 5px 10px;
  border-radius: 999px;
}
.area-addr {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
  margin-bottom: 24px;
}
.area-phone {
  display: flex; flex-direction: column;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.025em;
  font-variant-numeric: tabular-nums;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 24px;
  transition: color var(--dur-base) var(--ease-out);
}
.area-phone:hover { color: var(--sp-blue-glow); }
.area-phone-meta {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sp-blue-glow);
  margin-top: 4px;
}
.area-counties { display: flex; flex-direction: column; gap: 6px; }
.area-counties-l {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.area-counties-list {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

/* ============================================================
   FORM SECTION
   ============================================================ */
.form-sec { padding: 110px 0; background: var(--sp-surface); }
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.form-left { display: flex; flex-direction: column; gap: 22px; }
.form-lede { font-size: 17px; line-height: 1.65; color: var(--sp-slate); }
.inline-phone { color: var(--sp-blue-deep); font-weight: 700; border-bottom: 1px solid var(--sp-blue-soft); }
.inline-phone:hover { color: var(--sp-royal); }
.form-bullets {
  list-style: none; padding: 0; margin: 12px 0 0;
  display: flex; flex-direction: column; gap: 14px;
}
.form-bullets li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 15.5px; color: var(--sp-ink-soft); font-weight: 500;
}
.b-check {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--sp-blue-bright);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}

.form-card {
  background: #fff;
  border: 1px solid var(--sp-line);
  border-radius: 22px;
  padding: 36px 32px;
  box-shadow: var(--shadow-md);
}
.form-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.form-card label {
  display: flex; flex-direction: column; gap: 6px;
  font-size: 12.5px; font-weight: 600; color: var(--sp-slate);
  letter-spacing: 0.01em;
  margin-bottom: 14px;
}
.form-card input, .form-card select, .form-card textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1.5px solid var(--sp-line);
  border-radius: 12px;
  font-size: 15px;
  font-family: inherit;
  color: var(--sp-ink);
  background: #fff;
  transition: all var(--dur-base) var(--ease-out);
  resize: vertical;
}
.form-card input:focus, .form-card select:focus, .form-card textarea:focus {
  outline: none;
  border-color: var(--sp-blue-bright);
  box-shadow: 0 0 0 3px rgba(30, 144, 255, 0.12);
}
.form-trust {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  font-size: 12px;
  color: var(--sp-slate-mid);
  margin-top: 14px;
}
.form-success-msg {
  display: none;
  background: var(--sp-blue-soft);
  color: var(--sp-blue-deep);
  border: 1px solid var(--sp-blue-bright);
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 14.5px;
  font-weight: 600;
  margin-top: 12px;
}
.form-card.submitted .form-success-msg { display: block; }
.form-card.submitted .form-row,
.form-card.submitted > label:not(.form-success-msg),
.form-card.submitted button,
.form-card.submitted .form-trust { display: none; }

/* ============================================================
   BIG CTA
   ============================================================ */
.big-cta {
  position: relative;
  color: #fff;
  padding: 130px 0 140px;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.big-cta-bg {
  position: absolute; inset: 0; z-index: -2;
  background-size: cover; background-position: center;
  filter: saturate(0.85);
}
.big-cta-scrim {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(0, 18, 51, 0.85), rgba(0, 18, 51, 0.95));
}
.big-cta-inner { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.big-cta-phone {
  font-size: clamp(64px, 12vw, 180px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.94;
  color: #fff;
  font-variant-numeric: tabular-nums;
  display: inline-block;
  transition: color var(--dur-base) var(--ease-out);
}
.big-cta-phone:hover { color: var(--sp-blue-glow); }
.big-cta-phone .paren { color: var(--sp-blue-glow); font-weight: 500; }
.big-cta-p {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  max-width: 56ch;
  margin: 0 auto;
}
.big-cta-row { display: flex; gap: 12px; margin-top: 12px; flex-wrap: wrap; justify-content: center; }

/* ============================================================
   FOOTER
   ============================================================ */
.ftr {
  background: var(--sp-ink);
  color: #cbd5e1;
  padding: 80px 0 28px;
}
.ftr-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ftr-logo {
  height: 54px;
  width: auto;
  margin-bottom: 20px;
  filter: brightness(1.1);
}
.ftr-brand-col p {
  font-size: 14.5px;
  line-height: 1.65;
  color: #94a3b8;
  margin-bottom: 22px;
}
.ftr-seal {
  display: flex; align-items: center; gap: 14px;
  background: rgba(255, 255, 255, 0.04);
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 340px;
  font-size: 12px;
  color: #cbd5e1;
  line-height: 1.55;
}
.ftr-seal img { width: 54px; height: 54px; flex-shrink: 0; }
.ftr-seal strong { color: #fff; display: block; font-size: 13px; font-weight: 700; margin-bottom: 2px; }
.ftr-col h4 {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ftr-col h4.mt { margin-top: 32px; }
.ftr-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.ftr-col li { font-size: 14px; }
.ftr-col a { color: #cbd5e1; transition: color var(--dur-base) var(--ease-out); }
.ftr-col a:hover { color: var(--sp-blue-glow); }
.ftr-phone { color: #fff !important; font-weight: 700; font-size: 15.5px; font-variant-numeric: tabular-nums; }
.ftr-bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  padding-top: 28px;
  font-size: 12.5px;
  color: #64748b;
}
.ftr-bottom .mono { color: #94a3b8; font-size: 11.5px; letter-spacing: 0.05em; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .svc-grid { grid-template-columns: repeat(4, 1fr); }
  .svc-feature { grid-column: span 4; }
  .svc-half    { grid-column: span 2; }
  .svc-third   { grid-column: span 2; min-height: 280px; }
  .ftr-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .ftr-brand-col { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .util-inner { flex-direction: column; gap: 8px; padding: 10px 24px; }
  .util .status .muted { display: none; }
  .hdr-nav { display: none; }
  .sec-head { grid-template-columns: 1fr; gap: 24px; }
  .proc-grid, .cert-inner, .area-grid, .rev-grid, .form-grid { grid-template-columns: 1fr; gap: 36px; }
  .proc-side { position: static; }
  .hero-foot { grid-template-columns: repeat(2, 1fr); row-gap: 18px; }
  .hero-foot-item + .hero-foot-item:nth-child(odd) { border-left: 0; padding-left: 0; }
  .proc-steps li { grid-template-columns: 60px 1fr; }
  .proc-time { grid-column: 2 / 3; padding-top: 0; text-align: left; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 22px; }
  .hero-inner { padding: 70px 22px 60px; }
  .hero-h1 { font-size: clamp(44px, 12vw, 72px); }
  .svc-grid { grid-template-columns: 1fr; }
  .svc-feature, .svc-half, .svc-third { grid-column: span 1; min-height: 340px; }
  .form-row { grid-template-columns: 1fr; }
  .marquee-track { font-size: 22px; }
  .big-cta { padding: 90px 0; }
  .ftr-grid { grid-template-columns: 1fr 1fr; }
  .services, .proc, .cert, .rev, .area, .form-sec { padding: 80px 0; }
}

/* ============================================================
   REVIEWS placeholder note
   ============================================================ */
.rev-note{
  max-width:820px;margin:-20px auto 36px;
  background:var(--sp-blue-soft);
  border:1px dashed var(--sp-blue-bright);
  color:var(--sp-blue-deep);
  padding:12px 20px;border-radius:12px;
  font-size:13.5px;font-weight:600;text-align:center;line-height:1.5;
}

/* ============================================================
   INTERIOR PAGES (service + location)
   ============================================================ */
.hero--page { min-height: clamp(440px, 62vh, 600px); }
.hero--page .hero-inner { padding: 92px 28px 72px; }
.kicker {
  display:inline-flex; align-items:center; gap:9px;
  background: rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  padding:7px 14px; border-radius:999px;
  font-size:12px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase;
  color:#fff; margin-bottom: 24px;
}

.split-sec { padding: 96px 0; }
.split-sec.alt { background: var(--sp-surface); border-top:1px solid var(--sp-line); border-bottom:1px solid var(--sp-line); }
.split { display:grid; grid-template-columns: 1.05fr 1fr; gap:64px; align-items:center; }
.split.flip { grid-template-columns: 1fr 1.05fr; }
/* flipped splits use natural DOM order (text left, photo right) */
.split-media { border-radius:22px; overflow:hidden; box-shadow: var(--shadow-md); aspect-ratio:4/3; background-size:cover; background-position:center; }
.split-body { display:flex; flex-direction:column; gap:18px; }
.split-body h2 { font-size: clamp(28px,3vw,42px); letter-spacing:-0.03em; line-height:1.05; }
.split-body > p { font-size:16.5px; line-height:1.65; color: var(--sp-slate); max-width:54ch; }

.check-list { list-style:none; padding:0; margin:6px 0 0; display:grid; grid-template-columns:1fr 1fr; gap:12px 24px; }
.check-list li { display:flex; gap:10px; font-size:15px; color:var(--sp-ink-soft); font-weight:500; align-items:flex-start; }
.check-list li::before { content:"✓"; display:inline-flex; align-items:center; justify-content:center; width:20px; height:20px; border-radius:50%; background:var(--sp-blue-bright); color:#fff; font-size:12px; font-weight:800; flex-shrink:0; margin-top:2px; }

.page-intro { padding: 90px 0 8px; }
.page-intro .lede { margin-top:16px; }

.chips { display:flex; flex-wrap:wrap; gap:10px; margin-top:10px; }
.chip { background:var(--sp-surface); border:1px solid var(--sp-line); border-radius:999px; padding:8px 16px; font-size:14px; font-weight:600; color:var(--sp-ink-soft); }

.svc-links { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:20px; }
.svc-link { display:flex; flex-direction:column; gap:8px; padding:28px 26px; border:1px solid var(--sp-line); border-radius:18px; background:#fff; transition: all var(--dur-slow) var(--ease-out); }
.svc-link:hover { border-color:var(--sp-blue-bright); box-shadow:var(--shadow-md); transform:translateY(-3px); }
.svc-link h3 { font-size:18px; }
.svc-link p { font-size:14px; color:var(--sp-slate); line-height:1.55; }
.svc-link .svc-more { color:var(--sp-blue-deep); font-weight:700; font-size:13.5px; margin-top:auto; }

@media (max-width:900px){
  .split, .split.flip { grid-template-columns:1fr; gap:32px; }
  .check-list { grid-template-columns:1fr; }
  .svc-links { grid-template-columns:1fr; }
}
