:root {
  --navy-950: #07111f;
  --navy-900: #071a33;
  --navy-800: #0b2749;
  --steel-700: #42526a;
  --steel-500: #6b778c;
  --steel-200: #d8dee8;
  --mist-100: #f4f6f9;
  --mist-200: #e9eef5;
  --white: #ffffff;
  --red: #d71920;
  --red-dark: #a90f16;
  --green: #16a34a;
  --green-dark: #0f7a38;
  --amber: #f4b740;
  --signal: #39d98a;
  --ink: #172033;
  --shadow: 0 24px 70px rgba(7, 17, 31, 0.18);
  --hard-shadow: 12px 12px 0 rgba(7, 17, 31, 0.12);
  --radius: 8px;
  --content: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(135deg, transparent 0 74%, rgba(215, 25, 32, 0.055) 74% 75%, transparent 75%),
    linear-gradient(90deg, rgba(7, 26, 51, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #eef3f8 0%, #ffffff 42%, var(--mist-200) 100%);
  background-size: 100% 520px, 58px 58px, auto;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

body.reveal-ready .reveal {
  opacity: 0.96;
  transform: translateY(8px);
  transition: opacity 520ms ease, transform 520ms ease;
}

body.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

button,
summary {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy-900);
  border-radius: var(--radius);
  transition: top 180ms ease;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1220px, calc(100% - 28px));
  min-height: 74px;
  margin: 12px auto 0;
  padding: 12px 14px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(244, 183, 64, 0.13), transparent 24%),
    rgba(7, 17, 31, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 50%, calc(100% - 28px) 100%, 0 100%);
  backdrop-filter: blur(18px);
  box-shadow: var(--hard-shadow);
  transition: background 180ms ease, transform 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(7, 17, 31, 0.92);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  filter: drop-shadow(4px 4px 0 rgba(7, 17, 31, 0.28));
}

.brand-mark img {
  width: 46px;
  height: 46px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
}

.brand small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.82);
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.9rem;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  outline: none;
}

.site-nav .nav-call {
  flex: 0 0 auto;
  white-space: nowrap;
  color: var(--white);
  background: var(--red);
  box-shadow: 5px 5px 0 rgba(244, 183, 64, 0.24);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-button[aria-expanded="true"] span:first-child {
  transform: translateY(7px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 850px;
  color: var(--white);
  overflow: hidden;
  background: var(--navy-950);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 57%, rgba(244, 183, 64, 0.92) 57% 57.45%, transparent 57.45%),
    linear-gradient(115deg, transparent 0 64%, rgba(215, 25, 32, 0.82) 64% 64.45%, transparent 64.45%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 54px);
  pointer-events: none;
  z-index: 1;
}

.hero-media,
.hero-overlay {
  position: absolute;
}

.hero-media {
  top: 104px;
  right: 0;
  bottom: 48px;
  width: min(58vw, 760px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-right: 0;
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
  box-shadow: -26px 26px 0 rgba(7, 17, 31, 0.42);
}

.hero-overlay {
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.95) contrast(1.05);
}

.hero-overlay {
  background:
    linear-gradient(135deg, rgba(244, 183, 64, 0.12) 0 18%, transparent 18% 100%),
    linear-gradient(90deg, rgba(7, 17, 31, 1) 0%, rgba(7, 17, 31, 0.95) 44%, rgba(7, 17, 31, 0.2) 72%, rgba(7, 17, 31, 0.1) 100%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.1) 0%, rgba(7, 17, 31, 0.86) 100%);
  z-index: 2;
}

.hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.58fr);
  gap: 42px;
  align-items: center;
  width: var(--content);
  min-height: 850px;
  margin: 0 auto;
  padding: 150px 0 92px;
}

.hero-copy {
  position: relative;
  max-width: 780px;
  padding-left: 28px;
}

.hero-copy::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 8px;
  left: 0;
  width: 7px;
  background: linear-gradient(180deg, var(--amber), var(--red));
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--amber);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 24px;
  font-size: clamp(2.65rem, 6.4vw, 6.1rem);
  line-height: 0.94;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero-lead {
  max-width: 720px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.04rem, 2vw, 1.3rem);
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 18px;
  color: var(--white);
  border-radius: 2px;
  font-weight: 900;
  box-shadow: 7px 7px 0 rgba(7, 17, 31, 0.28);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translate(-2px, -2px);
  box-shadow: 10px 10px 0 rgba(7, 17, 31, 0.28);
  filter: brightness(1.03);
  outline: none;
}

.button-red {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
}

.button-green {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
}

.button-icon {
  display: inline-grid;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  padding: 5px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  font-size: 0.9rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.dispatch-card {
  position: relative;
  padding: 22px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(7, 26, 51, 0.92), rgba(7, 17, 31, 0.76)),
    rgba(244, 246, 249, 0.1);
  border: 1px solid rgba(244, 183, 64, 0.4);
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
  backdrop-filter: blur(18px);
  box-shadow: 12px 12px 0 rgba(215, 25, 32, 0.35), -1px -1px 0 rgba(255, 255, 255, 0.12) inset;
}

.dispatch-code {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 10px;
  color: var(--navy-950);
  background: var(--amber);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.dispatch-card strong {
  display: block;
  margin-left: 28px;
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.dispatch-card p {
  color: rgba(255, 255, 255, 0.78);
}

.pulse-dot {
  position: absolute;
  top: 64px;
  left: 24px;
  width: 13px;
  height: 13px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.68);
  animation: pulse 1800ms infinite;
}

.route-radar {
  position: relative;
  height: 210px;
  margin: 18px 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    rgba(255, 255, 255, 0.06);
  background-size: 34px 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.route-radar::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px dashed rgba(244, 183, 64, 0.54);
  transform: skewX(-12deg);
}

.radar-line {
  position: absolute;
  left: 18%;
  right: 16%;
  height: 2px;
  background: var(--signal);
  transform-origin: left center;
}

.line-a {
  top: 46%;
  transform: rotate(-22deg);
}

.line-b {
  top: 48%;
  transform: rotate(26deg);
}

.radar-pin {
  position: absolute;
  display: inline-flex;
  min-width: 76px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  color: var(--white);
  background: rgba(7, 17, 31, 0.82);
  border: 1px solid rgba(57, 217, 138, 0.48);
  font-size: 0.75rem;
  font-weight: 900;
}

.pin-main {
  top: 42%;
  left: 31%;
  color: var(--navy-950);
  background: var(--signal);
  animation: pinPulse 1800ms infinite;
}

.pin-a { top: 16%; left: 58%; }
.pin-b { top: 60%; left: 61%; }
.pin-c { top: 70%; left: 20%; }
.pin-d { top: 24%; left: 12%; }

.dispatch-steps {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.dispatch-steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 40px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.dispatch-steps span {
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
}

.dispatch-card dl {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.dispatch-card dl div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
}

.dispatch-card dt {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.dispatch-card dd {
  margin: 0;
  font-weight: 800;
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 14px rgba(22, 163, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0);
  }
}

@keyframes pinPulse {
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 8px rgba(57, 217, 138, 0.12);
  }
}

.emergency-ribbon {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: var(--content);
  margin: -54px auto 0;
  background: var(--navy-950);
  box-shadow: var(--hard-shadow);
}

.emergency-ribbon a {
  position: relative;
  min-height: 118px;
  padding: 22px 24px;
  color: var(--white);
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.emergency-ribbon a::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: var(--red);
}

.emergency-ribbon a:nth-child(2)::before,
.emergency-ribbon a:nth-child(4)::before {
  background: var(--green);
}

.emergency-ribbon strong,
.emergency-ribbon span {
  position: relative;
  display: block;
}

.emergency-ribbon strong {
  font-size: 1.12rem;
}

.emergency-ribbon span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.66);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: var(--content);
  margin: 26px auto 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  gap: 12px;
}

.proof-strip div {
  position: relative;
  padding: 24px;
  border-right: 0;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-900), var(--navy-800));
  box-shadow: 8px 8px 0 rgba(7, 17, 31, 0.1);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.proof-icon,
.tile-icon,
.service-icon {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.proof-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 14px;
  color: var(--amber);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  color: var(--white);
  font-size: 1.02rem;
}

.proof-strip span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
}

.route-intent-section {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: 26px;
  align-items: stretch;
}

.route-map-panel {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(244, 183, 64, 0.13) 0 18%, transparent 18%),
    linear-gradient(155deg, rgba(57, 217, 138, 0.12), transparent 50%),
    var(--navy-950);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--hard-shadow);
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 0 100%);
}

.route-map-grid {
  position: absolute;
  inset: 30px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px);
  background-size: 52px 52px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform: skewX(-7deg);
}

.route-track {
  position: absolute;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--amber), var(--red));
  box-shadow: 0 0 28px rgba(57, 217, 138, 0.26);
  transform-origin: left center;
}

.track-bogaz {
  left: 30%;
  top: 37%;
  width: 48%;
  transform: rotate(-16deg);
}

.track-villa {
  left: 30%;
  top: 48%;
  width: 38%;
  transform: rotate(19deg);
}

.track-kuzey {
  left: 31%;
  top: 57%;
  width: 50%;
  transform: rotate(38deg);
}

.route-node {
  position: absolute;
  z-index: 2;
  display: grid;
  min-width: 162px;
  gap: 4px;
  padding: 13px 14px;
  color: var(--white);
  background: rgba(11, 39, 73, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, background 180ms ease;
}

.route-node::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  width: 18px;
  height: 18px;
  background: var(--signal);
  border: 4px solid rgba(255, 255, 255, 0.2);
  transform: translateY(-50%);
}

.route-node:hover,
.route-node:focus-visible {
  transform: translateY(-5px);
  background: var(--navy-800);
  outline: none;
}

.route-node strong {
  color: var(--white);
  font-size: 1rem;
}

.route-node span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.route-home {
  left: 22%;
  top: 43%;
  color: var(--navy-950);
  background: var(--amber);
  border-color: rgba(244, 183, 64, 0.5);
}

.route-home::before {
  background: var(--red);
}

.route-home strong,
.route-home span {
  color: var(--navy-950);
}

.route-bogaz {
  right: 9%;
  top: 22%;
}

.route-sahil {
  right: 8%;
  top: 42%;
}

.route-villa {
  left: 8%;
  top: 20%;
}

.route-ic {
  left: 7%;
  bottom: 20%;
}

.route-kuzey {
  right: 11%;
  bottom: 14%;
}

.route-intent-copy {
  display: grid;
  align-content: center;
  padding: 30px;
  background: var(--white);
  border: 1px solid rgba(7, 26, 51, 0.08);
  box-shadow: 8px 8px 0 rgba(7, 17, 31, 0.07);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
}

.route-intent-copy h2 {
  margin: 10px 0 16px;
  color: var(--navy-900);
  font-size: clamp(2rem, 3.6vw, 3.45rem);
  line-height: 1;
}

.route-intent-copy p {
  color: var(--steel-700);
}

.intent-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 16px;
}

.intent-mini-grid a {
  display: grid;
  min-height: 180px;
  align-content: start;
  padding: 18px;
  background: var(--mist-100);
  border-top: 4px solid var(--red);
  box-shadow: 5px 5px 0 rgba(7, 17, 31, 0.05);
}

.intent-mini-grid a:nth-child(2n) {
  border-top-color: var(--green);
}

.intent-mini-grid img {
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  padding: 6px;
  background: #fff4d4;
  box-shadow: 4px 4px 0 rgba(215, 25, 32, 0.14);
}

.intent-mini-grid strong {
  color: var(--navy-900);
}

.intent-mini-grid span {
  margin-top: 8px;
  color: var(--steel-700);
  font-size: 0.92rem;
}

.section {
  width: var(--content);
  margin: 0 auto;
  padding: 72px 0 0;
}

.visual-showcase {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  align-items: stretch;
}

.visual-card {
  position: relative;
  display: grid;
  grid-column: span 4;
  min-height: 470px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 0;
  box-shadow: var(--hard-shadow);
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%);
}

.visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(115deg, transparent 0 44%, rgba(244, 183, 64, 0.16) 44% 45%, transparent 45% 100%);
  opacity: 0.55;
  transform: translateX(-18%);
  transition: transform 420ms ease, opacity 420ms ease;
  pointer-events: none;
}

.visual-card:first-child {
  grid-column: span 6;
  grid-row: span 2;
  min-height: 640px;
}

.visual-card:nth-child(2),
.visual-card:nth-child(3) {
  grid-column: span 6;
}

.visual-card:nth-child(7) {
  grid-column: span 12;
  min-height: 430px;
}

.visual-card picture,
.visual-card picture::after {
  position: absolute;
  inset: 0;
}

.visual-card picture::after {
  content: "";
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.08), rgba(7, 17, 31, 0.84));
  z-index: 1;
}

.visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 680ms ease, filter 680ms ease;
}

.visual-card .tile-icon-img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.visual-card:hover img,
.visual-card:focus-within img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.03);
}

.visual-card:hover::before,
.visual-card:focus-within::before {
  opacity: 0.9;
  transform: translateX(12%);
}

.visual-card div {
  position: relative;
  z-index: 2;
  align-self: end;
  max-width: 620px;
  padding: 28px;
}

.visual-card h2 {
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  line-height: 1.04;
}

.visual-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.tile-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  padding: 9px;
  color: var(--navy-950);
  background: var(--amber);
  border-radius: 2px;
  box-shadow: 5px 5px 0 rgba(215, 25, 32, 0.42);
}

.tile-icon-img,
.hub-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 2px;
  box-shadow: 5px 5px 0 rgba(215, 25, 32, 0.42);
}

.intro-grid,
.route-section,
.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: start;
}

.intro-grid h2,
.section-heading h2,
.route-panel h2,
.split-copy h2,
.keyword-tile h2,
.faq-section h2,
.final-cta h2 {
  color: var(--navy-900);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.03;
  letter-spacing: 0;
}

.intro-copy {
  display: grid;
  gap: 18px;
  padding-top: 10px;
  color: var(--steel-700);
  font-size: 1.08rem;
}

.intro-copy p {
  margin: 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 24px;
}

.section-heading.compact {
  align-items: start;
}

.section-heading p {
  color: var(--steel-700);
  font-size: 1.03rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 1fr;
  gap: 16px;
}

.service-card {
  display: flex;
  flex-direction: column;
  grid-column: span 4;
  min-height: 310px;
  padding: 24px;
  background: var(--white);
  border: 1px solid rgba(7, 26, 51, 0.1);
  border-radius: 0;
  box-shadow: 8px 8px 0 rgba(7, 17, 31, 0.07);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.service-card.featured {
  grid-column: span 4;
  min-height: 310px;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(244, 183, 64, 0.18) 0 18%, transparent 18%),
    linear-gradient(135deg, rgba(7, 26, 51, 0.98), rgba(11, 39, 73, 0.94)),
    var(--navy-900);
}

.service-card.tall {
  grid-column: span 4;
  min-height: 310px;
  background: #fff7e3;
}

.card-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--navy-900);
  background: var(--amber);
  border-radius: 2px;
  font-weight: 900;
}

.service-card h3 {
  color: var(--navy-900);
  font-size: 1.35rem;
  line-height: 1.14;
}

.service-card.featured h3,
.service-card.featured p,
.service-card.featured li {
  color: var(--white);
}

.service-card p,
.service-card li {
  color: var(--steel-700);
}

.service-card ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 18px;
  padding-left: 20px;
}

.service-icon {
  width: 24px;
  height: 24px;
}

.card-link {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  color: var(--red);
  font-weight: 900;
}

.card-link::after,
.text-link::after {
  content: "→";
  margin-left: 8px;
  transition: transform 160ms ease;
}

.card-link:hover::after,
.card-link:focus-visible::after,
.text-link:hover::after,
.text-link:focus-visible::after {
  transform: translateX(4px);
}

.service-card.featured .card-link {
  color: var(--amber);
}

.page-link-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 1fr;
  gap: 12px;
}

.page-link-card {
  display: grid;
  min-height: 230px;
  align-content: start;
  padding: 20px;
  background: var(--white);
  border: 1px solid rgba(7, 26, 51, 0.08);
  border-radius: 0;
  box-shadow: 7px 7px 0 rgba(7, 17, 31, 0.07);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.page-link-card:hover,
.page-link-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(7, 17, 31, 0.12);
  outline: none;
}

.page-link-card:hover .hub-icon,
.page-link-card:focus-visible .hub-icon {
  transform: rotate(-3deg) translateY(-2px);
}

.page-link-card strong {
  color: var(--navy-900);
  font-size: 1.1rem;
}

.page-link-card .hub-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  transition: transform 180ms ease;
}

.page-link-card span {
  margin-top: 8px;
  color: var(--steel-700);
  font-size: 0.94rem;
}

.route-section {
  align-items: stretch;
}

.route-panel {
  padding: 34px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(57, 217, 138, 0.12) 0 24%, transparent 24%),
    var(--navy-900);
  border-radius: 0;
  box-shadow: var(--hard-shadow);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
}

.route-panel h2 {
  color: var(--white);
}

.route-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.text-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--amber);
  font-weight: 900;
}

.area-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.area-chip {
  min-height: 46px;
  padding: 10px;
  color: var(--navy-900);
  background: var(--white);
  border: 1px solid var(--steel-200);
  border-radius: 0;
  cursor: pointer;
  font-weight: 900;
}

.area-chip.active {
  color: var(--white);
  background: var(--navy-900);
  border-color: var(--navy-900);
}

.area-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.area-list article {
  padding: 18px;
  background: var(--white);
  border: 1px solid rgba(7, 26, 51, 0.08);
  border-radius: 0;
  box-shadow: 6px 6px 0 rgba(7, 17, 31, 0.06);
}

.area-list article.is-hidden {
  display: none;
}

.area-list h3 {
  margin-bottom: 6px;
  color: var(--navy-900);
  font-size: 1rem;
}

.area-list p {
  margin: 0;
  color: var(--steel-700);
  font-size: 0.94rem;
}

.split-section {
  align-items: center;
}

.split-copy p {
  color: var(--steel-700);
  font-size: 1.04rem;
}

.check-stack {
  display: grid;
  gap: 14px;
}

.check-stack div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 8px 14px;
  padding: 22px;
  background: var(--white);
  border-left: 5px solid var(--red);
  border-radius: 0;
  box-shadow: 8px 8px 0 rgba(7, 17, 31, 0.07);
}

.check-stack span {
  grid-row: span 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 2px;
  font-weight: 900;
}

.check-stack strong {
  color: var(--navy-900);
  font-size: 1.1rem;
}

.check-stack p {
  margin: 0;
  color: var(--steel-700);
}

.keyword-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.keyword-tile {
  padding: 28px;
  background: var(--white);
  border-radius: 0;
  border: 1px solid rgba(7, 26, 51, 0.08);
  box-shadow: 7px 7px 0 rgba(7, 17, 31, 0.06);
}

.keyword-tile:nth-child(2) {
  transform: translateY(34px);
}

.keyword-tile:nth-child(3) {
  transform: translateY(-20px);
}

.keyword-tile h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.keyword-tile p {
  color: var(--steel-700);
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  padding: 0 22px;
  background: var(--white);
  border: 1px solid rgba(7, 26, 51, 0.08);
  border-radius: 0;
  box-shadow: 7px 7px 0 rgba(7, 17, 31, 0.05);
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 70px;
  color: var(--navy-900);
  cursor: pointer;
  font-weight: 900;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 50%;
}

details[open] summary::after {
  content: "-";
}

details p {
  max-width: 900px;
  margin: 0 0 22px;
  color: var(--steel-700);
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  width: var(--content);
  margin: 96px auto;
  padding: 34px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 26, 51, 0.98), rgba(7, 17, 31, 0.94)),
    var(--navy-900);
  border-radius: 0;
  box-shadow: var(--hard-shadow);
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 0 100%);
}

.final-cta h2 {
  margin-bottom: 0;
  color: var(--white);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 22px;
  padding: 34px max(20px, calc((100% - 1180px) / 2));
  color: rgba(255, 255, 255, 0.82);
  background: var(--navy-950);
}

.site-footer strong,
.site-footer a {
  color: var(--white);
  font-weight: 900;
}

.site-footer span {
  display: block;
  margin-bottom: 6px;
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer p {
  margin-bottom: 0;
}

.subpage-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-950);
}

.subpage-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 10px;
  background: repeating-linear-gradient(90deg, var(--amber) 0 80px, var(--red) 80px 116px, var(--green) 116px 180px);
}

.subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(244, 183, 64, 0.15) 0 24%, transparent 24%),
    linear-gradient(90deg, rgba(7, 17, 31, 0.98), rgba(7, 17, 31, 0.82), rgba(7, 17, 31, 0.36)),
    var(--subpage-image, none);
  background-position: center;
  background-size: cover;
}

.subpage-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) 330px;
  gap: 44px;
  align-items: end;
  width: var(--content);
  min-height: 540px;
  margin: 0 auto;
  padding: 150px 0 68px;
}

.subpage-hero h1 {
  max-width: 860px;
}

.subpage-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.14rem;
}

.subpage-note {
  padding: 22px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
  backdrop-filter: blur(14px);
}

.subpage-note strong,
.subpage-note span {
  display: block;
}

.subpage-note strong {
  font-size: 1.2rem;
}

.subpage-note span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
}

.content-rail {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 30px;
}

.rail-card {
  position: sticky;
  top: 112px;
  padding: 24px;
  background: var(--navy-900);
  color: var(--white);
  border-radius: 0;
  box-shadow: var(--hard-shadow);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
}

.rail-card p {
  color: rgba(255, 255, 255, 0.78);
}

.rich-list {
  display: grid;
  gap: 14px;
}

.rich-item {
  scroll-margin-top: 112px;
  padding: 24px;
  background: var(--white);
  border: 1px solid rgba(7, 26, 51, 0.08);
  border-radius: 0;
  box-shadow: 7px 7px 0 rgba(7, 17, 31, 0.06);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

section[id],
article[id] {
  scroll-margin-top: 112px;
}

.rich-item h2,
.rich-item h3 {
  color: var(--navy-900);
}

.rich-item p {
  color: var(--steel-700);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.article-layout > * {
  min-width: 0;
}

.article-nav {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 8px;
  padding: 22px;
  color: var(--white);
  background: var(--navy-900);
  box-shadow: var(--hard-shadow);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
}

.article-nav strong {
  margin-bottom: 5px;
  color: var(--amber);
}

.article-nav a {
  padding: 9px 10px;
  color: rgba(255, 255, 255, 0.78);
  border-left: 3px solid rgba(244, 183, 64, 0.45);
  font-weight: 800;
}

.article-nav a:hover,
.article-nav a:focus-visible {
  color: var(--white);
  border-left-color: var(--red);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.article-body {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.article-block {
  scroll-margin-top: 110px;
  min-width: 0;
  padding: 28px;
  background: var(--white);
  border: 1px solid rgba(7, 26, 51, 0.08);
  box-shadow: 7px 7px 0 rgba(7, 17, 31, 0.06);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}

.article-block h2,
.article-block h3 {
  color: var(--navy-900);
  overflow-wrap: anywhere;
}

.article-block h2 {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.article-block p,
.article-block li {
  color: var(--steel-700);
}

.article-block ul,
.article-block ol {
  display: grid;
  gap: 9px;
  padding-left: 22px;
}

.fact-grid,
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 12px;
}

.fact-card,
.related-card {
  position: relative;
  min-height: 180px;
  padding: 58px 20px 20px;
  background: var(--white);
  border-top: 4px solid var(--red);
  box-shadow: 6px 6px 0 rgba(7, 17, 31, 0.06);
}

.fact-card::before,
.related-card::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 20px;
  width: 26px;
  height: 26px;
  background:
    linear-gradient(135deg, var(--amber) 0 38%, transparent 38%),
    linear-gradient(135deg, var(--red), var(--green));
  border: 3px solid rgba(7, 26, 51, 0.08);
  box-shadow: 4px 4px 0 rgba(7, 17, 31, 0.08);
}

.fact-card::before {
  background:
    linear-gradient(90deg, var(--red) 0 28%, transparent 28% 36%, var(--green) 36% 64%, transparent 64% 72%, var(--amber) 72%),
    var(--mist-200);
}

.fact-card:nth-child(2n),
.related-card:nth-child(2n) {
  border-top-color: var(--green);
}

.fact-card:nth-child(3n),
.related-card:nth-child(3n) {
  border-top-color: var(--amber);
}

.fact-card strong,
.related-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy-900);
  font-size: 1.08rem;
}

.fact-card p,
.related-card span {
  color: var(--steel-700);
}

.related-card {
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.related-card:hover,
.related-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(7, 17, 31, 0.12);
  outline: none;
}

.diagnostic-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: 18px;
  padding: 20px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(244, 183, 64, 0.15) 0 19%, transparent 19%),
    var(--navy-950);
  box-shadow: var(--hard-shadow);
  clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 32px, 100% 100%, 0 100%);
}

.diagnostic-copy {
  align-self: center;
  padding: 22px;
}

.diagnostic-copy h2 {
  max-width: 650px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.03;
}

.diagnostic-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.diagnostic-tool {
  display: grid;
  gap: 14px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.diagnostic-question {
  color: var(--amber);
  font-weight: 900;
}

.diagnostic-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.diagnostic-option {
  min-height: 58px;
  padding: 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  cursor: pointer;
  font-weight: 850;
  text-align: left;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.diagnostic-option:hover,
.diagnostic-option:focus-visible,
.diagnostic-option.is-active {
  color: var(--navy-950);
  background: var(--amber);
  border-color: var(--amber);
  transform: translateY(-2px);
  outline: none;
}

.diagnostic-result {
  min-height: 196px;
  padding: 20px;
  color: var(--ink);
  background: var(--white);
  border-left: 6px solid var(--green);
}

.diagnostic-result[aria-live] {
  transition: opacity 180ms ease, transform 180ms ease;
}

.diagnostic-result h3 {
  color: var(--navy-900);
  font-size: 1.35rem;
}

.diagnostic-result p {
  color: var(--steel-700);
}

.diagnostic-result .card-link {
  margin-right: 16px;
}

.scenario-grid,
.symptom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.scenario-card,
.symptom-card {
  position: relative;
  min-height: 260px;
  padding: 22px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(7, 26, 51, 0.08);
  box-shadow: 7px 7px 0 rgba(7, 17, 31, 0.06);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.scenario-card::before {
  content: attr(data-step);
  position: absolute;
  top: 12px;
  right: 18px;
  color: rgba(7, 26, 51, 0.08);
  font-size: 4.2rem;
  font-weight: 950;
  line-height: 1;
}

.scenario-card strong,
.symptom-card strong {
  position: relative;
  display: block;
  margin-bottom: 10px;
  color: var(--navy-900);
  font-size: 1.12rem;
}

.scenario-card p,
.symptom-card p {
  position: relative;
  color: var(--steel-700);
}

.scenario-card span,
.symptom-card span {
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 5px 8px;
  color: var(--navy-950);
  background: var(--amber);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.symptom-card {
  min-height: 220px;
  border-top: 5px solid var(--red);
}

.symptom-card:nth-child(2n) {
  border-top-color: var(--green);
}

.symptom-card:nth-child(3n) {
  border-top-color: var(--amber);
}

.directory-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -8px 0 24px;
}

.directory-tab {
  min-height: 44px;
  padding: 9px 14px;
  color: var(--navy-900);
  background: var(--white);
  border: 1px solid var(--steel-200);
  border-radius: 0;
  cursor: pointer;
  font-weight: 900;
}

.directory-tab:hover,
.directory-tab:focus-visible,
.directory-tab.is-active {
  color: var(--white);
  background: var(--navy-900);
  border-color: var(--navy-900);
  outline: none;
}

.page-link-card.is-filtered {
  display: none;
}

.content-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 20px;
  color: var(--navy-900);
  background: #fff7e3;
  border-left: 6px solid var(--amber);
}

.content-note strong {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: var(--navy-900);
}

.content-note p {
  margin: 0;
}

.process-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background: var(--white);
}

.process-table th,
.process-table td {
  padding: 14px;
  border: 1px solid var(--steel-200);
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.process-table th {
  color: var(--white);
  background: var(--navy-900);
}

.process-table td {
  color: var(--steel-700);
}

.trust-note {
  padding: 22px;
  color: var(--navy-900);
  background: #fff7e3;
  border-left: 6px solid var(--amber);
  font-weight: 800;
}

.zone-map {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.zone-map article {
  min-height: 190px;
  padding: 20px;
  background: var(--white);
  border-top: 4px solid var(--red);
  border-radius: 0;
  box-shadow: 7px 7px 0 rgba(7, 17, 31, 0.06);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.zone-map h2 {
  color: var(--navy-900);
  font-size: 1.15rem;
}

.zone-map p {
  color: var(--steel-700);
}

.image-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.image-band picture {
  overflow: hidden;
  min-height: 410px;
  border-radius: 0;
  box-shadow: var(--hard-shadow);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
}

.image-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-band-copy {
  display: grid;
  align-content: center;
  padding: 32px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(244, 183, 64, 0.16) 0 24%, transparent 24%),
    var(--navy-900);
  box-shadow: var(--hard-shadow);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
}

.image-band-copy h2 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: clamp(1.7rem, 3.2vw, 3.2rem);
  line-height: 1.04;
}

.image-band-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.image-band-copy .hub-icon {
  box-shadow: 5px 5px 0 rgba(244, 183, 64, 0.24);
}

.neighborhood-hero .subpage-hero-inner,
.directory-hero .subpage-hero-inner {
  align-items: end;
}

.neighborhood-intro {
  display: grid;
  grid-template-columns: 0.72fr 1.5fr 0.9fr;
  gap: 22px;
  align-items: start;
}

.local-signal {
  display: grid;
  min-height: 210px;
  align-content: end;
  padding: 24px;
  color: var(--white);
  background:
    linear-gradient(145deg, transparent 0 48%, rgba(244, 183, 64, 0.14) 48% 50%, transparent 50%),
    var(--navy-900);
  box-shadow: var(--hard-shadow);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
}

.local-signal .signal-dot {
  width: 18px;
  height: 18px;
  margin-bottom: auto;
  background: var(--signal);
  border: 4px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(57, 217, 138, 0.12);
  animation: signal-pulse 2.4s ease-in-out infinite;
}

.local-signal span:not(.signal-dot) {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.local-signal strong {
  margin-top: 8px;
  color: var(--white);
  font-size: clamp(1.45rem, 2.4vw, 2.3rem);
  line-height: 1.05;
}

@keyframes signal-pulse {
  50% {
    box-shadow: 0 0 0 18px rgba(57, 217, 138, 0.02);
  }
}

.neighborhood-lead {
  padding: 4px 20px 4px 10px;
}

.neighborhood-lead h2 {
  margin: 9px 0 18px;
  color: var(--navy-900);
  font-size: clamp(2rem, 3.7vw, 3.6rem);
  line-height: 1;
}

.neighborhood-lead p {
  color: var(--steel-700);
  font-size: 1.02rem;
}

.neighborhood-facts {
  display: grid;
  gap: 1px;
  background: var(--steel-200);
  border: 1px solid var(--steel-200);
}

.neighborhood-facts div {
  padding: 20px;
  background: var(--white);
}

.neighborhood-facts span {
  display: block;
  margin-bottom: 6px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.neighborhood-facts strong,
.neighborhood-facts p {
  margin: 0;
}

.neighborhood-facts p {
  color: var(--steel-700);
  font-size: 0.92rem;
}

.neighborhood-facts a,
.rich-item a {
  color: var(--navy-800);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(215, 25, 32, 0.4);
  text-underline-offset: 3px;
}

.neighborhood-route-board {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: 24px;
  align-items: stretch;
}

.route-board-heading {
  display: grid;
  align-content: end;
  min-height: 360px;
  padding: 26px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(215, 25, 32, 0.16) 0 22%, transparent 22%),
    linear-gradient(160deg, rgba(57, 217, 138, 0.12), transparent 52%),
    var(--navy-950);
  box-shadow: var(--hard-shadow);
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%);
}

.route-board-heading h2 {
  margin: 10px 0 14px;
  color: var(--white);
  font-size: clamp(1.9rem, 3.2vw, 3.35rem);
  line-height: 1;
}

.route-board-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.route-board-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.route-board-card {
  position: relative;
  display: grid;
  min-height: 260px;
  align-content: start;
  padding: 22px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(7, 26, 51, 0.08);
  box-shadow: 7px 7px 0 rgba(7, 17, 31, 0.06);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.route-board-card::after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -26px;
  width: 120px;
  height: 120px;
  background:
    linear-gradient(135deg, rgba(244, 183, 64, 0.4), transparent 50%),
    rgba(7, 26, 51, 0.05);
  transform: rotate(8deg);
}

.route-board-card img {
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  padding: 8px;
  background: #fff4d4;
  box-shadow: 5px 5px 0 rgba(215, 25, 32, 0.18);
}

.route-board-card span {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(7, 26, 51, 0.12);
  font-size: 3rem;
  font-weight: 950;
  line-height: 1;
}

.route-board-card strong {
  color: var(--navy-900);
  font-size: 1.16rem;
}

.route-board-card p {
  margin: 10px 0 0;
  color: var(--steel-700);
}

.route-board-card em {
  margin-top: 14px;
  color: var(--red);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 900;
}

.neighborhood-scenarios .scenario-card {
  position: relative;
  min-height: 380px;
  padding-top: 30px;
}

.neighborhood-scenarios .scenario-card > img {
  position: absolute;
  top: 20px;
  left: 22px;
  width: 42px;
  height: 42px;
}

.neighborhood-scenarios .scenario-card > a {
  display: inline-block;
  margin-top: auto;
  padding-top: 16px;
  color: var(--red);
  font-weight: 900;
}

.neighborhood-detail .rail-card h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.65rem);
}

.quick-answer {
  display: grid;
  grid-template-columns: 0.8fr 1.7fr;
  gap: 38px;
  align-items: start;
}

.quick-answer h2 {
  margin-top: 10px;
  color: var(--navy-900);
  font-size: clamp(2rem, 3.6vw, 3.5rem);
  line-height: 1;
}

.quick-answer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--steel-200);
  border: 1px solid var(--steel-200);
  box-shadow: var(--hard-shadow);
}

.quick-answer-grid article {
  position: relative;
  min-height: 190px;
  padding: 58px 24px 24px;
  background: var(--white);
}

.quick-answer-grid article::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 24px;
  width: 28px;
  height: 28px;
  background:
    linear-gradient(135deg, var(--green) 0 42%, transparent 42%),
    linear-gradient(135deg, var(--amber), var(--red));
  box-shadow: 4px 4px 0 rgba(7, 17, 31, 0.08);
}

.quick-answer-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy-900);
  font-size: 1.08rem;
}

.quick-answer-grid p {
  margin: 0;
  color: var(--steel-700);
}

.directory-tools {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 0.8fr);
  gap: 20px 36px;
  align-items: end;
  padding-bottom: 18px;
}

.directory-tools h2 {
  max-width: 720px;
  margin: 8px 0 0;
  color: var(--navy-900);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.neighborhood-search {
  display: grid;
  gap: 8px;
}

.neighborhood-search span {
  color: var(--steel-700);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.neighborhood-search input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  color: var(--navy-900);
  background: var(--white);
  border: 2px solid var(--navy-900);
  border-radius: 0;
  box-shadow: 7px 7px 0 rgba(7, 17, 31, 0.1);
  font: inherit;
}

.neighborhood-search input:focus {
  border-color: var(--red);
  outline: 3px solid rgba(215, 25, 32, 0.14);
}

.directory-filters {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 8px;
}

.directory-filters button {
  min-height: 42px;
  padding: 8px 13px;
  color: var(--navy-900);
  background: var(--white);
  border: 1px solid var(--steel-200);
  border-radius: 0;
  font-weight: 850;
  cursor: pointer;
}

.directory-filters button:hover,
.directory-filters button:focus-visible,
.directory-filters button.is-active {
  color: var(--white);
  background: var(--navy-900);
  border-color: var(--navy-900);
  outline: none;
}

.directory-count {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--steel-700);
}

.directory-count strong {
  color: var(--red);
  font-size: 1.2rem;
}

.neighborhood-index {
  display: grid;
  gap: 52px;
  padding-top: 38px;
}

.neighborhood-group.is-hidden,
.neighborhood-card.is-hidden {
  display: none;
}

.neighborhood-group-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--navy-900);
}

.neighborhood-group-title span {
  color: var(--navy-900);
  font-size: clamp(1.45rem, 2.8vw, 2.6rem);
  font-weight: 900;
}

.neighborhood-group-title strong {
  color: var(--red);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.neighborhood-directory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.neighborhood-card {
  position: relative;
  display: grid;
  min-height: 240px;
  align-content: start;
  padding: 22px;
  overflow: hidden;
  background:
    linear-gradient(135deg, transparent 0 82%, var(--mist-200) 82% 100%),
    var(--white);
  border: 1px solid var(--steel-200);
  box-shadow: 7px 7px 0 rgba(7, 17, 31, 0.09);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.neighborhood-card::after {
  content: "";
}

.neighborhood-card:hover,
.neighborhood-card:focus-visible {
  border-color: var(--red);
  box-shadow: 10px 10px 0 rgba(215, 25, 32, 0.12);
  outline: none;
  transform: translateY(-3px);
}

.neighborhood-card > span {
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.neighborhood-card > strong {
  margin: 10px 0 8px;
  color: var(--navy-900);
  font-size: 1.3rem;
}

.neighborhood-card p {
  margin: 0 0 18px;
  color: var(--steel-700);
  font-size: 0.9rem;
}

.neighborhood-card em {
  margin-top: auto;
  color: var(--navy-800);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
}

.directory-empty {
  margin: 8px 0 0;
  padding: 12px 14px;
  color: var(--navy-900);
  background: rgba(244, 183, 64, 0.2);
  border-left: 4px solid var(--amber);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
}

.mobile-action-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 45;
  display: none;
  min-height: 64px;
  box-shadow: 0 -12px 30px rgba(7, 17, 31, 0.24);
}

.mobile-action-bar a {
  display: grid;
  flex: 1;
  place-items: center;
  min-width: 0;
  padding: 12px 10px calc(12px + env(safe-area-inset-bottom));
  color: var(--white);
  font-weight: 900;
  text-align: center;
}

.mobile-call {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
}

.mobile-whatsapp {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
}

@media (max-width: 980px) {
  :root {
    --content: min(100% - 28px, 760px);
  }

  html {
    scroll-padding-top: 98px;
  }

  section[id],
  article[id],
  .rich-item {
    scroll-margin-top: 98px;
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 86px;
    right: 14px;
    left: 14px;
    z-index: 60;
    display: none;
    max-height: calc(100vh - 180px);
    overflow-y: auto;
    padding: 14px;
    background: rgba(7, 17, 31, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0;
    box-shadow: var(--hard-shadow);
  }

  body.menu-open .site-header {
    z-index: 50;
    clip-path: none;
  }

  body.menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 35;
    background: rgba(7, 17, 31, 0.72);
    backdrop-filter: blur(3px);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 14px;
  }

  .hero,
  .hero-grid {
    min-height: 820px;
  }

  .hero-media {
    inset: 0;
    width: 100%;
    border: 0;
    clip-path: none;
    box-shadow: none;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(7, 17, 31, 0.9) 0%, rgba(7, 17, 31, 0.74) 46%, rgba(7, 17, 31, 0.94) 100%);
  }

  .hero-grid,
  .intro-grid,
  .visual-showcase,
  .route-intent-section,
  .route-section,
  .split-section,
  .section-heading,
  .final-cta,
  .subpage-hero-inner,
  .content-rail,
  .image-band,
  .article-layout,
  .diagnostic-shell,
  .neighborhood-intro,
  .neighborhood-route-board,
  .quick-answer,
  .directory-tools {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    align-items: end;
    padding-bottom: 64px;
  }

  .dispatch-card {
    max-width: 520px;
  }

  .route-radar {
    height: 150px;
  }

  .route-map-panel {
    min-height: 560px;
  }

  .route-map-grid {
    inset: 18px;
  }

  .route-node {
    min-width: 140px;
    padding: 11px 12px;
  }

  .route-villa {
    left: 7%;
    top: 14%;
  }

  .route-bogaz {
    right: 7%;
    top: 18%;
  }

  .route-home {
    left: 50%;
    top: 42%;
    transform: translateX(-50%);
  }

  .route-home:hover,
  .route-home:focus-visible {
    transform: translateX(-50%) translateY(-5px);
  }

  .route-sahil {
    right: 7%;
    top: 57%;
  }

  .route-ic {
    left: 7%;
    bottom: 13%;
  }

  .route-kuzey {
    right: 7%;
    bottom: 10%;
  }

  .track-bogaz {
    left: 34%;
    top: 38%;
    width: 42%;
    transform: rotate(-29deg);
  }

  .track-villa {
    left: 30%;
    top: 48%;
    width: 42%;
    transform: rotate(30deg);
  }

  .track-kuzey {
    left: 34%;
    top: 55%;
    width: 42%;
    transform: rotate(52deg);
  }

  .emergency-ribbon {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .emergency-ribbon a {
    min-height: 96px;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .proof-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--mist-200);
  }

  .service-card,
  .service-card.featured,
  .service-card.tall {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .area-board,
  .area-list,
  .keyword-section,
  .page-link-grid,
  .fact-grid,
  .related-grid,
  .route-board-grid,
  .scenario-grid,
  .symptom-grid,
  .zone-map,
  .neighborhood-directory,
  .site-footer {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .neighborhood-directory {
    grid-template-columns: repeat(2, 1fr);
  }

  .directory-filters,
  .directory-count {
    grid-column: 1;
  }

  .visual-card,
  .visual-card:first-child,
  .visual-card:nth-child(2),
  .visual-card:nth-child(3),
  .visual-card:nth-child(7) {
    grid-column: 1 / -1;
    min-height: 390px;
    grid-row: auto;
  }

  .rail-card {
    position: static;
  }

  .route-board-heading {
    min-height: auto;
  }

  .article-nav {
    position: static;
  }

  .keyword-tile:nth-child(2),
  .keyword-tile:nth-child(3) {
    transform: none;
  }

  .final-actions {
    justify-content: stretch;
  }

  .final-actions .button {
    flex: 1 1 220px;
  }
}

@media (min-width: 981px) and (max-width: 1100px) {
  .page-link-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .scenario-grid,
  .symptom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 74px;
  }

  .site-header {
    min-height: 66px;
    margin-top: 10px;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-mark img {
    width: 40px;
    height: 40px;
  }

  .brand small {
    display: none;
  }

  .hero,
  .hero-grid {
    min-height: 840px;
  }

  .hero-media img {
    object-position: 62% center;
  }

  .hero-grid {
    padding-top: 124px;
    padding-bottom: 48px;
  }

  h1 {
    font-size: clamp(2rem, 10.8vw, 3.25rem);
  }

  .hero-lead {
    font-size: 1rem;
    line-height: 1.48;
  }

  .hero-actions {
    display: none;
  }

  .dispatch-card {
    padding: 14px;
    transform: translateY(-34px);
  }

  .dispatch-code {
    margin-bottom: 10px;
  }

  .dispatch-card strong {
    margin-bottom: 6px;
  }

  .route-radar {
    display: none;
  }

  .radar-pin {
    min-width: 58px;
    min-height: 24px;
    font-size: 0.62rem;
  }

  .dispatch-steps {
    display: none;
  }

  .dispatch-card dl {
    display: none;
  }

  .dispatch-card p {
    margin-bottom: 0;
    font-size: 0.94rem;
    line-height: 1.42;
  }

  .emergency-ribbon {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    box-shadow: none;
  }

  .emergency-ribbon a {
    min-height: 88px;
    padding: 18px 16px;
  }

  .emergency-ribbon strong {
    font-size: 0.98rem;
  }

  .emergency-ribbon span {
    font-size: 0.82rem;
  }

  .proof-strip {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
  }

  .section {
    padding-top: 56px;
  }

  .intro-grid h2,
  .section-heading h2,
  .route-panel h2,
  .split-copy h2,
  .faq-section h2,
  .final-cta h2 {
    font-size: clamp(1.85rem, 9vw, 2.8rem);
  }

  .route-panel,
  .route-intent-copy,
  .image-band-copy,
  .final-cta,
  .keyword-tile,
  .service-card,
  .visual-card div,
  .route-board-heading,
  .route-board-card,
  .rich-item,
  .article-block {
    padding: 22px;
  }

  .process-table {
    display: block;
    overflow-x: visible;
    border-collapse: separate;
    background: transparent;
  }

  .process-table thead {
    display: none;
  }

  .process-table tbody,
  .process-table tr,
  .process-table td {
    display: block;
    width: 100%;
  }

  .process-table tr {
    margin-bottom: 12px;
    background: var(--white);
    border: 1px solid var(--steel-200);
  }

  .process-table td {
    display: grid;
    grid-template-columns: minmax(92px, 0.36fr) minmax(0, 1fr);
    gap: 12px;
    border: 0;
    border-bottom: 1px solid var(--steel-200);
  }

  .process-table td:last-child {
    border-bottom: 0;
  }

  .process-table td::before {
    color: var(--red);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .process-table td:nth-child(1)::before {
    content: "Durum";
  }

  .process-table td:nth-child(2)::before {
    content: "Kontrol";
  }

  .process-table td:nth-child(3)::before {
    content: "Yönlendirme";
  }

  .diagnostic-options {
    grid-template-columns: 1fr;
  }

  .quick-answer-grid {
    grid-template-columns: 1fr;
  }

  .intent-mini-grid {
    grid-template-columns: 1fr;
  }

  .check-stack div {
    grid-template-columns: 1fr;
  }

  .check-stack span {
    grid-row: auto;
  }

  .mobile-action-bar {
    display: flex;
  }

  .neighborhood-hero .subpage-hero-inner,
  .directory-hero .subpage-hero-inner {
    min-height: 0;
    gap: 22px;
    padding-top: 124px;
    padding-bottom: 38px;
  }

  .neighborhood-hero h1,
  .directory-hero h1 {
    font-size: clamp(2.25rem, 10.2vw, 2.65rem);
    line-height: 0.98;
  }

  .neighborhood-hero p,
  .directory-hero p {
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .neighborhood-hero .subpage-note,
  .directory-hero .subpage-note {
    padding: 16px 18px;
  }

  .neighborhood-hero .subpage-note strong,
  .directory-hero .subpage-note strong {
    font-size: 1.05rem;
  }

  .neighborhood-hero .subpage-note span,
  .directory-hero .subpage-note span {
    margin-top: 4px;
    font-size: 0.88rem;
  }

  .neighborhood-directory {
    grid-template-columns: 1fr;
  }

  .neighborhood-card {
    min-height: 210px;
  }

  .neighborhood-lead {
    padding: 0;
  }

  .neighborhood-group-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  body.reveal-ready .reveal,
  body.reveal-ready .reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}
