:root {
  color-scheme: light;
  --bg: #f3f6f2;
  --paper: #ffffff;
  --ink: #171a18;
  --muted: #5f665f;
  --line: #d7ded8;
  --green: #0a3b2f;
  --green-2: #145844;
  --gold: #b98324;
  --shadow: 0 24px 70px rgba(28, 31, 28, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(20, 88, 68, 0.11), transparent 32rem),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 48%, #e9eee9 100%);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

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

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 1160px;
  margin: 0 auto;
  padding: 1.15rem 1.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.brand-logo {
  display: block;
  width: 11.75rem;
  height: auto;
}

nav {
  display: flex;
  gap: 1.4rem;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
}

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

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(2.8rem, 6vw, 5.8rem) 1.25rem clamp(2.8rem, 5vw, 4.5rem);
}

.hero-copy,
.service-card {
  min-width: 0;
}

.hero h1,
.section h2,
.final-cta h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2.45rem, 5.2vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 720px;
  margin: 1.45rem 0 0;
  color: #383d39;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.overline {
  margin: 0 0 0.8rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 3.1rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding: 0.85rem 1.25rem;
  font-weight: 800;
}

.button.primary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 14px 34px rgba(10, 59, 47, 0.18);
}

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

.button.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
}

.service-card {
  display: grid;
  width: 100%;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  background: var(--line);
  box-shadow: var(--shadow);
}

.service-card div {
  display: grid;
  gap: 0.25rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.96);
}

.small-label {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.service-card strong {
  font-size: 1.05rem;
}

.section,
.final-cta,
.site-footer {
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(3.2rem, 7vw, 5.5rem) 1.25rem;
}

.section-heading {
  display: grid;
  justify-items: center;
  text-align: center;
}

.section-heading h2,
.final-cta h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.04;
}

.section-heading.compact h2 {
  max-width: 680px;
}

.intro {
  border-top: 1px solid var(--line);
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  max-width: 940px;
  margin: 2rem auto 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.muted {
  max-width: none;
  background: rgba(255, 255, 255, 0.66);
  border-block: 1px solid var(--line);
}

.muted > * {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.feature-grid article {
  min-height: 15rem;
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  padding: 1.35rem;
  background: var(--paper);
}

.feature-grid span {
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 850;
}

.feature-grid h3 {
  margin: 1.7rem 0 0.7rem;
  font-size: 1.2rem;
}

.feature-grid p,
.timeline p,
.faq-list p,
.site-footer p,
.final-cta p {
  margin: 0;
  color: var(--muted);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 2.5rem;
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  background: var(--paper);
}

.timeline div {
  min-height: 13rem;
  padding: 1.4rem;
}

.timeline div + div {
  border-left: 1px solid var(--line);
}

.timeline strong {
  color: var(--green);
  font-size: 1.1rem;
}

.timeline p {
  margin-top: 1rem;
}

.details {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
  border-top: 1px solid var(--line);
}

.check-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 1rem 1rem 1rem 2.8rem;
  border: 1px solid var(--line);
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.82);
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 1.1rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--green);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
  max-width: 860px;
  margin: 2rem auto 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

details {
  border: 1px solid var(--line);
  border-radius: 0.55rem;
  background: var(--paper);
}

summary {
  cursor: pointer;
  padding: 1rem 1.1rem;
  font-weight: 800;
}

details p {
  padding: 0 1.1rem 1.1rem;
}

.final-cta {
  display: grid;
  justify-items: center;
  gap: 2rem;
  text-align: center;
}

.final-cta p {
  max-width: 560px;
}

.intake-section {
  border-top: 1px solid var(--line);
  padding-top: clamp(2.2rem, 4vw, 3.5rem);
}

.typeform-shell {
  width: min(100%, 860px);
  min-height: 42rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.typeform-shell [data-tf-live] {
  width: 100%;
  min-height: 42rem;
}

.site-footer {
  display: grid;
  gap: 2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.site-footer strong {
  display: block;
  color: var(--ink);
  font-size: 1.05rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1rem;
  font-weight: 750;
}

.footer-disclosures {
  display: grid;
  gap: 0.55rem;
  max-width: 920px;
  border-top: 1px solid var(--line);
  padding-top: 1.3rem;
  font-size: 0.82rem;
  line-height: 1.55;
}

.footer-disclosures p {
  margin: 0;
}

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

  nav {
    display: none;
  }

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

  .hero {
    min-height: 0;
  }

  .service-card {
    max-width: 460px;
  }

  .feature-grid,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline div + div {
    border-left: 0;
  }

  .timeline div:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .timeline div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  .site-header {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .brand {
    max-width: 10.75rem;
  }

  .brand-logo {
    width: 10.75rem;
  }

  .hero {
    padding-top: 2.6rem;
  }

  .hero h1 {
    font-size: clamp(2.15rem, 9.5vw, 2.7rem);
    line-height: 1.03;
  }

  .hero-copy,
  .service-card {
    max-width: 350px;
  }

  .hero-actions,
  .button,
  .site-footer,
  .footer-links {
    width: 100%;
  }

  .feature-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline div,
  .timeline div:nth-child(odd),
  .timeline div:nth-child(n + 3) {
    border: 0;
  }

  .timeline div + div {
    border-top: 1px solid var(--line);
  }

  .feature-grid article {
    min-height: auto;
  }

  .typeform-shell,
  .typeform-shell [data-tf-live] {
    min-height: 46rem;
  }

  .footer-main {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}
