:root {
  --bg: #f3f3f3;
  --bg-2: #ffffff;
  --surface: #ffffff;
  --ink: #1c1c1c;
  --muted: #6b7280;
  --line: #e5e7eb;
  --slate: #3f475f;
  --slate-dark: #2d3545;
  --topbar: #1c1c1c;
  --wa: #25d366;
  --wa-dark: #1ebe57;
  --accent: #dc2626;
  --gold: #d4a017;
  --radius: 12px;
  --radius-sm: 8px;
  --font: Inter, "Segoe UI", sans-serif;
  --max: 80rem;
  --header-h: 148px;
  --shadow: 0 10px 30px rgb(0 0 0 / 0.06);
  --shadow-hero: 0 20px 50px rgb(0 0 0 / 0.3);
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  line-height: 1.6;
}

h1, h2, h3 {
  font-family: var(--font);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0;
  color: var(--ink);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }

::selection {
  background: color-mix(in srgb, var(--slate) 20%, white);
}

.wrap {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1rem;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 100;
  background: var(--slate);
  color: #fff;
  padding: 0.5rem 0.9rem;
  border-radius: var(--radius-sm);
  font-weight: 700;
}
.skip-link:focus { top: 0.75rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.08);
}

.topbar {
  background: var(--topbar);
  color: #d1d5db;
  font-size: 0.75rem;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
}

.topbar-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.topbar a:hover { color: #fff; }
.topbar-note { color: #9ca3af; }
.topbar svg { vertical-align: -2px; }

.header-main {
  background: var(--slate);
  border-bottom: 1px solid var(--slate-dark);
}

.header-main-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 64px;
}

.brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  line-height: 1.15;
  flex-shrink: 0;
  color: #d1d5db;
}
.brand-logo {
  display: block;
  width: auto;
  height: 2.15rem;
  flex-shrink: 0;
  max-width: min(22rem, 58vw);
  object-fit: contain;
}
.brand-logo--footer {
  height: 2.35rem;
  max-width: 20rem;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.brand-name {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: none;
  color: #fff;
}
.brand-tag {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #9ca3af;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex: 0 0 auto;
}

.btn-header,
.btn-header-call {
  flex: 0 0 auto;
  width: auto;
  min-height: 32px;
  padding: 0 0.65rem;
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

.btn-header-call {
  background: transparent;
  color: #fff;
  border: 1px solid rgb(255 255 255 / 0.28);
}
.btn-header-call:hover {
  background: rgb(255 255 255 / 0.1);
}

.nav-bar {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  overflow-x: auto;
  min-height: 48px;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #374151;
  scrollbar-width: none;
}
.nav-inner::-webkit-scrollbar { display: none; }
.nav-inner a { white-space: nowrap; }
.nav-inner a:hover { color: var(--ink); }

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 0.28);
  border-radius: 8px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
}

.nav-toggle-bars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 1.1rem;
}

.nav-toggle-bars span {
  display: block;
  height: 2px;
  width: 100%;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-header.is-nav-open .nav-toggle-bars span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header.is-nav-open .nav-toggle-bars span:nth-child(2) {
  opacity: 0;
}
.site-header.is-nav-open .nav-toggle-bars span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

body.nav-open {
  overflow: hidden;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: var(--radius-sm);
  font-weight: 700;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}
.btn svg { flex-shrink: 0; }
.btn:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

.btn-wa {
  background: var(--wa);
  color: #fff;
}
.btn-wa:hover { background: var(--wa-dark); }
.btn-wa .icon-whatsapp,
.mobile-dock .btn-wa .icon-whatsapp {
  flex-shrink: 0;
  display: block;
}

.btn-call {
  background: #fff;
  color: var(--slate);
}
.btn-call:hover { background: #f3f4f6; }

.btn-lg {
  min-height: 3.25rem;
  padding: 0.85rem 1.5rem;
  font-size: 0.95rem;
  border-radius: 999px;
}

.btn-block { width: 100%; margin-top: 0.65rem; }

.btn-ghost,
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.6rem 1.1rem;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-family: inherit;
}
.btn-primary { background: var(--slate); color: #fff; }
.btn-ghost { background: #fff; color: var(--ink); border: 1px solid var(--line); }

.hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 4rem 0 5.5rem;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, var(--bg), transparent 42%),
    color-mix(in srgb, var(--slate) 60%, transparent);
  backdrop-filter: blur(2px);
}

.hero-copy {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 52rem;
  margin-inline: auto;
}

.hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  color: #fff;
  text-shadow: 0 12px 40px rgb(0 0 0 / 0.35);
  margin-bottom: 1.25rem;
}
.hero h1 span { color: rgb(255 255 255 / 0.8); }

.hero .lede {
  margin: 0 auto 2rem;
  max-width: 36rem;
  color: rgb(255 255 255 / 0.9);
  font-size: 1.15rem;
  font-weight: 500;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  max-width: 40rem;
  margin: 0 auto;
}
.hero-cta .btn { flex: 1; min-width: 12rem; }
.hero-cta .btn-call {
  background: var(--slate);
  color: #fff;
}
.hero-cta .btn-call:hover { background: var(--slate-dark); }

.district-hero {
  min-height: 420px;
  padding: 3.5rem 0 4rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.district-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}
.district-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  margin-bottom: 0.85rem;
  color: #fff;
  text-shadow: 0 12px 40px rgb(0 0 0 / 0.35);
}
.district-hero .lede {
  margin: 0 auto 1.5rem;
  max-width: 38rem;
  color: rgb(255 255 255 / 0.9);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.55;
}

.district-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin: 0 auto;
}
.district-hero-actions .btn {
  flex: 0 1 auto;
  min-width: 11.5rem;
}
.district-hero-actions .btn-call {
  background: var(--slate);
  color: #fff;
}
.district-hero-actions .btn-call:hover {
  background: var(--slate-dark);
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
  font-size: 0.85rem;
  color: rgb(255 255 255 / 0.7);
}
.crumbs a:hover { color: #fff; }

.district-places {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}
.district-places li {
  display: inline-block;
  background: rgb(255 255 255 / 0.92);
  color: var(--slate);
  border: 0;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 650;
}

.promise-strip {
  position: relative;
  z-index: 2;
  margin-top: -3.25rem;
  padding-bottom: 0;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
}

.promise-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 9.5rem;
  display: flex;
  align-items: flex-end;
  background: #fff;
  border: 1px solid rgb(255 255 255 / 0.95);
  border-radius: 1rem;
  padding: 1.25rem 1.2rem 1.2rem;
  box-shadow: 0 12px 32px rgb(28 28 28 / 0.07);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease;
}
.promise-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgb(28 28 28 / 0.11);
}

.promise-bg {
  position: absolute;
  inset: auto;
  top: -12%;
  right: -8%;
  bottom: -12%;
  width: 72%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0.5;
  pointer-events: none;
  transform: rotate(-18deg);
  transform-origin: 70% 55%;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
}
.promise-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  display: block;
}
.promise-card:hover .promise-bg {
  opacity: 0.58;
  transform: rotate(-12deg) scale(1.04);
}

/* Güvenli yükleme: sağ üstte, diğer ikonlarla aynı ölçekte */
.promise-card--load {
  min-height: 11.5rem;
}
.promise-card--load .promise-bg {
  display: none;
}
.promise-card--load::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -0.35rem;
  right: -0.25rem;
  width: 18rem;
  height: 9.25rem;
  background: url("/assets/img/promise/bg-truck.png") no-repeat right center / contain;
  opacity: 0.5;
  pointer-events: none;
  transform: rotate(-28deg);
  transform-origin: 70% 55%;
}
.promise-card--load:hover::after {
  opacity: 0.58;
  transform: rotate(-24deg) scale(1.05);
  transform-origin: 70% 55%;
}
.promise-card--load .promise-copy {
  position: relative;
  z-index: 1;
  max-width: 7.25rem;
}

.promise-copy {
  position: relative;
  z-index: 1;
  max-width: 12rem;
}

.promise-card h3 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.promise-card p {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.35;
  color: var(--muted);
  text-transform: none;
}

.section-heading {
  text-align: center;
}
.section-heading h2 {
  font-size: clamp(1.7rem, 3.5vw, 2.35rem);
  max-width: none;
}
.section-heading::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3px;
  margin: 0.7rem auto 0;
  background: var(--accent);
  border-radius: 2px;
}

.kicker {
  margin: 0 0 0.45rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.section-lede {
  margin-top: 0.65rem;
  max-width: 38rem;
  color: var(--muted);
}
.scene-section {
  background: var(--bg);
  padding-top: 0;
  padding-bottom: 0;
}

.tow-wrap {
  position: relative;
  height: 300vh;
}

.tow-sticky {
  position: sticky;
  top: var(--header-h); /* JS ortalar: top = header + (viewport - header - sahne) / 2 */
  height: auto;
  display: block;
  padding: 0;
  overflow: visible;
  background: transparent;
}

.tow-sticky .wrap {
  width: 100%;
}

.tow-scene {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 1200 / 400;
  overflow: hidden;
  background: transparent;
}

.tow-stage {
  position: absolute;
  left: 0;
  right: 0;
  top: -22%;
  height: 140%;
  transform-origin: 0% 83.93%;
  will-change: transform;
}

.tow-ground {
  display: none;
}

.tow-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.tow-far { z-index: 8; }
.tow-near { z-index: 32; }
.tow-cable { z-index: 46; }

.tow-car,
.tow-truck,
.tow-car-shadow,
.tow-truck-shadow {
  position: absolute;
  user-select: none;
  pointer-events: none;
  max-width: none;
}

.tow-truck {
  left: 0;
  top: 32%;
  width: 63.33%;
  z-index: 40;
}

.tow-car { z-index: 25; }

.tow-car-shadow,
.tow-truck-shadow {
  border-radius: 50%;
  background: rgb(15 23 42 / 0.18);
  filter: blur(6px);
}

.tow-car-shadow { z-index: 20; height: 2.85%; }
.tow-truck-shadow {
  z-index: 35;
  left: 3.33%;
  top: 82.14%;
  width: 58.33%;
  height: 3.57%;
  filter: blur(8px);
}

.services {
  position: relative;
  padding-block: 4.75rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, color-mix(in srgb, var(--slate) 14%, transparent), transparent 55%),
    radial-gradient(ellipse 70% 50% at 0% 100%, color-mix(in srgb, var(--accent) 8%, transparent), transparent 50%),
    linear-gradient(180deg, #ebecee 0%, var(--bg) 40%, #eceef1 100%);
}
.services::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgb(63 71 95 / 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgb(63 71 95 / 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 92%);
  pointer-events: none;
}
.services > .wrap { position: relative; z-index: 1; }

.services h2,
.region h2,
.why h2,
.reviews h2,
.faq h2,
.cta-band h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.35rem);
  max-width: 18ch;
}

.services-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  margin-bottom: 2rem;
}
.services-intro .section-lede {
  margin-top: 0.75rem;
  max-width: 34rem;
}
.services-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.services-actions .btn {
  min-height: 2.75rem;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  font-size: 0.88rem;
}
.services-call-btn {
  background: var(--slate);
  color: #fff;
}
.services-call-btn:hover { background: var(--slate-dark); }

.service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.service-tile {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.95rem;
  align-items: start;
  padding: 1.15rem 1.15rem 1.15rem 1.2rem;
  background: rgb(255 255 255 / 0.88);
  border: 1px solid rgb(255 255 255 / 0.9);
  border-radius: var(--radius);
  box-shadow: 0 1px 0 rgb(255 255 255 / 0.8) inset, 0 8px 24px rgb(28 28 28 / 0.04);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}
.service-tile:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--slate) 22%, white);
  box-shadow: 0 14px 36px rgb(28 28 28 / 0.1);
  background: #fff;
}
.service-tile:focus-visible {
  outline: 2px solid var(--slate);
  outline-offset: 3px;
}

.service-tile--lead {
  background: linear-gradient(135deg, var(--slate) 0%, var(--slate-dark) 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 16px 40px rgb(45 53 69 / 0.28);
  padding: 1.45rem 1.35rem;
}
.service-tile--lead h3,
.service-tile--lead p { color: inherit; }
.service-tile--lead p { color: rgb(255 255 255 / 0.78); }
.service-tile--lead:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg, #4a536b 0%, var(--slate) 100%);
  box-shadow: 0 20px 48px rgb(45 53 69 / 0.35);
  border-color: transparent;
}
.service-tile--lead .service-tile-icon {
  background: rgb(255 255 255 / 0.12);
  color: #fff;
  border-color: rgb(255 255 255 / 0.16);
}
.service-tile--lead .service-tile-go {
  color: rgb(255 255 255 / 0.7);
  background: rgb(255 255 255 / 0.1);
}

.service-tile-icon {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #f1f3f6;
  color: var(--slate);
  border: 1px solid rgb(63 71 95 / 0.06);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), background 0.28s ease, color 0.28s ease;
}
.service-tile:hover .service-tile-icon {
  transform: scale(1.06);
  background: color-mix(in srgb, var(--accent) 12%, white);
  color: var(--accent);
}
.service-tile--lead:hover .service-tile-icon {
  background: rgb(255 255 255 / 0.18);
  color: #fff;
  transform: scale(1.06);
}

.service-tile-body h3 {
  margin: 0.1rem 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.service-tile-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.service-tile-go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-top: 0.35rem;
  border-radius: 999px;
  color: var(--slate);
  background: #f3f4f6;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), background 0.28s ease, color 0.28s ease;
}
.service-tile:hover .service-tile-go {
  transform: translateX(3px);
  background: var(--accent);
  color: #fff;
}
.service-tile--lead:hover .service-tile-go {
  background: #fff;
  color: var(--slate);
}

.district-chips {
  list-style: none;
  margin: 1.5rem 0 3rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.district-chips li { padding: 0; }
.district-chips a {
  display: inline-block;
  border: 1px solid color-mix(in srgb, var(--slate) 14%, white);
  background: #fff;
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--slate);
  transition: border-color 0.2s ease, color 0.2s ease;
}
.district-chips a:hover { border-color: var(--slate); color: var(--slate); }

.why {
  position: relative;
  padding-block: 5rem;
  background: linear-gradient(165deg, #2a3140 0%, var(--slate-dark) 48%, #252b38 100%);
  color: #fff;
  overflow: hidden;
}
.why::before {
  content: "";
  position: absolute;
  width: 28rem;
  height: 28rem;
  right: -8rem;
  top: -10rem;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 28%, transparent), transparent 68%);
  pointer-events: none;
}
.why > .wrap { position: relative; z-index: 1; }

.why-head {
  text-align: center;
  margin-bottom: 2rem;
}
.why h2 {
  color: #fff;
  max-width: 16ch;
  margin-inline: auto;
}
.why .kicker {
  color: #fca5a5;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgb(255 255 255 / 0.1);
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 24px 60px rgb(0 0 0 / 0.22);
}

.why-item {
  background: rgb(255 255 255 / 0.04);
  padding: 1.45rem 1.35rem 1.5rem;
  transition: background 0.25s ease;
}
.why-item:hover {
  background: rgb(255 255 255 / 0.08);
}

.why-num {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #fca5a5;
  font-variant-numeric: tabular-nums;
}

.why-item h3 {
  margin: 0;
  color: #fff;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.why-item p {
  margin: 0.55rem 0 0;
  color: rgb(255 255 255 / 0.62);
  font-size: 0.94rem;
  line-height: 1.55;
  max-width: 34rem;
}

.region {
  border-top: 0;
  padding-block: 4.75rem;
  background: #f7f7f8;
}
.region-head {
  max-width: 40rem;
  margin-bottom: 2.25rem;
}
.region h2 { max-width: 18ch; }
.region-head .section-lede {
  margin-top: 0.75rem;
}

.district-blog {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.district-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--line) 80%, transparent);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 28px rgb(28 28 28 / 0.04);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}
.district-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--slate) 18%, white);
  box-shadow: 0 18px 44px rgb(28 28 28 / 0.1);
}
.district-card:focus-visible {
  outline: 2px solid var(--slate);
  outline-offset: 3px;
}

.district-card-media {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8eaee;
}
.district-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.district-card:hover .district-card-media img {
  transform: scale(1.04);
}

.district-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.15rem 1.2rem 1.3rem;
}

.district-card-meta {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--slate);
  line-height: 1.4;
}

.district-card h3,
.district-card .district-card-title {
  margin: 0.45rem 0 0;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.district-card-excerpt {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
  flex: 1;
}

.district-card-more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}
.district-card-more::after {
  content: "→";
  transition: transform 0.25s ease;
}
.district-card:hover .district-card-more::after {
  transform: translateX(3px);
}

.district-card--promo {
  cursor: default;
  background: linear-gradient(165deg, #2a3140 0%, var(--slate-dark) 100%);
  border-color: transparent;
  color: #fff;
}
.district-card--promo:hover {
  transform: none;
  box-shadow: 0 8px 28px rgb(28 28 28 / 0.04);
  border-color: transparent;
}
.district-card--promo:hover .district-card-media img {
  transform: none;
}
.district-card--promo .district-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgb(37 43 56 / 0.55) 100%);
  pointer-events: none;
}
.district-card--promo .district-card-media {
  position: relative;
}
.district-card--promo .district-card-meta {
  color: #fca5a5;
}
.district-card--promo h3 {
  color: #fff;
}
.district-card--promo .district-card-excerpt {
  color: rgb(255 255 255 / 0.72);
}
.district-card-more--static {
  color: rgb(255 255 255 / 0.55);
}
.district-card-more--static::after {
  content: none;
}
.district-card--promo:hover .district-card-more--static::after {
  transform: none;
}

.district-card--featured {
  border-color: transparent;
  box-shadow: 0 16px 48px rgb(28 28 28 / 0.08);
}
.district-card--featured .district-card-media {
  aspect-ratio: 16 / 9;
}
.district-card--featured h3 {
  font-size: clamp(1.45rem, 3vw, 1.85rem);
}
.district-card--featured .district-card-excerpt {
  font-size: 1rem;
  max-width: 40rem;
}
.district-card--featured .district-card-body {
  padding: 1.4rem 1.4rem 1.55rem;
}

.region-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.region-list li { display: flex; gap: 0.65rem; align-items: flex-start; }
.region-list svg { flex-shrink: 0; margin-top: 0.15rem; color: var(--slate); }

.reviews {
  position: relative;
  padding-block: 5rem;
  background: linear-gradient(165deg, #2a3140 0%, var(--slate-dark) 48%, #252b38 100%);
  color: #fff;
  overflow: hidden;
}
.reviews::before {
  content: "";
  position: absolute;
  width: 28rem;
  height: 28rem;
  left: -10rem;
  bottom: -12rem;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 24%, transparent), transparent 68%);
  pointer-events: none;
}
.reviews > .wrap { position: relative; z-index: 1; }

.reviews-head {
  text-align: center;
  margin-bottom: 2rem;
}
.reviews h2 {
  color: #fff;
  margin-inline: auto;
}
.reviews .kicker { color: #fca5a5; }

.reviews-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: 1rem 0 0;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.08);
  border: 1px solid rgb(255 255 255 / 0.1);
  font-size: 0.88rem;
  color: rgb(255 255 255 / 0.78);
}
.reviews-score-value {
  font-weight: 900;
  font-size: 1.05rem;
  color: #fff;
  letter-spacing: -0.03em;
}
.reviews-score .stars { color: var(--gold); }
.reviews-score-count { opacity: 0.85; }

.review-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.65rem;
  align-items: center;
}

.review-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.35rem 0.15rem 0.75rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.review-track::-webkit-scrollbar { display: none; }

.review-card {
  margin: 0;
  flex: 0 0 100%;
  min-width: 0;
  scroll-snap-align: start;
  background: rgb(255 255 255 / 0.06);
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: var(--radius);
  padding: 1.35rem 1.25rem 1.4rem;
  box-shadow: none;
  color: #fff;
}
.review-card blockquote {
  margin: 0.85rem 0 1rem;
  color: rgb(255 255 255 / 0.78);
  font-size: 0.96rem;
  line-height: 1.55;
}
.review-card figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  font-size: 0.88rem;
  color: rgb(255 255 255 / 0.55);
}
.review-card figcaption strong { color: #fff; font-weight: 700; }

.stars { display: flex; gap: 0.12rem; color: var(--gold); }
.stars .star { opacity: 0.28; }
.stars .star.is-filled { opacity: 1; }
.stars svg { fill: currentColor; stroke: none; }

.review-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.16);
  background: rgb(255 255 255 / 0.08);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  flex-shrink: 0;
}
.review-nav:hover {
  background: rgb(255 255 255 / 0.14);
  border-color: rgb(255 255 255 / 0.28);
}
.review-nav:disabled {
  opacity: 0.35;
  cursor: default;
}
.review-nav:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.reviews-cta {
  display: flex;
  justify-content: center;
  margin-top: 1.75rem;
}
.btn-review {
  min-height: 2.9rem;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  background: #fff;
  color: var(--slate-dark);
  font-weight: 800;
  font-size: 0.92rem;
}
.btn-review:hover {
  background: #f3f4f6;
}
.faq {
  padding-block: 4.75rem;
  background: #fff;
  border-top: 1px solid var(--line);
}
.faq-wrap { max-width: 44rem; }
.faq-head {
  margin-bottom: 1.75rem;
}
.faq-head h2 { max-width: 18ch; }
.faq-lede {
  margin-top: 0.75rem;
  max-width: 36rem;
}

.faq-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}

.faq-item {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  font-weight: 800;
  padding: 1.15rem 0.15rem;
  letter-spacing: -0.02em;
  transition: color 0.2s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--slate); }
.faq-q {
  font-size: 1.02rem;
  line-height: 1.35;
}

.faq-icon {
  position: relative;
  width: 1.85rem;
  height: 1.85rem;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.25s ease;
}
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--slate);
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.faq-icon::before {
  width: 10px;
  height: 1.5px;
  transform: translate(-50%, -50%);
}
.faq-icon::after {
  width: 1.5px;
  height: 10px;
  transform: translate(-50%, -50%);
}
.faq-item[open] .faq-icon {
  background: var(--slate);
  border-color: var(--slate);
}
.faq-item[open] .faq-icon::before,
.faq-item[open] .faq-icon::after {
  background: #fff;
}
.faq-item[open] .faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.faq-a {
  padding: 0 2.5rem 1.25rem 0.15rem;
}
.faq-a p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
  max-width: 38rem;
}
.cta-band {
  background: var(--slate);
  color: #fff;
  padding-block: 3.25rem;
}
.cta-band .kicker { color: #fca5a5; }
.cta-band h2 { color: #fff; margin-top: 0.35rem; }
.cta-band p { margin: 0.5rem 0 0; color: #d1d5db; }
.cta-inner { display: grid; gap: 1.5rem; }
.cta-band .btn-call { background: #fff; color: var(--slate); }

.site-footer {
  background: var(--topbar);
  color: #9ca3af;
  padding-bottom: 5.5rem;
}
.site-footer .brand-name { color: #fff; }
.site-footer .brand-tag { color: #6b7280; }

.footer-grid {
  display: grid;
  gap: 2rem;
  padding-block: 3rem 1.5rem;
}

.footer-brand { margin-bottom: 0.75rem; }
.footer-about { margin: 0.75rem 0 0; max-width: 22rem; font-size: 0.95rem; }
.footer-heading { font-size: 0.95rem; color: #fff; margin-bottom: 0.75rem; letter-spacing: 0; font-weight: 800; }

.footer-links,
.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
  font-size: 0.95rem;
}
.footer-links a:hover,
.footer-contact a:hover { color: #fff; }
.footer-contact li { display: flex; gap: 0.55rem; align-items: flex-start; }
.footer-contact svg { flex-shrink: 0; margin-top: 0.15rem; color: var(--wa); }
.footer-contact .icon-whatsapp {
  margin-top: 0.05rem;
  color: var(--wa);
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-block: 1.25rem 2rem;
  border-top: 1px solid #2a2a2a;
  font-size: 0.84rem;
}

.footer-districts { margin: 0 0 1.5rem; }
.footer-districts a {
  background: #252525;
  border-color: #333;
  color: #d1d5db;
}

.mobile-dock {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
  background: #fff;
  border-top: 1px solid var(--line);
}
.mobile-dock .btn {
  min-height: 2.8rem;
  border-radius: 999px;
  font-size: 0.88rem;
}

.not-found { padding: 5rem 0 6rem; }
.not-found h1 { margin-top: 0.75rem; font-size: clamp(2rem, 5vw, 3rem); }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.district-body {
  padding: 3.25rem 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.district-seo {
  max-width: 46rem;
  margin: 0 auto 2.5rem;
  text-align: left;
}
.district-seo .kicker {
  text-align: center;
}
.district-seo h2 {
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  max-width: 22ch;
  margin-inline: auto;
  text-align: center;
}
.district-seo-body {
  max-height: 18rem;
  margin-top: 1.25rem;
}
.district-seo.is-open .district-seo-body {
  max-height: none;
}
.district-seo:not(.is-open) .district-seo-body::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 5rem;
  background: linear-gradient(transparent, #fff);
  pointer-events: none;
}
.district-seo .seo-toggle {
  display: block;
  margin-inline: auto;
}

.district-points {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  width: 100%;
}
.district-points li {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-height: 8.75rem;
  display: flex;
  align-items: flex-end;
  padding: 1.3rem 1.25rem 1.25rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: 0 10px 28px rgb(28 28 28 / 0.05);
}
.district-point-bg {
  position: absolute;
  inset: auto;
  top: -18%;
  right: -12%;
  bottom: -18%;
  width: 78%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0.55;
  pointer-events: none;
  transform: rotate(-16deg);
  transform-origin: 70% 55%;
}
.district-point-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  display: block;
}
.district-point--load {
  min-height: 11.5rem;
}
.district-point--load .district-point-bg {
  display: none;
}
.district-point--load::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -0.35rem;
  right: -0.25rem;
  width: 18rem;
  height: 9.25rem;
  background: url("/assets/img/promise/bg-truck.png") no-repeat right center / contain;
  opacity: 0.5;
  pointer-events: none;
  transform: rotate(-28deg);
  transform-origin: 70% 55%;
}
.district-point--load .district-point-copy {
  position: relative;
  z-index: 1;
  max-width: 7.25rem;
}
.district-point-copy {
  position: relative;
  z-index: 1;
  max-width: 14rem;
}
.district-points strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.district-points .district-point-copy span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.4;
}

.district-others {
  padding: 3rem 0 3.5rem;
  background: #f7f7f8;
}
.district-others h2 {
  font-size: 1.45rem;
  margin-bottom: 1.35rem;
  text-align: center;
}

.district-carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.65rem;
  align-items: center;
}
.district-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.25rem 0.1rem 0.65rem;
  scrollbar-width: none;
}
.district-track::-webkit-scrollbar { display: none; }
.district-card--slide {
  flex: 0 0 100%;
  min-width: 0;
  scroll-snap-align: start;
}
.district-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--slate);
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.district-nav:hover {
  border-color: color-mix(in srgb, var(--slate) 30%, white);
  background: #fff;
}
.district-nav:disabled {
  opacity: 0.35;
  cursor: default;
}
.district-others-cta {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.district-others-cta .btn {
  min-height: 2.85rem;
  padding: 0.65rem 1.35rem;
  border-radius: 999px;
}

.district-faq-section {
  padding: 3.5rem 0 4.5rem;
  background: #fff;
  border-top: 1px solid var(--line);
}
.district-faq-wrap {
  max-width: 42rem;
  margin-inline: auto;
}
.district-faq-head {
  text-align: center;
  margin-bottom: 1.5rem;
}
.district-faq-head h2 {
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  max-width: 20ch;
  margin-inline: auto;
}

.seo-section {
  padding-block: 4rem 5rem;
  border-top: 1px solid var(--line);
  background: var(--bg);
}
.seo-article { max-width: 46rem; }
.seo-article h2 {
  margin-top: 0.4rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
  max-width: none;
}
.seo-article-body {
  position: relative;
  max-height: 18rem;
  overflow: hidden;
  margin-top: 1.25rem;
}
.seo-article-body h3 {
  margin: 1.35rem 0 0.45rem;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.seo-article-body h3:first-child { margin-top: 0.35rem; }
.seo-article-body p { color: var(--muted); margin: 0 0 1rem; }
.seo-article.is-open .seo-article-body { max-height: none; }
.seo-article:not(.is-open) .seo-article-body::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 5rem;
  background: linear-gradient(transparent, var(--bg));
  pointer-events: none;
}
.btn.seo-toggle {
  margin-top: 0.65rem;
  background: #fff;
  color: var(--slate);
  border: 1px solid var(--line);
}

@media (min-width: 640px) {
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-tile--lead { grid-column: 1 / -1; }
  .why-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 860px) {
  .why-item { padding: 1.7rem 1.6rem 1.75rem; }
}

@media (min-width: 968px) {
  .service-grid { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
  .service-tile--lead {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 1.65rem 1.6rem;
  }
  .service-tile--lead .service-tile-body h3 { font-size: 1.35rem; }
  .service-tile--lead .service-tile-body p { max-width: 42rem; font-size: 1rem; }
  .service-tile--lead .service-tile-icon {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 12px;
  }
}

@media (min-width: 768px) {
  .district-points {
    grid-template-columns: repeat(3, 1fr);
  }
  .district-card--slide {
    flex-basis: calc((100% - 1rem) / 2);
  }
  .district-blog {
    grid-template-columns: 1fr 1fr;
    gap: 1.35rem;
  }
  .district-card--featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    align-items: stretch;
  }
  .district-card--featured .district-card-media {
    aspect-ratio: auto;
    min-height: 100%;
    height: 100%;
  }
  .district-card--featured .district-card-body {
    justify-content: center;
    padding: 1.75rem 1.75rem 1.85rem;
  }
  .review-card {
    flex-basis: calc((100% - 1rem) / 2);
  }
  .cta-inner { grid-template-columns: 1fr auto; align-items: center; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
  .mobile-dock { display: none; }
  .site-footer { padding-bottom: 0; }
}

@media (min-width: 1100px) {
  .district-blog {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
  }
  .district-card--featured {
    grid-column: 1 / -1;
  }
  .district-card--slide {
    flex-basis: calc((100% - 2rem) / 3);
  }
  .review-card {
    flex-basis: calc((100% - 2rem) / 3);
  }
}

.districts-index .district-card h2.district-card-title,
.district-card .district-card-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: inherit;
}

.page-hero {
  padding: 2.75rem 0 2.5rem;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, color-mix(in srgb, var(--slate) 12%, transparent), transparent 55%),
    linear-gradient(180deg, #f3f4f6 0%, #fff 100%);
  border-bottom: 1px solid var(--line);
}
.page-hero-inner {
  max-width: 40rem;
  text-align: center;
  margin-inline: auto;
}
.page-hero h1 {
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  margin: 0 0 0.75rem;
  letter-spacing: -0.03em;
}
.page-hero .lede {
  margin: 0 auto 1.35rem;
  max-width: 36rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}
.crumbs--dark {
  color: var(--muted);
  margin-bottom: 0.85rem;
}
.crumbs--dark a { color: var(--slate); }
.crumbs--dark a:hover { color: var(--ink); }

.districts-index {
  padding: 2.75rem 0 3.5rem;
  background: #fff;
}
.districts-index .district-blog {
  margin-top: 0;
}

.region .district-carousel {
  margin-top: 0.35rem;
}
.region .district-others-cta {
  margin-top: 1.35rem;
}

@media (max-width: 900px) {
  :root { --header-h: 96px; }
  .topbar-note { display: none; }
  .brand-logo { height: 1.85rem; max-width: 70vw; }
  .header-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-bar {
    display: none;
    border-bottom: 1px solid var(--line);
  }
  .site-header.is-nav-open .nav-bar {
    display: block;
  }
  .nav-inner {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    overflow: visible;
    min-height: 0;
    padding: 0.5rem 1.15rem 1.25rem;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
  }
  .nav-inner > a {
    padding: 0.9rem 0.35rem;
    border-bottom: 1px solid var(--line);
    text-transform: none;
    font-weight: 700;
    letter-spacing: 0;
  }
  .promise-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  .tow-wrap {
    height: 260vh;
  }
  .district-hero-actions {
    flex-direction: column;
  }
  .district-hero-actions .btn {
    width: 100%;
    min-width: 0;
  }
  .hero { min-height: 420px; padding: 3rem 0 4.5rem; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; min-width: 0; }
}

@media (max-width: 520px) {
  .promise-grid { grid-template-columns: 1fr 1fr; }
}
