:root {
  --green-950: #0d2f1b;
  --green-900: #123c23;
  --green-800: #1c4c23;
  --green-700: #2f6536;
  --green-300: #a8cf79;
  --green-150: #dfeecb;
  --green-075: #f2f7ea;
  --cream: #fbf8f1;
  --orange: #e56f0b;
  --ink: #17211a;
  --muted: #5e6b61;
  --white: #ffffff;
  --line: rgba(18, 60, 35, 0.14);
  --shadow: 0 22px 60px rgba(13, 47, 27, 0.14);
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 36px;
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(229, 111, 11, 0.48); outline-offset: 3px; }

.skip-link {
  position: fixed; left: 1rem; top: -10rem; z-index: 9999;
  padding: .75rem 1rem; color: var(--white); background: var(--green-950); border-radius: 10px;
}
.skip-link:focus { top: 1rem; }
.container { width: min(var(--max), calc(100% - 2.5rem)); margin-inline: auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem; margin: 0 0 1rem;
  color: var(--green-800); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 1.8rem; height: 2px; background: var(--orange); }
.section-title { max-width: 780px; margin: 0; font-size: clamp(2rem, 4.8vw, 4.15rem); line-height: .98; letter-spacing: -.055em; }
.section-copy { max-width: 680px; margin: 1.25rem 0 0; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.18rem); }
.section { padding: clamp(5rem, 9vw, 8.5rem) 0; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  border-bottom: 1px solid rgba(18, 60, 35, .08);
  background: rgba(251, 248, 241, .9); backdrop-filter: blur(18px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 172px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 1.8rem; }
.site-nav > a:not(.button) { position: relative; font-size: .92rem; font-weight: 700; }
.site-nav > a:not(.button)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 2px; background: var(--orange); transition: right .2s ease;
}
.site-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle {
  display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--white);
}
.menu-toggle span, .menu-toggle::before, .menu-toggle::after {
  content: ""; display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--green-950); transition: transform .2s, opacity .2s;
}
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  min-height: 50px; padding: .8rem 1.35rem; border: 1px solid transparent; border-radius: 999px;
  background: var(--green-800); color: var(--white); font-weight: 800; line-height: 1.2;
  box-shadow: 0 10px 25px rgba(28, 76, 35, .16); transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); background: var(--green-950); box-shadow: 0 15px 32px rgba(28, 76, 35, .22); }
.button--light { background: var(--white); color: var(--green-900); }
.button--outline { color: var(--green-900); border-color: rgba(18, 60, 35, .28); background: transparent; box-shadow: none; }
.button--outline:hover { color: var(--white); border-color: var(--green-900); }
.button__icon { font-size: 1.15em; }

.hero { position: relative; overflow: hidden; padding: clamp(4rem, 8vw, 8rem) 0 5rem; background: var(--green-075); }
.hero::before {
  content: ""; position: absolute; width: 560px; height: 560px; top: -310px; left: -260px;
  border: 1px solid rgba(47, 101, 54, .18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(47, 101, 54, .04), 0 0 0 140px rgba(47, 101, 54, .025);
}
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr); align-items: center; gap: clamp(2.5rem, 6vw, 6rem); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.25rem, 7.8vw, 7.35rem); line-height: .88; letter-spacing: -.075em; }
.hero h1 em { color: var(--green-700); font-style: normal; }
.hero-copy { max-width: 610px; margin: 1.7rem 0 0; color: #455249; font-size: clamp(1.08rem, 1.7vw, 1.32rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.hero-note { display: flex; flex-wrap: wrap; gap: 1.25rem; margin-top: 2.1rem; padding: 0; list-style: none; color: var(--green-900); font-size: .9rem; font-weight: 750; }
.hero-note li { display: flex; align-items: center; gap: .45rem; }
.hero-note li::before { content: "✓"; display: grid; place-items: center; width: 1.35rem; height: 1.35rem; color: var(--white); background: var(--green-700); border-radius: 50%; font-size: .72rem; }
.hero-media { position: relative; min-height: 590px; }
.hero-photo { position: absolute; inset: 0 0 3.5rem 3rem; width: calc(100% - 3rem); height: calc(100% - 3.5rem); object-fit: cover; border-radius: 220px 220px 36px 36px; box-shadow: var(--shadow); }
.hero-card {
  position: absolute; left: 0; bottom: 0; width: min(330px, 82%); padding: 1.35rem 1.45rem; border: 1px solid rgba(255,255,255,.7);
  border-radius: var(--radius-md); color: var(--white); background: rgba(18,60,35,.94); backdrop-filter: blur(12px); box-shadow: var(--shadow);
}
.hero-card strong { display: block; font-size: 1.18rem; }
.hero-card span { display: block; margin-top: .3rem; color: rgba(255,255,255,.78); font-size: .9rem; }
.hero-stamp {
  position: absolute; right: -1.2rem; top: 2.5rem; display: grid; place-items: center; width: 116px; height: 116px; padding: .8rem;
  border-radius: 50%; color: var(--green-950); background: var(--green-300); font-size: .76rem; font-weight: 900; line-height: 1.1; text-align: center; text-transform: uppercase; transform: rotate(8deg);
}

.proof-strip { padding: 1.25rem 0; color: var(--white); background: var(--green-950); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { padding: .8rem 1.4rem; border-right: 1px solid rgba(255,255,255,.16); }
.proof-item:last-child { border: 0; }
.proof-item strong { display: block; font-size: 1rem; }
.proof-item span { display: block; color: rgba(255,255,255,.68); font-size: .82rem; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 3rem; }
.benefit-card { min-height: 280px; padding: 1.65rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.68); }
.benefit-card:nth-child(2n) { background: var(--green-150); }
.benefit-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; color: var(--white); background: var(--green-800); font-weight: 900; }
.benefit-card h3 { margin: 3.2rem 0 .65rem; font-size: 1.3rem; line-height: 1.15; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.steps { background: var(--green-950); color: var(--white); }
.steps .eyebrow { color: var(--green-300); }
.steps .section-copy { color: rgba(255,255,255,.7); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3.25rem; counter-reset: steps; }
.step-card { position: relative; overflow: hidden; min-height: 360px; padding: 2rem; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-md); background: rgba(255,255,255,.055); counter-increment: steps; }
.step-card::after { content: "0" counter(steps); position: absolute; right: 1.2rem; top: .4rem; color: rgba(255,255,255,.08); font-size: 6rem; font-weight: 950; line-height: 1; }
.step-card svg { width: 58px; height: 58px; stroke: var(--green-300); }
.step-card h3 { margin: 6rem 0 .8rem; font-size: 1.65rem; line-height: 1.1; }
.step-card p { margin: 0; color: rgba(255,255,255,.68); }

.categories-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 270px 270px; gap: 1rem; margin-top: 3rem; }
.category-card { position: relative; overflow: hidden; border-radius: var(--radius-md); background: var(--green-900); }
.category-card:first-child { grid-row: 1 / 3; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.category-card:hover img { transform: scale(1.045); }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(7,27,15,.83)); }
.category-label { position: absolute; left: 1.4rem; right: 1.4rem; bottom: 1.25rem; z-index: 1; color: var(--white); }
.category-label strong { display: block; font-size: 1.35rem; }
.category-label span { color: rgba(255,255,255,.72); font-size: .88rem; }

.app-section { padding: clamp(4.5rem, 9vw, 8rem) 0; background: var(--green-150); }
.app-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.app-media { position: relative; min-height: 620px; }
.app-media::before { content: ""; position: absolute; inset: 8% 4% 4%; border-radius: 45% 45% 30% 30%; background: var(--green-800); transform: rotate(-5deg); }
.app-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 28px 38px rgba(13,47,27,.22)); }
.app-features { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin: 2rem 0; }
.app-feature { padding: 1rem; border: 1px solid rgba(18,60,35,.14); border-radius: var(--radius-sm); background: rgba(255,255,255,.56); font-weight: 750; }

.impact { background: var(--white); }
.impact-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--green-075); box-shadow: var(--shadow); }
.impact-copy { padding: clamp(2.5rem, 6vw, 5.5rem); align-self: center; }
.impact-copy h2 { margin: 0; font-size: clamp(2.2rem, 5vw, 4.4rem); line-height: .95; letter-spacing: -.055em; }
.impact-copy p { color: var(--muted); }
.impact-media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; border: 0; color: var(--ink); background: transparent; font-weight: 850; text-align: left; }
.faq-question::after { content: "+"; flex: 0 0 auto; font-size: 1.35rem; }
.faq-question[aria-expanded="true"]::after { content: "−"; }
.faq-answer { display: none; padding: 0 2.2rem 1.25rem 0; color: var(--muted); }
.faq-answer.is-open { display: block; }

.contact-band { padding: clamp(3rem, 7vw, 6rem) 0; color: var(--white); background: var(--orange); }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.contact-band h2 { max-width: 780px; margin: 0; font-size: clamp(2.1rem, 5.2vw, 4.7rem); line-height: .95; letter-spacing: -.055em; }
.contact-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .75rem; }

.site-footer { padding: 4rem 0 2rem; color: rgba(255,255,255,.8); background: var(--green-950); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2.2rem; }
.footer-brand img { width: 190px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 360px; color: rgba(255,255,255,.62); }
.footer-col h3 { margin: 0 0 1rem; color: var(--white); font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-col a { display: block; width: fit-content; margin: .55rem 0; color: rgba(255,255,255,.68); }
.footer-col a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.52); font-size: .83rem; }

.gateway { min-height: calc(100vh - 78px); display: grid; place-items: center; padding: 4rem 0; background: var(--green-075); }
.gateway-card { width: min(800px, 100%); padding: clamp(2rem, 6vw, 5rem); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); text-align: center; }
.gateway-card img { width: 190px; margin: 0 auto 2rem; }
.gateway-card h1 { margin: 0; font-size: clamp(2.5rem, 7vw, 5rem); line-height: .95; letter-spacing: -.06em; }
.gateway-card p { max-width: 590px; margin: 1.4rem auto 0; color: var(--muted); font-size: 1.1rem; }
.gateway-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin-top: 2rem; }

@media (max-width: 1020px) {
  .site-nav { position: fixed; inset: 79px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: .2rem; padding: 1.2rem 1.25rem 1.5rem; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 24px 45px rgba(13,47,27,.12); }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.button) { padding: .9rem .4rem; }
  .site-nav > a:not(.button)::after { display: none; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 540px; width: min(680px, 100%); }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item:nth-child(2) { border-right: 0; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 280px; }
  .step-card h3 { margin-top: 4rem; }
  .categories-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 250px 250px; }
  .category-card:first-child { grid-column: 1 / 3; grid-row: auto; }
  .app-grid, .impact-card, .faq-layout { grid-template-columns: 1fr; }
  .app-media { min-height: 530px; order: 2; }
  .impact-media { order: -1; }
  .impact-media img { min-height: 420px; }
  .contact-band-inner { align-items: flex-start; flex-direction: column; }
  .contact-actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 660px) {
  .container { width: min(100% - 1.5rem, var(--max)); }
  .brand img { width: 142px; }
  .header-inner { min-height: 70px; }
  .site-nav { top: 71px; }
  .hero { padding-top: 3rem; }
  .hero h1 { font-size: clamp(3rem, 18vw, 5rem); }
  .hero-media { min-height: 440px; }
  .hero-photo { inset: 0 0 2.8rem 1rem; width: calc(100% - 1rem); height: calc(100% - 2.8rem); border-radius: 160px 160px 26px 26px; }
  .hero-stamp { width: 92px; height: 92px; right: -.25rem; top: 1rem; font-size: .63rem; }
  .hero-card { width: 88%; padding: 1rem; }
  .proof-grid, .benefit-grid, .categories-grid, .app-features, .footer-grid { grid-template-columns: 1fr; }
  .proof-item, .proof-item:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .proof-item:last-child { border-bottom: 0; }
  .benefit-card { min-height: auto; }
  .benefit-card h3 { margin-top: 2rem; }
  .categories-grid { grid-template-rows: repeat(4, 280px); }
  .category-card:first-child { grid-column: auto; }
  .app-media { min-height: 430px; }
  .impact-media img { min-height: 320px; }
  .footer-bottom { flex-direction: column; }
}

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