:root {
  --green-950: #17491C;
  --green-900: #1E5A25;
  --green-850: #2B6D31;
  --green-800: #326F35;
  --lime: #C4F238;
  --lime-soft: #E5FF94;
  --cream: #F4F5E6;
  --paper: #F7F8F2;
  --white: #FFFFFF;
  --ink: #132017;
  --muted: #647168;
  --line: #E0E7DC;
  --shadow: 0 30px 80px rgba(23, 73, 28, .16);
  --shadow-dark: 0 34px 90px rgba(4, 24, 10, .34);
  --radius-xl: 44px;
  --radius-lg: 30px;
  --radius-md: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 6% 3%, rgba(196, 242, 56, .16), transparent 30%), var(--paper);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
::selection { background: var(--lime); color: var(--green-950); }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: absolute; left: 18px; top: -80px; z-index: 100; padding: 10px 14px; border-radius: 999px; background: var(--green-950); color: var(--cream); }
.skip-link:focus { top: 18px; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 14px 0;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  background: rgba(247, 248, 242, .78);
  border-bottom: 1px solid rgba(224, 231, 220, .7);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand, .logo-lockup { display: inline-flex; align-items: center; gap: 11px; }
.brand-symbol, .lockup-symbol { flex: 0 0 auto; display: inline-grid; place-items: center; color: var(--lime); }
.brand-symbol { width: 42px; height: 46px; }

.brand-logo { width: 154px; height: auto; display: block; }
.logo-lockup-image { width: min(360px, 100%); height: auto; display: block; }
.contact-card .logo-lockup-image { width: min(300px, 82vw); margin-inline: auto; }
.footer-brand .brand-logo { width: 132px; }
.brand-word, .lockup-word {
  color: var(--green-950);
  font-size: 22px;
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 1;
}
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; color: #425146; }
.nav-links a { transition: color .2s ease, opacity .2s ease; }
.nav-links a:hover { color: var(--green-950); }
.nav-cta { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border-radius: 999px; background: var(--green-950); color: var(--cream); font-weight: 740; box-shadow: 0 14px 28px rgba(23, 73, 28, .16); }
.nav-toggle { display: none; align-items: center; justify-content: center; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(23,73,28,.08); cursor: pointer; }
.nav-toggle span { position: absolute; width: 18px; height: 2px; border-radius: 999px; background: var(--green-950); transition: transform .2s ease; }
.nav-toggle span:last-child { transform: translateY(6px); }
.nav-toggle.is-open span:first-child { transform: rotate(45deg); }
.nav-toggle.is-open span:last-child { transform: rotate(-45deg); }

.section-dark {
  color: var(--cream);
  background:
    radial-gradient(circle at 88% 18%, rgba(196, 242, 56, .13), transparent 30%),
    linear-gradient(145deg, #1B4A1E 0%, #103916 72%, #0B2B12 100%);
}
.hero { padding: 96px 0 70px; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto -120px -260px auto; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(196,242,56,.30), transparent 58%); filter: blur(10px); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .98fr) minmax(380px, 1.02fr); gap: 64px; align-items: center; position: relative; z-index: 1; }
.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: rgba(244,245,230,.70); font-size: 12px; line-height: 1; letter-spacing: .14em; text-transform: uppercase; font-weight: 760; }
.kicker span { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); }
.kicker.dark { color: var(--green-850); }
.hero h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 860px; margin-bottom: 24px; color: var(--cream); font-size: clamp(54px, 7.8vw, 104px); line-height: .94; letter-spacing: -0.073em; font-weight: 760; }
h2 { margin-bottom: 18px; color: var(--green-950); font-size: clamp(38px, 5.2vw, 72px); line-height: 1; letter-spacing: -0.065em; font-weight: 760; }
h3 { margin-bottom: 12px; color: var(--green-950); font-size: 22px; line-height: 1.12; letter-spacing: -0.04em; font-weight: 760; }
p { color: var(--muted); line-height: 1.68; }
.hero-lede { max-width: 700px; margin-bottom: 0; color: rgba(244,245,230,.78); font-size: clamp(18px, 2vw, 22px); line-height: 1.52; letter-spacing: -.015em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 28px; }
.centered { justify-content: center; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border-radius: 999px; font-weight: 760; letter-spacing: -.02em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--cream); color: var(--green-950); box-shadow: 0 18px 36px rgba(0,0,0,.16); }
.button-ghost { background: rgba(255,255,255,.08); color: var(--cream); border: 1px solid rgba(244,245,230,.18); }
.button-dark { background: var(--green-950); color: var(--cream); box-shadow: 0 18px 34px rgba(23,73,28,.18); }
.hero-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0; max-width: 680px; }
.hero-metrics div { padding: 17px; border: 1px solid rgba(244,245,230,.16); border-radius: 22px; background: rgba(244,245,230,.06); }
.hero-metrics dt { margin-bottom: 6px; color: rgba(244,245,230,.56); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 760; }
.hero-metrics dd { margin: 0; color: var(--cream); font-size: 16px; font-weight: 760; letter-spacing: -.03em; }
.hero-card { position: relative; min-height: 560px; overflow: hidden; padding: 32px; border-radius: 46px; background: rgba(255,255,255,.07); border: 1px solid rgba(244,245,230,.15); box-shadow: var(--shadow-dark); backdrop-filter: blur(18px); }
.logo-lockup-light { color: var(--lime); }
.logo-lockup-light .lockup-symbol { width: 74px; height: 82px; color: var(--lime); }
.logo-lockup-light .lockup-word { color: var(--cream); font-size: 44px; font-weight: 780; letter-spacing: -.065em; }
.stream-window { position: relative; z-index: 1; margin-top: 88px; overflow: hidden; border-radius: 30px; background: rgba(7, 24, 12, .76); border: 1px solid rgba(244,245,230,.14); }
.window-top, .code-top { min-height: 54px; display: flex; align-items: center; gap: 8px; padding: 0 18px; color: rgba(244,245,230,.55); background: rgba(255,255,255,.06); }
.window-top span, .code-top span { width: 12px; height: 12px; border-radius: 50%; background: rgba(244,245,230,.28); }
.window-top span:nth-child(1), .code-top span:nth-child(1) { background: #ff6b6b; }
.window-top span:nth-child(2), .code-top span:nth-child(2) { background: #f9ca24; }
.window-top span:nth-child(3), .code-top span:nth-child(3) { background: var(--lime); }
.window-top b, .code-top b { margin-left: 8px; font-size: 13px; }
.stream-table { display: grid; gap: 4px; padding: 14px; }
.stream-table div { display: grid; grid-template-columns: .8fr 1fr 1.3fr .5fr; gap: 12px; align-items: center; min-height: 54px; padding: 0 14px; border-radius: 18px; font-size: 13px; color: rgba(244,245,230,.80); }
.stream-table div:nth-child(odd) { background: rgba(244,245,230,.07); }
.stream-table span { color: rgba(244,245,230,.52); font-weight: 740; }
.stream-table strong { color: var(--lime); justify-self: end; }
.hero-orbit { position: absolute; right: -170px; bottom: -170px; width: 430px; height: 430px; border-radius: 50%; border: 1px solid rgba(196,242,56,.18); }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border-radius: inherit; border: 1px solid rgba(196,242,56,.13); }
.hero-orbit::before { inset: 58px; } .hero-orbit::after { inset: 116px; }

.keyword-strip { padding: 16px 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.58); }
.keyword-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.keyword-row span { min-height: 38px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); color: #516156; font-size: 13px; font-weight: 720; }
.section { padding: 94px 0; }
.section-light { background: transparent; }
.split-heading { display: grid; grid-template-columns: .36fr .64fr; gap: 40px; align-items: start; margin-bottom: 42px; }
.split-heading p:last-child { max-width: 720px; font-size: 18px; line-height: 1.58; }
.card-grid { display: grid; gap: 18px; }
.card-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-card, .use-card { min-height: 244px; padding: 26px; border-radius: var(--radius-lg); background: rgba(255,255,255,.76); border: 1px solid var(--line); box-shadow: 0 1px 0 rgba(255,255,255,.86) inset; }
.feature-card span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 28px; border-radius: 50%; background: var(--green-950); color: var(--lime); font-size: 13px; font-weight: 820; }
.feature-card p, .use-card p { margin: 0; font-size: 15px; }
.rounded-section { width: min(1420px, calc(100% - 28px)); margin-inline: auto; border-radius: 48px; padding: 84px 0; box-shadow: var(--shadow-dark); }
.rounded-section h2, .rounded-section p { color: var(--cream); }
.rounded-section p { color: rgba(244,245,230,.76); }
.api-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; color: var(--green-950); font-weight: 760; letter-spacing: -.02em; }
.text-link.light { color: var(--lime); }
.code-card { overflow: hidden; border-radius: 30px; background: #07180c; border: 1px solid rgba(244,245,230,.14); box-shadow: 0 28px 80px rgba(0,0,0,.30); }
pre { margin: 0; padding: 30px; overflow-x: auto; }
code { font-family: "SFMono-Regular", ui-monospace, Menlo, Monaco, Consolas, monospace; font-size: 14px; line-height: 1.72; color: #DCF4C5; }
.center-copy { max-width: 760px; text-align: center; }
.center-copy .kicker { justify-content: center; }
.center-copy h2 { margin-bottom: 42px; }
.use-card { min-height: 190px; background: var(--white); }
.seo-block { padding-top: 0; }
.seo-card { display: grid; grid-template-columns: .58fr .42fr; gap: 44px; align-items: end; padding: clamp(30px, 5vw, 58px); border-radius: 42px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.seo-card p { margin: 0; }
.faq-grid { display: grid; grid-template-columns: .36fr .64fr; gap: 48px; align-items: start; }
.faq-list { display: grid; gap: 14px; }
details { overflow: hidden; border-radius: 24px; background: var(--white); border: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; padding: 23px 24px; color: var(--green-950); font-weight: 780; letter-spacing: -.03em; }
summary::-webkit-details-marker { display: none; }
details p { margin: 0; padding: 0 24px 24px; }
.contact-section { padding-top: 0; }
.contact-card { padding: clamp(32px, 6vw, 72px); border-radius: 48px; text-align: center; color: var(--cream); background: radial-gradient(circle at 78% 10%, rgba(196,242,56,.22), transparent 30%), linear-gradient(145deg, #1B4A1E, #0D3215); box-shadow: var(--shadow-dark); }
.contact-card .logo-lockup { justify-content: center; margin-bottom: 26px; }
.contact-card .logo-lockup-light .lockup-symbol { width: 58px; height: 64px; }
.contact-card .logo-lockup-light .lockup-word { font-size: 34px; }
.contact-card h2 { color: var(--cream); margin-bottom: 16px; }
.contact-card p { max-width: 660px; margin: 0 auto; color: rgba(244,245,230,.78); }
.contact-action-wrap { display: inline-flex; flex-direction: column; align-items: center; gap: 12px; margin-top: 34px; }
.contact-label { margin: 0; color: var(--cream); font-size: 16px; line-height: 1; letter-spacing: -.02em; text-transform: none; font-weight: 740; }
.contact-action-wrap .button { min-width: min(360px, 100%); }

.site-footer { padding: 34px 0; border-top: 1px solid var(--line); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); }
.footer-grid p { margin: 0; font-size: 14px; }
.footer-grid small { white-space: nowrap; }
.footer-brand .brand-symbol { width: 34px; height: 38px; }
.footer-brand .brand-word { font-size: 19px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .72s ease, transform .72s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .nav-links { position: absolute; left: 20px; right: 20px; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 14px; border: 1px solid var(--line); border-radius: 24px; background: rgba(247,248,242,.96); box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 12px 14px; }
  .nav-cta { color: var(--cream); }
  .hero-grid, .api-grid, .split-heading, .faq-grid, .seo-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 40px; }
  .hero-card { min-height: 500px; }
  .card-grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .site-header { padding: 12px 0; }
  .brand-word { font-size: 20px; }
  .brand-symbol { width: 38px; height: 42px; }
  .brand-logo { width: 140px; }
  .logo-lockup-image { width: min(310px, 100%); }
  .hero { padding: 68px 0 52px; }
  .hero h1 { font-size: clamp(46px, 16vw, 70px); }
  h2 { font-size: clamp(36px, 12vw, 52px); }
  .hero-metrics, .card-grid.four, .stream-table div { grid-template-columns: 1fr; }
  .stream-table em, .stream-table strong { display: none; }
  .logo-lockup-light .lockup-word { font-size: 36px; }
  .logo-lockup-light .lockup-symbol { width: 58px; height: 66px; }
  .hero-card { min-height: 440px; padding: 22px; border-radius: 34px; }
  .stream-window { margin-top: 54px; }
  .section { padding: 70px 0; }
  .rounded-section, .contact-card { border-radius: 32px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}
