:root {
  --ink: #17231d;
  --muted: #66736b;
  --paper: #f5f7f1;
  --card: #ffffff;
  --leaf: #226b45;
  --leaf-dark: #164a31;
  --lime: #dceca9;
  --coral: #df755d;
  --line: #dfe6dc;
  --shadow: 0 18px 50px rgba(27, 53, 39, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'DM Sans', sans-serif; line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(245,247,241,.92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(223,230,220,.8); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: 'Space Grotesk', sans-serif; font-weight: 700; letter-spacing: -.03em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; overflow: hidden; border-radius: 10px; background: var(--leaf); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.nav-links { display: flex; align-items: center; gap: 25px; font-size: 14px; color: var(--muted); }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--leaf-dark); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 18px; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: 14px; border: 1px solid transparent; }
.nav-cta, .button-primary { background: var(--leaf); color: white; box-shadow: 0 8px 18px rgba(34,107,69,.18); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.55); }
.button-coral { background: var(--coral); color: white; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 24px; }
.hero { padding: 88px 0 76px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 65px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--leaf); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow::before { content: ''; width: 24px; height: 2px; background: var(--coral); }
h1, h2, h3 { font-family: 'Space Grotesk', sans-serif; letter-spacing: -.055em; line-height: 1.02; margin: 0; }
h1 { max-width: 680px; font-size: clamp(48px, 7vw, 84px); margin: 18px 0 24px; }
h1 em { color: var(--leaf); font-style: normal; }
.hero-copy { max-width: 550px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { display: flex; gap: 12px; align-items: center; margin-top: 22px; font-size: 13px; color: var(--muted); }
.hero-note strong { color: var(--ink); }
.visual { position: relative; min-height: 470px; }
.visual::before { content: ''; position: absolute; width: 380px; height: 380px; right: 20px; top: 20px; border-radius: 50%; background: var(--lime); }
.dashboard { position: absolute; z-index: 1; right: 0; top: 0; width: min(100%, 455px); padding: 18px; border: 1px solid rgba(255,255,255,.8); border-radius: 24px; background: #fbfcf8; box-shadow: var(--shadow); transform: rotate(2deg); }
.dash-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; font-size: 12px; color: var(--muted); }
.dash-title { font-family: 'Space Grotesk'; color: var(--ink); font-size: 20px; font-weight: 700; }
.dash-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.stat { padding: 14px; border-radius: 14px; background: #eff5df; }
.stat:nth-child(2) { background: #fff0e8; }
.stat:nth-child(3) { background: #e8f0f4; }
.stat:nth-child(4) { background: #f2eadc; }
.stat small { color: var(--muted); font-size: 11px; }
.stat strong { display: block; margin-top: 5px; font: 700 25px 'Space Grotesk'; }
.chart { margin-top: 12px; padding: 15px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.chart-head { display: flex; justify-content: space-between; font-size: 12px; color: var(--muted); }
.bars { height: 125px; display: flex; align-items: end; gap: 9px; padding: 17px 4px 4px; }
.bar { flex: 1; border-radius: 7px 7px 2px 2px; background: var(--leaf); opacity: .88; }
.bar:nth-child(2), .bar:nth-child(5) { background: var(--coral); }
.bar:nth-child(1) { height: 35%; }.bar:nth-child(2) { height: 58%; }.bar:nth-child(3) { height: 46%; }.bar:nth-child(4) { height: 78%; }.bar:nth-child(5) { height: 63%; }.bar:nth-child(6) { height: 94%; }.bar:nth-child(7) { height: 72%; }
.floating-icon { position: absolute; z-index: 2; width: 90px; height: 90px; padding: 18px; background: white; border-radius: 22px; box-shadow: var(--shadow); }
.icon-farm { left: 0; bottom: 63px; transform: rotate(-8deg); }.icon-cow { right: 4px; bottom: 25px; transform: rotate(8deg); }.floating-icon img { width: 100%; height: 100%; object-fit: contain; }
.section { padding: 95px 0; }.section-tint { background: #e9f0df; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 38px; }.section-heading h2 { font-size: clamp(34px, 5vw, 57px); max-width: 590px; }.section-heading p { max-width: 350px; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 270px; padding: 25px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; display: flex; flex-direction: column; justify-content: space-between; }.feature-card:nth-child(2) { background: var(--leaf); color: white; border-color: var(--leaf); }.feature-card:nth-child(2) p { color: #dce9dd; }.feature-icon { width: 58px; height: 58px; padding: 11px; border-radius: 15px; background: var(--lime); }.feature-icon img { width: 100%; height: 100%; object-fit: contain; }.feature-card h3 { font-size: 26px; margin-top: 34px; }.feature-card p { color: var(--muted); margin-bottom: 0; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }.split h2 { font-size: clamp(36px, 5vw, 60px); }.split-copy { color: var(--muted); font-size: 17px; }.check-list { padding: 0; list-style: none; }.check-list li { display: flex; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }.check-list li::before { content: '✓'; flex: 0 0 23px; display: grid; place-items: center; height: 23px; border-radius: 50%; background: var(--leaf); color: white; font-size: 13px; font-weight: 700; }
.workflow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }.step { border-top: 2px solid var(--leaf); padding-top: 18px; }.step-number { color: var(--coral); font: 700 14px 'Space Grotesk'; }.step h3 { font-size: 25px; margin: 18px 0 10px; }.step p { color: var(--muted); margin: 0; }
.cta { padding: 76px 0; background: var(--leaf-dark); color: white; }.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }.cta h2 { font-size: clamp(35px, 5vw, 62px); max-width: 620px; }.cta p { color: #cdddcf; max-width: 400px; }
.site-footer { padding: 30px 0; font-size: 13px; color: var(--muted); }.footer-inner { display: flex; justify-content: space-between; gap: 20px; }.footer-links { display: flex; gap: 20px; }.footer-links a { text-decoration: none; }
.legal-main { padding: 70px 0 100px; }.legal-wrap { max-width: 820px; }.legal-kicker { color: var(--leaf); font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }.legal-wrap h1 { font-size: clamp(42px, 7vw, 70px); margin: 15px 0 20px; }.legal-wrap h2 { font-size: 30px; margin: 48px 0 14px; }.legal-wrap h3 { font-size: 21px; margin: 30px 0 8px; letter-spacing: -.03em; }.legal-wrap p, .legal-wrap li { color: #556159; }.legal-wrap ul { padding-left: 22px; }.legal-meta { color: var(--muted); font-size: 14px; border-bottom: 1px solid var(--line); padding-bottom: 25px; }.notice { margin: 28px 0; padding: 22px 24px; background: #fff0e8; border-left: 4px solid var(--coral); border-radius: 0 12px 12px 0; }.notice strong { color: var(--ink); }.email-card { padding: 25px; margin: 25px 0; background: var(--leaf); color: white; border-radius: 16px; }.email-card a { color: var(--lime); font: 700 20px 'Space Grotesk'; }.legal-nav { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 30px; }
@media (max-width: 800px) { .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 68px; padding: 18px; flex-direction: column; align-items: stretch; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }.nav-links.is-open { display: flex; }.menu-toggle { display: block; }.nav-cta { text-align: center; }.hero { padding-top: 55px; }.hero-grid, .split { grid-template-columns: 1fr; gap: 35px; }.visual { min-height: 400px; }.feature-grid, .workflow { grid-template-columns: 1fr; }.section { padding: 65px 0; }.section-heading, .cta-inner, .footer-inner { display: block; }.section-heading p { margin-top: 18px; }.cta p { margin: 20px 0; }.footer-links { margin-top: 15px; }.dashboard { right: 4%; }.visual::before { right: 0; } }
@media (max-width: 480px) { .container { width: min(100% - 28px, 1120px); } h1 { font-size: 48px; }.hero-copy { font-size: 16px; }.visual { min-height: 330px; }.dashboard { padding: 12px; }.floating-icon { width: 68px; height: 68px; padding: 12px; }.icon-farm { bottom: 37px; }.icon-cow { bottom: 4px; }.visual::before { width: 280px; height: 280px; } }
