:root {
  --navy: #06245c;
  --blue: #0b55ad;
  --green: #25964b;
  --soft-green: #edf8ef;
  --yellow: #f5b51b;
  --purple: #6e47b8;
  --red: #ee6a5b;
  --teal: #12866d;
  --line: #d9e2ef;
  --muted: #51617a;
  --paper: #ffffff;
  --soft: #f8fbff;
  --warning: #fff8e8;
  --shadow: 0 12px 28px rgba(15, 32, 64, 0.11);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
  color: var(--navy);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  touch-action: manipulation;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 68px;
  padding: 10px clamp(22px, 5vw, 66px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  color: var(--navy);
  display: inline-flex;
  gap: 12px;
  text-decoration: none;
}

.brand strong {
  font-size: clamp(24px, 2.6vw, 34px);
  letter-spacing: 0;
}

.brand strong span {
  color: var(--green);
}

.brand-text {
  display: grid;
  gap: 1px;
}

.brand-text em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.logo-mark {
  align-items: center;
  background: #f0f8f2;
  border: 3px solid var(--green);
  border-radius: 12px;
  color: var(--navy);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  position: relative;
  width: 48px;
}

.logo-mark::before {
  background: #fff;
  border-left: 3px solid var(--green);
  border-top: 3px solid var(--green);
  content: "";
  height: 20px;
  left: 10px;
  position: absolute;
  top: -12px;
  transform: rotate(45deg);
  width: 20px;
}

.logo-mark svg {
  fill: none;
  height: 27px;
  position: relative;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
  width: 27px;
  z-index: 1;
}

.logo-house {
  border: 4px solid var(--green);
  border-radius: 5px;
  display: inline-flex;
  height: 36px;
  position: relative;
  width: 36px;
}

.logo-house::before {
  border-left: 4px solid var(--green);
  border-top: 4px solid var(--green);
  content: "";
  height: 23px;
  left: 3px;
  position: absolute;
  top: -14px;
  transform: rotate(45deg);
  width: 23px;
}

.logo-house span {
  background: var(--navy);
  border-radius: 50%;
  height: 11px;
  margin: auto;
  width: 11px;
}

.top-links {
  align-items: center;
  display: flex;
  gap: clamp(14px, 3vw, 40px);
}

.top-links a {
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}

.phone-link {
  line-height: 1.15;
}

.menu-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--navy);
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
}

.menu-button span {
  background: var(--navy);
  display: block;
  height: 3px;
  width: 28px;
}

.menu-button span + span {
  margin-left: -38px;
  margin-top: 9px;
}

.menu-button span + span + span {
  margin-left: -38px;
  margin-top: -9px;
}

.menu-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
  display: grid;
  min-width: 230px;
  padding: 8px;
  position: absolute;
  right: clamp(18px, 5vw, 66px);
  top: calc(100% - 4px);
  z-index: 25;
}

.menu-panel a {
  border-radius: 8px;
  color: var(--navy);
  font-weight: 850;
  padding: 11px 12px;
  text-decoration: none;
}

.menu-panel a:hover,
.menu-panel a:focus-visible {
  background: #eef6ff;
  outline: none;
}

main {
  margin: 0 auto;
  max-width: 1440px;
}

.home-screen,
.form-screen,
.results-screen {
  padding: 18px clamp(18px, 5vw, 72px) 58px;
}

.hero-grid {
  align-items: center;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 280px;
}

.hero-copy h1,
.screen-title h1,
.center-title h1,
.results-head h1 {
  font-size: clamp(42px, 5.7vw, 72px);
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0 0 14px;
}

.results-head h1 {
  font-size: clamp(42px, 4.6vw, 60px);
}

.title-rule {
  background: var(--green);
  display: block;
  height: 3px;
  margin: 0 0 14px;
  width: 58px;
}

.hero-copy p,
.screen-title p,
.center-title p,
.results-head p {
  color: var(--navy);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.45;
  max-width: 600px;
}

.hero-emergency {
  background: #fff0f0;
  border: 1px solid #ffb7b7;
  border-radius: 10px;
  color: #a21414 !important;
  font-size: clamp(15px, 1.25vw, 17px) !important;
  font-weight: 800;
  margin-top: 16px;
  padding: 12px 14px;
}

.hero-art {
  align-self: stretch;
  overflow: hidden;
}

.hero-art img,
.screen-title img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.need-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 22px auto 14px;
}

.need-card {
  align-items: center;
  background: linear-gradient(145deg, #fff, #f9fcff);
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--navy);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 11px;
  justify-content: center;
  min-height: 160px;
  padding: 18px 14px;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.need-card:hover,
.need-card:focus-visible,
.need-card.selected {
  border-color: currentColor;
  box-shadow: var(--shadow);
  outline: none;
  transform: translateY(-2px);
}

.need-card.green { color: var(--green); }
.need-card.yellow { color: var(--blue); }
.need-card.purple { color: var(--purple); }
.need-card.red { color: var(--red); }
.need-card.teal { color: var(--teal); }
.need-card.blue { color: var(--blue); }

.need-card strong {
  color: var(--navy);
  font-size: 17px;
  line-height: 1.2;
}

.need-icon {
  align-items: center;
  border: 3px solid currentColor;
  border-radius: 12px;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  width: 58px;
}

.need-icon svg,
.result-icon svg,
.trust-icon svg,
.pin-icon svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.need-icon svg {
  height: 34px;
  width: 34px;
}

.arrow {
  color: currentColor;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.center-actions {
  margin: 12px auto 28px;
  max-width: 560px;
  text-align: center;
}

.center-actions p {
  color: var(--navy);
  font-size: 14px;
  line-height: 1.25;
  margin: 8px 0;
}

.primary,
.secondary {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 54px;
  padding: 0 32px;
  text-decoration: none;
}

.primary {
  background: linear-gradient(180deg, #0c3a8c, #06245c);
  border: 1px solid #06245c;
  box-shadow: 0 10px 18px rgba(6, 36, 92, 0.18);
  color: #fff;
}

.primary:disabled {
  background: #d8e0ec;
  border-color: #c6d0de;
  box-shadow: none;
  color: #6e7b90;
  cursor: not-allowed;
}

.primary.compact {
  min-height: 42px;
  min-width: 250px;
}

.secondary {
  background: #fff;
  border: 1px solid var(--navy);
  color: var(--navy);
}

.secondary:disabled {
  background: #eef2f7;
  border-color: #cbd5e1;
  color: #65758d;
  cursor: not-allowed;
}

.small {
  min-height: 42px;
  padding: 0 18px;
}

.full {
  display: flex;
  margin-top: 12px;
  width: 100%;
}

.privacy-line,
.privacy-footer,
.privacy-badge {
  color: var(--navy);
  font-size: 13px;
}

.privacy-line strong,
.privacy-footer strong,
.privacy-badge strong {
  font-weight: 900;
}

.privacy-line::before,
.privacy-footer::before,
.privacy-badge::before {
  background: var(--green);
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 6px;
  position: relative;
  width: 10px;
}

.coverage-panel {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr 1.7fr;
  margin: 0 auto 12px;
  max-width: 1160px;
  padding: 20px 32px;
}

.coverage-panel h2 {
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.coverage-panel h2 span {
  color: var(--green);
}

.coverage-panel p {
  color: var(--muted);
  margin: 0;
}

.state-map {
  height: 112px;
  position: relative;
}

.state {
  border: 1px solid var(--green);
  display: block;
  opacity: 0.85;
  position: absolute;
}

.state.la {
  background: #e7f7ec;
  border-radius: 55% 35% 45% 55%;
  height: 96px;
  left: 22px;
  top: 6px;
  transform: rotate(-8deg);
  width: 86px;
}

.state.ms {
  background: #e7f0ff;
  border-color: #6aa7e8;
  border-radius: 10px 12px 18px 14px;
  height: 106px;
  left: 120px;
  top: 2px;
  transform: skew(-6deg);
  width: 66px;
}

.state-map i {
  background: var(--navy);
  border: 2px solid #fff;
  border-radius: 50%;
  height: 7px;
  left: calc(52px + (var(--i) % 6) * 24px);
  box-shadow: 0 1px 4px rgba(6, 36, 92, 0.28);
  position: absolute;
  top: calc(22px + (var(--i) % 5) * 17px);
  width: 7px;
  z-index: 2;
}

.state-map i.la {
  background: var(--green);
}

.state-map i.ms {
  background: var(--blue);
}

.covered-cities {
  border-left: 1px solid var(--line);
  padding-left: 30px;
}

.covered-cities h3 {
  margin: 0 0 8px;
}

.covered-cities ul {
  columns: 3;
  list-style: none;
  margin: 0;
  padding: 0;
}

.covered-cities li {
  align-items: center;
  color: var(--navy);
  display: flex;
  font-size: 14px;
  gap: 5px;
  margin: 0 0 6px;
}

.pin-icon {
  color: var(--green);
  display: inline-flex;
  flex: 0 0 14px;
}

.pin-icon svg {
  height: 14px;
  width: 14px;
}

.emergency-strip {
  align-items: center;
  background: #fff0f0;
  border: 1px solid #ffb7b7;
  border-radius: 10px;
  color: #a21414;
  display: flex;
  font-weight: 850;
  gap: 28px;
  justify-content: center;
  margin: 12px auto;
  max-width: 1160px;
  padding: 12px 20px;
}

.emergency-strip span {
  color: var(--navy);
}

.trust-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 1160px;
}

.trust-row article {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: flex;
  gap: 12px;
  padding: 14px 18px;
}

.trust-icon {
  align-items: center;
  background: var(--green);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.trust-icon svg {
  height: 23px;
  width: 23px;
}

.trust-row h3 {
  font-size: 15px;
  margin: 0 0 4px;
}

.trust-row p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
}

.screen-kicker {
  background: var(--soft-green);
  border-radius: 999px;
  color: var(--green);
  display: inline-flex;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 7px 14px;
}

.screen-title.with-art {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  margin-bottom: 14px;
}

.screen-title img {
  border-radius: 0 0 0 80px;
  height: 132px;
  opacity: 0.88;
}

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

.form-card,
.review-card,
.send-card,
.notice,
.send-results,
.result-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.form-card {
  min-height: 146px;
  padding: 14px 16px;
}

.form-card h2,
.send-card h2 {
  align-items: center;
  display: flex;
  font-size: 18px;
  gap: 10px;
  margin: 0 0 12px;
}

.form-card h2 span {
  align-items: center;
  background: #e9f6ec;
  border-radius: 50%;
  color: var(--green);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.form-card h2 em,
.send-card h2 span {
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.form-card label,
.send-card label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

.input {
  background: #fff;
  border: 1px solid #bcc8da;
  border-radius: 7px;
  color: var(--navy);
  height: 42px;
  padding: 0 12px;
  width: 100%;
}

.counter-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
}

.counter-row label {
  margin: 0;
}

.counter {
  display: grid;
  gap: 8px;
  grid-template-columns: 34px 62px 34px;
}

.counter button,
.counter output {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: flex;
  height: 32px;
  justify-content: center;
}

.counter button {
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  font-weight: 900;
}

.check-grid {
  display: grid;
  gap: 5px 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.check-line,
.radio-line {
  align-items: center;
  color: var(--navy);
  display: flex !important;
  font-size: 14px;
  font-weight: 500 !important;
  gap: 9px;
  line-height: 1.25;
  margin-bottom: 7px !important;
}

.check-line input,
.radio-line input {
  accent-color: var(--blue);
  height: 18px;
  width: 18px;
}

.contact-card {
  grid-column: 1 / -1;
  min-height: unset;
}

.split {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr;
}

.form-actions {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 16px;
  grid-column: 1 / -1;
  grid-template-columns: 220px 380px 1fr;
  padding-top: 14px;
}

.privacy-badge {
  justify-self: end;
  margin: 0;
}

.narrow {
  margin: 0 auto;
  max-width: 980px;
}

.center-title {
  text-align: center;
}

.center-title h1 {
  font-size: clamp(40px, 5vw, 64px);
}

.center-title p {
  margin-left: auto;
  margin-right: auto;
}

.review-card {
  padding: 18px 54px 16px;
}

.stepper {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.stepper span,
.stepper i {
  background: #fff;
  border: 3px solid var(--green);
  border-radius: 50%;
  display: block;
  height: 22px;
  position: relative;
  width: 22px;
}

.stepper span:first-child {
  background: var(--green);
}

.stepper span + span::before,
.stepper i::before {
  background: var(--green);
  content: "";
  height: 3px;
  position: absolute;
  right: 19px;
  top: 8px;
  width: 110px;
}

.stepper i {
  border-color: #c6ceda;
}

.stepper i::before {
  background: #c6ceda;
}

.review-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.review-item {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 16px;
  grid-template-columns: 46px 1fr;
  min-height: 64px;
}

.review-dot {
  align-items: center;
  background: #e6f5eb;
  border-radius: 50%;
  color: var(--green);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.review-dot svg {
  display: block;
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 22px;
}

.review-item strong {
  display: block;
  font-size: 15px;
}

.review-item p {
  font-size: 18px;
  margin: 3px 0 0;
}

.edit-link {
  align-items: center;
  background: #eef6ff;
  border: 1px solid #b9d2f0;
  border-radius: 8px;
  color: var(--blue);
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  margin: 18px auto 0;
  min-height: 40px;
  padding: 0 18px;
}

.notice {
  background: var(--warning);
  border-color: #f0cd70;
  box-shadow: none;
  color: #3c2c07;
  line-height: 1.45;
  margin: 14px 0;
  padding: 13px 18px;
}

.send-card {
  box-shadow: none;
  padding: 16px 18px;
}

.consent {
  margin-top: 14px;
}

.bottom-actions {
  display: grid;
  gap: 36px;
  grid-template-columns: 220px 360px;
  justify-content: center;
  margin-top: 14px;
}

.form-error {
  background: #fff0f0;
  border: 1px solid #f2b2b2;
  border-radius: 8px;
  color: #a21414;
  font-size: 14px;
  font-weight: 800;
  margin: 10px 0;
  padding: 10px 12px;
}

.results-screen {
  max-width: 1240px;
}

.results-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.chips {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.chips span {
  background: #edf8ef;
  border-radius: 999px;
  color: var(--green);
  font-weight: 800;
  padding: 7px 12px;
}

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

.result-card {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: 96px 1.4fr 1fr 176px;
  padding: 22px;
}

.result-icon {
  align-items: center;
  border-radius: 14px;
  color: #fff;
  display: flex;
  height: 92px;
  justify-content: center;
  width: 92px;
}

.result-icon svg {
  height: 48px;
  width: 48px;
}

.result-icon.green { background: var(--green); }
.result-icon.yellow { background: var(--yellow); color: var(--navy); }
.result-icon.purple { background: var(--purple); }
.result-icon.red { background: var(--red); }
.result-icon.teal { background: var(--teal); }
.result-icon.blue { background: var(--blue); }

.result-main h2 {
  font-size: 21px;
  margin: 0 0 6px;
}

.result-main h2 em {
  background: #eaf8e9;
  border-radius: 999px;
  color: var(--green);
  font-size: 12px;
  font-style: normal;
  margin-left: 8px;
  padding: 5px 9px;
  vertical-align: middle;
}

.result-main h3 {
  font-size: 15px;
  margin: 0 0 10px;
}

.result-main p,
.send-results p {
  color: var(--navy);
  line-height: 1.45;
  margin: 0;
}

.next-steps {
  border-left: 1px solid var(--line);
  padding-left: 22px;
}

.next-steps strong {
  display: block;
  margin-bottom: 8px;
}

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

.next-steps li {
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 7px;
}

.next-steps li::before {
  background: var(--green);
  border-radius: 50%;
  color: var(--green);
  content: "";
  display: inline-block;
  height: 7px;
  font-weight: 900;
  margin-right: 7px;
  vertical-align: middle;
  width: 7px;
}

.result-actions {
  display: grid;
  gap: 10px;
}

.modal-backdrop {
  align-items: center;
  background: rgba(6, 36, 92, 0.38);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 30;
}

.details-modal {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(6, 36, 92, 0.28);
  max-height: calc(100vh - 48px);
  max-width: 720px;
  overflow: auto;
  padding: 24px;
  position: relative;
  width: 100%;
}

.close-button {
  align-items: center;
  background: #f3f6fb;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--navy);
  cursor: pointer;
  display: flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 34px;
}

.details-heading {
  align-items: center;
  display: flex;
  gap: 18px;
  padding-right: 40px;
}

.details-heading h2 {
  font-size: 26px;
  line-height: 1.08;
  margin: 0 0 6px;
}

.details-heading p,
.details-copy,
.details-note {
  line-height: 1.45;
  margin: 0;
}

.details-copy {
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding-top: 16px;
}

.details-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  margin: 18px 0;
}

.details-grid p,
.source-row p {
  background: #f8fcff;
  border: 1px solid var(--line);
  border-radius: 10px;
  margin: 0;
  padding: 12px;
}

.source-row {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 18px;
}

.source-row a {
  color: var(--blue);
  font-weight: 800;
}

.details-grid a {
  color: var(--blue);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.details-docs {
  background: #edf8ef;
  border-radius: 10px;
  padding: 14px 16px;
}

.details-docs ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.details-note {
  color: var(--muted);
  font-size: 13px;
  margin-top: 14px;
}

.details-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 18px;
}

.send-results {
  align-items: center;
  background: #f8fcff;
  box-shadow: none;
  display: grid;
  gap: 20px;
  grid-template-columns: 1.3fr 1fr 230px;
  margin-top: 12px;
  padding: 20px;
}

.send-results h2 {
  margin: 0 0 5px;
}

.send-results h2 span {
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
}

.contact-summary {
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 22px;
}

.send-buttons {
  display: grid;
  gap: 10px;
}

.privacy-footer {
  margin-top: 16px;
  text-align: center;
}

.loading {
  align-items: center;
  display: flex;
  min-height: 60vh;
  justify-content: center;
}

@media print {
  @page {
    margin: 0.45in;
    size: letter portrait;
  }

  * {
    box-shadow: none !important;
  }

  body {
    background: #fff;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .site-header,
  .send-results,
  .primary.full,
  .result-actions,
  .modal-backdrop,
  .secondary {
    display: none !important;
  }

  main {
    max-width: none;
  }

  .results-screen {
    max-width: none;
    padding: 0;
  }

  .results-head {
    align-items: flex-start;
    display: block;
    margin-bottom: 14px;
  }

  .results-head h1 {
    font-size: 32px;
    line-height: 1.05;
    margin-bottom: 10px;
  }

  .title-rule {
    height: 2px;
    margin-bottom: 10px;
    width: 46px;
  }

  .results-head p {
    font-size: 12px;
    line-height: 1.35;
    max-width: none;
  }

  .chips {
    gap: 8px;
    margin-top: 10px;
  }

  .chips span {
    background: #edf8ef !important;
    border: 1px solid #d6eadb;
    color: var(--green) !important;
    font-size: 11px;
    padding: 4px 8px;
  }

  .result-card,
  .notice {
    box-shadow: none;
  }

  .result-list {
    gap: 8px;
  }

  .result-card {
    align-items: start;
    break-inside: avoid;
    display: grid;
    gap: 8px 12px;
    grid-template-columns: 52px 1fr;
    margin-bottom: 8px;
    padding: 12px;
    page-break-inside: avoid;
  }

  .result-icon {
    border-radius: 10px;
    grid-row: 1 / span 2;
    height: 46px;
    width: 46px;
  }

  .result-icon svg {
    height: 26px;
    width: 26px;
  }

  .result-main h2 {
    font-size: 16px;
    line-height: 1.15;
    margin-bottom: 4px;
  }

  .result-main h2 em {
    font-size: 9px;
    padding: 3px 6px;
  }

  .result-main h3 {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .result-main p,
  .next-steps li,
  .notice,
  .privacy-footer {
    font-size: 10px;
    line-height: 1.35;
  }

  .next-steps {
    border-left: 0;
    grid-column: 2;
    padding-left: 0;
  }

  .next-steps strong {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .next-steps ul {
    columns: 1;
  }

  .next-steps li {
    margin-bottom: 3px;
  }

  .notice {
    background: #fff8e8 !important;
    margin: 10px 0;
    padding: 10px 12px;
  }

  .privacy-footer {
    margin-top: 8px;
  }
}

@media (max-width: 980px) {
  .top-links a:not(.phone-link) {
    display: none;
  }

  .hero-grid,
  .screen-title.with-art,
  .coverage-panel,
  .intake-grid,
  .result-card,
  .send-results,
  .form-actions {
    grid-template-columns: 1fr;
  }

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

  .hero-art {
    max-height: 240px;
  }

  .trust-row {
    grid-template-columns: 1fr 1fr;
  }

  .covered-cities {
    border-left: 0;
    padding-left: 0;
  }

  .form-actions,
  .privacy-badge {
    justify-items: stretch;
  }

  .review-grid,
  .split,
  .bottom-actions,
  .contact-summary,
  .details-grid,
  .source-row {
    grid-template-columns: 1fr;
  }

  .review-card {
    padding: 20px;
  }

  .next-steps,
  .contact-summary {
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 66px;
    padding: 12px 16px;
  }

  .brand strong {
    font-size: 24px;
  }

  .phone-link {
    display: none;
  }

  .home-screen,
  .form-screen,
  .results-screen {
    padding: 18px 14px 48px;
  }

  .need-grid,
  .trust-row,
  .check-grid,
  .check-grid.two {
    grid-template-columns: 1fr;
  }

  .need-card {
    min-height: 116px;
  }

  .covered-cities ul {
    columns: 2;
  }

  .emergency-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .hero-copy h1,
  .screen-title h1,
  .center-title h1,
  .results-head h1 {
    font-size: 34px;
    line-height: 1.02;
  }

  .results-head {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .result-icon {
    height: 72px;
    width: 72px;
  }

  .details-heading {
    align-items: flex-start;
  }

  .hero-copy p,
  .screen-title p,
  .center-title p,
  .results-head p {
    font-size: 16px;
  }
}
