:root {
  --navy: #0c447c;
  --navy-dark: #042c53;
  --navy-mid: #185fa5;
  --navy-soft: #e6f1fb;
  --navy-pale: #f0f6fd;
  --text: #0f172a;
  --text-2: #334155;
  --text-3: #64748b;
  --text-4: #94a3b8;
  --border: #e2e8f0;
  --border-2: #cbd5e1;
  --surface: #f8fafc;
  --white: #ffffff;
  --green: #16a34a;
  --green-soft: #f0fdf4;
  --font: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --radius: 6px;
  --radius-lg: 10px;
  --radius-xl: 14px;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.05), 0 1px 4px rgba(15, 23, 42, 0.07);
  --shadow-md: 0 4px 8px rgba(15, 23, 42, 0.07), 0 12px 24px rgba(15, 23, 42, 0.06);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: light;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: var(--font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

p {
  color: var(--text-3);
  line-height: 1.7;
}

section {
  padding: 80px 0;
}

.container {
  width: min(100% - 48px, 1080px);
  margin: 0 auto;
}

.eyebrow,
.section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--navy-mid);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 620px;
  margin-bottom: 18px;
  color: var(--text);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 560;
  letter-spacing: 0;
  line-height: 1.12;
}

h2 {
  color: var(--text);
  font-size: clamp(1.8rem, 3.5vw, 2.55rem);
  font-weight: 560;
  letter-spacing: 0;
  line-height: 1.24;
}

h3 {
  color: var(--text);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.35;
}

.btn-primary,
.btn-secondary,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 650;
  transition:
    background 140ms ease,
    border-color 140ms ease,
    transform 140ms ease;
}

.btn-primary,
.button.primary {
  color: #fff;
  background: var(--navy);
}

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

.btn-secondary,
.button.secondary {
  color: var(--text-2);
  background: var(--white);
  border-color: var(--border-2);
}

.btn-secondary:hover,
.btn-secondary:focus-visible,
.button.secondary:hover,
.button.secondary:focus-visible {
  background: var(--surface);
  border-color: var(--text-4);
}

.btn-primary:active,
.btn-secondary:active,
.button:active {
  transform: scale(0.98);
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(16px);
}

.nav-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  min-height: 64px;
}

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

.nav-mark {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 9px;
  background: var(--navy-soft);
  border: 1px solid rgba(24, 95, 165, 0.16);
}

.nav-mark img {
  width: 76%;
  height: 76%;
  object-fit: contain;
}

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

.nav-brand-text strong {
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.2;
}

.nav-brand-text span {
  color: var(--text-4);
  font-size: 0.72rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.nav-links a {
  padding: 7px 10px;
  border-radius: var(--radius);
  color: var(--text-3);
  font-size: 0.86rem;
  font-weight: 560;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
  background: var(--surface);
}

.nav-cta {
  min-height: 36px;
  padding-inline: 16px;
  font-size: 0.82rem;
}

.hero {
  padding: 96px 0 80px;
  border-bottom: 1px solid var(--border);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: clamp(40px, 7vw, 72px);
  align-items: center;
}

.hero-copy p:not(.eyebrow) {
  max-width: 500px;
  margin-bottom: 32px;
  font-size: 1.06rem;
}

.snapshot {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow-md);
}

.snapshot-header {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
}

.snapshot-header span:last-child {
  color: var(--text-4);
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.snapshot-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 3px var(--green-soft);
}

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

.snapshot-cell {
  min-height: 150px;
  padding: 18px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--white);
}

.snapshot-cell:nth-child(even) {
  border-right: 0;
}

.snapshot-cell:nth-child(3),
.snapshot-cell:nth-child(4) {
  border-bottom: 0;
}

.snapshot-icon,
.intro-stat-icon,
.service-card-icon,
.phase-icon {
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--navy-soft);
}

.snapshot-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
}

.snapshot-icon svg,
.intro-stat-icon svg,
.service-card-icon svg,
.phase-icon svg,
.trust-item svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--navy-mid);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.snapshot-cell label {
  display: block;
  margin-bottom: 4px;
  color: var(--text-4);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.snapshot-cell strong {
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 650;
}

.intro {
  padding: 64px 0;
  border-bottom: 1px solid var(--border);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 7vw, 72px);
  align-items: center;
}

.intro-grid h2 {
  margin-bottom: 14px;
}

.intro-grid p {
  font-size: 1rem;
}

.intro-stats,
.contractor-phases,
.contact-trust {
  display: grid;
  gap: 12px;
}

.intro-stat,
.contractor-phase,
.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.intro-stat-icon,
.phase-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
}

.intro-stat strong,
.contractor-phase strong {
  display: block;
  margin-bottom: 3px;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 650;
}

.intro-stat span,
.contractor-phase p {
  color: var(--text-3);
  font-size: 0.84rem;
  line-height: 1.6;
}

.services,
.contractor {
  background: var(--surface);
}

.section-header,
.model-intro {
  max-width: 640px;
  margin-bottom: 48px;
}

.section-header h2,
.model-intro h2,
.contractor-copy h2,
.contact-copy h2 {
  margin-bottom: 12px;
}

.services-grid,
.model-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.service-card,
.model-step {
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--white);
  transition:
    border-color 140ms ease,
    box-shadow 140ms ease;
}

.service-card:hover,
.model-step:hover {
  border-color: var(--border-2);
  box-shadow: var(--shadow-sm);
}

.service-card-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
}

.service-card h3,
.model-step h3 {
  margin-bottom: 8px;
}

.service-card p,
.model-step p {
  margin-bottom: 0;
  font-size: 0.84rem;
  line-height: 1.62;
}

.service-model {
  border-block: 1px solid var(--border);
}

.model-progress {
  display: flex;
  gap: 5px;
  margin: -20px 0 36px;
}

.model-progress span {
  flex: 1;
  height: 3px;
  border-radius: 999px;
  background: var(--border);
}

.model-progress .on {
  background: var(--navy-mid);
}

.model-num {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 14px;
  border-radius: 7px;
  color: var(--navy-mid);
  background: var(--navy-soft);
  font-size: 0.8rem;
  font-weight: 760;
}

.muted-step {
  opacity: 0.82;
}

.muted-step .model-num {
  color: var(--text-4);
  background: var(--surface);
}

.contractor {
  border-bottom: 1px solid var(--border);
}

.contractor-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 7vw, 72px);
  align-items: start;
}

.contractor-copy > p:not(.eyebrow),
.contact-copy > p {
  margin-bottom: 32px;
}

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

.contractor-proof-list p {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-left: 3px solid var(--navy-mid);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  color: var(--text-2);
  background: var(--white);
  font-size: 0.92rem;
}

.overview-section {
  border-bottom: 1px solid var(--border);
}

.overview-inner {
  max-width: 860px;
  text-align: center;
}

.overview-inner > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 auto 40px;
}

.overview-video {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow-md);
}

.overview-video video {
  display: block;
  width: 100%;
  height: auto;
}

.contact-section {
  border-bottom: 1px solid var(--border);
}

.trust-item {
  align-items: center;
  background: var(--surface);
}

.trust-item svg {
  flex: 0 0 auto;
}

.trust-item span {
  color: var(--text-2);
  font-size: 0.86rem;
}

.form-card {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--shadow-md);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-field {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.trap-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-field label {
  color: var(--text-3);
  font-size: 0.78rem;
  font-weight: 650;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 9px 12px;
  color: var(--text);
  background: var(--white);
  outline: none;
  transition:
    border-color 140ms ease,
    box-shadow 140ms ease;
}

.form-field select {
  padding-right: 32px;
  line-height: 1.35;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 11px center;
}

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

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--navy-mid);
  box-shadow: 0 0 0 3px var(--navy-soft);
}

.form-submit {
  width: 100%;
  margin-top: 4px;
}

.form-privacy {
  margin: 12px 0 0;
  color: var(--text-4);
  font-size: 0.78rem;
  text-align: center;
}

.site-footer {
  padding: 42px 0 32px;
  color: rgba(255, 255, 255, 0.65);
  background: var(--navy-dark);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 48px;
}

.footer-col h2 {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-col a {
  display: block;
  width: fit-content;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.footer-col a:hover,
.footer-col a:focus-visible {
  color: #fff;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.82rem;
}

.response-page {
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: 48px 24px;
  background: var(--surface);
}

.response-card {
  width: min(100%, 680px);
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--shadow-md);
}

.response-card h1 {
  margin-bottom: 14px;
  font-size: clamp(2.25rem, 6vw, 3.4rem);
}

.response-card p:not(.eyebrow):not(.section-kicker) {
  color: var(--text-3);
}

.response-note {
  font-size: 0.92rem;
}

@media (max-width: 900px) {
  .nav-links,
  .nav-cta {
    display: none;
  }

  .hero-grid,
  .intro-grid,
  .contractor-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 72px;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 32px, 1080px);
  }

  section {
    padding: 56px 0;
  }

  .btn-group,
  .form-row,
  .snapshot-grid,
  .footer-inner,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
  }

  .snapshot-cell,
  .snapshot-cell:nth-child(even),
  .snapshot-cell:nth-child(3) {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .snapshot-cell:nth-child(4) {
    border-bottom: 0;
  }

  .form-card {
    padding: 20px;
  }

  .footer-bottom {
    display: grid;
  }
}
