:root {
  --ink: #15161a;
  --ink-soft: #34373d;
  --muted: #6c707b;
  --muted-strong: #4f535c;
  --line: #e7eae9;
  --line-strong: #d7dcd9;
  --paper: #fbfcfb;
  --surface: #ffffff;
  --surface-soft: #f4f8f5;
  --accent: #008236;
  --accent-deep: #006c2d;
  --accent-light: #e2f2e8;
  --accent-pale: #eff8f1;
  --blue: #296ad6;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 110px; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.page-shell { position: relative; width: 100%; max-width: 100%; min-height: 100vh; overflow: hidden; background: #fff; }
.hero-backdrop { position: absolute; inset: 0 0 auto; z-index: 0; height: 805px; overflow: hidden; pointer-events: none; }
.hero-backdrop__wash { position: absolute; inset: 0; background: linear-gradient(180deg, #dcefe3 0%, #eaf5ee 28%, #f7fbf8 53%, #fff 77%); }
.hero-backdrop__halo { position: absolute; top: 95px; left: 50%; width: 1280px; height: 610px; transform: translateX(-50%); background: radial-gradient(52% 46% at 50% 44%, rgba(255,255,255,.93), rgba(255,255,255,0) 72%); }
.hero-backdrop__grid { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(0,101,43,.1) 1px, transparent 1px), linear-gradient(180deg, rgba(0,101,43,.1) 1px, transparent 1px); background-size: 33px 33px; mask-image: radial-gradient(72% 62% at 50% 34%, #000 0%, rgba(0,0,0,.55) 52%, transparent 84%); -webkit-mask-image: radial-gradient(72% 62% at 50% 34%, #000 0%, rgba(0,0,0,.55) 52%, transparent 84%); }
.hero-backdrop__flare { position: absolute; top: -280px; left: 50%; width: 980px; height: 610px; border-radius: 50%; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(0,130,54,.16), rgba(0,130,54,.05) 56%, rgba(0,130,54,0) 78%); }
.hero-backdrop__fade { position: absolute; inset: auto 0 0; height: 175px; background: linear-gradient(180deg, rgba(255,255,255,0), #fff 78%); }

.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 9px; color: var(--ink); font-size: 16.5px; font-weight: 700; letter-spacing: -.03em; }
.brand img { width: 25px; height: 25px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-width: max-content; border: 1px solid transparent; border-radius: 999px; font-weight: 600; line-height: 1; transition: transform .18s ease, background .18s ease, border .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.button svg { width: 17px; height: 17px; }
.button--large { min-height: 48px; padding: 0 20px; font-size: 14.5px; }
.button--dark { color: #fff; border-color: #075d2f; background: var(--accent); box-shadow: inset 0 1.5px 0 rgba(255,255,255,.2), 0 1px 3px rgba(0,59,24,.28), 0 7px 18px -3px rgba(0,77,32,.32); }
.button--dark:hover { border-color: #005d27; background: var(--accent-deep); box-shadow: inset 0 1.5px 0 rgba(255,255,255,.2), 0 4px 9px rgba(0,59,24,.28), 0 14px 29px -4px rgba(0,77,32,.38); }
.button--light { color: var(--ink); border-color: var(--line-strong); background: rgba(255,255,255,.75); box-shadow: 0 1px 2px rgba(15,40,25,.05); }
.button--light:hover { border-color: #bfc9c2; background: #fff; }

.hero { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; padding: 96px 24px 0; text-align: center; }
.hero h1, h2 { margin: 0; letter-spacing: -.035em; }
.hero h1 { width: 100%; max-width: 780px; font-size: clamp(40px, 4.15vw, 55px); font-weight: 700; line-height: 1.16; }
mark { display: inline-block; margin: 0 -.06em; padding: .055em .19em; border-radius: .08em; color: var(--accent); background: rgba(0,130,54,.1); }
.hero-copy { width: 100%; max-width: 635px; margin: 18px 0 0; color: var(--muted); font-size: 15.5px; line-height: 1.56; }
.hero-cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; padding-top: 20px; }
.hero-platforms { margin: 16px 0 0; color: #777d86; font-size: 12px; }
.hero-platforms strong { color: #59605f; font-weight: 600; }
.hero-demo { width: min(830px, 100%); margin: 48px 0; }
.demo-screen { overflow: hidden; border-radius: 12px; background: #0c0d0d; box-shadow: 0 40px 90px -34px rgba(10,45,25,.45), 0 0 0 1px rgba(20,40,25,.1); }
.demo-screen img { width: 100%; height: auto; }

.section { width: min(1200px, 100%); min-width: 0; margin: 0 auto; padding: 42px 64px; }
.section-intro { max-width: 670px; margin: 0 auto; text-align: center; }
h2 { font-size: clamp(32px, 3.25vw, 43px); font-weight: 700; line-height: 1.08; }
.section-intro h2 { margin-top: 0; }
h2 em { color: var(--accent); font-style: normal; }
.section-intro > p:last-child { max-width: 590px; margin: 15px auto 0; color: var(--muted); font-size: 15px; line-height: 1.6; }

.workflow-card { max-width: 1072px; margin: 53px auto 0; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 20px; background: #fff; box-shadow: 0 24px 55px -35px rgba(14,55,29,.18), 0 1px 2px rgba(14,55,29,.03); }
.workflow-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.workflow-step { position: relative; padding: 31px 30px 34px; }
.workflow-step + .workflow-step { border-left: 1px solid var(--line); }
.workflow-step__number { position: absolute; top: 27px; right: 25px; color: #e2eae5; font-family: var(--mono); font-size: 11px; font-weight: 500; }
.workflow-step__icon { display: grid; width: 43px; height: 43px; margin-bottom: 22px; border-radius: 12px; color: var(--accent); background: var(--accent-pale); place-items: center; }
.workflow-step__icon svg { width: 20px; height: 20px; }
.workflow-step h3, .feature-card h3 { margin: 0; color: var(--ink); font-size: 16px; font-weight: 650; letter-spacing: -.02em; line-height: 1.25; }
.workflow-step p { margin: 9px 0 0; color: var(--muted); font-size: 13.5px; line-height: 1.58; }

.library-showcase { max-width: 830px; margin: 54px auto 0; }
.library-showcase__panel { overflow: hidden; border: 1px solid #dde4df; border-radius: 17px; background: #fff; box-shadow: 0 26px 58px -30px rgba(15,60,32,.28), 0 0 90px -10px rgba(0,130,54,.16); }
.library-showcase__panel > img { width: 100%; }

.centered-heading { text-align: center; }
.centered-heading h2 { margin-top: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 29px; max-width: 1072px; margin: 56px auto 0; }
.feature-card { min-height: 219px; padding: 0 4px; }
.feature-card__icon { display: grid; width: 45px; height: 45px; margin-bottom: 17px; border-radius: 12px; color: var(--accent); background: #e9f6ed; place-items: center; }
.feature-card__icon svg { width: 21px; height: 21px; }
.feature-card p { margin: 9px 0 0; color: var(--muted); font-size: 13.5px; line-height: 1.59; }

.sources-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; max-width: 1072px; margin: 0 auto; }
.sources-heading > p { max-width: 400px; margin: 0 0 2px; color: var(--muted); font-size: 14px; line-height: 1.58; }
.source-table-wrap { width: 100%; min-width: 0; max-width: 1072px; margin: 48px auto 0; overflow-x: auto; border: 1px solid var(--line-strong); border-radius: 17px; background: #fff; box-shadow: 0 22px 50px -42px rgba(14,55,29,.26); }
.source-table { width: 100%; min-width: 680px; border-collapse: collapse; text-align: center; }
.source-table thead th { height: 49px; padding: 0 15px; border-bottom: 1px solid var(--line); color: #7b827e; font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .035em; text-align: center; text-transform: uppercase; }
.source-table thead th:first-child { padding-left: 27px; text-align: left; }
.source-table tbody th, .source-table tbody td { height: 55px; border-bottom: 1px solid #eef0ef; }
.source-table tbody tr:last-child th, .source-table tbody tr:last-child td { border-bottom: 0; }
.source-table tbody th { display: flex; align-items: center; gap: 11px; padding-left: 25px; color: #313632; font-size: 13.5px; font-weight: 600; text-align: left; }
.source-table tbody th img { width: 27px; height: 27px; border-radius: 7px; object-fit: cover; }
.check { display: inline-block; width: 22px; height: 22px; padding: 4px; border-radius: 50%; color: #03833a; background: #eaf7ee; stroke-width: 3; vertical-align: middle; }
.dash { display: inline-block; width: 20px; height: 20px; color: #b9bebb; stroke-width: 2; vertical-align: middle; }
.source-table__break td { height: 34px !important; padding: 0 25px; border-bottom: 1px solid var(--line) !important; background: #f9fbfa; color: #929893; font-family: var(--mono); font-size: 9.5px; font-weight: 500; letter-spacing: .07em; text-align: left; text-transform: uppercase; }
.sources-access { max-width: 820px; margin: 18px auto 0; padding: 12px 16px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); background: #f9fbfa; font-size: 13px; line-height: 1.55; text-align: center; }
.sources-access strong { color: var(--ink); font-weight: 650; }
.sources-note { max-width: 800px; margin: 12px auto 0; color: #7a817d; font-size: 11.5px; line-height: 1.55; text-align: center; }

.site-footer { max-width: 1152px; margin: 0 auto; padding: 46px 40px 0; }
.footer-brand { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 25px; }
.footer-brand .brand { font-size: 16px; }
.footer-bottom { padding: 17px 0 22px; border-top: 1px solid var(--line); color: #9ba09d; font-family: var(--mono); font-size: 9.5px; letter-spacing: .01em; }

@media (max-width: 900px) {
  .section { padding-right: 32px; padding-left: 32px; }
  .sources-heading { gap: 38px; }
}

@media (max-width: 900px) {
  .hero-backdrop { height: 720px; }
  .hero { padding: 78px 16px 0; }
  .hero h1 { font-size: clamp(39px, 10.8vw, 51px); line-height: 1.08; }
  .hero-copy { font-size: 14.5px; line-height: 1.52; }
  .hero-cta { width: 100%; flex-direction: column; padding-top: 19px; }
  .hero-cta .button { width: 100%; }
  .hero-demo { margin: 38px 0 32px; }
  .demo-screen { border-radius: 9px; }
  .section { padding: 24px 20px; }
  h2 { font-size: 31px; line-height: 1.06; }
  .section-intro > p:last-child { font-size: 14px; }
  .workflow-card { margin-top: 31px; border-radius: 15px; }
  .workflow-steps { grid-template-columns: 1fr; }
  .workflow-step { padding: 22px 20px 23px; }
  .workflow-step + .workflow-step { border-top: 1px solid var(--line); border-left: 0; }
  .workflow-step__number { top: 20px; right: 18px; }
  .workflow-step__icon { width: 37px; height: 37px; margin-bottom: 13px; border-radius: 10px; }
  .workflow-step__icon svg { width: 17px; height: 17px; }
  .workflow-step p { margin-top: 6px; font-size: 12.5px; }
  .library-showcase { margin-top: 31px; }
  .library-showcase__panel { border-radius: 13px; }
  .feature-grid { grid-template-columns: 1fr; gap: 25px; margin-top: 36px; }
  .feature-card { min-height: 0; padding: 0; }
  .feature-card__icon { width: 39px; height: 39px; margin-bottom: 13px; border-radius: 10px; }
  .feature-card__icon svg { width: 18px; height: 18px; }
  .feature-card p { margin-top: 7px; font-size: 13px; }
  .sources-heading { display: block; }
  .sources-heading > p { margin-top: 14px; font-size: 13.5px; }
  .source-table-wrap { margin-top: 28px; border-radius: 13px; }
  .source-table thead th { height: 45px; padding: 0 10px; font-size: 8px; }
  .source-table thead th:first-child { padding-left: 16px; }
  .source-table tbody th { padding-left: 15px; font-size: 12.5px; }
  .source-table tbody th img { width: 24px; height: 24px; }
  .sources-access { margin-top: 14px; padding: 10px 12px; font-size: 12.5px; }
  .sources-note { margin-top: 12px; font-size: 10.5px; }
  .site-footer { padding: 45px 20px 0; }
  .footer-brand { flex-direction: column; align-items: flex-start; gap: 10px; padding-bottom: 25px; }
  .footer-bottom { padding-bottom: 19px; }
}

@media (max-width: 400px) {
  .brand { font-size: 15px; }
  .hero h1 { font-size: 38px; }
  .source-table { min-width: 640px; }
}

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