* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: #0b1f38;
  font-family: "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

::selection {
  background: #157a57;
  color: #ffffff;
}

[hidden] {
  display: none !important;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(95, 207, 159, 0.35);
  outline-offset: 3px;
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes logIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}

@keyframes reticle {
  0% {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0.2;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.25);
    opacity: 0;
  }
}

@keyframes scanSweep {
  0% {
    top: 4%;
    opacity: 0;
  }
  10%,
  90% {
    opacity: 1;
  }
  100% {
    top: 94%;
    opacity: 0;
  }
}

@keyframes popIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes hailPing {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  25% {
    opacity: 0.9;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}

.site-shell {
  min-height: 100vh;
  background: #ffffff;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(180deg, rgba(248, 251, 250, 0.9), rgba(248, 251, 250, 0.68));
  border-bottom: 1px solid rgba(11, 31, 56, 0.035);
  box-shadow: 0 14px 34px rgba(11, 31, 56, 0.035);
  backdrop-filter: saturate(150%) blur(22px);
  -webkit-backdrop-filter: saturate(150%) blur(22px);
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  height: 68px;
  margin: 0 auto;
  padding: 0 40px;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  flex: none;
  color: #0b1f38;
  text-decoration: none;
  min-width: 0;
}

.brand__logo {
  display: block;
  width: 210px;
  height: 48px;
}

.nav .brand__logo {
  mix-blend-mode: multiply;
}

.brand--footer .brand__logo {
  width: 190px;
  height: 52px;
  mix-blend-mode: normal;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav__links a {
  color: #46566a;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.nav__links a[aria-current="page"] {
  color: #0b1f38;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

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

.button--nav {
  padding: 9px 17px;
  border-radius: 9px;
  background: #0b1f38;
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 600;
}

.button--primary {
  flex: none;
  padding: 15px 24px;
  border-radius: 13px;
  background: #157a57;
  color: #ffffff;
  font-size: 15.5px;
  font-weight: 600;
}

.button--light {
  padding: 10px 14px;
  border: 1px solid rgba(11, 31, 56, 0.14);
  border-radius: 11px;
  background: #ffffff;
  color: #0b1f38;
  font-size: 13px;
  font-weight: 600;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.button--text {
  padding: 10px 8px;
  background: transparent;
  color: #8a97a6;
  font-size: 13px;
  font-weight: 600;
}

.button--verify {
  padding: 12px 20px;
  border-radius: 11px;
  font-size: 14px;
}

.button--large {
  padding: 16px 28px;
  border-radius: 13px;
  font-size: 16px;
  box-shadow: 0 18px 40px -14px rgba(21, 122, 87, 0.6);
}

.hero--home {
  max-width: 880px;
  margin: 0 auto;
  padding: 104px 40px 92px;
  text-align: center;
}

.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  padding: 6px 13px;
  border: 1px solid rgba(11, 31, 56, 0.1);
  border-radius: 99px;
}

.eyebrow-pill span:last-child,
.mono-label,
.zone-kicker,
.live-label,
.moment__top div,
.skip-button,
.anno-chip,
.storm-tag,
.hud-readout,
.zone-label div div,
.final-score > div:first-child {
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #157a57;
  animation: blink 2.4s ease-in-out infinite;
}

.eyebrow-pill span:last-child {
  color: #46566a;
  font-size: 11.5px;
  letter-spacing: 0;
}

.hero--home h1 {
  margin: 0 0 24px;
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.hero__copy {
  max-width: 540px;
  margin: 0 auto 44px;
  color: #46566a;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.55;
}

.address-card {
  max-width: 620px;
  margin: 0 auto;
}

.address-card__field {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 9px 9px 22px;
  border: 1px solid rgba(11, 31, 56, 0.14);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(11, 31, 56, 0.04), 0 24px 60px -28px rgba(11, 31, 56, 0.28);
}

.address-card__field svg {
  flex: none;
}

.address-control {
  position: relative;
  flex: 1;
  min-width: 0;
}

.address-card input {
  width: 100%;
  min-width: 0;
  padding: 14px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #0b1f38;
  font-size: 19px;
  letter-spacing: 0;
}

.address-suggestions {
  position: absolute;
  top: calc(100% + 13px);
  left: -44px;
  z-index: 20;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(11, 31, 56, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 48px -24px rgba(11, 31, 56, 0.42);
}

.address-suggestion {
  display: block;
  width: 100%;
  padding: 13px 15px;
  border: 0;
  border-bottom: 1px solid #edf0f2;
  background: #ffffff;
  color: #172c45;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: left;
  cursor: pointer;
}

.address-suggestion__primary,
.address-suggestion__detail {
  display: block;
}

.address-suggestion__primary {
  color: inherit;
  font-weight: 760;
}

.address-suggestion__detail {
  margin-top: 3px;
  color: #5a6979;
  font-size: 12px;
  line-height: 1.35;
}

.address-suggestion:hover .address-suggestion__detail,
.address-suggestion:focus-visible .address-suggestion__detail,
.address-suggestion.is-active .address-suggestion__detail {
  color: #33715a;
}

.address-suggestion:last-child {
  border-bottom: 0;
}

.address-suggestion:hover,
.address-suggestion:focus-visible,
.address-suggestion.is-active {
  outline: 0;
  background: #edf7f2;
  color: #0f5f44;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
  box-shadow: none;
}

.address-status {
  min-height: 20px;
  margin: 11px 0 -4px;
  color: #69788a;
  font-size: 12.5px;
  line-height: 1.45;
  text-align: center;
}

.address-status.is-valid {
  color: #0f684a;
}

.address-status.is-error {
  color: #a54132;
}

.address-card__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.address-card__note span:first-child {
  color: #8a97a6;
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11.5px;
  letter-spacing: 0.01em;
}

.address-card__note a {
  color: #0b1f38;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
}

.mini-dot {
  width: 3px;
  height: 3px;
  border-radius: 99px;
  background: #cdd5dd;
}

.report-hero {
  background: linear-gradient(180deg, #f5f7f9, #ffffff 60%);
  border-bottom: 1px solid rgba(11, 31, 56, 0.06);
}

.report-hero__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 56px 40px 72px;
}

.match-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 26px;
  color: #8a97a6;
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.01em;
}

.match-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  border: 1px solid rgba(21, 122, 87, 0.18);
  border-radius: 99px;
  background: #ecf5f0;
  color: #0f5f44;
  font-weight: 500;
}

.report-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.mono-label {
  margin-bottom: 8px;
  color: #8a97a6;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.mono-label--green {
  color: #157a57;
  letter-spacing: 0.06em;
}

.mono-label--bright {
  color: #5fcf9f;
  letter-spacing: 0.06em;
}

.report-title h1 {
  margin: 0;
  color: #0b1f38;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

.report-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
  color: #8a97a6;
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}

.report-meta > span:nth-child(2),
.report-meta > span:nth-child(4) {
  opacity: 0.45;
}

.saved {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0f5f44;
}

.report-actions {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}

.reveal-on-report {
  animation: revealUp 0.55s ease both;
}

.estimate-report-notice {
  padding: 10px 22px;
  border-bottom: 1px solid #e7d8b7;
  background: #fff7e7;
  color: #775316;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
}

.coverage-mode .match-pill {
  border-color: rgba(174, 116, 25, 0.25);
  background: #fff7e7;
  color: #775316;
}

.report-card {
  overflow: hidden;
  border: 1px solid rgba(11, 31, 56, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(11, 31, 56, 0.04), 0 50px 90px -50px rgba(11, 31, 56, 0.3);
}

.report-card__grid {
  display: grid;
  grid-template-columns: 340px 1fr;
}

.score-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 38px 34px;
  border-right: 1px solid #eef1f4;
  background: linear-gradient(180deg, #fbfdfc, #ffffff);
  text-align: center;
}

.score-ring {
  position: relative;
  display: grid;
  place-items: center;
}

.score-ring--static {
  width: 172px;
  height: 172px;
  margin: 6px 0 18px;
}

.score-ring svg {
  position: absolute;
  inset: 0;
}

.score-ring--static > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.score-ring--static strong {
  color: #0b1f38;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.score-ring--static span {
  color: #8a97a6;
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}

.status-chip {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 11px;
  border-radius: 7px;
  background: #ecf5f0;
  color: #0f5f44;
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10.5px;
  font-weight: 500;
}

.score-panel h2 {
  margin: 0 0 8px;
  color: #0b1f38;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.score-panel p {
  margin: 0;
  color: #5d6b7d;
  font-size: 13.5px;
  line-height: 1.5;
}

.report-details {
  padding: 30px 34px;
}

.report-row {
  padding: 18px 0;
  border-bottom: 1px solid #f4f6f8;
}

.report-row__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.report-row__top > span:first-child {
  color: #0b1f38;
  font-size: 15px;
  font-weight: 600;
}

.report-row__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.report-row__value {
  color: #46566a;
  font-size: 14px;
  font-weight: 500;
}

.level-tag {
  padding: 3px 8px;
  border-radius: 6px;
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  font-weight: 500;
}

.bar {
  height: 6px;
  overflow: hidden;
  border-radius: 99px;
  background: #eef1f4;
}

.bar span {
  display: block;
  height: 100%;
  border-radius: 99px;
}

.report-row__note {
  margin-top: 9px;
  color: #8a97a6;
  font-size: 12.5px;
  line-height: 1.45;
}

.recommendation {
  display: flex;
  gap: 12px;
  padding: 20px 0 6px;
}

.recommendation > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  border-radius: 99px;
  background: #ecf5f0;
}

.recommendation h3 {
  margin: 0 0 3px;
  color: #0b1f38;
  font-size: 14px;
  font-weight: 600;
}

.recommendation p {
  margin: 0;
  color: #5d6b7d;
  font-size: 13.5px;
  line-height: 1.5;
}

.report-evidence-panel {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #dfe7eb;
  border-radius: 8px;
  background: #fbfdfc;
}

.report-evidence-panel dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.report-evidence-panel dl div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid #edf2f4;
}

.report-evidence-panel dt,
.report-evidence-panel dd {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.35;
}

.report-evidence-panel dt {
  color: #7f8d9e;
  font-weight: 750;
}

.report-evidence-panel dd {
  color: #0b1f38;
  font-weight: 650;
}

.report-insight-grid {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.report-insight-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid #dfe7eb;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(21, 122, 87, 0.06), rgba(255, 255, 255, 0) 44%),
    #ffffff;
}

.report-insight-card h3 {
  margin: 0;
  color: #0b1f38;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}

.report-insight-card p {
  margin: 0;
  color: #65758a;
  font-size: 12.75px;
  line-height: 1.5;
}

.report-insight-card dl {
  display: grid;
  gap: 8px;
  margin: 2px 0 0;
}

.report-insight-card dl div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-top: 8px;
  border-top: 1px solid #edf2f4;
}

.report-insight-card dt {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #7f8d9e;
  font-size: 12px;
  font-weight: 650;
}

.report-insight-card dt span {
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 99px;
}

.report-insight-card dd {
  max-width: 58%;
  margin: 0;
  color: #0b1f38;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
  text-align: right;
}

.schedule-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 22px 34px;
  background: #0a1a2f;
}

.schedule-strip p {
  max-width: 540px;
  margin: 0;
  color: #9fb0c4;
  font-size: 14px;
  line-height: 1.45;
}

.section {
  border-top: 1px solid rgba(11, 31, 56, 0.06);
}

.section--light {
  background: #f5f7f9;
  border-bottom: 1px solid rgba(11, 31, 56, 0.06);
}

.section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 104px 40px;
}

.section-heading {
  margin-bottom: 56px;
}

.section-heading h2,
.dark-heading h2,
.zone-heading h2 {
  margin: 0;
  color: #0b1f38;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.section-heading h2 {
  max-width: 600px;
}

.section-heading--center {
  max-width: 680px;
  margin: 0 auto 60px;
  text-align: center;
}

.section-heading--center h2 {
  margin: 0 auto;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.step-card {
  padding: 30px 28px 32px;
  border: 1px solid rgba(11, 31, 56, 0.07);
  border-radius: 18px;
  background: #ffffff;
}

.step-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}

.step-card__top > span:first-child {
  color: #157a57;
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  font-weight: 500;
}

.icon-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #ecf5f0;
}

.step-card h3 {
  margin: 0 0 9px;
  color: #0b1f38;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.step-card p {
  margin: 0;
  color: #5d6b7d;
  font-size: 15px;
  line-height: 1.55;
}

.section-footnote {
  margin: 30px 0 0;
  color: #8a97a6;
  font-size: 13.5px;
  text-align: center;
}

.metrics {
  background: #ffffff;
}

.metrics-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(11, 31, 56, 0.08);
  border-radius: 20px;
}

.metric-cell {
  padding: 42px 28px;
  border-right: 1px solid rgba(11, 31, 56, 0.07);
}

.metric-cell:last-child {
  border-right: 0;
}

.metric-cell strong {
  display: block;
  color: #0b1f38;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.metric-cell span {
  display: block;
  margin-top: 10px;
  color: #5d6b7d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.section--dark {
  background: #0a1a2f;
  color: #ffffff;
}

.section--dark .section__inner {
  padding: 108px 40px;
}

.dark-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 56px;
}

.dark-heading h2 {
  color: #ffffff;
  line-height: 1.1;
}

.dark-heading p {
  margin: 0;
  color: #9fb0c4;
  font-size: 16px;
  line-height: 1.6;
}

.intel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.intel-card {
  padding: 34px 30px 38px;
  background: #0a1a2f;
}

.intel-card .icon-tile {
  width: 40px;
  height: 40px;
  margin-bottom: 46px;
  border-radius: 11px;
  background: rgba(95, 207, 159, 0.12);
}

.intel-card h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 18.5px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.intel-card p {
  margin: 0;
  color: #9fb0c4;
  font-size: 14px;
  line-height: 1.55;
}

.zone-section .section__inner {
  padding: 104px 40px;
}

.zone-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 46px;
}

.zone-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  color: #157a57;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.zone-kicker span,
.live-label span {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #157a57;
}

.zone-live {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.zone-live > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid rgba(21, 122, 87, 0.18);
  border-radius: 99px;
  background: #ecf5f0;
  color: #0f5f44;
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.zone-live > span span {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #157a57;
  animation: blink 1.8s ease-in-out infinite;
}

.zone-live p {
  max-width: 300px;
  margin: 0;
  color: #8a97a6;
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
}

.zone-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 20px;
}

.zone-card {
  padding: 26px;
  border: 1px solid rgba(11, 31, 56, 0.07);
  border-radius: 18px;
  background: #ffffff;
}

.zone-card .mono-label {
  margin-bottom: 16px;
  font-size: 11px;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip-list span {
  padding: 7px 13px;
  border: 1px solid rgba(11, 31, 56, 0.06);
  border-radius: 99px;
  background: #f5f7f9;
  color: #0b1f38;
  font-size: 13.5px;
  font-weight: 500;
}

.chip-list span.is-active {
  border-color: #157a57;
  background: #157a57;
  color: #ffffff;
  box-shadow: 0 10px 24px -18px rgba(21, 122, 87, 0.85);
}

.chip-list__toggle {
  display: inline-flex;
  align-items: center;
  min-height: 35px;
  padding: 7px 14px;
  border: 1px solid rgba(21, 122, 87, 0.18);
  border-radius: 99px;
  background: #ffffff;
  color: #157a57;
  cursor: pointer;
  font: inherit;
  font-size: 13.5px;
  font-weight: 700;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.chip-list__toggle:hover {
  border-color: rgba(21, 122, 87, 0.36);
  background: #edf7f2;
  transform: translateY(-1px);
}

.chip-list__toggle:focus-visible {
  outline: 3px solid rgba(95, 207, 159, 0.36);
  outline-offset: 2px;
}

.stack-list,
.issue-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.stack-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.stack-row span:first-child {
  color: #0b1f38;
  font-size: 14px;
  font-weight: 500;
}

.stack-row span:last-child {
  color: #157a57;
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}

.issue-row {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #0b1f38;
  font-size: 14px;
}

.issue-row span {
  flex: none;
  width: 6px;
  height: 6px;
  border-radius: 99px;
}

.zone-card--dark {
  grid-column: span 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
  border: 0;
  background: #0a1a2f;
  color: #ffffff;
}

.live-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  color: #5fcf9f;
  font-size: 11px;
  letter-spacing: 0.04em;
}

.live-label span {
  background: #5fcf9f;
  animation: blink 1.8s ease-in-out infinite;
}

.zone-card--dark p {
  max-width: 340px;
  margin: 0;
  color: #9fb0c4;
  font-size: 15px;
  line-height: 1.5;
}

.condition-metrics {
  display: flex;
  gap: 30px;
}

.condition-metrics strong {
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}

.condition-metrics span {
  margin-left: 7px;
  color: #5fcf9f;
  font-size: 12px;
  font-weight: 600;
}

.condition-metrics p {
  margin-top: 3px;
  color: #9fb0c4;
  font-size: 12.5px;
  white-space: nowrap;
}

.zone-card--storm {
  padding: 28px;
}

.zone-card--storm p {
  margin: 0 0 16px;
  color: #5d6b7d;
  font-size: 15px;
  line-height: 1.5;
}

.zone-card--storm strong {
  display: block;
  color: #0b1f38;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.zone-card--storm span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 5px 10px;
  border-radius: 99px;
  background: #ecf5f0;
  color: #0f5f44;
  font-size: 12.5px;
  font-weight: 500;
}

.faq-section {
  max-width: 860px;
  margin: 0 auto;
  padding: 108px 40px;
}

.faq-section .section-heading {
  margin-bottom: 52px;
}

.faq-section h2 {
  font-size: 40px;
}

.faq-list {
  border-top: 1px solid rgba(11, 31, 56, 0.1);
}

.faq-item {
  border-bottom: 1px solid rgba(11, 31, 56, 0.1);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 26px 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.faq-question span:first-child {
  color: #0b1f38;
  font-size: 18.5px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.faq-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(11, 31, 56, 0.14);
  border-radius: 99px;
  transition: transform 0.3s ease;
}

.faq-item.is-open .faq-plus {
  transform: rotate(135deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-item.is-open .faq-answer {
  max-height: 220px;
}

.faq-answer p {
  margin: 0;
  padding: 0 60px 28px 4px;
  color: #5d6b7d;
  font-size: 15.5px;
  line-height: 1.6;
}

.bottom-cta {
  padding: 0 40px 100px;
}

.bottom-cta__panel {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 28px;
  background: #0a1a2f;
  padding: 88px 40px;
  text-align: center;
}

.bottom-cta__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(95, 207, 159, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(95, 207, 159, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
}

.bottom-cta__panel > div {
  position: relative;
}

.bottom-cta h2 {
  max-width: 620px;
  margin: 0 auto 18px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

[data-cta-copy="report"] h2 {
  font-size: 46px;
}

.bottom-cta p {
  max-width: 480px;
  margin: 0 auto 38px;
  color: #9fb0c4;
  font-size: 17px;
  line-height: 1.55;
}

.footer {
  border-top: 1px solid rgba(11, 31, 56, 0.07);
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
}

.footer__note {
  color: #8a97a6;
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}

.footer__links {
  display: flex;
  gap: 24px;
}

.footer__links a {
  color: #46566a;
  font-size: 13.5px;
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

.moment {
  position: fixed;
  inset: 0;
  z-index: 200;
  overflow: hidden;
  background: #06101f;
  color: #ffffff;
  animation: popIn 0.4s ease both;
}

.moment__top {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
}

.moment__top div {
  color: #5fcf9f;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.moment__top strong {
  display: block;
  margin-top: 5px;
  color: #eef3f8;
  font-size: 16px;
  font-weight: 600;
}

.mission-control {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.mission-control.is-closing {
  opacity: 0;
}

.mission-control__grid {
  display: grid;
  grid-template-columns: 440px 380px;
  align-items: center;
  gap: 44px;
  padding: 40px;
}

.imagery-panel {
  position: relative;
  width: 440px;
  height: 440px;
  overflow: hidden;
  border: 1px solid rgba(95, 207, 159, 0.18);
  border-radius: 20px;
  background: #0a1f17;
  box-shadow: 0 0 0 1px rgba(95, 207, 159, 0.06), 0 40px 90px -40px rgba(0, 0, 0, 0.7);
}

.camera-layer {
  position: absolute;
  inset: 0;
  transform: scale(1);
  transform-origin: 50% 47%;
  transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.imagery-layer {
  position: absolute;
  inset: 0;
  filter: blur(14px) brightness(0.62) saturate(0.85);
  transition: filter 1.1s ease;
}

.aerial-svg,
.roof-outline {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.roof-outline {
  opacity: 0;
  transition: opacity 0.5s ease;
}

#roof-polygon {
  transition: stroke-dashoffset 1.1s ease;
}

.hail-layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.hail-layer span {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #7fd4ff;
  border-radius: 99px;
  animation: hailPing 1.6s ease-out infinite;
}

.hail-layer span:nth-child(1) {
  left: 44.5%;
  top: 42%;
}

.hail-layer span:nth-child(2) {
  left: 55%;
  top: 46%;
  animation-delay: 0.5s;
}

.hail-layer span:nth-child(3) {
  left: 49%;
  top: 50%;
  animation-delay: 0.9s;
}

.reticle {
  position: absolute;
  left: 50%;
  top: 47%;
  width: 150px;
  height: 150px;
  border: 1.5px solid #5fcf9f;
  border-radius: 99px;
  transform: translate(-50%, -50%);
  animation: reticle 1.7s ease-out infinite;
  opacity: 1;
}

.lock-brackets {
  position: absolute;
  left: 50%;
  top: 47%;
  width: 172px;
  height: 172px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.3);
  transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.lock-brackets span {
  position: absolute;
  width: 22px;
  height: 22px;
  border-color: #5fcf9f;
}

.lock-brackets span:nth-child(1) {
  left: 0;
  top: 0;
  border-top: 2px solid #5fcf9f;
  border-left: 2px solid #5fcf9f;
}

.lock-brackets span:nth-child(2) {
  right: 0;
  top: 0;
  border-top: 2px solid #5fcf9f;
  border-right: 2px solid #5fcf9f;
}

.lock-brackets span:nth-child(3) {
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #5fcf9f;
  border-left: 2px solid #5fcf9f;
}

.lock-brackets span:nth-child(4) {
  right: 0;
  bottom: 0;
  border-right: 2px solid #5fcf9f;
  border-bottom: 2px solid #5fcf9f;
}

.scan-sweep {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  height: 2px;
  background: linear-gradient(90deg, transparent, #5fcf9f, transparent);
  box-shadow: 0 0 24px 6px rgba(95, 207, 159, 0.5);
  animation: scanSweep 2s ease-in-out infinite;
}

.pin {
  position: absolute;
  left: 50%;
  top: 30%;
  opacity: 0;
  transform: translate(-50%, -100%) translateY(-26px);
  transition: transform 0.5s cubic-bezier(0.16, 1.4, 0.3, 1), opacity 0.4s ease;
}

.hud-readout {
  position: absolute;
  left: 14px;
  top: 13px;
  color: rgba(159, 176, 196, 0.85);
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.hud-readout div:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hud-readout span {
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #5fcf9f;
  animation: blink 1.6s ease-in-out infinite;
}

#coords-readout {
  color: #5fcf9f;
  opacity: 0;
  transition: opacity 0.4s ease;
  white-space: nowrap;
}

.anno-chip,
.storm-tag {
  position: absolute;
  padding: 6px 9px;
  border: 1px solid rgba(95, 207, 159, 0.3);
  border-radius: 8px;
  background: rgba(6, 16, 31, 0.82);
  color: #dff3ea;
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(6px);
  backdrop-filter: blur(6px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.anno-chip--a {
  left: 12px;
  top: 64px;
  transition-delay: 0.05s;
}

.anno-chip--b {
  right: 12px;
  top: 64px;
  transition-delay: 0.22s;
}

.anno-chip--c {
  left: 12px;
  bottom: 64px;
  transition-delay: 0.39s;
}

.anno-chip--d {
  right: 12px;
  bottom: 64px;
  color: #5fcf9f;
  transition-delay: 0.56s;
}

.storm-tag {
  right: 12px;
  top: 96px;
  border-color: rgba(127, 212, 255, 0.35);
  color: #aee4ff;
  transform: none;
}

.zone-ring {
  position: absolute;
  inset: 12px;
  border: 1.5px solid rgba(95, 207, 159, 0.55);
  border-radius: 16px;
  opacity: 0;
  box-shadow: 0 0 28px rgba(95, 207, 159, 0.28) inset;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.zone-label {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border: 1px solid rgba(95, 207, 159, 0.25);
  border-radius: 12px;
  background: rgba(6, 16, 31, 0.8);
  opacity: 0;
  transform: translateY(12px);
  backdrop-filter: blur(8px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.zone-label div div {
  margin-bottom: 3px;
  color: #5fcf9f;
  font-size: 10px;
  letter-spacing: 0.05em;
}

.zone-label strong {
  color: #eef3f8;
  font-size: 14px;
  font-weight: 600;
}

.discovery-log {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 380px;
  min-height: 300px;
}

.log-row {
  display: flex;
  align-items: center;
  gap: 12px;
  animation: logIn 0.4s ease both;
}

.log-marker {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 16px;
  height: 16px;
}

.log-marker--spin {
  border: 2px solid rgba(95, 207, 159, 0.25);
  border-top-color: #5fcf9f;
  border-radius: 99px;
  animation: spin 0.8s linear infinite;
}

.log-marker--check {
  border-radius: 99px;
  background: rgba(95, 207, 159, 0.16);
}

.log-marker--zone {
  border-radius: 4px;
  background: #5fcf9f;
}

.log-marker--zone::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #06101f;
}

.log-text--task {
  color: #eef3f8;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.log-text--check {
  color: #9fb0c4;
  font-size: 14px;
}

.log-text--zone {
  color: #5fcf9f;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.final-reveal {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.final-reveal.is-visible {
  opacity: 1;
}

.reveal-lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.reveal-line {
  display: flex;
  align-items: center;
  gap: 11px;
  animation: logIn 0.5s ease both;
}

.reveal-line span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 99px;
  background: rgba(95, 207, 159, 0.16);
}

.reveal-line span:last-child {
  color: #cdd8e4;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.final-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 34px;
  animation: popIn 0.6s ease both;
}

.final-score > div:first-child {
  margin-bottom: 22px;
  color: #5fcf9f;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.score-ring--moment {
  width: 200px;
  height: 200px;
}

.score-ring--moment strong {
  position: relative;
  color: #ffffff;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.final-score p {
  margin: 18px 0 0;
  color: #cdd8e4;
  font-size: 16px;
  font-weight: 500;
}

.final-score > span {
  margin-top: 6px;
  color: #9fb0c4;
  font-size: 13.5px;
}

.whiteout {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.65s ease;
}

.whiteout.is-visible {
  opacity: 1;
}

.skip-button {
  position: absolute;
  right: 30px;
  bottom: 26px;
  z-index: 4;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: transparent;
  color: #9fb0c4;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 0.05em;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 32px;
  z-index: 300;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 20px;
  border-radius: 12px;
  background: #0b1f38;
  color: #ffffff;
  box-shadow: 0 18px 44px -16px rgba(0, 0, 0, 0.5);
  transform: translateX(-50%);
  animation: popIn 0.3s ease both;
}

.toast span {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #5fcf9f;
}

.toast strong {
  font-size: 14px;
  font-weight: 500;
}

body.phase-moment {
  overflow: hidden;
}

body.stage-2 .camera-layer {
  transform: scale(1.35);
}

body.stage-3 .camera-layer,
body.stage-4 .camera-layer,
body.stage-5 .camera-layer,
body.stage-6 .camera-layer,
body.stage-7 .camera-layer {
  transform: scale(1.55);
}

body.stage-2 .imagery-layer {
  filter: blur(5px) brightness(0.88);
}

body.stage-3 .imagery-layer,
body.stage-4 .imagery-layer,
body.stage-5 .imagery-layer,
body.stage-6 .imagery-layer,
body.stage-7 .imagery-layer {
  filter: blur(0) brightness(1.02) saturate(1.05);
}

body.stage-2 .reticle,
body.stage-3 .reticle,
body.stage-4 .reticle,
body.stage-5 .reticle,
body.stage-6 .reticle,
body.stage-7 .reticle {
  opacity: 0;
}

body.stage-2 .lock-brackets,
body.stage-3 .lock-brackets,
body.stage-4 .lock-brackets,
body.stage-5 .lock-brackets,
body.stage-6 .lock-brackets,
body.stage-7 .lock-brackets {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

body.stage-2 #coords-readout,
body.stage-3 #coords-readout,
body.stage-4 #coords-readout,
body.stage-5 #coords-readout,
body.stage-6 #coords-readout,
body.stage-7 #coords-readout {
  opacity: 1;
}

body.stage-2 .pin,
body.stage-3 .pin,
body.stage-4 .pin,
body.stage-5 .pin,
body.stage-6 .pin,
body.stage-7 .pin {
  opacity: 1;
  transform: translate(-50%, -100%) translateY(0);
}

body.stage-3 .scan-sweep {
  display: block;
}

body.stage-4 .roof-outline,
body.stage-5 .roof-outline,
body.stage-6 .roof-outline,
body.stage-7 .roof-outline {
  opacity: 1;
}

body.stage-4 #roof-polygon,
body.stage-5 #roof-polygon,
body.stage-6 #roof-polygon,
body.stage-7 #roof-polygon {
  stroke-dashoffset: 0;
}

body.stage-4 .anno-chip,
body.stage-5 .anno-chip,
body.stage-6 .anno-chip,
body.stage-7 .anno-chip {
  opacity: 1;
  transform: translateY(0);
}

body.stage-5 .zone-ring,
body.stage-6 .zone-ring,
body.stage-7 .zone-ring {
  opacity: 1;
}

body.stage-5 .zone-label,
body.stage-6 .zone-label,
body.stage-7 .zone-label {
  opacity: 1;
  transform: translateY(0);
}

body.stage-6 .hail-layer,
body.stage-7 .hail-layer,
body.stage-6 .storm-tag,
body.stage-7 .storm-tag {
  opacity: 1;
}

@media (max-width: 980px) {
  .nav__inner,
  .section__inner,
  .report-hero__inner,
  .footer__inner {
    padding-right: 28px;
    padding-left: 28px;
  }

  .nav__links {
    gap: 18px;
  }

  .nav__links a {
    display: none;
  }

  .hero--home {
    padding: 82px 28px 76px;
  }

  .hero--home h1 {
    font-size: 56px;
  }

  .report-card__grid {
    grid-template-columns: 1fr;
  }

  .score-panel {
    border-right: 0;
    border-bottom: 1px solid #eef1f4;
  }

  .steps-grid,
  .intel-grid,
  .zone-grid,
  .dark-heading {
    grid-template-columns: 1fr;
  }

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

  .metric-cell:nth-child(2) {
    border-right: 0;
  }

  .metric-cell:nth-child(1),
  .metric-cell:nth-child(2) {
    border-bottom: 1px solid rgba(11, 31, 56, 0.07);
  }

  .zone-card--dark {
    grid-column: auto;
    align-items: flex-start;
    flex-direction: column;
  }

  .mission-control__grid {
    grid-template-columns: minmax(300px, 440px);
    gap: 26px;
  }

  .imagery-panel {
    width: min(440px, calc(100vw - 48px));
    height: min(440px, calc(100vw - 48px));
    margin: 0 auto;
  }

  .discovery-log {
    width: min(380px, calc(100vw - 48px));
    min-height: 0;
    margin: 0 auto;
  }

  .log-row:nth-child(n + 9) {
    display: none;
  }
}

@media (max-width: 640px) {
  .nav__inner {
    height: 64px;
    padding: 0 18px;
  }

  .brand__logo {
    width: 168px;
    height: 44px;
  }

  .hero--home {
    padding: 70px 18px 64px;
  }

  .hero--home h1 {
    font-size: 44px;
  }

  .hero__copy {
    font-size: 17px;
  }

  .address-card__field {
    align-items: stretch;
    flex-wrap: wrap;
    padding: 14px;
  }

  .address-card__field svg {
    margin-top: 14px;
  }

  .address-card input {
    min-width: calc(100% - 36px);
  }

  .address-control {
    min-width: calc(100% - 36px);
  }

  .address-suggestions {
    left: 0;
  }

  .address-card .button {
    width: 100%;
  }

  .section__inner,
  .report-hero__inner,
  .faq-section,
  .footer__inner {
    padding-right: 18px;
    padding-left: 18px;
  }

  .section__inner,
  .zone-section .section__inner {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .report-hero__inner {
    padding-top: 40px;
    padding-bottom: 54px;
  }

  .report-title h1 {
    font-size: 30px;
  }

  .report-actions,
  .report-actions .button {
    width: 100%;
  }

  .section-heading h2,
  .dark-heading h2,
  .zone-heading h2,
  .faq-section h2 {
    font-size: 34px;
  }

  .bottom-cta {
    padding: 0 18px 76px;
  }

  .bottom-cta__panel {
    padding: 64px 20px;
  }

  .bottom-cta h2,
  [data-cta-copy="report"] h2 {
    font-size: 36px;
  }

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

  .metric-cell,
  .metric-cell:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(11, 31, 56, 0.07);
  }

  .metric-cell:last-child {
    border-bottom: 0;
  }

  .condition-metrics {
    flex-direction: column;
    gap: 16px;
  }

  .report-details,
  .score-panel,
  .schedule-strip {
    padding-right: 22px;
    padding-left: 22px;
  }

  .faq-answer p {
    padding-right: 4px;
  }

  .moment__top {
    top: 18px;
    padding: 0 18px;
  }

  .moment__top strong {
    overflow-wrap: anywhere;
  }

  .mission-control {
    align-items: flex-start;
    padding-top: 88px;
    overflow-y: auto;
  }

  .mission-control__grid {
    padding: 0 0 96px;
  }

  .imagery-panel {
    border-radius: 16px;
  }

  .anno-chip {
    font-size: 8px;
  }

  .final-score p {
    max-width: 300px;
    text-align: center;
  }

  .skip-button {
    right: 18px;
    bottom: 18px;
  }
}

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

/* Local service-area routes */

.address-zone-match {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 26px 16px;
  padding: 11px 14px;
  border: 1px solid #d9e3df;
  border-radius: 8px;
  background: #f4f8f6;
  color: #33475b;
  font-size: 13px;
}

.address-zone-match > span:first-child {
  color: #157a57;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 700;
}

.address-zone-match strong {
  color: #0b1f38;
}

.address-zone-match a {
  margin-left: auto;
  color: #157a57;
  font-weight: 700;
  text-decoration: none;
}

.address-zone-match.is-outside {
  align-items: flex-start;
  flex-direction: column;
  gap: 3px;
  border-color: #eadfcb;
  background: #fdf8ef;
}

.photo-modal-open {
  overflow: hidden;
}

.verify-modal-open {
  overflow: hidden;
}

.verify-modal[hidden] {
  display: none;
}

.verify-modal {
  position: fixed;
  inset: 0;
  z-index: 82;
  display: grid;
  place-items: center;
  padding: 24px;
}

.verify-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 16, 31, 0.64);
  backdrop-filter: blur(10px);
}

.verify-dialog {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  max-height: min(90vh, 820px);
  overflow: auto;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 34px 90px -38px rgba(0, 0, 0, 0.58);
}

.verify-dialog__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #e7ebef;
  border-radius: 50%;
  background: #ffffff;
  color: #5d6b7d;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}

.verify-panel h2 {
  margin: 8px 44px 10px 0;
  color: #0b1f38;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: 0;
}

.verify-panel p {
  margin: 0;
  color: #667588;
  font-size: 15px;
  line-height: 1.55;
}

.verify-options {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.verify-option {
  display: grid;
  gap: 7px;
  width: 100%;
  padding: 18px;
  border: 1px solid #dce5e9;
  border-radius: 8px;
  background: #f8fbfa;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.verify-option:hover,
.verify-option:focus-visible {
  border-color: #157a57;
  transform: translateY(-1px);
  box-shadow: 0 18px 42px -32px rgba(21, 122, 87, 0.65);
}

.verify-option span {
  color: #0b1f38;
  font-size: 17px;
  font-weight: 750;
}

.verify-option small {
  color: #667588;
  font-size: 13px;
  line-height: 1.45;
}

.verify-back {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #157a57;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.verify-form {
  display: grid;
  gap: 13px;
  margin-top: 22px;
}

.verify-form label {
  display: grid;
  gap: 7px;
  color: #33475b;
  font-size: 12px;
  font-weight: 750;
}

.verify-form label span {
  color: #8492a5;
  font-weight: 600;
}

.verify-form input {
  width: 100%;
  height: 46px;
  padding: 0 13px;
  border: 1px solid #d9e2e7;
  border-radius: 8px;
  color: #0b1f38;
  font: inherit;
}

.verify-check {
  display: flex !important;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 10px !important;
  padding: 13px;
  border: 1px solid #e5edf0;
  border-radius: 8px;
  background: #f7fbf9;
  line-height: 1.4;
}

.verify-check input {
  width: 17px;
  height: 17px;
  margin-top: 1px;
  accent-color: #157a57;
}

.company-picker {
  display: grid;
  gap: 16px;
  margin: 4px 0 6px;
  padding: 0;
  border: 0;
}

.company-picker__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.company-picker legend {
  color: #0b1f38;
  font-size: 13px;
  font-weight: 800;
}

.company-picker--single legend {
  max-width: 680px;
  color: #0b1f38;
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.05;
  font-weight: 850;
}

.company-picker__head label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #667588;
  font-size: 12px;
  font-weight: 750;
}

.company-picker__head select {
  height: 34px;
  min-width: 148px;
  padding: 0 34px 0 10px;
  border: 1px solid #d9e2e7;
  border-radius: 8px;
  background: #ffffff;
  color: #0b1f38;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
}

.company-picker__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.company-picker--single .company-picker__grid {
  grid-template-columns: minmax(0, 1fr);
}

.company-card {
  position: relative;
  display: grid !important;
  grid-template-rows: 72px 1fr;
  gap: 10px !important;
  min-height: 176px;
  padding: 10px !important;
  border: 1px solid #dce5e9;
  border-radius: 8px;
  background: #ffffff;
  color: #0b1f38 !important;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.company-picker--single .company-card {
  grid-template-columns: 178px 1fr;
  grid-template-rows: auto;
  align-items: center;
  gap: 18px !important;
  min-height: 208px;
  padding: 16px !important;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(21, 122, 87, 0.08), rgba(255, 255, 255, 0) 42%),
    #ffffff;
}

.company-card input {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 1;
  width: 17px;
  height: 17px;
  accent-color: #157a57;
}

.company-card__media {
  display: grid;
  place-items: center;
  min-width: 0;
  border-radius: 6px;
  background: #eef4f8;
  overflow: hidden;
}

.company-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-picker--single .company-card__media {
  min-height: 148px;
  border-radius: 10px;
}

.company-card__placeholder {
  color: #8b98a9;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.company-card__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.company-picker--single .company-card__body {
  align-content: center;
  gap: 9px;
}

.company-card__body strong {
  font-size: 13px;
  line-height: 1.2;
}

.company-picker--single .company-card__body strong {
  color: #0b1f38;
  font-size: 24px;
  line-height: 1.05;
}

.company-card__badge {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: #0f805a;
  color: #ffffff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
}

.company-card__body small,
.company-card__body span,
.company-card__body a {
  color: #6c7a8d;
  font-size: 11px;
  line-height: 1.25;
  text-decoration: none;
}

.company-picker--single .company-card__body small {
  color: #33475b;
  font-size: 15px;
  font-weight: 760;
}

.company-card__body .company-card__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.company-card__body a {
  color: #157a57;
  font-weight: 750;
}

.company-picker--single .company-card__body a {
  font-size: 14px;
}

.company-card.is-active-option:hover,
.company-card.is-active-option:focus-within,
.company-card.is-active-option:has(input:checked) {
  border-color: #157a57;
  box-shadow: 0 18px 40px -30px rgba(21, 122, 87, 0.7);
  transform: translateY(-1px);
}

.company-picker--single .company-card.is-active-option:hover,
.company-picker--single .company-card.is-active-option:focus-within,
.company-picker--single .company-card.is-active-option:has(input:checked) {
  box-shadow: 0 26px 58px -38px rgba(21, 122, 87, 0.82);
}

.company-card.is-active-option:has(input:checked)::after {
  content: "Selected";
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 4px 7px;
  border-radius: 99px;
  background: #157a57;
  color: #ffffff;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 700;
}

.company-card.is-disabled {
  border-style: dashed;
  background: #f6f8f9;
  cursor: not-allowed;
  opacity: 0.72;
}

.verify-status {
  min-height: 20px;
  color: #69788a;
  font-size: 13px;
}

.verify-status.is-success {
  color: #0f684a;
}

.verify-status.is-error {
  color: #a54132;
}

.photo-intake-modal[hidden] {
  display: none;
}

.photo-intake-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
}

.photo-intake-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 16, 31, 0.62);
  backdrop-filter: blur(10px);
}

.photo-intake {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(90vh, 860px);
  overflow: auto;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 34px 90px -38px rgba(0, 0, 0, 0.58);
}

.photo-intake__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #e7ebef;
  border-radius: 50%;
  background: #ffffff;
  color: #5d6b7d;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}

.photo-intake__animation {
  position: relative;
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  margin: 0 auto 18px;
}

.photo-intake__animation span {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(21, 122, 87, 0.22);
  border-radius: 50%;
  animation: photoPulse 1.9s ease-out infinite;
}

.photo-intake__animation span:nth-child(2) {
  animation-delay: 0.35s;
}

.photo-intake__animation span:nth-child(3) {
  animation-delay: 0.7s;
}

.photo-intake__animation svg {
  position: relative;
  width: 74px;
  height: auto;
  padding: 16px;
  border-radius: 50%;
  background: #edf7f2;
}

.photo-intake__heading {
  max-width: 590px;
  margin: 0 auto 20px;
  text-align: center;
}

.photo-intake__heading h2 {
  margin: 0;
  color: #0b1f38;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: 0;
}

.photo-intake__heading p {
  margin: 11px 0 0;
  color: #5d6b7d;
  font-size: 14.5px;
  line-height: 1.5;
}

.photo-intake__actions,
.photo-intake__footer,
.photo-camera__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.photo-intake__actions {
  margin-top: 18px;
}

.photo-intake__actions .button {
  flex: 1 1 0;
  justify-content: center;
  min-width: 0;
  max-width: 190px;
  min-height: 58px;
  padding-right: 16px;
  padding-left: 16px;
  text-align: center;
  white-space: normal;
}

.street-view-context-panel {
  display: grid;
  gap: 6px;
  max-width: 590px;
  margin: 16px auto 0;
  padding: 14px 16px;
  border: 1px solid #dfe7eb;
  border-left: 4px solid #157a57;
  border-radius: 8px;
  background: #f8fbfa;
}

.street-view-context-panel strong {
  color: #0b1f38;
  font-size: 14px;
  line-height: 1.3;
}

.street-view-context-panel p {
  margin: 0;
  color: #5d6b7d;
  font-size: 13px;
  line-height: 1.45;
}

.photo-upload-button {
  cursor: pointer;
}

.photo-upload-button.is-disabled {
  pointer-events: none;
  opacity: 0.48;
}

.photo-intake__status {
  min-height: 20px;
  margin: 16px 0 0;
  color: #69788a;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.photo-intake__status.is-valid {
  color: #0f684a;
}

.photo-intake__status.is-error {
  color: #a54132;
}

.photo-camera {
  margin-top: 18px;
  padding: 14px;
  border: 1px solid #e5edf0;
  border-radius: 8px;
  background: #f8fafb;
}

.photo-camera video {
  display: block;
  width: 100%;
  max-height: 340px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: #06101f;
  object-fit: cover;
}

.photo-preview-grid {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.photo-preview-card {
  position: relative;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px 42px 10px 10px;
  border: 1px solid #e7ebef;
  border-radius: 8px;
  background: #ffffff;
}

.photo-preview-card.has-warning {
  border-color: #efd8b0;
  background: #fffaf2;
}

.photo-preview-card img {
  width: 82px;
  height: 66px;
  border-radius: 6px;
  object-fit: cover;
  background: #eef1f4;
}

.photo-preview-card strong,
.photo-preview-card span,
.photo-preview-card p {
  display: block;
}

.photo-preview-card strong {
  color: #0b1f38;
  font-size: 13.5px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.photo-preview-card span {
  margin-top: 3px;
  color: #69788a;
  font-size: 12px;
}

.photo-preview-card p {
  margin: 4px 0 0;
  color: #526174;
  font-size: 12px;
  line-height: 1.35;
}

.photo-preview-card button {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid #e0e6ec;
  border-radius: 50%;
  background: #ffffff;
  color: #5d6b7d;
  font-size: 17px;
  cursor: pointer;
}

.photo-intake__footer {
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #eef1f4;
}

.photo-review-mode .score-ring--static {
  opacity: 0.92;
}

.photo-review-mode .score-ring--static > div strong {
  font-size: 56px;
}

.photo-review-mode .schedule-strip p {
  max-width: 700px;
}

.final-intake {
  margin-top: 28px;
  text-align: center;
  animation: revealUp 0.65s ease both;
}

.final-intake > div {
  color: #5fcf9f;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.final-intake strong {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: 0;
}

.final-intake p,
.final-intake span {
  display: block;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

@keyframes photoPulse {
  0% {
    opacity: 0.7;
    transform: scale(0.72);
  }
  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}

@media (max-width: 640px) {
  .photo-intake-modal {
    align-items: end;
    padding: 12px;
  }

  .photo-intake {
    max-height: 92vh;
    padding: 24px 16px 18px;
  }

  .photo-intake__heading h2 {
    font-size: 20px;
  }

  .photo-intake__actions .button,
  .photo-intake__footer .button,
  .photo-camera__controls .button {
    width: 100%;
    justify-content: center;
    white-space: normal;
  }

  .photo-intake__footer {
    justify-content: center;
  }

  .photo-preview-card {
    grid-template-columns: 72px 1fr;
    padding-right: 36px;
  }

  .photo-preview-card img {
    width: 72px;
    height: 58px;
  }

  .final-intake strong {
    font-size: 30px;
  }
}

.route-analyzer #experience-app > section {
  display: none;
}

.route-analyzer .hero--home {
  min-height: calc(100vh - 68px);
}

.route-shell {
  width: min(1120px, calc(100% - 80px));
  margin: 0 auto;
}

.route-kicker {
  display: block;
  color: #157a57;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.route-kicker--bright {
  color: #5fcf9f;
}

.route-hero {
  padding: 92px 0 76px;
  border-bottom: 1px solid #e4e9ed;
  background: #ffffff;
}

.route-hero h1,
.zone-route-hero h1,
.admin-unavailable h1 {
  max-width: 820px;
  margin: 16px 0 18px;
  color: #0b1f38;
  font-size: 58px;
  line-height: 1.04;
}

.route-hero > .route-shell > p,
.zone-route-hero__grid > div > p,
.admin-unavailable p {
  max-width: 690px;
  margin: 0;
  color: #667588;
  font-size: 18px;
  line-height: 1.65;
}

.route-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 180px));
  gap: 32px;
  margin-top: 46px;
}

.route-stats div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.route-stats strong {
  color: #0b1f38;
  font-size: 34px;
}

.route-stats span {
  color: #758396;
  font-size: 13px;
}

.route-band {
  padding: 72px 0;
  background: #ffffff;
}

.route-band--muted,
.route-band--search {
  border-top: 1px solid #e5eaee;
  border-bottom: 1px solid #e5eaee;
  background: #f6f8f8;
}

.route-band--search {
  padding: 28px 0;
}

.route-band--search .route-shell {
  display: flex;
  align-items: flex-end;
  gap: 22px;
}

.zone-search {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  max-width: 660px;
  color: #33475b;
  font-size: 13px;
  font-weight: 700;
}

.zone-search input,
.zone-lead-panel input {
  width: 100%;
  border: 1px solid #ccd5dc;
  border-radius: 8px;
  background: #ffffff;
  color: #0b1f38;
}

.zone-search input {
  height: 50px;
  padding: 0 16px;
  font-size: 15px;
}

.zone-search__status {
  min-width: 130px;
  margin: 0 0 14px;
  color: #758396;
  font-size: 13px;
  text-align: right;
}

.route-directory {
  padding-top: 64px;
  padding-bottom: 90px;
}

.directory-region + .directory-region {
  margin-top: 78px;
}

.route-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.route-section-heading h2,
.zone-detail-main h2,
.zone-lead-panel h2,
.disclosure-band h2 {
  margin: 8px 0 0;
  color: #0b1f38;
  font-size: 32px;
  line-height: 1.2;
}

.route-section-heading h2 a {
  text-decoration: none;
}

.route-text-link,
.directory-item__meta a {
  color: #157a57;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.directory-list {
  border-top: 1px solid #dce3e8;
}

.directory-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 112px;
  padding: 22px 4px;
  border-bottom: 1px solid #e2e7eb;
}

.directory-item h3 {
  margin: 6px 0;
  font-size: 19px;
}

.directory-item h3 a {
  text-decoration: none;
}

.directory-item p {
  margin: 0;
  color: #758396;
  font-size: 13px;
  line-height: 1.5;
}

.directory-item__meta {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 8px;
}

.directory-item__meta > span {
  color: #758396;
  font-size: 12px;
}

.route-empty {
  padding: 48px 0;
  color: #667588;
  text-align: center;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 48px;
  color: #758396;
  font-size: 12px;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs--light {
  margin-bottom: 54px;
  color: #b9c5cf;
}

.zone-route-hero {
  padding: 42px 0 84px;
  background: #0b1f38;
}

.zone-route-hero h1 {
  color: #ffffff;
}

.zone-route-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: 72px;
}

.zone-route-hero__grid > div > p {
  color: #b9c5cf;
}

.zone-route-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button--outline-light {
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.zone-route-summary {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.zone-route-summary div {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.zone-route-summary dt {
  color: #94a5b5;
  font-size: 12px;
}

.zone-route-summary dd {
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
}

.zone-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  align-items: start;
  gap: 80px;
}

.zone-detail-main > p,
.zone-lead-panel > p,
.disclosure-band > p {
  color: #667588;
  font-size: 15px;
  line-height: 1.7;
}

.coverage-block {
  margin-top: 38px;
}

.coverage-block h3 {
  margin: 0 0 13px;
  color: #33475b;
  font-size: 13px;
}

.coverage-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.coverage-chips span {
  padding: 8px 10px;
  border: 1px solid #d9e1e5;
  border-radius: 6px;
  background: #ffffff;
  color: #3e5063;
  font-size: 12px;
}

.coverage-chips span.is-active {
  border-color: #157a57;
  background: #ecf5f0;
  color: #0f5f44;
  font-weight: 700;
}

.coverage-chips--cities {
  max-height: 270px;
  overflow: auto;
  padding-right: 4px;
}

.coverage-chips--zip span {
  font-family: "Geist Mono", ui-monospace, monospace;
}

.zone-inline-analyzer {
  margin-top: 54px;
  padding-top: 38px;
  border-top: 1px solid #dce3e8;
}

.zone-inline-analyzer h2,
.zone-context-grid h2 {
  margin: 8px 0 12px;
  color: #0b1f38;
  font-size: 26px;
}

.zone-inline-analyzer form {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(140px, 0.5fr) auto;
  align-items: end;
  gap: 12px;
  margin-top: 22px;
}

.zone-inline-analyzer label {
  display: grid;
  gap: 7px;
  color: #33475b;
  font-size: 12px;
  font-weight: 700;
}

.zone-inline-analyzer input {
  width: 100%;
  height: 46px;
  padding: 0 12px;
  border: 1px solid #ccd5dc;
  border-radius: 8px;
  background: #ffffff;
  color: #0b1f38;
}

.zone-inline-analyzer .lead-status {
  grid-column: 1 / -1;
}

.zone-lead-panel {
  padding: 28px;
  border: 1px solid #dce3e8;
  border-radius: 8px;
  background: #f8faf9;
}

.zone-lead-panel form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.zone-lead-panel label {
  display: grid;
  gap: 7px;
  color: #33475b;
  font-size: 12px;
  font-weight: 700;
}

.zone-lead-panel label > span {
  color: #758396;
  font-weight: 400;
}

.zone-lead-panel input {
  height: 44px;
  padding: 0 12px;
}

.zone-lead-panel .lead-consent {
  display: flex;
  align-items: flex-start;
  grid-template-columns: none;
  gap: 9px;
  font-weight: 400;
  line-height: 1.45;
}

.zone-lead-panel .lead-consent input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
}

.lead-honeypot {
  position: absolute;
  left: -10000px;
}

.lead-status {
  min-height: 20px;
  margin: 0;
  color: #667588;
  font-size: 12px;
}

.lead-status.is-success {
  color: #157a57;
}

.lead-status.is-error {
  color: #a04444;
}

.disclosure-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 72px;
}

.zone-context-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.zone-context-grid > div + div {
  padding-left: 80px;
  border-left: 1px solid #dce3e8;
}

.zone-context-grid p {
  color: #667588;
  font-size: 15px;
  line-height: 1.7;
}

.disclosure-band > p {
  margin: 0;
}

.admin-unavailable {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 232px);
  padding: 90px 0;
  background: #f6f8f8;
}

.admin-unavailable .button {
  margin-top: 28px;
}

.admin-login-page {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 232px);
  padding: 72px 0;
  background: #f6f8f8;
}

.admin-login-card {
  width: min(100% - 40px, 560px);
  padding: 30px;
  border: 1px solid #dfe6eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 70px -48px rgba(11, 31, 56, 0.48);
}

.admin-login-card h1 {
  margin: 14px 0 12px;
  color: #0b1f38;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: 0;
}

.admin-login-card > p {
  margin: 0;
  color: #667588;
  font-size: 15px;
  line-height: 1.6;
}

.admin-login-warning {
  margin: 18px 0 0;
  padding: 13px;
  border: 1px solid #edcf99;
  border-radius: 8px;
  background: #fffaf2;
  color: #7a521d;
  font-size: 13px;
  line-height: 1.45;
}

.admin-login-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.admin-login-form label {
  display: grid;
  gap: 7px;
  color: #33475b;
  font-size: 12px;
  font-weight: 750;
}

.admin-login-form input {
  width: 100%;
  height: 46px;
  padding: 0 13px;
  border: 1px solid #d9e2e7;
  border-radius: 8px;
  color: #0b1f38;
  font: inherit;
}

.local-admin {
  min-height: calc(100vh - 232px);
  padding: 72px 0;
  background: #f6f8f8;
}

.local-admin h1 {
  max-width: 820px;
  margin: 16px 0 18px;
  color: #0b1f38;
  font-size: 58px;
  line-height: 1.04;
}

.local-admin > .route-shell > p {
  max-width: 720px;
  margin: 0;
  color: #667588;
  font-size: 18px;
  line-height: 1.65;
}

.local-admin-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 34px 0;
}

.local-admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  max-width: 720px;
  margin: 22px 0 0;
  padding: 12px 14px;
  border: 1px solid #dfe6eb;
  border-radius: 8px;
  background: #ffffff;
}

.local-admin-toolbar span {
  color: #667588;
  font-size: 13px;
}

.local-admin-toolbar > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.local-admin-toolbar button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #dbe4e9;
  border-radius: 7px;
  background: #ffffff;
  color: #33475b;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
}

.local-admin-toolbar button:hover {
  border-color: #157a57;
  color: #157a57;
}

.local-admin-toolbar button.is-active {
  border-color: #157a57;
  background: #ecf5f0;
  color: #0f5f44;
}

.local-admin-section-head {
  max-width: 720px;
  margin: 10px 0 18px;
}

.local-admin-section-head h2 {
  margin: 10px 0 8px;
  color: #0b1f38;
  font-size: 32px;
  letter-spacing: 0;
}

.local-admin-section-head p {
  margin: 0;
  color: #667588;
  font-size: 14px;
  line-height: 1.55;
}

.company-admin {
  margin: 42px 0 34px;
}

.admin-settings {
  display: grid;
  gap: 20px;
  margin: 34px 0;
}

.admin-settings-google,
.admin-settings-card {
  border: 1px solid #dfe6eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 38px -34px rgba(11, 31, 56, 0.32);
}

.admin-settings-google {
  display: grid;
  gap: 18px;
  padding: 20px;
}

.admin-settings-google__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.admin-settings-google__head h3,
.admin-settings-card h3 {
  margin: 8px 0 6px;
  color: #0b1f38;
  font-size: 22px;
  letter-spacing: 0;
}

.admin-settings-google__head p,
.admin-settings-card p {
  margin: 0;
  color: #667588;
  font-size: 13px;
  line-height: 1.55;
}

.admin-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 99px;
  background: #eef2f5;
  color: #667588;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-status-badge.is-active {
  background: #ecf5f0;
  color: #0f5f44;
}

.admin-settings-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.admin-settings-grid div {
  min-width: 0;
  padding: 12px;
  border: 1px solid #edf1f4;
  border-radius: 8px;
  background: #fbfcfd;
}

.admin-settings-grid dt {
  color: #8a98aa;
  font-size: 11px;
  font-weight: 700;
}

.admin-settings-grid dd {
  min-width: 0;
  margin: 5px 0 0;
  color: #33475b;
  font-size: 13px;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.admin-settings-note {
  padding: 12px 14px;
  border: 1px solid #dcebe5;
  border-left: 4px solid #157a57;
  border-radius: 8px;
  background: #f8fbfa;
  color: #33475b;
  font-size: 13px;
  line-height: 1.5;
}

.admin-google-env-form {
  display: grid;
  gap: 16px;
  padding: 16px;
  border: 1px solid #edf1f4;
  border-radius: 8px;
  background: #fbfcfd;
}

.admin-settings-form-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.admin-settings-form-head h4 {
  margin: 0 0 6px;
  color: #0b1f38;
  font-size: 17px;
}

.admin-settings-form-head p {
  margin: 0;
  color: #667588;
  font-size: 13px;
  line-height: 1.45;
}

.admin-settings-form-head > span {
  flex: none;
  padding: 5px 8px;
  border-radius: 99px;
  background: #ecf5f0;
  color: #0f5f44;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-google-env-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.admin-google-env-grid label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #33475b;
  font-size: 12px;
  font-weight: 750;
}

.admin-google-env-grid label > span {
  overflow-wrap: anywhere;
}

.admin-google-env-grid input,
.admin-google-env-grid select {
  width: 100%;
  min-height: 42px;
  padding: 0 11px;
  border: 1px solid #d9e2e7;
  border-radius: 8px;
  background: #ffffff;
  color: #0b1f38;
  font: inherit;
  font-size: 13px;
}

.admin-google-env-grid small {
  color: #8a98aa;
  font-size: 11px;
  line-height: 1.35;
}

.admin-google-env-grid__wide {
  grid-column: span 2;
}

.admin-settings-checklist {
  display: grid;
  gap: 12px;
}

.admin-settings-checklist h4 {
  margin: 0;
  color: #0b1f38;
  font-size: 16px;
}

.admin-settings-checklist ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.admin-settings-checklist li {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px dashed #dfe6eb;
  border-radius: 8px;
  background: #f8fafb;
}

.admin-settings-checklist li.is-enabled {
  border-style: solid;
  border-color: #cfe5da;
  background: #f8fbfa;
}

.admin-settings-checklist li span {
  width: fit-content;
  padding: 4px 7px;
  border-radius: 99px;
  background: #eef2f5;
  color: #667588;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-settings-checklist li.is-enabled span {
  background: #ecf5f0;
  color: #0f5f44;
}

.admin-settings-checklist strong {
  color: #0b1f38;
  font-size: 13px;
}

.admin-settings-checklist small {
  color: #667588;
  font-size: 12px;
}

.admin-settings-test {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #edf1f4;
}

.admin-settings-test > div {
  display: grid;
  gap: 4px;
  min-width: 0;
  color: #667588;
  font-size: 13px;
  line-height: 1.4;
}

.admin-settings-test strong {
  color: #0b1f38;
}

.admin-settings-test small {
  color: #8a98aa;
}

.admin-settings-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.admin-settings-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 180px;
  padding: 16px;
}

.photo-review-admin {
  margin: 42px 0 34px;
}

.photo-review-list {
  display: grid;
  gap: 16px;
}

.photo-review-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid #dfe6eb;
  border-radius: 8px;
  background: #ffffff;
}

.photo-review-card__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.photo-review-card__head h3 {
  margin: 8px 0 5px;
  color: #0b1f38;
  font-size: 20px;
  letter-spacing: 0;
}

.photo-review-card__head p,
.photo-review-card > p {
  margin: 0;
  color: #667588;
  font-size: 13px;
  line-height: 1.5;
}

.photo-review-card__result {
  align-self: start;
  padding: 6px 10px;
  border-radius: 7px;
  background: #ecf5f0;
  color: #0f5f44;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.photo-review-card__meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.photo-review-card__meta div {
  padding: 10px;
  border: 1px solid #edf1f4;
  border-radius: 8px;
  background: #fbfcfd;
}

.photo-review-card__meta dt {
  color: #8a98aa;
  font-size: 11px;
}

.photo-review-card__meta dd {
  margin: 4px 0 0;
  color: #33475b;
  font-size: 13px;
  font-weight: 650;
}

.photo-review-card__photos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.photo-review-card__photos figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #edf1f4;
  border-radius: 8px;
  background: #fbfcfd;
}

.photo-review-card__photos img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #eef2f5;
}

.photo-review-card__photos figcaption {
  padding: 8px;
  color: #667588;
  font-size: 11px;
  line-height: 1.35;
}

.company-admin-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.company-admin-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 245px;
  padding: 16px;
  border: 1px solid #dfe6eb;
  border-radius: 8px;
  background: #ffffff;
}

.company-admin-card.is-disabled {
  border-style: dashed;
  background: #f8fafb;
  opacity: 0.78;
}

.company-admin-card span {
  display: inline-flex;
  width: fit-content;
  padding: 4px 8px;
  border-radius: 99px;
  background: #ecf5f0;
  color: #0f5f44;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.company-admin-card.is-disabled span {
  background: #eef2f5;
  color: #7b8795;
}

.company-admin-card h3 {
  margin: 10px 0 6px;
  color: #0b1f38;
  font-size: 18px;
  letter-spacing: 0;
}

.company-admin-card a {
  color: #157a57;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.company-admin-card > strong {
  color: #0b1f38;
  font-size: 44px;
  line-height: 1;
}

.company-admin-card p {
  margin: 0;
  color: #667588;
  font-size: 12px;
  line-height: 1.45;
}

.company-admin-card__leads {
  display: grid;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid #edf1f4;
}

.local-admin-column {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 360px;
  padding: 18px;
  border: 1px solid #dfe6eb;
  border-radius: 8px;
  background: #ffffff;
}

.local-admin-column.is-priority {
  border-color: #d99526;
  background: #fffaf2;
}

.local-admin-column__head span {
  display: inline-grid;
  place-items: center;
  min-width: 36px;
  height: 28px;
  padding: 0 9px;
  border-radius: 99px;
  background: #ecf5f0;
  color: #0f5f44;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 700;
}

.local-admin-column.is-priority .local-admin-column__head span {
  background: #fdf3e7;
  color: #9a6213;
}

.local-admin-column h2 {
  margin: 13px 0 7px;
  color: #0b1f38;
  font-size: 21px;
  letter-spacing: 0;
}

.local-admin-column p {
  margin: 0;
  color: #667588;
  font-size: 13px;
  line-height: 1.5;
}

.local-lead-list {
  display: grid;
  gap: 10px;
}

.local-admin-column > .local-lead-list {
  max-height: 1080px;
  overflow-y: auto;
  padding-right: 6px;
  overscroll-behavior: contain;
}

.local-admin-grid .local-admin-column:first-child > .local-lead-list {
  max-height: 620px;
}

.local-admin-column > .local-lead-list::-webkit-scrollbar,
.local-lead-list--trash::-webkit-scrollbar {
  width: 8px;
}

.local-admin-column > .local-lead-list::-webkit-scrollbar-thumb,
.local-lead-list--trash::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background: #cfd9df;
}

.local-admin-column > .local-lead-list::-webkit-scrollbar-track,
.local-lead-list--trash::-webkit-scrollbar-track {
  background: transparent;
}

.local-lead-card {
  display: grid;
  gap: 10px;
  padding: 13px;
  border: 1px solid #e4eaee;
  border-radius: 8px;
  background: #fbfcfd;
}

.local-lead-card.is-priority {
  border-color: #edcf99;
  background: #ffffff;
}

.local-lead-card.is-trash {
  border-style: dashed;
  background: #f7f8f9;
}

.local-lead-card__open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.local-lead-card__open:focus-visible {
  outline: 3px solid rgba(95, 207, 159, 0.38);
  outline-offset: 4px;
  border-radius: 6px;
}

.local-lead-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.local-lead-card__top strong {
  color: #0b1f38;
  font-size: 14px;
}

.local-lead-card__top span {
  padding: 4px 7px;
  border-radius: 99px;
  background: #d99526;
  color: #ffffff;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
}

.local-lead-card dl {
  display: grid;
  gap: 7px;
  margin: 0;
}

.local-lead-card dl div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 8px;
}

.local-lead-card dt {
  color: #8a98aa;
  font-size: 11px;
}

.local-lead-card dd {
  min-width: 0;
  margin: 0;
  color: #33475b;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.local-lead-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid #edf1f4;
}

.local-lead-card__actions button,
.admin-detail__actions button {
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid #dbe4e9;
  border-radius: 7px;
  background: #ffffff;
  color: #33475b;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
}

.local-lead-card__actions button:hover,
.admin-detail__actions button:hover {
  border-color: #157a57;
  color: #157a57;
}

.trash-admin {
  margin: 42px 0 34px;
}

.local-lead-list--trash {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-height: 358px;
  overflow-y: auto;
  padding-right: 6px;
  overscroll-behavior: contain;
}

.admin-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 24px;
}

.admin-detail-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 16, 31, 0.66);
  backdrop-filter: blur(10px);
}

.admin-detail {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  max-height: min(92vh, 980px);
  overflow: auto;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 34px 90px -38px rgba(0, 0, 0, 0.58);
}

.admin-detail__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #e7ebef;
  border-radius: 50%;
  background: #ffffff;
  color: #5d6b7d;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}

.admin-detail__head {
  max-width: 720px;
  margin-bottom: 22px;
}

.admin-detail__head h2 {
  margin: 8px 44px 10px 0;
  color: #0b1f38;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: 0;
}

.admin-detail__head p {
  margin: 0;
  color: #667588;
  font-size: 15px;
  line-height: 1.55;
}

.admin-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.admin-detail-grid section {
  padding: 14px;
  border: 1px solid #e5ebef;
  border-radius: 8px;
  background: #fbfcfd;
}

.admin-detail h3 {
  margin: 0 0 12px;
  color: #0b1f38;
  font-size: 16px;
  letter-spacing: 0;
}

.admin-detail dl {
  display: grid;
  gap: 9px;
  margin: 0;
}

.admin-detail dl div {
  display: grid;
  gap: 3px;
}

.admin-detail dt {
  color: #8a98aa;
  font-size: 11px;
}

.admin-detail dd {
  min-width: 0;
  margin: 0;
  color: #33475b;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.admin-detail dd a {
  color: #157a57;
  font-weight: 750;
  text-decoration: none;
}

.admin-detail__report {
  margin-top: 14px;
}

.admin-detail-photos {
  margin-top: 22px;
}

.admin-detail-photos > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.admin-detail-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid #e5ebef;
  border-radius: 8px;
  background: #fbfcfd;
}

.admin-detail-photo img,
.admin-detail-photo__empty {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #eef2f5;
  color: #8a98aa;
  font-size: 12px;
}

.admin-detail-photo figcaption {
  display: grid;
  gap: 6px;
  padding: 10px;
}

.admin-detail-photo figcaption strong {
  color: #0b1f38;
  font-size: 13px;
}

.admin-detail-photo figcaption span,
.admin-detail-photo figcaption p,
.admin-detail-photo figcaption li {
  margin: 0;
  color: #667588;
  font-size: 11px;
  line-height: 1.35;
}

.admin-detail-photo ul {
  display: grid;
  gap: 3px;
  margin: 0;
  padding-left: 16px;
}

.admin-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #edf1f4;
}

.local-admin-empty {
  padding: 14px;
  border: 1px dashed #d9e1e5;
  border-radius: 8px;
  background: #f8fafb;
}

.route-loading {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 65vh;
  color: #667588;
}

.route-loading > span {
  width: 28px;
  height: 28px;
  border: 2px solid #d6dfdc;
  border-top-color: #157a57;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@media (max-width: 900px) {
  .route-shell {
    width: min(100% - 48px, 1120px);
  }

  .route-hero h1,
  .zone-route-hero h1,
  .admin-unavailable h1,
  .local-admin h1 {
    font-size: 46px;
  }

  .zone-route-hero__grid,
  .zone-detail-grid,
  .disclosure-band,
  .zone-context-grid,
  .local-admin-grid,
  .company-admin-grid,
  .admin-settings-grid,
  .admin-settings-checklist ul,
  .admin-settings-placeholder-grid,
  .local-lead-list--trash {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .admin-detail-grid,
  .admin-detail-photos > div,
  .photo-review-card__meta,
  .photo-review-card__photos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .zone-context-grid > div + div {
    padding-top: 38px;
    padding-left: 0;
    border-top: 1px solid #dce3e8;
    border-left: 0;
  }

  .zone-inline-analyzer form {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .zone-route-summary {
    max-width: 560px;
  }

  .admin-settings-google__head,
  .admin-settings-test,
  .admin-settings-form-head,
  .local-admin-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-google-env-grid {
    grid-template-columns: 1fr;
  }

  .admin-google-env-grid__wide {
    grid-column: auto;
  }

  .local-admin-toolbar > div {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .route-shell {
    width: min(100% - 36px, 1120px);
  }

  .route-hero,
  .zone-route-hero {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .route-hero h1,
  .zone-route-hero h1,
  .admin-unavailable h1,
  .local-admin h1 {
    font-size: 38px;
  }

  .route-stats {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }

  .admin-detail {
    padding: 22px;
  }

  .admin-detail-grid,
  .admin-detail-photos > div {
    grid-template-columns: 1fr;
  }

  .company-picker__grid {
    grid-template-columns: 1fr;
  }

  .company-picker__head {
    align-items: stretch;
    flex-direction: column;
  }

  .company-picker__head label {
    align-items: stretch;
    flex-direction: column;
  }

  .company-picker__head select {
    width: 100%;
  }

  .company-card {
    grid-template-columns: 96px 1fr;
    grid-template-rows: auto;
    min-height: 118px;
  }

  .company-picker--single .company-card {
    grid-template-columns: 1fr;
    gap: 14px !important;
    min-height: 0;
  }

  .company-picker--single .company-card__media {
    min-height: 150px;
  }

  .company-picker--single .company-card__body strong {
    font-size: 22px;
  }

  .report-insight-card dl div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .report-insight-card dd {
    max-width: none;
    text-align: left;
  }

  .report-evidence-panel dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .route-band {
    padding: 54px 0;
  }

  .route-band--search .route-shell,
  .route-section-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .zone-search__status {
    margin: 0;
    text-align: left;
  }

  .directory-item {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px 0;
  }

  .directory-item__meta {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }

  .zone-route-summary div {
    grid-template-columns: 1fr;
  }

  .zone-route-summary dd {
    text-align: left;
  }

  .zone-lead-panel {
    padding: 22px;
  }

  .address-zone-match {
    margin-right: 14px;
    margin-left: 14px;
  }
}
