:root {
  --midnight: #1b263b;
  --carbon: #415a77;
  --silver: #e0e1dd;
  --ink: #101722;
  --steel: #778da9;
  --white: #ffffff;
  --line: rgba(224, 225, 221, 0.18);
  --warm: #d8b25c;
  --success: #2d7d5f;
  --danger: #b94747;
  --shadow: 0 24px 70px rgba(9, 16, 28, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f4f6f7;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(27, 38, 59, 0.94);
  color: var(--silver);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(224, 225, 221, 0.14);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-mark {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.8vw, 34px);
  font-size: 0.92rem;
}

.site-nav a,
.header-action {
  color: rgba(224, 225, 221, 0.86);
}

.site-nav a:hover,
.header-action:hover {
  color: var(--white);
}

.header-action {
  border: 1px solid rgba(224, 225, 221, 0.34);
  border-radius: 6px;
  padding: 9px 14px;
  font-weight: 700;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  gap: clamp(28px, 5vw, 68px);
  min-height: calc(100vh - 72px);
  padding: clamp(40px, 6vw, 84px) clamp(18px, 4vw, 56px) 56px;
  color: var(--silver);
  background:
    linear-gradient(120deg, rgba(27, 38, 59, 0.96), rgba(27, 38, 59, 0.86)),
    repeating-linear-gradient(90deg, rgba(224, 225, 221, 0.07) 0 1px, transparent 1px 90px),
    repeating-linear-gradient(0deg, rgba(224, 225, 221, 0.05) 0 1px, transparent 1px 90px),
    var(--midnight);
}

.hero-copy {
  align-self: center;
  max-width: 780px;
  padding-bottom: 34px;
}

.eyebrow,
.panel-kicker {
  margin: 0 0 12px;
  color: var(--warm);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(2.6rem, 7vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(224, 225, 221, 0.86);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 12px 18px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button.primary {
  background: var(--silver);
  color: var(--midnight);
}

.button.primary:hover {
  background: var(--white);
}

.button.secondary {
  border-color: rgba(224, 225, 221, 0.34);
  color: var(--silver);
}

.trust-row {
  margin-top: 42px;
  color: rgba(224, 225, 221, 0.72);
  font-size: 0.92rem;
}

.trust-row span {
  padding-left: 14px;
  border-left: 3px solid var(--warm);
}

.lead-panel {
  align-self: start;
  width: 100%;
  max-width: 560px;
  justify-self: end;
  background: rgba(244, 246, 247, 0.98);
  color: var(--ink);
  border: 1px solid rgba(224, 225, 221, 0.32);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.panel-heading {
  padding: 24px 24px 12px;
  background:
    linear-gradient(135deg, rgba(65, 90, 119, 0.14), rgba(224, 225, 221, 0.38)),
    #ffffff;
  border-bottom: 1px solid rgba(65, 90, 119, 0.16);
}

.panel-heading h2 {
  margin-bottom: 0;
  color: var(--midnight);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.1;
}

.lead-form {
  display: grid;
  gap: 18px;
  padding: 22px 24px 24px;
}

fieldset,
.field {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend,
label {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--midnight);
}

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

input[type="text"],
input[type="tel"] {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(65, 90, 119, 0.28);
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

input:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

input:focus-visible,
.button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(216, 178, 92, 0.62);
  outline-offset: 3px;
}

.option-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 9px;
}

.urgency-grid {
  grid-template-columns: 1fr;
}

.choice {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 43px;
  padding: 10px;
  border: 1px solid rgba(65, 90, 119, 0.22);
  border-radius: 6px;
  background: #fff;
  font-weight: 700;
  color: #263447;
}

.choice input {
  accent-color: var(--midnight);
  flex: 0 0 auto;
}

.choice span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.form-note {
  margin: -2px 0 0;
  color: rgba(16, 23, 34, 0.66);
  font-size: 0.88rem;
}

.submit-button {
  width: 100%;
  border: 0;
  background: var(--midnight);
  color: var(--silver);
  font-size: 1rem;
}

.submit-button:hover {
  background: #24344f;
}

.form-status {
  display: none;
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 0.92rem;
  font-weight: 700;
}

.form-status.is-visible {
  display: block;
}

.form-status.success {
  color: #173f30;
  background: rgba(45, 125, 95, 0.14);
  border: 1px solid rgba(45, 125, 95, 0.3);
}

.form-status.warning {
  color: #633821;
  background: rgba(216, 178, 92, 0.18);
  border: 1px solid rgba(216, 178, 92, 0.42);
}

.form-status.error {
  color: #6e2525;
  background: rgba(185, 71, 71, 0.14);
  border: 1px solid rgba(185, 71, 71, 0.3);
}

.mail-frame,
.email-form {
  display: none;
}

.section {
  padding: clamp(54px, 8vw, 96px) clamp(18px, 4vw, 56px);
}

.section-heading {
  max-width: 840px;
  margin-bottom: 30px;
}

.section h2,
.split-section h2,
.process-content h2,
.final-cta h2 {
  color: var(--midnight);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.pain-section {
  background: var(--silver);
}

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

.pain-grid article,
.service-list article {
  border: 1px solid rgba(65, 90, 119, 0.18);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.72);
}

.metric {
  display: block;
  margin-bottom: 18px;
  color: var(--carbon);
  font-size: 0.86rem;
  font-weight: 900;
}

.pain-grid h3,
.service-list h3 {
  color: var(--midnight);
  margin-bottom: 8px;
}

.pain-grid p,
.service-list p,
.split-section p,
.coverage-content p {
  color: rgba(16, 23, 34, 0.72);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: start;
  background: #f8f9fa;
}

.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.process-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: center;
  padding: clamp(54px, 8vw, 96px) clamp(18px, 4vw, 56px);
  color: var(--silver);
  background: var(--midnight);
  overflow: hidden;
}

.process-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 340px;
  border: 1px solid rgba(224, 225, 221, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at center, rgba(119, 141, 169, 0.26), transparent 60%),
    linear-gradient(135deg, rgba(65, 90, 119, 0.35), rgba(27, 38, 59, 0.2));
}

.process-visual img {
  width: min(230px, 68%);
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.36));
}

.signal-lines {
  position: absolute;
  inset: 28px;
  display: grid;
  gap: 22px;
  align-content: center;
  opacity: 0.52;
}

.signal-lines span {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--silver), transparent);
}

.process-content h2 {
  color: var(--white);
}

.steps {
  display: grid;
  gap: 16px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: start;
  counter-increment: step;
}

.steps li::before {
  content: counter(step);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: var(--silver);
  color: var(--midnight);
  font-weight: 900;
}

.steps strong {
  display: block;
  color: var(--white);
}

.steps span {
  color: rgba(224, 225, 221, 0.75);
}

.coverage-section {
  background: #ffffff;
}

.coverage-content {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: start;
}

.coverage-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.coverage-tags span {
  border: 1px solid rgba(65, 90, 119, 0.24);
  border-radius: 6px;
  padding: 9px 12px;
  background: #f5f7f8;
  color: var(--midnight);
  font-weight: 800;
}

.final-cta {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  padding: clamp(44px, 7vw, 76px) clamp(18px, 4vw, 56px);
  background: var(--silver);
}

.final-cta h2 {
  max-width: 820px;
  margin-bottom: 0;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: space-between;
  padding: 24px clamp(18px, 4vw, 56px);
  background: #111827;
  color: rgba(224, 225, 221, 0.78);
  font-size: 0.92rem;
}

.site-footer span {
  color: var(--white);
  font-weight: 800;
}

@media (max-width: 1040px) {
  .hero,
  .split-section,
  .process-section,
  .coverage-content {
    grid-template-columns: 1fr;
  }

  .lead-panel {
    justify-self: stretch;
    max-width: none;
  }

  .hero-copy {
    padding-bottom: 0;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .pain-grid,
  .service-list {
    grid-template-columns: 1fr;
  }

  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 14px;
  }

  .brand span {
    font-size: 0.96rem;
  }

  .header-action {
    padding-inline: 10px;
  }

  .hero {
    padding-inline: 14px;
  }

  .hero-actions .button,
  .final-cta .button {
    width: 100%;
  }

  .lead-form,
  .panel-heading {
    padding-inline: 16px;
  }

  .option-grid {
    grid-template-columns: 1fr;
  }

  .section,
  .process-section,
  .final-cta {
    padding-inline: 14px;
  }
}
