:root {
  color-scheme: light;
  --canvas: #f4f7f4;
  --surface: #fbfcfa;
  --ink: #10251f;
  --muted: #60726c;
  --line: #d8e2dd;
  --green: #0d7058;
  --green-strong: #095946;
  --green-soft: #dcefe8;
  --gold: #a96f12;
  --gold-soft: #f8ecce;
  --shadow: 0 24px 70px rgba(16, 37, 31, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--ink);
  color: var(--surface);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  border-bottom: 1px solid rgba(216, 226, 221, 0.85);
  background: rgba(244, 247, 244, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 780;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a,
.footer-links a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 12px;
  color: var(--muted);
  font-weight: 650;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"],
.footer-links a:hover {
  background: var(--green-soft);
  color: var(--green-strong);
}

main {
  overflow: hidden;
}

.hero {
  min-height: min(780px, calc(100svh - 76px));
  display: grid;
  align-items: center;
  background: var(--green);
  color: var(--surface);
}

.hero-grid,
.section-inner,
.legal-layout,
.support-layout {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: center;
  gap: clamp(56px, 9vw, 120px);
  padding: clamp(72px, 11vw, 132px) 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: currentColor;
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero .eyebrow,
.dark-panel .eyebrow {
  color: #c9e9df;
}

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

h1 {
  max-width: 790px;
  margin-bottom: 24px;
  font-size: clamp(3.4rem, 9.4vw, 7.7rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
}

h2 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.1rem, 5vw, 4.7rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.15rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.hero-copy {
  max-width: 660px;
  margin-bottom: 34px;
  color: #e0f0eb;
  font-size: clamp(1.15rem, 2vw, 1.42rem);
  line-height: 1.5;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 15px;
  background: var(--surface);
  color: var(--green-strong);
  font-weight: 760;
  text-decoration: none;
}

.button:hover {
  background: var(--gold-soft);
}

.button.secondary {
  border-color: rgba(251, 252, 250, 0.38);
  background: transparent;
  color: var(--surface);
}

.button.secondary:hover {
  border-color: var(--surface);
  background: rgba(251, 252, 250, 0.08);
}

.hero-mark {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.hero-mark::before {
  position: absolute;
  width: 86%;
  height: 86%;
  border: 1px solid rgba(251, 252, 250, 0.28);
  border-radius: 38%;
  content: "";
  transform: rotate(11deg);
}

.hero-mark img {
  position: relative;
  width: min(330px, 78%);
  border: 1px solid rgba(251, 252, 250, 0.22);
  border-radius: 30%;
  box-shadow: 0 30px 70px rgba(4, 43, 33, 0.24);
}

.independent-note {
  border-left: 3px solid #f2c45e;
  margin-top: 34px;
  padding-left: 18px;
  color: #d8ede6;
  font-size: 0.95rem;
}

.section {
  padding: clamp(84px, 12vw, 150px) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  gap: clamp(36px, 8vw, 100px);
  align-items: end;
  margin-bottom: clamp(44px, 7vw, 82px);
}

.section-heading p {
  max-width: 660px;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}

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

.path-step {
  min-height: 250px;
  padding: 34px 30px 28px 0;
  border-bottom: 1px solid var(--line);
}

.path-step + .path-step {
  border-left: 1px solid var(--line);
  padding-left: 30px;
}

.step-number {
  display: block;
  margin-bottom: 50px;
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.path-step p {
  color: var(--muted);
}

.dark-panel {
  background: var(--ink);
  color: var(--surface);
}

.promise-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(48px, 9vw, 120px);
  align-items: start;
}

.promise-copy {
  max-width: 700px;
  color: #bdcbc5;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.promise-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(251, 252, 250, 0.2);
}

.promise-list li {
  padding: 22px 0;
  border-bottom: 1px solid rgba(251, 252, 250, 0.2);
  color: #e3ece8;
  font-weight: 660;
}

.pilot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: clamp(48px, 9vw, 120px);
  align-items: center;
}

.pilot p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
}

.pilot-data {
  border-left: 1px solid var(--line);
  padding-left: clamp(30px, 6vw, 72px);
}

.pilot-data strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: clamp(2.8rem, 7vw, 5rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.pilot-data span {
  color: var(--muted);
}

.page-hero {
  padding: clamp(72px, 10vw, 120px) 0 clamp(54px, 7vw, 84px);
  background: var(--green);
  color: var(--surface);
}

.page-hero h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 8vw, 6rem);
}

.page-hero p {
  max-width: 720px;
  margin-bottom: 0;
  color: #d8ede6;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.legal-layout,
.support-layout {
  display: grid;
  grid-template-columns: minmax(200px, 0.3fr) minmax(0, 0.7fr);
  gap: clamp(42px, 8vw, 100px);
  padding: clamp(64px, 9vw, 110px) 0;
}

.toc {
  align-self: start;
  position: sticky;
  top: 110px;
}

.toc p {
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.toc a {
  min-height: 44px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 650;
  text-decoration: none;
}

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

.legal-copy,
.support-copy {
  max-width: 760px;
}

.legal-copy section,
.support-copy section {
  scroll-margin-top: 110px;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 42px;
}

.legal-copy h2,
.support-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.legal-copy p,
.legal-copy li,
.support-copy p,
.support-copy li {
  color: #334a42;
}

.legal-copy li + li,
.support-copy li + li {
  margin-top: 10px;
}

.callout {
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 4px solid var(--green);
  background: var(--green-soft);
}

.callout.gold {
  border-left-color: var(--gold);
  background: var(--gold-soft);
}

.contact-block {
  display: grid;
  gap: 14px;
  padding: clamp(28px, 5vw, 46px);
  border-radius: 24px;
  background: var(--ink);
  color: var(--surface);
}

.contact-block p {
  color: #c9d7d1;
}

.contact-block a {
  width: fit-content;
}

.faq {
  margin: 0;
}

.faq div {
  padding: 26px 0;
  border-top: 1px solid var(--line);
}

.faq dt {
  margin-bottom: 8px;
  font-weight: 780;
}

.faq dd {
  margin: 0;
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.footer-inner {
  width: min(1120px, calc(100% - 40px));
  min-height: 130px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer-copy strong {
  display: block;
  margin-bottom: 4px;
}

.footer-copy span {
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
}

:focus-visible {
  outline: 3px solid #f2c45e;
  outline-offset: 3px;
}

@media (max-width: 820px) {
  .hero-grid,
  .section-heading,
  .promise-grid,
  .pilot,
  .legal-layout,
  .support-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-mark {
    max-width: 390px;
    margin: 0 auto;
  }

  .path-grid {
    grid-template-columns: 1fr;
  }

  .path-step,
  .path-step + .path-step {
    min-height: auto;
    padding: 28px 0;
    border-left: 0;
  }

  .step-number {
    margin-bottom: 24px;
  }

  .pilot-data {
    border-top: 1px solid var(--line);
    border-left: 0;
    padding-top: 32px;
    padding-left: 0;
  }

  .toc {
    display: none;
  }
}

@media (max-width: 620px) {
  .nav {
    width: min(100% - 28px, 1120px);
  }

  .nav-links a:not([aria-current="page"]) {
    display: none;
  }

  .hero-grid,
  .section-inner,
  .legal-layout,
  .support-layout {
    width: min(100% - 32px, 1120px);
  }

  h1 {
    font-size: clamp(3.25rem, 19vw, 5.3rem);
  }

  .hero-grid {
    gap: 52px;
    padding: 68px 0 74px;
  }

  .button-row,
  .button {
    width: 100%;
  }

  .footer-inner {
    width: min(100% - 32px, 1120px);
    padding: 34px 0;
    align-items: flex-start;
    flex-direction: column;
  }

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

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
