:root {
  --bg: #f4f4f1;
  --paper: #fbfbf8;
  --ink: #141414;
  --muted: #777c76;
  --soft: #eef1ea;
  --line: #e4e7df;
  --green: #16a34a;
  --deep: #07110d;
  --field: #79b326;
  --radius: 8px;
  --shadow: 0 18px 60px rgba(20, 20, 20, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

img {
  display: block;
  max-width: 100%;
}

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

.container {
  width: min(1188px, calc(100% - 40px));
  margin: 0 auto;
}

.section-band {
  position: relative;
  padding: 86px 0;
}

.site-header {
  position: fixed;
  top: 24px;
  left: 50%;
  z-index: 40;
  display: grid;
  width: min(1080px, calc(100% - 40px));
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
}

.brand-logo {
  width: 132px;
  height: 45px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.08) saturate(1.08);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: #08090a;
  box-shadow: var(--shadow);
  padding: 5px;
}

.main-nav a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0 13px;
}

.main-nav a:hover,
.main-nav a:first-child {
  background: #fff;
  color: var(--ink);
}

.header-actions {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}

.language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 4px;
}

.lang-btn {
  width: 34px;
  height: 29px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #6d746d;
  cursor: pointer;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 900;
}

.lang-btn.is-active {
  background: var(--ink);
  color: #fff;
}

.btn {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
  padding: 0 18px;
  white-space: nowrap;
}

.btn-dark {
  background: var(--ink);
  color: #fff;
}

.btn-outline,
.btn-light,
.btn-ghost {
  border-color: #cfd4cb;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
}

.hero {
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: start;
  padding-top: 138px;
  padding-bottom: 56px;
  background: #edf0ea;
}

.hero-background {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(244, 244, 241, 0.93) 0%, rgba(244, 244, 241, 0.72) 34%, rgba(244, 244, 241, 0.1) 58%, rgba(0, 0, 0, 0.1) 100%),
    linear-gradient(90deg, rgba(244, 244, 241, 0.72), rgba(244, 244, 241, 0.25), rgba(244, 244, 241, 0.72)),
    url("assets/ondjila-tractor-hero.png") center bottom / cover;
  filter: saturate(1.04);
}

.hero::before,
.hero::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, #dfe4dc, transparent);
  content: "";
}

.hero::before {
  left: 8%;
}

.hero::after {
  right: 8%;
}

.ambient-star {
  position: absolute;
  color: #003c3b;
  font-size: 1.9rem;
  opacity: 0.82;
}

.star-one {
  left: 12%;
  top: 210px;
}

.star-two {
  right: 18%;
  top: 250px;
}

.star-three {
  left: 56%;
  top: 470px;
  font-size: 1.45rem;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  text-align: center;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
}

.dot-label::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green);
  content: "";
  transform: translateY(-1px);
}

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

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  max-width: 930px;
  margin-bottom: 14px;
  font-size: clamp(3.05rem, 5.6vw, 5.15rem);
  font-weight: 900;
  line-height: 0.94;
}

h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2.35rem, 4.9vw, 5.2rem);
  font-weight: 800;
  line-height: 0.98;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.05;
}

.hero-lede {
  max-width: 560px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0;
}

.stats {
  padding: 0;
  background: var(--paper);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.stat-grid div {
  min-height: 116px;
  border-right: 1px solid var(--line);
  padding: 26px 28px;
}

.stat-grid div:first-child {
  border-left: 1px solid var(--line);
}

.stat-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(2rem, 3.1vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
}

.stat-grid span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.visual-strip {
  padding-top: 70px;
  background: var(--paper);
}

.strip-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.72fr 0.72fr 0.72fr;
  gap: 16px;
  align-items: stretch;
}

.strip-grid h2 {
  max-width: 430px;
  font-size: clamp(2rem, 3.3vw, 3.65rem);
}

.mini-image-card {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.52)),
    url("assets/ondjila-hero-bright.png") center / cover;
  color: #fff;
  padding: 18px;
}

.mini-image-card.alt {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.55)),
    url("assets/ondjila-hero.png") center / cover;
}

.mini-image-card.wide {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.55)),
    repeating-linear-gradient(13deg, rgba(255, 255, 255, 0.22) 0 1px, transparent 1px 20px),
    linear-gradient(135deg, #4f831f, #bfdc65);
}

.mini-image-card span {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.76rem;
  font-weight: 800;
}

.mini-image-card strong {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  font-size: 1.18rem;
  line-height: 1.05;
}

.problem,
.platform-band,
.opportunities,
.farmers-band,
.about-band {
  background: var(--paper);
}

.two-column,
.problem-grid,
.farmer-grid,
.about-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 70px;
  align-items: start;
}

.problem-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.8fr);
  align-items: end;
  margin-bottom: 30px;
}

.problem-intro {
  display: grid;
  align-content: start;
}

.problem-intro h2 {
  max-width: 720px;
}

.problem-intro > p:not(.eyebrow) {
  max-width: 680px;
  margin: 22px 0 28px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.capital-flow {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 18px;
}

.flow-point {
  display: grid;
  width: 116px;
  height: 116px;
  place-items: center;
  border-radius: 50%;
  background: #07110d;
  color: #fff;
  font-weight: 900;
}

.flow-point.muted {
  background: #eef8dc;
  color: #276a16;
}

.flow-line {
  position: relative;
  height: 2px;
  background: #dce3d7;
}

.flow-line::before,
.flow-line::after {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  content: "";
  transform: translateY(-50%);
}

.flow-line::before {
  left: 18%;
}

.flow-line::after {
  right: 18%;
}

.problem-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: 18px;
  align-items: stretch;
}

.problem-visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.58)),
    url("assets/ondjila-tractor-hero.png") center bottom / cover;
  color: #fff;
  padding: 24px;
}

.problem-visual::after {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 50%;
  content: "";
}

.problem-visual span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 900;
  padding: 8px 11px;
}

.problem-visual strong {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  max-width: 470px;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 0.98;
}

.feature-list {
  display: grid;
  gap: 0;
  border-top: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}

.feature-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 26px;
}

.feature-list article:last-child {
  border-bottom: 0;
}

.feature-list article.active {
  background: #f5f8ee;
}

.line-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eef8dc;
  color: #276a16;
  font-size: 0.78rem;
  font-weight: 800;
}

.feature-list p,
.process-grid p,
.investment-card p,
.platform-features p,
.opportunity-grid p,
.roadmap p,
.about-grid p,
.contact-grid p,
.farmers-band p {
  color: var(--muted);
  line-height: 1.55;
}

.section-heading {
  margin-bottom: 36px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.process-grid article,
.investment-card,
.platform-features article,
.opportunity-grid article,
.roadmap article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.process-grid article {
  min-height: 270px;
  padding: 24px;
}

.process-grid span,
.roadmap span,
.card-kicker {
  display: inline-block;
  margin-bottom: 58px;
  color: var(--green);
  font-weight: 900;
}

.invest-band {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(247, 248, 244, 0.96)),
    radial-gradient(circle at 15% 20%, rgba(165, 218, 73, 0.22), transparent 28%);
}

.invest-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 390px);
  gap: 32px;
  align-items: end;
  margin-bottom: 36px;
}

.invest-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.investment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.investment-card {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  padding: 30px;
}

.investment-card::before {
  display: block;
  height: 150px;
  margin: -30px -30px 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.16)),
    url("assets/ondjila-hero-bright.png") center / cover;
  content: "";
}

.retail-card::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.16)),
    repeating-linear-gradient(12deg, rgba(255, 255, 255, 0.32) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, #e3f78e, #63aa27);
}

.model-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 28px;
}

.model-top span {
  border-radius: 999px;
  background: #eff5e8;
  color: #276a16;
  font-size: 0.74rem;
  font-weight: 900;
  padding: 8px 10px;
}

.investment-card h3 {
  max-width: 430px;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  font-weight: 800;
  line-height: 0.94;
}

.investment-card ul {
  display: grid;
  gap: 11px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.model-table {
  display: grid;
  gap: 0;
  margin: 24px 0 26px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.model-table div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 13px 0;
}

.model-table div + div {
  border-top: 1px solid var(--line);
}

.model-table span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.model-table strong {
  font-size: 0.92rem;
  line-height: 1.35;
}

.investment-card li {
  position: relative;
  padding-left: 25px;
  color: var(--muted);
  line-height: 1.45;
}

.investment-card li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: "●";
  font-size: 0.7rem;
}

.retail-card {
  background: #eff8d5;
}

.platform-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 18px;
  align-items: stretch;
}

.platform-grid > div:first-child {
  border-radius: var(--radius);
  background: #fff;
  padding: 34px;
}

.dashboard-card {
  grid-row: span 2;
  min-height: 520px;
  border-radius: var(--radius);
  background: #0a0d0a;
  color: #fff;
  padding: 18px;
}

.panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.panel-label,
.status-pill {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.74rem;
  font-weight: 800;
}

.panel-top strong {
  display: block;
  margin-top: 5px;
}

.status-pill {
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.16);
  color: #b7ffcd;
  padding: 8px 10px;
}

.field-map {
  position: relative;
  height: 276px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.45)),
    repeating-linear-gradient(15deg, rgba(255, 255, 255, 0.2) 0 1px, transparent 1px 18px),
    url("assets/ondjila-hero-bright.png") center / cover;
}

.field-map::before,
.field-map::after {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.8);
  content: "";
}

.field-map::before {
  inset: 38px 96px 118px 48px;
  transform: skew(-7deg) rotate(-4deg);
}

.field-map::after {
  inset: 112px 44px 42px 132px;
  transform: skew(6deg) rotate(5deg);
}

.field-zone {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  background: rgba(7, 17, 13, 0.78);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
  padding: 8px 10px;
}

.zone-a {
  left: 62px;
  top: 67px;
}

.zone-b {
  right: 64px;
  top: 118px;
}

.zone-c {
  left: 46%;
  bottom: 50px;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.metrics-grid div {
  min-height: 82px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  padding: 14px;
}

.metrics-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
}

.metrics-grid strong {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
}

.verified-task {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  padding: 12px;
}

.verified-task p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.4;
}

.check-icon {
  display: inline-flex;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-weight: 900;
}

.platform-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.platform-features article {
  min-height: 170px;
  padding: 24px;
}

.opportunities {
  padding-top: 0;
}

.opportunity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.opportunity-grid article {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  padding: 24px;
}

.opportunity-grid article::before {
  display: block;
  height: 138px;
  margin: -24px -24px 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.22)),
    url("assets/ondjila-hero-bright.png") center / cover;
  content: "";
}

.opportunity-grid article:nth-child(2)::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.22)),
    url("assets/ondjila-hero.png") center / cover;
}

.opportunity-grid article:nth-child(3)::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.22)),
    linear-gradient(135deg, #d9f18a, #65a022);
}

.crop-chip {
  display: inline-flex;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #eef8dc;
  color: #276a16;
  font-size: 0.76rem;
  font-weight: 900;
  padding: 7px 10px;
}

.progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5eadf;
}

.progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--green);
}

.opportunity-grid strong {
  display: block;
  margin-top: 12px;
}

.trust-band {
  background: #fff;
}

.trust-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.trust-list article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}

.trust-list strong {
  color: var(--green);
}

.trust-list p {
  margin: 0;
  color: var(--ink);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.15;
}

.farmer-grid {
  align-items: center;
}

.farmer-image {
  min-height: 520px;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.42)),
    url("assets/ondjila-hero-bright.png") center / cover;
}

.farmers-band h2 {
  margin-bottom: 18px;
}

.os-band {
  background: #f7f8f4;
}

.roadmap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.roadmap article {
  min-height: 285px;
  padding: 26px;
}

.about-band {
  padding-top: 66px;
}

.contact-band {
  background: var(--deep);
  color: #fff;
}

.contact-band .eyebrow {
  color: #98f07c;
}

.contact-grid {
  align-items: start;
}

.contact-grid p {
  color: rgba(255, 255, 255, 0.68);
}

.contact-form {
  display: grid;
  gap: 14px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  padding: 22px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 0 14px;
}

.contact-form .btn {
  width: 100%;
  background: #fff;
  color: var(--ink);
}

.site-footer {
  background:
    linear-gradient(180deg, rgba(7, 17, 13, 0.92), rgba(7, 17, 13, 0.98)),
    url("assets/ondjila-hero-bright.png") center / cover;
  color: #fff;
  padding: 70px 0 30px;
}

.site-footer .brand {
  color: #fff;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 1.1fr;
  gap: 80px;
  align-items: start;
}

.footer-brand p {
  max-width: 390px;
  margin: 22px 0 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.1rem;
  line-height: 1.5;
}

.btn-footer {
  background: #fff;
  color: var(--ink);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.footer-links div {
  display: grid;
  gap: 12px;
  align-content: start;
}

.footer-links strong {
  margin-bottom: 8px;
  color: #fff;
}

.footer-links a,
.footer-links span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.footer-links a:hover {
  color: #98f07c;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.78rem;
}

@media (max-width: 1000px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .header-actions {
    justify-content: center;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding-top: 184px;
  }

  .strip-grid,
  .process-grid,
  .platform-grid,
  .opportunity-grid,
  .roadmap,
  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .two-column,
  .problem-grid,
  .problem-layout,
  .farmer-grid,
  .about-grid,
  .contact-grid,
  .investment-grid,
  .invest-heading,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .dashboard-card {
    grid-row: auto;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 1188px);
  }

  .section-band {
    padding: 62px 0;
  }

  .site-header {
    top: 12px;
    width: calc(100% - 24px);
    gap: 10px;
  }

  .main-nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .main-nav a {
    flex: 0 0 auto;
  }

  .hero {
    padding-top: 174px;
    padding-bottom: 52px;
    min-height: 820px;
  }

  h1 {
    font-size: clamp(2.55rem, 12vw, 3.25rem);
    line-height: 0.96;
  }

  h2 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .strip-grid,
  .process-grid,
  .platform-grid,
  .platform-features,
  .opportunity-grid,
  .roadmap,
  .stat-grid {
    grid-template-columns: 1fr;
  }

  .stat-grid div,
  .stat-grid div:first-child {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .mini-image-card,
  .farmer-image,
  .problem-visual {
    min-height: 330px;
  }

  .capital-flow {
    grid-template-columns: 1fr;
  }

  .flow-line {
    height: 70px;
    width: 2px;
    justify-self: center;
  }

  .flow-line::before {
    left: 50%;
    top: 22%;
    transform: translate(-50%, -50%);
  }

  .flow-line::after {
    left: 50%;
    right: auto;
    top: 78%;
    transform: translate(-50%, -50%);
  }

  .flow-point {
    width: 100%;
    height: 84px;
    border-radius: var(--radius);
  }

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

  .field-map {
    height: 235px;
  }

  .trust-list p {
    font-size: 1.2rem;
  }

  .footer-main,
  .footer-links,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: grid;
  }
}
