:root {
  --green-950: #1d3328;
  --green-800: #356b46;
  --green-600: #5da145;
  --green-100: #e8f5e4;
  --orange-600: #c77d45;
  --orange-100: #fdf0e4;
  --ink-950: #202826;
  --ink-700: #4c5a54;
  --ink-500: #728078;
  --line: #dce3df;
  --surface: #ffffff;
  --canvas: #f5f7f6;
  --dark-surface: #232927;
  --dark-line: #48534d;
  --shadow-sm: 0 4px 15px rgba(32, 40, 38, .06);
  --shadow-lg: 0 18px 45px rgba(32, 40, 38, .11);
  color-scheme: light;
  font-family: "Segoe UI", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink-950); line-height: 1.6; text-rendering: optimizeLegibility; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--orange-600); outline-offset: 4px; }

.skip-link { position: absolute; top: -4rem; left: 1rem; z-index: 10; padding: .65rem .9rem; border-radius: 8px; background: var(--green-950); color: #fff; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .94); backdrop-filter: blur(12px); }
.site-header__inner, .page-shell, .site-footer__inner { width: min(1160px, calc(100% - 3rem)); margin: 0 auto; }
.site-header__inner { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 2rem; }
.brand, .site-nav, .hero__eyebrow, .hero__actions, .hero__notes, .demo__header, .demo__status, .demo__stage, .audience-card__top, .closing-card, .closing-card__actions, .footer-brand { display: flex; align-items: center; }
.brand { gap: .72rem; color: var(--ink-950); text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand__name { font-size: 1.04rem; }
.brand__mark { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid #78a96d; border-radius: 10px; background: var(--green-800); color: #fff; box-shadow: 0 3px 0 var(--green-950); font: 900 .68rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: -.1em; }
.brand__mark span:first-child { transform: translateX(-1px); } .brand__mark span:last-child { transform: translateX(1px); }
.brand__mark--small { width: 25px; height: 25px; margin-right: .45rem; border-radius: 7px; box-shadow: 0 2px 0 #3e7d32; font-size: .5rem; }
.site-nav { gap: 1.25rem; color: var(--ink-700); font-size: .84rem; font-weight: 650; }
.site-nav a { text-decoration: none; } .site-nav a:hover { color: var(--green-800); }
.site-nav__button { padding: .58rem .85rem; border: 1px solid #bad7b2; border-radius: 999px; background: var(--green-100); color: var(--green-800); font-weight: 800; }

.page-shell { padding: 2rem 0 5rem; }
.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); min-height: 510px; overflow: hidden; border: 1px solid #cfe0d2; border-radius: 24px; background: var(--green-100); box-shadow: var(--shadow-lg); }
.hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.25rem, 6vw, 5.2rem); }
.hero__eyebrow { flex-wrap: wrap; gap: .75rem; margin-bottom: 1.25rem; color: var(--green-800); font: 700 .73rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .04em; text-transform: uppercase; }
.pill { display: inline-flex; min-height: 27px; align-items: center; padding: .38rem .68rem; border-radius: 999px; font: 800 .69rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .03em; text-transform: uppercase; }
.pill--green { border: 1px solid #b7d9af; background: #f8fcf7; color: var(--green-800); } .pill--orange { border: 1px solid #e7c3a4; background: var(--orange-100); color: #8c4e27; } .pill--light { border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.1); color: #f0faed; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 1.2rem; font-size: clamp(3.15rem, 6vw, 5.8rem); line-height: .96; letter-spacing: -.075em; text-wrap: pretty; }
.hero__lede { max-width: 610px; margin-bottom: 1.6rem; color: var(--green-950); font-size: 1.08rem; }
.hero__actions { flex-wrap: wrap; gap: .7rem; }
.button { display: inline-flex; min-height: 44px; align-items: center; gap: .5rem; padding: .72rem 1rem; border-radius: 999px; text-decoration: none; font-size: .85rem; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button--primary { background: var(--green-800); color: #fff; box-shadow: 0 3px 0 var(--green-950); }
.button--primary:hover { background: var(--green-950); } .button--secondary { border: 1px solid #aabeb0; background: rgba(255,255,255,.62); color: var(--green-950); } .button--secondary:hover { background: #fff; } .button--on-dark { border: 1px solid #b6d88c; background: #b6d88c; color: var(--green-950); box-shadow: 0 3px 0 #71995b; }
.hero__notes { flex-wrap: wrap; gap: 1rem; margin-top: 1.8rem; color: var(--green-800); font-size: .76rem; font-weight: 700; }
.signal { display: inline-block; width: 8px; height: 8px; margin-right: .35rem; border-radius: 50%; } .signal--green { background: var(--green-600); } .signal--orange { background: var(--orange-600); }

.hero__demo { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 2rem; background: var(--green-950); color: #f7fbf6; }
.demo__header { justify-content: space-between; gap: 1rem; color: #bdcfbd; font: .67rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; }
.demo__status { gap: .45rem; color: #d7edc8; letter-spacing: .03em; text-transform: none; } .demo__status i { width: 7px; height: 7px; border-radius: 50%; background: #9ad66e; box-shadow: 0 0 0 4px rgba(154,214,110,.12); }
.demo__surface { margin-top: 1.35rem; padding: 1rem; border: 1px solid #485f50; border-radius: 16px; background: #2d4035; }
.demo__stage { gap: .8rem; min-width: 0; padding: .75rem .7rem; border: 1px solid transparent; border-radius: 11px; } .demo__stage--active { border-color: #6c9c5f; background: #3e5c46; }
.demo__stage-number { flex: 0 0 auto; color: #a8d37c; font: 700 .7rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.demo__stage div { min-width: 0; flex: 1; } .demo__stage strong { display: block; overflow: hidden; color: #fff; font-size: .9rem; text-overflow: ellipsis; white-space: nowrap; } .demo__stage small { color: #bed1bf; font-size: .76rem; } .demo__arrow { color: #e3ae79; font-size: 1.1rem; }
.demo__connector { height: 17px; margin-left: 1.35rem; border-left: 1px dashed #739276; }
.demo__code { overflow: auto; margin: 1rem 0 0; padding: 1rem; border: 1px solid #394b42; border-radius: 13px; background: #18231e; color: #deebdf; font: .77rem/1.8 ui-monospace, SFMono-Regular, Consolas, monospace; }
.code__keyword { color: #b6df83; } .code__method { color: #f2c38e; } .code__string { color: #a9d8d0; } .code__property { color: #d8b5ef; } .code__number { color: #f4bd80; } .code__comment { color: #879d8c; }

.facts { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; margin-top: 1rem; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); box-shadow: var(--shadow-sm); }
.facts > div { display: grid; gap: .35rem; padding: 1rem 1.2rem; border-right: 1px solid var(--line); } .facts > div:last-child { border-right: 0; }
.facts__label { color: var(--ink-500); font: 700 .68rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; } .facts strong { color: var(--ink-950); font-size: .9rem; }
.notice { display: grid; grid-template-columns: 34px 1fr; align-items: start; gap: .9rem; margin: 1.5rem 0 0; padding: 1rem 1.15rem; border: 1px solid #e6c79f; border-radius: 13px; background: #fff8ed; color: #664a2c; }
.notice__mark { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 8px; background: #e2a06a; color: #2a1b11; font-weight: 900; } .notice p { margin: 0; font-size: .9rem; } .notice strong { color: #3a2b1f; }

.content-section { padding: 5rem 0 0; } .content-section--tight { padding-top: 4rem; }
.section-heading { display: grid; grid-template-columns: minmax(0, .95fr) minmax(260px, .75fr); align-items: end; gap: 2.5rem; margin-bottom: 2rem; }
.section-kicker { display: block; margin-bottom: .75rem; color: var(--green-800); font: 800 .68rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; } .section-kicker--light { color: #b7d8a5; }
h2 { max-width: 650px; margin-bottom: 0; font-size: clamp(2.05rem, 4vw, 3.45rem); line-height: 1.03; letter-spacing: -.065em; text-wrap: pretty; } .section-heading > p { max-width: 470px; margin: 0; color: var(--ink-700); font-size: .98rem; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; }
.feature-card { min-height: 260px; padding: 1.25rem; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease; }
.feature-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); } .feature-card__tag { color: var(--green-800); font: 800 .67rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; }
.feature-card h3 { margin: 3.1rem 0 .55rem; font-size: 1.05rem; letter-spacing: -.02em; } .feature-card p { min-height: 84px; margin-bottom: .75rem; color: var(--ink-700); font-size: .86rem; }
.feature-card a, .audience-card a, .text-link { color: var(--green-800); font-size: .81rem; font-weight: 800; text-decoration: none; } .feature-card a:hover, .audience-card a:hover, .text-link:hover { color: var(--orange-600); }

.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.audience-card { min-height: 250px; padding: 1.55rem; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow-sm); }
.audience-card--green { border-color: #bad7b5; background: var(--green-800); color: #fff; } .audience-card__top { justify-content: space-between; gap: 1rem; }
.audience-card__icon { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 12px; color: #ecf8e7; font: 800 1rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.audience-card__icon--orange { border-color: #e9c5a7; background: var(--orange-100); color: #8c4e27; }
.audience-card h3 { margin: 2.35rem 0 .55rem; font-size: 1.5rem; letter-spacing: -.04em; } .audience-card p { max-width: 490px; margin-bottom: .85rem; color: var(--ink-700); font-size: .9rem; } .audience-card--green p { color: #e1f0dd; } .audience-card a { color: var(--green-800); } .audience-card--green a { color: #e9f8df; }
.audience-card code, .install-steps code { padding: .12rem .3rem; border-radius: 5px; background: rgba(32,40,38,.08); font: .78rem ui-monospace, SFMono-Regular, Consolas, monospace; } .audience-card--green code { background: rgba(255,255,255,.12); }

.compatibility-card { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(310px, .9fr); align-items: center; gap: 2rem; padding: 1.55rem; border: 1px solid #c8dbca; border-radius: 18px; background: #f0f7ef; }
.compatibility-card__copy h3 { margin: 1rem 0 .55rem; font-size: 1.45rem; letter-spacing: -.035em; } .compatibility-card__copy p { max-width: 620px; margin-bottom: .85rem; color: var(--ink-700); font-size: .89rem; }
.version-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .55rem; } .version-grid span { display: grid; min-height: 58px; place-items: center; border: 1px solid #bfd4c0; border-radius: 11px; background: #fff; color: var(--green-800); font: 800 .77rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; }

.install-panel { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 3rem; margin-top: 5rem; padding: 2rem; border-radius: 20px; background: var(--dark-surface); color: #eef4ef; box-shadow: var(--shadow-lg); }
.install-panel__copy h2 { max-width: 440px; } .install-panel__copy > p { max-width: 390px; margin: 1rem 0 1.45rem; color: #c4d1c8; font-size: .93rem; }
.install-steps { display: grid; gap: .65rem; padding: 0; margin: 0; list-style: none; } .install-steps li { display: grid; grid-template-columns: 34px 1fr; gap: .85rem; padding: .95rem 1rem; border: 1px solid var(--dark-line); border-radius: 13px; background: #2b3330; }
.install-steps li > span { color: #b6d88c; font: 800 .72rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; } .install-steps strong { display: block; margin-bottom: .25rem; font-size: .9rem; } .install-steps p { margin: 0; color: #c4d1c8; font-size: .82rem; } .install-steps code { background: rgba(255,255,255,.1); }
.closing-card { justify-content: space-between; gap: 2rem; margin-top: 1rem; padding: 1.6rem 1.8rem; border: 1px solid #d5ddd9; border-radius: 18px; background: var(--surface); box-shadow: var(--shadow-sm); } .closing-card h2 { max-width: 650px; font-size: clamp(1.8rem, 3.2vw, 2.7rem); } .closing-card__actions { flex-wrap: wrap; justify-content: flex-end; gap: .65rem; }
.site-footer { border-top: 1px solid var(--line); background: var(--surface); color: var(--ink-500); } .site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.45rem 0; font-size: .78rem; } .footer-brand { color: var(--ink-950); font-weight: 800; } .site-footer a { color: var(--green-800); font-weight: 700; text-decoration: none; } .site-footer a:hover { color: var(--orange-600); }

@media (max-width: 930px) { .hero { grid-template-columns: 1fr; } .hero__demo { min-height: 430px; } .feature-grid { grid-template-columns: repeat(2, 1fr); } .feature-card:nth-child(2) { border-right: 1px solid var(--line); } .section-heading { grid-template-columns: 1fr; gap: 1rem; } .compatibility-card, .install-panel { grid-template-columns: 1fr; } .install-panel { gap: 2rem; } }
@media (max-width: 680px) { .site-header__inner, .page-shell, .site-footer__inner { width: min(100% - 2rem, 620px); } .site-header__inner { min-height: 64px; } .site-nav { gap: .55rem; } .site-nav a:not(.site-nav__button) { display: none; } .site-nav__button { padding: .55rem .7rem; font-size: .73rem; } .page-shell { padding-top: 1rem; } .hero { border-radius: 19px; } .hero__copy { padding: 2.25rem 1.35rem 2rem; } h1 { font-size: clamp(2.8rem, 15vw, 4.5rem); } .hero__demo { min-height: 390px; padding: 1.25rem; } .demo__header { align-items: flex-start; flex-direction: column; gap: .55rem; } .facts { grid-template-columns: 1fr 1fr; } .facts > div { padding: .9rem .75rem; } .facts > div:nth-child(2) { border-right: 0; } .facts > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); } .notice { grid-template-columns: 28px 1fr; padding: .9rem; } .content-section, .content-section--tight { padding-top: 3.5rem; } .feature-grid, .audience-grid { grid-template-columns: 1fr; } .feature-card { min-height: auto; } .feature-card p { min-height: 0; } .version-grid { grid-template-columns: repeat(2, 1fr); } .install-panel { margin-top: 3.5rem; padding: 1.35rem; border-radius: 17px; } .closing-card { display: block; padding: 1.35rem; } .closing-card__actions { justify-content: flex-start; margin-top: 1.35rem; } .site-footer__inner { display: grid; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
