:root {
  --bg: #f7f8f4;
  --ink: #111827;
  --muted: #667085;
  --line: #dfe4dc;
  --accent: #d8ff3e;
  --accent2: #b9e52a;
  --dark: #0b1020;
  --card: #fff;
  --max: 1160px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.5;
}
.container {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}
.nav-wrap {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 248, 244, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}
.nav {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--dark);
  color: var(--accent);
  font-size: 12px;
  letter-spacing: 0.02em;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lang {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-weight: 700;
  cursor: pointer;
  padding: 8px 3px;
}
.lang.active {
  color: var(--ink);
}
.divider {
  color: #b7beb5;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 11px;
  background: var(--dark);
  color: #fff;
  text-decoration: none;
  font-weight: 750;
  border: 1px solid var(--dark);
  transition: 0.18s ease;
}
.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(11, 16, 32, 0.15);
}
.button.small {
  padding: 9px 13px;
  margin-left: 12px;
}
.button.large {
  padding: 15px 20px;
}
.hero {
  padding: 104px 0 88px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  color: #667085;
  margin-bottom: 18px;
}
.eyebrow.light {
  color: #9da7b8;
}
.hero h1 {
  max-width: 950px;
  margin: 0;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 850;
}
.hero h1 span {
  color: #7a8427;
}
.hero-copy {
  max-width: 760px;
  font-size: 20px;
  color: #4b5563;
  margin: 28px 0 28px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.text-link {
  color: var(--ink);
  font-weight: 750;
  text-decoration: none;
}
.trust-line {
  margin-top: 58px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 14px;
}
.trust-line strong {
  color: var(--ink);
  font-size: 18px;
  margin-right: 5px;
}
.section {
  padding: 92px 0;
}
.muted {
  background: #eef1ea;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section-head {
  max-width: 860px;
  margin-bottom: 42px;
}
.section-head.split {
  max-width: none;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: end;
}
.section-head h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.section-head p {
  font-size: 17px;
  color: var(--muted);
  margin: 18px 0 0;
}
.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.flow-card {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid #dce2d8;
  border-radius: 18px;
  padding: 24px;
  min-height: 220px;
}
.step {
  font-size: 12px;
  font-weight: 900;
  color: #788014;
  margin-bottom: 52px;
}
.flow-card h3 {
  font-size: 21px;
  margin: 0 0 8px;
}
.flow-card p {
  margin: 0;
  color: var(--muted);
}
.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.project-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 8px 30px rgba(30, 36, 24, 0.04);
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tag {
  background: #eff8ca;
  color: #586200;
  border-radius: 999px;
  padding: 6px 9px;
  font-weight: 800;
  font-size: 11px;
}
.location {
  font-size: 12px;
  color: var(--muted);
  font-weight: 700;
}
.project-card h3 {
  font-size: 28px;
  margin: 24px 0 2px;
  letter-spacing: -0.03em;
}
.big-stat {
  font-size: 39px;
  font-weight: 850;
  margin: 0 0 22px;
  letter-spacing: -0.04em;
}
.project-card ul {
  padding-left: 18px;
  color: #4b5563;
  min-height: 132px;
}
.project-card li {
  margin: 8px 0;
}
.source-muted {
  display: block;
  font-size: 13px;
  color: var(--muted);
  font-weight: 650;
}
.dark {
  background: var(--dark);
  color: #fff;
}
.light {
  color: #fff !important;
}
.persona-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #2a3145;
  border: 1px solid #2a3145;
  border-radius: 18px;
  overflow: hidden;
}
.persona-grid article {
  background: #11172a;
  padding: 32px;
  min-height: 250px;
}
.persona-num {
  color: var(--accent);
  font-weight: 900;
  font-size: 12px;
}
.persona-grid h3 {
  font-size: 25px;
  line-height: 1.1;
  margin: 48px 0 14px;
}
.persona-grid p {
  color: #aeb7c7;
  margin: 0;
}
.quote-block {
  max-width: 900px;
}
.quote-block blockquote {
  font-size: clamp(34px, 4.5vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 0;
}
.quote-block p {
  color: var(--muted);
  font-size: 17px;
  max-width: 720px;
  margin-top: 26px;
}
.cta-section {
  padding-top: 36px;
}
.cta-box {
  background: var(--accent);
  border-radius: 26px;
  padding: 52px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}
.cta-box h2 {
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.03;
  letter-spacing: -0.04em;
  margin: 0;
}
.cta-box p {
  max-width: 720px;
}
.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.micro {
  font-size: 12px !important;
  color: #4e5705;
  margin: 12px 0 0 !important;
}
footer {
  padding: 50px 0 70px;
}
.footer-inner {
  border-top: 1px solid var(--line);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer-brand {
  margin-bottom: 12px;
}
.footer-inner p,
.footer-meta {
  color: var(--muted);
  font-size: 13px;
}
.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
.footer-meta a {
  color: var(--muted);
  text-decoration: none;
}
@media (max-width: 900px) {
  .flow-grid,
  .cards-3,
  .persona-grid {
    grid-template-columns: 1fr 1fr;
  }
  .section-head.split,
  .cta-box {
    grid-template-columns: 1fr;
  }
  .section-head.split {
    gap: 20px;
  }
  .cta-box {
    gap: 28px;
  }
  .persona-grid article:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 650px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }
  .nav {
    height: 64px;
  }
  .brand span:last-child {
    display: none;
  }
  .button.small {
    display: none;
  }
  .hero {
    padding: 72px 0 64px;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero-copy {
    font-size: 18px;
  }
  .section {
    padding: 68px 0;
  }
  .flow-grid,
  .cards-3,
  .persona-grid {
    grid-template-columns: 1fr;
  }
  .persona-grid article:last-child {
    grid-column: auto;
  }
  .section-head h2 {
    font-size: 38px;
  }
  .cta-box {
    padding: 30px 24px;
  }
  .footer-inner {
    flex-direction: column;
  }
  .footer-meta {
    align-items: flex-start;
  }
}

.button:focus-visible,
.text-link:focus-visible,
.lang:focus-visible,
.footer-meta a:focus-visible {
  outline: 3px solid #657000;
  outline-offset: 3px;
}
