:root {
  --ink: #102235;
  --muted: #5a6674;
  --paper: #fbfcfd;
  --line: #d9e2ea;
  --navy: #123a5f;
  --blue: #1e6f9f;
  --teal: #0e918c;
  --green: #7ba843;
  --gold: #d99b2b;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(16, 34, 53, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(251, 252, 253, 0.88);
  border-bottom: 1px solid rgba(217, 226, 234, 0.72);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0 10px 30px rgba(16, 34, 53, 0.08);
}

.brand,
.nav,
.hero-actions,
.metrics,
.footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--navy);
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--teal));
  border-radius: 7px;
  font-weight: 900;
}

.nav {
  gap: clamp(14px, 3vw, 32px);
  font-size: 0.94rem;
  color: #2e4052;
}

.nav a {
  padding: 8px 0;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 6px;
  font-weight: 800;
  border: 1px solid transparent;
}

.header-cta {
  color: var(--white);
  background: var(--navy);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  padding: 124px clamp(18px, 6vw, 80px) 56px;
  overflow: hidden;
  background: #eef5f7;
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(251, 252, 253, 0.98) 0%, rgba(251, 252, 253, 0.9) 42%, rgba(251, 252, 253, 0.28) 72%, rgba(251, 252, 253, 0.08) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.7rem, 6vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.13rem;
}

.hero-copy {
  max-width: 620px;
  color: #33485c;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-proof {
  max-width: 680px;
  margin: 22px 0 0;
  padding: 18px 20px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.86);
  border-left: 5px solid var(--gold);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(16, 34, 53, 0.1);
  font-size: clamp(1rem, 1.7vw, 1.16rem);
  font-weight: 800;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.btn.primary {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 14px 30px rgba(18, 58, 95, 0.18);
}

.btn.secondary {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.8);
  border-color: var(--line);
}

.metrics {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 48px;
}

.metrics div {
  min-width: 150px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(217, 226, 234, 0.9);
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(16, 34, 53, 0.08);
}

.metrics strong {
  display: block;
  color: var(--blue);
  font-size: 1.35rem;
}

.metrics span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
}

.section {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: 96px 0;
}

.intro-grid,
.split,
.method,
.cta {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.intro-grid p,
.method p,
.split p,
.cta p {
  color: var(--muted);
  font-size: 1.04rem;
}

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

.service-grid article,
.benefits div,
.contact-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(16, 34, 53, 0.08);
}

.service-grid article {
  min-height: 250px;
  padding: 28px;
}

.service-grid p,
.benefits p {
  color: var(--muted);
}

.icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 30px;
  place-items: center;
  color: var(--white);
  background: var(--teal);
  border-radius: 6px;
  font-weight: 900;
}

.band {
  background: #e8f0ed;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.timeline {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(217, 226, 234, 0.8);
  border-radius: 8px;
}

.timeline span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--navy);
  background: #f3c96b;
  border-radius: 6px;
  font-weight: 900;
}

.timeline h3,
.timeline p {
  margin-bottom: 0;
}

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

.benefits div {
  min-height: 180px;
  padding: 24px;
}

.cta {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto 42px;
  padding: clamp(28px, 5vw, 56px);
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), #184f72 58%, var(--teal));
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.cta .eyebrow,
.cta p {
  color: #d8f1ee;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  color: var(--ink);
}

label {
  display: grid;
  gap: 7px;
  color: #2e4052;
  font-size: 0.9rem;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus,
.btn:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(217, 155, 43, 0.45);
  outline-offset: 3px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.form-note a {
  color: var(--blue);
  font-weight: 800;
}

.footer {
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 4vw, 56px);
  color: #405163;
  border-top: 1px solid var(--line);
}

.footer p {
  margin: 0;
}

@media (max-width: 860px) {
  .site-header {
    position: sticky;
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 14px;
  }

  .hero {
    min-height: auto;
    padding-top: 76px;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(251, 252, 253, 0.98) 0%, rgba(251, 252, 253, 0.86) 60%, rgba(251, 252, 253, 0.48) 100%);
  }

  .intro-grid,
  .split,
  .method,
  .cta {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 560px) {
  .site-header {
    gap: 12px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .nav {
    gap: 18px;
    font-size: 0.88rem;
  }

  h1 {
    font-size: 2.65rem;
  }

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

  .metrics div {
    width: 100%;
  }

  .section {
    padding: 72px 0;
  }

  .service-grid article,
  .benefits div {
    min-height: auto;
  }

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