:root {
  --ink: #101b19;
  --muted: #687572;
  --cream: #f4f6f0;
  --lime: #bdf46e;
  --green: #153f35;
  --line: rgba(20, 54, 47, 0.12);
  --font-body: "Segoe UI", Arial, sans-serif;
  --font-display: "Aptos Display", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--font-body), sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
main { position: relative; overflow: hidden; }
.section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; position: relative; z-index: 1; }
.ambient { position: absolute; border-radius: 999px; filter: blur(12px); opacity: .5; pointer-events: none; }
.ambient-one { width: 560px; height: 560px; background: radial-gradient(circle, rgba(189,244,110,.35), transparent 70%); top: -180px; right: -120px; }
.ambient-two { width: 480px; height: 480px; background: radial-gradient(circle, rgba(88,204,187,.18), transparent 70%); top: 700px; left: -200px; }

.nav-wrap { width: min(1180px, calc(100% - 48px)); height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--font-display); font-size: 13px; letter-spacing: .1em; font-weight: 600; }
.brand b { color: #608b24; }
.brand-mark { width: 33px; height: 33px; border-radius: 10px; display: grid; place-items: center; color: #eaffc9; background: var(--green); font-size: 18px; font-weight: 800; letter-spacing: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); }
.nav-links { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 600; }
.nav-links > a:not(.nav-cta) { color: #53625f; transition: color .2s; }
.nav-links > a:hover { color: #183e35; }
.nav-cta { background: rgba(255,255,255,.56); border: 1px solid rgba(23,63,54,.15); border-radius: 999px; padding: 12px 18px; box-shadow: 0 8px 24px rgba(21,63,53,.06); }
.nav-cta span, .button span { margin-left: 8px; }
.menu-button { display: none; border: 1px solid var(--line); background: rgba(255,255,255,.6); border-radius: 999px; padding: 9px 14px; color: var(--ink); }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 54px; padding: 72px 0 74px; }
.eyebrow, .kicker { color: #587322; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 24px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #80bb31; box-shadow: 0 0 0 6px rgba(128,187,49,.12); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display), sans-serif; }
h1 { font-size: clamp(50px, 5.5vw, 79px); line-height: .99; letter-spacing: -.055em; margin-bottom: 28px; font-weight: 600; }
h1 span { color: #658c2d; }
.hero-copy > p { color: var(--muted); font-size: 18px; line-height: 1.72; max-width: 590px; margin-bottom: 34px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; border: 0; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 800; font-size: 13px; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #f7ffe9; background: var(--green); box-shadow: 0 12px 30px rgba(21,63,53,.2); }
.text-link { font-size: 13px; font-weight: 800; padding-bottom: 4px; border-bottom: 1px solid rgba(16,27,25,.22); }
.text-link span { margin-left: 8px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 60px; padding-top: 24px; border-top: 1px solid var(--line); max-width: 600px; }
.hero-proof div { display: flex; flex-direction: column; gap: 4px; }
.hero-proof b { font-family: var(--font-display); font-size: 16px; }
.hero-proof span { font-size: 10px; color: var(--muted); }

.hero-visual { min-height: 560px; position: relative; display: grid; place-items: center; }
.glass-card { background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.38)); border: 1px solid rgba(255,255,255,.8); box-shadow: 0 24px 80px rgba(24,68,59,.14), inset 0 0 0 1px rgba(38,82,73,.04); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); }
.dashboard { width: min(100%, 500px); border-radius: 28px; padding: 26px; position: relative; z-index: 2; transform: perspective(900px) rotateY(-4deg) rotateX(2deg); }
.dash-top { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; margin-bottom: 22px; }
.mini-label { font-size: 8px; letter-spacing: .16em; color: #79908a; }
.dash-top h3 { font-size: 17px; margin: 5px 0 0; }
.live { background: rgba(189,244,110,.3); color: #4b7417; border: 1px solid rgba(91,142,32,.15); border-radius: 99px; padding: 7px 9px; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.live i { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #75a938; margin-right: 5px; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.metric { background: rgba(255,255,255,.55); border: 1px solid rgba(22,63,54,.08); border-radius: 16px; padding: 15px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.metric span { grid-column: 1 / -1; color: #73817e; font-size: 9px; margin-bottom: 8px; }
.metric strong { font-family: var(--font-display); font-size: 24px; letter-spacing: -.04em; }
.metric small { color: #678f31; font-weight: 800; font-size: 8px; background: rgba(189,244,110,.22); padding: 4px 6px; border-radius: 99px; }
.chart-card { background: #173e35; border-radius: 18px; margin-top: 12px; padding: 17px; color: white; }
.chart-head { display: flex; justify-content: space-between; font-size: 10px; color: #b5c8c3; }
.chart-head b { color: white; }
.chart-bars { height: 92px; display: flex; gap: 7px; align-items: end; padding-top: 15px; border-bottom: 1px solid rgba(255,255,255,.1); }
.chart-bars i { flex: 1; background: linear-gradient(to top, #729c37, #c8f881); border-radius: 3px 3px 0 0; min-height: 5px; opacity: .9; }
.chart-times { display: flex; justify-content: space-between; font-size: 7px; color: #78948d; margin-top: 6px; }
.order-row { display: flex; align-items: center; gap: 10px; margin-top: 12px; padding: 10px; background: rgba(255,255,255,.55); border-radius: 14px; }
.order-icon, .check { width: 27px; height: 27px; border-radius: 8px; background: rgba(189,244,110,.35); color: #507b1c; display: grid; place-items: center; font-weight: 900; }
.order-row div:nth-child(2) { flex: 1; display: flex; flex-direction: column; }
.order-row b { font-size: 9px; }.order-row span, .order-row small { font-size: 7px; color: #75827f; }
.float-card { position: absolute; z-index: 3; border-radius: 17px; }
.rating { top: 30px; right: -24px; padding: 15px 18px; display: flex; flex-direction: column; gap: 5px; }
.rating span { font-size: 7px; letter-spacing: .12em; color: #778986; }.rating b { font-size: 18px; }.rating i { color: #7aa33f; font-size: 8px; font-style: normal; }.rating small { color: #75827f; font-size: 8px; }
.uptime { bottom: 32px; left: -18px; padding: 12px 16px; display: flex; gap: 10px; align-items: center; }.uptime div { display: flex; flex-direction: column; }.uptime b { font-size: 9px; }.uptime small { font-size: 7px; color: #71807d; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }.orb-a { width: 340px; height: 340px; background: rgba(190,243,112,.38); top: 50px; right: 10px; }.orb-b { width: 280px; height: 280px; background: rgba(74,178,160,.2); bottom: 10px; left: 5px; }

.trust-strip { min-height: 92px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 70px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); color: #71807c; white-space: nowrap; overflow: hidden; }
.trust-strip > span { font-size: 11px; font-style: italic; }
.trust-items { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 28px; font-size: 10px; letter-spacing: .18em; }.trust-items i { color: #8eb34e; font-style: normal; }

.services { padding: 126px 0 130px; }
.section-heading, .process-head { display: grid; grid-template-columns: 1.35fr .65fr; gap: 100px; align-items: end; margin-bottom: 56px; }
.section-heading h2, .systems h2, .process h2, .contact h2, .outcome h2 { font-size: clamp(38px, 4vw, 57px); line-height: 1.08; letter-spacing: -.045em; margin: 16px 0 0; }
.section-heading p, .process-head p { color: var(--muted); line-height: 1.8; font-size: 14px; margin-bottom: 8px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-height: 355px; border-radius: 22px; padding: 25px; display: flex; flex-direction: column; transition: transform .25s, border-color .25s; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(121,166,57,.4); }
.service-number { font-size: 9px; letter-spacing: .16em; color: #87948f; }
.service-icon { width: 48px; height: 48px; margin: 40px 0 24px; border-radius: 15px; display: grid; place-items: center; font-family: var(--font-display); color: #5f892a; font-size: 20px; background: rgba(189,244,110,.22); border: 1px solid rgba(110,158,46,.12); }
.service-card h3 { font-size: 20px; letter-spacing: -.025em; margin-bottom: 14px; }.service-card p { font-size: 12px; line-height: 1.7; color: var(--muted); flex: 1; }
.tags { display: flex; gap: 6px; flex-wrap: wrap; }.tags span { border: 1px solid var(--line); border-radius: 99px; padding: 5px 8px; font-size: 8px; color: #6d7a76; background: rgba(255,255,255,.32); }

.systems { width: min(1240px, calc(100% - 32px)); background: var(--green); border-radius: 32px; color: #f0f8ec; padding: 104px max(40px, calc((100% - 1060px) / 2)); display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; align-items: center; box-shadow: 0 30px 100px rgba(18,57,49,.2); }
.systems .kicker { color: var(--lime); }.systems h2 { margin-bottom: 24px; }.systems-copy > p { color: #aec3bd; line-height: 1.8; font-size: 14px; }
.systems ul { list-style: none; padding: 0; margin: 34px 0; display: grid; gap: 20px; }.systems li { display: flex; gap: 14px; align-items: flex-start; }.systems li > span { flex: 0 0 auto; width: 25px; height: 25px; border-radius: 8px; display: grid; place-items: center; color: #254c18; background: var(--lime); font-weight: 900; font-size: 11px; }.systems li div { display: flex; flex-direction: column; gap: 4px; }.systems li b { font-size: 12px; }.systems li small { color: #8ea9a2; line-height: 1.5; font-size: 10px; }.bright { color: var(--lime); border-color: rgba(189,244,110,.4); }
.system-map { height: 520px; border-radius: 28px; position: relative; background: radial-gradient(circle at center, rgba(189,244,110,.13), rgba(255,255,255,.045) 54%, rgba(255,255,255,.03)); border-color: rgba(255,255,255,.1); }
.system-map:before, .system-map:after { content: ""; position: absolute; inset: 70px; border: 1px dashed rgba(189,244,110,.13); border-radius: 50%; }.system-map:after { inset: 140px; }
.map-center, .map-node { position: absolute; z-index: 3; display: flex; align-items: center; flex-direction: column; text-align: center; }
.map-center { width: 142px; height: 142px; justify-content: center; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #1d4e42; border: 1px solid rgba(189,244,110,.35); box-shadow: 0 0 60px rgba(189,244,110,.16); }.map-center > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; background: var(--lime); color: var(--green); font-family: var(--font-display); font-weight: 900; margin-bottom: 10px; }.map-center b { font-size: 9px; letter-spacing: .13em; }.map-center small { color: #76968e; font-size: 6px; letter-spacing: .12em; margin-top: 4px; }
.map-node { width: 110px; height: 98px; justify-content: center; border-radius: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); backdrop-filter: blur(12px); }.map-node > span { color: var(--lime); font-size: 20px; margin-bottom: 7px; }.map-node b { font-size: 10px; }.map-node small { color: #78958e; font-size: 7px; margin-top: 4px; }.node-one { left: 8%; top: 12%; }.node-two { right: 8%; top: 14%; }.node-three { left: 8%; bottom: 12%; }.node-four { right: 8%; bottom: 12%; }
.connector { position: absolute; width: 145px; height: 1px; background: linear-gradient(90deg, rgba(189,244,110,.05), rgba(189,244,110,.35)); top: 40%; left: 25%; transform-origin: right; }.c-one { transform: rotate(35deg); }.c-two { left: auto; right: 25%; transform: rotate(-35deg); }.c-three { top: auto; bottom: 40%; transform: rotate(-35deg); }.c-four { top: auto; bottom: 40%; left: auto; right: 25%; transform: rotate(35deg); }

.process { padding: 130px 0; }.process-head { margin-bottom: 66px; }.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }.steps article { position: relative; padding: 38px 32px 0 0; }.steps article > span { color: #89938f; font-size: 9px; letter-spacing: .15em; }.step-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--lime); border: 3px solid #6f9636; position: absolute; top: -6px; left: 0; box-shadow: 0 0 0 7px var(--cream); }.steps h3 { font-size: 20px; margin: 24px 0 13px; }.steps p { color: var(--muted); font-size: 12px; line-height: 1.75; max-width: 235px; }
.outcome { padding-bottom: 130px; }.outcome-card { border-radius: 30px; padding: 66px; background: linear-gradient(115deg, rgba(255,255,255,.75), rgba(218,244,184,.3)); display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }.outcome-card > p { color: var(--muted); font-size: 16px; line-height: 1.8; padding-top: 35px; }.outcome-stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding-top: 34px; }.outcome-stats div { display: flex; flex-direction: column; gap: 6px; }.outcome-stats div + div { padding-left: 28px; border-left: 1px solid var(--line); }.outcome-stats b { font-family: var(--font-display); font-size: 27px; color: #668d30; }.outcome-stats span { color: var(--muted); font-size: 11px; }

.contact { width: min(1240px, calc(100% - 32px)); background: #0f2f28; color: white; border-radius: 32px 32px 0 0; padding: 105px max(40px, calc((100% - 1060px) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }.contact .kicker { color: var(--lime); }.contact h2 { margin-bottom: 25px; }.contact-copy p { color: #9db5af; line-height: 1.8; font-size: 14px; max-width: 470px; }.contact-copy > a { display: inline-block; color: var(--lime); font-weight: 800; font-size: 13px; margin-top: 24px; border-bottom: 1px solid rgba(189,244,110,.35); padding-bottom: 5px; }
.contact-form { border-radius: 25px; padding: 30px; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.12); box-shadow: none; display: grid; gap: 17px; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.contact-form label { font-size: 9px; letter-spacing: .08em; color: #c5d4d0; text-transform: uppercase; display: grid; gap: 7px; font-weight: 800; }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; color: #f3f8f6; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 11px; padding: 13px 14px; outline: none; text-transform: none; letter-spacing: 0; font-size: 12px; resize: vertical; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: rgba(189,244,110,.6); }.contact-form option { color: #172d28; }.contact-form .button { justify-self: start; background: var(--lime); color: var(--green); }.form-note { color: #b7cac5; font-size: 10px; margin: -4px 0 0; }
footer { background: #0f2f28; color: white; width: min(1240px, calc(100% - 32px)); margin: 0 auto; border-top: 1px solid rgba(255,255,255,.1); padding: 34px max(40px, calc((100% - 1060px) / 2)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }.contact + footer .brand b { color: var(--lime); }footer p { color: #88a099; font-size: 10px; margin: 0; }footer > div { display: flex; gap: 23px; font-size: 10px; color: #afc1bc; }footer small { grid-column: 1 / -1; color: #66827b; font-size: 8px; padding-top: 18px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 80px; }.hero-copy { text-align: center; }.eyebrow, .hero-actions { justify-content: center; }.hero-copy > p, .hero-proof { margin-left: auto; margin-right: auto; }.hero-visual { width: min(620px, 100%); margin: 0 auto; }.service-grid { grid-template-columns: 1fr 1fr; }.systems { grid-template-columns: 1fr; }.system-map { max-width: 650px; width: 100%; margin: 0 auto; }.section-heading, .process-head { grid-template-columns: 1fr; gap: 20px; }.contact { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 700px) {
  .section, .nav-wrap { width: min(100% - 30px, 1180px); }.nav-wrap { height: 70px; }.menu-button { display: block; }.nav-links { display: none; position: absolute; left: 0; right: 0; top: 66px; background: rgba(244,246,240,.96); backdrop-filter: blur(20px); border: 1px solid var(--line); border-radius: 17px; padding: 18px; flex-direction: column; align-items: stretch; gap: 4px; box-shadow: 0 20px 50px rgba(21,63,53,.12); }.nav-links.open { display: flex; }.nav-links a { padding: 12px; }.nav-cta { text-align: center; margin-top: 5px; }.hero { min-height: auto; padding: 70px 0 85px; gap: 65px; }.hero h1 { font-size: clamp(45px, 13vw, 64px); }.hero-copy > p { font-size: 15px; }.hero-actions { flex-direction: column; gap: 20px; }.hero-proof { gap: 10px; }.hero-proof span { font-size: 8px; }.dashboard { padding: 17px; transform: none; }.hero-visual { min-height: 450px; }.float-card.rating { right: -7px; top: -20px; }.float-card.uptime { left: -5px; bottom: 0; }.trust-strip { padding: 0 20px; gap: 45px; }.trust-items { justify-content: flex-start; }.services, .process { padding: 90px 0; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 320px; }.section-heading h2, .systems h2, .process h2, .contact h2, .outcome h2 { font-size: 38px; }.systems, .contact { width: calc(100% - 16px); padding: 76px 24px; border-radius: 24px; }.systems { gap: 55px; }.system-map { height: 420px; }.system-map:before { inset: 60px; }.system-map:after { inset: 120px; }.map-node { width: 88px; height: 82px; }.map-center { width: 120px; height: 120px; }.node-one, .node-three { left: 4%; }.node-two, .node-four { right: 4%; }.connector { display: none; }.steps { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid var(--line); margin-left: 5px; }.steps article { padding: 0 0 38px 35px; }.step-dot { top: 4px; left: -6px; }.outcome { padding-bottom: 90px; }.outcome-card { padding: 36px 25px; grid-template-columns: 1fr; gap: 15px; }.outcome-card > p { padding-top: 0; }.outcome-stats { grid-template-columns: 1fr; gap: 22px; }.outcome-stats div + div { padding: 22px 0 0; border-left: 0; border-top: 1px solid var(--line); }.form-row { grid-template-columns: 1fr; }footer { width: calc(100% - 16px); grid-template-columns: 1fr; padding: 35px 24px; }footer small { grid-column: auto; }
}

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