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

* { 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: #40584d; }
.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 { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 50%; background: rgba(237, 139, 34, .12); color: var(--saffron-dark); font-weight: 900; }

.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: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 26px;
  color: var(--saffron-dark);
  background: rgba(237,139,34,.12);
  border: 1px solid rgba(237,139,34,.22);
  border-radius: 50%;
  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;
  }
}

@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;
  }
}

@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: #385247;
  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: #5f7068;
  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: #4e6258;
  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);
}

.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;
  }
}
