@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --bg-990: #06080d;
  --bg-970: #090d14;
  --bg-940: #0d131d;
  --surface-900: #121a27;
  --surface-860: #172131;
  --surface-820: #1c2739;
  --brand-red: #e11d2f;
  --brand-red-strong: #ff2438;
  --brand-green: #2fda77;
  --brand-green-strong: #5af09a;
  --text-050: #f7f9fd;
  --text-150: #dce3f1;
  --text-250: #b8c2d6;
  --text-350: #95a2ba;
  --line-strong: rgba(225, 29, 47, 0.5);
  --line-soft: rgba(148, 164, 190, 0.26);
  --line-faint: rgba(148, 164, 190, 0.14);
  --shadow-lg: 0 22px 44px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 14px 30px rgba(0, 0, 0, 0.32);
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --space-1: 0.4rem;
  --space-2: 0.7rem;
  --space-3: 1rem;
  --space-4: 1.35rem;
  --space-5: 1.8rem;
  --space-6: 2.3rem;
  --space-7: 3rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text-050);
  line-height: 1.62;
  background:
    radial-gradient(1200px 700px at 15% -20%, rgba(225, 29, 47, 0.2), transparent 58%),
    radial-gradient(900px 680px at 85% 15%, rgba(82, 97, 119, 0.22), transparent 62%),
    linear-gradient(160deg, var(--bg-990), var(--bg-970) 52%, var(--bg-940));
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.33;
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent 26%),
    repeating-linear-gradient(
      -16deg,
      rgba(148, 164, 190, 0.07) 0,
      rgba(148, 164, 190, 0.07) 1px,
      transparent 1px,
      transparent 13px
    );
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 80%);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 1rem;
  color: var(--text-150);
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  font-family: "Chakra Petch", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.1rem, 2rem + 2.2vw, 3.7rem);
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.45rem, 1.25rem + 1.3vw, 2.35rem);
  margin-bottom: 1rem;
}

h3 {
  font-size: clamp(1.15rem, 1.04rem + 0.55vw, 1.56rem);
  margin-bottom: 0.62rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input,
textarea,
button {
  font: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--brand-red-strong);
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  left: 14px;
  top: -110px;
  background: var(--brand-red);
  color: #fff;
  padding: 0.65rem 0.88rem;
  border-radius: 10px;
  z-index: 3000;
}

.skip-link:focus {
  top: 12px;
}

.container {
  width: min(1240px, 92vw);
  margin-inline: auto;
}

.page-shell {
  display: grid;
  gap: clamp(1.1rem, 0.7rem + 1.3vw, 2.2rem);
  padding-top: clamp(0.2rem, 0.2rem + 0.6vw, 1rem);
}

.section {
  padding: clamp(1.6rem, 1.1rem + 2.3vw, 3.8rem) 0;
}

.section-shell {
  border: 1px solid var(--line-faint);
  background: linear-gradient(165deg, rgba(23, 33, 49, 0.82), rgba(12, 19, 30, 0.88));
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: clamp(1.2rem, 1rem + 1vw, 2rem);
  position: relative;
  overflow: clip;
}

.section-shell::after {
  content: "";
  position: absolute;
  inset: auto -20% -45% auto;
  width: 65%;
  height: 75%;
  background: radial-gradient(circle at 50% 50%, rgba(225, 29, 47, 0.18), transparent 70%);
  pointer-events: none;
}

.content-rail {
  width: min(760px, 100%);
}

.surface-card {
  border-radius: var(--radius-md);
  border: 1px solid var(--line-faint);
  background: linear-gradient(160deg, rgba(28, 39, 57, 0.88), rgba(16, 23, 36, 0.94));
  box-shadow: var(--shadow-md);
}

.kpi-band {
  border: 1px solid var(--line-faint);
  background: linear-gradient(160deg, rgba(28, 39, 57, 0.55), rgba(10, 16, 25, 0.68));
  border-radius: var(--radius-md);
  padding: clamp(0.85rem, 0.7rem + 0.8vw, 1.35rem);
}

.map-shell {
  border: 1px solid var(--line-faint);
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, rgba(20, 29, 43, 0.82), rgba(11, 16, 25, 0.9));
  box-shadow: var(--shadow-md);
  padding: clamp(0.75rem, 0.6rem + 0.8vw, 1.1rem);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1200;
  border-bottom: 1px solid var(--line-faint);
  backdrop-filter: blur(14px);
  background: linear-gradient(to bottom, rgba(6, 9, 14, 0.95), rgba(8, 12, 19, 0.88));
  transition: background 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}

body.is-scrolled .site-header {
  background: linear-gradient(to bottom, rgba(6, 9, 14, 0.98), rgba(8, 12, 19, 0.94));
  border-bottom-color: var(--line-soft);
}

.header-inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}

body.is-scrolled .header-inner {
  min-height: 74px;
}

.brand {
  width: clamp(190px, 22vw, 330px);
  height: clamp(46px, 5.6vw, 64px);
  display: block;
  overflow: hidden;
  position: relative;
}

.brand::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 2px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(225, 29, 47, 0.85), transparent);
  opacity: 0.62;
  pointer-events: none;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.site-nav {
  margin-left: auto;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 0.52rem;
}

.nav-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.36rem 0.98rem;
  border-radius: 999px;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--text-250);
  border: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.nav-list a:hover {
  color: var(--text-050);
  border-color: rgba(148, 164, 190, 0.38);
  background: rgba(28, 39, 57, 0.44);
}

.nav-list a.is-active {
  color: #fff;
  border-color: rgba(225, 29, 47, 0.5);
  background: linear-gradient(135deg, rgba(225, 29, 47, 0.28), rgba(225, 29, 47, 0.1));
}

.header-quick {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.nav-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid var(--line-soft);
  background: rgba(21, 31, 46, 0.85);
  color: var(--text-050);
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 600;
  cursor: pointer;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 0.6rem 1.24rem;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.24s ease, background 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-sm {
  min-height: 39px;
  padding: 0.34rem 0.88rem;
  font-size: 0.88rem;
}

.btn-call {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-red-strong));
  box-shadow: 0 10px 20px rgba(225, 29, 47, 0.32);
}

.btn-call:hover {
  box-shadow: 0 14px 28px rgba(225, 29, 47, 0.48);
}

.btn-whatsapp {
  color: #091015;
  background: linear-gradient(135deg, var(--brand-green), var(--brand-green-strong));
  box-shadow: 0 10px 20px rgba(47, 218, 119, 0.3);
}

.btn-whatsapp:hover {
  box-shadow: 0 14px 28px rgba(47, 218, 119, 0.44);
}

.btn-outline {
  color: var(--text-050);
  border-color: rgba(148, 164, 190, 0.36);
  background: linear-gradient(165deg, rgba(148, 164, 190, 0.16), rgba(148, 164, 190, 0.05));
}

.btn-outline:hover {
  border-color: rgba(225, 29, 47, 0.45);
}

.kicker {
  margin: 0 0 0.6rem;
  color: #ff6d7b;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
}

.lead {
  font-size: clamp(1.01rem, 0.98rem + 0.3vw, 1.16rem);
  color: var(--text-150);
  max-width: 67ch;
}

.response-line {
  font-weight: 700;
  color: var(--text-050);
}

.hero {
  padding-top: clamp(1.6rem, 1.1rem + 2.3vw, 3.8rem);
}

.hero-grid {
  display: grid;
  gap: clamp(1rem, 0.8rem + 1.5vw, 2rem);
  align-items: stretch;
}

.hero-copy {
  max-width: 730px;
  padding: clamp(1rem, 0.8rem + 1vw, 1.6rem);
  border-radius: var(--radius-md);
  border: 1px solid var(--line-faint);
  background: linear-gradient(160deg, rgba(28, 39, 57, 0.42), rgba(10, 16, 25, 0.58));
}

.cta-row,
.cta-cluster {
  margin-top: 1.18rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.66rem;
}

.hero-tags {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
}

.hero-tags li {
  border: 1px solid rgba(148, 164, 190, 0.35);
  color: var(--text-250);
  border-radius: 999px;
  padding: 0.26rem 0.72rem;
  font-size: 0.85rem;
  background: rgba(16, 23, 36, 0.6);
}

.hero-media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line-faint);
  box-shadow: var(--shadow-lg);
  background: #0f1621;
}

.hero-media img {
  width: 100%;
  min-height: 290px;
  max-height: 500px;
  object-fit: cover;
}

.hero-media figcaption {
  font-size: 0.85rem;
  padding: 0.66rem 0.95rem 0.76rem;
  color: var(--text-250);
  border-top: 1px solid var(--line-faint);
  background: linear-gradient(160deg, rgba(19, 27, 40, 0.9), rgba(10, 16, 25, 0.95));
}

.trust-section {
  padding-top: 0.2rem;
}

.section-title {
  margin-bottom: 1rem;
}

.stat-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.stat-card {
  border: 1px solid var(--line-faint);
  border-radius: var(--radius-sm);
  padding: 0.95rem 1rem 0.86rem;
  background: linear-gradient(155deg, rgba(28, 39, 57, 0.66), rgba(12, 19, 30, 0.8));
}

.stat-value {
  margin: 0;
  font-family: "Chakra Petch", sans-serif;
  font-size: 1.52rem;
  color: #fff;
}

.stat-label {
  margin: 0.22rem 0 0;
  color: var(--text-350);
  font-size: 0.92rem;
}

.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 1.1rem;
}

.text-link {
  color: #ff717f;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.service-preview-grid,
.service-grid,
.review-grid,
.process-grid,
.policy-grid,
.footer-grid {
  display: grid;
  gap: 0.92rem;
}

.service-preview-grid {
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
}

.panel-card,
.service-card,
.review-card {
  border: 1px solid var(--line-faint);
  border-radius: var(--radius-md);
  padding: 1.08rem;
  background: linear-gradient(158deg, rgba(29, 40, 58, 0.88), rgba(13, 20, 31, 0.94));
  box-shadow: var(--shadow-md);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.panel-card:hover,
.service-card:hover,
.review-card:hover {
  transform: translateY(-3px);
  border-color: rgba(225, 29, 47, 0.42);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}

.panel-card h3,
.service-card h3,
.review-card h3 {
  margin-bottom: 0.45rem;
}

.area-grid {
  display: grid;
  gap: 1.1rem;
  align-items: stretch;
}

.coverage-copy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
}

.coverage-support {
  margin-top: auto;
  padding: 1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line-faint);
  background: linear-gradient(165deg, rgba(23, 33, 49, 0.9), rgba(12, 19, 30, 0.96));
}

.coverage-support-title {
  margin: 0 0 0.6rem;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  color: #fff;
}

.coverage-zone-list {
  display: grid;
  gap: 0.52rem;
}

.coverage-zone-item {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0.5rem;
  align-items: center;
  padding: 0.45rem 0.55rem;
  border: 1px solid var(--line-faint);
  border-radius: 10px;
  background: rgba(14, 21, 32, 0.52);
}

.coverage-zone-label {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 600;
  color: var(--text-250);
  font-size: 0.9rem;
}

.coverage-zone-value {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--text-150);
  line-height: 1.45;
}

.coverage-note {
  margin: 0.75rem 0 0;
  color: var(--text-250);
  font-size: 0.95rem;
}

.coverage-link {
  margin-top: 0.66rem;
  display: inline-flex;
  width: fit-content;
  color: #ff6a79;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.coverage-teaser,
.map-figure {
  margin: 0;
  border: 1px solid var(--line-faint);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: linear-gradient(165deg, rgba(24, 34, 50, 0.86), rgba(13, 20, 31, 0.94));
  box-shadow: var(--shadow-md);
  padding: 0.5rem;
}

.coverage-teaser img,
.map-figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.coverage-map {
  width: 100%;
  border: 1px solid rgba(148, 164, 190, 0.34);
  border-radius: 10px;
  background: #0f1724;
}

.coverage-map-home {
  height: clamp(410px, 44vw, 600px);
}

.coverage-map-detail {
  height: clamp(520px, 72vw, 820px);
}

.review-grid {
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
}

.review-card {
  position: relative;
  overflow: hidden;
}

.review-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, var(--brand-red), transparent);
}

.review-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.55rem;
}

.reviewer {
  margin: 0;
  font-weight: 800;
  color: #fff;
}

.stars {
  color: #ffd55c;
  letter-spacing: 0.05em;
  font-size: 0.94rem;
}

.review-source {
  margin: 0;
  color: var(--text-350);
  font-size: 0.87rem;
}

.review-quote {
  margin: 0.5rem 0 0;
}

.cta-strip {
  padding-top: 0.85rem;
}

.cta-strip-inner {
  border: 1px solid rgba(225, 29, 47, 0.38);
  border-radius: var(--radius-lg);
  padding: clamp(1.15rem, 1rem + 1.1vw, 2rem);
  background:
    linear-gradient(162deg, rgba(225, 29, 47, 0.22), rgba(18, 26, 39, 0.5)),
    linear-gradient(60deg, rgba(148, 164, 190, 0.2), rgba(12, 19, 30, 0.42));
  box-shadow: var(--shadow-lg);
}

.cta-strip-inner h2 {
  margin-bottom: 0.5rem;
}

.page-hero {
  padding-top: clamp(1.4rem, 1rem + 1.8vw, 3rem);
}

.service-grid {
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
}

.process-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.rating-summary {
  border: 1px solid var(--line-faint);
  border-radius: var(--radius-lg);
  padding: clamp(1.2rem, 1rem + 0.9vw, 1.8rem);
  background: linear-gradient(162deg, rgba(225, 29, 47, 0.18), rgba(16, 23, 36, 0.78));
  box-shadow: var(--shadow-md);
  width: 100%;
  max-width: none;
  margin-inline: auto;
  position: relative;
  overflow: clip;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem 1.2rem;
  align-items: center;
}

.rating-summary::after {
  content: "";
  position: absolute;
  inset: auto -12% -56% auto;
  width: 52%;
  height: 82%;
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(225, 29, 47, 0.22), transparent 72%);
}

.rating-main {
  margin: 0;
  font-family: "Chakra Petch", sans-serif;
  font-size: 2.2rem;
  color: #fff;
  grid-column: 1;
  z-index: 1;
}

.rating-sub {
  margin: 0;
  color: var(--text-250);
  grid-column: 1;
  z-index: 1;
}

.rating-summary .btn {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  align-self: center;
  white-space: nowrap;
  z-index: 1;
}

.contact-layout {
  display: grid;
  gap: 1.1rem;
}

.contact-rail {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

.contact-cards {
  display: grid;
  gap: 0.95rem;
}

.panel-muted {
  color: var(--text-350);
}

.contact-accent-panel {
  border: 1px solid var(--line-faint);
  border-radius: var(--radius-md);
  padding: 1.05rem;
  background:
    linear-gradient(162deg, rgba(225, 29, 47, 0.18), rgba(14, 22, 34, 0.9)),
    linear-gradient(145deg, rgba(25, 36, 53, 0.9), rgba(11, 17, 26, 0.96));
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: clip;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.contact-accent-panel::after {
  content: "";
  position: absolute;
  inset: auto -20% -48% auto;
  width: 66%;
  height: 74%;
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(225, 29, 47, 0.2), transparent 72%);
}

.contact-accent-title {
  margin: 0 0 0.56rem;
  color: #fff;
  font-size: clamp(1.05rem, 1rem + 0.3vw, 1.22rem);
}

.contact-accent-list {
  margin: 0;
  display: grid;
  gap: 0.54rem;
}

.contact-accent-list li {
  position: relative;
  padding-left: 0.98rem;
  color: var(--text-150);
  line-height: 1.45;
}

.contact-accent-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ff7885;
}

.contact-accent-link {
  margin-top: auto;
  padding-top: 0.82rem;
  width: fit-content;
  display: inline-flex;
  color: #ff6a79;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-accent-link:hover {
  color: #ff8f9a;
}

.quote-form-wrap {
  border: 1px solid var(--line-faint);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  background: linear-gradient(160deg, rgba(29, 40, 58, 0.86), rgba(13, 20, 31, 0.96));
  box-shadow: var(--shadow-md);
}

.quote-form-wrap form {
  display: grid;
  gap: 0.68rem;
}

.quote-form-wrap label {
  font-weight: 700;
  font-family: "Chakra Petch", sans-serif;
  color: #fff;
}

.quote-form-wrap input,
.quote-form-wrap textarea {
  width: 100%;
  border: 1px solid rgba(148, 164, 190, 0.44);
  border-radius: 11px;
  background: rgba(8, 12, 18, 0.7);
  color: var(--text-050);
  padding: 0.66rem 0.78rem;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.quote-form-wrap input:focus,
.quote-form-wrap textarea:focus {
  border-color: rgba(225, 29, 47, 0.65);
  box-shadow: 0 0 0 2px rgba(225, 29, 47, 0.22);
}

.quote-form-wrap input::placeholder,
.quote-form-wrap textarea::placeholder {
  color: rgba(184, 194, 214, 0.82);
}

.quote-form-wrap input.invalid,
.quote-form-wrap textarea.invalid {
  border-color: #ff6d7b;
}

.btn-submit {
  margin-top: 0.5rem;
  width: fit-content;
}

.form-status {
  margin: 0.2rem 0 0;
  min-height: 1.4em;
  font-weight: 700;
}

.form-status.success {
  color: #98f7c1;
}

.form-status.error {
  color: #ff9ba4;
}

.map-figure .coverage-map {
  border: 0;
  border-radius: 0;
}

.leaflet-container {
  font-family: "Manrope", sans-serif;
  color: #0d1219;
}

.leaflet-control-attribution {
  font-size: 10px;
}

.borough-label {
  background: rgba(12, 17, 25, 0.9);
  color: #f4f7fc;
  border: 1px solid rgba(148, 164, 190, 0.56);
  border-radius: 6px;
  padding: 2px 5px;
  font-size: 11px;
  font-weight: 700;
  box-shadow: none;
  white-space: nowrap;
}

.borough-label::before {
  display: none;
}

.borough-label.core {
  border-color: rgba(225, 29, 47, 0.82);
}

.borough-label.surrounding {
  border-color: rgba(245, 200, 200, 0.7);
}

.map-legend {
  margin-top: 0.88rem;
  padding: 0.7rem 0.75rem 0.18rem;
  border-radius: 10px;
  border: 1px solid var(--line-faint);
  background: rgba(13, 20, 31, 0.52);
}

.map-legend p {
  margin-bottom: 0.58rem;
}

.legend-dot {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 0.45rem;
  vertical-align: middle;
}

.legend-core {
  background: rgba(225, 29, 47, 0.9);
}

.legend-surrounding {
  background: rgba(240, 91, 91, 0.42);
  border: 1px solid rgba(240, 91, 91, 0.7);
}

.legend-outside {
  background: rgba(38, 50, 70, 0.5);
  border: 1px solid rgba(154, 163, 178, 0.75);
}

.legend-note {
  margin-top: 0.7rem;
  font-size: 0.94rem;
}

.legend-list {
  font-size: 0.94rem;
}

.policy-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.site-footer {
  margin-top: 1rem;
  border-top: 1px solid var(--line-faint);
  background: linear-gradient(to top, rgba(6, 9, 14, 0.98), rgba(8, 12, 19, 0.92));
}

.footer-grid {
  padding: 1.55rem 0;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.footer-grid > div {
  display: grid;
  grid-template-rows: auto minmax(30px, auto) minmax(30px, auto);
  align-content: start;
  row-gap: 0.2rem;
}

.footer-grid > div > p {
  margin: 0;
}

.footer-title {
  margin: 0 0 0.3rem;
  font-family: "Chakra Petch", sans-serif;
  font-size: 1.22rem;
  color: #fff;
}

.footer-small {
  max-width: 40ch;
  line-height: 1.45;
}

.footer-bottom {
  padding: 0.96rem 0 1.2rem;
  border-top: 1px solid var(--line-faint);
  display: grid;
  gap: 0.52rem;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-250);
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1300;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: rgba(7, 10, 16, 0.98);
  border-top: 1px solid var(--line-faint);
  box-shadow: 0 -12px 26px rgba(0, 0, 0, 0.45);
}

.sticky-cta a {
  text-align: center;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-right: 1px solid var(--line-faint);
}

.sticky-cta a:last-child {
  border-right: 0;
}

.sticky-cta a:nth-child(1) {
  background: linear-gradient(to top, rgba(225, 29, 47, 0.45), rgba(225, 29, 47, 0.12));
}

.sticky-cta a:nth-child(2) {
  background: linear-gradient(to top, rgba(47, 218, 119, 0.45), rgba(47, 218, 119, 0.12));
  color: #0a1710;
}

.sticky-cta a:nth-child(3) {
  background: linear-gradient(to top, rgba(148, 164, 190, 0.3), rgba(148, 164, 190, 0.08));
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px) scale(0.985);
  filter: blur(1px);
}

[data-reveal][data-reveal-style="slide-left"] {
  transform: translateX(-26px);
}

[data-reveal][data-reveal-style="slide-right"] {
  transform: translateX(26px);
}

[data-reveal][data-reveal-style="scale"] {
  transform: scale(0.94);
}

[data-reveal][data-reveal-style="lift"] {
  transform: translateY(28px);
}

[data-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0) scale(1);
  transition:
    opacity 0.66s ease,
    transform 0.72s cubic-bezier(0.2, 0.7, 0.15, 1),
    filter 0.72s ease;
  transition-delay: var(--reveal-delay, 0s);
}

@media (min-width: 860px) {
  .sticky-cta {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }

  .area-grid {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  }

  .contact-layout {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    align-items: stretch;
  }

  .contact-rail {
    min-height: 100%;
  }

  .contact-accent-panel {
    min-height: 210px;
  }

  .contact-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1160px) {
  body[data-page="reviews"] .review-grid-shell {
    max-width: 980px;
    margin-inline: auto;
    padding: clamp(1rem, 0.88rem + 0.55vw, 1.3rem);
  }

  body[data-page="reviews"] .review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .brand {
    width: clamp(176px, 30vw, 280px);
  }
}

@media (max-width: 860px) {
  .header-quick {
    display: none;
  }

  .header-inner {
    min-height: 74px;
    grid-template-columns: auto auto;
    grid-template-areas:
      "brand toggle"
      "nav nav";
    padding: 0.62rem 0;
  }

  .brand {
    grid-area: brand;
  }

  .nav-toggle {
    grid-area: toggle;
    display: inline-flex;
    justify-self: end;
  }

  .site-nav {
    grid-area: nav;
    width: 100%;
    margin-left: 0;
    display: none;
  }

  body.nav-open .site-nav {
    display: block;
  }

  .nav-list {
    border-top: 1px solid var(--line-faint);
    padding-top: 0.68rem;
    flex-wrap: wrap;
    gap: 0.42rem;
  }

  .nav-list li {
    flex: 1 1 calc(50% - 0.42rem);
  }

  .nav-list a {
    width: 100%;
    min-height: 44px;
  }

  .section {
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
  }

  .section-shell {
    padding: 1.02rem;
  }

  .hero-copy {
    padding: 0.95rem;
  }

  .coverage-map-home {
    height: 365px;
  }

  .rating-summary {
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }

  .rating-summary .btn {
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
    white-space: normal;
  }

  .contact-accent-panel {
    margin-top: 0;
    min-height: auto;
    flex: initial;
  }

  .coverage-support {
    margin-top: 0;
  }

  .coverage-map-detail {
    height: 500px;
  }

  .footer-bottom {
    padding-bottom: 5rem;
  }
}

@media (max-width: 480px) {
  .btn,
  .btn-sm {
    width: 100%;
  }

  .coverage-zone-item {
    grid-template-columns: 1fr;
    gap: 0.32rem;
  }

  .cta-row,
  .cta-cluster {
    gap: 0.52rem;
  }

  .hero-tags li {
    font-size: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
