:root {
  --bg: #f5f7f3;
  --surface: #ffffff;
  --surface-soft: #edf3ec;
  --ink: #12261d;
  --ink-2: #20372c;
  --muted: #68786f;
  --line: #dce5de;
  --green: #58a844;
  --green-2: #81c85d;
  --green-dark: #0f4b31;
  --yellow: #f0b642;
  --shadow: 0 28px 80px rgba(25, 56, 41, .12);
  --shadow-soft: 0 16px 42px rgba(25, 56, 41, .08);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 95px; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 126px 0; }

.page-progress { position: fixed; z-index: 110; inset: 0 0 auto; height: 3px; pointer-events: none; }
.page-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--green), var(--yellow)); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; padding: 18px 0; transition: padding .35s ease, background .35s ease, border-color .35s ease, box-shadow .35s ease; }
.site-header.is-scrolled { padding: 10px 0; background: rgba(248, 250, 247, .86); border-bottom: 1px solid rgba(18, 38, 29, .08); box-shadow: 0 10px 34px rgba(16, 45, 31, .05); backdrop-filter: blur(18px); }
.header-inner { min-height: 62px; display: flex; align-items: center; gap: 34px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 194px; height: 64px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 34px; margin-left: auto; }
.main-nav a { position: relative; color: #42574c; font-size: 13px; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--green); transition: right .25s ease; }
.main-nav a:hover::after { right: 0; }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 14px; background: #fff; place-items: center; cursor: pointer; }
.menu-button svg { width: 22px; height: 22px; }
.menu-close { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 24px; border: 0; border-radius: 15px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button svg { width: 18px; height: 18px; transition: transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover svg { transform: translateX(3px); }
.button-small { min-height: 46px; padding-inline: 18px; border-radius: 13px; }
.button-primary { color: #fff; background: linear-gradient(135deg, #0e4e31 0%, #2d7c43 56%, #68b849 100%); box-shadow: 0 14px 30px rgba(26, 102, 53, .24); }
.button-primary:hover { box-shadow: 0 19px 38px rgba(26, 102, 53, .3); }
.button-quiet { color: var(--ink); background: rgba(255, 255, 255, .72); border: 1px solid rgba(18, 38, 29, .11); backdrop-filter: blur(12px); }
.button-quiet:hover { background: #fff; box-shadow: var(--shadow-soft); }
.button-dark { color: #fff; background: var(--ink); }
.header-cta { color: #fff; background: var(--ink); }

.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--green-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow > span { width: 22px; height: 2px; border-radius: 99px; background: linear-gradient(90deg, var(--green), var(--yellow)); }
.eyebrow-light { color: rgba(255, 255, 255, .7); }
.eyebrow-dark { color: var(--green-dark); }

.hero { position: relative; overflow: hidden; min-height: 900px; padding: 166px 0 56px; background: linear-gradient(180deg, #f8faf7 0%, #edf4eb 100%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 180px; background: linear-gradient(180deg, transparent, rgba(245, 247, 243, .85)); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(33, 77, 51, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(33, 77, 51, .055) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, #000 0%, transparent 88%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .62; animation: drift 10s ease-in-out infinite alternate; }
.hero-orb-one { width: 500px; height: 500px; right: -120px; top: 70px; background: radial-gradient(circle at 35% 35%, rgba(129, 200, 93, .36), rgba(81, 168, 68, .1) 48%, transparent 70%); }
.hero-orb-two { width: 430px; height: 430px; left: -210px; top: 230px; background: radial-gradient(circle at 60% 40%, rgba(240, 182, 66, .18), rgba(129, 200, 93, .1) 50%, transparent 72%); animation-delay: -4s; }
@keyframes drift { to { transform: translate3d(28px, -18px, 0) scale(1.05); } }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; gap: 70px; }
.hero-copy { max-width: 620px; padding-top: 16px; }
.hero h1 { margin: 25px 0 26px; font-size: clamp(54px, 6.1vw, 88px); line-height: .98; letter-spacing: -.064em; font-weight: 800; }
.hero h1 span { color: transparent; background: linear-gradient(100deg, var(--green-dark), #3f9850 54%, #78b948); background-clip: text; -webkit-background-clip: text; }
.hero-copy > p { max-width: 590px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: #4d6257; font-size: 11px; font-weight: 700; }
.hero-notes span { display: flex; align-items: center; gap: 7px; }
.hero-notes svg { width: 15px; height: 15px; color: var(--green); stroke-width: 2.5; }

.hero-stage { position: relative; min-width: 0; padding: 55px 0 64px 28px; transform-style: preserve-3d; }
.stage-halo { display: none; }
.browser-window { position: relative; z-index: 3; overflow: hidden; border: 1px solid rgba(18, 38, 29, .14); border-radius: 22px; background: #fff; box-shadow: 0 46px 100px rgba(20, 64, 39, .21), 0 12px 30px rgba(20, 64, 39, .12); transform: perspective(1500px) rotateY(-4deg) rotateX(2deg); transition: transform .2s ease-out; }
.browser-bar { height: 46px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 15px; color: #8a9990; background: #f8faf8; border-bottom: 1px solid #e6ece7; font-size: 9px; }
.browser-dots { display: flex; gap: 6px; }
.browser-dots i { width: 7px; height: 7px; border-radius: 50%; background: #cbd5ce; }
.browser-address { display: flex; align-items: center; gap: 7px; min-width: 180px; justify-content: center; padding: 7px 22px; border: 1px solid #e7ece8; border-radius: 99px; background: #fff; }
.browser-address span { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.browser-status { justify-self: end; display: flex; align-items: center; gap: 5px; color: #4a6254; }
.browser-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(88, 168, 68, .12); }
.browser-content { position: relative; height: 400px; overflow: hidden; background: #fff; }
.browser-content img { width: 100%; height: 100%; object-fit: cover; object-position: left top; }
.floating-stat { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid rgba(255, 255, 255, .75); border-radius: 16px; background: rgba(255, 255, 255, .82); box-shadow: 0 20px 46px rgba(24, 62, 41, .14); backdrop-filter: blur(14px); animation: floatY 5s ease-in-out infinite; }
@keyframes floatY { 50% { transform: translateY(-9px); } }
.floating-stat-one { left: -10px; bottom: 23px; }
.floating-stat-two { right: -25px; top: 24px; animation-delay: -2.3s; }
.stat-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; color: var(--green-dark); background: linear-gradient(145deg, #e7f4e3, #f7fbf5); }
.stat-icon svg { width: 21px; height: 21px; }
.floating-stat small { display: block; color: #84928a; font-size: 9px; margin-bottom: 2px; }
.floating-stat strong { display: block; color: var(--ink); font-size: 11px; }
.floating-dot { position: absolute; z-index: 1; border-radius: 50%; box-shadow: 0 8px 25px rgba(20, 63, 39, .18); }
.dot-one { width: 19px; height: 19px; left: 10%; top: 5%; background: var(--yellow); }
.dot-two { width: 12px; height: 12px; right: 9%; bottom: 2%; background: var(--green); }
.hero-strip { position: relative; z-index: 3; display: flex; align-items: center; gap: 38px; margin-top: 66px; padding: 25px 0 0; border-top: 1px solid rgba(18, 38, 29, .09); }
.strip-label { color: #8b9991; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; white-space: nowrap; }
.strip-items { display: flex; flex-wrap: wrap; align-items: center; gap: 17px; color: #4c6256; font-size: 12px; font-weight: 700; }
.strip-items i { width: 4px; height: 4px; border-radius: 50%; background: var(--green-2); }

.section-head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 90px; margin-bottom: 58px; }
.section-head h2, .showcase-copy h2, .process-intro h2, .contact-copy h2 { margin: 18px 0 0; font-size: clamp(39px, 4.5vw, 62px); line-height: 1.08; letter-spacing: -.05em; }
.section-head > p { max-width: 490px; margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.8; }

.intro-section { background: var(--bg); }
.farm-bento { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: repeat(2, minmax(245px, auto)); gap: 18px; }
.bento-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255, 255, 255, .76); box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.bento-card:hover { transform: translateY(-5px); border-color: rgba(88, 168, 68, .42); box-shadow: var(--shadow-soft); }
.bento-main { grid-row: 1 / 3; min-height: 530px; display: flex; flex-direction: column; justify-content: space-between; padding: 38px; color: #fff; border: 0; background: linear-gradient(145deg, #0d3b29 0%, #15553a 60%, #2f7543 100%); box-shadow: 0 28px 70px rgba(15, 75, 49, .22); }
.bento-main::before { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 50%; right: -120px; top: -120px; background: radial-gradient(circle, rgba(130, 211, 98, .38), transparent 65%); }
.bento-main::after { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(135deg, transparent 25%, #000); }
.bento-content { position: relative; z-index: 2; max-width: 540px; }
.card-label { display: inline-flex; padding: 8px 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 99px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.07); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.bento-main h3 { margin: 24px 0 17px; font-size: clamp(30px, 3.5vw, 47px); line-height: 1.08; letter-spacing: -.045em; }
.bento-main p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.78; }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 26px; color: #c9f0b8; font-size: 12px; font-weight: 800; }
.text-link svg { width: 17px; height: 17px; transition: transform .25s ease; }
.text-link:hover svg { transform: translateX(4px); }
.mini-dashboard { position: relative; z-index: 2; align-self: flex-end; width: min(100%, 470px); margin: 36px -12px -14px 60px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 30px 60px rgba(0,0,0,.25); transform: rotate(-2deg); }
.mini-top { height: 29px; display: flex; gap: 5px; align-items: center; padding: 0 10px; border-bottom: 1px solid #e8ede9; background: #f6f8f6; }
.mini-top span { width: 5px; height: 5px; border-radius: 50%; background: #c8d1ca; }
.mini-layout { height: 190px; display: grid; grid-template-columns: 58px 1fr; }
.mini-side { display: grid; align-content: start; gap: 13px; padding: 15px; background: #f3f6f3; }
.mini-side i { height: 5px; border-radius: 4px; background: #d6dfd7; }
.mini-body { padding: 18px; }
.mini-kpi { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.mini-kpi b { height: 32px; border-radius: 7px; background: linear-gradient(145deg, #e9f6e5, #f6faf4); border: 1px solid #e0eadf; }
.mini-chart { position: relative; height: 65px; margin-top: 13px; border-radius: 8px; background: #f5f8f5; overflow: hidden; }
.mini-chart::before { content: ""; position: absolute; inset: 12px; background: linear-gradient(150deg, transparent 0 25%, #73bb57 26% 29%, transparent 30% 43%, #73bb57 44% 47%, transparent 48% 61%, #73bb57 62% 65%, transparent 66%); opacity: .8; }
.mini-table { display: grid; gap: 7px; margin-top: 12px; }
.mini-table i { height: 6px; border-radius: 4px; background: #e4eae5; }
.bento-feature { padding: 30px; min-height: 245px; }
.bento-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 15px; color: var(--green-dark); background: linear-gradient(145deg, #e4f3df, #f5faf3); box-shadow: 0 10px 24px rgba(34, 95, 51, .08); }
.bento-icon svg { width: 25px; height: 25px; }
.bento-feature h3 { margin: 28px 0 11px; font-size: 19px; letter-spacing: -.025em; }
.bento-feature p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.72; }

.product-showcase { position: relative; overflow: hidden; color: #fff; background: #10291f; }
.product-showcase::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(rgba(255,255,255,.35) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(90deg, transparent, #000 55%, transparent); }
.showcase-glow { position: absolute; width: 700px; height: 700px; right: -260px; top: -270px; border-radius: 50%; background: radial-gradient(circle, rgba(104, 184, 73, .25), transparent 63%); filter: blur(10px); }
.showcase-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 80px; }
.showcase-copy > p { max-width: 490px; margin: 24px 0 34px; color: rgba(255,255,255,.63); line-height: 1.8; }
.showcase-tabs { display: grid; gap: 9px; }
.showcase-tab { width: 100%; display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: center; padding: 15px 16px; text-align: left; border: 1px solid transparent; border-radius: 15px; color: rgba(255,255,255,.6); background: transparent; cursor: pointer; transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease; }
.showcase-tab:hover, .showcase-tab.is-active { color: #fff; border-color: rgba(255,255,255,.11); background: rgba(255,255,255,.07); transform: translateX(5px); }
.showcase-tab > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #9cda81; background: rgba(118, 195, 86, .13); font-size: 9px; font-weight: 800; }
.showcase-tab strong, .showcase-tab small { display: block; }
.showcase-tab strong { font-size: 12px; margin-bottom: 3px; }
.showcase-tab small { color: rgba(255,255,255,.44); font-size: 10px; }
.showcase-device { min-width: 0; }
.device-frame { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: #fff; box-shadow: 0 42px 100px rgba(0,0,0,.38); }
.device-top { height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; color: #607167; background: #f6f8f6; border-bottom: 1px solid #e8ede8; font-size: 9px; }
.device-brand { color: var(--green-dark); font-weight: 800; }
.device-pills { display: flex; gap: 6px; }
.device-pills i { width: 7px; height: 7px; border-radius: 50%; background: #cad4cc; }
.device-screen { height: 445px; overflow: hidden; }
.device-screen img { width: 114%; max-width: none; height: 100%; object-fit: cover; object-position: 0 0; transition: transform .55s cubic-bezier(.2,.7,.2,1), object-position .55s ease; }
.device-caption { display: flex; justify-content: space-between; gap: 20px; margin-top: 17px; color: rgba(255,255,255,.43); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.device-caption span:first-child { display: flex; align-items: center; gap: 8px; }
.device-caption i { width: 7px; height: 7px; border-radius: 50%; background: #7ac75a; box-shadow: 0 0 0 5px rgba(122,199,90,.1); }

.services-section { background: #f8faf7; }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.service-card { min-height: 430px; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(88,168,68,.45); box-shadow: var(--shadow-soft); }
.service-top { display: flex; align-items: center; justify-content: space-between; }
.service-top > span { color: #9aa89f; font-size: 10px; font-weight: 800; }
.service-top svg { width: 26px; height: 26px; color: var(--green-dark); }
.service-card h3 { margin: 58px 0 15px; font-size: 21px; line-height: 1.25; letter-spacing: -.03em; }
.service-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.service-card ul { display: grid; gap: 9px; margin: auto 0 0; padding: 28px 0 0; list-style: none; border-top: 1px solid #edf0ed; color: #455b4e; font-size: 10px; font-weight: 700; }
.service-card li { position: relative; padding-left: 14px; }
.service-card li::before { content: ""; position: absolute; left: 0; top: .55em; width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.digital-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; min-height: 500px; margin-top: 22px; padding: 56px; border-radius: var(--radius-xl); color: #fff; background: linear-gradient(145deg, #18352a 0%, #0f271e 100%); box-shadow: var(--shadow); }
.digital-panel::before { content: ""; position: absolute; width: 470px; height: 470px; left: -160px; bottom: -270px; border-radius: 50%; background: radial-gradient(circle, rgba(108, 187, 76, .27), transparent 65%); }
.digital-copy { position: relative; z-index: 2; max-width: 510px; }
.panel-label { display: inline-flex; align-items: center; gap: 8px; color: #bde0ad; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.panel-label svg { width: 17px; height: 17px; }
.digital-copy h3 { margin: 22px 0 18px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.digital-copy p { margin: 0 0 30px; color: rgba(255,255,255,.61); line-height: 1.75; }
.digital-copy .button-dark { color: var(--ink); background: #fff; }
.digital-visual { position: relative; min-height: 360px; }
.ui-window { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 19px; background: #f8faf8; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.ui-window-back { width: 70%; height: 230px; right: 0; top: 12px; opacity: .72; transform: rotate(4deg); }
.ui-window-front { width: 82%; height: 300px; left: 0; bottom: 0; transform: rotate(-2deg); }
.ui-bar { height: 34px; display: flex; align-items: center; gap: 5px; padding: 0 11px; border-bottom: 1px solid #e4eae5; }
.ui-bar i { width: 6px; height: 6px; border-radius: 50%; background: #cbd4cd; }
.ui-content { display: grid; gap: 12px; padding: 28px; }
.ui-line { width: 62%; height: 11px; border-radius: 6px; background: #dfe8e0; }
.ui-line.long { width: 90%; height: 55px; }
.ui-line.short { width: 42%; }
.ui-dashboard { height: calc(100% - 34px); display: grid; grid-template-columns: 62px 1fr; }
.ui-nav { display: grid; align-content: start; gap: 15px; padding: 17px; background: #eef3ee; }
.ui-nav b { width: 26px; height: 26px; border-radius: 8px; background: #5aae48; }
.ui-nav i { height: 7px; border-radius: 5px; background: #d1dbd3; }
.ui-main { padding: 23px; }
.ui-main > span { display: block; width: 38%; height: 10px; border-radius: 6px; background: #d2ded5; }
.ui-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
.ui-cards b { height: 58px; border-radius: 10px; background: linear-gradient(145deg, #e5f2e1, #f7faf6); border: 1px solid #dfe8de; }
.ui-graph { position: relative; height: 110px; margin-top: 17px; border-radius: 12px; background: #f1f5f1; overflow: hidden; }
.ui-graph::after { content: ""; position: absolute; left: 10%; right: 10%; bottom: 19%; height: 2px; background: linear-gradient(90deg, #73bd58 0 20%, transparent 20% 25%, #73bd58 25% 43%, transparent 43% 47%, #73bd58 47% 69%, transparent 69% 73%, #73bd58 73%); transform: skewY(-7deg); }
.code-chip { position: absolute; right: 1%; bottom: 7%; padding: 13px 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; color: #d9f2ce; background: rgba(13, 45, 29, .85); box-shadow: 0 18px 40px rgba(0,0,0,.25); backdrop-filter: blur(12px); font: 700 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; }

.process-section { background: var(--bg); }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.process-intro { position: sticky; top: 135px; align-self: start; }
.process-intro > p { max-width: 480px; margin: 24px 0 32px; color: var(--muted); line-height: 1.8; }
.process-note { display: flex; align-items: center; gap: 13px; max-width: 390px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 15px; color: #4c6356; background: rgba(255,255,255,.65); font-size: 11px; font-weight: 700; }
.process-note svg { flex: 0 0 auto; width: 24px; height: 24px; color: var(--green-dark); }
.process-steps { display: grid; }
.process-step { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 38px 0; border-top: 1px solid var(--line); }
.process-step:last-child { border-bottom: 1px solid var(--line); }
.process-step > span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; color: var(--green-dark); background: #e8f3e4; font-size: 10px; font-weight: 800; }
.process-step h3 { margin: 0 0 10px; font-size: 23px; letter-spacing: -.025em; }
.process-step p { max-width: 580px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.contact-section { position: relative; overflow: hidden; padding: 126px 0; color: #fff; background: linear-gradient(135deg, #0d2d21 0%, #113b29 58%, #1c5531 100%); }
.contact-section::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 44px 44px; mask-image: radial-gradient(circle at 70% 50%, #000, transparent 70%); }
.contact-orb { position: absolute; width: 720px; height: 720px; right: -260px; bottom: -380px; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.015); }
.contact-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 90px; }
.contact-copy > p { max-width: 530px; margin: 24px 0 40px; color: rgba(255,255,255,.65); line-height: 1.8; }
.contact-details { display: grid; gap: 12px; }
.contact-details > * { display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.9); }
.contact-details svg { width: 21px; height: 21px; color: #9bd780; }
.contact-details span { display: flex; flex-direction: column; gap: 2px; font-size: 12px; font-weight: 700; }
.contact-details small { color: rgba(255,255,255,.42); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.contact-form { padding: 36px; border: 1px solid rgba(255,255,255,.16); border-radius: 25px; background: rgba(255,255,255,.095); box-shadow: 0 30px 70px rgba(0,0,0,.24); backdrop-filter: blur(16px); }
.form-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.form-head strong { font-size: 23px; }
.form-head span { color: rgba(255,255,255,.45); font-size: 10px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 14px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 700; }
.contact-form label span { display: flex; justify-content: space-between; gap: 10px; }
.contact-form label em { color: rgba(255,255,255,.37); font-style: normal; font-weight: 500; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; outline: none; color: #fff; background: rgba(255,255,255,.08); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.contact-form input { height: 49px; padding: 0 14px; }
.contact-form textarea { resize: vertical; min-height: 135px; padding: 13px 14px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: rgba(158, 220, 130, .7); background: rgba(255,255,255,.11); box-shadow: 0 0 0 4px rgba(103, 183, 72, .1); }
.contact-form .button-primary { width: 100%; margin-top: 5px; color: var(--ink); background: linear-gradient(135deg, #dff5d5, #9fda81); box-shadow: none; }
.form-status { min-height: 18px; margin: 12px 0 0; color: #d8f2cc; font-size: 10px; text-align: center; }
.honeypot { position: absolute !important; left: -9999px !important; }

.site-footer { padding: 52px 0 22px; background: #f8faf7; }
.footer-main { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 70px; padding-bottom: 36px; }
.footer-brand img { width: 190px; height: 65px; object-fit: contain; object-position: left center; }
.footer-brand p { margin: 2px 0 0; color: var(--muted); font-size: 11px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; color: #4d6256; font-size: 11px; font-weight: 700; }
.footer-links a:hover { color: var(--green-dark); }
.back-top { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 800; }
.back-top span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 21px; border-top: 1px solid var(--line); color: #8a9890; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .header-cta { display: none; }
  .hero-layout { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { max-width: 760px; }
  .hero-stage { max-width: 880px; margin-inline: auto; }
  .hero { padding-top: 145px; }
  .hero-strip { margin-top: 35px; }
  .farm-bento { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .bento-main { grid-row: auto; grid-column: 1 / 3; }
  .showcase-layout, .contact-layout { grid-template-columns: 1fr; }
  .showcase-copy { max-width: 760px; }
  .showcase-tabs { grid-template-columns: repeat(3, 1fr); }
  .showcase-tab { grid-template-columns: 1fr; align-items: start; }
  .showcase-tab:hover, .showcase-tab.is-active { transform: translateY(-3px); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-layout { grid-template-columns: 1fr; gap: 55px; }
  .process-intro { position: static; max-width: 760px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 92px 0; }
  .site-header { padding: 10px 0; }
  .brand img { width: 165px; height: 58px; }
  .header-inner { min-height: 58px; }
  .menu-button { display: grid; margin-left: auto; }
  .main-nav { position: fixed; inset: 79px 16px auto; display: grid; gap: 0; padding: 13px; margin: 0; border: 1px solid rgba(18,38,29,.1); border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: 0 30px 70px rgba(18,38,29,.2); backdrop-filter: blur(16px); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }
  .main-nav a { padding: 15px 13px; border-bottom: 1px solid #edf0ed; }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  body.menu-open .main-nav { opacity: 1; visibility: visible; transform: translateY(0); }
  body.menu-open .menu-open { display: none; }
  body.menu-open .menu-close { display: block; }
  .hero { min-height: auto; padding: 135px 0 40px; }
  .hero h1 { font-size: clamp(49px, 14vw, 74px); }
  .hero-copy > p { font-size: 16px; }
  .hero-stage { padding: 38px 0 65px; }
  .browser-window { transform: none; border-radius: 17px; }
  .browser-content { height: 340px; }
  .floating-stat-two { right: -5px; }
  .floating-stat-one { left: -3px; }
  .hero-strip { align-items: flex-start; flex-direction: column; gap: 13px; }
  .section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }
  .section-head h2, .showcase-copy h2, .process-intro h2, .contact-copy h2 { font-size: clamp(36px, 10vw, 53px); }
  .farm-bento { grid-template-columns: 1fr; }
  .bento-main { grid-column: auto; min-height: 560px; }
  .mini-dashboard { margin-left: 15px; }
  .showcase-tabs { grid-template-columns: 1fr; }
  .showcase-tab { grid-template-columns: 38px 1fr; }
  .device-screen { height: 350px; }
  .digital-panel { grid-template-columns: 1fr; gap: 45px; padding: 38px; }
  .digital-visual { min-height: 320px; }
  .footer-main { grid-template-columns: 1fr auto; gap: 35px; }
  .footer-links { grid-column: 1 / 3; order: 3; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .section { padding: 76px 0; }
  .brand img { width: 145px; height: 52px; }
  .hero { padding-top: 118px; }
  .hero h1 { margin-top: 20px; font-size: 46px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-notes { gap: 12px; }
  .hero-stage { padding-bottom: 90px; }
  .browser-bar { grid-template-columns: 1fr auto; }
  .browser-address { min-width: 0; padding: 6px 12px; }
  .browser-status { display: none; }
  .browser-content { height: 280px; }
  .browser-content img { width: 145%; max-width: none; }
  .floating-stat { max-width: 190px; padding: 10px 12px; }
  .floating-stat-two { top: 13px; right: -1px; }
  .floating-stat-one { left: 0; bottom: 30px; }
  .floating-stat strong { font-size: 9px; }
  .hero-strip { display: none; }
  .bento-main { min-height: 590px; padding: 28px; }
  .bento-feature { padding: 25px; }
  .mini-dashboard { width: calc(100% + 20px); margin: 34px -18px -15px 0; }
  .showcase-layout { gap: 55px; }
  .device-screen { height: 275px; }
  .device-screen img { width: 145%; }
  .device-caption { flex-direction: column; gap: 8px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 390px; }
  .digital-panel { padding: 28px; border-radius: 24px; }
  .digital-visual { min-height: 260px; }
  .ui-window-front { width: 94%; height: 245px; }
  .ui-window-back { height: 195px; }
  .code-chip { right: -4%; }
  .process-step { grid-template-columns: 54px 1fr; gap: 16px; padding: 30px 0; }
  .process-step > span { width: 46px; height: 46px; }
  .contact-section { padding: 84px 0; }
  .contact-layout { gap: 55px; }
  .contact-form { padding: 25px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .form-head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-links { grid-column: auto; }
  .back-top { justify-self: start; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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