:root {
  color-scheme: light;
  --ink: #17372c;
  --ink-soft: #557066;
  --green-950: #123f31;
  --green-900: #174f3b;
  --green-700: #267052;
  --green-100: #dce9d4;
  --green-50: #eef5e9;
  --cream: #fbf7ed;
  --paper: #fffdf7;
  --gold: #e9b95c;
  --line: rgba(23, 79, 59, 0.14);
  --shadow: 0 24px 70px rgba(26, 71, 54, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 0.2em; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell { width: min(1160px, calc(100% - 2.5rem)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 0.75rem; left: 0.75rem; transform: translateY(-150%); padding: 0.7rem 1rem; border-radius: 0.7rem; background: white; color: var(--green-950); font-weight: 750; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--line); background: rgba(251, 247, 237, 0.9); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 4.9rem; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: 0.72rem; text-decoration: none; font-size: 1.12rem; font-weight: 800; letter-spacing: -0.03em; }
.brand-mark { position: relative; display: grid; width: 2.25rem; height: 2.25rem; place-items: center; flex: 0 0 auto; border-radius: 0.75rem; background: var(--green-900); box-shadow: 0 8px 20px rgba(23, 79, 59, 0.22); }
.brand-mark::before, .brand-mark span { position: absolute; width: 0.95rem; height: 0.31rem; border-radius: 999px; background: white; content: ""; }
.brand-mark::before { transform: translateY(-0.27rem); }
.brand-mark span { width: 0.62rem; transform: translateY(0.28rem); opacity: 0.78; }
.site-nav { display: flex; align-items: center; gap: 1.6rem; margin-left: auto; }
.site-nav a { color: var(--ink-soft); text-decoration: none; font-size: 0.9rem; font-weight: 650; }
.site-nav a:hover { color: var(--green-900); }

.button { display: inline-flex; min-height: 3.1rem; align-items: center; justify-content: center; padding: 0.7rem 1.25rem; border: 1px solid var(--green-900); border-radius: 0.9rem; background: var(--green-900); color: white; text-decoration: none; font-weight: 760; box-shadow: 0 10px 24px rgba(23, 79, 59, 0.18); transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease; }
.button:hover { transform: translateY(-2px); background: var(--green-700); box-shadow: 0 14px 28px rgba(23, 79, 59, 0.22); }
.button-small { min-height: 2.65rem; padding: 0.55rem 1rem; font-size: 0.88rem; }
.button-light { border-color: var(--paper); background: var(--paper); color: var(--green-950); box-shadow: none; }
.button-light:hover { background: var(--green-50); }
.text-link { display: inline-flex; min-height: 2.75rem; align-items: center; gap: 0.35rem; color: var(--green-900); font-weight: 760; }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.hero { position: relative; overflow: hidden; padding: clamp(4rem, 8vw, 7.5rem) 0 clamp(4rem, 7vw, 6rem); }
.hero::before { position: absolute; top: -12rem; left: 48%; width: 44rem; height: 44rem; border-radius: 50%; background: radial-gradient(circle, rgba(220, 233, 212, 0.85), rgba(220, 233, 212, 0)); content: ""; pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(22rem, 0.98fr); align-items: center; gap: clamp(2.5rem, 6vw, 5.5rem); }
.eyebrow { margin: 0 0 0.8rem; color: var(--green-700); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.eyebrow.light { color: #c8dda9; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -0.045em; line-height: 1.03; }
h1 { max-width: 760px; margin-bottom: 1.35rem; font-size: clamp(2.85rem, 6.2vw, 5.65rem); }
h1 span { color: var(--green-700); }
h2 { margin-bottom: 1rem; font-size: clamp(2.15rem, 4.2vw, 3.65rem); }
h3 { margin-bottom: 0.65rem; font-size: 1.55rem; }
.hero-lead { max-width: 620px; margin: 0; color: var(--ink-soft); font-size: clamp(1.05rem, 2vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin-top: 2rem; }
.trust-list { display: flex; flex-wrap: wrap; gap: 0.7rem 1.2rem; margin: 2rem 0 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: 0.86rem; font-weight: 650; }
.trust-list span { color: var(--green-700); }
.hero-visual { position: relative; margin: 0; padding: 0.72rem; border: 1px solid rgba(23, 79, 59, 0.12); border-radius: 2rem; background: rgba(255, 253, 247, 0.78); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.hero-visual img { aspect-ratio: 1200 / 630; border-radius: 1.45rem; object-fit: cover; }
.hero-visual figcaption { padding: 0.7rem 0.65rem 0.15rem; color: var(--ink-soft); font-size: 0.8rem; }

.proof-strip { border-block: 1px solid var(--line); background: rgba(255, 253, 247, 0.68); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid p { display: flex; min-height: 7.2rem; flex-direction: column; justify-content: center; margin: 0; padding: 1rem 1.4rem; border-right: 1px solid var(--line); }
.proof-grid p:first-child { border-left: 1px solid var(--line); }
.proof-grid strong { color: var(--green-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.proof-grid span { color: var(--ink-soft); font-size: 0.82rem; }

.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section-heading { max-width: 720px; margin-bottom: 2.7rem; }
.section-heading.compact { margin-bottom: 0; }
.section-heading > p:not(.eyebrow) { max-width: 620px; margin: 0; color: var(--ink-soft); font-size: 1.04rem; }
.section-heading a { color: var(--green-700); font-weight: 700; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.step-card { min-height: 19rem; padding: 1.8rem; border: 1px solid var(--line); border-radius: 1.4rem; background: rgba(255, 253, 247, 0.7); }
.step-card.featured { background: var(--green-50); transform: translateY(-0.8rem); }
.step-number { display: inline-grid; width: 2.7rem; height: 2.7rem; place-items: center; margin-bottom: 4.6rem; border-radius: 0.85rem; background: var(--green-100); color: var(--green-900); font-size: 0.8rem; font-weight: 820; }
.step-card p { margin: 0; color: var(--ink-soft); }

.privacy-section { background: var(--green-950); color: white; }
.privacy-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.82fr); align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.privacy-grid > div > p:not(.eyebrow) { max-width: 620px; margin: 0 0 1.8rem; color: #c8d8d0; font-size: 1.05rem; }
.privacy-facts { margin: 0; border-block: 1px solid rgba(255, 255, 255, 0.18); }
.privacy-facts div { padding: 1.25rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
.privacy-facts div:last-child { border: 0; }
.privacy-facts dt { font-weight: 780; }
.privacy-facts dd { margin: 0.2rem 0 0; color: #c8d8d0; font-size: 0.9rem; }

.faq-grid { display: grid; grid-template-columns: minmax(18rem, 0.75fr) minmax(0, 1.25fr); gap: clamp(2.5rem, 8vw, 7rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.3rem 2.5rem 1.3rem 0; cursor: pointer; list-style: none; font-weight: 760; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 1.3rem; right: 0.3rem; color: var(--green-700); content: "+"; font-size: 1.4rem; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -0.3rem 2.5rem 1.35rem 0; color: var(--ink-soft); }

.cta-section { padding: 0 0 clamp(4.5rem, 8vw, 7.5rem); }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2rem, 5vw, 4rem); border-radius: 2rem; background: linear-gradient(135deg, var(--green-900), var(--green-950)); color: white; }
.cta-card h2 { max-width: 700px; margin: 0; }

.site-footer { padding: 3.5rem 0 1.8rem; border-top: 1px solid var(--line); background: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 3rem; }
.footer-grid p { max-width: 460px; color: var(--ink-soft); font-size: 0.9rem; }
.footer-grid nav { display: grid; grid-template-columns: repeat(2, minmax(10rem, 1fr)); gap: 0.65rem 1.5rem; align-content: start; }
.footer-grid nav a { color: var(--ink-soft); font-size: 0.88rem; font-weight: 650; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; padding-top: 1.3rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 0.76rem; }

.legal-nav { display: flex; align-items: center; gap: 1.3rem; margin-left: auto; }
.legal-nav a { color: var(--ink-soft); text-decoration: none; font-size: 0.88rem; font-weight: 680; }
.legal-nav a[aria-current="page"] { color: var(--green-900); }
.legal-main { background: var(--paper); }
.legal-hero { padding: clamp(3.6rem, 8vw, 6.5rem) 0; background: var(--green-950); color: white; }
.terms-hero { background: linear-gradient(135deg, #174f3b, #123f31 62%, #1c5942); }
.legal-hero-inner { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.legal-hero h1 { margin: 0; font-size: clamp(2.75rem, 6vw, 5.25rem); }
.legal-hero-inner > p { margin: 0 0 0.65rem; color: #c8d8d0; font-size: 0.84rem; white-space: nowrap; }
.legal-layout { display: grid; grid-template-columns: 14rem minmax(0, 760px); justify-content: center; gap: clamp(3rem, 7vw, 6.5rem); padding-block: clamp(3.5rem, 7vw, 6rem); }
.legal-toc { position: sticky; top: 6.5rem; display: flex; height: fit-content; flex-direction: column; gap: 0.5rem; padding-left: 1rem; border-left: 1px solid var(--line); }
.legal-toc strong { margin-bottom: 0.35rem; color: var(--green-950); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; }
.legal-toc a { color: var(--ink-soft); text-decoration: none; font-size: 0.82rem; }
.legal-toc a:hover { color: var(--green-700); }
.legal-content { min-width: 0; }
.legal-content section { scroll-margin-top: 6.5rem; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.legal-content section:first-of-type { padding-top: 0.5rem; }
.legal-content h2 { margin-bottom: 1rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 3vw, 2.15rem); letter-spacing: -0.035em; }
.legal-content h3 { margin: 1.5rem 0 0.6rem; font-family: inherit; font-size: 1rem; font-weight: 800; letter-spacing: 0; line-height: 1.4; }
.legal-content p, .legal-content li { color: #405b51; }
.legal-content p { margin: 0.8rem 0; }
.legal-content ul, .legal-content ol { display: grid; gap: 0.55rem; padding-left: 1.25rem; }
.legal-content a { color: var(--green-700); font-weight: 700; }
.legal-summary { margin-bottom: 2.3rem; padding: 1.25rem 1.4rem; border: 1px solid rgba(23, 79, 59, 0.18); border-radius: 1rem; background: var(--green-50); }
.legal-summary strong { color: var(--green-950); }
.legal-summary p { margin: 0.25rem 0 0; }
.legal-warning { margin: 1.2rem 0 0; padding: 1rem 1.15rem; border: 1px solid #d99d35; border-radius: 0.8rem; background: #fff4d8; color: #674a15; font-size: 0.9rem; }
.legal-note { margin-top: 2rem; padding: 1rem 1.15rem; border-left: 3px solid var(--green-700); background: var(--green-50); font-size: 0.86rem; }
.legal-footer { padding-top: 1.4rem; }
.legal-footer .footer-bottom { margin-top: 0; }

@media (max-width: 900px) {
  .site-nav { display: none; }
  .header-inner > .button { margin-left: auto; }
  .hero-grid, .privacy-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 680px; transform: none; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid p:nth-child(3) { border-left: 1px solid var(--line); }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 0; }
  .step-card.featured { transform: none; }
  .step-number { margin-bottom: 2.5rem; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { position: static; display: grid; grid-template-columns: repeat(2, 1fr); padding: 1rem; border: 1px solid var(--line); border-radius: 1rem; }
  .legal-toc strong { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 1.35rem, 1160px); }
  .site-header .brand { font-size: 1rem; }
  .site-header .button { padding-inline: 0.8rem; font-size: 0.78rem; }
  .legal-nav { display: none; }
  .hero { padding-top: 3.25rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { justify-content: center; }
  .trust-list { flex-direction: column; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid p, .proof-grid p:first-child, .proof-grid p:nth-child(3) { min-height: 5.6rem; border-right: 1px solid var(--line); border-left: 1px solid var(--line); }
  .cta-card { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .legal-hero-inner { align-items: start; flex-direction: column; }
  .legal-hero-inner > p { margin: 0; white-space: normal; }
  .legal-toc { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
