:root {
  --ink: #172b2f;
  --muted: #667477;
  --line: #dce5df;
  --paper: #fbfaf6;
  --mist: #eef5ef;
  --green: #16866f;
  --green-dark: #0d604f;
  --peach: #e59a76;
  --peach-soft: #f8dcc8;
  --blue: #2f5f7c;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(23, 43, 47, 0.14);
}

* {
  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.55;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 15px clamp(20px, 4vw, 58px);
  background: rgba(251, 250, 246, 0.9);
  border-bottom: 1px solid rgba(220, 229, 223, 0.82);
  backdrop-filter: blur(18px);
}

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

.brand-logo {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(22, 134, 111, 0.16);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 30px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 680;
}

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

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(30px, 5vw, 74px);
  align-items: center;
  min-height: calc(100vh - 69px);
  padding: clamp(42px, 7vw, 90px) clamp(20px, 5vw, 72px) clamp(36px, 5vw, 64px);
  background:
    linear-gradient(115deg, rgba(238, 245, 239, 0.95) 0%, rgba(251, 250, 246, 0.72) 42%, rgba(248, 220, 200, 0.46) 100%);
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #a7523e;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 24px;
  font-size: clamp(44px, 5.8vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

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

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.hero-subtitle,
.section-copy p,
.section-heading p,
.form-intro p,
.medical-note p,
.intro-card p,
.trust-grid p,
.service-card p,
.privacy-note span {
  color: var(--muted);
  font-size: 18px;
}

.hero-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 22px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 18px;
  font: inherit;
  font-weight: 780;
  cursor: pointer;
}

.button.primary {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(22, 134, 111, 0.24);
}

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

.button.secondary {
  background: rgba(255, 255, 255, 0.78);
  border-color: var(--line);
  color: var(--ink);
}

.button.secondary:hover {
  border-color: var(--green);
  color: var(--green-dark);
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.proof-row span {
  padding: 8px 10px;
  border: 1px solid rgba(220, 229, 223, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  color: #526267;
  font-size: 13px;
  font-weight: 760;
}

.hero-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-visual img {
  display: block;
  width: 100%;
  min-height: 540px;
  object-fit: cover;
}

.visual-caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: grid;
  max-width: 310px;
  gap: 4px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 8px;
  background: rgba(23, 43, 47, 0.78);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.visual-caption strong {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visual-caption span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.section,
.form-section,
.medical-note {
  padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 72px);
}

.band {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 72px);
  background: var(--mist);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.intro-section {
  background: var(--white);
}

.intro-grid,
.trust-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 0.85fr;
  gap: 16px;
}

.intro-card,
.trust-grid article,
.service-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.intro-card {
  min-height: 220px;
  padding: clamp(24px, 4vw, 34px);
}

.primary-card {
  background: #f7fbf8;
  border-color: rgba(22, 134, 111, 0.22);
}

.stat-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.stat-card strong {
  color: var(--green-dark);
  font-size: clamp(44px, 5vw, 64px);
  line-height: 0.95;
  letter-spacing: 0;
}

.stat-card span {
  color: var(--muted);
  font-weight: 650;
}

.service-list {
  display: grid;
  gap: 14px;
}

.service-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 0.42fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(23, 43, 47, 0.07);
}

.icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: var(--peach-soft);
  color: #9b4b38;
  font-size: 13px;
  font-weight: 850;
}

.service-card p,
.trust-grid p,
.intro-card p {
  margin-bottom: 0;
}

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

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

.trust-grid article {
  padding: clamp(22px, 3vw, 30px);
  border-top: 4px solid var(--green);
}

.process-section {
  background: #172b2f;
  color: var(--white);
}

.process-section .eyebrow {
  color: #f2b69b;
}

.process-section .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: flex;
  min-height: 112px;
  gap: 14px;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.84);
}

.steps span {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--peach);
  color: var(--ink);
  font-weight: 850;
}

.form-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  background: #f7faf8;
}

.form-intro {
  position: sticky;
  top: 104px;
}

.privacy-note {
  display: grid;
  gap: 6px;
  margin-top: 26px;
  padding: 18px;
  border: 1px solid rgba(47, 95, 124, 0.22);
  border-radius: 8px;
  background: rgba(47, 95, 124, 0.08);
}

.privacy-note strong {
  color: var(--blue);
}

.lead-form {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(23, 43, 47, 0.08);
}

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

.field-group {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
}

label {
  color: var(--ink);
  font-size: 14px;
  font-weight: 760;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #ccd9d3;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
}

input,
select {
  height: 46px;
  padding: 0 12px;
}

textarea {
  resize: vertical;
  padding: 12px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(22, 134, 111, 0.18);
  border-color: var(--green);
}

.checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 6px 0 18px;
  color: var(--muted);
  font-weight: 620;
}

.checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--green-dark);
  font-weight: 760;
}

.medical-note {
  max-width: 980px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

footer span:first-child {
  color: var(--ink);
  font-weight: 820;
}

@media (max-width: 980px) {
  .hero,
  .band,
  .form-section,
  .intro-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual img {
    min-height: 360px;
  }

  .service-card {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .service-card p {
    grid-column: 2;
  }

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

  .form-intro {
    position: static;
  }
}

@media (max-width: 680px) {
  .site-header {
    align-items: flex-start;
  }

  .brand {
    max-width: 230px;
  }

  .nav-links {
    display: none;
  }

  h1 {
    font-size: 42px;
  }

  .field-grid,
  .steps,
  .service-card {
    grid-template-columns: 1fr;
  }

  .service-card p {
    grid-column: auto;
  }

  .visual-caption {
    position: static;
    max-width: none;
    border-radius: 0;
  }

  .hero-actions,
  .form-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  footer {
    flex-direction: column;
  }
}
