:root {
  --bg: #fbfcf7;
  --surface: #ffffff;
  --surface-soft: #eef4e7;
  --text: #10170f;
  --muted: #586253;
  --line: #dfe7d7;
  --accent: #97eb69;
  --accent-dark: #244714;
  --dark: #12200d;
  --shadow: 0 24px 70px rgba(31, 55, 22, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(151, 235, 105, 0.28), transparent 32rem),
    var(--bg);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(251, 252, 247, 0.86);
  border-bottom: 1px solid rgba(223, 231, 215, 0.8);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  left: 0;
  padding: 1rem clamp(1.25rem, 4vw, 4.5rem);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--accent), #d5ff8e);
  border: 1px solid rgba(36, 71, 20, 0.16);
  border-radius: 1rem;
  color: var(--accent-dark);
  display: inline-flex;
  font-weight: 900;
  height: 2.6rem;
  justify-content: center;
  letter-spacing: -0.06em;
  width: 2.6rem;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  margin-left: auto;
}

.nav a,
.footer-links a {
  color: var(--muted);
  font-size: 0.95rem;
}

.nav a:hover,
.footer-links a:hover {
  color: var(--text);
}

.button {
  align-items: center;
  background: var(--accent);
  border: 1px solid rgba(36, 71, 20, 0.12);
  border-radius: 999px;
  color: #0d1908;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  padding: 0.9rem 1.3rem;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  background: #87dc59;
  box-shadow: 0 14px 34px rgba(60, 120, 32, 0.18);
  transform: translateY(-1px);
}

.button-secondary {
  background: transparent;
  border-color: var(--line);
}

.button-small {
  padding: 0.7rem 1rem;
}

.full-width {
  width: 100%;
}

.section {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(4rem, 8vw, 7.5rem) clamp(1.25rem, 4vw, 2rem);
}

.hero {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  min-height: 78vh;
}

.eyebrow {
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin: 0 0 0.9rem;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(3rem, 7vw, 6.4rem);
  letter-spacing: -0.075em;
  line-height: 0.92;
  margin-bottom: 1.25rem;
  max-width: 860px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.65rem);
  letter-spacing: -0.06em;
  line-height: 1;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.12rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.45rem;
}

p {
  color: var(--muted);
}

.hero-copy {
  font-size: 1.12rem;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero-card,
.contact-card,
.list-panel,
.card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(223, 231, 215, 0.9);
  border-radius: 2rem;
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 1.15rem;
}

.metric-card {
  background: var(--dark);
  border-radius: 1.5rem;
  color: #f8fff3;
  margin-bottom: 1rem;
  padding: 1.5rem;
}

.metric-card span,
.process span,
.card-number {
  color: #6f8b62;
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.metric-card strong {
  display: block;
  font-size: 1.8rem;
  letter-spacing: -0.06em;
  line-height: 1.05;
  margin-top: 0.5rem;
}

.mini-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mini-grid article {
  background: var(--surface-soft);
  border-radius: 1.25rem;
  padding: 1rem;
}

.mini-grid p {
  font-size: 0.92rem;
  margin-bottom: 0;
}

.section-heading {
  margin-bottom: 2.25rem;
  max-width: 760px;
}

.card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  min-height: 260px;
  padding: 1.35rem;
}

.card-number {
  margin-bottom: 3.5rem;
}

.split-section {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: 0.85fr 1.15fr;
}

.list-panel {
  display: grid;
  gap: 0;
  overflow: hidden;
}

.list-panel > div {
  border-bottom: 1px solid var(--line);
  padding: 1.35rem;
}

.list-panel > div:last-child {
  border-bottom: 0;
}

.list-panel p,
.card p,
.process p,
.three-columns p {
  margin-bottom: 0;
}

.muted-section {
  background: var(--surface-soft);
  border-radius: 2.5rem;
  max-width: calc(1180px - 2.5rem);
}

.three-columns,
.process {
  display: grid;
  gap: 1rem;
}

.three-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.three-columns article,
.process article {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(223, 231, 215, 0.8);
  border-radius: 1.5rem;
  padding: 1.35rem;
}

.process {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process span {
  margin-bottom: 2.5rem;
}

.contact-section {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 0.78fr;
}

.contact-card {
  padding: 1.5rem;
}

.contact-card a:not(.button) {
  color: var(--accent-dark);
  display: inline-block;
  font-weight: 800;
  margin-bottom: 1.35rem;
}

.contact-card span {
  color: var(--muted);
  display: block;
  margin-bottom: 1.35rem;
}

.site-footer {
  background: var(--dark);
  color: #f8fff3;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.4fr 0.6fr 0.7fr 1fr;
  padding: 3rem clamp(1.25rem, 4vw, 4.5rem);
}

.site-footer p,
.site-footer a,
.site-footer small {
  color: rgba(248, 255, 243, 0.72);
}

.footer-brand {
  margin-bottom: 1rem;
}

.footer-links {
  display: grid;
  gap: 0.65rem;
}

.policy-page {
  max-width: 860px;
}

.policy-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 2rem;
  box-shadow: var(--shadow);
  padding: clamp(1.25rem, 4vw, 2.25rem);
}

.policy-card h1 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
}

.policy-card h2 {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  margin-top: 2rem;
}

@media (max-width: 920px) {
  .nav {
    display: none;
  }

  .hero,
  .split-section,
  .contact-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 620px) {
  .site-header {
    gap: 1rem;
  }

  .site-header .button {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .card-grid,
  .process,
  .mini-grid {
    grid-template-columns: 1fr;
  }

  .muted-section {
    border-radius: 0;
  }
}
