:root {
  color-scheme: light;
  --ink: #18212a;
  --muted: #5c6670;
  --line: #d9e1e5;
  --paper: #f7f9fa;
  --white: #ffffff;
  --navy: #102a3d;
  --teal: #1e7b70;
  --green: #2f9d74;
  --gold: #c98722;
  --soft-teal: #e7f2ef;
  --soft-gold: #fff3dc;
  --shadow: 0 18px 50px rgba(14, 31, 44, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(217, 225, 229, 0.82);
  background: rgba(247, 249, 250, 0.92);
  backdrop-filter: blur(16px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 14px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 750;
  letter-spacing: 0;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 7px;
}

.brand span {
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: var(--navy);
  color: var(--white);
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background: #193a53;
}

.button.secondary {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}

.button.secondary:hover {
  border-color: #b9c6cc;
  background: #fbfcfc;
}

.hero {
  background: linear-gradient(116deg, #f7f9fa 0%, #eef6f3 55%, #fff5e3 100%);
  border-bottom: 1px solid var(--line);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  gap: 56px;
  align-items: center;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 82px 0 70px;
}

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

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

h1 {
  max-width: 770px;
  margin-bottom: 20px;
  font-size: clamp(2.55rem, 6vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  line-height: 1.22;
}

.lede {
  max-width: 680px;
  color: #3d4852;
  font-size: clamp(1.06rem, 2vw, 1.24rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-panel {
  border: 1px solid rgba(16, 42, 61, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.banner-strip {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.banner-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0;
}

.banner-inner img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 118px;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(14, 31, 44, 0.14);
  object-fit: cover;
}

.panel-top {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px;
  background: var(--navy);
  color: var(--white);
}

.panel-top img {
  width: 58px;
  height: 58px;
  border-radius: 8px;
}

.panel-top strong {
  display: block;
  font-size: 1.05rem;
}

.panel-top span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.metric-list,
.check-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 24px;
  list-style: none;
}

.metric-list li,
.check-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  color: #37434e;
}

.mark {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: var(--soft-teal);
  color: var(--teal);
  font-weight: 900;
}

.section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 74px 0;
}

.section.compact {
  padding: 54px 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: 48px;
  align-items: start;
}

.kicker {
  color: var(--muted);
  font-size: 1.02rem;
}

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

.service-card,
.info-card {
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 22px;
}

.service-card.featured {
  border-color: rgba(30, 123, 112, 0.35);
  background: linear-gradient(180deg, #ffffff, #eff8f5);
}

.service-card p,
.info-card p {
  color: var(--muted);
}

.service-card a {
  font-weight: 750;
  text-decoration-color: rgba(30, 123, 112, 0.45);
  text-underline-offset: 3px;
}

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

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

.step {
  position: relative;
  border-left: 3px solid var(--green);
  background: var(--paper);
  padding: 20px 20px 20px 24px;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 16px;
  border-radius: 7px;
  background: var(--navy);
  color: var(--white);
  font-weight: 800;
}

.form-wrap {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 26px;
  box-shadow: 0 12px 32px rgba(14, 31, 44, 0.08);
}

form {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: #33404b;
  font-size: 0.94rem;
  font-weight: 700;
}

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

textarea {
  min-height: 128px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  outline: 3px solid rgba(47, 157, 116, 0.2);
  border-color: var(--green);
}

.hidden {
  position: absolute;
  left: -5000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.small {
  color: var(--muted);
  font-size: 0.86rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #111d26;
  color: rgba(255, 255, 255, 0.78);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 30px 0;
}

.footer-inner a {
  color: var(--white);
}

@media (max-width: 840px) {
  .nav {
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

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

  .hero-inner {
    gap: 30px;
    padding: 56px 0 44px;
  }

  .section {
    padding: 52px 0;
  }

  .banner-inner img {
    min-height: 96px;
  }
}

@media (max-width: 520px) {
  .brand span {
    white-space: normal;
  }

  h1 {
    font-size: 2.42rem;
  }

  .button {
    width: 100%;
  }

  .panel-top {
    align-items: flex-start;
  }
}
