:root {
  --navy: #07182e;
  --navy-2: #0d2442;
  --steel: #27384f;
  --red: #e32639;
  --red-dark: #b91425;
  --orange: #ff9f1c;
  --amber: #ffd166;
  --paper: #f7f9fc;
  --white: #ffffff;
  --ink: #142033;
  --muted: #5c6675;
  --line: #d8dee8;
  --shadow: 0 18px 55px rgba(7, 24, 46, .16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -80px;
  z-index: 99;
  background: var(--white);
  color: var(--navy);
  padding: 10px 14px;
  border-radius: 6px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 24, 46, .98);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.header-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1.02;
}

.brand strong {
  font-size: clamp(18px, 2vw, 23px);
  letter-spacing: 0;
}

.brand span {
  color: #cbd5e1;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 700;
}

.nav a {
  color: #e8eef6;
  text-decoration: none;
}

.nav a:hover,
.nav a:focus {
  color: var(--amber);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

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

.btn-primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 12px 28px rgba(227, 38, 57, .36);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--red-dark);
}

.btn-orange {
  color: #16110a;
  background: var(--orange);
  box-shadow: 0 12px 28px rgba(255, 159, 28, .28);
}

.btn-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .08);
}

.btn-dark {
  color: var(--white);
  background: var(--navy);
}

.phone-link {
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: clamp(610px, 82vh, 780px);
  color: var(--white);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 24, 46, .94) 0%, rgba(7, 24, 46, .78) 47%, rgba(7, 24, 46, .36) 100%),
    linear-gradient(0deg, rgba(7, 24, 46, .72) 0%, rgba(7, 24, 46, 0) 44%);
  z-index: 1;
}

.hero > img,
.page-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-inner,
.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
  gap: 34px;
  align-items: center;
  padding: 56px 0;
}

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

.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 0 6px rgba(227, 38, 57, .18);
}

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

h1 {
  max-width: 850px;
  margin-bottom: 18px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: .96;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 760px;
  margin-bottom: 26px;
  color: #e5edf7;
  font-size: clamp(18px, 2.15vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.crisis-btn {
  position: relative;
  isolation: isolate;
}

.crisis-btn::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 2px solid rgba(255, 209, 102, .65);
  border-radius: 9px;
  opacity: .72;
  z-index: -1;
  animation: crisisPulse 1.8s ease-in-out infinite;
}

@keyframes crisisPulse {
  0%, 100% { transform: scale(1); opacity: .48; }
  50% { transform: scale(1.035); opacity: .9; }
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 840px;
}

.proof-item {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .08);
  border-radius: 8px;
  backdrop-filter: blur(4px);
}

.proof-item strong,
.stat strong {
  display: block;
  font-size: 18px;
  line-height: 1.1;
}

.proof-item span,
.stat span {
  display: block;
  color: #d8e3ef;
  font-size: 13px;
  margin-top: 4px;
}

.dispatch-panel {
  background: rgba(255, 255, 255, .96);
  color: var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 22px;
}

.dispatch-panel h2 {
  font-size: 24px;
  margin-bottom: 6px;
}

.dispatch-panel p {
  color: var(--muted);
  margin-bottom: 16px;
}

.form-grid {
  display: grid;
  gap: 12px;
}

.field {
  display: grid;
  gap: 6px;
}

.field label {
  font-size: 13px;
  font-weight: 900;
  color: var(--steel);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 12px;
  font: inherit;
  color: var(--ink);
  background: var(--white);
}

.field textarea {
  min-height: 96px;
  resize: vertical;
}

.hp {
  position: absolute;
  left: -9999px;
}

.form-note {
  margin: 10px 0 0;
  font-size: 12px;
  color: var(--muted);
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: -42px;
  position: relative;
  z-index: 3;
  background: rgba(7, 24, 46, .22);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.stat {
  background: var(--navy-2);
  color: var(--white);
  padding: 19px;
}

.section {
  padding: 76px 0;
}

.section.alt {
  background: var(--paper);
}

.section.dark {
  color: var(--white);
  background: var(--navy);
}

.section-head {
  max-width: 820px;
  margin-bottom: 28px;
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: 0;
  margin-bottom: 12px;
}

h3 {
  font-size: 22px;
  line-height: 1.16;
  margin-bottom: 10px;
}

.section-head p,
.card p,
.media-copy p,
.page-copy p {
  color: var(--muted);
  font-size: 17px;
}

.dark .section-head p,
.dark .card p {
  color: #cbd5e1;
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

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

.card {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(7, 24, 46, .06);
}

.dark .card {
  color: var(--white);
  border-color: rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .06);
}

.card-body {
  padding: 22px;
}

.card-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.dark .card-kicker {
  color: var(--amber);
}

.card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: var(--paper);
}

.equipment-card img {
  object-fit: contain;
  padding: 14px;
}

.link-arrow {
  display: inline-flex;
  margin-top: 8px;
  color: var(--red-dark);
  font-weight: 900;
  text-decoration: none;
}

.link-arrow::after {
  content: ">";
  margin-left: 8px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
  gap: 34px;
  align-items: center;
}

.media-panel {
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.media-panel img {
  width: 100%;
  min-height: 330px;
  object-fit: cover;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  font-weight: 750;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 11px;
  height: 11px;
  border-radius: 2px;
  background: var(--orange);
  box-shadow: inset 0 0 0 2px rgba(7, 24, 46, .2);
}

.response-band {
  color: var(--white);
  background: linear-gradient(135deg, var(--red-dark), var(--navy));
  padding: 48px 0;
}

.response-band .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.response-band h2 {
  margin-bottom: 6px;
}

.response-band p {
  max-width: 760px;
  margin-bottom: 0;
  color: #f2f6fb;
  font-size: 18px;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

th,
td {
  padding: 15px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--white);
  background: var(--navy);
}

tbody tr:last-child td {
  border-bottom: 0;
}

.page-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: end;
  color: var(--white);
  overflow: hidden;
  background: var(--navy);
}

.page-hero .wrap {
  position: relative;
  z-index: 2;
  padding: 76px 0 52px;
}

.page-hero h1 {
  max-width: 900px;
  font-size: clamp(42px, 6vw, 68px);
}

.page-hero p {
  max-width: 760px;
  color: #e5edf7;
  font-size: 20px;
}

.cta-panel {
  padding: 32px;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-panel p {
  margin-bottom: 0;
  color: #dbe7f5;
}

.site-footer {
  color: #dbe7f5;
  background: #06111f;
  padding: 46px 0 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr .7fr .7fr;
  gap: 28px;
}

.footer-grid a {
  display: block;
  margin: 8px 0;
  color: #dbe7f5;
  text-decoration: none;
}

.footer-grid a:hover,
.footer-grid a:focus {
  color: var(--amber);
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #9fb0c3;
  font-size: 13px;
}

.sticky-call {
  display: none;
}

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

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner,
  .split {
    grid-template-columns: 1fr;
  }

  .hero-proof,
  .stats,
  .grid-3,
  .grid-4,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .response-band .wrap,
  .cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .header-inner {
    width: min(100% - 24px, 1180px);
    min-height: 62px;
  }

  .brand span {
    display: none;
  }

  .phone-link {
    min-height: 40px;
    padding: 10px 12px;
    font-size: 13px;
  }

  .hero-inner,
  .wrap {
    width: min(100% - 24px, 1180px);
  }

  .hero-inner {
    padding: 42px 0 28px;
  }

  h1 {
    font-size: clamp(37px, 13vw, 56px);
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .button-row .btn {
    width: 100%;
  }

  .hero-proof,
  .stats,
  .grid-2,
  .grid-3,
  .grid-4,
  .check-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 54px 0;
  }

  .dispatch-panel {
    padding: 18px;
  }

  .card img {
    height: 190px;
  }

  .sticky-call {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 60;
    display: flex;
    box-shadow: 0 10px 28px rgba(7, 24, 46, .28);
  }

  .site-footer {
    padding-bottom: 84px;
  }
}
