:root {
  --ink: #202621;
  --muted: #626c64;
  --paper: #fbf7ef;
  --surface: #ffffff;
  --line: #ded8ca;
  --green: #1d6a57;
  --green-dark: #123f35;
  --rose: #a84f59;
  --blue: #2e5e84;
  --mist: #eef4f0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 16px 5vw;
  background: rgba(251, 247, 239, 0.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
}

.brand {
  color: var(--green-dark);
  font-size: 21px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: var(--muted);
  font-size: 15px;
}

.nav a {
  text-decoration: none;
}

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

.nav-cta {
  padding: 8px 12px;
  color: var(--green-dark);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
}

.hero {
  min-height: calc(100svh - 72px);
  display: flex;
  align-items: flex-end;
  padding: 9vh 5vw;
  background:
    linear-gradient(90deg, rgba(251, 247, 239, 0.97) 0%, rgba(251, 247, 239, 0.84) 48%, rgba(251, 247, 239, 0.2) 100%),
    url("https://images.unsplash.com/photo-1523438885200-e635ba2c371e?auto=format&fit=crop&w=1800&q=82") center/cover;
}

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

.eyebrow {
  margin: 0 0 10px;
  color: var(--rose);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
li,
dt,
dd {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(44px, 7vw, 84px);
  line-height: 0.98;
  letter-spacing: 0;
}

h1 span {
  display: block;
  color: var(--green-dark);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
  margin-bottom: 14px;
}

h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(32px, 4.4vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 22px;
  letter-spacing: 0;
}

.lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2.2vw, 23px);
}

.text-prompt {
  max-width: 520px;
  margin: 14px 0 0;
  color: var(--green-dark);
  font-size: 16px;
  font-weight: 800;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 18px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.nav a:focus-visible,
.path-list a:focus-visible,
.help-rows a:focus-visible,
.source-links a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(46, 94, 132, 0.45);
  outline-offset: 4px;
}

.button.primary {
  color: #ffffff;
  background: var(--green);
}

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

.button.secondary {
  color: var(--green-dark);
  background: #ffffff;
  border: 1px solid var(--line);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 880px;
  margin: 44px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(32, 38, 33, 0.22);
}

.hero-facts div {
  min-width: 0;
}

.hero-facts dt {
  color: var(--green-dark);
  font-weight: 800;
}

.hero-facts dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.section {
  padding: 76px 5vw;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip p {
  margin: 0;
  padding: 22px 5vw;
  color: var(--green-dark);
  background: var(--surface);
  font-size: 16px;
  font-weight: 800;
}

.intro {
  background: var(--surface);
}

.section-heading {
  max-width: 940px;
  margin-bottom: 30px;
}

.wide-copy {
  max-width: 840px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 21px;
}

.service-paths {
  background: var(--paper);
}

.check-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.check-list p {
  min-height: 112px;
  margin: 0;
  padding: 18px;
  color: var(--green-dark);
  background: var(--surface);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 18px;
  font-weight: 800;
}

.compact-actions {
  margin-top: 24px;
}

.help-rows {
  display: grid;
  border-top: 1px solid var(--line);
}

.help-rows a {
  display: grid;
  grid-template-columns: 64px minmax(220px, 0.6fr) minmax(220px, 1fr);
  gap: 22px;
  align-items: start;
  padding: 26px 0;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}

.help-rows a:hover strong {
  color: var(--green);
}

.help-rows span {
  color: var(--blue);
  font-weight: 800;
}

.help-rows strong {
  color: var(--green-dark);
  font-size: 24px;
  line-height: 1.12;
}

.help-rows p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.path-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.path-list a {
  display: grid;
  grid-template-columns: 64px minmax(180px, 0.55fr) minmax(220px, 1fr);
  gap: 22px;
  align-items: start;
  padding: 24px 0;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}

.path-list a:hover strong {
  color: var(--green);
}

.path-list span {
  color: var(--blue);
  font-weight: 800;
}

.path-list strong {
  font-size: 24px;
  line-height: 1.12;
}

.path-list p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.process {
  background: var(--mist);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  padding-top: 20px;
  border-top: 3px solid var(--green);
}

.process-list strong {
  display: block;
  font-size: 21px;
}

.process-list p {
  margin: 10px 0 0;
  color: var(--muted);
}

.proof {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 42px;
  align-items: start;
  background: var(--green-dark);
  color: #ffffff;
}

.proof .eyebrow,
.proof p {
  color: rgba(255, 255, 255, 0.78);
}

.proof p {
  max-width: 820px;
  margin: 0;
  font-size: 20px;
}

.source-section {
  background: var(--surface);
}

.source-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 42px;
  align-items: start;
}

.source-layout > p {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
}

.source-links {
  display: grid;
  border-top: 1px solid var(--line);
}

.source-links a {
  padding: 16px 0;
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}

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

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 44px;
  background: var(--surface);
}

.split p {
  max-width: 760px;
  color: var(--muted);
  font-size: 19px;
}

.quiet-box {
  align-self: start;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
}

.quiet-box ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.small-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.notice {
  padding-top: 28px;
  padding-bottom: 28px;
  background: var(--surface);
  border-top: 1px solid var(--line);
}

.notice p {
  max-width: 980px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.plain-list {
  display: grid;
  gap: 0;
  max-width: 900px;
  border-top: 1px solid var(--line);
}

.plain-list p {
  margin: 0;
  padding: 18px 0;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-size: 20px;
}

.faq-page {
  padding-top: 0;
}

.faq-intro {
  padding-bottom: 44px;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 940px;
}

details {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
}

summary {
  cursor: pointer;
  font-size: 20px;
  font-weight: 800;
}

details p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
}

.final-cta {
  padding: 86px 5vw;
  background:
    linear-gradient(90deg, rgba(251, 247, 239, 0.92), rgba(251, 247, 239, 0.72)),
    url("https://images.unsplash.com/photo-1511285560929-80b456fea0bc?auto=format&fit=crop&w=1600&q=82") center/cover;
}

.final-cta h2 {
  max-width: 820px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 5vw;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: none;
}

.mobile-action-bar {
  display: none;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: transform 220ms ease;
}

.reveal.is-visible {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button,
  .reveal {
    transition: none;
  }

  .button:hover {
    transform: none;
  }
}

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

  .nav {
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
    padding-top: 52px;
    background:
      linear-gradient(180deg, rgba(251, 247, 239, 0.96), rgba(251, 247, 239, 0.8)),
      url("https://images.unsplash.com/photo-1523438885200-e635ba2c371e?auto=format&fit=crop&w=1200&q=82") center/cover;
  }

  .hero-facts,
  .process-list,
  .proof,
  .split,
  .trust-strip,
  .check-list,
  .source-layout {
    grid-template-columns: 1fr;
  }

  .path-list a,
  .help-rows a {
    grid-template-columns: 46px 1fr;
  }

  .path-list p,
  .help-rows p {
    grid-column: 2;
  }

  .check-list p {
    min-height: auto;
  }
}

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

  .nav {
    gap: 10px 14px;
    font-size: 14px;
  }

  .nav a:nth-child(1),
  .nav a:nth-child(2),
  .nav a:nth-child(3) {
    display: none;
  }

  .hero {
    padding-bottom: 58px;
  }

  h1 {
    font-size: 42px;
  }

  h1 span {
    font-size: 30px;
  }

  .button {
    width: 100%;
  }

  .split > div:first-child .actions .button:nth-child(n + 3) {
    display: none;
  }

  .hero-facts {
    display: none;
  }

  .trust-strip p {
    padding: 18px 5vw;
    font-size: 15px;
  }

  .section {
    padding: 56px 5vw;
  }

  .faq-intro {
    padding-bottom: 28px;
  }

  body {
    padding-bottom: 70px;
  }

  .mobile-action-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(18, 63, 53, 0.22);
    background: rgba(251, 247, 239, 0.98);
    backdrop-filter: blur(12px);
  }

  .mobile-action-bar a {
    display: grid;
    min-height: 58px;
    place-items: center;
    color: #ffffff;
    background: var(--green);
    font-weight: 800;
    text-decoration: none;
  }

  .mobile-action-bar a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    background: var(--green-dark);
  }
}
