:root {
  --ink: #082735;
  --muted: #56706c;
  --green: #006b57;
  --green-2: #0c8a62;
  --mint: #eaf7f0;
  --line: #dce9e4;
  --soft: #f7fbf8;
  --gold: #e7b645;
  --blue: #2c91a3;
  --shadow: 0 18px 45px rgba(8, 39, 53, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fbfdfb;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 6vw;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(220, 233, 228, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 26px;
  font-weight: 800;
  color: var(--green);
}

.brand-divider,
.brand-by {
  color: #53736d;
  font-size: 18px;
  font-weight: 800;
}

.brand-company-logo {
  width: auto;
  height: 24px;
  display: block;
  object-fit: contain;
  border-radius: 3px;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 15px;
  font-weight: 700;
}

.top-nav a {
  padding: 10px 0;
  border-bottom: 3px solid transparent;
}

.top-nav a:hover,
.top-nav a.active {
  color: var(--green);
  border-color: var(--green);
}

.top-nav .demo-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  color: #fff;
  border: 1px solid var(--green);
  border-radius: 7px;
  background: var(--green);
}

.top-nav .demo-link:hover,
.top-nav .demo-link.active {
  color: #fff;
  border-color: var(--green);
  background: #005646;
}

.nav-action,
.primary-link,
.secondary-link,
.case-tab,
.segmented-control button,
.drawer-close {
  min-height: 42px;
  border: 1px solid var(--green);
  border-radius: 7px;
  padding: 0 18px;
  font-weight: 800;
  cursor: pointer;
}

.nav-action,
.primary-link {
  display: inline-flex;
  align-items: center;
  background: var(--green);
  color: #fff;
}

.secondary-link {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  color: var(--green);
}

.section {
  padding: 70px 6vw;
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(460px, 1.14fr);
  align-items: stretch;
  gap: 34px;
  padding-top: 52px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.78) 43%, rgba(255, 255, 255, 0) 62%),
    radial-gradient(circle at 20% 80%, #eef9ef 0 14%, transparent 36%);
}

.hero-copy {
  align-self: center;
  max-width: 650px;
}

.hero-brand {
  margin: 0 0 18px;
  color: var(--green);
  font-size: clamp(72px, 8vw, 112px);
  font-weight: 900;
  line-height: 0.88;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 620px;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(18px, 1.7vw, 23px);
  font-weight: 800;
  line-height: 1.45;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
}

h3 {
  font-size: 27px;
  line-height: 1.18;
}

.lead,
.section-heading p,
.hero-copy p:not(.hero-brand),
.case-hero p,
.impact-grid p,
.arch-detail p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.hero-copy .lead {
  max-width: 610px;
  font-size: 15px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 34px 0;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.trust-row span {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #245c52;
  font-size: 13px;
  font-weight: 800;
  border-left: 1px solid var(--line);
}

.hero-visual {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border-radius: 0 0 0 80px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.15), rgba(255,255,255,0) 42%),
    url("assets/hero-terraviv.png") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(0,70,50,0.12)),
    radial-gradient(circle at 52% 46%, rgba(255,255,255,0), rgba(0,45,35,0.22) 78%);
  pointer-events: none;
}

.sky {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 24%, rgba(255,255,255,0.88) 0 8%, transparent 22%),
    linear-gradient(180deg, rgba(218,243,255,0.9), transparent 48%);
}

.field {
  position: absolute;
  bottom: -50px;
  width: 58%;
  height: 44%;
  transform: skewY(-9deg);
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.2) 0 7px, transparent 8px 28px),
    linear-gradient(135deg, #72a840, #0d563a);
  border-radius: 44px;
  box-shadow: inset 0 30px 60px rgba(255,255,255,0.22);
}

.field-left {
  left: 2%;
}

.field-right {
  right: -8%;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.18) 0 5px, transparent 6px 22px),
    linear-gradient(135deg, #2e7046, #06422f);
}

.drone {
  position: absolute;
  top: 13%;
  left: 42%;
  width: 180px;
  height: 70px;
  border-radius: 24px;
  background: linear-gradient(180deg, #d7e4e5, #2d4b50);
  box-shadow: 0 28px 70px rgba(8, 39, 53, 0.35);
}

.drone::before,
.drone::after {
  content: "";
  position: absolute;
  top: 29px;
  width: 160px;
  height: 7px;
  background: #263f43;
}

.drone::before {
  right: 120px;
}

.drone::after {
  left: 120px;
}

.drone span {
  position: absolute;
  width: 70px;
  height: 14px;
  border-radius: 999px;
  background: rgba(8, 39, 53, 0.8);
  animation: rotor 0.22s linear infinite;
}

.drone span:nth-child(1) { left: -140px; top: 24px; }
.drone span:nth-child(2) { right: -140px; top: 24px; }
.drone span:nth-child(3) { left: -24px; top: -24px; }
.drone span:nth-child(4) { right: -24px; top: -24px; }

@keyframes rotor {
  to { transform: rotate(180deg); }
}

.scan-ring {
  position: absolute;
  border: 2px dashed rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  animation: pulse 3.6s ease-in-out infinite;
}

.ring-a {
  top: 30%;
  left: 54%;
  width: 180px;
  height: 180px;
}

.ring-b {
  top: 48%;
  left: 36%;
  width: 260px;
  height: 260px;
  animation-delay: 0.8s;
}

.hero-visual .sky,
.hero-visual .field,
.hero-visual .drone,
.hero-visual .scan-ring {
  display: none;
}

@keyframes pulse {
  50% { transform: scale(1.08); opacity: 0.55; }
}

.section-heading {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.architecture-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.step-card,
.impact-grid article,
.interactive-card,
.point-cloud-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 10px 30px rgba(8, 39, 53, 0.06);
}

.step-card {
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.step-card:hover,
.step-card.active {
  transform: translateY(-4px);
  border-color: rgba(0,107,87,0.38);
  background: #f2faf5;
}

.step-number {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: #fff;
  font-weight: 900;
  border-radius: 50%;
  background: var(--green);
}

.step-card h3 {
  min-height: 64px;
  margin-bottom: 10px;
  font-size: 20px;
}

.step-card p {
  color: var(--muted);
  line-height: 1.55;
}

.architecture-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #eef9f1, #fff);
}

.layer-stack {
  min-height: 420px;
  position: relative;
  perspective: 900px;
  overflow: hidden;
  border: 1px solid rgba(220,233,228,0.9);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.16)),
    url("assets/architecture-pyramid.png") center / contain no-repeat;
  box-shadow: var(--shadow);
}

.layer {
  position: absolute;
  left: 12%;
  right: 12%;
  height: 66px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  border-radius: 16px;
  transform: rotateX(58deg) rotateZ(-8deg);
  box-shadow: 0 18px 40px rgba(8, 39, 53, 0.15);
}

.layer-1 { top: 10px; background: #70a25c; }
.layer-2 { top: 78px; background: #2b8c78; }
.layer-3 { top: 146px; background: #0b4f50; }
.layer-4 { top: 214px; background: #1b7869; }
.layer-5 { top: 282px; background: #043d35; }

.layer-stack .layer {
  display: none;
}

.architecture-map {
  display: grid;
  grid-template-columns: minmax(240px, 0.38fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 26px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(234,247,240,0.82), rgba(255,255,255,0.96)),
    #fff;
  box-shadow: 0 14px 34px rgba(8, 39, 53, 0.08);
}

.architecture-map-copy {
  padding: 8px 6px 8px 12px;
}

.architecture-map-copy h3 {
  margin-bottom: 12px;
  font-size: 25px;
}

.architecture-map-copy p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.62;
}

.architecture-map img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(220,233,228,0.9);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8, 39, 53, 0.08);
}

.case-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

.case-tab {
  background: #fff;
  color: var(--green);
}

.case-tab.active {
  background: var(--green);
  color: #fff;
}

.case-panel {
  display: none;
}

.case-panel.active {
  display: block;
}

.case-shell {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f5fbf7);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.case-hero {
  min-height: 320px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: center;
  padding: 44px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98), rgba(255,255,255,0.78), rgba(255,255,255,0.14)),
    url("assets/agri-case.png") center / cover no-repeat;
}

#case-agri .case-hero {
  grid-template-columns: minmax(280px, 0.62fr);
}

.forest-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98), rgba(255,255,255,0.74), rgba(255,255,255,0.1)),
    url("assets/forest-case.png") center / cover no-repeat;
}

.case-hero h3 {
  font-size: clamp(34px, 4vw, 54px);
  max-width: 640px;
}

.mini-dashboard {
  padding: 24px;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.36);
  border-radius: 12px;
  background: rgba(0,75,58,0.72);
  backdrop-filter: blur(12px);
}

.mini-dashboard span,
.mini-dashboard small {
  display: block;
  opacity: 0.85;
}

.mini-dashboard strong {
  display: block;
  margin: 10px 0;
  font-size: 26px;
}

.workflow-row,
.decision-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 24px 44px;
}

.workflow-row div,
.decision-flow div {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  color: var(--green);
  font-weight: 900;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.interactive-card {
  margin: 24px 44px 44px;
}

.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.segmented-control {
  display: inline-flex;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--soft);
}

.segmented-control button {
  min-height: 36px;
  border: 0;
  background: transparent;
  color: var(--green);
}

.segmented-control button.active {
  background: var(--green);
  color: #fff;
}

.agri-view {
  display: none;
}

.agri-view.active {
  display: block;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.metric-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f6fbf8);
}

.metric-grid small,
.metric-grid span {
  color: var(--muted);
}

.metric-grid strong {
  display: block;
  margin: 8px 0;
  color: var(--green);
  font-size: 25px;
}

.claim-note {
  margin-top: 18px;
  padding: 16px 18px;
  color: #285f53;
  border: 1px solid #cfe6dc;
  border-radius: 8px;
  background: #f0faf4;
}

.bar-chart {
  display: grid;
  gap: 14px;
}

.bar-chart div {
  min-height: 46px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbf9;
}

.bar-chart span {
  width: min(var(--value), 100%);
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  color: #fff;
  font-weight: 800;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--green), var(--green-2));
}

.agri-research {
  display: grid;
  gap: 28px;
  padding: 28px 44px 44px;
}

.forest-research {
  display: grid;
  gap: 28px;
  padding: 28px 44px 44px;
}

.agri-research-block {
  display: grid;
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 28px rgba(8, 39, 53, 0.06);
}

.forest-research-block {
  display: grid;
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 28px rgba(8, 39, 53, 0.06);
}

.research-copy {
  max-width: 930px;
}

.research-copy h4 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.2;
}

.research-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.research-grid {
  display: grid;
  gap: 18px;
}

.research-grid.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.research-grid.compact {
  align-items: start;
}

.research-figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(8, 39, 53, 0.08);
}

.research-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.forest-pointclouds .research-figure {
  background: #f8f8f8;
}

.forest-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 24px;
  padding: 32px 44px 0;
}

.point-cloud {
  min-height: 260px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(180deg, #082735, #031d24 60%, #152d2b);
}

.point-cloud span {
  position: absolute;
  bottom: 26px;
  border-radius: 999px;
}

.point-cloud .stem {
  width: 8px;
  height: 170px;
  background: #22d67b;
}

.point-cloud .veg {
  width: 78px;
  height: 78px;
  background: radial-gradient(circle, #8ee84f, #208b61);
}

.point-cloud .ground {
  left: 0;
  right: 0;
  width: 100%;
  height: 16px;
  background: #a8aba0;
}

.point-cloud span:nth-child(1) { left: 18%; }
.point-cloud span:nth-child(2) { left: 11%; bottom: 156px; }
.point-cloud span:nth-child(3) { bottom: 18px; }
.point-cloud span:nth-child(4) { left: 48%; height: 210px; }
.point-cloud span:nth-child(5) { left: 39%; bottom: 196px; }
.point-cloud span:nth-child(6) { right: 18%; height: 150px; }

.impact-section {
  background: linear-gradient(180deg, #fff, #f2faf5);
}

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

.impact-icon {
  width: 72px;
  height: 72px;
  display: block;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, var(--green) 0 20%, transparent 22%),
    linear-gradient(135deg, #e9f7ec, #cfeada);
}

.crop { box-shadow: inset 0 -16px 0 #cde7be; }
.climate { box-shadow: inset 0 -16px 0 #cfe9f2; }
.biomass { box-shadow: inset 0 -16px 0 #d6ecd4; }
.community { box-shadow: inset 0 -16px 0 #f2e5c5; }

.impact-showcase {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}

.impact-visual-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
  gap: 24px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(8, 39, 53, 0.08);
}

.impact-visual-card img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(220,233,228,0.9);
  border-radius: 8px;
  background: #fff;
}

.impact-copy h3 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.2;
}

.impact-copy p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
}

.stakeholder-card {
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
}

.decision-flow {
  margin-top: 32px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.demo-section {
  background:
    radial-gradient(circle at 16% 8%, rgba(12, 138, 98, 0.1), transparent 30%),
    linear-gradient(180deg, #f7fcf9, #ffffff);
}

.demo-section .section-heading {
  margin-bottom: 28px;
}

.demo-section .eyebrow {
  margin-bottom: 0;
  font-size: 24px;
  letter-spacing: 0.08em;
}

.demo-frame-shell {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.demo-frame-toolbar {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff, #eff8f3);
}

.demo-frame-toolbar strong,
.demo-frame-toolbar span {
  display: block;
}

.demo-frame-toolbar strong {
  color: var(--green);
  font-size: 16px;
}

.demo-frame-toolbar span {
  color: var(--muted);
  font-size: 13px;
}

.demo-frame-toolbar a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
  border: 1px solid var(--green);
  border-radius: 7px;
  background: #fff;
}

.demo-frame-shell iframe {
  width: 100%;
  height: min(820px, calc(100vh - 145px));
  min-height: 620px;
  display: block;
  border: 0;
  background: #fff;
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 52px 6vw 58px;
  text-align: center;
  color: #245c52;
  border-top: 1px solid #d6ebe1;
  background:
    linear-gradient(180deg, #f3fbf6, #dff3e9);
}

.footer-logo-link {
  display: inline-flex;
  justify-content: center;
  padding: 10px;
  border-radius: 8px;
}

.footer-logo-link:focus-visible {
  outline: 3px solid rgba(0, 107, 87, 0.28);
  outline-offset: 3px;
}

.site-footer img {
  width: min(420px, 76vw);
  height: auto;
  display: block;
}

.footer-text {
  max-width: 560px;
}

.footer-text strong {
  display: block;
  margin-bottom: 12px;
  color: var(--green);
  font-size: 22px;
  letter-spacing: 0.04em;
}

.footer-text p {
  margin: 0 0 12px;
  color: #385f58;
  line-height: 1.65;
}

@media (max-width: 1080px) {
  .hero,
  .case-hero,
  .architecture-panel,
  .architecture-map,
  .research-grid.two-up,
  .impact-visual-card,
  .stakeholder-card,
  .forest-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .top-nav {
    width: 100%;
    overflow-x: auto;
    gap: 18px;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 520px;
  }

  .trust-row,
  .architecture-grid,
  .workflow-row,
  .decision-flow,
  .metric-grid,
  .impact-grid {
    grid-template-columns: 1fr;
  }

  .card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .demo-frame-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .demo-frame-shell iframe {
    height: 680px;
    min-height: 560px;
  }

  .case-hero,
  .interactive-card,
  .architecture-map,
  .agri-research,
  .forest-research,
  .impact-visual-card,
  .forest-grid,
  .workflow-row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .architecture-map {
    overflow-x: auto;
  }

  .architecture-map img {
    min-width: 760px;
  }

  .agri-research {
    padding-top: 20px;
  }

}
