:root {
  --saffron: #ed8b22;
  --saffron-dark: #c86716;
  --green: #0d6b37;
  --green-deep: #073f25;
  --gold: #b8963e;
  --cream: #fffaf0;
  --paper: #ffffff;
  --ink: #173328;
  --muted: #111111;
  --line: rgba(13, 107, 55, .16);
  --shadow: 0 22px 65px rgba(7, 63, 37, .13);
}

/* KRS agritech refresh inspired by clean institutional agri-platform layouts */
:root {
  --green: #0F7A3B;
  --green-deep: #0A4F2A;
  --fresh-green: #18A558;
  --saffron: #F6A033;
  --saffron-dark: #C96D16;
  --soil: #7A421D;
  --cream: #FFF8EA;
  --ink: #122015;
  --muted: #3C4A3F;
  --line: rgba(15, 122, 59, .14);
  --shadow: 0 18px 54px rgba(18, 32, 21, .10);
}

body,
body.v2 {
  font-family: Inter, Poppins, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(246,160,51,.10), transparent 30%),
    linear-gradient(180deg, #fffdf7 0%, #fff8ea 48%, #ffffff 100%);
}

.top-contact-bar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 9px clamp(18px, 5vw, 82px);
  color: #fff;
  background: linear-gradient(90deg, #0A4F2A, #0F7A3B);
  font-size: 13px;
  font-weight: 700;
}

.top-contact-bar span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.top-contact-bar .top-contact-group {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-header {
  top: 0;
  padding: 13px clamp(18px, 5vw, 82px);
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 36px rgba(18, 32, 21, .06);
}

.brand img {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  object-fit: contain;
  padding: 6px;
  background: white;
  border-color: rgba(246,160,51,.36);
}

.brand strong {
  color: var(--ink);
  font-size: 16px;
}

.brand small {
  color: var(--green);
}

.site-nav {
  gap: 7px;
  font-size: 14px;
}

.site-nav a {
  border-radius: 999px;
  color: #1D3324;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--green);
  background: #EAF7EE;
}

.site-nav .nav-cta,
.button.primary {
  color: white;
  background: linear-gradient(135deg, var(--green), var(--fresh-green));
  box-shadow: 0 14px 34px rgba(15, 122, 59, .24);
}

.button.secondary {
  color: var(--green);
  background: white;
  border-color: rgba(15,122,59,.22);
}

.button {
  border-radius: 10px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover,
.service-card:hover,
.feature-card:hover,
.problem-card:hover,
.readiness-grid article:hover,
.format-grid article:hover,
.control-grid article:hover,
.why-grid article:hover,
.lever-grid article:hover {
  transform: translateY(-4px);
}

.section {
  padding: clamp(58px, 7vw, 98px) clamp(18px, 5vw, 82px);
}

.section-heading {
  max-width: 980px;
}

.eyebrow {
  color: var(--saffron-dark);
  font-size: 12px;
  letter-spacing: .14em;
}

h1,
h2 {
  color: var(--ink);
  font-family: Inter, Poppins, system-ui, sans-serif;
  font-weight: 850;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.08;
}

h3 {
  color: #174F24;
}

.section-heading p,
.feature-card p,
.problem-card p,
.profile-card p,
.policy-card p,
.stakeholder-card p,
.readiness-grid p,
.format-grid p,
.control-grid p,
.roadmap p,
.proposal-close p,
.page-hero p,
.hero-copy p,
.v2-hero-copy p {
  color: var(--muted);
}

.ag-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, .92fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
  min-height: 720px;
  padding: clamp(70px, 8vw, 110px) clamp(18px, 5vw, 82px);
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(255,248,234,.96), rgba(255,255,255,.92) 58%, rgba(24,165,88,.09)),
    repeating-linear-gradient(135deg, rgba(122,66,29,.08) 0 1px, transparent 1px 32px);
}

.ag-hero::after {
  content: "";
  position: absolute;
  right: -10%;
  top: 8%;
  width: min(52vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(24,165,88,.12), transparent 58%),
    repeating-radial-gradient(circle, rgba(15,122,59,.14) 0 1px, transparent 1px 42px);
  pointer-events: none;
}

.ag-hero-copy,
.ag-hero-panel {
  position: relative;
  z-index: 1;
}

.ag-hero h1 {
  max-width: 840px;
  margin: 16px 0 18px;
  font-size: clamp(44px, 6.5vw, 84px);
  line-height: .98;
}

.ag-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
}

.ag-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.ag-trust-row span {
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15,122,59,.16);
  color: #174F24;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(18,32,21,.06);
}

.ag-hero-panel {
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(15,122,59,.14);
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 28px 90px rgba(18,32,21,.12);
  backdrop-filter: blur(16px);
}

.ag-panel-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.ag-panel-header img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 14px;
  background: #fff8ea;
  border: 1px solid rgba(246,160,51,.28);
}

.ag-panel-header strong {
  display: block;
  color: var(--ink);
  font-size: 19px;
}

.ag-panel-header span {
  color: var(--muted);
  font-weight: 700;
}

.ag-supply-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ag-supply-map article,
.ag-hero-metrics article,
.service-card,
.feature-card,
.problem-card,
.profile-card,
.contact-card,
.contact-form,
.readiness-grid article,
.format-grid article,
.control-grid article,
.why-grid article,
.lever-grid article,
.roadmap-strip article {
  border: 1px solid rgba(15,122,59,.13);
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 44px rgba(18,32,21,.07);
}

.ag-supply-map article {
  padding: 18px;
}

.ag-supply-map span,
.stage-flow span,
.roadmap-strip span {
  display: block;
  color: var(--saffron-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.ag-supply-map strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 18px;
}

.ag-supply-map small {
  color: var(--muted);
  font-weight: 700;
}

.ag-hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.ag-hero-metrics article {
  padding: 16px;
}

.ag-hero-metrics strong {
  display: block;
  color: var(--saffron-dark);
  font-size: clamp(23px, 2.5vw, 34px);
  line-height: 1;
}

.ag-hero-metrics span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

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

.service-card,
.why-grid article,
.lever-grid article,
.roadmap-strip article {
  padding: clamp(24px, 3vw, 34px);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-card:hover {
  border-color: rgba(246,160,51,.36);
  box-shadow: 0 24px 70px rgba(15,122,59,.12);
}

.ag-problem,
.ag-operating-model,
.ag-why {
  background:
    radial-gradient(circle at 85% 8%, rgba(246,160,51,.10), transparent 28%),
    linear-gradient(180deg, #ffffff, #fff8ea);
}

.ag-solution,
.ag-levers,
.ag-roadmap {
  background: #fff;
}

.ag-loop {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(15,122,59,.14);
  background: rgba(15,122,59,.14);
  box-shadow: var(--shadow);
}

.ag-loop article {
  min-height: 220px;
  padding: 26px;
  background: linear-gradient(180deg, #ffffff, #fffaf0);
}

.ag-loop span {
  color: var(--saffron-dark);
  font-weight: 900;
}

.stage-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.stage-flow::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 36px;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--saffron), var(--fresh-green));
}

.stage-flow article {
  position: relative;
  min-height: 150px;
  padding: 68px 16px 20px;
  border: 1px solid rgba(15,122,59,.14);
  border-radius: 16px;
  background: white;
  box-shadow: 0 16px 44px rgba(18,32,21,.07);
}

.stage-flow article::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--saffron);
  border: 6px solid #fff2d9;
  box-shadow: 0 0 0 1px rgba(246,160,51,.25);
}

.lever-grid,
.roadmap-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.roadmap-strip article {
  border-top: 5px solid var(--green);
}

.proposal-close {
  border-radius: 0;
  background:
    linear-gradient(135deg, #fff8ea, #ffffff),
    radial-gradient(circle at 92% 12%, rgba(24,165,88,.12), transparent 34%);
}

.official-footer {
  background: linear-gradient(135deg, #0A4F2A, #0F7A3B);
}

.page-hero {
  min-height: 420px;
  padding-top: clamp(74px, 8vw, 118px);
  background:
    linear-gradient(110deg, rgba(255,248,234,.96), rgba(255,255,255,.94) 62%, rgba(24,165,88,.10)),
    repeating-linear-gradient(135deg, rgba(122,66,29,.06) 0 1px, transparent 1px 30px);
}

.page-hero h1 {
  max-width: 1000px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.04;
}

.two-column {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.data-list,
.status-board {
  border-radius: 16px;
  border: 1px solid rgba(15,122,59,.12);
}

.data-list div,
.status-board div {
  background: #fff;
}

.krs-icon-tile,
.icon,
.dashboard-icon {
  background: linear-gradient(145deg, #EAFBF1, #FFFFFF);
  color: var(--green);
  border-color: rgba(24,165,88,.18);
}

@media (max-width: 1120px) {
  .ag-hero,
  .tech-layout,
  .two-column {
    grid-template-columns: 1fr;
  }

  .stage-flow,
  .service-grid,
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stage-flow::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .top-contact-bar {
    justify-content: center;
    text-align: center;
  }

  .top-contact-bar > span {
    display: none;
  }

  .site-header {
    top: 0;
  }

  .ag-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 58px;
  }

  .ag-hero h1 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .ag-supply-map,
  .ag-hero-metrics,
  .service-grid,
  .problem-grid,
  .ag-loop,
  .stage-flow,
  .lever-grid,
  .why-grid,
  .roadmap-strip,
  .feature-grid,
  .readiness-grid,
  .format-grid,
  .control-grid,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .ag-loop article {
    min-height: auto;
  }

  .stage-flow article {
    padding-top: 58px;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fffdf8;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(255, 253, 248, .91);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  width: 100%;
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 225px; }
.brand img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 2px solid rgba(184, 150, 62, .45);
  box-shadow: 0 8px 24px rgba(13, 107, 55, .16);
}
.brand strong { display: block; font-size: 15px; line-height: 1.1; }
.brand small { color: var(--muted); font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 4px; font-size: 13px; font-weight: 800; }
.site-nav a { padding: 10px 11px; border-radius: 8px; color: #29483b; }
.site-nav a:hover, .site-nav a.active { color: var(--green); background: rgba(13, 107, 55, .08); }
.site-nav .nav-cta { background: var(--green); color: white; margin-left: 4px; box-shadow: 0 10px 26px rgba(13, 107, 55, .2); }
.site-nav .nav-cta:hover, .site-nav .nav-cta.active { background: var(--green-deep); color: white; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(13, 107, 55, .24); background: white; border-radius: 8px; box-shadow: 0 8px 22px rgba(7,63,37,.08); }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--green-deep); }

.hero {
  min-height: calc(100vh - 83px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .72fr);
  align-items: center;
  gap: clamp(36px, 6vw, 86px);
  padding: clamp(64px, 8vw, 106px) clamp(20px, 6vw, 90px);
}
.section-pattern {
  background:
    radial-gradient(circle at 86% 16%, rgba(237, 139, 34, .16), transparent 28%),
    radial-gradient(circle at 15% 86%, rgba(13, 107, 55, .12), transparent 32%),
    linear-gradient(135deg, rgba(255, 250, 240, .96), rgba(255,255,255,.9)),
    repeating-linear-gradient(45deg, rgba(184, 150, 62, .08) 0 1px, transparent 1px 26px);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--saffron-dark);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 920px;
  margin-bottom: 22px;
  font-size: clamp(42px, 7.3vw, 86px);
  line-height: .98;
  letter-spacing: 0;
  color: var(--green-deep);
}
h2 { font-size: clamp(27px, 3.4vw, 48px); line-height: 1.08; color: var(--green-deep); letter-spacing: 0; }
h3 { font-size: 19px; line-height: 1.25; color: var(--green-deep); }
.hero-copy p, .page-hero p { max-width: 760px; font-size: clamp(18px, 2vw, 23px); color: #111111; }
.hero-copy, .page-hero, .section-intro { min-width: 0; overflow-wrap: anywhere; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: linear-gradient(135deg, var(--green), var(--green-deep)); box-shadow: 0 15px 34px rgba(7, 63, 37, .26); }
.button.secondary { color: var(--green-deep); background: white; border-color: var(--line); }
.hero-panel {
  padding: clamp(20px, 4vw, 36px);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(184, 150, 62, .27);
  box-shadow: var(--shadow);
}
.hero-logo {
  width: min(100%, 420px);
  aspect-ratio: 1.38;
  object-fit: cover;
  object-position: center;
  margin: auto;
  border-radius: 8px;
}
.assurance { display: grid; gap: 10px; margin-top: 24px; }
.assurance span { padding: 12px 14px; border-left: 4px solid var(--saffron); background: rgba(13, 107, 55, .06); font-weight: 800; }

.stats-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}
.stat { padding: clamp(24px, 4vw, 42px); background: white; }
.stat strong { display: block; font-size: clamp(31px, 4vw, 52px); line-height: 1; color: var(--saffron-dark); }
.stat span { display: block; margin-top: 8px; color: var(--muted); font-weight: 800; }

.section { padding: clamp(64px, 8vw, 108px) clamp(20px, 6vw, 90px); }
.page-hero { padding: clamp(72px, 9vw, 126px) clamp(20px, 6vw, 90px); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(39px, 5.5vw, 72px); max-width: 1040px; }
.two-column { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(30px, 5vw, 70px); align-items: start; }
.section-heading { max-width: 900px; margin-bottom: 34px; }
.section-intro { position: sticky; top: 118px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-grid.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.feature-card, .problem-card, .profile-card, .status-board, .contact-card, .contact-form {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 3vw, 34px);
  box-shadow: 0 14px 42px rgba(7, 63, 37, .07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.feature-card:hover, .problem-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(237, 139, 34, .34); }
.feature-card p, .problem-card p, .profile-card p { color: var(--muted); margin-bottom: 0; }
.icon,
.dashboard-icon,
.krs-icon-tile {
  display: inline-grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  border-radius: 12px;
  color: #178c72;
  background:
    linear-gradient(145deg, rgba(232, 252, 255, .96), rgba(224, 247, 239, .86)),
    radial-gradient(circle at 24% 20%, rgba(255,255,255,.9), transparent 36%);
  border: 1px solid rgba(23, 140, 114, .14);
  box-shadow: 0 14px 32px rgba(4, 40, 25, .08);
  font-weight: 900;
}

.krs-icon-tile svg,
.icon svg,
.dashboard-icon svg {
  width: 38px;
  height: 38px;
  stroke: currentColor;
}

.krs-icon-enhanced {
  position: relative;
}

.krs-icon-enhanced::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(circle at 82% 12%, rgba(237,139,34,.08), transparent 28%),
    linear-gradient(135deg, transparent, rgba(13,107,55,.035));
  opacity: .9;
}

.krs-icon-enhanced > * {
  position: relative;
}

.process-section { background: var(--green-deep); color: white; }
.process-section h2, .process-section h3 { color: white; }
.process-section .eyebrow { color: #ffd18e; }
.process { display: grid; grid-template-columns: repeat(5, minmax(150px, 1fr)); gap: 1px; background: rgba(255,255,255,.16); overflow: hidden; border-radius: 8px; }
.process-step { min-height: 270px; padding: 25px; background: rgba(255,255,255,.06); }
.process-step span, .timeline-item span, .roadmap span { color: var(--gold); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.process-step p { color: rgba(255,255,255,.76); }

.cta-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  margin: clamp(28px, 6vw, 72px);
  padding: clamp(32px, 5vw, 54px);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff5df, #ffffff);
  border: 1px solid rgba(184, 150, 62, .32);
}
.cta-section h2 { max-width: 880px; margin-bottom: 0; }

.profile-card img { width: min(260px, 100%); margin-bottom: 24px; border-radius: 8px; }
.data-list, .status-board { display: grid; gap: 1px; background: var(--line); padding: 0; overflow: hidden; }
.data-list div, .status-board div { display: flex; justify-content: space-between; gap: 18px; padding: 18px 22px; background: white; }
.data-list span, .status-board span { color: var(--muted); font-weight: 800; }
.data-list strong, .status-board strong { text-align: right; color: var(--green-deep); }
.status-board h2 { padding: 26px 26px 0; margin-bottom: 10px; background: white; }

.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem-card strong { display: block; margin-bottom: 14px; font-size: clamp(42px, 6vw, 76px); line-height: .9; color: var(--saffron-dark); }
.split-band { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; background: #f6fbf4; border-block: 1px solid var(--line); }
.check-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 16px; }
.check-list li { padding: 18px 20px; background: white; border-left: 4px solid var(--green); border-radius: 8px; font-weight: 800; box-shadow: 0 12px 30px rgba(7,63,37,.06); }

.timeline { position: relative; display: grid; gap: 20px; max-width: 960px; margin: auto; }
.timeline::before { content: ""; position: absolute; left: 24px; top: 0; bottom: 0; width: 2px; background: var(--line); }
.timeline-item { position: relative; padding: 26px 26px 26px 76px; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 16px 40px rgba(7,63,37,.07); }
.timeline-item::before { content: ""; position: absolute; left: 14px; top: 32px; width: 22px; height: 22px; border-radius: 50%; background: var(--saffron); border: 5px solid #fff3dc; }
.roadmap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.roadmap article { padding: 24px; background: white; border: 1px solid var(--line); border-radius: 8px; }

.contact-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; align-items: start; }
.contact-card img { width: 220px; border-radius: 8px; margin-bottom: 24px; }
.contact-lines { display: grid; gap: 14px; }
.contact-lines p { display: grid; grid-template-columns: 120px 1fr; gap: 10px; margin: 0; padding-top: 14px; border-top: 1px solid var(--line); }
.contact-lines strong { color: var(--green-deep); }
.contact-form { display: grid; gap: 16px; }
label { display: grid; gap: 8px; color: var(--green-deep); font-weight: 900; }
input, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  font: inherit;
  color: var(--ink);
  background: #fffdf8;
}
input:focus, textarea:focus { outline: 3px solid rgba(237, 139, 34, .18); border-color: var(--saffron); }

.site-footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 32px clamp(20px, 6vw, 90px);
  color: rgba(255,255,255,.84);
  background: var(--green-deep);
  font-size: 14px;
}
.site-footer strong { color: white; }

.reveal { opacity: 1; transform: none; }
.motion-ready .reveal { opacity: 1; transform: translateY(0); transition: transform .7s ease; }
.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Premium KRS redesign */
.premium-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(255, 253, 248, .96) 0%, rgba(255, 249, 236, .86) 52%, rgba(241, 126, 31, .13) 100%),
    radial-gradient(circle at 18% 80%, rgba(13, 107, 55, .16), transparent 32%);
}
.premium-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(13,107,55,.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(184,150,62,.08) 1px, transparent 1px),
    repeating-linear-gradient(135deg, transparent 0 28px, rgba(237,139,34,.06) 28px 29px);
  background-size: 88px 88px, 88px 88px, 42px 42px;
  mask-image: linear-gradient(90deg, black, rgba(0,0,0,.72), transparent);
}
.premium-hero::after {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  right: -220px;
  top: 4%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(237,139,34,.2), rgba(184,150,62,.12) 38%, transparent 68%);
}
.hero-orbit {
  position: absolute;
  right: 12vw;
  top: 18%;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(13,107,55,.12);
  border-radius: 50%;
  z-index: -1;
}
.hero-orbit::before,
.hero-orbit::after {
  content: "";
  position: absolute;
  inset: 48px;
  border: 1px dashed rgba(184,150,62,.22);
  border-radius: 50%;
}
.hero-orbit::after { inset: 105px; border-color: rgba(237,139,34,.2); }
.premium-hero h1 {
  max-width: 820px;
  font-size: clamp(48px, 7.2vw, 92px);
  letter-spacing: -.02em;
}
.hero-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.hero-trust-strip span {
  padding: 10px 13px;
  border: 1px solid rgba(13,107,55,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--green-deep);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(7,63,37,.06);
}
.hero-visual {
  display: grid;
  gap: 18px;
  align-self: center;
}
.hero-map-card {
  position: relative;
  min-height: 450px;
  padding: 36px;
  border: 1px solid rgba(184,150,62,.34);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 45%, rgba(13,107,55,.12), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.9), rgba(255,250,240,.78));
  box-shadow: 0 34px 90px rgba(7,63,37,.15);
  overflow: hidden;
}
.hero-map-card::before {
  content: "";
  position: absolute;
  inset: 32px;
  border: 1px dashed rgba(13,107,55,.18);
  border-radius: 50%;
}
.hero-map-card::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  box-shadow: 0 -78px 0 rgba(13,107,55,.12), 0 78px 0 rgba(237,139,34,.14);
}
.hero-map-card img {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 225px;
  height: 225px;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border-radius: 50%;
  border: 8px solid rgba(255,255,255,.9);
  box-shadow: 0 18px 48px rgba(7,63,37,.2);
  z-index: 2;
}
.network-node {
  position: absolute;
  z-index: 3;
  min-width: 104px;
  padding: 11px 13px;
  border-radius: 8px;
  color: var(--green-deep);
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 16px 34px rgba(7,63,37,.12);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}
.network-node.farmer { left: 24px; top: 34px; }
.network-node.storage { right: 24px; top: 86px; }
.network-node.outlet { right: 30px; bottom: 52px; }
.network-node.consumer { left: 34px; bottom: 74px; }
.hero-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.mini-stat {
  padding: 17px 15px;
  border: 1px solid rgba(13,107,55,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 14px 34px rgba(7,63,37,.08);
}
.mini-stat strong { display: block; color: var(--saffron-dark); font-size: 24px; line-height: 1; }
.mini-stat span { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; font-weight: 900; }

.section-heading p {
  max-width: 830px;
  color: var(--muted);
  font-size: 18px;
}
.problem-dashboard {
  background:
    linear-gradient(180deg, #fffdf8, #fff6e7),
    radial-gradient(circle at 80% 0%, rgba(237,139,34,.16), transparent 28%);
}
.problem-card.warning {
  position: relative;
  overflow: hidden;
  min-height: 365px;
  border-color: rgba(201, 102, 22, .22);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,248,236,.92)),
    radial-gradient(circle at 88% 10%, rgba(237,139,34,.14), transparent 36%);
}
.problem-card.warning::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(var(--saffron), var(--gold));
}
.dashboard-icon {
  display: inline-grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  color: var(--saffron-dark);
  background:
    linear-gradient(145deg, rgba(232, 252, 255, .96), rgba(224, 247, 239, .86)),
    radial-gradient(circle at 24% 20%, rgba(255,255,255,.9), transparent 36%);
  border: 1px solid rgba(237,139,34,.22);
  border-radius: 12px;
  font-weight: 900;
}

.solution-flow-section {
  color: white;
  background:
    radial-gradient(circle at 18% 8%, rgba(237,139,34,.22), transparent 24%),
    linear-gradient(135deg, #073f25, #0b5a31 62%, #073f25);
}
.solution-flow-section h2,
.solution-flow-section h3 { color: white; }
.solution-flow-section .section-heading p,
.solution-flow-section p { color: rgba(255,255,255,.76); }
.solution-flow-section .eyebrow { color: #ffd18e; }
.flowchart {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(130px, 1fr));
  gap: 16px;
}
.flowchart::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,209,142,.9), transparent);
  background-size: 220% 100%;
  animation: flowPulse 4.8s linear infinite;
}
@keyframes flowPulse {
  from { background-position: 0 0; }
  to { background-position: 220% 0; }
}
.flow-node {
  position: relative;
  z-index: 1;
  min-height: 240px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.055));
  box-shadow: 0 20px 48px rgba(0,0,0,.16);
}
.flow-node::after {
  content: "→";
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffd18e;
  font-size: 24px;
  font-weight: 900;
}
.flow-node:last-child::after { content: ""; }
.flow-node span { color: #ffd18e; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.flow-node i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 18px 0;
  border-radius: 50%;
  background: rgba(255,209,142,.14);
  border: 1px solid rgba(255,209,142,.28);
  color: #ffd18e;
  font-style: normal;
  font-weight: 900;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 26px;
}
.benefit-card {
  padding: 26px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 8px;
  background: rgba(255,255,255,.09);
  box-shadow: 0 20px 48px rgba(0,0,0,.13);
}

.ecosystem-section {
  background:
    radial-gradient(circle at 50% 50%, rgba(13,107,55,.11), transparent 28%),
    linear-gradient(180deg, #fffdf8, #f7f3e8);
}
.ecosystem-diagram {
  position: relative;
  min-height: 650px;
  max-width: 1120px;
  margin: 0 auto;
}
.ecosystem-diagram::before,
.ecosystem-diagram::after {
  content: "";
  position: absolute;
  inset: 80px 130px;
  border: 1px dashed rgba(13,107,55,.22);
  border-radius: 50%;
}
.ecosystem-diagram::after {
  inset: 145px 255px;
  border-color: rgba(237,139,34,.24);
}
.ecosystem-core,
.ecosystem-pillar {
  position: absolute;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 24px 70px rgba(7,63,37,.12);
}
.ecosystem-core {
  left: 50%;
  top: 50%;
  width: 330px;
  padding: 34px;
  transform: translate(-50%, -50%);
  text-align: center;
  background: linear-gradient(145deg, #0d6b37, #073f25);
  color: white;
}
.ecosystem-core h3 { color: white; font-size: 26px; }
.ecosystem-core p { color: rgba(255,255,255,.76); margin-bottom: 0; }
.ecosystem-core span {
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  color: #ffd18e;
  font-weight: 900;
}
.ecosystem-pillar {
  width: 285px;
  padding: 24px;
}
.ecosystem-pillar p { color: var(--muted); margin-bottom: 0; }
.pillar-a { left: 0; top: 40px; }
.pillar-b { right: 0; top: 70px; }
.pillar-c { left: 45px; bottom: 60px; }
.pillar-d { right: 45px; bottom: 40px; }

.tech-suite {
  background:
    linear-gradient(135deg, #073f25 0%, #0b5a31 48%, #fff8e7 48.2%, #fffdf8 100%);
}
.tech-suite .section-heading { color: white; }
.tech-suite .section-heading h2 { color: white; max-width: 850px; }
.tech-suite .section-heading p { color: rgba(255,255,255,.76); }
.tech-suite .eyebrow { color: #ffd18e; }
.tech-layout {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: stretch;
}
.app-mock {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,248,234,.96));
  box-shadow: 0 34px 80px rgba(0,0,0,.18);
}
.app-topbar { display: flex; gap: 7px; margin-bottom: 22px; }
.app-topbar span { width: 10px; height: 10px; border-radius: 50%; background: var(--saffron); }
.app-topbar span:nth-child(2) { background: var(--gold); }
.app-topbar span:nth-child(3) { background: var(--green); }
.app-header { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.app-header img { width: 62px; height: 62px; border-radius: 50%; object-fit: cover; }
.app-header strong { display: block; color: var(--green-deep); font-size: 20px; }
.app-header small { color: var(--muted); font-weight: 800; }
.app-metric-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 22px;
}
.app-metric-row span {
  padding: 16px;
  border-radius: 8px;
  background: #f4f8f2;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.app-metric-row strong { display: block; color: var(--green-deep); font-size: 23px; }
.app-bars { display: grid; gap: 12px; margin-bottom: 22px; }
.app-bars span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--saffron));
}
.compact-status div strong {
  color: var(--green);
  font-size: 12px;
  letter-spacing: .08em;
}
.tech-features .feature-card {
  background: rgba(255,255,255,.94);
}

.pilot-section {
  background:
    linear-gradient(180deg, #fffdf8, #fff7e8);
}
.luxury-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.luxury-timeline::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 22px;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--saffron), var(--gold));
}
.luxury-timeline .timeline-item {
  padding: 70px 26px 28px;
}
.luxury-timeline .timeline-item::before {
  left: 24px;
  top: 12px;
  z-index: 2;
}

.policy-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(237,139,34,.12), transparent 24%),
    linear-gradient(180deg, #f7fbf5, #fffdf8);
}
.policy-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.policy-card {
  min-height: 285px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(13,107,55,.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(247,251,245,.95));
  box-shadow: 0 18px 44px rgba(7,63,37,.08);
}
.policy-card span {
  display: inline-flex;
  margin-bottom: 40px;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .12em;
}
.policy-card p { color: var(--muted); margin-bottom: 0; }

.impact-counters {
  background: var(--green-deep);
  color: white;
}
.impact-counters h2 { color: white; }
.impact-counters .eyebrow { color: #ffd18e; }
.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.impact-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.06));
  box-shadow: 0 24px 58px rgba(0,0,0,.18);
}
.impact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 18%, rgba(255,209,142,.18), transparent 34%);
}
.impact-card strong {
  position: relative;
  display: block;
  color: #ffd18e;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
}
.impact-card span {
  position: relative;
  display: block;
  margin-top: 12px;
  color: white;
  font-weight: 900;
}
.impact-card p {
  position: relative;
  color: rgba(255,255,255,.74);
  margin: 12px 0 0;
}

.proposal-close {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .55fr);
  gap: 32px;
  align-items: center;
  margin: clamp(32px, 6vw, 76px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,246,226,.94)),
    radial-gradient(circle at 92% 14%, rgba(237,139,34,.16), transparent 36%);
  border: 1px solid rgba(184,150,62,.34);
  box-shadow: 0 28px 90px rgba(7,63,37,.12);
}
.proposal-close h2 {
  max-width: 880px;
  font-size: clamp(34px, 4.7vw, 66px);
}
.proposal-close p { max-width: 760px; color: var(--muted); font-size: 18px; }
.closing-card {
  padding: 24px;
  border-radius: 8px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 22px 55px rgba(7,63,37,.1);
}
.closing-card img { width: 150px; height: 150px; object-fit: cover; border-radius: 50%; margin: 0 auto 20px; }
.closing-card p {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 10px;
  margin: 0;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
}
.closing-card strong { color: var(--green-deep); }
.closing-card .button { width: 100%; margin-top: 16px; }

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .72s ease, transform .72s ease;
}
.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1220px) {
  .premium-hero {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    max-width: 760px;
  }
  .hero-map-card {
    min-height: 390px;
  }
  .flowchart {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flow-node:nth-child(3)::after {
    content: "";
  }
  .ecosystem-diagram {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .ecosystem-diagram::before,
  .ecosystem-diagram::after {
    display: none;
  }
  .ecosystem-core,
  .ecosystem-pillar {
    position: static;
    width: auto;
    transform: none;
  }
  .ecosystem-core {
    grid-column: 1 / -1;
  }
  .policy-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 920px) {
  .hero-stat-grid,
  .benefit-grid,
  .luxury-timeline,
  .tech-layout,
  .proposal-close {
    grid-template-columns: 1fr;
  }
  .flowchart {
    grid-template-columns: 1fr;
  }
  .flowchart::before {
    left: 34px;
    right: auto;
    top: 30px;
    bottom: 30px;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(255,209,142,.9), transparent);
  }
  .flow-node {
    min-height: auto;
    padding-left: 76px;
  }
  .flow-node i {
    position: absolute;
    left: 18px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
  }
  .flow-node::after {
    content: "↓";
    right: auto;
    left: 35px;
    top: auto;
    bottom: -22px;
    transform: none;
  }
  .flow-node:nth-child(3)::after {
    content: "↓";
  }
  .flow-node:last-child::after {
    content: "";
  }
  .tech-suite {
    background: linear-gradient(180deg, #073f25 0 34%, #fffdf8 34% 100%);
  }
  .luxury-timeline::before {
    left: 24px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 3px;
    height: auto;
  }
  .luxury-timeline .timeline-item {
    padding: 30px 24px 26px 70px;
  }
  .luxury-timeline .timeline-item::before {
    left: 14px;
    top: 32px;
  }
  .policy-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
  .premium-hero {
    padding-inline: 22px;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }
  .premium-hero h1 {
    font-size: clamp(36px, 11vw, 42px);
    line-height: 1.04;
    max-width: 8.6em;
  }
  .premium-hero p {
    max-width: 20rem;
    font-size: 17px;
    overflow-wrap: anywhere;
  }
  .site-header {
    gap: 10px;
    position: sticky;
  }
  .site-header .brand {
    flex: 1 1 auto;
    max-width: calc(100% - 58px);
  }
  .site-header .nav-toggle {
    display: grid !important;
    place-items: center;
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px;
    margin-left: auto;
    position: fixed;
    right: 14px;
    top: 15px;
    z-index: 40;
    background: var(--green) !important;
    border-color: var(--green) !important;
    box-shadow: 0 12px 26px rgba(7,63,37,.24);
  }
  .site-header .nav-toggle span {
    background: #fff !important;
  }
  .hero-trust-strip span {
    width: 100%;
  }
  .hero-map-card {
    min-height: 330px;
    padding: 18px;
  }
  .hero-map-card img {
    width: 150px;
    height: 150px;
  }
  .network-node {
    min-width: 82px;
    padding: 8px 9px;
    font-size: 11px;
  }
  .network-node.farmer { left: 10px; top: 18px; }
  .network-node.storage { right: 10px; top: 46px; }
  .network-node.outlet { right: 12px; bottom: 28px; }
  .network-node.consumer { left: 12px; bottom: 45px; }
  .hero-stat-grid,
  .problem-grid,
  .policy-grid,
  .impact-grid,
  .ecosystem-diagram,
  .app-metric-row {
    grid-template-columns: 1fr;
  }
  .problem-card.warning {
    min-height: auto;
  }
  .flow-node {
    padding: 22px 20px 22px 72px;
  }
  .ecosystem-core {
    padding: 28px 22px;
  }
  .policy-card {
    min-height: auto;
  }
  .policy-card span {
    margin-bottom: 24px;
  }
  .proposal-close {
    margin-inline: 20px;
    padding: 30px 20px;
  }
  .closing-card p {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

/* Updated KRS leaf logo treatment */
.brand img {
  object-fit: contain;
  border-radius: 12px;
  padding: 4px;
  background: rgba(255,255,255,.9);
}

.v2-system-logo,
.platform-proof img,
.footer-brand img,
.app-header img,
.closing-card img,
.profile-card img,
.contact-card img,
.hero-logo,
.hero-map-card img {
  object-fit: contain;
  border-radius: 16px;
  padding: 8px;
  background: rgba(255,255,255,.92);
}

.v2-system-logo,
.platform-proof img,
.footer-brand img,
.closing-card img {
  border-radius: 18px;
}

.app-header img {
  border-radius: 12px;
  padding: 3px;
}

@media (min-width: 1181px) {
  .v2-system-logo {
    width: 132px;
    height: 132px;
  }
}

@media (max-width: 1120px) {
  .v2 .site-header::after {
    content: "";
    position: fixed;
    right: 25px;
    left: auto;
    top: 27px;
    z-index: 6000;
    width: 22px;
    height: 14px;
    pointer-events: none;
    background:
      linear-gradient(#fff, #fff) 0 0 / 100% 2px no-repeat,
      linear-gradient(#fff, #fff) 0 6px / 100% 2px no-repeat,
      linear-gradient(#fff, #fff) 0 12px / 100% 2px no-repeat;
  }
  .v2 .site-header::before {
    content: "";
    position: fixed;
    right: 14px;
    left: auto;
    top: 15px;
    z-index: 5999;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: #073f25;
    box-shadow: 0 14px 34px rgba(4,40,25,.28);
    pointer-events: none;
  }
  .v2 .nav-toggle {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    top: 15px !important;
    right: 14px !important;
    left: auto !important;
    z-index: 5000 !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    padding: 0 !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    background: #073f25 !important;
    border: 1px solid rgba(255,255,255,.36) !important;
    border-radius: 10px !important;
    box-shadow: 0 14px 34px rgba(4,40,25,.28) !important;
  }
  .v2 .nav-toggle span {
    display: block !important;
    width: 21px !important;
    height: 2px !important;
    margin: 0 !important;
    background: #fff !important;
  }
}

@media (max-width: 680px) {
  .v2 .site-header::after {
    left: 341px;
    right: auto;
  }
  .v2 .site-header::before,
  .v2 .nav-toggle {
    left: 330px !important;
    right: auto !important;
  }
}

/* Hero refinement: shorter, cleaner right-side system visual */
@media (min-width: 1181px) {
  .v2-hero {
    min-height: 560px;
    grid-template-columns: minmax(0, .88fr) minmax(480px, .82fr);
    gap: clamp(28px, 4vw, 64px);
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .v2-hero h1 {
    max-width: 560px;
    margin: 12px 0 14px;
    font-size: clamp(40px, 3.55vw, 54px);
    line-height: 1;
  }

  .v2-hero-copy p {
    max-width: 560px;
    font-size: clamp(16px, 1.15vw, 18px);
    line-height: 1.5;
  }

  .v2-hero-system {
    min-height: auto;
    width: 100%;
    max-width: 585px;
    justify-self: end;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
    padding: 18px;
    border: 1px solid rgba(10,106,56,.14);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255,255,255,.74), rgba(255,248,236,.52));
    box-shadow: 0 28px 80px rgba(4,40,25,.12);
    overflow: hidden;
  }

  .v2-map-orbit {
    position: absolute;
    inset: 0;
    border: 0;
    border-radius: inherit;
    background:
      radial-gradient(circle at 50% 42%, rgba(10,106,56,.1), transparent 28%),
      repeating-linear-gradient(90deg, transparent 0 58px, rgba(196,161,74,.08) 58px 59px);
    box-shadow: none;
  }

  .v2-map-orbit::before,
  .v2-map-orbit::after {
    inset: 42px 105px;
    border-radius: 50%;
  }

  .v2-map-orbit::after {
    inset: 78px 170px;
  }

  .v2-system-logo {
    position: static;
    z-index: 3;
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: center;
    width: 124px;
    height: 124px;
    transform: none;
    border-width: 8px;
  }

  .orbit-card {
    position: relative;
    z-index: 3;
    width: auto;
    min-height: 92px;
    padding: 11px 12px;
    border-radius: 10px;
    box-shadow: 0 16px 36px rgba(4,40,25,.1);
  }

  .orbit-card small {
    font-size: 11px;
  }

  .orbit-card.farmer,
  .orbit-card.msp,
  .orbit-card.storage,
  .orbit-card.outlet,
  .orbit-card.consumer {
    inset: auto;
  }
  .orbit-card.farmer { grid-column: 1; grid-row: 1; }
  .orbit-card.msp { grid-column: 3; grid-row: 1; }
  .orbit-card.storage { grid-column: 3; grid-row: 2; }
  .orbit-card.consumer { grid-column: 1; grid-row: 2; }
  .orbit-card.outlet { grid-column: 2; grid-row: 3; }

  .v2-floating-stats {
    position: relative;
    z-index: 3;
    grid-column: 1 / -1;
    left: auto;
    right: auto;
    bottom: auto;
    gap: 10px;
  }

  .v2-floating-stats article {
    padding: 12px 13px;
    min-height: 78px;
  }

  .v2-floating-stats strong {
    font-size: clamp(21px, 1.7vw, 28px);
  }

  .v2-floating-stats span {
    font-size: 11px;
    margin-top: 6px;
  }
}

/* Absolute final mobile overrides - must remain at EOF */
html,
body {
  overflow-x: hidden !important;
}

@media (max-width: 640px) {
  body.v2 .ag-hero {
    display: block !important;
    grid-template-columns: 1fr !important;
    padding-inline: 24px !important;
  }

  body.v2 .ag-hero-copy,
  body.v2 .ag-hero-panel {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.v2 .ag-hero h1 {
    max-width: 100% !important;
    font-size: clamp(28px, 7.4vw, 31px) !important;
    line-height: 1.06 !important;
    letter-spacing: -.02em !important;
  }

  body.v2 .ag-hero p,
  body.v2 .warm-hero-line {
    max-width: 100% !important;
  }

  body.v2 .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    max-width: 300px !important;
  }

  body.v2 .hero-actions .button {
    width: 100% !important;
    justify-content: center !important;
  }

  body.v2 .ag-trust-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
  }

  body.v2 .ag-trust-row span,
  body.v2 .ag-hero-copy::after {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  body.v2 .ag-hero-copy::after {
    content: "Trusted farm-to-retail ecosystem" !important;
  }

  body.v2 .top-contact-group span:nth-child(2),
  body.v2 .top-contact-group span:nth-child(3) {
    display: none !important;
  }
}

/* V52 proposal cards: fix title/description/download overlap on all viewports */
body.v2 .proposal-card,
body.v2 .docs-card {
  display: grid !important;
  grid-template-rows: auto auto auto auto !important;
  align-content: start !important;
  gap: 12px !important;
  min-height: 230px !important;
  padding: 28px 30px !important;
}

body.v2 .proposal-grid,
body.v2 .docs-grid {
  align-items: start !important;
}

body.v2 .proposal-card::before,
body.v2 .docs-card::before {
  left: 30px !important;
  right: auto !important;
  top: 28px !important;
  width: 58px !important;
  height: 64px !important;
  opacity: .26 !important;
  pointer-events: none !important;
}

body.v2 .proposal-card span,
body.v2 .docs-card span {
  position: relative !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 30px !important;
  margin: 0 0 42px 0 !important;
  padding: 7px 12px !important;
  line-height: 1 !important;
  white-space: normal !important;
}

body.v2 .proposal-card strong,
body.v2 .docs-card strong {
  align-self: start !important;
  max-width: 100% !important;
  margin: 0 !important;
  color: #083B20 !important;
  line-height: 1.12 !important;
}

body.v2 .proposal-card small,
body.v2 .docs-card small {
  display: block !important;
  margin: 0 !important;
  color: #122015 !important;
  line-height: 1.48 !important;
}

body.v2 .proposal-card::after,
body.v2 .docs-card::after {
  position: static !important;
  display: inline-flex !important;
  width: fit-content !important;
  margin-top: 2px !important;
  padding: 0 !important;
  color: #0F7A3B !important;
  line-height: 1.15 !important;
}

@media (min-width: 981px) {
  body.v2 .proposal-card,
  body.v2 .docs-card {
    min-height: 220px !important;
  }
}

@media (max-width: 1120px) {
  body .site-nav,
  body.v2 .site-nav {
    position: fixed !important;
    inset: 156px 18px auto 18px !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 16px !important;
    max-height: calc(100vh - 178px) !important;
    overflow: auto !important;
    background: rgba(255,255,255,.98) !important;
    border: 1px solid rgba(15,122,59,.14) !important;
    border-radius: 18px !important;
    box-shadow: 0 22px 68px rgba(18,32,21,.15) !important;
    backdrop-filter: blur(18px) !important;
    z-index: 998 !important;
  }

  body .site-nav.is-open,
  body.v2 .site-nav.is-open {
    display: flex !important;
  }
}

/* Absolute final mobile overrides */
html,
body {
  overflow-x: hidden !important;
}

@media (max-width: 640px) {
  body.v2 .ag-hero {
    display: block !important;
    grid-template-columns: 1fr !important;
    padding-inline: 24px !important;
  }

  body.v2 .ag-hero-copy,
  body.v2 .ag-hero-panel {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.v2 .ag-hero h1 {
    max-width: 100% !important;
    font-size: clamp(28px, 7.4vw, 31px) !important;
    line-height: 1.06 !important;
    letter-spacing: -.02em !important;
  }

  body.v2 .ag-hero p,
  body.v2 .warm-hero-line {
    max-width: 100% !important;
  }

  body.v2 .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    max-width: 300px !important;
  }

  body.v2 .hero-actions .button {
    width: 100% !important;
    justify-content: center !important;
  }

  body.v2 .ag-trust-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
  }

  body.v2 .ag-trust-row span,
  body.v2 .ag-hero-copy::after {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  body.v2 .ag-hero-copy::after {
    content: "Trusted farm-to-retail ecosystem" !important;
  }

  body.v2 .top-contact-group span:nth-child(2),
  body.v2 .top-contact-group span:nth-child(3) {
    display: none !important;
  }
}

@media (max-width: 1120px) {
  body .site-nav,
  body.v2 .site-nav {
    position: fixed !important;
    inset: 156px 18px auto 18px !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 16px !important;
    max-height: calc(100vh - 178px) !important;
    overflow: auto !important;
    background: rgba(255,255,255,.98) !important;
    border: 1px solid rgba(15,122,59,.14) !important;
    border-radius: 18px !important;
    box-shadow: 0 22px 68px rgba(18,32,21,.15) !important;
    backdrop-filter: blur(18px) !important;
    z-index: 998 !important;
  }

  body .site-nav.is-open,
  body.v2 .site-nav.is-open {
    display: flex !important;
  }
}

/* Final mobile nav lock: this must stay after legacy responsive rules */
@media (max-width: 1120px) {
  body .site-nav,
  body.v2 .site-nav {
    position: fixed !important;
    inset: 156px 18px auto 18px !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 16px !important;
    max-height: calc(100vh - 178px) !important;
    overflow: auto !important;
    background: rgba(255,255,255,.98) !important;
    border: 1px solid rgba(15,122,59,.14) !important;
    border-radius: 18px !important;
    box-shadow: 0 22px 68px rgba(18,32,21,.15) !important;
    backdrop-filter: blur(18px) !important;
    z-index: 998 !important;
  }

  body .site-nav.is-open,
  body.v2 .site-nav.is-open {
    display: flex !important;
  }
}

/* Final mobile overflow polish */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 640px) {
  body.v2 .ag-hero {
    display: block !important;
    grid-template-columns: 1fr !important;
    padding-inline: 24px !important;
  }

  body.v2 .ag-hero-copy,
  body.v2 .ag-hero-panel {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.v2 .ag-hero h1 {
    max-width: 100% !important;
    font-size: clamp(28px, 7.4vw, 31px) !important;
    line-height: 1.04 !important;
    overflow-wrap: anywhere;
  }

  body.v2 .ag-hero p,
  .warm-hero-line {
    max-width: 100% !important;
  }

  .ag-trust-row {
    max-width: 100%;
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .ag-trust-row span,
  .ag-hero-copy::after {
    max-width: 100%;
    width: 100%;
    white-space: normal !important;
  }

  .ag-hero-copy::after {
    content: "Trusted farm-to-retail ecosystem" !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    max-width: 300px;
  }

  .hero-actions .button {
    width: 100%;
    justify-content: center;
  }

  .hero-story-visual {
    max-width: 100% !important;
  }

  .top-contact-group span:nth-child(2),
  .top-contact-group span:nth-child(3) {
    display: none !important;
  }
}

/* Final V5 polish overrides: keep icons soft and make story visuals feel more human */
:root {
  --farm-visual: url("https://images.unsplash.com/photo-1500937386664-56d1dfef3854?auto=format&fit=crop&w=900&q=80");
  --family-visual: url("https://images.unsplash.com/photo-1518843875459-f738682238a6?auto=format&fit=crop&w=900&q=80");
  --store-visual: url("https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=900&q=80");
}

.journey-cold {
  --visual-pattern: url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=900&q=80") !important;
}

.journey-road {
  --visual-pattern: url("https://images.unsplash.com/photo-1494412574643-ff11b0a5c1c3?auto=format&fit=crop&w=900&q=80") !important;
}

.journey-family {
  --visual-pattern: var(--family-visual) !important;
}

.photo-tile,
.story-photo,
.journey-photo {
  background-image:
    linear-gradient(180deg, rgba(255,248,234,.04), rgba(15,122,59,.18)),
    var(--visual-pattern) !important;
  background-size: cover !important;
  background-position: center !important;
}

.photo-tile::before,
.story-photo::before,
.journey-photo::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(10,79,42,.28)),
    radial-gradient(circle at 18% 16%, rgba(246,160,51,.18), transparent 24%) !important;
}

.krs-icon-tile,
.icon,
.dashboard-icon,
.process-section .krs-icon-tile,
.solution-flow-section .krs-icon-tile,
.v2-solution .krs-icon-tile,
.v2-impact-dashboard .krs-icon-tile,
.control-section .krs-icon-tile,
.compare-card.after .krs-icon-tile {
  color: #18876E !important;
  background:
    linear-gradient(145deg, rgba(231,253,255,.98), rgba(232,249,236,.94)),
    radial-gradient(circle at 26% 20%, rgba(255,255,255,.96), transparent 42%) !important;
  border: 1px solid rgba(24,135,110,.15) !important;
  box-shadow: 0 14px 30px rgba(15,122,59,.08), inset 0 1px 0 rgba(255,255,255,.84) !important;
}

.krs-icon-tile svg,
.icon svg,
.dashboard-icon svg {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.05 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.service-card .krs-icon-tile,
.why-grid article .krs-icon-tile,
.feature-card .krs-icon-tile,
.readiness-grid article .krs-icon-tile,
.format-grid article .krs-icon-tile,
.control-grid article .krs-icon-tile,
.lever-grid article .krs-icon-tile,
.policy-card .krs-icon-tile,
.stakeholder-card .krs-icon-tile {
  width: 68px !important;
  height: 68px !important;
  border-radius: 15px !important;
}

.service-card .krs-icon-tile svg,
.why-grid article .krs-icon-tile svg,
.feature-card .krs-icon-tile svg,
.readiness-grid article .krs-icon-tile svg,
.format-grid article .krs-icon-tile svg,
.control-grid article .krs-icon-tile svg,
.lever-grid article .krs-icon-tile svg,
.policy-card .krs-icon-tile svg,
.stakeholder-card .krs-icon-tile svg {
  width: 35px !important;
  height: 35px !important;
}

.service-card,
.why-grid article,
.feature-card {
  min-height: 260px;
  border-color: rgba(15,122,59,.14) !important;
  box-shadow: 0 22px 64px rgba(18,32,21,.07) !important;
}

.service-card:hover,
.why-grid article:hover,
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 78px rgba(18,32,21,.12) !important;
}

.service-card:hover .krs-icon-tile,
.why-grid article:hover .krs-icon-tile,
.feature-card:hover .krs-icon-tile {
  color: #0F7A3B !important;
  background:
    linear-gradient(145deg, #E4FBF5, #FFF8EA),
    radial-gradient(circle at 70% 70%, rgba(246,160,51,.16), transparent 34%) !important;
}

body.v2 .service-card > .krs-icon-tile,
body.v2 .why-grid article > .krs-icon-tile,
body.v2 .feature-card > .krs-icon-tile,
body.v2 .readiness-grid article > .krs-icon-tile,
body.v2 .format-grid article > .krs-icon-tile,
body.v2 .control-grid article > .krs-icon-tile,
body.v2 .lever-grid article > .krs-icon-tile,
body.v2 .policy-card > .krs-icon-tile,
body.v2 .stakeholder-card > .krs-icon-tile {
  color: #16876A !important;
  background: #EAFBFF !important;
  background-image: linear-gradient(145deg, #EAFBFF, #EFFBF1) !important;
  border: 1px solid rgba(22,135,106,.13) !important;
  box-shadow: 0 12px 28px rgba(15,122,59,.075) !important;
}

body.v2 .service-card:hover > .krs-icon-tile,
body.v2 .why-grid article:hover > .krs-icon-tile,
body.v2 .feature-card:hover > .krs-icon-tile {
  color: #0F7A3B !important;
  background: #E7FBF2 !important;
  background-image: linear-gradient(145deg, #E7FBF2, #FFF8EA) !important;
}

/* V8 conversion and credibility polish */
body.v2 .ag-hero {
  min-height: 660px !important;
  padding-top: clamp(62px, 8vw, 118px) !important;
  padding-bottom: clamp(60px, 8vw, 104px) !important;
}

body.v2 .ag-hero h1 {
  max-width: 690px !important;
  font-size: clamp(44px, 5.2vw, 76px) !important;
  letter-spacing: -.035em;
}

body.v2 .ag-hero p {
  max-width: 640px;
}

.button.quiet {
  color: #0F7A3B;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(15,122,59,.16);
  box-shadow: 0 12px 30px rgba(18,32,21,.05);
}

.button.quiet:hover {
  border-color: rgba(246,160,51,.38);
  box-shadow: 0 18px 42px rgba(18,32,21,.08);
}

.proof-band {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  background:
    linear-gradient(135deg, #0A4F2A, #0F7A3B 54%, #146E39),
    radial-gradient(circle at 90% 18%, rgba(255,216,145,.2), transparent 32%) !important;
  color: #fff;
}

.proof-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(115deg, transparent 0 47%, rgba(255,248,234,.08) 48% 49%, transparent 50%),
    radial-gradient(circle at 12% 82%, rgba(246,160,51,.18), transparent 28%);
  background-size: 72px 72px, auto;
  opacity: .55;
}

.proof-band > * {
  position: relative;
  z-index: 1;
}

.proof-band .eyebrow,
.proof-band h2,
.proof-band p {
  color: #fff !important;
}

.proof-intro {
  position: sticky;
  top: 150px;
}

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

.proof-grid article {
  padding: clamp(22px, 3vw, 30px);
  min-height: 210px;
  border-radius: 18px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 22px 62px rgba(0,0,0,.16);
  backdrop-filter: blur(14px);
}

.proof-grid span,
.proof-grid strong,
.proof-grid p {
  display: block;
}

.proof-grid span {
  color: #FFD891;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
}

.proof-grid strong {
  margin-top: 18px;
  color: #fff;
  font-size: 23px;
  line-height: 1.15;
}

.proof-grid p {
  margin-top: 12px;
  color: rgba(255,255,255,.78) !important;
  font-weight: 560;
}

.partner-pathways .service-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
  color: #0F7A3B;
  font-weight: 900;
}

.card-link::after {
  content: "->";
  color: #C96D16;
  transition: transform .2s ease;
}

.service-card:hover .card-link::after {
  transform: translateX(4px);
}

.proposal-library {
  background:
    linear-gradient(180deg, #FFF8EA, #fff),
    radial-gradient(circle at 90% 12%, rgba(24,165,88,.1), transparent 32%) !important;
}

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

.proposal-card {
  position: relative;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 3vw, 30px);
  border-radius: 20px;
  color: #122015;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(239,250,241,.7)),
    radial-gradient(circle at 92% 10%, rgba(246,160,51,.14), transparent 32%);
  border: 1px solid rgba(15,122,59,.14);
  box-shadow: 0 22px 62px rgba(18,32,21,.07);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.proposal-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #0F7A3B, #18A558, #F6A033);
}

.proposal-card:hover {
  transform: translateY(-5px);
  border-color: rgba(246,160,51,.32);
  box-shadow: 0 30px 78px rgba(18,32,21,.12);
}

.proposal-card span {
  color: #C96D16;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 12px;
}

.proposal-card strong {
  margin-top: 18px;
  color: #123C22;
  font-size: 23px;
  line-height: 1.15;
}

.proposal-card small {
  margin-top: 12px;
  color: #263A2C;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
}

.proposal-card::after {
  content: "Download PDF";
  margin-top: auto;
  padding-top: 22px;
  color: #0F7A3B;
  font-weight: 900;
}

.government-hero {
  background:
    linear-gradient(135deg, rgba(255,248,234,.94), rgba(232,249,236,.88)),
    url("https://images.unsplash.com/photo-1592982537447-7440770cbfc9?auto=format&fit=crop&w=1600&q=80") center/cover;
}

.gov-readiness-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.gov-readiness-panel article {
  padding: clamp(22px, 3vw, 32px);
  border-radius: 20px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(15,122,59,.14);
  box-shadow: 0 20px 56px rgba(18,32,21,.07);
}

.gov-readiness-panel strong {
  display: block;
  color: #C96D16;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gov-readiness-panel h3 {
  margin-top: 14px;
  color: #123C22;
}

.download-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

@media (max-width: 900px) {
  .proof-band,
  .gov-readiness-panel {
    grid-template-columns: 1fr;
  }

  .proof-intro {
    position: static;
  }

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

@media (max-width: 640px) {
  body.v2 .ag-hero h1 {
    font-size: clamp(38px, 11vw, 56px) !important;
  }

  .proposal-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile navigation correction after header lock overrides */
@media (max-width: 1120px) {
  .site-nav,
  .v2 .site-nav {
    position: fixed !important;
    inset: 156px 18px auto 18px !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 16px !important;
    max-height: calc(100vh - 178px) !important;
    overflow: auto !important;
    background: rgba(255,255,255,.98) !important;
    border: 1px solid rgba(15,122,59,.14) !important;
    border-radius: 18px !important;
    box-shadow: 0 22px 68px rgba(18,32,21,.15) !important;
    backdrop-filter: blur(18px) !important;
    z-index: 998 !important;
  }

  .site-nav.is-open,
  .v2 .site-nav.is-open {
    display: flex !important;
  }

  .site-nav a,
  .v2 .site-nav a {
    width: 100% !important;
    min-height: 46px !important;
  }
}

@media (max-width: 640px) {
  .top-contact-bar {
    padding: 10px 16px !important;
  }

  .top-contact-group {
    justify-content: center !important;
    gap: 8px 14px !important;
    font-size: 12px !important;
  }
}

/* Final KRS refresh overrides */
.top-contact-bar {
  display: flex !important;
  justify-content: space-between;
  gap: 18px;
  padding: 9px clamp(18px, 5vw, 82px);
  color: #fff;
  background: linear-gradient(90deg, #0A4F2A, #0F7A3B);
  font-size: 13px;
  font-weight: 700;
}
.top-contact-group { display: flex; flex-wrap: wrap; gap: 18px; }
.top-contact-bar span { white-space: nowrap; }
.site-header {
  top: 0 !important;
  padding: 13px clamp(18px, 5vw, 82px) !important;
  background: rgba(255,255,255,.95) !important;
  box-shadow: 0 12px 36px rgba(18,32,21,.06) !important;
}
.brand img {
  width: 58px !important;
  height: 58px !important;
  border-radius: 14px !important;
  object-fit: contain !important;
  padding: 6px;
  background: #fff;
}
.site-nav a { border-radius: 999px !important; color: #1D3324 !important; }
.site-nav a {
  white-space: nowrap !important;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
}
.site-nav a:hover,
.site-nav a.active { color: #0F7A3B !important; background: #EAF7EE !important; }
.site-nav .nav-cta,
.button.primary {
  color: #fff !important;
  background: linear-gradient(135deg, #0F7A3B, #18A558) !important;
  box-shadow: 0 14px 34px rgba(15,122,59,.24) !important;
}
.button.secondary { color: #0F7A3B !important; background: #fff !important; border-color: rgba(15,122,59,.22) !important; }
body,
body.v2 {
  font-family: Inter, Poppins, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  color: #122015 !important;
  background: linear-gradient(180deg, #fffdf7 0%, #fff8ea 48%, #ffffff 100%) !important;
}
h1, h2 { color: #122015 !important; font-family: Inter, Poppins, system-ui, sans-serif !important; font-weight: 850 !important; letter-spacing: 0 !important; }
h3 { color: #174F24 !important; }
.section { padding: clamp(58px, 7vw, 98px) clamp(18px, 5vw, 82px) !important; }
.eyebrow { color: #C96D16 !important; font-size: 12px !important; letter-spacing: .14em !important; }
.section-heading p,
.feature-card p,
.problem-card p,
.profile-card p,
.policy-card p,
.stakeholder-card p,
.readiness-grid p,
.format-grid p,
.control-grid p,
.roadmap p,
.proposal-close p,
.page-hero p { color: #3C4A3F !important; }
.ag-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, .92fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
  min-height: 720px;
  padding: clamp(70px, 8vw, 110px) clamp(18px, 5vw, 82px);
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(255,248,234,.96), rgba(255,255,255,.92) 58%, rgba(24,165,88,.09)),
    repeating-linear-gradient(135deg, rgba(122,66,29,.08) 0 1px, transparent 1px 32px);
}
.ag-hero::after {
  content: "";
  position: absolute;
  right: -10%;
  top: 8%;
  width: min(52vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24,165,88,.12), transparent 58%), repeating-radial-gradient(circle, rgba(15,122,59,.14) 0 1px, transparent 1px 42px);
  pointer-events: none;
}
.ag-hero-copy,
.ag-hero-panel { position: relative; z-index: 1; }
.ag-hero h1 { max-width: 760px; margin: 16px 0 18px; font-size: clamp(40px, 5.4vw, 72px) !important; line-height: 1.02; }
.ag-hero p { max-width: 720px; color: #3C4A3F; font-size: clamp(18px, 2vw, 23px); }
.ag-trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.ag-trust-row span { padding: 10px 14px; border-radius: 999px; background: #fff; border: 1px solid rgba(15,122,59,.16); color: #174F24; font-weight: 800; box-shadow: 0 10px 28px rgba(18,32,21,.06); }
.ag-hero-panel { padding: clamp(20px, 3vw, 34px); border: 1px solid rgba(15,122,59,.14); border-radius: 24px; background: rgba(255,255,255,.86); box-shadow: 0 28px 90px rgba(18,32,21,.12); backdrop-filter: blur(16px); }
.ag-panel-header { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.ag-panel-header img { width: 58px; height: 58px; object-fit: contain; border-radius: 14px; background: #fff8ea; border: 1px solid rgba(246,160,51,.28); }
.ag-panel-header strong { display: block; color: #122015; font-size: 19px; }
.ag-panel-header span { color: #3C4A3F; font-weight: 700; }
.ag-supply-map { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ag-supply-map article,
.ag-hero-metrics article,
.service-card,
.feature-card,
.problem-card,
.profile-card,
.contact-card,
.contact-form,
.readiness-grid article,
.format-grid article,
.control-grid article,
.why-grid article,
.lever-grid article,
.roadmap-strip article {
  border: 1px solid rgba(15,122,59,.13) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.92) !important;
  box-shadow: 0 16px 44px rgba(18,32,21,.07) !important;
}
.ag-supply-map article { padding: 18px; }
.ag-supply-map span,
.stage-flow span,
.roadmap-strip span { display: block; color: #C96D16; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.ag-supply-map strong { display: block; margin-top: 8px; color: #122015; font-size: 18px; }
.ag-supply-map small { color: #3C4A3F; font-weight: 700; }
.ag-hero-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 18px; }
.ag-hero-metrics article { padding: 16px; }
.ag-hero-metrics strong { display: block; color: #C96D16; font-size: clamp(23px, 2.5vw, 34px); line-height: 1; }
.ag-hero-metrics span { display: block; margin-top: 7px; color: #3C4A3F; font-size: 12px; font-weight: 850; }
.service-grid,
.why-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card,
.why-grid article,
.lever-grid article,
.roadmap-strip article { padding: clamp(24px, 3vw, 34px); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover,
.feature-card:hover,
.problem-card:hover,
.readiness-grid article:hover,
.format-grid article:hover,
.control-grid article:hover,
.why-grid article:hover,
.lever-grid article:hover { transform: translateY(-4px); }
.ag-problem,
.ag-operating-model,
.ag-why { background: radial-gradient(circle at 85% 8%, rgba(246,160,51,.10), transparent 28%), linear-gradient(180deg, #ffffff, #fff8ea); }
.ag-solution,
.ag-levers,
.ag-roadmap { background: #fff; }
.ag-loop { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; overflow: hidden; border-radius: 20px; border: 1px solid rgba(15,122,59,.14); background: rgba(15,122,59,.14); box-shadow: 0 18px 54px rgba(18,32,21,.10); }
.ag-loop article { min-height: 220px; padding: 26px; background: linear-gradient(180deg, #ffffff, #fffaf0); }
.ag-loop span { color: #C96D16; font-weight: 900; }
.stage-flow { position: relative; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 12px; }
.stage-flow::before { content: ""; position: absolute; left: 6%; right: 6%; top: 36px; height: 3px; background: linear-gradient(90deg, #0F7A3B, #F6A033, #18A558); }
.stage-flow article { position: relative; min-height: 150px; padding: 68px 16px 20px; border: 1px solid rgba(15,122,59,.14); border-radius: 16px; background: white; box-shadow: 0 16px 44px rgba(18,32,21,.07); }
.stage-flow article::before { content: ""; position: absolute; left: 18px; top: 24px; width: 24px; height: 24px; border-radius: 50%; background: #F6A033; border: 6px solid #fff2d9; box-shadow: 0 0 0 1px rgba(246,160,51,.25); }
.lever-grid,
.roadmap-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.roadmap-strip article { border-top: 5px solid #0F7A3B !important; }
.proposal-close { border-radius: 0 !important; background: linear-gradient(135deg, #fff8ea, #ffffff), radial-gradient(circle at 92% 12%, rgba(24,165,88,.12), transparent 34%) !important; }
.official-footer { background: linear-gradient(135deg, #0A4F2A, #0F7A3B) !important; }
.page-hero { min-height: 420px; padding-top: clamp(74px, 8vw, 118px); background: linear-gradient(110deg, rgba(255,248,234,.96), rgba(255,255,255,.94) 62%, rgba(24,165,88,.10)), repeating-linear-gradient(135deg, rgba(122,66,29,.06) 0 1px, transparent 1px 30px) !important; }
.page-hero h1 { max-width: 1000px; font-size: clamp(38px, 5vw, 68px) !important; line-height: 1.04; }
.two-column { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.krs-icon-tile,
.icon,
.dashboard-icon { background: linear-gradient(145deg, #EAFBF1, #FFFFFF) !important; color: #0F7A3B !important; border-color: rgba(24,165,88,.18) !important; }
@media (max-width: 1120px) {
  .ag-hero, .tech-layout, .two-column { grid-template-columns: 1fr !important; }
  .stage-flow, .service-grid, .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stage-flow::before { display: none; }
}
@media (max-width: 760px) {
  .top-contact-bar { justify-content: center; text-align: center; }
  .top-contact-bar > span { display: none; }
  .ag-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 58px; }
  .ag-hero h1 { font-size: clamp(38px, 12vw, 58px) !important; }
  .ag-supply-map, .ag-hero-metrics, .service-grid, .problem-grid, .ag-loop, .stage-flow, .lever-grid, .why-grid, .roadmap-strip, .feature-grid, .readiness-grid, .format-grid, .control-grid, .comparison-grid { grid-template-columns: 1fr !important; }
  .ag-loop article { min-height: auto; }
  .stage-flow article { padding-top: 58px; }
}

.v2-impact-dashboard h2,
.v2-impact-dashboard h3,
.v2-impact-dashboard .dash-card strong {
  color: #fff !important;
}

.v2-impact-dashboard .section-heading p,
.v2-impact-dashboard .dash-card p {
  color: rgba(255,255,255,.78) !important;
}

.v2-impact-dashboard .eyebrow,
.v2-impact-dashboard .dash-card span {
  color: #FFD891 !important;
}

/* Warm farmer-first storytelling layer */
.warm-hero-line {
  margin-top: 14px;
  padding-left: 18px;
  border-left: 4px solid #F6A033;
  color: #5B3A1E !important;
  font-weight: 750;
}

.hero-photo-collage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  grid-template-rows: 130px 105px;
  gap: 12px;
  margin-bottom: 22px;
}

.photo-tile,
.story-photo,
.journey-photo {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  min-height: 110px;
  background:
    linear-gradient(135deg, rgba(15,122,59,.16), rgba(246,160,51,.18)),
    var(--visual-pattern);
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.38), 0 18px 42px rgba(18,32,21,.10);
}

.photo-tile::before,
.story-photo::before,
.journey-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(10,79,42,.18)),
    radial-gradient(circle at 18% 20%, rgba(255,248,234,.42), transparent 34%);
}

.photo-tile span {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 1;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(10,79,42,.72);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 900;
}

.photo-farm { grid-row: span 2; --visual-pattern: url("data:image/svg+xml,%3Csvg width='420' height='300' viewBox='0 0 420 300' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='420' height='300' fill='%23fff0c9'/%3E%3Ccircle cx='72' cy='62' r='42' fill='%23f6a033' fill-opacity='.45'/%3E%3Cpath d='M0 236c80-54 126-64 210-42s130 18 210-34v140H0z' fill='%230f7a3b' fill-opacity='.32'/%3E%3Cg stroke='%237a421d' stroke-opacity='.22'%3E%3Cpath d='M0 254h420M30 232h330M72 212h260M110 194h210'/%3E%3C/g%3E%3Cpath d='M194 126c22 0 38 16 38 44v34h-76v-34c0-28 16-44 38-44z' fill='%237a421d' fill-opacity='.20'/%3E%3C/svg%3E"); }
.photo-crates { --visual-pattern: url("data:image/svg+xml,%3Csvg width='360' height='220' viewBox='0 0 360 220' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='360' height='220' fill='%23fff8ea'/%3E%3Cg fill='%2318a558' fill-opacity='.34'%3E%3Ccircle cx='82' cy='82' r='28'/%3E%3Ccircle cx='126' cy='70' r='24'/%3E%3Ccircle cx='162' cy='92' r='30'/%3E%3C/g%3E%3Cg fill='%23f6a033' fill-opacity='.36'%3E%3Crect x='38' y='122' width='124' height='50' rx='8'/%3E%3Crect x='180' y='108' width='130' height='62' rx='8'/%3E%3C/g%3E%3Cg stroke='%237a421d' stroke-opacity='.22'%3E%3Cpath d='M52 148h242M52 132h104M194 130h102'/%3E%3C/g%3E%3C/svg%3E"); }
.photo-cold { --visual-pattern: url("data:image/svg+xml,%3Csvg width='360' height='220' viewBox='0 0 360 220' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='360' height='220' fill='%23eaf7ee'/%3E%3Crect x='64' y='48' width='232' height='124' rx='14' fill='%23ffffff' fill-opacity='.72'/%3E%3Cg stroke='%230f7a3b' stroke-width='8' stroke-opacity='.22'%3E%3Cpath d='M100 92h160M100 126h160M132 58v108M228 58v108'/%3E%3C/g%3E%3Cpath d='M0 190c76-26 142-34 218-16s104 8 142-20v66H0z' fill='%2318a558' fill-opacity='.18'/%3E%3C/svg%3E"); }

.human-impact,
.freshness-journey,
.voices-section {
  position: relative;
  overflow: hidden;
}

.human-impact {
  background:
    radial-gradient(circle at 8% 18%, rgba(246,160,51,.16), transparent 30%),
    linear-gradient(180deg, #fff8ea, #fffdf7) !important;
}

.impact-story-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr .85fr 1.05fr;
  gap: 20px;
}

.story-card {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(15,122,59,.13);
  border-radius: 22px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 22px 58px rgba(18,32,21,.08);
}

.story-card h3 {
  margin-top: 18px;
}

.story-card.stat-card {
  display: grid;
  align-content: center;
  background:
    radial-gradient(circle at 84% 16%, rgba(246,160,51,.20), transparent 34%),
    linear-gradient(145deg, #0A4F2A, #0F7A3B) !important;
  color: #fff;
}

.story-card.stat-card strong {
  color: #FFD891;
  font-size: clamp(56px, 6vw, 84px);
  line-height: 1;
}

.story-card.stat-card h3,
.story-card.stat-card p {
  color: #fff !important;
}

.farmer-income { --visual-pattern: var(--farm-visual); }
.family-food { --visual-pattern: var(--family-visual); }
.local-retail { --visual-pattern: var(--store-visual); }

:root {
  --farm-visual: url("data:image/svg+xml,%3Csvg width='420' height='250' viewBox='0 0 420 250' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='420' height='250' fill='%23fff0c9'/%3E%3Cpath d='M0 196c88-58 178-70 270-36s114 10 150-20v110H0z' fill='%230f7a3b' fill-opacity='.36'/%3E%3Ccircle cx='78' cy='62' r='36' fill='%23f6a033' fill-opacity='.42'/%3E%3Cg stroke='%237a421d' stroke-opacity='.18'%3E%3Cpath d='M0 218h420M42 198h310M86 178h250'/%3E%3C/g%3E%3C/svg%3E");
  --family-visual: url("data:image/svg+xml,%3Csvg width='420' height='250' viewBox='0 0 420 250' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='420' height='250' fill='%23fff8ea'/%3E%3Cg fill='%2318a558' fill-opacity='.28'%3E%3Ccircle cx='126' cy='94' r='34'/%3E%3Ccircle cx='174' cy='110' r='28'/%3E%3Ccircle cx='236' cy='86' r='34'/%3E%3C/g%3E%3Cpath d='M70 180c72-42 128-42 190-18s96 10 130-18v106H70z' fill='%23f6a033' fill-opacity='.22'/%3E%3Cg stroke='%237a421d' stroke-opacity='.22'%3E%3Cpath d='M86 182h250M112 162h180'/%3E%3C/g%3E%3C/svg%3E");
  --store-visual: url("data:image/svg+xml,%3Csvg width='420' height='250' viewBox='0 0 420 250' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='420' height='250' fill='%23eaf7ee'/%3E%3Crect x='72' y='78' width='270' height='118' rx='14' fill='%23ffffff' fill-opacity='.72'/%3E%3Cpath d='M72 92h270l-28-42H100z' fill='%23f6a033' fill-opacity='.48'/%3E%3Cg fill='%230f7a3b' fill-opacity='.28'%3E%3Crect x='104' y='126' width='58' height='44' rx='8'/%3E%3Crect x='182' y='126' width='58' height='44' rx='8'/%3E%3Crect x='260' y='126' width='58' height='44' rx='8'/%3E%3C/g%3E%3C/svg%3E");
}

.freshness-journey {
  background:
    linear-gradient(180deg, #ffffff, #fff8ea) !important;
}

.freshness-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.freshness-track::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 58px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0F7A3B, #18A558, #F6A033);
}

.freshness-track article {
  position: relative;
  z-index: 1;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(15,122,59,.13);
  background: rgba(255,255,255,.90);
  box-shadow: 0 18px 48px rgba(18,32,21,.07);
}

.journey-photo {
  min-height: 118px;
  margin-bottom: 16px;
}

.freshness-track span {
  color: #C96D16;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.journey-farm { --visual-pattern: var(--farm-visual); }
.journey-sorting { --visual-pattern: var(--family-visual); }
.journey-cold { --visual-pattern: url("data:image/svg+xml,%3Csvg width='360' height='220' viewBox='0 0 360 220' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='360' height='220' fill='%23eaf7ee'/%3E%3Crect x='54' y='48' width='252' height='124' rx='16' fill='%23fff' fill-opacity='.75'/%3E%3Cg stroke='%230f7a3b' stroke-opacity='.25' stroke-width='7'%3E%3Cpath d='M86 86h188M86 124h188M142 58v96M218 58v96'/%3E%3C/g%3E%3C/svg%3E"); }
.journey-road { --visual-pattern: url("data:image/svg+xml,%3Csvg width='360' height='220' viewBox='0 0 360 220' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='360' height='220' fill='%23fff0c9'/%3E%3Cpath d='M0 168c86-46 136-52 226-24s98 14 134-10v86H0z' fill='%230f7a3b' fill-opacity='.25'/%3E%3Cpath d='M58 190C126 124 198 92 302 72' stroke='%237a421d' stroke-opacity='.35' stroke-width='16' fill='none'/%3E%3Crect x='124' y='92' width='82' height='38' rx='8' fill='%2318a558' fill-opacity='.55'/%3E%3Ccircle cx='144' cy='136' r='10' fill='%237a421d' fill-opacity='.35'/%3E%3Ccircle cx='194' cy='136' r='10' fill='%237a421d' fill-opacity='.35'/%3E%3C/svg%3E"); }
.journey-store { --visual-pattern: var(--store-visual); }
.journey-family { --visual-pattern: var(--family-visual); }

.voices-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(246,160,51,.16), transparent 26%),
    linear-gradient(180deg, #fff8ea, #ffffff) !important;
}

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

.quote-card {
  position: relative;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 22px;
  border: 1px solid rgba(15,122,59,.13);
  background: rgba(255,255,255,.88);
  box-shadow: 0 20px 54px rgba(18,32,21,.08);
}

.quote-card::before {
  content: "“";
  position: absolute;
  right: 22px;
  top: 2px;
  color: rgba(246,160,51,.28);
  font-size: 88px;
  line-height: 1;
  font-family: Georgia, serif;
}

.quote-card span {
  color: #0F7A3B;
  font-weight: 900;
}

.quote-card p {
  margin-bottom: 0;
  color: #3C4A3F;
  font-size: 17px;
}

.official-footer .footer-brand p::after {
  content: " KRS is building a fairer, fresher, more transparent food system for India.";
  display: block;
  margin-top: 12px;
  color: rgba(255,255,255,.88);
  font-weight: 800;
}

@media (max-width: 1120px) {
  .impact-story-grid,
  .freshness-track,
  .voice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .freshness-track::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .hero-photo-collage,
  .impact-story-grid,
  .freshness-track,
  .voice-grid {
    grid-template-columns: 1fr;
  }

  .photo-farm {
    grid-row: auto;
  }
}

/* Compact hero right panel refinement */
@media (min-width: 900px) {
  .ag-hero {
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, 430px) !important;
    min-height: 590px !important;
    gap: clamp(38px, 5vw, 76px) !important;
  }

  .ag-hero-panel {
    max-width: 430px !important;
    justify-self: end !important;
    align-self: center !important;
    padding: 18px !important;
    border-radius: 20px !important;
    max-height: none !important;
  }

  .ag-hero-panel::before,
  .ag-hero-panel::after {
    display: none !important;
  }

  .hero-photo-collage {
    display: none !important;
  }

  .photo-tile,
  .story-photo,
  .journey-photo {
    min-height: 82px;
    border-radius: 14px;
  }

  .photo-tile span {
    padding: 5px 8px;
    font-size: 10px;
  }

  .ag-panel-header {
    margin-bottom: 16px !important;
    padding: 4px 2px 14px !important;
    border-bottom: 1px solid rgba(15,122,59,.12) !important;
  }

  .ag-panel-header img {
    width: 42px !important;
    height: 42px !important;
    border-radius: 11px !important;
  }

  .ag-panel-header strong {
    font-size: 16px !important;
  }

  .ag-panel-header span {
    font-size: 13px !important;
  }

  .ag-supply-map {
    gap: 10px !important;
    grid-template-columns: 1fr !important;
  }

  .ag-supply-map article {
    position: relative !important;
    min-height: auto !important;
    padding: 12px 14px 12px 62px !important;
    border-radius: 14px !important;
  }

  .ag-supply-map .krs-icon-tile {
    position: absolute !important;
    left: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 36px !important;
    height: 36px !important;
    margin-bottom: 0 !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 20px rgba(15,122,59,.14) !important;
  }

  .ag-supply-map .krs-icon-tile svg {
    width: 20px !important;
    height: 20px !important;
  }

  .ag-supply-map span {
    font-size: 10px !important;
    letter-spacing: .08em !important;
  }

  .ag-supply-map strong {
    margin-top: 4px !important;
    font-size: 15px !important;
  }

  .ag-supply-map small {
    font-size: 12px !important;
  }

  .ag-hero-metrics {
    display: none !important;
  }

  .ag-supply-map article:nth-child(n+3) {
    min-height: auto !important;
  }
}

/* Hero visual V4: warm farm-to-retail story, not a dashboard stack */
.hero-story-visual {
  background:
    linear-gradient(145deg, rgba(255,255,255,.9), rgba(255,248,234,.78)),
    radial-gradient(circle at 20% 0%, rgba(246,160,51,.18), transparent 36%),
    radial-gradient(circle at 88% 8%, rgba(24,165,88,.14), transparent 38%) !important;
}

.hero-landscape-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(15,122,59,.16);
  background:
    linear-gradient(180deg, rgba(255,248,234,.92), rgba(255,255,255,.72) 42%, rgba(206,232,196,.7)),
    radial-gradient(circle at 22% 25%, rgba(246,160,51,.35), transparent 12%),
    linear-gradient(135deg, rgba(15,122,59,.08), rgba(246,160,51,.1));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 22px 60px rgba(18,32,21,.1);
}

.hero-landscape-card::before {
  content: "";
  position: absolute;
  inset: auto -8% -24% -8%;
  height: 58%;
  background:
    radial-gradient(80% 55% at 14% 58%, rgba(15,122,59,.25), transparent 70%),
    radial-gradient(76% 62% at 86% 46%, rgba(24,165,88,.28), transparent 70%),
    linear-gradient(170deg, rgba(24,165,88,.32), rgba(255,248,234,.22) 48%, rgba(122,66,29,.12));
  border-radius: 55% 45% 0 0;
}

.hero-landscape-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(115deg, transparent 0 47%, rgba(15,122,59,.1) 48% 49%, transparent 50%),
    linear-gradient(155deg, transparent 0 47%, rgba(246,160,51,.12) 48% 49%, transparent 50%);
  background-size: 58px 58px, 72px 72px;
  opacity: .42;
}

.visual-sun {
  position: absolute;
  left: 38px;
  top: 38px;
  width: 76px;
  height: 76px;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(246,160,51,.42), rgba(255,216,128,.56));
  box-shadow: 0 20px 60px rgba(246,160,51,.22);
  z-index: 1;
}

.visual-field {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 42px;
  height: 2px;
  background: rgba(122,66,29,.18);
  z-index: 2;
}

.field-two {
  left: 24%;
  right: 22%;
  bottom: 72px;
  background: rgba(15,122,59,.18);
}

.visual-route {
  position: absolute;
  left: 17%;
  right: 17%;
  bottom: 92px;
  height: 74px;
  border-bottom: 3px solid rgba(246,160,51,.62);
  border-radius: 0 0 999px 999px;
  z-index: 3;
}

.visual-node {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: #0F7A3B;
  border: 4px solid #FFF8EA;
  box-shadow: 0 10px 24px rgba(15,122,59,.22);
  z-index: 4;
}

.node-farm { left: 18%; bottom: 86px; }
.node-storage { left: 50%; bottom: 42px; }
.node-retail { right: 18%; bottom: 86px; }

.visual-logo {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(246,160,51,.32);
  box-shadow: 0 20px 48px rgba(18,32,21,.14);
  z-index: 5;
}

.visual-logo img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.visual-chip {
  position: absolute;
  z-index: 6;
  padding: 8px 11px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #0F7A3B, #18A558);
  box-shadow: 0 14px 32px rgba(15,122,59,.2);
  font-size: 11px;
  font-weight: 900;
}

.chip-farm { left: 24px; bottom: 72px; }
.chip-storage { left: 42%; top: 50%; }
.chip-retail { right: 24px; top: 34px; background: linear-gradient(135deg, #7A421D, #F6A033); }

.hero-visual-caption {
  padding: 18px 4px 4px;
}

.hero-visual-caption strong,
.hero-visual-caption span {
  display: block;
}

.hero-visual-caption strong {
  color: #122015;
  font-size: 21px;
  line-height: 1.22;
}

.hero-visual-caption span {
  max-width: 420px;
  margin-top: 8px;
  color: #263A2C;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.65;
}

.hero-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 16px;
}

.hero-mini-stats article {
  padding: 14px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(15,122,59,.12);
  box-shadow: 0 12px 30px rgba(18,32,21,.06);
}

.hero-mini-stats strong,
.hero-mini-stats span {
  display: block;
}

.hero-mini-stats strong {
  color: #C96D16;
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1;
}

.hero-mini-stats span {
  margin-top: 6px;
  color: #263A2C;
  font-size: 11px;
  font-weight: 850;
}

@media (min-width: 900px) {
  .ag-hero {
    grid-template-columns: minmax(0, 1.06fr) minmax(420px, 520px) !important;
  }

  .hero-story-visual {
    max-width: 520px !important;
    padding: 20px !important;
  }
}

@media (max-width: 760px) {
  .hero-landscape-card {
    min-height: 250px;
  }

  .hero-mini-stats {
    grid-template-columns: 1fr;
  }
}

/* Feel-good premium layer: softer icons, warmer cards, more human hero visual */
.krs-icon-tile,
.icon,
.dashboard-icon {
  color: #16876A !important;
  background:
    linear-gradient(145deg, rgba(232,252,255,.96), rgba(236,251,240,.92)),
    radial-gradient(circle at 30% 22%, rgba(255,255,255,.95), transparent 38%) !important;
  border: 1px solid rgba(22,135,106,.14) !important;
  box-shadow: 0 14px 34px rgba(15,122,59,.08) !important;
}

.krs-icon-tile svg,
.icon svg,
.dashboard-icon svg {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.15 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.service-card .krs-icon-tile,
.why-grid article .krs-icon-tile,
.feature-card .krs-icon-tile,
.readiness-grid article .krs-icon-tile,
.format-grid article .krs-icon-tile,
.control-grid article .krs-icon-tile,
.lever-grid article .krs-icon-tile {
  width: 66px !important;
  height: 66px !important;
  border-radius: 14px !important;
  margin-bottom: 24px !important;
}

.service-card .krs-icon-tile svg,
.why-grid article .krs-icon-tile svg,
.feature-card .krs-icon-tile svg,
.readiness-grid article .krs-icon-tile svg,
.format-grid article .krs-icon-tile svg,
.control-grid article .krs-icon-tile svg,
.lever-grid article .krs-icon-tile svg {
  width: 34px !important;
  height: 34px !important;
}

.service-card,
.why-grid article,
.feature-card,
.readiness-grid article,
.format-grid article,
.control-grid article,
.lever-grid article {
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,248,234,.56)),
    radial-gradient(circle at 92% 10%, rgba(246,160,51,.1), transparent 34%) !important;
}

.service-card:nth-child(2n),
.why-grid article:nth-child(2n),
.feature-card:nth-child(2n) {
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(239,250,241,.72)),
    radial-gradient(circle at 90% 12%, rgba(24,165,88,.1), transparent 35%) !important;
}

.service-card h3,
.why-grid article h3,
.feature-card h3 {
  color: #123C22 !important;
  letter-spacing: -.01em;
}

.service-card p,
.why-grid article p,
.feature-card p,
.readiness-grid article p,
.format-grid article p,
.control-grid article p,
.lever-grid article p {
  color: #263A2C !important;
  font-weight: 560;
  line-height: 1.75;
}

.service-card::before,
.feature-card::before,
.why-grid article::before,
.lever-grid article::before {
  height: 4px !important;
  background: linear-gradient(90deg, #18A558, #F6A033) !important;
  opacity: .76;
}

.service-card:hover .krs-icon-tile,
.feature-card:hover .krs-icon-tile,
.why-grid article:hover .krs-icon-tile {
  color: #0F7A3B !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(15,122,59,.13) !important;
}

.hero-landscape-card {
  min-height: 330px;
  background:
    linear-gradient(180deg, rgba(255,248,234,.34), rgba(15,122,59,.14)),
    url("https://images.unsplash.com/photo-1500937386664-56d1dfef3854?auto=format&fit=crop&w=1100&q=82") center/cover !important;
}

.hero-landscape-card::before {
  inset: 0 !important;
  height: auto !important;
  border-radius: 0 !important;
  background:
    linear-gradient(180deg, rgba(255,248,234,.04), rgba(255,248,234,.16) 38%, rgba(15,122,59,.42)),
    radial-gradient(circle at 82% 12%, rgba(246,160,51,.22), transparent 24%) !important;
}

.hero-landscape-card::after {
  opacity: .18 !important;
}

.visual-sun,
.visual-field {
  display: none !important;
}

.visual-route {
  left: 17%;
  right: 20%;
  bottom: 84px;
  height: 80px;
  border-bottom-color: rgba(255,216,145,.88);
  filter: drop-shadow(0 8px 12px rgba(122,66,29,.14));
}

.visual-node {
  background: #18A558;
  border-color: #fff;
}

.node-farm { bottom: 78px; }
.node-storage { bottom: 36px; }
.node-retail { bottom: 78px; }

.visual-logo {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
}

.visual-chip {
  background: rgba(15,122,59,.92);
  backdrop-filter: blur(10px);
}

.chip-retail {
  background: rgba(201,109,22,.94);
}

.hero-visual-caption {
  padding: 20px 6px 2px;
}

.hero-visual-caption strong {
  font-size: 22px;
}

.hero-mini-stats article {
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,248,234,.72)) !important;
}

.problem-card .krs-icon-tile {
  color: #C96D16 !important;
  background: rgba(255,248,234,.92) !important;
}

.ag-problem .problem-card .krs-icon-tile {
  color: #FFD891 !important;
  background: rgba(255,255,255,.12) !important;
  border-color: rgba(255,216,145,.28) !important;
  box-shadow: none !important;
}

/* Canonical header lock: keep navigation identical across every page */
.site-header,
.v2 .site-header {
  position: sticky !important;
  top: 0 !important;
  min-height: 84px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  padding: 13px clamp(18px, 5vw, 82px) !important;
  background: rgba(255,255,255,.95) !important;
  border-bottom: 1px solid rgba(15,122,59,.14) !important;
  box-shadow: 0 12px 36px rgba(18,32,21,.06) !important;
  backdrop-filter: blur(18px) !important;
}

.v2 .site-header::before,
.v2 .site-header::after,
.site-header::before,
.site-header::after {
  display: none !important;
  content: none !important;
}

.site-header .brand,
.v2 .site-header .brand {
  flex: 0 0 350px !important;
  min-width: 350px !important;
}

.site-header .brand img,
.v2 .site-header .brand img {
  flex: 0 0 58px !important;
  width: 58px !important;
  height: 58px !important;
}

.site-nav,
.v2 .site-nav {
  flex: 1 1 auto !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 7px !important;
  min-width: 0 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

.site-nav a,
.v2 .site-nav a {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 10px 14px !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  border-radius: 999px !important;
}

.site-nav a.active,
.v2 .site-nav a.active {
  color: #0F7A3B !important;
  background: #EAF7EE !important;
}

.site-nav .nav-cta,
.v2 .site-nav .nav-cta {
  color: #fff !important;
  background: linear-gradient(135deg, #0F7A3B, #18A558) !important;
}

@media (min-width: 1121px) {
  .site-header .nav-toggle,
  .v2 .site-header .nav-toggle {
    display: none !important;
  }
}

@media (max-width: 1280px) and (min-width: 1121px) {
  .site-header .brand,
  .v2 .site-header .brand {
    flex-basis: 280px !important;
    min-width: 280px !important;
  }
  .site-nav,
  .v2 .site-nav {
    gap: 4px !important;
    font-size: 13px !important;
  }
  .site-nav a,
  .v2 .site-nav a {
    padding-inline: 10px !important;
  }
}

/* Premium atmosphere pass */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .28;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(122,66,29,.14) 1px, transparent 0);
  background-size: 22px 22px;
  mix-blend-mode: multiply;
}

.ag-hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 12%, rgba(246,160,51,.20), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(24,165,88,.18), transparent 30%),
    linear-gradient(115deg, #fff8ea 0%, #ffffff 48%, #eaf7ee 100%) !important;
}

.ag-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .52;
  background:
    linear-gradient(100deg, rgba(255,255,255,.78), rgba(255,255,255,.36)),
    url("data:image/svg+xml,%3Csvg width='900' height='560' viewBox='0 0 900 560' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%230f7a3b' stroke-opacity='.15'%3E%3Cpath d='M-80 470C120 290 260 315 420 178S710 34 980 112'/%3E%3Cpath d='M-60 540C120 388 312 384 468 258S716 116 950 194'/%3E%3Cpath d='M120 540c92-132 200-204 324-216s252 20 386-102'/%3E%3C/g%3E%3Cg fill='%23f6a033' fill-opacity='.12'%3E%3Ccircle cx='735' cy='112' r='58'/%3E%3Ccircle cx='805' cy='226' r='22'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  animation: krsMesh 14s ease-in-out infinite alternate;
}

@keyframes krsMesh {
  from { transform: translate3d(0,0,0) scale(1); opacity: .48; }
  to { transform: translate3d(-18px,10px,0) scale(1.03); opacity: .66; }
}

.ag-hero-copy::after {
  content: "Trusted ecosystem: Farmers -> Cold Rooms -> Logistics -> Retail";
  display: inline-flex;
  margin-top: 22px;
  padding: 12px 16px;
  border-radius: 999px;
  color: #0A4F2A;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(15,122,59,.16);
  box-shadow: 0 18px 48px rgba(18,32,21,.08);
  font-size: 13px;
  font-weight: 850;
}

.ag-hero-panel {
  overflow: hidden;
}

.ag-hero-panel::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 42%;
  height: 36%;
  border-radius: 22px;
  opacity: .48;
  background:
    linear-gradient(145deg, rgba(15,122,59,.16), rgba(246,160,51,.12)),
    url("data:image/svg+xml,%3Csvg width='320' height='220' viewBox='0 0 320 220' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='320' height='220' fill='%23fff8ea'/%3E%3Cg fill='%230f7a3b' fill-opacity='.18'%3E%3Cpath d='M0 170c56-42 96-55 148-42s102 28 172-15v107H0z'/%3E%3Cpath d='M0 135c58-28 118-32 180-12s92 8 140-20v35c-58 35-104 38-170 20S62 143 0 178z'/%3E%3C/g%3E%3Cg stroke='%237a421d' stroke-opacity='.16'%3E%3Cpath d='M35 185h250M54 164h210M70 145h176'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  z-index: 0;
}

.ag-hero-panel::after {
  content: none;
  display: none;
}

.ag-hero-panel::after {
  content: "Freshness Command";
  position: absolute;
  right: 30px;
  bottom: 28px;
  padding: 11px 14px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, rgba(10,79,42,.92), rgba(15,122,59,.88));
  box-shadow: 0 18px 45px rgba(10,79,42,.24);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  z-index: 0;
  display: none;
}

.ag-panel-header,
.ag-supply-map,
.ag-hero-metrics {
  position: relative;
  z-index: 1;
}

.ag-supply-map article,
.ag-hero-metrics article {
  backdrop-filter: blur(14px);
}

.service-card,
.feature-card,
.problem-card,
.readiness-grid article,
.format-grid article,
.control-grid article,
.why-grid article,
.lever-grid article {
  position: relative;
  overflow: hidden;
}

.service-card::before,
.feature-card::before,
.why-grid article::before,
.lever-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #0F7A3B, #18A558, #F6A033);
}

.service-card::after,
.feature-card::after,
.why-grid article::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24,165,88,.13), transparent 64%);
  transition: transform .3s ease, opacity .3s ease;
}

.service-card:hover::after,
.feature-card:hover::after,
.why-grid article:hover::after {
  transform: scale(1.18);
  opacity: .9;
}

.krs-icon-tile,
.icon,
.dashboard-icon {
  color: #fff !important;
  background:
    linear-gradient(145deg, #0F7A3B, #18A558 58%, #F6A033) !important;
  border: 0 !important;
  box-shadow: 0 16px 34px rgba(15,122,59,.20), inset 0 1px 0 rgba(255,255,255,.28) !important;
}

.button {
  position: relative;
  overflow: hidden;
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
  transition: transform .45s ease;
}

.button:hover::after {
  transform: translateX(120%);
}

.ag-problem {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(10,79,42,.96), rgba(15,122,59,.88)),
    url("data:image/svg+xml,%3Csvg width='960' height='520' viewBox='0 0 960 520' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='960' height='520' fill='%230a4f2a'/%3E%3Cg stroke='%23fff8ea' stroke-opacity='.12' fill='none'%3E%3Cpath d='M0 432c160-88 300-92 420-12s270 70 540-60'/%3E%3Cpath d='M0 360c180-56 314-52 442 24s282 48 518-80'/%3E%3Cpath d='M80 520c88-144 220-226 396-244s306-80 428-190'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-size: cover;
}

.ag-problem h2,
.ag-problem h3,
.ag-problem .eyebrow {
  color: #fff !important;
}

.ag-problem .section-heading p {
  color: rgba(255,255,255,.78) !important;
}

.ag-problem .problem-card {
  background: rgba(255,255,255,.12) !important;
  border-color: rgba(255,255,255,.18) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.18) !important;
  backdrop-filter: blur(18px);
}

.ag-problem .problem-card strong,
.ag-problem .problem-card h3 {
  color: #fff !important;
}

.ag-problem .problem-card p {
  color: rgba(255,255,255,.76) !important;
}

.ag-problem .problem-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #F6A033 0 38%, rgba(255,255,255,.18) 38% 100%);
}

.ag-solution {
  position: relative;
  overflow: hidden;
}

.ag-roadmap {
  position: relative;
  overflow: hidden;
}

.ag-solution::before,
.ag-roadmap::before,
.proposal-close::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 54px;
  background: radial-gradient(120% 80% at 50% 0%, #fff8ea 0 48%, transparent 49%);
  pointer-events: none;
}

.ag-loop {
  position: relative;
  gap: 18px !important;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(15,122,59,.08), rgba(246,160,51,.08)) !important;
}

.ag-loop::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 50%;
  height: 3px;
  background: linear-gradient(90deg, #0F7A3B, #18A558, #F6A033, #0F7A3B);
  background-size: 220% 100%;
  animation: flowLine 4.2s linear infinite;
}

@keyframes flowLine {
  to { background-position: 220% 0; }
}

.ag-loop article {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  border: 1px solid rgba(15,122,59,.13);
  box-shadow: 0 20px 54px rgba(18,32,21,.09);
}

.stage-flow article {
  overflow: hidden;
  transition: transform .24s ease, box-shadow .24s ease;
}

.stage-flow article::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0F7A3B, #F6A033);
}

.stage-flow article:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 70px rgba(15,122,59,.14);
}

.v2-impact-dashboard {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 10%, rgba(246,160,51,.22), transparent 28%),
    radial-gradient(circle at 12% 82%, rgba(24,165,88,.25), transparent 30%),
    linear-gradient(135deg, #061f15, #0A4F2A 52%, #0F7A3B) !important;
}

.v2-impact-dashboard::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .32;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.9), transparent 90%);
}

.dashboard-shell {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,.09) !important;
  backdrop-filter: blur(18px);
  border-color: rgba(255,255,255,.18) !important;
}

.dash-card {
  background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.07)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
}

.bar {
  box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 0 26px rgba(24,165,88,.18);
}

.bar i {
  animation: metricPulse 2.8s ease-in-out infinite alternate;
}

@keyframes metricPulse {
  from { filter: saturate(1); }
  to { filter: saturate(1.5) brightness(1.08); }
}

.roadmap-strip {
  position: relative;
}

.roadmap-strip::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 38px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0F7A3B, #F6A033, #18A558);
}

.roadmap-strip article {
  position: relative;
  padding-top: 76px !important;
}

.roadmap-strip article::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 27px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #F6A033;
  border: 7px solid #fff4db;
  box-shadow: 0 0 0 1px rgba(246,160,51,.25), 0 0 28px rgba(246,160,51,.24);
}

.proposal-close {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 84% 12%, rgba(246,160,51,.24), transparent 30%),
    linear-gradient(135deg, #062116, #0A4F2A 55%, #0F7A3B) !important;
}

.proposal-close h2,
.proposal-close .eyebrow {
  color: #fff !important;
}

.proposal-close p {
  color: rgba(255,255,255,.80) !important;
}

.proposal-close .closing-card {
  background: rgba(255,255,255,.12) !important;
  border-color: rgba(255,255,255,.20) !important;
  backdrop-filter: blur(18px);
}

.proposal-close .closing-card strong,
.proposal-close .closing-card span {
  color: #fff !important;
}

.official-footer {
  position: relative;
  overflow: hidden;
  padding-top: clamp(54px, 7vw, 88px) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(246,160,51,.14), transparent 32%),
    linear-gradient(135deg, #041b12, #0A4F2A 56%, #0F7A3B) !important;
}

.official-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .20;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.28) 1px, transparent 0);
  background-size: 22px 22px;
}

.official-footer > * {
  position: relative;
  z-index: 1;
}

.footer-newsletter {
  display: grid;
  gap: 10px;
}

.footer-newsletter label {
  color: #fff;
  font-weight: 850;
}

.footer-newsletter .newsletter-row {
  display: flex;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
}

.footer-newsletter input {
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 10px 12px;
}

.footer-newsletter input::placeholder {
  color: rgba(255,255,255,.68);
}

.footer-newsletter button {
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  color: #0A4F2A;
  background: #F6A033;
  font-weight: 900;
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.footer-socials a {
  display: grid !important;
  place-items: center;
  width: 36px;
  height: 36px;
  margin: 0 !important;
  border-radius: 50%;
  color: #fff !important;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  font-weight: 900;
}

@media (max-width: 760px) {
  .ag-hero-copy::after {
    border-radius: 14px;
  }

  .ag-hero-panel::before,
  .ag-hero-panel::after,
  .ag-loop::before,
  .roadmap-strip::before {
    display: none;
  }

  .roadmap-strip article {
    padding-top: 62px !important;
  }

  .footer-newsletter .newsletter-row {
    border-radius: 16px;
    flex-direction: column;
  }
}

/* Premium stakeholder and source-document pages */
.platform-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .58fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  min-height: 560px;
  padding: clamp(54px, 7vw, 96px) clamp(22px, 6vw, 92px);
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(255,253,248,.96), rgba(255,248,236,.9) 58%, rgba(238,140,34,.13)),
    radial-gradient(circle at 82% 18%, rgba(196,161,74,.18), transparent 28%);
}

.platform-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(90deg, rgba(10,106,56,.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(196,161,74,.06) 1px, transparent 1px),
    repeating-linear-gradient(135deg, transparent 0 30px, rgba(238,140,34,.06) 30px 31px);
  background-size: 108px 108px, 108px 108px, 48px 48px;
}

.platform-hero h1 {
  max-width: 980px;
  margin: 18px 0;
  font-size: clamp(48px, 6vw, 86px);
  line-height: .96;
}

.platform-hero p {
  max-width: 780px;
  color: #111111;
  font-size: clamp(18px, 1.6vw, 23px);
}

.platform-proof {
  position: relative;
  min-height: 320px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  padding: 32px;
  border: 1px solid rgba(10,106,56,.15);
  border-radius: 22px;
  text-align: center;
  background: linear-gradient(145deg, rgba(255,255,255,.78), rgba(255,249,236,.58));
  box-shadow: 0 30px 90px rgba(4,40,25,.12);
  overflow: hidden;
}

.platform-proof::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 1px dashed rgba(196,161,74,.34);
  background: radial-gradient(circle, rgba(10,106,56,.09), transparent 48%);
}

.platform-proof img {
  position: relative;
  width: 148px;
  height: 148px;
  object-fit: cover;
  border-radius: 50%;
  border: 8px solid rgba(255,255,255,.9);
  box-shadow: 0 24px 60px rgba(4,40,25,.18);
}

.platform-proof strong,
.platform-proof span {
  position: relative;
}

.platform-proof strong {
  max-width: 360px;
  color: var(--green-deep);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.08;
  font-family: "Playfair Display", Georgia, serif;
}

.platform-proof span {
  color: var(--muted);
  font-weight: 800;
}

.farmer-hero,
.retail-hero,
.cold-hero,
.investor-hero {
  min-height: 520px;
}

.stage-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1px;
  padding: 12px;
  border-radius: 22px;
  background: linear-gradient(90deg, rgba(10,106,56,.18), rgba(196,161,74,.24), rgba(238,140,34,.16));
  box-shadow: 0 28px 90px rgba(4,40,25,.11);
}

.stage-rail article {
  min-height: 320px;
  padding: 24px 18px;
  background: rgba(255,255,255,.88);
}

.stage-rail article:first-child { border-radius: 14px 0 0 14px; }
.stage-rail article:last-child { border-radius: 0 14px 14px 0; }
.stage-rail span,
.stakeholder-card span {
  color: var(--saffron-dark);
  font-weight: 900;
  letter-spacing: .14em;
}
.stage-rail p,
.control-grid p,
.stakeholder-card p,
.format-grid p {
  color: var(--muted);
}

.control-section {
  color: white;
  background:
    radial-gradient(circle at 18% 12%, rgba(238,140,34,.18), transparent 28%),
    linear-gradient(135deg, #042819, #0a6a38 62%, #042819);
}
.control-section h2,
.control-section h3 { color: white; }
.control-section .eyebrow { color: #ffd891; }

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

.control-grid article {
  min-height: 280px;
  padding: 30px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.15);
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.06));
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}

.stakeholder-gateway {
  background:
    radial-gradient(circle at 82% 12%, rgba(238,140,34,.12), transparent 26%),
    linear-gradient(180deg, #fffdf8, #f4ead9);
}

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

.stakeholder-card,
.format-grid article {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  padding: 28px;
  border-radius: 18px;
  border: 1px solid rgba(10,106,56,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,248,236,.72));
  box-shadow: 0 24px 72px rgba(4,40,25,.1);
  transition: transform .2s ease, box-shadow .2s ease;
}

.stakeholder-card::after,
.format-grid article::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -130px;
  top: -120px;
  border: 1px solid rgba(196,161,74,.22);
  border-radius: 50%;
}

.stakeholder-card:hover,
.format-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 32px 90px rgba(4,40,25,.14);
}

.format-section {
  background:
    radial-gradient(circle at 10% 0%, rgba(10,106,56,.1), transparent 24%),
    linear-gradient(180deg, #fffdf8, #fff7ea);
}

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

@media (max-width: 1220px) {
  .stage-rail {
    grid-template-columns: repeat(2, 1fr);
  }
  .stage-rail article:first-child,
  .stage-rail article:last-child {
    border-radius: 0;
  }
  .stakeholder-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 920px) {
  .platform-hero,
  .control-grid,
  .format-grid {
    grid-template-columns: 1fr;
  }
  .platform-proof {
    min-height: 260px;
  }
}

@media (max-width: 680px) {
  .platform-hero {
    min-height: auto;
    padding: 52px 22px;
  }
  .platform-hero h1 {
    font-size: clamp(38px, 11vw, 48px);
  }
  .stage-rail,
  .stakeholder-grid {
    grid-template-columns: 1fr;
  }
  .stage-rail article,
  .stakeholder-card,
  .format-grid article,
  .control-grid article {
    min-height: auto;
  }
}

@media (max-width: 1120px) {
  button.nav-toggle {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    position: fixed !important;
    top: 15px !important;
    right: 14px !important;
    z-index: 999 !important;
    padding: 0 !important;
    background: #0d6b37 !important;
    border: 1px solid #0d6b37 !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 26px rgba(7,63,37,.24) !important;
  }
  button.nav-toggle span {
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    margin: 2px 0 !important;
    background: #fff !important;
  }
}

@media (max-width: 1120px) {
  .site-nav {
    position: fixed;
    inset: 83px 18px auto 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav .nav-cta { margin-left: 0; }
  .nav-toggle { display: block; }
  .hero, .two-column, .split-band, .contact-section { grid-template-columns: 1fr; }
  .section-intro { position: static; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .feature-grid, .feature-grid.compact, .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .roadmap, .site-footer { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .site-header { padding-inline: 14px; }
  .nav-toggle { flex: 0 0 44px; background: var(--green); border-color: var(--green); }
  .nav-toggle span { background: white; }
  .brand { min-width: 0; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: 13px; }
  .brand small { font-size: 10px; }
  .hero { min-height: auto; padding-top: 50px; }
  .eyebrow { max-width: 100%; flex-wrap: wrap; gap: 8px; letter-spacing: .08em; }
  .eyebrow::before { width: 22px; }
  h1 { font-size: clamp(38px, 12vw, 54px); }
  .stats-band, .feature-grid, .feature-grid.compact, .problem-grid, .process, .roadmap, .site-footer { grid-template-columns: 1fr; }
  .cta-section { flex-direction: column; align-items: flex-start; margin-inline: 20px; }
  .data-list div, .status-board div, .contact-lines p { grid-template-columns: 1fr; display: grid; }
  .data-list strong, .status-board strong { text-align: left; }
  .timeline::before { left: 16px; }
  .timeline-item { padding-left: 54px; }
  .timeline-item::before { left: 6px; }
}

/* KRS Premium V2 */
body.v2 {
  --ink: #082f1d;
  --green: #0a6a38;
  --green-deep: #042819;
  --gold: #c4a14a;
  --saffron: #ee8c22;
  --saffron-dark: #bf5c11;
  --beige: #f6efe0;
  font-family: Inter, Manrope, system-ui, sans-serif;
  background:
    radial-gradient(circle at 15% 0%, rgba(238,140,34,.1), transparent 24%),
    linear-gradient(180deg, #fffdf8 0%, #f8f2e7 48%, #fffdf8 100%);
}

.v2 h1,
.v2 h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -.025em;
}

.v2 .site-header {
  background: rgba(255, 253, 248, .82);
  border-bottom: 1px solid rgba(10,106,56,.14);
  box-shadow: 0 10px 40px rgba(4,40,25,.05);
}

.v2 .button.primary {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0a6a38, #042819);
  box-shadow: 0 16px 42px rgba(10,106,56,.3), 0 0 0 1px rgba(255,255,255,.12) inset;
}

.v2 .button.primary::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -30%;
  width: 40%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  transform: skewX(-18deg);
  animation: ctaGlow 4.5s ease-in-out infinite;
}

@keyframes ctaGlow {
  0%, 58%, 100% { left: -45%; }
  72% { left: 125%; }
}

.v2-hero {
  position: relative;
  isolation: isolate;
  min-height: min(900px, calc(100vh - 83px));
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(420px, .88fr);
  gap: clamp(34px, 5vw, 84px);
  align-items: center;
  padding: clamp(70px, 8vw, 126px) clamp(22px, 6vw, 92px);
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(255,253,248,.96), rgba(255,248,236,.88) 54%, rgba(238,140,34,.14)),
    radial-gradient(circle at 82% 24%, rgba(196,161,74,.18), transparent 32%);
}

.v2-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(10,106,56,.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(196,161,74,.06) 1px, transparent 1px),
    repeating-linear-gradient(135deg, transparent 0 30px, rgba(238,140,34,.07) 30px 31px);
  background-size: 112px 112px, 112px 112px, 46px 46px;
}

.v2-field {
  position: absolute;
  right: -10vw;
  top: 8vh;
  width: 760px;
  height: 760px;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid rgba(10,106,56,.12);
  background:
    radial-gradient(circle, transparent 0 26%, rgba(10,106,56,.06) 26.2% 26.5%, transparent 26.7% 42%, rgba(196,161,74,.11) 42.2% 42.5%, transparent 42.7%),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.25), transparent 68%);
}

.v2-hero-copy {
  max-width: 780px;
}

.v2-hero h1 {
  max-width: 840px;
  margin: 20px 0 26px;
  font-size: clamp(54px, 7.4vw, 104px);
  line-height: .91;
  overflow-wrap: normal;
}

.v2-hero h1 span {
  display: block;
}

.v2-hero-copy p {
  max-width: 700px;
  color: #111111;
  font-size: clamp(18px, 1.7vw, 24px);
}

.v2-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.v2-trust-badges span {
  padding: 11px 14px;
  border: 1px solid rgba(10,106,56,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 12px 32px rgba(4,40,25,.07);
  color: #073f25;
  font-size: 12px;
  font-weight: 900;
}

.v2-hero-system {
  position: relative;
  min-height: 620px;
}

.v2-map-orbit {
  position: absolute;
  inset: 56px 32px 112px 32px;
  border: 1px solid rgba(10,106,56,.15);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(10,106,56,.08), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,250,238,.3));
  box-shadow: 0 32px 100px rgba(4,40,25,.14);
}

.v2-map-orbit::before,
.v2-map-orbit::after {
  content: "";
  position: absolute;
  inset: 52px;
  border: 1px dashed rgba(196,161,74,.36);
  border-radius: 50%;
  animation: orbitSpin 26s linear infinite;
}

.v2-map-orbit::after {
  inset: 118px;
  border-color: rgba(10,106,56,.24);
  animation-duration: 34s;
  animation-direction: reverse;
}

@keyframes orbitSpin {
  to { transform: rotate(360deg); }
}

.v2-system-logo {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 210px;
  height: 210px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  object-fit: cover;
  border: 10px solid rgba(255,255,255,.9);
  box-shadow: 0 28px 72px rgba(4,40,25,.22);
  z-index: 3;
}

.orbit-card {
  position: absolute;
  z-index: 4;
  width: 165px;
  padding: 16px;
  border: 1px solid rgba(10,106,56,.16);
  border-radius: 12px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 55px rgba(4,40,25,.12);
}

.orbit-card span {
  display: block;
  color: var(--saffron-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.orbit-card strong {
  display: block;
  margin-top: 4px;
  color: var(--green-deep);
}

.orbit-card small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-weight: 700;
}

.orbit-card.farmer { left: 3%; top: 16%; }
.orbit-card.msp { right: 9%; top: 10%; }
.orbit-card.storage { right: 1%; top: 43%; }
.orbit-card.outlet { right: 18%; bottom: 15%; }
.orbit-card.consumer { left: 5%; bottom: 18%; }

.v2-floating-stats {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.v2-floating-stats article,
.glass-panel {
  border: 1px solid rgba(255,255,255,.55);
  background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.48));
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 60px rgba(4,40,25,.11);
}

.v2-floating-stats article {
  padding: 18px;
  border-radius: 12px;
}

.v2-floating-stats strong {
  display: block;
  color: var(--saffron-dark);
  font-size: clamp(24px, 2.7vw, 38px);
  line-height: 1;
}

.v2-floating-stats span {
  display: block;
  margin-top: 8px;
  color: #111111;
  font-size: 12px;
  font-weight: 900;
}

.v2-os,
.v2-before-after,
.v2-readiness {
  background:
    radial-gradient(circle at 86% 10%, rgba(238,140,34,.1), transparent 26%),
    linear-gradient(180deg, #fffdf8, #f8f1e4);
}

.os-stack {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  padding: 10px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(10,106,56,.18), rgba(196,161,74,.2), rgba(238,140,34,.18));
  box-shadow: 0 28px 90px rgba(4,40,25,.11);
}

.os-stack::before {
  content: "Integrated KRS Architecture";
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--green-deep);
  color: #ffd891;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.os-stack article {
  min-height: 305px;
  padding: 32px 22px;
  background: rgba(255,255,255,.88);
}

.os-stack article:first-child { border-radius: 12px 0 0 12px; }
.os-stack article:last-child { border-radius: 0 12px 12px 0; }
.os-stack span,
.v2-flow span {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .14em;
}

.os-stack p,
.compare-card p,
.readiness-grid p,
.dash-card p {
  color: var(--muted);
}

.v2-problem {
  background:
    linear-gradient(180deg, #fffaf0, #fffdf8),
    radial-gradient(circle at 8% 20%, rgba(191,92,17,.1), transparent 24%);
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.compare-card {
  position: relative;
  overflow: hidden;
  min-height: 410px;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 18px;
  border: 1px solid rgba(10,106,56,.14);
  box-shadow: 0 26px 80px rgba(4,40,25,.1);
}

.compare-card::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -170px;
  top: -130px;
  border-radius: 50%;
  border: 1px solid rgba(10,106,56,.12);
}

.compare-card.before {
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,241,225,.9));
}

.compare-card.after {
  background: linear-gradient(145deg, #073f25, #0b6a3a);
  color: white;
}

.compare-card.after h3 { color: white; }
.compare-card.after li { color: rgba(255,255,255,.82); }
.compare-card span {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--saffron-dark);
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.compare-card.after span { color: #ffd891; }
.compare-card ul {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}
.compare-card li {
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(255,255,255,.55);
  color: #111111;
  font-weight: 800;
}
.compare-card.after li {
  background: rgba(255,255,255,.1);
}

.v2-solution {
  position: relative;
  color: white;
  background:
    radial-gradient(circle at 12% 10%, rgba(238,140,34,.18), transparent 26%),
    linear-gradient(135deg, #042819, #0a6a38 55%, #042819);
}

.v2-solution h2,
.v2-solution h3 { color: white; }
.v2-solution p { color: rgba(255,255,255,.72); }
.v2-solution .eyebrow { color: #ffd891; }

.price-layer {
  width: fit-content;
  margin: 0 auto 28px;
  padding: 14px 22px;
  border: 1px solid rgba(255,216,145,.34);
  border-radius: 999px;
  background: rgba(255,255,255,.11);
  color: #ffd891;
  font-weight: 900;
  box-shadow: 0 18px 50px rgba(0,0,0,.16);
}

.v2-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.v2-flow::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffd891, #0fd47b, #ffd891, transparent);
  background-size: 220% 100%;
  animation: flowPulse 5s linear infinite;
}

.v2-flow article {
  position: relative;
  z-index: 1;
  min-height: 270px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.06));
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}

.v2-flow article::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #ffd891;
  border-right: 2px solid #ffd891;
}

.v2-flow article:last-child::after { display: none; }
.v2-flow i {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 22px 0;
  border-radius: 50%;
  background: rgba(255,216,145,.13);
  color: #ffd891;
  border: 1px solid rgba(255,216,145,.28);
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}

.v2-ecosystem {
  background:
    radial-gradient(circle at 50% 54%, rgba(10,106,56,.1), transparent 28%),
    linear-gradient(180deg, #fffdf8, #f4ead9);
}

.v2-ecosystem-wheel {
  position: relative;
  min-height: 720px;
  max-width: 1080px;
  margin: 0 auto;
}

.v2-ecosystem-wheel::before,
.v2-ecosystem-wheel::after {
  content: "";
  position: absolute;
  inset: 70px 160px;
  border: 1px dashed rgba(10,106,56,.24);
  border-radius: 50%;
}

.v2-ecosystem-wheel::after {
  inset: 150px 285px;
  border-color: rgba(196,161,74,.34);
}

.wheel-core,
.wheel-item {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(4,40,25,.13);
}

.wheel-core {
  left: 50%;
  top: 50%;
  width: 330px;
  min-height: 230px;
  padding: 28px;
  transform: translate(-50%, -50%);
  background: linear-gradient(145deg, #0a6a38, #042819);
  color: white;
}

.wheel-core h3 { color: white; font-size: 30px; }
.wheel-core p { color: rgba(255,255,255,.74); }
.wheel-core span { color: #ffd891; font-weight: 900; letter-spacing: .14em; }

.wheel-item {
  width: 190px;
  min-height: 96px;
  padding: 18px;
  border: 1px solid rgba(10,106,56,.15);
  background: rgba(255,255,255,.84);
  backdrop-filter: blur(16px);
  color: var(--green-deep);
  font-weight: 900;
}

.item-1 { left: 50%; top: 18px; transform: translateX(-50%); }
.item-2 { right: 55px; top: 145px; }
.item-3 { right: 55px; bottom: 145px; }
.item-4 { left: 50%; bottom: 18px; transform: translateX(-50%); }
.item-5 { left: 55px; bottom: 145px; }
.item-6 { left: 55px; top: 145px; }

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

.readiness-grid article {
  padding: 28px;
  border-radius: 16px;
  border: 1px solid rgba(10,106,56,.14);
  background: rgba(255,255,255,.78);
  box-shadow: 0 22px 58px rgba(4,40,25,.09);
}

.readiness-grid strong {
  color: var(--gold);
  letter-spacing: .12em;
}

.v2-tech {
  background:
    linear-gradient(135deg, #042819 0 42%, #fff8e7 42.2% 100%);
}

.v2-tech .section-heading h2,
.v2-tech .section-heading { color: white; }
.v2-tech .eyebrow { color: #ffd891; }

.v2-impact-dashboard {
  color: white;
  background:
    radial-gradient(circle at 80% 12%, rgba(238,140,34,.2), transparent 28%),
    linear-gradient(135deg, #042819, #073f25 58%, #0a6a38);
}

.v2-impact-dashboard h2 { color: white; }
.v2-impact-dashboard .eyebrow { color: #ffd891; }

.dashboard-shell {
  display: grid;
  grid-template-columns: 1.2fr repeat(2, 1fr);
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 34px 100px rgba(0,0,0,.2);
}

.dash-card {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.07));
}

.dash-card.primary {
  grid-row: span 2;
}

.dash-card span {
  color: #ffd891;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.dash-card strong {
  display: block;
  margin: 18px 0 10px;
  color: white;
  font-size: clamp(36px, 5vw, 70px);
  line-height: 1;
}

.dash-card p { color: rgba(255,255,255,.72); }
.bar {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
}
.bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffd891, #18d483);
}

.official-footer {
  display: grid;
  grid-template-columns: 1.4fr .75fr .8fr 1fr;
  gap: 34px;
  padding: clamp(42px, 6vw, 76px) clamp(22px, 6vw, 90px);
  background:
    radial-gradient(circle at 8% 0%, rgba(238,140,34,.16), transparent 30%),
    linear-gradient(135deg, #042819, #073f25);
  color: rgba(255,255,255,.78);
}

.official-footer h3,
.official-footer strong {
  color: white;
}

.official-footer a,
.official-footer p {
  display: block;
  margin: 8px 0;
  color: rgba(255,255,255,.76);
}

.process-section .krs-icon-tile,
.solution-flow-section .krs-icon-tile,
.v2-solution .krs-icon-tile,
.v2-impact-dashboard .krs-icon-tile,
.control-section .krs-icon-tile {
  color: #ffd891;
  background:
    linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.07)),
    radial-gradient(circle at 25% 20%, rgba(255,216,145,.18), transparent 44%);
  border-color: rgba(255,216,145,.28);
  box-shadow: 0 16px 38px rgba(0,0,0,.16);
}

.orbit-card .krs-icon-tile {
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.orbit-card .krs-icon-tile svg {
  width: 24px;
  height: 24px;
}

.dash-card .krs-icon-tile {
  width: 58px;
  height: 58px;
}

.dash-card .krs-icon-tile svg {
  width: 31px;
  height: 31px;
}

.compare-card.after .krs-icon-tile {
  color: #ffd891;
  background: rgba(255,255,255,.11);
  border-color: rgba(255,216,145,.28);
}

.policy-card .krs-icon-tile,
.stakeholder-card .krs-icon-tile,
.readiness-grid .krs-icon-tile,
.format-grid .krs-icon-tile,
.control-grid .krs-icon-tile,
.roadmap .krs-icon-tile {
  margin-bottom: 18px;
}

.feature-card h3,
.problem-card h3,
.policy-card h3,
.stakeholder-card h3,
.readiness-grid h3,
.format-grid h3,
.control-grid h3 {
  color: #174f24;
}

.footer-brand {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.footer-brand img {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255,216,145,.45);
}

@media (max-width: 1180px) {
  .v2-hero,
  .tech-layout {
    grid-template-columns: 1fr;
  }
  .v2-hero-system {
    max-width: 820px;
  }
  .os-stack,
  .v2-flow {
    grid-template-columns: repeat(3, 1fr);
  }
  .os-stack article:first-child,
  .os-stack article:last-child {
    border-radius: 0;
  }
  .v2-flow article:nth-child(3)::after {
    display: none;
  }
  .official-footer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .v2-hero h1 {
    font-size: clamp(48px, 12vw, 78px);
  }
  .os-stack,
  .v2-flow,
  .comparison-grid,
  .readiness-grid,
  .dashboard-shell {
    grid-template-columns: 1fr;
  }
  .v2-flow::before {
    left: 42px;
    right: auto;
    top: 22px;
    bottom: 22px;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, transparent, #ffd891, #18d483, transparent);
  }
  .v2-flow article {
    min-height: auto;
    padding-left: 86px;
  }
  .v2-flow i {
    position: absolute;
    left: 18px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
  }
  .v2-flow article::after,
  .v2-flow article:nth-child(3)::after {
    display: block;
    right: auto;
    left: 36px;
    top: auto;
    bottom: -15px;
    transform: rotate(135deg);
  }
  .v2-flow article:last-child::after {
    display: none;
  }
  .v2-ecosystem-wheel {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .v2-ecosystem-wheel::before,
  .v2-ecosystem-wheel::after {
    display: none;
  }
  .wheel-core,
  .wheel-item {
    position: static;
    width: auto;
    min-height: auto;
    transform: none;
  }
  .dash-card.primary {
    grid-row: auto;
  }
}

@media (max-width: 680px) {
  .v2-hero {
    padding: 54px 22px 72px;
    grid-template-columns: minmax(0, 1fr);
  }
  .v2-hero h1 {
    width: min(100%, 330px);
    max-width: calc(100vw - 44px);
    font-size: clamp(34px, 9.5vw, 38px);
    line-height: 1;
    overflow-wrap: normal;
    word-break: normal;
  }
  .v2-hero h1 span {
    display: inline;
  }
  .v2-hero h1 span::after {
    content: " ";
  }
  .v2-hero-copy p {
    max-width: 20rem;
    font-size: 17px;
  }
  .v2-hero-copy {
    max-width: calc(100vw - 44px);
  }
  .v2-hero-system {
    width: calc(100vw - 44px);
    max-width: calc(100vw - 44px);
    overflow: hidden;
  }
  .v2-trust-badges span {
    width: 100%;
  }
  .v2-hero-system {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 24px;
    overflow: visible;
  }
  .v2-map-orbit {
    display: none;
  }
  .v2-system-logo {
    position: static;
    grid-column: 1 / -1;
    width: 142px;
    height: 142px;
    margin: 0 auto 10px;
    transform: none;
  }
  .orbit-card {
    position: static;
    width: 128px;
    width: auto;
    padding: 11px;
    font-size: 12px;
  }
  .v2-floating-stats {
    position: static;
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    margin-top: 4px;
  }
  .os-stack {
    padding-top: 32px;
  }
  .os-stack article {
    min-height: auto;
  }
  .compare-card {
    min-height: auto;
  }
  .v2-tech {
    background: linear-gradient(180deg, #042819 0 18%, #fff8e7 18.2% 100%);
  }
  .official-footer {
    grid-template-columns: 1fr;
  }
  .footer-brand {
    display: grid;
  }
}

/* Final desktop hero sizing override */
@media (min-width: 1181px) {
  .v2-hero {
    min-height: 560px;
    grid-template-columns: minmax(0, .88fr) minmax(480px, .82fr);
    gap: clamp(28px, 4vw, 64px);
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .v2-hero h1 {
    max-width: 560px;
    margin: 12px 0 14px;
    font-size: clamp(40px, 3.55vw, 54px);
    line-height: 1;
  }

  .v2-hero-copy p {
    max-width: 560px;
    font-size: clamp(16px, 1.15vw, 18px);
    line-height: 1.5;
  }

  .v2-hero-system {
    min-height: auto;
    width: 100%;
    max-width: 585px;
    justify-self: end;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
    padding: 18px;
    border: 1px solid rgba(10,106,56,.14);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255,255,255,.74), rgba(255,248,236,.52));
    box-shadow: 0 28px 80px rgba(4,40,25,.12);
    overflow: hidden;
  }

  .v2-map-orbit {
    position: absolute;
    inset: 0;
    border: 0;
    border-radius: inherit;
    background:
      radial-gradient(circle at 50% 42%, rgba(10,106,56,.1), transparent 28%),
      repeating-linear-gradient(90deg, transparent 0 58px, rgba(196,161,74,.08) 58px 59px);
    box-shadow: none;
  }

  .v2-map-orbit::before,
  .v2-map-orbit::after {
    inset: 42px 105px;
    border-radius: 50%;
  }

  .v2-map-orbit::after {
    inset: 78px 170px;
  }

  .v2-system-logo {
    position: static;
    z-index: 3;
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: center;
    width: 124px;
    height: 124px;
    transform: none;
    border-width: 8px;
  }

  .orbit-card {
    position: relative;
    z-index: 3;
    width: auto;
    min-height: 92px;
    padding: 11px 12px;
    border-radius: 10px;
    box-shadow: 0 16px 36px rgba(4,40,25,.1);
  }

  .orbit-card small {
    font-size: 11px;
  }

  .orbit-card.farmer,
  .orbit-card.msp,
  .orbit-card.storage,
  .orbit-card.outlet,
  .orbit-card.consumer {
    inset: auto;
  }

  .orbit-card.farmer { grid-column: 1; grid-row: 1; }
  .orbit-card.msp { grid-column: 3; grid-row: 1; }
  .orbit-card.storage { grid-column: 3; grid-row: 2; }
  .orbit-card.consumer { grid-column: 1; grid-row: 2; }
  .orbit-card.outlet { grid-column: 2; grid-row: 3; }

  .v2-floating-stats {
    position: relative;
    z-index: 3;
    grid-column: 1 / -1;
    left: auto;
    right: auto;
    bottom: auto;
    gap: 10px;
  }

  .v2-floating-stats article {
    padding: 12px 13px;
    min-height: 78px;
  }

  .v2-floating-stats strong {
    font-size: clamp(21px, 1.7vw, 28px);
  }

  .v2-floating-stats span {
    font-size: 11px;
    margin-top: 6px;
  }
}

/* Absolute final mobile overrides - appended EOF */
html,
body {
  overflow-x: hidden !important;
}

@media (max-width: 640px) {
  body.v2 .ag-hero {
    display: block !important;
    grid-template-columns: 1fr !important;
    padding-inline: 24px !important;
  }

  body.v2 .ag-hero-copy,
  body.v2 .ag-hero-panel {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.v2 .ag-hero h1 {
    max-width: 100% !important;
    font-size: clamp(28px, 7.4vw, 31px) !important;
    line-height: 1.06 !important;
    letter-spacing: -.02em !important;
  }

  body.v2 .ag-hero p,
  body.v2 .warm-hero-line {
    max-width: 100% !important;
  }

  body.v2 .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    max-width: 300px !important;
  }

  body.v2 .hero-actions .button {
    width: 100% !important;
    justify-content: center !important;
  }

  body.v2 .ag-trust-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
  }

  body.v2 .ag-trust-row span,
  body.v2 .ag-hero-copy::after {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  body.v2 .ag-hero-copy::after {
    content: "Trusted farm-to-retail ecosystem" !important;
  }

  body.v2 .top-contact-group span:nth-child(2),
  body.v2 .top-contact-group span:nth-child(3) {
    display: none !important;
  }
}

@media (max-width: 1120px) {
  body .site-nav,
  body.v2 .site-nav {
    position: fixed !important;
    inset: 156px 18px auto 18px !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 16px !important;
    max-height: calc(100vh - 178px) !important;
    overflow: auto !important;
    background: rgba(255,255,255,.98) !important;
    border: 1px solid rgba(15,122,59,.14) !important;
    border-radius: 18px !important;
    box-shadow: 0 22px 68px rgba(18,32,21,.15) !important;
    backdrop-filter: blur(18px) !important;
    z-index: 998 !important;
  }

  body .site-nav.is-open,
  body.v2 .site-nav.is-open {
    display: flex !important;
  }
}

@media (max-width: 640px) {
  body.v2 .ag-hero h1 {
    width: min(100%, 320px) !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }
}

@media (max-width: 640px) {
  body.v2 .warm-hero-line {
    width: min(100%, 320px) !important;
    font-size: 17px !important;
    line-height: 1.55 !important;
    white-space: normal !important;
  }
}

/* ApnaGodam-inspired KRS homepage redesign v21 - original KRS styling, reference structure */
body.v2 {
  background: #fff !important;
}

body.v2 .top-contact-bar {
  min-height: 46px !important;
  padding: 8px clamp(20px, 5vw, 72px) !important;
  background: #fff !important;
  color: #123C22 !important;
  border-bottom: 1px solid rgba(15,122,59,.12) !important;
}

body.v2 .top-contact-bar span {
  color: #123C22 !important;
}

body.v2 .site-header {
  top: 0 !important;
  min-height: 74px !important;
  padding-block: 10px !important;
  background: #0B5C2E !important;
  border-bottom: 0 !important;
  box-shadow: 0 10px 28px rgba(8,68,33,.18) !important;
}

body.v2 .site-header .brand span strong,
body.v2 .site-header .brand span small {
  color: #fff !important;
}

body.v2 .site-header .brand img {
  background: #fff !important;
  border-color: rgba(255,216,145,.56) !important;
}

body.v2 .site-nav a,
body.v2 .site-nav a.active {
  color: #fff !important;
  background: transparent !important;
  border-radius: 4px !important;
  min-height: 38px !important;
  padding: 10px 12px !important;
}

body.v2 .site-nav a:hover,
body.v2 .site-nav a.active:hover {
  background: rgba(255,255,255,.12) !important;
}

body.v2 .site-nav .nav-cta {
  background: #F6A033 !important;
  color: #122015 !important;
  box-shadow: none !important;
  border-radius: 5px !important;
}

.krs-notice-strip {
  display: flex;
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 10px 24px;
  color: #fff;
  background: linear-gradient(90deg, #6F862A, #B59B38, #6F862A);
  overflow: hidden;
  font-weight: 850;
}

.krs-notice-strip span {
  position: relative;
  white-space: nowrap;
}

.krs-notice-strip span:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: rgba(255,255,255,.82);
  transform: translateY(-50%);
}

.krs-reference-hero {
  position: relative;
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  align-items: center;
  gap: 36px;
  padding: clamp(70px, 8vw, 120px) clamp(24px, 5vw, 72px) 160px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5,33,17,.74), rgba(5,33,17,.4) 48%, rgba(5,33,17,.14)),
    url("https://images.unsplash.com/photo-1500937386664-56d1dfef3854?auto=format&fit=crop&w=1800&q=82") center/cover;
}

.krs-reference-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(246,160,51,.22), transparent 18%),
    linear-gradient(180deg, transparent 65%, rgba(255,255,255,.95));
}

.krs-hero-content,
.krs-hero-badges {
  position: relative;
  z-index: 1;
}

.krs-hero-content {
  max-width: 740px;
  color: #fff;
}

.krs-hero-content .eyebrow {
  color: #FFD891 !important;
}

.krs-hero-content .eyebrow::before {
  background: #FFD891 !important;
}

.krs-hero-content h1 {
  max-width: 760px;
  margin: 22px 0 18px;
  color: #fff;
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.krs-hero-content p {
  max-width: 680px;
  color: rgba(255,255,255,.9);
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.6;
}

.krs-hero-content .button.secondary,
.krs-hero-content .button.quiet {
  background: rgba(255,255,255,.94);
  color: #0F7A3B;
}

.krs-hero-content .button.quiet {
  border-color: rgba(255,255,255,.48);
}

.krs-hero-badges {
  display: grid;
  gap: 14px;
}

.krs-hero-badges article {
  padding: 22px 24px;
  border-radius: 10px;
  background: rgba(255,255,255,.94);
  border-left: 5px solid #F6A033;
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
}

.krs-hero-badges strong,
.krs-hero-badges span {
  display: block;
}

.krs-hero-badges strong {
  color: #C96D16;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.krs-hero-badges span {
  margin-top: 8px;
  color: #123C22;
  font-weight: 900;
}

body.v2 .ag-why {
  position: relative;
  z-index: 3;
  margin-top: -96px;
  padding-top: 0 !important;
  background: transparent !important;
}

body.v2 .ag-why .section-heading {
  display: none;
}

body.v2 .why-grid {
  max-width: 1360px;
  margin-inline: auto;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
}

body.v2 .why-grid article {
  min-height: 260px !important;
  padding: 34px 34px 30px !important;
  border-radius: 8px !important;
  background: #fff !important;
  border: 1px solid rgba(15,122,59,.1) !important;
  box-shadow: 0 18px 44px rgba(12,34,18,.18) !important;
  text-align: center;
}

body.v2 .why-grid article::before {
  display: none !important;
}

body.v2 .why-grid article .krs-icon-tile {
  margin-inline: auto !important;
  margin-bottom: 22px !important;
  color: #111 !important;
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.v2 .why-grid article h3 {
  color: #071D10 !important;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: .01em;
}

body.v2 .why-grid article p {
  margin-top: 14px;
  color: #2C3A31 !important;
  font-size: 16px;
  line-height: 1.7;
}

body.v2 .human-impact {
  padding-top: clamp(72px, 8vw, 120px) !important;
  background: #fff !important;
}

body.v2 .human-impact .section-heading h2,
body.v2 .ag-services .section-heading h2,
body.v2 .freshness-journey .section-heading h2,
body.v2 .proposal-library .section-heading h2 {
  font-size: clamp(34px, 4vw, 54px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em;
}

body.v2 .impact-story-grid {
  align-items: center;
}

body.v2 .story-card {
  border-radius: 10px !important;
  box-shadow: 0 16px 42px rgba(12,34,18,.08) !important;
}

body.v2 .story-photo,
body.v2 .journey-photo {
  border-radius: 999px !important;
  min-height: 190px !important;
  border: 12px solid #FFE990;
  box-shadow: 0 16px 42px rgba(12,34,18,.1);
}

body.v2 .ag-services,
body.v2 .proposal-library {
  background: #fff !important;
}

body.v2 .service-card,
body.v2 .proposal-card {
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(12,34,18,.12) !important;
}

body.v2 .service-card:hover,
body.v2 .proposal-card:hover,
body.v2 .why-grid article:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(12,34,18,.18) !important;
}

body.v2 .proof-band {
  background: linear-gradient(135deg, #F6F7F2, #fff) !important;
  color: #122015 !important;
}

body.v2 .proof-band::before {
  opacity: .2;
}

body.v2 .proof-band .eyebrow,
body.v2 .proof-band h2,
body.v2 .proof-band p {
  color: #122015 !important;
}

body.v2 .proof-grid article {
  background: #fff !important;
  border: 1px solid rgba(15,122,59,.12) !important;
  box-shadow: 0 16px 42px rgba(12,34,18,.08) !important;
}

body.v2 .proof-grid strong {
  color: #123C22 !important;
}

body.v2 .proof-grid p {
  color: #2C3A31 !important;
}

@media (max-width: 980px) {
  .krs-reference-hero {
    grid-template-columns: 1fr;
    padding-bottom: 130px;
  }

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

  body.v2 .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.v2 .site-header {
    background: #fff !important;
  }

  body.v2 .site-header .brand span strong,
  body.v2 .site-header .brand span small {
    color: #123C22 !important;
  }

  body.v2 .site-nav a,
  body.v2 .site-nav a.active {
    color: #123C22 !important;
  }

  .krs-notice-strip {
    justify-content: flex-start;
    overflow-x: auto;
    min-height: 42px;
    font-size: 13px;
  }

  .krs-reference-hero {
    min-height: auto;
    display: block;
    padding: 58px 22px 96px;
  }

  .krs-hero-content h1 {
    width: min(100%, 340px);
    font-size: clamp(35px, 11vw, 46px) !important;
    line-height: 1.05;
  }

  .krs-hero-content p {
    font-size: 17px;
  }

  .krs-hero-content .hero-actions {
    display: grid !important;
    max-width: 310px !important;
  }

  .krs-hero-badges {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  body.v2 .ag-why {
    margin-top: -64px;
  }

  body.v2 .why-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body.v2 .why-grid article {
    min-height: auto !important;
    text-align: left;
  }

  body.v2 .why-grid article .krs-icon-tile {
    margin-inline: 0 !important;
  }
}

/* Apna-inspired v22 corrections */
.krs-hero-overlay {
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.krs-reference-hero {
  grid-template-columns: minmax(0, 760px) minmax(260px, 1fr) !important;
  align-items: center !important;
}

.krs-hero-content {
  grid-column: 1 !important;
  justify-self: start !important;
}

.krs-hero-badges {
  position: absolute !important;
  left: clamp(24px, 5vw, 72px) !important;
  right: auto !important;
  bottom: 58px !important;
  width: min(780px, calc(100% - 48px)) !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  z-index: 2 !important;
}

.krs-hero-badges article {
  padding: 16px 18px !important;
  min-height: 104px !important;
}

.krs-hero-badges strong {
  font-size: clamp(26px, 2.5vw, 36px) !important;
}

body.v2 .ag-why {
  margin-top: -42px !important;
}

.krs-notice-strip {
  scrollbar-width: none;
}

.krs-notice-strip::-webkit-scrollbar {
  display: none;
}

@media (max-width: 980px) {
  .krs-reference-hero {
    display: block !important;
  }

  .krs-hero-badges {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    width: 100% !important;
    margin-top: 34px !important;
  }
}

@media (max-width: 640px) {
  .krs-reference-hero {
    padding: 54px 22px 92px !important;
  }

  .krs-hero-content h1 {
    width: min(100%, 330px) !important;
    font-size: clamp(34px, 10vw, 40px) !important;
  }

  .krs-hero-content p {
    width: min(100%, 330px) !important;
  }

  .krs-hero-badges {
    grid-template-columns: 1fr !important;
  }

  .krs-notice-strip {
    overflow-x: auto !important;
    padding-inline: 18px !important;
  }
}

/* V23 fixes: real imagery, cleaner icon placement, consistent page chrome */
:root {
  --farm-visual: url("https://images.unsplash.com/photo-1500937386664-56d1dfef3854?auto=format&fit=crop&w=1200&q=82") !important;
  --family-visual: url("https://images.unsplash.com/photo-1518843875459-f738682238a6?auto=format&fit=crop&w=1200&q=82") !important;
  --store-visual: url("https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=1200&q=82") !important;
}

body.v2 .story-photo,
body.v2 .journey-photo,
body.v2 .photo-tile {
  min-height: 210px !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  background-image:
    linear-gradient(180deg, rgba(10,79,42,.04), rgba(10,79,42,.24)),
    var(--visual-pattern) !important;
  background-size: cover !important;
  background-position: center !important;
}

body.v2 .story-photo::before,
body.v2 .journey-photo::before,
body.v2 .photo-tile::before {
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(10,79,42,.22)) !important;
}

body.v2 .farmer-income,
body.v2 .journey-farm {
  --visual-pattern: url("https://images.unsplash.com/photo-1500937386664-56d1dfef3854?auto=format&fit=crop&w=1200&q=82") !important;
}

body.v2 .family-food,
body.v2 .journey-family,
body.v2 .journey-sorting {
  --visual-pattern: url("https://images.unsplash.com/photo-1518843875459-f738682238a6?auto=format&fit=crop&w=1200&q=82") !important;
}

body.v2 .local-retail,
body.v2 .journey-store {
  --visual-pattern: url("https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=1200&q=82") !important;
}

body.v2 .journey-cold {
  --visual-pattern: url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1200&q=82") !important;
}

body.v2 .journey-road {
  --visual-pattern: url("https://images.unsplash.com/photo-1494412574643-ff11b0a5c1c3?auto=format&fit=crop&w=1200&q=82") !important;
}

body.v2 .impact-story-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

body.v2 .story-card {
  min-height: 0 !important;
  padding: 22px !important;
  border-radius: 8px !important;
}

body.v2 .story-card h3 {
  margin-top: 18px !important;
  font-size: 20px !important;
}

body.v2 .story-card.stat-card {
  min-height: 320px !important;
  border-radius: 8px !important;
}

body.v2 .freshness-track {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

body.v2 .freshness-track::before {
  display: none !important;
}

body.v2 .freshness-track article {
  padding: 18px !important;
}

body.v2 .freshness-track .journey-photo {
  min-height: 150px !important;
  margin-bottom: 18px !important;
}

/* Remove awkward repeated icons from flow/dashboard; keep numbers and content as the visual language. */
body.v2 .ag-loop .krs-icon-tile,
body.v2 .stage-flow .krs-icon-tile,
body.v2 .dash-card .krs-icon-tile,
body.v2 .roadmap-strip .krs-icon-tile,
body.v2 .proof-grid .krs-icon-tile {
  display: none !important;
}

body.v2 .ag-loop article {
  padding: 28px 24px !important;
}

body.v2 .ag-loop article span,
body.v2 .stage-flow article span {
  display: inline-flex !important;
  width: 42px !important;
  height: 42px !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 22px !important;
  border-radius: 999px !important;
  color: #0F7A3B !important;
  background: #EAFBF1 !important;
  letter-spacing: 0 !important;
  font-size: 13px !important;
}

body.v2 .dash-card {
  padding-top: 30px !important;
}

body.v2 .dash-card span {
  display: block !important;
  margin-bottom: 22px !important;
  padding-left: 0 !important;
}

body.v2 .dash-card span::before {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 99px;
  background: #FFD891;
}

body.v2 .page-hero,
body.v2 .platform-hero {
  margin-top: 0 !important;
}

@media (max-width: 980px) {
  body.v2 .impact-story-grid,
  body.v2 .freshness-track {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.v2 .impact-story-grid,
  body.v2 .freshness-track {
    grid-template-columns: 1fr !important;
  }

  body.v2 .story-photo,
  body.v2 .journey-photo {
    min-height: 190px !important;
  }
}

/* V24 page polish: clearer icon hierarchy and richer secondary pages */
body.v2 .page-hero,
body.v2 .platform-hero {
  position: relative !important;
  overflow: hidden !important;
  border-bottom: 1px solid rgba(15, 122, 59, .12) !important;
}

body.v2 .page-hero::after,
body.v2 .platform-hero::after {
  content: "";
  position: absolute;
  right: -8vw;
  bottom: -120px;
  width: min(460px, 42vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(246, 160, 51, .18), transparent 38%),
    radial-gradient(circle at 55% 55%, rgba(24, 165, 88, .16), transparent 54%);
  opacity: .9;
  pointer-events: none;
}

body.v2 .page-hero > *,
body.v2 .platform-hero > * {
  position: relative;
  z-index: 1;
}

body.v2 .page-hero h1,
body.v2 .platform-hero h1 {
  max-width: 940px !important;
  font-size: clamp(38px, 4.8vw, 64px) !important;
  letter-spacing: 0 !important;
}

body.v2 .page-hero p,
body.v2 .platform-hero p {
  max-width: 780px !important;
  color: #263A2C !important;
}

body.v2 .feature-grid,
body.v2 .readiness-grid,
body.v2 .format-grid,
body.v2 .control-grid {
  gap: 22px !important;
}

body.v2 .feature-card,
body.v2 .readiness-grid article,
body.v2 .format-grid article,
body.v2 .control-grid article {
  position: relative !important;
  min-height: 230px !important;
  padding: 30px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(15, 122, 59, .16) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 248, 234, .72)),
    radial-gradient(circle at 85% 8%, rgba(246, 160, 51, .12), transparent 32%) !important;
  box-shadow: 0 18px 42px rgba(18, 32, 21, .07) !important;
}

body.v2 .feature-card::before,
body.v2 .readiness-grid article::before,
body.v2 .format-grid article::before,
body.v2 .control-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(90deg, #0F7A3B, #18A558, #F6A033);
  opacity: .84;
}

body.v2 .feature-card > .krs-icon-tile,
body.v2 .readiness-grid article > .krs-icon-tile,
body.v2 .format-grid article > .krs-icon-tile,
body.v2 .control-grid article > .krs-icon-tile {
  display: inline-flex !important;
  width: 58px !important;
  height: 58px !important;
  margin: 0 0 22px !important;
  border-radius: 10px !important;
  color: #0F7A3B !important;
  background: linear-gradient(135deg, #E8FFF3, #FFF1D9) !important;
  box-shadow: 0 14px 30px rgba(15, 122, 59, .13) !important;
  transform: none !important;
}

body.v2 .feature-card > .krs-icon-tile svg,
body.v2 .readiness-grid article > .krs-icon-tile svg,
body.v2 .format-grid article > .krs-icon-tile svg,
body.v2 .control-grid article > .krs-icon-tile svg {
  width: 30px !important;
  height: 30px !important;
}

body.v2 .feature-card:hover,
body.v2 .readiness-grid article:hover,
body.v2 .format-grid article:hover,
body.v2 .control-grid article:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(246, 160, 51, .34) !important;
  box-shadow: 0 24px 52px rgba(18, 32, 21, .11) !important;
}

body.v2 .feature-card:hover > .krs-icon-tile,
body.v2 .readiness-grid article:hover > .krs-icon-tile,
body.v2 .format-grid article:hover > .krs-icon-tile,
body.v2 .control-grid article:hover > .krs-icon-tile {
  transform: translateY(-2px) !important;
  box-shadow: 0 20px 38px rgba(15, 122, 59, .18) !important;
}

body.v2 .feature-card h3,
body.v2 .readiness-grid h3,
body.v2 .format-grid h3,
body.v2 .control-grid h3 {
  color: #083B20 !important;
  font-size: clamp(20px, 2vw, 24px) !important;
  line-height: 1.18 !important;
  margin-bottom: 12px !important;
}

body.v2 .feature-card p,
body.v2 .readiness-grid p,
body.v2 .format-grid p,
body.v2 .control-grid p {
  color: #122015 !important;
  font-size: 16.5px !important;
  line-height: 1.72 !important;
}

body.v2 .readiness-grid strong {
  display: inline-flex !important;
  min-width: 40px !important;
  min-height: 28px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 18px !important;
  border-radius: 999px !important;
  color: #B95F0D !important;
  background: #FFF2D8 !important;
  font-size: 13px !important;
  letter-spacing: .08em !important;
}

body.v2 .data-list,
body.v2 .status-board {
  border-radius: 14px !important;
  border: 1px solid rgba(15, 122, 59, .14) !important;
  background: #E7F5EC !important;
  box-shadow: 0 18px 46px rgba(18, 32, 21, .07) !important;
}

body.v2 .data-list div,
body.v2 .status-board div {
  background:
    linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,248,234,.64)) !important;
}

body.v2 .profile-card {
  border-radius: 14px !important;
  border: 1px solid rgba(15, 122, 59, .16) !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,248,234,.78)),
    radial-gradient(circle at 90% 12%, rgba(24,165,88,.13), transparent 36%) !important;
  box-shadow: 0 20px 52px rgba(18, 32, 21, .08) !important;
}

body.v2 .profile-card img {
  width: 118px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(15, 122, 59, .13) !important;
  padding: 12px !important;
  background: #fff !important;
}

body.v2 .proposal-card {
  border-radius: 12px !important;
}

body.v2 .ag-why .why-grid article .krs-icon-tile {
  margin-inline: auto !important;
}

body.v2 .ag-why .why-grid article {
  text-align: center !important;
}

@media (max-width: 980px) {
  body.v2 .page-hero h1,
  body.v2 .platform-hero h1 {
    font-size: clamp(34px, 8vw, 52px) !important;
  }

  body.v2 .feature-card,
  body.v2 .readiness-grid article,
  body.v2 .format-grid article,
  body.v2 .control-grid article {
    min-height: 0 !important;
  }
}

@media (max-width: 640px) {
  body.v2 .feature-card,
  body.v2 .readiness-grid article,
  body.v2 .format-grid article,
  body.v2 .control-grid article {
    padding: 24px !important;
  }

  body.v2 .page-hero,
  body.v2 .platform-hero {
    min-height: auto !important;
    padding-block: 54px 64px !important;
  }
}

/* V29 premium visual layer: audience photos, trust bands, document library */
:root {
  --photo-farmers: url("https://images.unsplash.com/photo-1500937386664-56d1dfef3854?auto=format&fit=crop&w=1400&q=84");
  --photo-retail: url("https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=1400&q=84");
  --photo-cold: url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1400&q=84");
  --photo-investor: url("https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=1400&q=84");
  --photo-gov: url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1400&q=84");
  --photo-docs: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1400&q=84");
}

body.v2 .farmer-hero { --hero-photo: var(--photo-farmers); }
body.v2 .retail-hero { --hero-photo: var(--photo-retail); }
body.v2 .cold-hero { --hero-photo: var(--photo-cold); }
body.v2 .investor-hero { --hero-photo: var(--photo-investor); }
body.v2 .docs-hero { --hero-photo: var(--photo-docs); }

body.v2 .platform-hero {
  grid-template-columns: minmax(0, .95fr) minmax(360px, .7fr) !important;
  background:
    linear-gradient(115deg, rgba(255,248,234,.96), rgba(255,255,255,.92) 54%, rgba(24,165,88,.12)),
    radial-gradient(circle at 78% 18%, rgba(246,160,51,.16), transparent 32%) !important;
}

body.v2 .platform-proof {
  min-height: 390px !important;
  justify-items: start !important;
  align-content: end !important;
  padding: 28px !important;
  overflow: hidden !important;
  text-align: left !important;
  background:
    linear-gradient(180deg, rgba(8,59,32,.04), rgba(8,59,32,.72)),
    var(--hero-photo, var(--photo-farmers)) center/cover !important;
  border: 1px solid rgba(15,122,59,.18) !important;
  border-radius: 14px !important;
  box-shadow: 0 28px 80px rgba(18, 32, 21, .15) !important;
}

body.v2 .platform-proof::before {
  inset: auto 22px 22px 22px !important;
  width: auto !important;
  height: auto !important;
  min-height: 132px !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,248,234,.72)) !important;
  backdrop-filter: blur(14px);
}

body.v2 .platform-proof strong,
body.v2 .platform-proof span {
  z-index: 1 !important;
  max-width: 380px !important;
}

body.v2 .platform-proof strong {
  color: #083B20 !important;
  font-family: inherit !important;
  font-size: clamp(24px, 2.1vw, 32px) !important;
}

body.v2 .platform-proof span {
  color: #263A2C !important;
}

body.v2 .partner-proof-strip {
  padding-top: clamp(30px, 4vw, 54px) !important;
  padding-bottom: clamp(30px, 4vw, 54px) !important;
  background:
    linear-gradient(90deg, rgba(15,122,59,.06), rgba(255,248,234,.76), rgba(246,160,51,.07)) !important;
}

body.v2 .proof-pill-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.v2 .proof-pill-grid article {
  padding: 18px 20px;
  border: 1px solid rgba(15,122,59,.15);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 14px 38px rgba(18,32,21,.07);
}

body.v2 .proof-pill-grid strong {
  display: block;
  color: #083B20;
  font-size: 17px;
}

body.v2 .proof-pill-grid span {
  color: #4E5F53;
  font-size: 13px;
  font-weight: 800;
}

body.v2 .conversion-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 14px;
  color: white;
  background:
    linear-gradient(135deg, rgba(8,59,32,.96), rgba(15,122,59,.94)),
    radial-gradient(circle at 85% 20%, rgba(246,160,51,.18), transparent 32%);
  box-shadow: 0 28px 80px rgba(18,32,21,.18);
}

body.v2 .conversion-panel h2,
body.v2 .conversion-panel p {
  color: white !important;
}

body.v2 .conversion-panel p {
  opacity: .86;
  max-width: 760px;
}

body.v2 .docs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.v2 .docs-card {
  display: grid;
  min-height: 270px;
  padding: 28px;
  border-radius: 14px;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(15,122,59,.15);
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,248,234,.76)),
    radial-gradient(circle at 88% 10%, rgba(246,160,51,.12), transparent 32%);
  box-shadow: 0 20px 52px rgba(18,32,21,.08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.v2 .docs-card:hover {
  transform: translateY(-6px);
  border-color: rgba(246,160,51,.34);
  box-shadow: 0 28px 72px rgba(18,32,21,.12);
}

body.v2 .docs-card span {
  width: max-content;
  height: max-content;
  padding: 8px 12px;
  border-radius: 999px;
  color: #B95F0D;
  background: #FFF2D8;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.v2 .docs-card strong {
  align-self: end;
  color: #083B20;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.05;
}

body.v2 .docs-card small {
  color: #3C4A3F;
  font-size: 15px;
  line-height: 1.55;
}

body.v2 .library-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

@media (max-width: 980px) {
  body.v2 .platform-hero,
  body.v2 .conversion-panel {
    grid-template-columns: 1fr !important;
  }

  body.v2 .proof-pill-grid,
  body.v2 .docs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.v2 *,
  body.v2 *::before,
  body.v2 *::after {
    box-sizing: border-box !important;
  }

  body.v2 .platform-proof {
    min-height: 310px !important;
    width: calc(100vw - 44px) !important;
    max-width: calc(100vw - 44px) !important;
    padding: 22px !important;
    justify-self: start !important;
  }

  body.v2 .proof-pill-grid,
  body.v2 .docs-grid {
    grid-template-columns: 1fr;
  }

  body.v2 .proof-pill-grid article {
    border-radius: 14px;
  }

  body.v2 .platform-proof::before {
    inset: auto 14px 14px 14px !important;
  }

  body.v2 .platform-proof strong,
  body.v2 .platform-proof span {
    width: auto !important;
    max-width: 250px !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.v2 .platform-proof strong {
    font-size: 20px !important;
    line-height: 1.12 !important;
  }

  body.v2 .platform-proof span {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  body.v2 .library-actions,
  body.v2 .download-inline {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(100%, 310px) !important;
  }

  body.v2 .library-actions .button,
  body.v2 .download-inline .button,
  body.v2 .conversion-panel .button {
    width: 100% !important;
    justify-content: center !important;
    white-space: normal !important;
  }

  body.v2 .docs-card {
    min-height: 220px;
  }
}

body.v2 {
  overflow-x: hidden !important;
}

body.v2 .page-hero h1,
body.v2 .platform-hero h1,
body.v2 .section-heading h2,
body.v2 .krs-hero-content h1 {
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  hyphens: auto !important;
}

@media (max-width: 640px) {
  body.v2 *,
  body.v2 *::before,
  body.v2 *::after {
    max-width: 100% !important;
  }

  body.v2 .site-header,
  body.v2 main,
  body.v2 section,
  body.v2 footer {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.v2 .platform-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.v2 .platform-proof {
    width: 100% !important;
    min-width: 0 !important;
    margin-top: 26px !important;
  }

  body.v2 .page-hero,
  body.v2 .platform-hero,
  body.v2 .section,
  body.v2 .krs-reference-hero {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  body.v2 .page-hero h1,
  body.v2 .platform-hero h1,
  body.v2 .section-heading h2 {
    width: 100% !important;
    max-width: 310px !important;
    font-size: 30px !important;
    line-height: 1.08 !important;
    white-space: normal !important;
  }

  body.v2 .page-hero p,
  body.v2 .platform-hero p,
  body.v2 .section-heading p,
  body.v2 .feature-card p,
  body.v2 .readiness-grid p,
  body.v2 .format-grid p,
  body.v2 .control-grid p,
  body.v2 .profile-card p {
    max-width: 310px !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.v2 .top-contact-bar {
    display: flex !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  body.v2 .top-contact-group span:not(:first-child),
  body.v2 .top-contact-bar > span {
    display: none !important;
  }
}

/* V33 cleanup: remove awkward hero photo panels and match active nav with hover */
body.v2 .site-nav a:hover,
body.v2 .site-nav a.active {
  color: #FFFFFF !important;
  background: rgba(255,255,255,.14) !important;
  border-radius: 6px !important;
}

body.v2 .site-nav .nav-cta,
body.v2 .site-nav .nav-cta:hover,
body.v2 .site-nav .nav-cta.active {
  background: #F6A033 !important;
  color: #122015 !important;
  border-radius: 6px !important;
}

body.v2 .platform-hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, .58fr) !important;
}

body.v2 .platform-proof {
  min-height: 340px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 18px !important;
  padding: clamp(30px, 4vw, 44px) !important;
  text-align: left !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 82% 16%, rgba(246,160,51,.16), transparent 30%),
    radial-gradient(circle at 10% 90%, rgba(24,165,88,.12), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,248,234,.86)) !important;
  border: 1px solid rgba(15,122,59,.18) !important;
  border-radius: 12px !important;
  box-shadow: 0 22px 58px rgba(18,32,21,.09) !important;
}

body.v2 .platform-proof::before {
  content: "" !important;
  position: absolute !important;
  inset: 18px !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  border: 1px solid rgba(15,122,59,.10) !important;
  border-radius: 10px !important;
  background:
    linear-gradient(90deg, rgba(15,122,59,.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(246,160,51,.055) 1px, transparent 1px) !important;
  background-size: 54px 54px !important;
  pointer-events: none !important;
}

body.v2 .platform-proof::after {
  content: "MSP protection  |  Cold-chain storage  |  Branded retail" !important;
  position: relative !important;
  z-index: 1 !important;
  display: inline-flex !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  color: #0F7A3B !important;
  background: #EAFBF1 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
}

body.v2 .platform-proof img {
  position: relative !important;
  z-index: 1 !important;
  width: 74px !important;
  height: 74px !important;
  object-fit: contain !important;
  border-radius: 12px !important;
  border: 1px solid rgba(15,122,59,.14) !important;
  padding: 10px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(18,32,21,.10) !important;
}

body.v2 .platform-proof strong,
body.v2 .platform-proof span {
  position: relative !important;
  z-index: 1 !important;
  width: auto !important;
  max-width: 420px !important;
}

body.v2 .platform-proof strong {
  color: #083B20 !important;
  font-family: inherit !important;
  font-size: clamp(28px, 2.3vw, 38px) !important;
  line-height: 1.05 !important;
}

body.v2 .platform-proof span {
  color: #3C4A3F !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 800 !important;
}

@media (max-width: 980px) {
  body.v2 .platform-hero {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.v2 .site-nav a.active {
    background: #EAF7EE !important;
    color: #0F7A3B !important;
  }

  body.v2 .platform-proof {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 260px !important;
    margin-top: 24px !important;
    padding: 28px !important;
  }

  body.v2 .platform-proof::before {
    inset: 12px !important;
  }

  body.v2 .platform-proof::after {
    border-radius: 12px !important;
    white-space: normal !important;
  }

  body.v2 .platform-proof strong,
  body.v2 .platform-proof span {
    max-width: 100% !important;
  }

  body.v2 .platform-proof strong {
    font-size: 25px !important;
  }
}

/* V34 premium refinement: typography, diagrams, report cards, trust and mobile CTA */
body.v2 h1,
body.v2 .platform-hero h1,
body.v2 .page-hero h1,
body.v2 .krs-hero-content h1 {
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.v2 .platform-hero h1 {
  font-size: clamp(48px, 5.2vw, 76px) !important;
  line-height: 1.02 !important;
}

body.v2 .page-hero h1 {
  font-size: clamp(42px, 4.7vw, 64px) !important;
  line-height: 1.04 !important;
}

body.v2 .section-heading h2 {
  font-size: clamp(34px, 3.6vw, 56px) !important;
  line-height: 1.06 !important;
}

body.v2 .platform-hero p,
body.v2 .page-hero p,
body.v2 .section-heading p {
  color: #2D4033 !important;
  line-height: 1.72 !important;
}

body.v2 .trusted-for-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  padding: 18px clamp(22px, 6vw, 90px);
  border-block: 1px solid rgba(15,122,59,.12);
  background:
    linear-gradient(90deg, rgba(255,248,234,.88), rgba(255,255,255,.92), rgba(232,251,241,.88));
  color: #083B20;
  overflow-x: auto;
  scrollbar-width: none;
}

body.v2 .trusted-for-strip::-webkit-scrollbar {
  display: none;
}

body.v2 .trusted-for-strip span {
  flex: 0 0 auto;
  color: #B95F0D;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.v2 .trusted-for-strip strong {
  flex: 0 0 auto;
  position: relative;
  font-size: 14px;
  font-weight: 900;
}

body.v2 .trusted-for-strip strong::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: #18A558;
  box-shadow: 0 0 0 4px rgba(24,165,88,.12);
}

body.v2 .platform-proof {
  min-height: 390px !important;
  justify-content: flex-start !important;
}

body.v2 .platform-proof::after {
  display: none !important;
}

body.v2 .platform-proof > img + strong,
body.v2 .platform-proof > strong:first-child {
  margin-top: auto !important;
}

body.v2 .proof-diagram {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin-top: 12px;
}

body.v2 .diagram-node {
  display: grid;
  gap: 6px;
  min-height: 86px;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid rgba(15,122,59,.13);
  background: rgba(255,255,255,.78);
  box-shadow: 0 10px 28px rgba(18,32,21,.06);
}

body.v2 .diagram-node small {
  color: #B95F0D;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

body.v2 .diagram-node b {
  color: #083B20;
  font-size: 14px;
  line-height: 1.18;
}

body.v2 .proposal-card,
body.v2 .docs-card {
  position: relative !important;
  min-height: 310px !important;
  padding: 30px !important;
  border-radius: 10px !important;
  background:
    linear-gradient(90deg, rgba(15,122,59,.18) 0 10px, transparent 10px),
    linear-gradient(145deg, #FFFFFF, #FFF8EA 82%) !important;
  box-shadow:
    0 24px 58px rgba(18,32,21,.10),
    inset 0 1px 0 rgba(255,255,255,.9) !important;
}

body.v2 .proposal-card::before,
body.v2 .docs-card::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 24px;
  width: 56px;
  height: 70px;
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(15,122,59,.12), rgba(246,160,51,.12)),
    repeating-linear-gradient(180deg, rgba(8,59,32,.32) 0 2px, transparent 2px 11px);
  opacity: .7;
}

body.v2 .proposal-card span,
body.v2 .docs-card span {
  width: max-content !important;
  border-radius: 999px !important;
}

body.v2 .proposal-card strong,
body.v2 .docs-card strong {
  max-width: 78%;
  margin-top: auto;
}

body.v2 .proposal-card::after,
body.v2 .docs-card::after {
  content: "Download PDF";
  position: absolute;
  left: 30px;
  bottom: 24px;
  color: #0F7A3B;
  font-size: 13px;
  font-weight: 900;
}

body.v2 .proposal-card[href$=".html"]::after {
  content: "Open Library";
}

body.v2 .section:nth-of-type(odd):not(.v2-impact-dashboard):not(.control-section):not(.proposal-library) {
  background-color: rgba(255,248,234,.38);
}

body.v2 .button {
  position: relative !important;
  overflow: hidden !important;
}

body.v2 .button::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -80%;
  width: 60%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
  transition: left .45s ease;
}

body.v2 .button:hover::before {
  left: 120%;
}

body.v2 .mobile-action-bar {
  display: none;
}

@media (max-width: 640px) {
  body.v2 {
    padding-bottom: 72px;
  }

  body.v2 .platform-hero h1,
  body.v2 .page-hero h1,
  body.v2 .section-heading h2 {
    font-size: 30px !important;
    line-height: 1.1 !important;
  }

  body.v2 .trusted-for-strip {
    justify-content: flex-start;
    padding-inline: 22px;
  }

  body.v2 .platform-proof {
    min-height: auto !important;
  }

  body.v2 .proof-diagram {
    grid-template-columns: 1fr !important;
  }

  body.v2 .diagram-node {
    min-height: 0;
  }

  body.v2 .proposal-card,
  body.v2 .docs-card {
    min-height: 260px !important;
  }

  body.v2 .proposal-card strong,
  body.v2 .docs-card strong {
    max-width: 100%;
  }

  body.v2 .mobile-action-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 1000;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(15,122,59,.18);
    border-radius: 16px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 18px 50px rgba(18,32,21,.18);
    backdrop-filter: blur(18px);
  }

  body.v2 .mobile-action-bar a {
    min-height: 44px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    background: #0F7A3B;
    font-weight: 900;
    text-decoration: none;
  }

  body.v2 .mobile-action-bar a + a {
    color: #122015;
    background: #F6A033;
  }
}

/* V35 mobile containment for premium proof diagrams */
@media (max-width: 640px) {
  body.v2 .platform-hero {
    padding-inline: 22px !important;
  }

  body.v2 .platform-proof {
    width: calc(100vw - 64px) !important;
    max-width: calc(100vw - 64px) !important;
    min-width: 0 !important;
    overflow: hidden !important;
    padding: 24px !important;
    box-sizing: border-box !important;
  }

  body.v2 .platform-proof strong,
  body.v2 .platform-proof span,
  body.v2 .proof-diagram {
    max-width: calc(100vw - 118px) !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.v2 .platform-proof strong {
    font-size: 21px !important;
  }

  body.v2 .proof-diagram {
    width: 100% !important;
  }

  body.v2 .diagram-node {
    width: 100% !important;
  }
}

/* V39 homepage hero cleanup: keep CTAs and metrics inside the hero flow */
body.v2 .krs-reference-hero {
  min-height: 680px !important;
  grid-template-columns: minmax(0, 800px) minmax(260px, 1fr) !important;
  align-items: center !important;
  row-gap: 28px !important;
  padding: clamp(74px, 7vw, 108px) clamp(28px, 5vw, 72px) clamp(64px, 6vw, 88px) !important;
}

body.v2 .krs-hero-content {
  grid-column: 1 !important;
  max-width: 800px !important;
  align-self: end !important;
}

body.v2 .krs-hero-content .hero-actions {
  margin-top: 28px !important;
  margin-bottom: 0 !important;
  gap: 14px !important;
}

body.v2 .krs-hero-badges {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  grid-column: 1 !important;
  align-self: start !important;
  width: min(780px, 100%) !important;
  margin-top: 18px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  z-index: 3 !important;
}

body.v2 .krs-hero-badges article {
  min-height: 86px !important;
  padding: 16px 20px !important;
  border-radius: 10px !important;
}

body.v2 .krs-hero-badges strong {
  font-size: clamp(28px, 2.6vw, 40px) !important;
  line-height: 1 !important;
}

body.v2 .trusted-for-strip {
  position: relative !important;
  z-index: 5 !important;
}

body.v2 .ag-why {
  margin-top: 0 !important;
  padding-top: clamp(58px, 6vw, 88px) !important;
}

@media (max-width: 980px) {
  body.v2 .krs-reference-hero {
    min-height: auto !important;
    display: block !important;
    padding: 58px 24px 60px !important;
  }

  body.v2 .krs-hero-content {
    max-width: 680px !important;
  }

  body.v2 .krs-hero-badges {
    width: 100% !important;
    margin-top: 26px !important;
  }
}

@media (max-width: 640px) {
  body.v2 .krs-reference-hero {
    padding: 46px 18px 50px !important;
  }

  body.v2 .krs-hero-content .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.v2 .krs-hero-badges {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
}

/* V40 highlighted hero fix: compact the CTA/stat cluster */
body.v2 .krs-reference-hero {
  min-height: 620px !important;
  padding-top: clamp(50px, 5.2vw, 76px) !important;
  padding-bottom: clamp(52px, 5vw, 74px) !important;
}

body.v2 .krs-hero-content {
  align-self: start !important;
}

body.v2 .krs-hero-content h1 {
  max-width: 740px !important;
  margin: 18px 0 16px !important;
  font-size: clamp(42px, 4.7vw, 64px) !important;
  line-height: 1.08 !important;
}

body.v2 .krs-hero-content p {
  max-width: 720px !important;
  font-size: clamp(17px, 1.45vw, 22px) !important;
  line-height: 1.48 !important;
}

body.v2 .krs-hero-content .hero-actions {
  margin-top: 22px !important;
}

body.v2 .krs-hero-badges {
  margin-top: 14px !important;
}

body.v2 .krs-hero-badges article {
  min-height: 78px !important;
  padding: 14px 18px !important;
}

@media (max-width: 980px) {
  body.v2 .krs-hero-content h1 {
    font-size: clamp(38px, 7vw, 56px) !important;
  }
}

/* V43 premium app launch section */
body.v2 .app-coming-soon {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  padding: clamp(64px, 8vw, 108px) clamp(24px, 5vw, 72px);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(246,160,51,.22), transparent 30%),
    radial-gradient(circle at 12% 88%, rgba(24,165,88,.16), transparent 34%),
    linear-gradient(135deg, #FFF8EA 0%, #FFFFFF 48%, #EAF8EF 100%);
  border-top: 1px solid rgba(15,122,59,.12);
}

body.v2 .app-coming-soon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .55;
  background:
    linear-gradient(115deg, transparent 0 48%, rgba(15,122,59,.08) 48% 49%, transparent 49%),
    radial-gradient(circle at 1px 1px, rgba(122,66,29,.13) 1px, transparent 0);
  background-size: 52px 52px, 24px 24px;
}

body.v2 .app-launch-copy {
  max-width: 760px;
}

body.v2 .app-launch-copy h2 {
  max-width: 760px;
  margin: 16px 0 18px;
  color: #0B2A17;
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 1.02;
  letter-spacing: 0;
}

body.v2 .app-launch-copy p {
  max-width: 680px;
  color: #122015 !important;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.65;
}

body.v2 .app-store-panel {
  position: relative;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(15,122,59,.16);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.90), rgba(255,248,234,.74)),
    radial-gradient(circle at 80% 18%, rgba(246,160,51,.18), transparent 36%);
  box-shadow:
    0 28px 80px rgba(18,32,21,.12),
    inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
}

body.v2 .app-store-panel::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 24px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246,160,51,.28), transparent 68%);
  pointer-events: none;
}

body.v2 .app-phone-preview {
  min-height: 260px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px 18px;
  border-radius: 28px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), transparent 25%),
    linear-gradient(150deg, #062617, #0F7A3B 62%, #18A558);
  box-shadow:
    0 22px 46px rgba(15,122,59,.26),
    inset 0 0 0 8px rgba(255,255,255,.12);
}

body.v2 .phone-status {
  width: 54px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.58);
}

body.v2 .app-phone-preview strong {
  margin-top: 22px;
  color: #fff !important;
  font-size: 26px;
}

body.v2 .app-phone-preview small {
  color: rgba(255,255,255,.78);
  font-weight: 800;
}

body.v2 .phone-lines {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

body.v2 .phone-lines span {
  height: 34px;
  border-radius: 12px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.15);
}

body.v2 .store-badge-row {
  display: grid;
  gap: 14px;
}

body.v2 .store-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 14px 18px;
  border-radius: 18px;
  color: #FFFFFF !important;
  text-decoration: none;
  background: linear-gradient(135deg, #071F14, #0B3B22);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 38px rgba(18,32,21,.16);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

body.v2 .store-badge:hover {
  transform: translateY(-4px);
  border-color: rgba(246,160,51,.55);
  box-shadow: 0 26px 56px rgba(18,32,21,.22);
}

body.v2 .store-badge svg {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

body.v2 .store-badge span {
  display: grid;
  gap: 2px;
}

body.v2 .store-badge small {
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}

body.v2 .store-badge strong {
  color: #FFFFFF !important;
  font-size: 21px;
  line-height: 1;
}

@media (max-width: 900px) {
  body.v2 .app-coming-soon {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.v2 .app-coming-soon {
    padding: 54px 20px;
  }

  body.v2 .app-store-panel {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

body.v2 .app-phone-preview {
    min-height: 210px;
  }
}

/* V50 conversion, SEO support, and premium trust polish */
body.v2 .site-nav a:hover,
body.v2 .site-nav a.active,
body.v2 .site-nav a[aria-current="page"] {
  color: #0A4F2A !important;
  background: linear-gradient(135deg, #EAF7EE, #FFF8EA) !important;
  box-shadow: inset 0 0 0 1px rgba(15,122,59,.14), 0 12px 26px rgba(15,122,59,.10) !important;
}

body.v2 .site-nav .nav-cta.active,
body.v2 .site-nav .nav-cta:hover {
  color: #082916 !important;
  background: linear-gradient(135deg, #F6A033, #FFD27A) !important;
  box-shadow: 0 16px 38px rgba(246,160,51,.24) !important;
}

body.v2 .audience-router {
  display: grid;
  grid-template-columns: minmax(260px, .52fr) 1fr;
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  padding-block: clamp(36px, 5vw, 64px);
  background:
    radial-gradient(circle at 90% 0%, rgba(246,160,51,.15), transparent 28%),
    linear-gradient(135deg, #FFF8EA, #F4FFF7);
  border-block: 1px solid rgba(15,122,59,.10);
}

body.v2 .audience-router h2 {
  max-width: 620px;
  margin: 12px 0 0;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1.08;
}

body.v2 .audience-router-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

body.v2 .audience-router-grid a {
  min-height: 150px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 20px;
  color: #122015;
  text-decoration: none;
  border: 1px solid rgba(15,122,59,.14);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,248,234,.72)),
    radial-gradient(circle at 100% 0%, rgba(24,165,88,.12), transparent 40%);
  box-shadow: 0 20px 52px rgba(18,32,21,.08);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

body.v2 .audience-router-grid a::before {
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0F7A3B, #18A558 58%, #F6A033);
  box-shadow: 0 16px 34px rgba(15,122,59,.18);
}

body.v2 .audience-router-grid a:hover {
  transform: translateY(-5px);
  border-color: rgba(246,160,51,.45);
  box-shadow: 0 28px 70px rgba(18,32,21,.14);
}

body.v2 .audience-router-grid strong {
  color: #0A4F2A;
  font-size: 17px;
}

body.v2 .audience-router-grid span {
  color: #122015;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

body.v2 .trust-readiness-band {
  background:
    linear-gradient(135deg, rgba(8,41,22,.96), rgba(15,122,59,.94)),
    radial-gradient(circle at 80% 20%, rgba(246,160,51,.26), transparent 34%);
  color: #fff;
  overflow: hidden;
}

body.v2 .trust-readiness-band::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background:
    linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.13) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

body.v2 .trust-readiness-band .section-heading,
body.v2 .trust-readiness-band .trust-readiness-grid {
  position: relative;
  z-index: 1;
}

body.v2 .trust-readiness-band h2,
body.v2 .trust-readiness-band p {
  color: #fff !important;
}

body.v2 .trust-readiness-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}

body.v2 .trust-readiness-grid article {
  min-height: 160px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(255,255,255,.16), rgba(255,255,255,.07));
  box-shadow: 0 24px 60px rgba(0,0,0,.12);
}

body.v2 .trust-readiness-grid strong {
  display: block;
  color: #FFD27A;
  font-size: 18px;
}

body.v2 .trust-readiness-grid span {
  display: block;
  margin-top: 14px;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
}

body.v2 .rollout-map-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(246,160,51,.12), transparent 30%),
    linear-gradient(180deg, #FFFFFF, #FFF8EA);
}

body.v2 .rollout-map-shell {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) 1fr;
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

body.v2 .rollout-map-visual {
  position: relative;
  min-height: 370px;
  border-radius: 30px;
  border: 1px solid rgba(15,122,59,.14);
  background:
    radial-gradient(circle at 50% 52%, rgba(15,122,59,.16), transparent 20%),
    radial-gradient(circle at 26% 30%, rgba(246,160,51,.20), transparent 18%),
    linear-gradient(145deg, #F5FFF7, #FFFFFF);
  box-shadow: 0 28px 80px rgba(18,32,21,.10);
  overflow: hidden;
}

body.v2 .rollout-map-visual::before,
body.v2 .rollout-map-visual::after {
  content: "";
  position: absolute;
  inset: 56px;
  border: 2px dashed rgba(15,122,59,.18);
  border-radius: 50%;
}

body.v2 .rollout-map-visual::after {
  inset: 105px;
  border-color: rgba(246,160,51,.30);
}

body.v2 .map-node {
  position: absolute;
  z-index: 1;
  padding: 11px 14px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #0F7A3B, #18A558);
  box-shadow: 0 18px 42px rgba(15,122,59,.18);
  font-size: 12px;
  font-weight: 900;
}

body.v2 .node-a { left: 18%; top: 20%; }
body.v2 .node-b { right: 16%; top: 27%; background: linear-gradient(135deg, #7A421D, #F6A033); }
body.v2 .node-c { left: 22%; bottom: 18%; }
body.v2 .node-d { right: 18%; bottom: 20%; background: linear-gradient(135deg, #082916, #0F7A3B); }

body.v2 .rollout-map-copy {
  display: grid;
  gap: 16px;
}

body.v2 .rollout-map-copy article {
  padding: 22px 24px;
  border: 1px solid rgba(15,122,59,.14);
  border-radius: 22px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 16px 46px rgba(18,32,21,.08);
}

body.v2 .rollout-map-copy strong {
  display: block;
  color: #C96D16;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

body.v2 .rollout-map-copy span {
  display: block;
  margin-top: 10px;
  color: #122015;
  font-weight: 700;
}

body.v2 .faq-section {
  background:
    linear-gradient(180deg, #FFFFFF, #FFF8EA),
    radial-gradient(circle at 90% 10%, rgba(15,122,59,.10), transparent 28%);
}

body.v2 .faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

body.v2 .faq-item {
  padding: 26px;
  border: 1px solid rgba(15,122,59,.14);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,248,234,.64));
  box-shadow: 0 18px 52px rgba(18,32,21,.08);
}

body.v2 .faq-item h3 {
  margin: 0 0 12px;
  color: #0A4F2A;
  font-size: 20px;
}

body.v2 .faq-item p {
  margin: 0;
  color: #122015 !important;
  line-height: 1.65;
}

body.v2 .contact-form select,
body.v2 .contact-form input,
body.v2 .contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(15,122,59,.18);
  border-radius: 14px;
  background: #fff;
  color: #122015;
}

body.v2 .contact-form textarea {
  min-height: 140px;
}

body.v2 .form-direct-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.v2 .form-direct-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  color: #0A4F2A;
  background: #EAF7EE;
  text-decoration: none;
  font-weight: 900;
}

body.v2 .whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px 0 14px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #0F7A3B, #18A558);
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(15,122,59,.32);
}

body.v2 .whatsapp-float svg {
  width: 26px;
  height: 26px;
}

body.v2 .whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 56px rgba(15,122,59,.38);
}

body.v2 .app-coming-soon {
  min-height: 0 !important;
  margin: 0 !important;
  padding-block: clamp(52px, 7vw, 84px) !important;
}

body.v2 .app-coming-soon,
body.v2 .app-coming-soon * {
  opacity: 1 !important;
  visibility: visible !important;
}

body.v2 .app-launch-copy h2 {
  font-size: clamp(32px, 4.2vw, 58px) !important;
}

@media (max-width: 1100px) {
  body.v2 .audience-router,
  body.v2 .rollout-map-shell {
    grid-template-columns: 1fr;
  }

  body.v2 .audience-router-grid,
  body.v2 .trust-readiness-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  body.v2 .audience-router-grid,
  body.v2 .trust-readiness-grid,
  body.v2 .faq-grid {
    grid-template-columns: 1fr;
  }

  body.v2 .audience-router-grid a {
    min-height: 126px;
  }

  body.v2 .rollout-map-visual {
    min-height: 300px;
  }

  body.v2 .whatsapp-float {
    right: 14px;
    bottom: 78px;
    padding-inline: 13px;
  }

  body.v2 .whatsapp-float span {
    display: none;
  }
}

/* V51 mobile document/card and footer readability fixes */
body.v2 .official-footer h3,
body.v2 .official-footer .footer-newsletter h3 {
  color: #FFFFFF !important;
  opacity: 1 !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.18);
}

body.v2 .official-footer strong {
  color: #FFFFFF !important;
}

body.v2 .official-footer a,
body.v2 .official-footer p,
body.v2 .official-footer label {
  color: rgba(255,255,255,.86) !important;
}

body.v2 .official-footer .footer-brand p::after {
  color: #FFFFFF !important;
}

body.v2 .footer-newsletter {
  min-width: 0;
}

@media (max-width: 640px) {
  body.v2 .proposal-grid,
  body.v2 .docs-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body.v2 .proposal-card,
  body.v2 .docs-card {
    min-height: auto !important;
    display: grid !important;
    grid-template-rows: auto auto auto auto !important;
    align-content: start !important;
    gap: 12px !important;
    padding: 24px 24px 58px !important;
    overflow: hidden !important;
  }

  body.v2 .proposal-card::before,
  body.v2 .docs-card::before {
    right: auto !important;
    left: 24px !important;
    top: 22px !important;
    width: 52px !important;
    height: 58px !important;
    opacity: .34 !important;
    pointer-events: none !important;
  }

  body.v2 .proposal-card span,
  body.v2 .docs-card span {
    position: relative !important;
    z-index: 2 !important;
    width: fit-content !important;
    max-width: calc(100% - 78px) !important;
    margin-left: 66px !important;
    margin-bottom: 28px !important;
    padding: 6px 11px !important;
    line-height: 1.1 !important;
    white-space: normal !important;
  }

  body.v2 .proposal-card strong,
  body.v2 .docs-card strong {
    max-width: 100% !important;
    margin-top: 0 !important;
    align-self: start !important;
    font-size: 27px !important;
    line-height: 1.13 !important;
    overflow-wrap: anywhere !important;
  }

  body.v2 .proposal-card small,
  body.v2 .docs-card small {
    display: block !important;
    margin-top: 0 !important;
    color: #122015 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  body.v2 .proposal-card::after,
  body.v2 .docs-card::after {
    left: 24px !important;
    bottom: 22px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    background: rgba(255,248,234,.92);
    padding: 2px 0;
  }

  body.v2 .feature-card,
  body.v2 .readiness-grid article,
  body.v2 .format-grid article,
  body.v2 .control-grid article {
    min-height: auto !important;
  }

  body.v2 .feature-card p,
  body.v2 .readiness-grid p,
  body.v2 .format-grid p,
  body.v2 .control-grid p {
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }
}

/* V55 final cascade override for proposal/download cards */
body.v2 .proposal-grid,
body.v2 .docs-grid {
  align-items: start !important;
}

body.v2 .proposal-card,
body.v2 .docs-card {
  display: grid !important;
  grid-template-rows: auto auto auto auto !important;
  align-content: start !important;
  gap: 12px !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 28px 30px !important;
}

body.v2 .proposal-card::before,
body.v2 .docs-card::before {
  left: 30px !important;
  right: auto !important;
  top: 28px !important;
  width: 58px !important;
  height: 64px !important;
  opacity: .24 !important;
  pointer-events: none !important;
}

body.v2 .proposal-card span,
body.v2 .docs-card span {
  position: relative !important;
  z-index: 2 !important;
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 0 42px 0 !important;
  padding: 7px 12px !important;
  line-height: 1 !important;
}

body.v2 .proposal-card strong,
body.v2 .docs-card strong {
  align-self: start !important;
  max-width: 100% !important;
  margin: 0 !important;
  line-height: 1.12 !important;
}

body.v2 .proposal-card small,
body.v2 .docs-card small {
  margin: 0 !important;
  line-height: 1.48 !important;
}

body.v2 .proposal-card::after,
body.v2 .docs-card::after {
  position: static !important;
  display: inline-flex !important;
  width: fit-content !important;
  margin-top: 2px !important;
  padding: 0 !important;
  line-height: 1.15 !important;
}
