
:root {
  --green-950: #09291d;
  --green-900: #0c3b29;
  --green-800: #0f5237;
  --green-700: #176a47;
  --green-600: #23865c;
  --green-500: #39a76f;
  --lime-500: #a9d44b;
  --lime-300: #d6ed9f;
  --cream-50: #fbfcf8;
  --cream-100: #f4f7ed;
  --sand-200: #e6eadc;
  --ink-900: #10241b;
  --ink-700: #3e5148;
  --ink-500: #68776f;
  --white: #ffffff;
  --warning: #e99a2b;
  --shadow-sm: 0 8px 28px rgba(13, 58, 41, .08);
  --shadow-lg: 0 24px 70px rgba(13, 58, 41, .16);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink-900);
  background: var(--cream-50);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(169, 212, 75, .75); outline-offset: 3px; }

.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--green-700);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.section-kicker::before { content: ""; width: 30px; height: 2px; background: var(--lime-500); }
.section-title {
  margin: 0;
  max-width: 760px;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.section-lead { max-width: 720px; margin: 20px 0 0; color: var(--ink-700); font-size: 1.08rem; }
.center { text-align: center; }
.center .section-title, .center .section-lead { margin-inline: auto; }
.muted { color: var(--ink-500); }
.eyebrow { color: var(--green-700); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: .78rem; }

.skip-link { position: fixed; left: 14px; top: -60px; z-index: 1000; padding: 10px 14px; background: var(--green-950); color: white; border-radius: 8px; }
.skip-link:focus { top: 14px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 252, 248, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(15, 82, 55, .08);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: Manrope, sans-serif; font-weight: 850; font-size: 1.2rem; letter-spacing: -.03em; }
.brand img { width: 42px; height: 42px; }
.brand small { display: block; margin-top: -4px; color: var(--ink-500); font-family: Inter, sans-serif; font-size: .61rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a { padding: 10px 13px; color: var(--ink-700); font-size: .93rem; font-weight: 700; border-radius: 10px; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--green-800); background: rgba(169, 212, 75, .15); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--sand-200); border-radius: 12px; background: white; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--green-900); transition: .25s ease; }
.nav-toggle.active span { opacity: 0; }
.nav-toggle.active::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle.active::after { transform: translateY(-6px) rotate(-45deg); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green-800); color: white; box-shadow: 0 10px 24px rgba(15, 82, 55, .22); }
.btn-primary:hover { background: var(--green-700); }
.btn-secondary { background: white; border-color: var(--sand-200); color: var(--green-900); }
.btn-ghost { color: var(--green-800); padding-inline: 6px; }
.btn svg { width: 18px; height: 18px; }

.hero { position: relative; overflow: hidden; padding: 95px 0 72px; background: linear-gradient(135deg, #fbfcf8 0%, #eff5e7 48%, #e9f4df 100%); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -180px; top: -230px; border-radius: 50%; background: radial-gradient(circle, rgba(169, 212, 75, .45), rgba(169, 212, 75, 0) 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; padding: 8px 12px; margin-bottom: 24px; border: 1px solid rgba(15, 82, 55, .12); border-radius: 999px; background: rgba(255, 255, 255, .75); color: var(--green-800); font-size: .82rem; font-weight: 800; }
.hero-badge span { width: 9px; height: 9px; border-radius: 50%; background: var(--lime-500); box-shadow: 0 0 0 5px rgba(169, 212, 75, .18); }
.hero h1 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(3rem, 6vw, 6.2rem); line-height: .96; letter-spacing: -.065em; }
.hero h1 em { color: var(--green-700); font-style: normal; }
.hero p { max-width: 660px; margin: 25px 0 0; color: var(--ink-700); font-size: clamp(1.04rem, 1.7vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: var(--ink-700); font-size: .9rem; font-weight: 700; }
.hero-points span { display: inline-flex; align-items: center; gap: 8px; }
.hero-points i { width: 20px; height: 20px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--lime-300); color: var(--green-900); font-style: normal; font-size: .75rem; }

.farm-console { position: relative; min-height: 570px; }
.console-shell { position: absolute; inset: 34px 0 0 42px; padding: 18px; border: 1px solid rgba(255, 255, 255, .6); border-radius: 28px; background: rgba(255, 255, 255, .88); box-shadow: var(--shadow-lg); transform: rotate(-1.5deg); }
.console-top { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding-bottom: 16px; }
.console-logo { display: flex; align-items: center; gap: 9px; font-weight: 850; }
.console-logo img { width: 28px; }
.console-user { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--green-900); color: white; font-size: .8rem; }
.weather-card { position: relative; overflow: hidden; padding: 24px; border-radius: 22px; background: linear-gradient(135deg, var(--green-950), var(--green-700)); color: white; }
.weather-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -60px; top: -95px; border-radius: 50%; background: rgba(169, 212, 75, .25); }
.weather-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.weather-temp { font-size: 3.4rem; font-weight: 800; letter-spacing: -.06em; line-height: 1; }
.weather-meta { color: rgba(255,255,255,.72); font-size: .8rem; }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 12px; }
.metric-card { padding: 17px; border: 1px solid var(--sand-200); border-radius: 18px; background: white; }
.metric-card strong { display: block; margin-top: 8px; font-size: 1.2rem; }
.metric-card small { color: var(--ink-500); }
.crop-status { margin-top: 12px; padding: 18px; border-radius: 18px; background: var(--cream-100); }
.progress { height: 8px; margin-top: 12px; overflow: hidden; border-radius: 999px; background: #dfe7d5; }
.progress span { display: block; width: 72%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--green-600), var(--lime-500)); }
.float-card { position: absolute; z-index: 3; padding: 15px 17px; border: 1px solid rgba(255,255,255,.75); border-radius: 17px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.float-card strong { display: block; font-size: .92rem; }
.float-card small { color: var(--ink-500); }
.float-ai { left: 0; top: 15px; }
.float-market { right: -15px; bottom: 38px; }
.float-dot { display: inline-block; width: 9px; height: 9px; margin-right: 7px; border-radius: 50%; background: var(--lime-500); }

.trust-strip { padding: 24px 0; border-top: 1px solid rgba(15,82,55,.08); border-bottom: 1px solid rgba(15,82,55,.08); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.trust-item { display: flex; align-items: center; gap: 13px; color: var(--ink-700); font-weight: 750; }
.trust-icon { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; background: var(--cream-100); color: var(--green-700); }
.trust-icon svg { width: 21px; height: 21px; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.card { padding: 28px; border: 1px solid rgba(15,82,55,.1); border-radius: var(--radius-md); background: white; box-shadow: var(--shadow-sm); }
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: var(--cream-100); color: var(--green-700); }
.card-icon svg { width: 24px; height: 24px; }
.card h3 { margin: 20px 0 8px; font-family: Manrope, sans-serif; font-size: 1.25rem; line-height: 1.25; letter-spacing: -.025em; }
.card p { margin: 0; color: var(--ink-700); }
.card-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; color: var(--green-700); font-weight: 800; font-size: .9rem; }
.card-link:hover { gap: 11px; }
.feature-card { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(35,134,92,.25); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.visual-panel { position: relative; min-height: 520px; padding: 30px; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(160deg, var(--green-950), var(--green-700)); color: white; }
.visual-panel::before { content: ""; position: absolute; width: 320px; height: 320px; left: -100px; bottom: -160px; border-radius: 50%; background: rgba(169,212,75,.22); }
.phone { position: relative; width: 270px; min-height: 500px; margin: 8px auto 0; padding: 13px; border: 7px solid #082619; border-radius: 38px; background: white; box-shadow: 0 30px 60px rgba(0,0,0,.25); color: var(--ink-900); }
.phone-notch { width: 92px; height: 18px; margin: -5px auto 12px; border-radius: 0 0 14px 14px; background: #082619; }
.phone-header { display: flex; justify-content: space-between; align-items: center; padding: 5px 4px 13px; }
.phone-hero { padding: 18px; border-radius: 20px; background: linear-gradient(135deg, #eaf5df, #d8efbd); }
.phone-hero strong { display: block; font-size: 1.1rem; }
.phone-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin-top: 10px; }
.phone-tile { min-height: 92px; padding: 12px; border: 1px solid #e5eadf; border-radius: 15px; background: white; font-size: .75rem; font-weight: 750; }
.phone-tile span { display: block; width: 28px; height: 28px; margin-bottom: 8px; border-radius: 9px; background: var(--cream-100); }
.content-list { display: grid; gap: 17px; margin-top: 34px; }
.content-list-item { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; }
.content-list-item b { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: var(--lime-300); color: var(--green-900); }
.content-list-item h3 { margin: 1px 0 5px; font-size: 1rem; }
.content-list-item p { margin: 0; color: var(--ink-700); }

.dark-section { position: relative; overflow: hidden; background: var(--green-950); color: white; }
.dark-section .section-lead, .dark-section .muted { color: rgba(255,255,255,.68); }
.dark-section .section-kicker { color: var(--lime-300); }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 46px; }
.impact-card { min-height: 190px; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.05); }
.impact-card strong { display: block; color: var(--lime-300); font-size: 2rem; letter-spacing: -.04em; }
.impact-card h3 { margin: 14px 0 8px; font-size: 1rem; }
.impact-card p { margin: 0; color: rgba(255,255,255,.64); font-size: .9rem; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 48px; }
.process-step { position: relative; padding: 0 24px 0 0; }
.process-step:not(:last-child)::after { content: ""; position: absolute; top: 24px; left: 54px; right: 0; height: 1px; background: var(--sand-200); }
.process-number { position: relative; z-index: 1; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--green-800); color: white; font-weight: 900; box-shadow: 0 0 0 8px var(--cream-50); }
.process-step h3 { margin: 20px 0 8px; font-size: 1rem; }
.process-step p { margin: 0; color: var(--ink-700); font-size: .92rem; }

.revenue-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 42px; }
.revenue-card { padding: 32px; border-radius: 24px; background: white; border: 1px solid rgba(15,82,55,.1); }
.revenue-card.highlight { background: linear-gradient(145deg, var(--green-900), var(--green-700)); color: white; }
.revenue-card.highlight p, .revenue-card.highlight li { color: rgba(255,255,255,.72); }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--ink-700); }
.check-list li::before { content: "✓"; width: 22px; height: 22px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--lime-300); color: var(--green-900); font-size: .75rem; font-weight: 900; }

.cta { padding: 54px; border-radius: 30px; background: linear-gradient(135deg, #dff0bc, #f3f8e9); border: 1px solid rgba(15,82,55,.1); display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.cta h2 { margin: 0; max-width: 740px; font-family: Manrope, sans-serif; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.06; letter-spacing: -.045em; }
.cta p { margin: 15px 0 0; color: var(--ink-700); }
.cta-actions { display: flex; flex-direction: column; gap: 10px; }

.page-hero { position: relative; overflow: hidden; padding: 90px 0 68px; background: linear-gradient(135deg, #eef5e7, #fbfcf8); }
.page-hero::after { content: ""; position: absolute; right: -130px; top: -180px; width: 450px; height: 450px; border-radius: 50%; background: rgba(169,212,75,.2); }
.page-hero h1 { margin: 12px 0 0; max-width: 900px; font-family: Manrope, sans-serif; font-size: clamp(2.7rem, 6vw, 5.2rem); line-height: 1; letter-spacing: -.06em; }
.page-hero p { max-width: 760px; margin: 24px 0 0; color: var(--ink-700); font-size: 1.12rem; }
.breadcrumbs { display: flex; gap: 8px; color: var(--ink-500); font-size: .84rem; font-weight: 700; }
.breadcrumbs span { color: var(--green-700); }

.tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.tab-btn { padding: 10px 15px; border: 1px solid var(--sand-200); border-radius: 999px; background: white; color: var(--ink-700); font-weight: 800; }
.tab-btn.active, .tab-btn:hover { background: var(--green-800); color: white; border-color: var(--green-800); }
.feature-directory { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.directory-card { padding: 24px; border: 1px solid rgba(15,82,55,.1); border-radius: 18px; background: white; }
.directory-card[hidden] { display: none; }
.directory-card .tag { display: inline-block; padding: 4px 8px; border-radius: 999px; background: var(--cream-100); color: var(--green-700); font-size: .69rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.directory-card h3 { margin: 14px 0 7px; font-size: 1.05rem; }
.directory-card p { margin: 0; color: var(--ink-700); font-size: .91rem; }

.gov-dashboard { display: grid; grid-template-columns: 260px 1fr; min-height: 520px; overflow: hidden; border-radius: 28px; background: #f8faf5; border: 1px solid rgba(15,82,55,.1); box-shadow: var(--shadow-lg); }
.gov-sidebar { padding: 24px; background: var(--green-950); color: white; }
.gov-sidebar h3 { margin: 14px 0 24px; }
.gov-menu { display: grid; gap: 8px; }
.gov-menu span { padding: 11px 12px; border-radius: 10px; color: rgba(255,255,255,.68); font-size: .84rem; }
.gov-menu span:first-child { background: rgba(169,212,75,.17); color: white; }
.gov-main { padding: 28px; }
.gov-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.gov-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 24px; }
.gov-kpi { padding: 18px; border-radius: 16px; background: white; border: 1px solid #e8ede3; }
.gov-kpi strong { display: block; margin-top: 6px; font-size: 1.45rem; }
.gov-chart { height: 190px; margin-top: 15px; padding: 18px; border-radius: 18px; background: white; border: 1px solid #e8ede3; display: flex; align-items: flex-end; gap: 12px; }
.gov-chart i { flex: 1; display: block; border-radius: 7px 7px 2px 2px; background: linear-gradient(180deg, var(--lime-500), var(--green-600)); }
.gov-chart i:nth-child(1) { height: 38%; } .gov-chart i:nth-child(2) { height: 64%; } .gov-chart i:nth-child(3) { height: 48%; } .gov-chart i:nth-child(4) { height: 84%; } .gov-chart i:nth-child(5) { height: 72%; } .gov-chart i:nth-child(6) { height: 92%; } .gov-chart i:nth-child(7) { height: 78%; }

.timeline { position: relative; margin-top: 44px; }
.timeline::before { content: ""; position: absolute; left: 22px; top: 0; bottom: 0; width: 2px; background: var(--sand-200); }
.timeline-item { position: relative; padding: 0 0 34px 72px; }
.timeline-dot { position: absolute; left: 8px; top: 0; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--green-800); color: white; font-size: .8rem; font-weight: 900; box-shadow: 0 0 0 8px var(--cream-50); }
.timeline-item h3 { margin: 0 0 6px; }
.timeline-item p { margin: 0; color: var(--ink-700); }

.logo-wall { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 42px; }
.logo-chip { min-height: 112px; display: grid; place-items: center; padding: 20px; border: 1px solid rgba(15,82,55,.1); border-radius: 18px; background: white; text-align: center; color: var(--ink-700); font-weight: 850; }

.team-card { display: grid; grid-template-columns: 1fr 1.1fr; overflow: hidden; border-radius: 28px; border: 1px solid rgba(15,82,55,.1); background: white; }
.team-visual { min-height: 420px; display: grid; place-items: center; padding: 40px; background: linear-gradient(145deg, var(--green-950), var(--green-700)); color: white; }
.founder-avatar { width: 190px; height: 190px; display: grid; place-items: center; border-radius: 50%; border: 7px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); font-family: Manrope, sans-serif; font-size: 3.4rem; font-weight: 900; }
.team-copy { padding: 52px; }
.team-copy h2 { margin: 0; font-family: Manrope, sans-serif; font-size: 2.5rem; letter-spacing: -.04em; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: start; }
.contact-panel { padding: 32px; border-radius: 24px; background: var(--green-950); color: white; }
.contact-panel p { color: rgba(255,255,255,.68); }
.contact-list { display: grid; gap: 18px; margin-top: 28px; }
.contact-item { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: start; }
.contact-item i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: rgba(169,212,75,.14); color: var(--lime-300); font-style: normal; }
.form-card { padding: 34px; border: 1px solid rgba(15,82,55,.1); border-radius: 24px; background: white; box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .84rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #dfe5d9; border-radius: 12px; background: #fcfdf9; color: var(--ink-900); }
.field textarea { min-height: 150px; resize: vertical; }
.form-note { margin: 14px 0 0; color: var(--ink-500); font-size: .8rem; }
.alert { display: none; margin-bottom: 18px; padding: 12px 14px; border-radius: 12px; font-weight: 750; }
.alert.show { display: block; }
.alert-success { background: #e5f5e9; color: #195b34; }
.alert-error { background: #fff0ec; color: #8d351e; }
.honeypot { position: absolute !important; left: -9999px !important; }

.faq { margin-top: 40px; display: grid; gap: 12px; }
.faq-item { border: 1px solid rgba(15,82,55,.1); border-radius: 16px; background: white; overflow: hidden; }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 19px 20px; border: 0; background: transparent; color: var(--ink-900); text-align: left; font-weight: 850; }
.faq-question span:last-child { color: var(--green-700); font-size: 1.2rem; }
.faq-answer { display: none; padding: 0 20px 20px; color: var(--ink-700); }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }

.legal { max-width: 850px; }
.legal h2 { margin-top: 42px; font-family: Manrope, sans-serif; letter-spacing: -.03em; }
.legal h3 { margin-top: 28px; }
.legal p, .legal li { color: var(--ink-700); }
.legal a { color: var(--green-700); text-decoration: underline; }

.site-footer { padding: 70px 0 28px; background: var(--green-950); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 42px; }
.footer-brand p { max-width: 390px; color: rgba(255,255,255,.62); }
.footer-brand .brand small { color: rgba(255,255,255,.54); }
.footer-col h3 { margin: 0 0 16px; font-size: .92rem; }
.footer-col a { display: block; padding: 5px 0; color: rgba(255,255,255,.64); font-size: .9rem; }
.footer-col a:hover { color: var(--lime-300); }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.5); font-size: .82rem; }
.socials { display: flex; gap: 10px; }
.socials a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .nav-links { position: fixed; inset: 78px 18px auto; display: none; padding: 14px; border: 1px solid var(--sand-200); border-radius: 18px; background: white; box-shadow: var(--shadow-lg); }
  .nav-links.open { display: grid; }
  .nav-links a { padding: 12px 14px; }
  .nav-toggle { display: block; }
  .nav-actions .btn { display: none; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 32px; }
  .farm-console { max-width: 650px; margin-inline: auto; width: 100%; }
  .card-grid, .feature-directory { grid-template-columns: repeat(2, 1fr); }
  .impact-grid, .process-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-col:last-child { grid-column: 2; }
  .gov-dashboard { grid-template-columns: 200px 1fr; }
  .logo-wall { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .section { padding: 72px 0; }
  .section-sm { padding: 48px 0; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { padding: 66px 0 45px; }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4.8rem); }
  .hero-actions .btn { width: 100%; }
  .farm-console { min-height: 520px; }
  .console-shell { inset: 36px 2px 0 10px; padding: 12px; }
  .float-market { right: 0; bottom: 5px; }
  .float-ai { left: 0; top: 3px; }
  .card-grid, .feature-directory, .revenue-grid, .impact-grid, .process-grid, .trust-grid, .form-grid { grid-template-columns: 1fr; }
  .process-step:not(:last-child)::after { display: none; }
  .visual-panel { min-height: 500px; padding: 18px; }
  .phone { width: 245px; }
  .cta { padding: 34px 24px; grid-template-columns: 1fr; }
  .cta-actions { width: 100%; }
  .cta-actions .btn { width: 100%; }
  .gov-dashboard { grid-template-columns: 1fr; }
  .gov-sidebar { display: none; }
  .gov-main { padding: 16px; }
  .gov-kpis { grid-template-columns: 1fr; }
  .team-card { grid-template-columns: 1fr; }
  .team-visual { min-height: 300px; }
  .team-copy { padding: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* =========================================================
   CropPulse 3D Experience — August 2026
   ========================================================= */
:root {
  --sun: #ffc83d;
  --orange: #f48b2a;
  --sky: #54b9d8;
  --soil: #8a5a35;
  --mint: #dff6d5;
  --glass: rgba(255, 255, 255, .72);
  --display-font: "Outfit", Manrope, sans-serif;
  --body-font: "DM Sans", Inter, sans-serif;
}

body {
  font-family: var(--body-font);
  background:
    radial-gradient(circle at 10% 0%, rgba(169, 212, 75, .10), transparent 28%),
    var(--cream-50);
}

h1, h2, h3, h4, .brand, .section-title, .page-hero h1, .team-copy h2 {
  font-family: var(--display-font);
}

.site-header-v2 {
  background: rgba(252, 253, 248, .72);
  border-bottom: 1px solid rgba(15, 82, 55, .07);
  box-shadow: 0 8px 30px rgba(17, 62, 40, .04);
}

.site-header-v2 .nav-wrap { min-height: 84px; }
.site-header-v2 .brand { font-size: 1.35rem; font-weight: 800; }
.site-header-v2 .brand img { width: 48px; height: 48px; filter: drop-shadow(0 8px 12px rgba(30, 104, 67, .16)); }
.site-header-v2 .brand small { font-family: var(--body-font); font-size: .66rem; color: var(--green-700); letter-spacing: .04em; text-transform: none; }
.site-header-v2 .nav-links a { font-weight: 650; }

.btn-large { min-height: 56px; padding: 15px 25px; }
.btn-glow { position: relative; isolation: isolate; }
.btn-glow::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 7px 12px -10px;
  border-radius: inherit;
  background: rgba(25, 125, 75, .42);
  filter: blur(16px);
  opacity: .75;
  transition: opacity .25s ease, transform .25s ease;
}
.btn-glow:hover::after { opacity: 1; transform: translateY(3px); }

.hero-v2 {
  min-height: 830px;
  padding: 78px 0 34px;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(255, 252, 241, .98) 0%, rgba(248, 252, 241, .94) 48%, rgba(231, 247, 220, .86) 100%),
    radial-gradient(circle at 80% 30%, rgba(255, 200, 61, .22), transparent 28%);
}
.hero-v2::before {
  width: 780px;
  height: 780px;
  right: -210px;
  top: -250px;
  background: radial-gradient(circle, rgba(85, 185, 120, .25), rgba(169, 212, 75, 0) 67%);
}
.hero-v2::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -125px;
  height: 220px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(244,247,237,.95));
  border-radius: 50% 50% 0 0;
  pointer-events: none;
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}
.hero-orb-one { width: 90px; height: 90px; left: 46%; top: 12%; background: rgba(255, 200, 61, .25); }
.hero-orb-two { width: 160px; height: 160px; left: 5%; bottom: 7%; background: rgba(85, 185, 216, .12); }
.hero-leaf { position: absolute; opacity: .12; color: var(--green-700); font-size: 4.8rem; pointer-events: none; }
.hero-leaf-one { left: 1%; top: 18%; transform: rotate(-26deg); }
.hero-leaf-two { right: 1%; top: 11%; transform: rotate(19deg); }

.hero-grid-v2 {
  grid-template-columns: .92fr 1.08fr;
  gap: 50px;
  min-height: 630px;
}
.hero-copy { position: relative; z-index: 4; }
.hero-badge-v2 {
  box-shadow: 0 10px 30px rgba(15, 82, 55, .06);
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(12px);
}
.hero-v2 h1 {
  max-width: 760px;
  font-size: clamp(3.35rem, 6.15vw, 6.7rem);
  line-height: .91;
  letter-spacing: -.06em;
  font-weight: 800;
}
.hero-v2 h1 em {
  display: inline-block;
  color: transparent;
  background: linear-gradient(110deg, #0d693f, #42a64d 52%, #88bd26);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-v2 p { max-width: 680px; font-size: 1.17rem; }
.hero-language {
  display: inline-flex;
  margin-top: 25px;
  padding: 10px 14px;
  border-left: 3px solid var(--orange);
  border-radius: 0 12px 12px 0;
  background: rgba(255,255,255,.62);
  color: var(--green-800);
  font-family: "Noto Sans Telugu", var(--body-font);
  font-size: .9rem;
  font-weight: 600;
}
.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 600px;
  margin-top: 28px;
}
.hero-proof div {
  padding: 14px 16px;
  border: 1px solid rgba(15, 82, 55, .09);
  border-radius: 18px;
  background: rgba(255,255,255,.66);
  box-shadow: 0 15px 35px rgba(29, 79, 50, .06);
  backdrop-filter: blur(12px);
}
.hero-proof strong { display: block; color: var(--green-800); font-family: var(--display-font); font-size: 1.2rem; }
.hero-proof span { display: block; color: var(--ink-500); font-size: .73rem; }

.hero-world {
  position: relative;
  min-height: 610px;
  perspective: 1400px;
  isolation: isolate;
}
.hero-world-shadow {
  position: absolute;
  left: 10%;
  right: 2%;
  bottom: 12px;
  height: 95px;
  border-radius: 50%;
  background: rgba(26, 78, 47, .22);
  filter: blur(35px);
  transform: rotate(-4deg);
}
.hero-world-frame {
  position: absolute;
  inset: 5px 0 15px 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 52px 52px 88px 42px;
  background: #dfeccf;
  box-shadow:
    -20px 32px 70px rgba(30, 74, 45, .19),
    inset 0 0 0 8px rgba(255,255,255,.22);
  transform: rotateY(-7deg) rotateX(2deg) rotateZ(1deg);
  transform-style: preserve-3d;
}
.hero-world-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.28), transparent 28%, transparent 66%, rgba(0,64,36,.14));
  pointer-events: none;
}
.hero-world-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.035); }
.world-shine {
  position: absolute;
  z-index: 4;
  top: -25%;
  left: -35%;
  width: 35%;
  height: 170%;
  transform: rotate(19deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.36), transparent);
  animation: worldShine 7s ease-in-out infinite;
}
@keyframes worldShine { 0%, 45% { left: -45%; } 72%, 100% { left: 130%; } }

.floating-pill {
  position: absolute;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 165px;
  padding: 12px 15px;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 40px rgba(15, 68, 43, .18);
  backdrop-filter: blur(16px);
}
.floating-pill > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  background: linear-gradient(145deg, #f4ffe9, #d8f0c2);
  color: var(--green-800);
  font-family: var(--display-font);
  font-weight: 800;
}
.floating-pill small, .floating-pill strong { display: block; }
.floating-pill small { color: var(--ink-500); font-size: .68rem; }
.floating-pill strong { font-size: .79rem; }
.pill-weather { left: -8px; top: 42px; }
.pill-ai { right: -18px; top: 172px; }
.pill-ai > span { background: linear-gradient(145deg, #0f7a45, #71c53b); color: white; box-shadow: 0 0 0 6px rgba(126, 204, 63, .14); }
.pill-market { left: 22px; bottom: 45px; }
.pill-market > span { background: linear-gradient(145deg, #fff2cf, #ffc84d); }
.hero-seal {
  position: absolute;
  z-index: 9;
  right: 7%;
  bottom: -3px;
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 2px solid rgba(255,255,255,.8);
  border-radius: 50%;
  background: linear-gradient(145deg, #0c5f3d, #183f2e);
  color: white;
  box-shadow: 0 15px 35px rgba(10, 66, 39, .28);
  text-align: center;
  font-size: .68rem;
  line-height: 1.1;
  transform: rotate(8deg);
}
.hero-seal strong { display: block; color: var(--lime-300); font-size: .72rem; }

.hero-feature-rail {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 20px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 24px;
  background: rgba(255,255,255,.70);
  box-shadow: 0 18px 50px rgba(16, 75, 46, .10);
  backdrop-filter: blur(18px);
}
.hero-feature-rail div {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 10px 12px;
  border-radius: 15px;
  color: var(--green-900);
  font-size: .78rem;
}
.hero-feature-rail div:hover { background: rgba(217, 241, 199, .62); }
.hero-feature-rail span { font-size: 1.3rem; }

.feature-ticker {
  overflow: hidden;
  padding: 15px 0;
  background: var(--green-950);
  color: white;
}
.ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  white-space: nowrap;
  animation: tickerMove 40s linear infinite;
}
.ticker-track span { margin: 0 16px; font-size: .78rem; font-weight: 700; letter-spacing: .035em; }
.ticker-track i { color: var(--lime-500); font-style: normal; }
@keyframes tickerMove { to { transform: translateX(-50%); } }

.growth-section { position: relative; background: linear-gradient(180deg, #f7f9f1, #fff); }
.growth-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 56%;
  height: 2px;
  background: linear-gradient(90deg, transparent 5%, rgba(98, 153, 57, .18), transparent 95%);
}
.growth-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: end; }
.growth-heading .section-lead { margin: 0; }
.growth-path { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 54px; perspective: 1400px; }
.growth-card {
  position: relative;
  min-height: 340px;
  padding: 24px 22px;
  overflow: hidden;
  border: 1px solid rgba(15, 82, 55, .09);
  border-radius: 28px;
  background: linear-gradient(155deg, rgba(255,255,255,.96), rgba(242,247,235,.86));
  box-shadow: 0 22px 50px rgba(20, 72, 43, .09);
  transform-style: preserve-3d;
}
.growth-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -65px;
  width: 170px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(128, 94, 54, .25), transparent 66%);
  transform: translateX(-50%);
}
.growth-card h3 { margin: 19px 0 8px; font-size: 1.5rem; }
.growth-card p { color: var(--ink-700); font-size: .87rem; }
.growth-card > span { position: absolute; left: 22px; bottom: 23px; color: var(--green-700); font-size: .77rem; font-weight: 800; }
.growth-stage { color: rgba(15, 82, 55, .26); font-family: var(--display-font); font-weight: 900; }
.growth-icon {
  position: relative;
  z-index: 2;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin-top: 18px;
  border-radius: 28px;
  background: linear-gradient(145deg, #fff, #dff1d0);
  color: var(--green-700);
  box-shadow: 12px 15px 30px rgba(20, 76, 44, .13), inset -8px -8px 16px rgba(89, 142, 62, .09);
  font-size: 2.3rem;
  transform: translateZ(25px) rotate(-4deg);
}
.seed-icon { color: var(--soil); font-size: 1.6rem; }
.sprout-icon { color: #65aa31; }
.plant-icon { color: #218044; font-size: 3rem; }
.harvest-icon { color: var(--sun); }
.market-icon { color: var(--orange); }
.featured-growth { color: white; background: linear-gradient(155deg, #0d6841, #092e22); transform: translateY(-15px); }
.featured-growth h3, .featured-growth p, .featured-growth > span { color: white; }
.featured-growth .growth-stage { color: rgba(255,255,255,.3); }
.featured-growth .growth-icon { background: linear-gradient(145deg, #e9ffd7, #6bc746); }

.platform-section {
  background:
    radial-gradient(circle at 85% 10%, rgba(84,185,216,.10), transparent 27%),
    radial-gradient(circle at 8% 82%, rgba(255,200,61,.12), transparent 25%),
    #fbfcf8;
}
.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(245px, auto);
  gap: 18px;
  margin-top: 48px;
  perspective: 1400px;
}
.bento-card {
  position: relative;
  min-height: 245px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(15, 82, 55, .10);
  border-radius: 28px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 22px 55px rgba(20, 72, 43, .09);
  transform-style: preserve-3d;
}
.bento-card h3 { margin: 13px 0 8px; font-size: 1.4rem; letter-spacing: -.025em; }
.bento-card p { margin: 0; color: var(--ink-700); font-size: .89rem; }
.bento-card a { display: inline-block; margin-top: 18px; color: var(--green-700); font-size: .83rem; font-weight: 800; }
.bento-tag { display: inline-flex; padding: 6px 9px; border-radius: 999px; background: rgba(225, 244, 210, .78); color: var(--green-700); font-size: .67rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.bento-emoji { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 20px; background: linear-gradient(145deg, #fff, #eaf4e0); box-shadow: 10px 13px 28px rgba(15, 72, 40, .12); font-size: 1.8rem; transform: translateZ(28px); }
.bento-large { grid-column: span 2; grid-row: span 2; min-height: 508px; }
.bento-wide { grid-column: span 2; }
.bento-ai { color: white; background: linear-gradient(145deg, #082f22, #0f7246 62%, #58a934); }
.bento-ai p { color: rgba(255,255,255,.74); }
.bento-ai a { color: var(--lime-300); }
.bento-ai .bento-tag { background: rgba(255,255,255,.12); color: var(--lime-300); }
.bento-ai h3 { font-size: 2.3rem; }
.bento-copy { position: relative; z-index: 3; max-width: 430px; }
.ai-orbit { position: absolute; right: 30px; bottom: 35px; width: 230px; height: 230px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.ai-orbit::before, .ai-orbit::after { content: ""; position: absolute; inset: 28px; border: 1px dashed rgba(255,255,255,.26); border-radius: 50%; }
.ai-orbit::after { inset: 62px; border-style: solid; }
.ai-core { position: absolute; left: 50%; top: 50%; width: 90px; height: 90px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 32px; background: linear-gradient(145deg, #a4df51, #2c943e); box-shadow: 0 0 50px rgba(169,212,75,.45); font-family: var(--display-font); font-size: 2rem; font-weight: 900; transform: translate(-50%, -50%) rotate(-7deg); }
.ai-orbit i { position: absolute; width: 17px; height: 17px; border-radius: 50%; background: var(--lime-300); box-shadow: 0 0 18px rgba(214,237,159,.75); }
.ai-orbit i:nth-child(2) { left: 17px; top: 83px; }
.ai-orbit i:nth-child(3) { right: 27px; top: 42px; }
.ai-orbit i:nth-child(4) { right: 47px; bottom: 20px; }
.bento-weather { background: linear-gradient(145deg, #fffdf3, #fff1bf); }
.bento-market { background: linear-gradient(145deg, #eefaf0, #d7efcf); }
.bento-service { background: linear-gradient(145deg, #effaff, #d8f1f5); }
.bento-finance { background: linear-gradient(145deg, #fff9ec, #ffe3a7); }
.bento-language { background: linear-gradient(145deg, #f7f1ff, #e5d9ff); }
.bento-government { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; color: white; background: linear-gradient(125deg, #0d432f, #126a43); }
.bento-government p { color: rgba(255,255,255,.72); }
.bento-government a { color: var(--lime-300); }
.bento-government .bento-tag { background: rgba(255,255,255,.12); color: var(--lime-300); }
.mini-dashboard { padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.10); backdrop-filter: blur(10px); }
.mini-dashboard small, .mini-dashboard strong { display: block; }
.mini-dashboard small { color: rgba(255,255,255,.62); }
.mini-dashboard strong { margin-top: 4px; font-family: var(--display-font); font-size: 1.8rem; }
.mini-bars { height: 90px; display: flex; align-items: end; gap: 8px; margin-top: 16px; }
.mini-bars i { flex: 1; border-radius: 6px 6px 2px 2px; background: linear-gradient(180deg, var(--lime-300), #5eb84a); }
.mini-bars i:nth-child(1) { height: 42%; }.mini-bars i:nth-child(2) { height: 66%; }.mini-bars i:nth-child(3) { height: 54%; }.mini-bars i:nth-child(4) { height: 86%; }.mini-bars i:nth-child(5) { height: 72%; }

.south-india-section { position: relative; min-height: 650px; overflow: hidden; background: #113d2c; }
.south-india-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 40, 27, .92) 0%, rgba(6, 40, 27, .75) 42%, rgba(6, 40, 27, .10) 76%),
    url('../images/south-india-farm-banner.webp') center/cover no-repeat;
  transform: scale(1.02);
}
.south-india-backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(4,31,21,.42)); }
.south-india-content { position: relative; min-height: 650px; display: flex; align-items: center; }
.south-india-panel {
  max-width: 680px;
  padding: 42px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 32px;
  background: rgba(6, 47, 31, .68);
  box-shadow: 0 30px 75px rgba(0,0,0,.25);
  color: white;
  backdrop-filter: blur(16px);
}
.south-india-panel h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: .98; letter-spacing: -.05em; }
.south-india-panel p { max-width: 600px; color: rgba(255,255,255,.75); font-size: 1.05rem; }
.light-kicker { color: var(--lime-300); }
.local-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.local-chips span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(255,255,255,.08); color: white; font-size: .78rem; }
.south-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn-ghost-light { color: white; }

.impact-section-v2 { background: #f7f9f2; }
.split-v2 { align-items: center; }
.impact-orbit { position: relative; width: min(100%, 470px); aspect-ratio: 1; margin-inline: auto; border: 1px dashed rgba(15,82,55,.26); border-radius: 50%; }
.impact-orbit::before { content: ""; position: absolute; inset: 65px; border: 1px solid rgba(15,82,55,.10); border-radius: 50%; }
.orbit-center { position: absolute; left: 50%; top: 50%; width: 150px; height: 150px; display: grid; place-items: center; align-content: center; border-radius: 44px; background: linear-gradient(145deg, #fff, #e4f2d8); box-shadow: 0 25px 55px rgba(17,76,44,.18); transform: translate(-50%, -50%) rotate(-5deg); }
.orbit-center img { width: 58px; }
.orbit-center strong { margin-top: 5px; font-family: var(--display-font); }
.orbit-node { position: absolute; min-width: 108px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.9); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 15px 35px rgba(15,72,43,.12); text-align: center; font-size: .78rem; font-weight: 800; }
.node-farmer { left: 50%; top: -10px; transform: translateX(-50%); }
.node-gov { right: -22px; top: 50%; transform: translateY(-50%); }
.node-partner { left: 50%; bottom: -10px; transform: translateX(-50%); }
.node-buyer { left: -22px; top: 50%; transform: translateY(-50%); }
.impact-grid-v2 .impact-card { border-radius: 24px; background: rgba(255,255,255,.86); }

.revenue-section-v2 { background: linear-gradient(180deg, #fff, #f7f9f1); }
.revenue-grid-v2 { grid-template-columns: repeat(4, 1fr); }
.revenue-grid-v2 .revenue-card { min-height: 260px; background: white; }
.revenue-number { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: var(--cream-100); color: var(--green-700); font-family: var(--display-font); font-weight: 900; }

.final-cta-section { background: #f7f9f1; }
.cta-v2 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 20%, rgba(169,212,75,.24), transparent 23%),
    linear-gradient(125deg, #082e21, #0f6840);
  color: white;
  box-shadow: 0 30px 70px rgba(13, 65, 40, .20);
}
.cta-v2::after { content: "🌱"; position: absolute; right: 30px; bottom: -35px; opacity: .12; font-size: 11rem; transform: rotate(-15deg); }
.cta-v2 h2 { font-family: var(--display-font); }
.cta-v2 p { color: rgba(255,255,255,.68); }
.cta-v2 .eyebrow { color: var(--lime-300); }
.cta-v2 .cta-actions { position: relative; z-index: 2; }

.site-footer-v2 { position: relative; overflow: hidden; background: #06281d; }
.site-footer-v2::before { content: ""; position: absolute; width: 420px; height: 420px; right: -160px; top: -190px; border-radius: 50%; background: radial-gradient(circle, rgba(169,212,75,.12), transparent 67%); }

.tilt-card { transition: transform .18s ease, box-shadow .25s ease; will-change: transform; }
.tilt-card:hover { box-shadow: 0 30px 70px rgba(18, 74, 43, .15); }

/* Give inner pages the same premium visual language */
.page-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(7,48,33,.96), rgba(18,104,64,.86)),
    url('../images/south-india-farm-banner.webp') center 55%/cover no-repeat;
  color: white;
}
.page-hero::after { content: ""; position: absolute; width: 480px; height: 480px; right: -120px; top: -220px; border-radius: 50%; background: radial-gradient(circle, rgba(169,212,75,.28), transparent 67%); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero p, .breadcrumbs, .breadcrumbs a { color: rgba(255,255,255,.72); }
.card, .directory-card, .revenue-card, .form-card, .logo-chip, .faq-item { border-radius: 22px; }
.feature-card, .directory-card, .logo-chip { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feature-card:hover, .directory-card:hover, .logo-chip:hover { transform: translateY(-6px); border-color: rgba(42,139,75,.24); box-shadow: 0 25px 55px rgba(17,75,44,.12); }

@media (max-width: 1180px) {
  .hero-grid-v2 { grid-template-columns: 1fr 1fr; gap: 28px; }
  .hero-v2 h1 { font-size: clamp(3.2rem, 5.6vw, 5.4rem); }
  .growth-path { grid-template-columns: repeat(3, 1fr); }
  .growth-card:nth-child(4), .growth-card:nth-child(5) { grid-column: span 1; }
  .bento-grid { grid-template-columns: repeat(3, 1fr); }
  .bento-large { grid-column: span 2; }
  .bento-wide { grid-column: span 2; }
  .revenue-grid-v2 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1020px) {
  .site-header-v2 .nav-links { background: rgba(255,255,255,.96); backdrop-filter: blur(18px); }
  .hero-v2 { min-height: auto; padding-top: 58px; }
  .hero-grid-v2 { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-world { min-height: 610px; max-width: 780px; width: 100%; margin: 0 auto; }
  .hero-feature-rail { grid-template-columns: repeat(3, 1fr); }
  .growth-heading { grid-template-columns: 1fr; }
  .growth-heading .section-lead { margin-top: 18px; }
  .growth-path { grid-template-columns: repeat(2, 1fr); }
  .featured-growth { transform: none; }
  .bento-grid { grid-template-columns: repeat(2, 1fr); }
  .bento-large, .bento-wide { grid-column: span 2; }
  .south-india-backdrop { background-position: 64% center; }
}

@media (max-width: 700px) {
  .site-header-v2 .nav-wrap { min-height: 72px; }
  .site-header-v2 .brand img { width: 42px; height: 42px; }
  .site-header-v2 .brand { font-size: 1.18rem; }
  .site-header-v2 .brand small { font-size: .58rem; }
  .hero-v2 { padding: 45px 0 26px; }
  .hero-v2 h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-v2 p { font-size: 1rem; }
  .hero-proof { grid-template-columns: 1fr 1fr; }
  .hero-proof div:last-child { grid-column: 1 / -1; }
  .hero-world { min-height: 440px; }
  .hero-world-frame { inset: 12px 3px 25px; border-radius: 34px 34px 55px 28px; transform: none; }
  .pill-weather { left: -2px; top: 0; }
  .pill-ai { right: -2px; top: 105px; }
  .pill-market { left: 8px; bottom: 2px; }
  .floating-pill { min-width: 143px; padding: 9px 11px; }
  .floating-pill > span { width: 34px; height: 34px; }
  .hero-seal { width: 78px; height: 78px; right: 3px; bottom: 4px; font-size: .58rem; }
  .hero-feature-rail { grid-template-columns: repeat(2, 1fr); }
  .hero-feature-rail div { padding: 8px; font-size: .71rem; }
  .growth-path { grid-template-columns: 1fr; }
  .growth-card { min-height: 305px; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-large, .bento-wide { grid-column: auto; grid-row: auto; min-height: 360px; }
  .bento-government { grid-template-columns: 1fr; }
  .ai-orbit { width: 180px; height: 180px; right: -12px; bottom: -15px; opacity: .72; }
  .south-india-section, .south-india-content { min-height: 680px; }
  .south-india-backdrop { background-position: 72% center; }
  .south-india-panel { padding: 28px 22px; }
  .south-india-panel h2 { font-size: 2.55rem; }
  .impact-orbit { width: 340px; max-width: 100%; }
  .orbit-center { width: 120px; height: 120px; border-radius: 35px; }
  .orbit-node { min-width: 85px; padding: 10px; font-size: .69rem; }
  .node-gov { right: -5px; }.node-buyer { left: -5px; }
  .revenue-grid-v2 { grid-template-columns: 1fr; }
  .ticker-track { animation-duration: 55s; }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track, .world-shine { animation: none !important; }
  .tilt-card, [data-parallax-item] { transform: none !important; }
}


/* CropPulse official wordmark — supplied August 2026 */
.brand.brand-wordmark {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 1;
}
.brand.brand-wordmark img {
  display: block;
  width: 226px;
  height: auto;
  max-height: 62px;
  object-fit: contain;
  filter: drop-shadow(0 8px 15px rgba(12, 89, 54, .10));
}
.site-header-v2 .brand.brand-wordmark img {
  width: 226px;
  height: auto;
  max-height: 62px;
}
.site-footer .brand.brand-wordmark {
  width: fit-content;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 15px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 12px 30px rgba(0,0,0,.16);
}
.site-footer .brand.brand-wordmark img {
  width: 218px;
  height: auto;
  max-height: 58px;
  filter: none;
}
.logo-mark {
  display: block;
  object-fit: contain;
}
@media (max-width: 1180px) and (min-width: 1021px) {
  .site-header-v2 .brand.brand-wordmark img { width: 195px; }
  .site-header-v2 .nav-links a { padding-inline: 9px; }
}
@media (max-width: 700px) {
  .site-header-v2 .brand.brand-wordmark img {
    width: 174px;
    height: auto;
    max-height: 49px;
  }
  .site-footer .brand.brand-wordmark img { width: 190px; }
}
@media (max-width: 380px) {
  .site-header-v2 .brand.brand-wordmark img { width: 154px; }
}


/* =============================================================
   CropPulse V5 — Premium feature directory cards
   ============================================================= */
.feature-catalogue-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 6%, rgba(169, 212, 75, .16), transparent 24rem),
    radial-gradient(circle at 92% 35%, rgba(57, 167, 111, .10), transparent 28rem),
    linear-gradient(180deg, #fbfcf8 0%, #f5f8ef 100%);
}
.feature-catalogue-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(12,59,41,.08) 0 1px, transparent 1.5px),
    radial-gradient(circle at 80% 70%, rgba(12,59,41,.06) 0 1px, transparent 1.5px);
  background-size: 28px 28px, 36px 36px;
  mask-image: linear-gradient(to bottom, transparent, #000 15%, #000 85%, transparent);
}
.feature-catalogue-section .container { position: relative; z-index: 1; }

.feature-catalogue-section .tabs {
  position: relative;
  z-index: 4;
  width: fit-content;
  max-width: 100%;
  padding: 8px;
  gap: 7px;
  border: 1px solid rgba(15, 82, 55, .10);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 14px 38px rgba(15,82,55,.08);
  backdrop-filter: blur(14px);
}
.feature-catalogue-section .tab-btn {
  min-height: 42px;
  padding: 9px 16px;
  border: 0;
  background: transparent;
  transition: color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.feature-catalogue-section .tab-btn:hover { transform: translateY(-1px); }
.feature-catalogue-section .tab-btn.active {
  background: linear-gradient(135deg, var(--green-900), var(--green-600));
  box-shadow: 0 9px 22px rgba(15,82,55,.22);
}

.feature-directory {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
  perspective: 1200px;
}
.directory-card {
  --card-accent: #2f8f4e;
  --card-highlight: #9bd64a;
  --card-soft: #eef9e8;
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 330px;
  padding: 26px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 28px;
  background:
    radial-gradient(circle at 105% -8%, color-mix(in srgb, var(--card-highlight) 32%, transparent), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,.98), color-mix(in srgb, var(--card-soft) 72%, white));
  box-shadow:
    0 2px 0 rgba(255,255,255,.9) inset,
    0 18px 45px rgba(18,72,46,.10),
    0 3px 10px rgba(18,72,46,.05);
  transform-style: preserve-3d;
  will-change: transform;
}
.directory-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--card-accent), var(--card-highlight));
}
.directory-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 180px;
  height: 180px;
  right: -92px;
  top: -92px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--card-accent) 18%, transparent);
  box-shadow:
    0 0 0 24px color-mix(in srgb, var(--card-accent) 5%, transparent),
    0 0 0 50px color-mix(in srgb, var(--card-accent) 3%, transparent);
  transition: transform .45s cubic-bezier(.2,.8,.2,1);
}
.directory-card[data-category="planning"] { --card-accent:#2f8f4e; --card-highlight:#a6d84d; --card-soft:#eef9e8; }
.directory-card[data-category="intelligence"] { --card-accent:#6958c7; --card-highlight:#9b8df2; --card-soft:#f1efff; }
.directory-card[data-category="services"] { --card-accent:#d97924; --card-highlight:#f2b34e; --card-soft:#fff3e5; }
.directory-card[data-category="market"] { --card-accent:#147f9f; --card-highlight:#47bfd1; --card-soft:#eaf8fb; }
.directory-card[data-category="finance"] { --card-accent:#a86e13; --card-highlight:#e6bd4d; --card-soft:#fff7df; }
.directory-card[data-category="inclusion"] { --card-accent:#5065b7; --card-highlight:#8796ea; --card-soft:#eef1ff; }

.feature-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  transform: translateZ(22px);
}
.feature-icon {
  position: relative;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.94);
  border-radius: 20px;
  color: white;
  background: linear-gradient(145deg, var(--card-highlight), var(--card-accent));
  box-shadow:
    0 15px 28px color-mix(in srgb, var(--card-accent) 28%, transparent),
    0 2px 0 rgba(255,255,255,.32) inset;
  transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease;
}
.feature-icon::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 14px;
}
.feature-icon svg { width: 30px; height: 30px; }
.feature-number {
  color: color-mix(in srgb, var(--card-accent) 24%, transparent);
  font-family: Outfit, sans-serif;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.06em;
}
.feature-card-body {
  position: relative;
  z-index: 1;
  margin-top: 25px;
  transform: translateZ(16px);
}
.directory-card .tag {
  padding: 6px 10px;
  border: 1px solid color-mix(in srgb, var(--card-accent) 16%, transparent);
  color: var(--card-accent);
  background: color-mix(in srgb, var(--card-soft) 75%, white);
  box-shadow: 0 5px 16px color-mix(in srgb, var(--card-accent) 7%, transparent);
  font-size: .68rem;
  letter-spacing: .10em;
}
.directory-card h3 {
  margin: 15px 0 9px;
  color: var(--ink-900);
  font-family: Outfit, Manrope, sans-serif;
  font-size: 1.27rem;
  line-height: 1.18;
  letter-spacing: -.025em;
}
.directory-card p {
  margin: 0;
  color: #52645b;
  font-size: .93rem;
  line-height: 1.65;
}
.feature-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--card-accent);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .015em;
  transform: translateZ(18px);
}
.feature-arrow {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: white;
  background: var(--card-accent);
  box-shadow: 0 9px 20px color-mix(in srgb, var(--card-accent) 24%, transparent);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), background .35s ease;
}
.feature-arrow svg { width: 18px; height: 18px; }

.directory-card:hover {
  border-color: color-mix(in srgb, var(--card-accent) 18%, white);
  box-shadow:
    0 2px 0 rgba(255,255,255,.95) inset,
    0 30px 65px color-mix(in srgb, var(--card-accent) 16%, transparent),
    0 8px 20px rgba(18,72,46,.08);
}
.directory-card:hover::after { transform: scale(1.18) translate(-7px, 7px); }
.directory-card:hover .feature-icon {
  transform: translateY(-5px) rotate(-4deg) scale(1.04);
  box-shadow:
    0 20px 34px color-mix(in srgb, var(--card-accent) 32%, transparent),
    0 2px 0 rgba(255,255,255,.35) inset;
}
.directory-card:hover .feature-arrow { transform: translateX(4px) rotate(-8deg); background: var(--green-950); }
.directory-card[hidden] { display: none !important; }

@supports not (color: color-mix(in srgb, red, white)) {
  .directory-card { background: linear-gradient(145deg, #fff, #f3f7ee); }
  .directory-card::after { border-color: rgba(47,143,78,.14); box-shadow: 0 0 0 24px rgba(47,143,78,.04), 0 0 0 50px rgba(47,143,78,.025); }
  .directory-card .tag { background: #f1f7ec; border-color: rgba(47,143,78,.16); }
}

@media (max-width: 980px) {
  .feature-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-catalogue-section .tabs { border-radius: 24px; }
}
@media (max-width: 640px) {
  .feature-catalogue-section { padding-top: 72px; }
  .feature-catalogue-section .tabs {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 7px;
    border-radius: 18px;
    scrollbar-width: none;
  }
  .feature-catalogue-section .tabs::-webkit-scrollbar { display: none; }
  .feature-catalogue-section .tab-btn { flex: 0 0 auto; min-height: 40px; padding-inline: 14px; }
  .feature-directory { grid-template-columns: 1fr; gap: 18px; margin-top: 30px; }
  .directory-card { min-height: 305px; padding: 23px; border-radius: 24px; }
  .feature-icon { width: 58px; height: 58px; border-radius: 18px; }
  .feature-number { font-size: 2rem; }
}
@media (prefers-reduced-motion: reduce) {
  .directory-card, .directory-card::after, .feature-icon, .feature-arrow { transition: none !important; }
}
