:root {
  --forest: #001f16;
  --forest-2: #053527;
  --forest-3: #082d22;
  --leaf: #39b54a;
  --action: #16a05c;
  --gold: #e5a82e;
  --cream: #f5eedc;
  --soft-cream: #fff8e8;
  --white: #ffffff;
  --muted: #c9d6cc;
  --red: #e84a3c;
  --yellow: #f4c542;
  --fresh: #74c947;
  --amber: #d99026;
  --alert: #d94a38;
  --ink: #05251b;
  --line: rgba(229, 168, 46, 0.24);
  --green-line: rgba(57, 181, 74, 0.28);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1240px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--forest);
  color: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(100% - 48px, var(--container));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
}

.section-dark {
  background:
    radial-gradient(circle at 12% 18%, rgba(57, 181, 74, 0.11), transparent 28%),
    linear-gradient(180deg, var(--forest) 0%, #00271c 58%, var(--forest) 100%);
}

.section-tight {
  padding-top: 72px;
}

.section-split,
.why-now,
.compounding-section {
  background: var(--soft-cream);
  color: var(--ink);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Archivo Condensed", Inter, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: 86px;
}

h1 span,
.gold {
  color: var(--gold);
}

h2 {
  margin-bottom: 18px;
  font-size: 58px;
}

h3 {
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 1.15;
}

h4 {
  margin-bottom: 14px;
  color: var(--cream);
  font-size: 19px;
  line-height: 1.35;
}

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

.section-split p,
.why-now p,
.compounding-section p,
.cream-card p {
  color: rgba(5, 37, 27, 0.72);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 48px;
}

.section-heading.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading p:last-child,
.section-lede {
  max-width: 740px;
  font-size: 19px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--gold);
  color: var(--forest);
}

.button-primary:hover {
  background: #f1ba4c;
}

.button-secondary {
  border-color: rgba(245, 238, 220, 0.35);
  background: transparent;
  color: var(--cream);
}

.button-secondary:hover {
  background: var(--cream);
  color: var(--forest);
}

.button-small {
  min-height: 42px;
  padding: 12px 18px;
  font-size: 15px;
}

.site-header {
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 24px;
  padding: 20px max(24px, calc((100vw - var(--container)) / 2));
  border-bottom: 1px solid transparent;
  transition: background-color 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled,
.site-header.menu-open {
  border-bottom-color: rgba(229, 168, 46, 0.2);
  background: rgba(0, 31, 22, 0.92);
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled {
  padding-top: 14px;
  padding-bottom: 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(245, 238, 220, 0.82);
  font-size: 14px;
  font-weight: 700;
}

.desktop-nav a {
  transition: color 180ms ease;
}

.desktop-nav a:hover {
  color: var(--gold);
}

.currency-switch {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 86px;
  height: 42px;
  padding: 4px;
  border: 1px solid rgba(245, 238, 220, 0.2);
  border-radius: 999px;
  background: rgba(245, 238, 220, 0.08);
}

.currency-switch button {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(245, 238, 220, 0.7);
  font-family: "IBM Plex Mono", monospace;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  transition: color 180ms ease;
}

.currency-switch button.is-active {
  color: var(--forest);
}

.currency-switch-thumb {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease;
}

.currency-switch.is-inr .currency-switch-thumb {
  transform: translateX(100%);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(245, 238, 220, 0.22);
  border-radius: 999px;
  background: rgba(245, 238, 220, 0.06);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  border-radius: 2px;
  background: var(--cream);
  transition: transform 180ms ease;
}

.menu-open .menu-toggle span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-open .menu-toggle span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.mobile-drawer {
  position: fixed;
  z-index: 55;
  inset: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 104px 28px 40px;
  background: rgba(0, 31, 22, 0.98);
  color: var(--cream);
  font-family: "Archivo Condensed", Inter, sans-serif;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 132px 0 70px;
  overflow: hidden;
}

.hero-bg-grid {
  position: absolute;
  inset: 0;
  opacity: 0.46;
  background-image:
    linear-gradient(rgba(245, 238, 220, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 238, 220, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 76% 14%, rgba(229, 168, 46, 0.18), transparent 22%);
  background-size: 86px 86px, 86px 86px, 100% 100%;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.55) 60%, transparent 100%);
}

.hero::after {
  position: absolute;
  right: -180px;
  bottom: -240px;
  width: 660px;
  height: 660px;
  border: 1px solid rgba(229, 168, 46, 0.22);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  align-items: center;
  gap: 56px;
}

.hero-copy {
  padding-top: 36px;
}

.hero-subtitle {
  max-width: 610px;
  margin-bottom: 34px;
  color: rgba(245, 238, 220, 0.86);
  font-size: 23px;
  line-height: 1.42;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

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

.photo-card {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(229, 168, 46, 0.24);
  border-radius: var(--radius-lg);
  background: var(--forest-3);
  box-shadow: var(--shadow);
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04);
}

.photo-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 31, 22, 0.82) 100%);
  content: "";
}

.photo-card figcaption {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--cream);
  font-size: 13px;
  font-weight: 800;
}

.hero-photo-main figcaption {
  top: 16px;
  right: 16px;
  bottom: auto;
  left: auto;
  width: fit-content;
  max-width: calc(100% - 32px);
  padding: 10px 12px;
  border: 1px solid rgba(245, 238, 220, 0.18);
  border-radius: 999px;
  background: rgba(0, 31, 22, 0.82);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(10px);
}

.status-dot,
.pulse-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--leaf);
  box-shadow: 0 0 0 6px rgba(57, 181, 74, 0.14);
}

.hero-photo-main {
  top: 24px;
  right: 0;
  width: 76%;
  height: 430px;
}

.hero-photo-warehouse {
  bottom: 32px;
  left: 0;
  width: 48%;
  height: 250px;
}

.mini-dashboard {
  position: absolute;
  right: 16px;
  bottom: 18px;
  width: 318px;
  padding: 16px;
  border: 1px solid rgba(57, 181, 74, 0.32);
  border-radius: 18px;
  background: rgba(6, 26, 20, 0.94);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
}

.mini-dashboard-head,
.chart-head,
.dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mini-dashboard-head span,
.chart-head span,
.dashboard-top span,
.recommendation-card span,
.economics-cards span,
.cost-flow small,
.expansion-path span,
.timeline-item span,
.role {
  color: rgba(245, 238, 220, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mini-dashboard-head strong {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(57, 181, 74, 0.14);
  color: var(--leaf);
  font-size: 11px;
}

.recommendation-card {
  margin: 14px 0;
  padding: 14px;
  border: 1px solid rgba(229, 168, 46, 0.18);
  border-radius: 14px;
  background: rgba(245, 238, 220, 0.06);
}

.recommendation-card strong {
  display: block;
  margin: 6px 0 2px;
  color: var(--gold);
  font-family: "IBM Plex Mono", monospace;
  font-size: 28px;
  line-height: 1;
}

.recommendation-card small {
  color: var(--muted);
  font-size: 12px;
}

.spark-row {
  display: flex;
  align-items: end;
  height: 58px;
  gap: 7px;
}

.spark-row span {
  flex: 1;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(180deg, var(--gold), var(--action));
  animation: barPulse 2.6s ease-in-out infinite;
}

.spark-row span:nth-child(2n) {
  animation-delay: 300ms;
}

.spark-row span:nth-child(3n) {
  animation-delay: 650ms;
}

.route-chip {
  position: absolute;
  top: 0;
  left: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(245, 238, 220, 0.18);
  border-radius: 999px;
  background: rgba(0, 31, 22, 0.86);
  color: var(--cream);
  font-size: 13px;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.route-chip svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.metric-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 56px;
}

.metric-card,
.cream-card,
.traction-card,
.finance-panel,
.audience-card,
.process-card,
.timeline-item,
.chart-panel,
.dashboard-mockup,
.signal-rail {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.metric-card {
  position: relative;
  min-height: 168px;
  padding: 24px;
  overflow: hidden;
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.metric-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--action), var(--gold));
  content: "";
}

.metric-icon,
.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid rgba(22, 160, 92, 0.28);
  border-radius: 999px;
  background: rgba(22, 160, 92, 0.1);
}

.metric-icon svg,
.card-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--action);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.metric-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--forest);
  font-family: "IBM Plex Mono", monospace;
  font-size: 40px;
  line-height: 1;
}

.metric-card p {
  margin: 0;
  color: rgba(5, 37, 27, 0.74);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.traction-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  counter-reset: traction;
}

.cream-card,
.traction-card {
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.traction-card {
  position: relative;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  overflow: hidden;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(22, 160, 92, 0.09), transparent 40%),
    radial-gradient(circle at 86% 14%, rgba(229, 168, 46, 0.15), transparent 24%),
    var(--cream);
}

.traction-card::before {
  position: absolute;
  top: 26px;
  right: 28px;
  color: rgba(5, 37, 27, 0.16);
  content: "0" counter(traction);
  counter-increment: traction;
  font-family: "IBM Plex Mono", monospace;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.traction-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--action), var(--gold));
  content: "";
}

.traction-card > * {
  position: relative;
  z-index: 1;
}

.traction-card .card-icon {
  width: 50px;
  height: 50px;
  border-color: rgba(229, 168, 46, 0.24);
  background: rgba(229, 168, 46, 0.11);
}

.traction-card .card-icon svg {
  stroke: var(--forest-2);
}

.traction-card h3,
.cream-card h3 {
  color: var(--ink);
}

.proof-list,
.audience-card ul,
.signal-rail ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof-list {
  margin-bottom: 26px;
  color: rgba(5, 37, 27, 0.74);
  font-size: 15px;
}

.proof-list li {
  position: relative;
  padding-left: 20px;
}

.proof-list li::before,
.audience-card li::before,
.signal-rail li::before {
  position: absolute;
  left: 0;
  color: var(--action);
  content: "\2713";
  font-weight: 900;
}

.proof-preview,
.route-proof-card {
  margin-top: auto;
  padding: 18px;
  border: 1px solid rgba(5, 53, 39, 0.15);
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, rgba(22, 160, 92, 0.08), transparent 54%),
    rgba(255, 248, 232, 0.78);
}

.proof-preview span,
.route-proof-card span {
  display: block;
  color: rgba(5, 37, 27, 0.54);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
}

.proof-preview strong,
.route-proof-card strong {
  display: block;
  margin: 6px 0;
  color: var(--action);
  font-size: 22px;
}

.proof-preview small {
  color: rgba(5, 37, 27, 0.58);
}

.india-map {
  position: relative;
  min-height: 292px;
  margin-top: auto;
  overflow: hidden;
  border: 1px solid rgba(5, 53, 39, 0.14);
  border-radius: var(--radius-md);
  background: rgba(255, 248, 232, 0.74);
}

.india-outline-map {
  position: absolute;
  inset: 14px 54px 22px 46px;
  width: calc(100% - 100px);
  height: calc(100% - 36px);
  object-fit: contain;
  opacity: 0.78;
  filter: sepia(0.28) saturate(0.72) hue-rotate(82deg) brightness(0.82);
}

.map-route-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.map-route-lines path {
  fill: none;
  stroke: rgba(229, 168, 46, 0.48);
  stroke-dasharray: 3 4;
  stroke-linecap: round;
  stroke-width: 0.8;
}

.state-marker {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(5, 37, 27, 0.86);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.05;
}

.state-marker i {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 3px solid var(--cream);
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(229, 168, 46, 0.15);
  animation: mapPulse 2.2s ease-in-out infinite;
}

.state-marker-hp {
  top: 20%;
  left: 37%;
}

.state-marker-mp {
  top: 46%;
  left: 39%;
}

.state-marker-ka {
  top: 70%;
  left: 34%;
}

.state-marker-ap {
  top: 65%;
  left: 51%;
}

.map-attribution {
  position: absolute;
  right: 12px;
  bottom: 10px;
  color: rgba(5, 37, 27, 0.42);
  font-size: 10px;
  font-weight: 800;
}

.route-line {
  position: relative;
  display: flex;
  height: 68px;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.route-line::before {
  position: absolute;
  right: 8px;
  left: 8px;
  height: 2px;
  background: linear-gradient(90deg, var(--action), var(--gold));
  content: "";
}

.route-line i {
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  border: 3px solid var(--cream);
  border-radius: 50%;
  background: var(--action);
  box-shadow: 0 0 0 1px rgba(5, 53, 39, 0.26);
}

.split-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 48px;
}

.problem-cards {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.problem-cards article {
  padding: 24px;
  border: 1px solid rgba(5, 53, 39, 0.14);
  border-radius: var(--radius-md);
  background: #fff3d2;
}

.problem-cards h3 {
  margin-bottom: 8px;
  color: var(--ink);
}

.problem-cards p {
  margin: 0;
  color: rgba(5, 37, 27, 0.7);
}

.chart-panel {
  padding: 24px;
  background: #061a14;
  color: var(--cream);
  box-shadow: var(--shadow);
}

.chart-head {
  margin-bottom: 16px;
}

.chart-head strong {
  color: var(--gold);
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
}

.price-chart {
  width: 100%;
  height: auto;
  overflow: visible;
}

.price-slider-plot {
  cursor: pointer;
}

.price-slider-plot:focus {
  outline: 0;
}

.price-slider-plot:focus .chart-slider-point {
  filter: drop-shadow(0 0 18px rgba(229, 168, 46, 0.54));
}

.price-chart text {
  fill: rgba(245, 238, 220, 0.72);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.zone {
  fill: rgba(245, 238, 220, 0.035);
  stroke: rgba(229, 168, 46, 0.16);
}

.grid-line {
  fill: none;
  stroke: rgba(245, 238, 220, 0.09);
  stroke-width: 1;
}

.axis-line {
  fill: none;
  stroke: rgba(245, 238, 220, 0.24);
  stroke-width: 2;
}

.chart-area {
  fill: url(#priceArea);
}

.chart-track {
  fill: none;
  stroke: rgba(245, 238, 220, 0.12);
  stroke-linecap: round;
  stroke-width: 18;
}

.chart-path {
  fill: none;
  stroke: url(#priceLine);
  stroke-linecap: round;
  stroke-width: 8;
  stroke-dasharray: 760;
  stroke-dashoffset: 0;
  filter: url(#chartGlow);
}

.chart-marker-guide {
  stroke: var(--price-marker-color, var(--leaf));
  stroke-dasharray: 5 7;
  stroke-linecap: round;
  stroke-opacity: 0.48;
  stroke-width: 2;
}

.chart-price-pill {
  fill: rgba(6, 26, 20, 0.92);
  stroke: var(--price-marker-color, var(--leaf));
  stroke-opacity: 0.56;
  stroke-width: 1.5;
}

.chart-slider-point {
  fill: var(--price-marker-color, var(--leaf));
  stroke: rgba(6, 26, 20, 0.95);
  stroke-width: 6;
  cursor: grab;
  filter: drop-shadow(0 0 14px var(--price-marker-glow, rgba(57, 181, 74, 0.36)));
}

.price-slider-plot:active .chart-slider-point {
  cursor: grabbing;
}

.chart-slider-price {
  fill: var(--price-marker-color, var(--leaf));
  font-family: "IBM Plex Mono", monospace;
  font-size: 17px;
  font-weight: 900;
  pointer-events: none;
}

.zone-label-pill {
  fill: rgba(6, 26, 20, 0.78);
  stroke: rgba(229, 168, 46, 0.22);
  stroke-width: 1;
}

.zone-label {
  fill: rgba(245, 238, 220, 0.78);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.chart-bound {
  fill: rgba(245, 238, 220, 0.82);
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  font-weight: 900;
}

.chart-bound-high {
  fill: var(--leaf);
}

.chart-decision-label {
  fill: rgba(217, 74, 56, 0.82);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.chart-decision-label-mid {
  fill: rgba(244, 197, 66, 0.82);
}

.chart-decision-label-high {
  fill: rgba(57, 181, 74, 0.82);
}

.js .chart-path {
  stroke-dashoffset: 760;
}

.is-visible .chart-path {
  animation: drawLine 1.4s ease forwards;
}

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

.process-grid::before {
  position: absolute;
  top: 52px;
  right: 8%;
  left: 8%;
  height: 2px;
  background: linear-gradient(90deg, rgba(229, 168, 46, 0), rgba(229, 168, 46, 0.8), rgba(229, 168, 46, 0));
  content: "";
}

.process-card {
  position: relative;
  z-index: 1;
  min-height: 360px;
  padding: 24px;
  background: var(--forest-3);
  box-shadow: var(--shadow);
}

.process-card h3 {
  color: var(--cream);
}

.process-card p {
  font-size: 15px;
}

.process-card small {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(229, 168, 46, 0.18);
  color: var(--gold);
  font-weight: 800;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border: 1px solid rgba(229, 168, 46, 0.35);
  border-radius: 50%;
  background: rgba(229, 168, 46, 0.08);
  color: var(--gold);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 800;
}

.goal-banner {
  margin-top: 28px;
  padding: 26px 30px;
  border: 1px solid rgba(229, 168, 46, 0.3);
  border-radius: var(--radius-lg);
  background: linear-gradient(90deg, rgba(229, 168, 46, 0.12), rgba(22, 160, 92, 0.12));
  color: var(--cream);
  font-family: "Archivo Condensed", Inter, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.goal-banner span {
  color: var(--gold);
}

.ops-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.ops-strip figure {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(229, 168, 46, 0.22);
  border-radius: var(--radius-lg);
  background: var(--forest-3);
  box-shadow: var(--shadow);
}

.ops-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ops-strip figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(0, 31, 22, 0.82));
  content: "";
}

.ops-strip figcaption {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 16px;
  left: 16px;
  color: var(--cream);
  font-weight: 900;
}

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

.why-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  padding: 34px;
}

.why-card::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(22, 160, 92, 0.1), transparent 42%),
    radial-gradient(circle at 82% 18%, rgba(229, 168, 46, 0.16), transparent 28%);
  content: "";
  pointer-events: none;
}

.why-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--action), var(--gold));
  content: "";
}

.why-card > * {
  position: relative;
  z-index: 1;
}

.why-card .card-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 34px;
  border-color: rgba(229, 168, 46, 0.26);
  background: rgba(229, 168, 46, 0.12);
}

.why-card .card-icon svg {
  stroke: var(--forest-2);
}

.why-card h3 {
  max-width: 410px;
  margin-bottom: 18px;
  font-size: 26px;
  line-height: 1.12;
}

.why-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.58;
}

.why-number {
  position: absolute;
  top: 28px;
  right: 30px;
  z-index: 1;
  color: rgba(5, 37, 27, 0.16);
  font-family: "IBM Plex Mono", monospace;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.flow-diagram {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr 34px 1fr;
  align-items: center;
  gap: 8px;
  margin-top: 38px;
  padding: 30px;
  border: 1px solid rgba(5, 53, 39, 0.12);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(90deg, rgba(255, 248, 232, 0.92), rgba(245, 238, 220, 0.95)),
    #fff3d2;
  box-shadow: 0 18px 48px rgba(5, 37, 27, 0.09);
}

.flow-diagram::before {
  position: absolute;
  top: 50%;
  right: 54px;
  left: 54px;
  height: 2px;
  background: linear-gradient(90deg, rgba(22, 160, 92, 0.24), rgba(229, 168, 46, 0.72), rgba(22, 160, 92, 0.24));
  content: "";
}

.flow-diagram span {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 6px;
  min-height: 58px;
  padding: 18px 14px;
  border-radius: 14px;
  background: var(--forest-3);
  color: var(--cream);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 14px 30px rgba(5, 37, 27, 0.18);
}

.flow-diagram span small {
  color: var(--gold);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 900;
}

.flow-diagram i {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: 28px;
  height: 2px;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(229, 168, 46, 0.1);
}

.ai-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 250px;
  align-items: start;
  gap: 20px;
}

.signal-rail {
  padding: 24px;
  background: var(--forest-3);
}

.signal-rail h3 {
  color: var(--gold);
}

.signal-rail li {
  position: relative;
  padding-left: 22px;
  color: rgba(245, 238, 220, 0.78);
  font-size: 14px;
}

.dashboard-mockup {
  padding: 20px;
  background: #061a14;
  box-shadow: var(--shadow);
}

.dashboard-top {
  margin-bottom: 18px;
}

.dashboard-top strong {
  display: block;
  margin-top: 4px;
  color: var(--cream);
  font-size: 24px;
}

.dashboard-top p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.dashboard-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.dashboard-kpis article,
.donut-wrap,
.active-lots,
.system-log {
  border: 1px solid rgba(57, 181, 74, 0.2);
  border-radius: 14px;
  background: rgba(245, 238, 220, 0.045);
}

.dashboard-kpis article {
  padding: 14px;
}

.dashboard-kpis span,
.donut-wrap span {
  display: block;
  color: rgba(245, 238, 220, 0.58);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.dashboard-kpis strong,
.donut-wrap strong {
  display: block;
  margin-top: 6px;
  color: var(--cream);
  font-family: "IBM Plex Mono", monospace;
  font-size: 24px;
}

.dashboard-kpis small,
.donut-wrap small {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
}

.dashboard-main {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 10px;
  margin-top: 10px;
}

.dash-map {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border: 1px solid rgba(57, 181, 74, 0.2);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(57, 181, 74, 0.12), transparent 44%),
    radial-gradient(circle at 40% 42%, rgba(229, 168, 46, 0.12), transparent 34%),
    rgba(245, 238, 220, 0.045);
}

.dash-india-outline-map {
  position: absolute;
  inset: 16px 46px 38px 38px;
  width: calc(100% - 84px);
  height: calc(100% - 54px);
  object-fit: contain;
  opacity: 0.58;
  filter: invert(93%) sepia(19%) saturate(342%) hue-rotate(70deg) brightness(91%);
}

.dash-map strong {
  position: absolute;
  left: 16px;
  bottom: 14px;
  color: var(--cream);
  font-size: 14px;
}

.dash-map-route-lines path {
  stroke: rgba(229, 168, 46, 0.42);
  stroke-width: 0.7;
}

.dash-state-marker {
  gap: 0;
}

.dash-state-marker i {
  width: 12px;
  height: 12px;
  flex-basis: 12px;
  border-width: 2px;
  box-shadow: 0 0 0 10px rgba(229, 168, 46, 0.1);
}

.donut-wrap {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 220px;
  padding: 20px;
  text-align: center;
}

.donut {
  width: 112px;
  height: 112px;
  margin-bottom: 14px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #061a14 0 53%, transparent 54%),
    conic-gradient(var(--leaf) 0 64%, var(--gold) 64% 84%, rgba(245, 238, 220, 0.14) 84% 100%);
}

.active-lots {
  margin-top: 10px;
  overflow: hidden;
}

.lot-row {
  display: grid;
  grid-template-columns: 1fr 0.7fr 1fr 1fr;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(245, 238, 220, 0.07);
  color: var(--muted);
  font-size: 13px;
}

.lot-row:last-child {
  border-bottom: 0;
}

.lot-row.head {
  background: rgba(245, 238, 220, 0.05);
  color: rgba(245, 238, 220, 0.54);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.chip {
  display: inline-flex;
  width: fit-content;
  padding: 3px 8px;
  border-radius: 999px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 800;
}

.chip.hold {
  background: rgba(229, 168, 46, 0.12);
  color: var(--gold);
}

.chip.release {
  background: rgba(57, 181, 74, 0.13);
  color: var(--leaf);
}

.chip.buy {
  background: rgba(116, 201, 71, 0.13);
  color: var(--fresh);
}

.system-log {
  margin-top: 10px;
  padding: 13px 14px;
  color: rgba(245, 238, 220, 0.72);
  font-size: 12px;
}

.system-log span {
  margin-right: 8px;
  color: var(--gold);
  font-family: "IBM Plex Mono", monospace;
}

.capsicum-section {
  background:
    radial-gradient(circle at 16% 24%, rgba(232, 74, 60, 0.16), transparent 24%),
    radial-gradient(circle at 82% 78%, rgba(244, 197, 66, 0.14), transparent 24%),
    var(--forest);
}

.capsicum-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 54px;
}

.capsicum-image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(229, 168, 46, 0.24);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.capsicum-image img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.capsicum-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(0, 31, 22, 0.86));
  content: "";
}

.image-badge {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(245, 238, 220, 0.22);
  border-radius: 999px;
  background: rgba(0, 31, 22, 0.72);
  color: var(--cream);
  font-size: 13px;
  font-weight: 800;
}

.pepper-red {
  color: var(--red);
}

.pepper-gold {
  color: var(--yellow);
}

.pepper-green {
  color: var(--fresh);
}

.economics-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.economics-cards article {
  padding: 22px;
  border: 1px solid rgba(229, 168, 46, 0.24);
  border-radius: var(--radius-md);
  background: var(--forest-3);
}

.economics-cards strong {
  display: block;
  margin-top: 8px;
  color: var(--cream);
  font-family: "IBM Plex Mono", monospace;
  font-size: 28px;
  line-height: 1;
}

.finance-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 22px;
}

.finance-panel {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background: var(--forest-3);
  box-shadow: var(--shadow);
}

.finance-panel::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(57, 181, 74, 0.1), transparent 42%),
    radial-gradient(circle at 88% 12%, rgba(229, 168, 46, 0.15), transparent 28%);
  content: "";
  pointer-events: none;
}

.finance-panel::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--action));
  content: "";
}

.finance-panel > * {
  position: relative;
  z-index: 1;
}

.finance-panel h3 {
  color: var(--cream);
}

.cost-flow {
  display: grid;
  gap: 14px;
  margin: 26px 0;
  counter-reset: costStep;
}

.cost-flow span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 18px 18px 60px;
  border: 1px solid rgba(229, 168, 46, 0.2);
  border-radius: 16px;
  background: rgba(245, 238, 220, 0.045);
}

.cost-flow span::before {
  position: absolute;
  left: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(229, 168, 46, 0.36);
  border-radius: 999px;
  background: rgba(229, 168, 46, 0.1);
  color: var(--gold);
  content: "0" counter(costStep);
  counter-increment: costStep;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 900;
}

.cost-flow strong {
  color: var(--gold);
  font-family: "IBM Plex Mono", monospace;
  font-size: 22px;
}

.cost-flow i {
  width: 2px;
  height: 22px;
  margin-left: 30px;
  background: linear-gradient(180deg, rgba(229, 168, 46, 0.2), var(--gold), rgba(57, 181, 74, 0.2));
}

.unit-table {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(229, 168, 46, 0.18);
  border-radius: 16px;
}

.unit-table div {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 16px;
  padding: 13px 16px;
  border-bottom: 1px solid rgba(245, 238, 220, 0.08);
  color: var(--muted);
  font-size: 14px;
}

.unit-table div:last-child {
  border-bottom: 0;
}

.unit-table strong {
  color: var(--cream);
  text-align: right;
}

.unit-table .highlight {
  background: rgba(229, 168, 46, 0.12);
}

.unit-table .highlight strong {
  color: var(--gold);
}

.advantage-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 24px;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid rgba(5, 53, 39, 0.14);
  border-radius: var(--radius-lg);
  background: var(--cream);
  box-shadow: 0 18px 48px rgba(5, 37, 27, 0.12);
}

.comparison-table .row {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  min-height: 58px;
}

.comparison-table .row > * {
  display: flex;
  align-items: center;
  padding: 14px;
  border-right: 1px solid rgba(5, 53, 39, 0.08);
  border-bottom: 1px solid rgba(5, 53, 39, 0.08);
  color: rgba(5, 37, 27, 0.72);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.comparison-table .row > *:last-child {
  border-right: 0;
  background: rgba(229, 168, 46, 0.09);
  color: var(--forest);
}

.comparison-table .head > * {
  background: var(--forest-3);
  color: var(--cream);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.comparison-table .head > *:last-child {
  background: var(--gold);
  color: var(--forest);
}

.expansion-path {
  position: relative;
  display: grid;
  gap: 14px;
  counter-reset: expansion;
}

.expansion-path::before {
  position: absolute;
  top: 26px;
  bottom: 26px;
  left: 22px;
  width: 2px;
  background: linear-gradient(180deg, rgba(22, 160, 92, 0.24), rgba(229, 168, 46, 0.72), rgba(22, 160, 92, 0.24));
  content: "";
}

.expansion-path article {
  position: relative;
  overflow: hidden;
  padding: 22px 22px 22px 58px;
  border: 1px solid rgba(5, 53, 39, 0.14);
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, rgba(57, 181, 74, 0.1), transparent 48%),
    var(--forest-3);
  box-shadow: 0 18px 48px rgba(5, 37, 27, 0.12);
}

.expansion-path article::before {
  position: absolute;
  top: 22px;
  left: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(229, 168, 46, 0.36);
  border-radius: 999px;
  background: var(--gold);
  color: var(--forest);
  content: "0" counter(expansion);
  counter-increment: expansion;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 900;
}

.expansion-path strong {
  display: block;
  margin-top: 8px;
  color: var(--gold);
  font-family: "IBM Plex Mono", monospace;
  font-size: 24px;
  line-height: 1.1;
}

.compounding-loop {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 28px;
  padding: 16px;
  border: 1px solid rgba(5, 53, 39, 0.12);
  border-radius: var(--radius-lg);
  background: #fff3d2;
}

.compounding-loop span {
  position: relative;
  min-height: 74px;
  padding: 18px 14px;
  border-radius: 14px;
  background: var(--forest-3);
  color: var(--cream);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.compounding-loop span::after {
  position: absolute;
  top: 50%;
  right: -12px;
  width: 14px;
  height: 2px;
  background: var(--gold);
  content: "";
}

.compounding-loop span:last-child::after {
  display: none;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  counter-reset: audience;
}

.audience-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(57, 181, 74, 0.1), transparent 42%),
    radial-gradient(circle at 88% 12%, rgba(229, 168, 46, 0.14), transparent 26%),
    var(--forest-3);
  box-shadow: var(--shadow);
}

.audience-card::before {
  position: absolute;
  top: 26px;
  right: 28px;
  color: rgba(245, 238, 220, 0.1);
  content: "0" counter(audience);
  counter-increment: audience;
  font-family: "IBM Plex Mono", monospace;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.audience-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--action));
  content: "";
}

.audience-card > * {
  position: relative;
  z-index: 1;
}

.audience-card .card-icon {
  width: 50px;
  height: 50px;
  border-color: rgba(229, 168, 46, 0.28);
  background: rgba(229, 168, 46, 0.1);
}

.audience-card .card-icon svg {
  stroke: var(--gold);
}

.audience-card h3 {
  color: var(--gold);
}

.audience-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(245, 238, 220, 0.76);
  font-size: 15px;
}

.audience-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  color: var(--gold);
  font-weight: 900;
}

.audience-card a::after {
  content: "->";
  font-family: "IBM Plex Mono", monospace;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  counter-reset: sprint;
}

.timeline::before {
  position: absolute;
  top: 46px;
  right: 9%;
  left: 9%;
  height: 2px;
  background: linear-gradient(90deg, rgba(57, 181, 74, 0), rgba(229, 168, 46, 0.72), rgba(57, 181, 74, 0));
  content: "";
}

.timeline-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(57, 181, 74, 0.09), transparent 44%),
    var(--forest-3);
  box-shadow: var(--shadow);
}

.timeline-item::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  border: 1px solid rgba(229, 168, 46, 0.38);
  border-radius: 999px;
  background: var(--gold);
  color: var(--forest);
  content: "0" counter(sprint);
  counter-increment: sprint;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 900;
}

.timeline-item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--action));
  content: "";
}

.timeline-item h3 {
  color: var(--cream);
}

.timeline-item small {
  display: inline-flex;
  margin-top: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(57, 181, 74, 0.13);
  color: var(--leaf);
  font-size: 12px;
  font-weight: 800;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background: var(--forest);
}

.final-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 31, 22, 0.96) 0%, rgba(0, 31, 22, 0.9) 48%, rgba(0, 31, 22, 0.56) 100%),
    url("https://images.pexels.com/photos/14914415/pexels-photo-14914415.jpeg?auto=compress&cs=tinysrgb&fit=crop&w=1800&h=1100") center/cover;
  filter: saturate(0.95);
}

.final-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: 50px;
}

.final-grid h2 {
  max-width: 680px;
}

.final-grid p {
  max-width: 620px;
  color: rgba(245, 238, 220, 0.82);
  font-size: 20px;
}

.cta-card-row {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.cta-card-row a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(229, 168, 46, 0.24);
  border-radius: 16px;
  background: rgba(8, 45, 34, 0.78);
  color: var(--cream);
  font-weight: 900;
}

.cta-card-row span {
  color: var(--gold);
  font-size: 14px;
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(229, 168, 46, 0.26);
  border-radius: var(--radius-lg);
  background: rgba(6, 26, 20, 0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.form-row,
.conditional-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.conditional-fields {
  display: none;
}

.conditional-fields.is-active {
  display: grid;
}

label {
  display: grid;
  gap: 8px;
  color: rgba(245, 238, 220, 0.74);
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(245, 238, 220, 0.16);
  border-radius: 12px;
  outline: 0;
  background: rgba(245, 238, 220, 0.08);
  color: var(--cream);
}

input,
select {
  min-height: 48px;
  padding: 0 14px;
}

textarea {
  min-height: 116px;
  padding: 12px 14px;
  resize: vertical;
}

select option {
  color: var(--ink);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(229, 168, 46, 0.68);
  box-shadow: 0 0 0 3px rgba(229, 168, 46, 0.12);
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.mailto-fallback {
  color: rgba(245, 238, 220, 0.72);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mobile-sticky-cta {
  position: fixed;
  z-index: 50;
  right: 18px;
  bottom: 18px;
  display: none;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--forest);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 100ms;
}

.delay-2 {
  transition-delay: 190ms;
}

.delay-3 {
  transition-delay: 280ms;
}

.delay-4 {
  transition-delay: 370ms;
}

@keyframes barPulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scaleY(0.92);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes mapPulse {
  0%,
  100% {
    box-shadow: 0 0 0 5px rgba(229, 168, 46, 0.12);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(229, 168, 46, 0.03);
  }
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 1180px) {
  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 52px;
  }

  .hero-grid,
  .split-grid,
  .capsicum-grid,
  .finance-grid,
  .advantage-grid,
  .final-grid {
    grid-template-columns: 1fr;
  }

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

  .ai-layout {
    grid-template-columns: 1fr;
  }

  .signal-rail ul {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .process-grid::before {
    display: none;
  }

  .timeline::before {
    display: none;
  }

  .metric-strip,
  .why-grid,
  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .traction-card {
    min-height: auto;
  }

  .compounding-loop {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(100% - 32px, var(--container));
  }

  .site-header {
    grid-template-columns: 1fr auto auto;
    gap: 12px;
    padding: 14px 16px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-drawer.is-open {
    display: flex;
  }

  .mobile-drawer .button {
    width: fit-content;
    font-family: Inter, sans-serif;
    font-size: 16px;
    text-transform: none;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero {
    padding-top: 104px;
  }

  .hero-grid {
    gap: 36px;
  }

  .hero-copy {
    padding-top: 12px;
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 40px;
  }

  .hero-subtitle,
  .section-heading p:last-child,
  .section-lede,
  .final-grid p {
    font-size: 18px;
  }

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

  .hero-photo-main {
    width: 86%;
    height: 340px;
  }

  .hero-photo-warehouse {
    width: 56%;
  }

  .mini-dashboard {
    right: 0;
    width: min(318px, 76vw);
  }

  .metric-strip,
  .why-grid,
  .audience-grid,
  .ops-strip,
  .form-row,
  .conditional-fields,
  .economics-cards,
  .dashboard-kpis,
  .dashboard-main {
    grid-template-columns: 1fr;
  }

  .flow-diagram {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .flow-diagram i {
    width: 2px;
    height: 18px;
    margin: 0 auto;
  }

  .flow-diagram::before {
    top: 38px;
    bottom: 38px;
    left: 50%;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, rgba(22, 160, 92, 0.24), rgba(229, 168, 46, 0.72), rgba(22, 160, 92, 0.24));
  }

  .comparison-table {
    overflow-x: auto;
  }

  .comparison-table .row {
    min-width: 800px;
  }

  .compounding-loop {
    grid-template-columns: 1fr;
  }

  .compounding-loop span::after {
    top: auto;
    right: 50%;
    bottom: -7px;
    width: 2px;
    height: 12px;
  }

  .signal-rail ul {
    grid-template-columns: 1fr;
  }

  .mobile-sticky-cta {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 64px 0;
  }

  .section-tight {
    padding-top: 54px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 48px;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 36px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button,
  .lead-form .button {
    width: 100%;
  }

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

  .photo-card {
    border-radius: 18px;
  }

  .hero-photo-main {
    top: 20px;
    width: 92%;
    height: 300px;
  }

  .hero-photo-main figcaption {
    right: 12px;
    left: 12px;
    width: auto;
    max-width: none;
    font-size: 12px;
  }

  .hero-photo-warehouse {
    bottom: 48px;
    width: 58%;
    height: 170px;
  }

  .route-chip {
    left: 0;
    max-width: 270px;
  }

  .mini-dashboard {
    bottom: 0;
    width: 88%;
  }

  .metric-card,
  .traction-card,
  .cream-card,
  .process-card,
  .finance-panel,
  .audience-card,
  .timeline-item,
  .lead-form,
  .chart-panel {
    border-radius: 18px;
  }

  .metric-strip {
    gap: 12px;
  }

  .metric-card {
    min-height: 150px;
    padding: 20px;
  }

  .metric-card strong {
    font-size: 34px;
  }

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

  .process-card {
    min-height: 280px;
  }

  .goal-banner {
    padding: 22px;
    font-size: 31px;
  }

  .why-card {
    min-height: auto;
    padding: 26px;
  }

  .why-card h3 {
    font-size: 23px;
  }

  .why-number {
    top: 24px;
    right: 24px;
    font-size: 34px;
  }

  .flow-diagram {
    padding: 20px;
  }

  .capsicum-image img {
    height: 430px;
  }

  .economics-cards strong {
    font-size: 24px;
  }

  .unit-table div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .unit-table strong {
    text-align: left;
  }

  .final-cta {
    padding: 72px 0 92px;
  }

  .cta-card-row a {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }

  .chart-path {
    stroke-dashoffset: 0;
  }

}
