:root {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #1e2b27;
  background: #fff;
  font-size: 16px;
  line-height: 1.55;
  --green: #176450;
  --green-dark: #104c3c;
  --muted: #606e68;
  --border: #dfe6e1;
  --soft: #f4f7f4;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
a, button, summary, select { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 3px solid #26836a; outline-offset: 5px;
}
a:hover { color: var(--green); }
button, select { font: inherit; }
button, summary { cursor: pointer; }
h1, h2, h3, p, dl, dd { margin: 0; }
h1, h2, h3 { line-height: 1.15; }
h2 { font-size: clamp(30px, 2.8vw, 40px); letter-spacing: -1.1px; font-weight: 650; }
h3 { font-size: 21px; font-weight: 650; letter-spacing: -.35px; }
p { color: var(--muted); }
[hidden] { display: none !important; }
section[id], .search-panel, main { scroll-margin-top: 96px; }
.container { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 96px; }
.eyebrow { color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: 1.8px; margin-bottom: 20px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; color: var(--green); font-size: 14px; font-weight: 650; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 16px 22px; border: 1px solid var(--green); border-radius: 8px; background: var(--green); color: #fff; font-size: 15px; font-weight: 650; min-height: 52px; transition: background .16s; }
.button:hover { color: #fff; background: var(--green-dark); }
.button span { font-size: 21px; line-height: 1; }
.site-header { position: sticky; top: 0; z-index: 10; background: #fff; border-bottom: 1px solid var(--border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; height: 80px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 750; letter-spacing: -.6px; white-space: nowrap; }
.brand-icon { display: grid; place-items: center; width: 35px; height: 35px; background: var(--green); color: #fff; border-radius: 8px; font-size: 30px; line-height: 1; }
.desktop-nav { display: flex; gap: 32px; font-size: 14px; font-weight: 500; }
.desktop-nav a:hover, .site-footer a:hover { text-decoration: underline; text-underline-offset: 5px; }
.header-cta { min-height: 43px; padding: 10px 16px; font-size: 13px; }
.mobile-menu { display: none; }
.skip-link { position: fixed; top: 10px; left: 20px; transform: translateY(-200%); padding: 12px; background: #fff; z-index: 20; }
.skip-link:focus { transform: translateY(0); }
.hero { padding: 68px 0 0; background: linear-gradient(125deg, #f6f8f4 20%, #edf4ed 100%); border-bottom: 1px solid var(--border); }
.hero > .container { display: grid; grid-template-columns: 1.3fr 1fr; column-gap: 80px; align-items: center; }
.hero-layout { display: contents; }
.hero-copy h1 { font-size: clamp(42px, 4.2vw, 60px); font-weight: 650; letter-spacing: -2.2px; line-height: 1.06; max-width: 710px; }
.hero-description { font-size: 18px; line-height: 1.65; max-width: 540px; margin-top: 24px; }
.hero-how { margin-top: 22px; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #24745a; }
.hero-product { grid-column: 2; grid-row: 1; min-width: 0; padding-left: 12px; }
.preview-panel { border: 1px solid #cedcd2; background: #fff; border-radius: 14px; box-shadow: 0 12px 32px #193d2510; overflow: hidden; }
.preview-toolbar { display: flex; justify-content: space-between; gap: 12px; padding: 14px 22px; background: #f9fbf8; border-bottom: 1px solid var(--border); color: var(--muted); font-size: 10px; font-weight: 650; letter-spacing: 1px; }
.preview-content { padding: 22px; }
.region-label { font-size: 12px; font-weight: 600; color: var(--green); }
.preview-content h2 { font-size: 20px; line-height: 1.4; letter-spacing: -.4px; margin: 10px 0 18px; }
.clamp-title { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: anywhere; }
.preview-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.preview-facts > div:last-child { grid-column: 1 / -1; }
.preview-facts dt, .card-facts dt, .demo-facts dt, .field-label { font-size: 11px; color: var(--muted); margin-bottom: 4px; display: block; }
.preview-facts dd { font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.preview-link { margin-top: 20px; padding-top: 15px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; font-size: 13px; font-weight: 650; color: var(--green); }
.preview-foot { padding: 12px 22px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; font-size: 11px; color: var(--muted); }
.preview-foot strong { color: #33463c; }
.product-caption { font-size: 10px; color: var(--muted); margin-top: 14px; text-align: center; }
.product-caption span { margin-right: 5px; }
.search-panel { grid-column: 1 / -1; margin-top: 42px; background: #fff; border: 1px solid #d5dfd7; border-radius: 12px; padding: 25px 28px 18px; box-shadow: 0 5px 20px #193d2506; }
.search-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 18px; }
.search-heading h2 { font-size: 17px; font-weight: 650; letter-spacing: -.2px; }
.search-heading a { font-size: 12px; color: var(--green); white-space: nowrap; }
.hero-search { display: grid; grid-template-columns: 1fr 1.15fr 1fr auto; gap: 14px; align-items: end; }
.hero-search label { min-width: 0; font-size: 12px; font-weight: 550; color: #4f6057; }
.hero-search select { display: block; width: 100%; min-width: 0; margin-top: 7px; border: 1px solid #d5ded7; border-radius: 7px; min-height: 52px; padding: 12px; background: #fff; color: #28392e; font-size: 14px; text-overflow: ellipsis; }
.search-footer { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.search-hint { font-size: 11px; }
.reset-filters { border: 0; background: transparent; color: var(--green); font-size: 12px; padding: 10px 0 10px 12px; }
.reset-filters:hover { text-decoration: underline; }
.stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); padding: 32px 0; }
.stat { display: flex; flex-direction: column-reverse; padding: 0 30px; border-right: 1px solid #d6dfd7; }
.stat:first-child { padding-left: 0; }
.stat:last-child { border: 0; }
.stat dd { font-size: 34px; letter-spacing: -1px; font-weight: 600; font-variant-numeric: tabular-nums; line-height: 1.3; }
.stat dt { color: var(--muted); font-size: 12px; margin-top: 4px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: 38px; }
.section-heading > p { max-width: 340px; font-size: 15px; }
.section-heading > div > p:not(.eyebrow) { margin-top: 16px; font-size: 14px; }
.section-heading > .text-link { flex-shrink: 0; padding-bottom: 4px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step { border: 1px solid var(--border); border-radius: 12px; padding: 28px; }
.step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; color: #738779; }
.step-number { font-size: 14px; font-weight: 650; border-radius: 7px; background: #edf3ee; color: var(--green); padding: 9px 12px; }
.step h3 { margin-bottom: 15px; }
.step p { font-size: 15px; margin-bottom: 24px; }
.step .text-link { font-size: 13px; }
.product-section { background: var(--soft); border-block: 1px solid var(--border); }
.demo-window { border: 1px solid #cfd9d2; border-radius: 14px; background: #fff; box-shadow: 0 12px 28px #193d2508; overflow: hidden; }
.demo-toolbar { display: flex; align-items: center; gap: 30px; padding: 18px 28px; border-bottom: 1px solid var(--border); font-size: 12px; color: var(--muted); }
.mini-brand { font-weight: 700; font-size: 15px; color: var(--green); }
.demo-toolbar > a { margin-left: auto; color: var(--green); font-weight: 600; }
.demo-body { display: grid; grid-template-columns: 1.05fr 1fr; }
.demo-object { padding: 32px; border-right: 1px solid var(--border); }
.demo-object .eyebrow { font-size: 10px; margin-bottom: 12px; }
.demo-object h3 { font-size: 21px; line-height: 1.5; overflow-wrap: anywhere; }
.demo-facts { display: grid; gap: 18px; margin-top: 26px; }
.demo-facts > div { display: grid; grid-template-columns: 145px 1fr; gap: 20px; }
.demo-facts dt { font-size: 12px; }
.demo-facts dd { font-size: 13px; overflow-wrap: anywhere; }
.expertise-note { background: #f5f7f5; border: 1px solid var(--border); border-radius: 8px; margin-top: 28px; padding: 15px 18px; }
.expertise-note strong { font-size: 13px; display: block; font-weight: 550; overflow-wrap: anywhere; }
.expertise-note > span:last-child { font-size: 12px; color: var(--muted); }
.demo-connections { padding: 32px; }
.demo-connections > h3 { font-size: 17px; margin-bottom: 22px; }
.demo-member { display: grid; grid-template-columns: 34px minmax(0, 1fr) 12px; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.member-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 7px; background: #eff4ef; color: var(--green); font-size: 22px; }
.demo-member strong { display: block; font-size: 12px; font-weight: 600; overflow-wrap: anywhere; }
.member-inn { font-size: 11px; color: var(--muted); display: block; margin-top: 6px; }
.all-members { margin-top: 18px; font-size: 12px; }
.demo-purchases { display: flex; justify-content: space-between; gap: 15px; align-items: center; padding: 20px; background: #edf5ee; border: 1px solid #d8e6da; border-radius: 8px; margin-top: 28px; }
.demo-purchases strong { font-size: 14px; display: block; color: var(--green); }
.demo-purchases > span > span { display: block; font-size: 11px; color: var(--muted); margin-top: 4px; }
.demo-purchases b { font-weight: 500; font-size: 26px; color: var(--green); white-space: nowrap; }
.demo-purchases b span { font-size: 16px; }
.demo-disclaimer { font-size: 12px; margin-top: 20px; text-align: center; }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.project-card { display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--border); border-radius: 12px; transition: border-color .16s, box-shadow .16s; }
.project-card:hover { color: inherit; border-color: #92b09c; box-shadow: 0 6px 18px #193d2508; }
.card-top { display: flex; justify-content: space-between; align-items: start; gap: 15px; margin-bottom: 20px; }
.card-top > span:last-child { color: var(--green); }
.project-card h3 { font-size: 17px; line-height: 1.45; letter-spacing: -.25px; }
.project-purpose { font-size: 12px; margin-top: 12px; }
.card-facts { display: grid; gap: 14px; margin: 24px 0; }
.card-facts dd { font-size: 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: anywhere; }
.card-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: auto; }
.tag { padding: 5px 8px; font-size: 10px; border-radius: 5px; background: #edf5ee; color: #285e40; }
.tag-neutral { background: #f2f4f2; color: #5c6860; }
.card-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 20px; margin-top: 20px; border-top: 1px solid var(--border); font-size: 10px; color: var(--muted); }
.card-bottom .text-link { font-size: 11px; }
.categories-section { padding-top: 0; }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.category-card { display: grid; grid-template-columns: 34px 1fr; gap: 12px 14px; padding: 22px; background: #f7f9f6; border: 1px solid var(--border); border-radius: 10px; }
.category-card:hover { border-color: #92b09c; }
.category-icon { font-size: 27px; color: var(--green); }
.category-card h3 { font-size: 15px; line-height: 1.45; letter-spacing: 0; overflow-wrap: anywhere; }
.category-card > span:last-child { grid-column: 2; display: flex; justify-content: space-between; font-size: 12px; color: var(--muted); }
.regions-section { background: #f4f7f3; border-block: 1px solid var(--border); }
.region-layout { display: grid; grid-template-columns: 1fr 1.25fr; gap: 80px; align-items: center; }
.region-layout > div > p:not(.eyebrow) { margin-top: 22px; font-size: 16px; }
.region-layout .text-link { margin-top: 24px; }
.region-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.region-grid a { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 23px 20px; border: 1px solid #dae3da; background: #fff; border-radius: 9px; font-size: 14px; font-weight: 500; }
.region-grid a:hover { border-color: #92b09c; }
.region-grid a span { color: var(--green); }
.region-grid .all-regions { color: var(--green); background: #edf3eb; }
.data-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 100px; align-items: center; }
.data-layout > div > p:not(.eyebrow) { margin-top: 24px; font-size: 16px; }
.data-layout > div > .text-link { margin-top: 26px; }
.source-panel { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.source-row { padding: 24px; display: grid; grid-template-columns: 65px 1fr; gap: 24px; align-items: center; }
.source-row + .source-row { border-top: 1px solid var(--border); }
.source-label { font-size: 17px; font-weight: 700; color: var(--green); }
.source-row h3 { font-size: 16px; margin-bottom: 7px; }
.source-row p { font-size: 13px; }
.source-panel .source-disclaimer { font-size: 12px; padding: 24px; margin: 0; background: #f6f8f5; border-top: 1px solid var(--border); line-height: 1.75; }
.final-section { padding-bottom: 80px; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 48px; padding: 48px; background: #174f3f; border-radius: 14px; color: #fff; }
.final-cta .eyebrow { color: #d1e7d7; margin-bottom: 14px; }
.final-cta h2 { font-size: 36px; }
.final-cta p:not(.eyebrow) { color: #d4e4db; font-size: 14px; margin-top: 14px; max-width: 510px; }
.button-light { background: #e8f1d7; color: #164c39; border-color: #e8f1d7; flex-shrink: 0; }
.button-light:hover { background: #f5faec; color: #164c39; }
.site-footer { padding: 34px 0 24px; border-top: 1px solid var(--border); }
.footer-top, .footer-bottom { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.footer-top nav { display: flex; gap: 28px; font-size: 13px; }
.site-footer .brand { font-size: 19px; }
.site-footer .brand-icon { width: 29px; height: 29px; font-size: 25px; }
.footer-bottom { margin-top: 28px; border-top: 1px solid var(--border); padding-top: 22px; color: var(--muted); font-size: 11px; }
.empty-preview { padding: 40px; background: #fff; border: 1px solid var(--border); border-radius: 12px; }
.empty-preview > span { color: var(--green); font-size: 42px; }
.empty-preview p { margin-block: 16px; }
.empty-state { padding: 28px; border: 1px solid var(--border); border-radius: 12px; background: #fff; grid-column: 1 / -1; }
.metrika-pixel { position: absolute; left: -9999px; }
@media (min-width: 1700px) { .hero { padding-top: 80px; } .hero > .container { column-gap: 105px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .desktop-nav { gap: 20px; }
  .hero > .container { column-gap: 32px; grid-template-columns: 1.2fr 1fr; }
  .hero-copy h1 { font-size: 47px; }
  .hero-description { font-size: 17px; }
  .hero-copy .eyebrow { font-size: 10px; letter-spacing: 1.3px; }
  .hero-product { padding-left: 0; }
  .preview-content { padding: 18px; }
  .preview-content h2 { font-size: 18px; }
  .hero-search { grid-template-columns: 1fr 1fr; }
  .section { padding-block: 76px; }
  .categories-section { padding-top: 0; }
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step { padding: 22px; }
  .step .text-link { font-size: 12px; }
  .demo-object, .demo-connections { padding: 24px; }
  .demo-facts > div { grid-template-columns: 110px 1fr; gap: 12px; }
  .region-layout, .data-layout { gap: 40px; }
  .region-grid a { padding: 20px 15px; font-size: 13px; }
  .final-cta { padding: 36px; gap: 30px; }
  .final-cta h2 { font-size: 32px; }
}
@media (max-width: 800px) {
  .container { width: calc(100% - 48px); }
  .header-inner { height: 68px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { display: flex; align-items: center; gap: 16px; padding: 10px 0 10px 12px; font-size: 14px; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; top: 68px; left: 0; right: 0; display: grid; padding: 12px 24px 24px; border-bottom: 1px solid var(--border); background: #fff; box-shadow: 0 8px 16px #193d2508; }
  .mobile-menu a { padding: 14px 0; border-bottom: 1px solid var(--border); }
  .hero { padding-top: 44px; }
  .hero > .container { grid-template-columns: 1fr 1fr; column-gap: 25px; }
  .hero-copy h1 { font-size: 39px; letter-spacing: -1.5px; }
  .hero-copy .eyebrow { font-size: 9px; }
  .hero-description { font-size: 16px; }
  .hero-how { font-size: 12px; }
  .preview-facts { grid-template-columns: 1fr; }
  .preview-content h2 { font-size: 16px; }
  .preview-facts > div:last-child { display: none; }
  .preview-toolbar { padding: 13px 16px; font-size: 9px; }
  .product-caption { text-align: left; }
  .search-panel { margin-top: 32px; padding: 22px; }
  .stat { padding-inline: 18px; }
  .stat dd { font-size: 28px; }
  .stat dt { font-size: 11px; }
  .section-heading { flex-direction: column; align-items: start; gap: 20px; }
  .section-heading > p { max-width: 550px; }
  .steps { gap: 12px; }
  .step { padding: 20px 17px; }
  .step h3 { font-size: 19px; }
  .step p { font-size: 14px; }
  .demo-body { grid-template-columns: 1fr; }
  .demo-object { border-right: 0; border-bottom: 1px solid var(--border); }
  .demo-toolbar > span:nth-child(2) { display: none; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .region-layout, .data-layout { grid-template-columns: 1fr; }
  .final-cta { flex-direction: column; align-items: start; }
  .footer-top, .footer-bottom { align-items: start; flex-direction: column; gap: 24px; }
}
@media (max-width: 600px) {
  .container { width: calc(100% - 36px); }
  .section { padding-block: 56px; }
  .categories-section { padding-top: 0; }
  h2 { font-size: 30px; letter-spacing: -.8px; }
  .eyebrow { font-size: 10px; letter-spacing: 1.4px; margin-bottom: 16px; }
  .brand { font-size: 20px; }
  .hero-layout { display: contents; }
  .hero > .container { display: flex; flex-direction: column; }
  .hero-copy { order: 0; }
  .hero-copy h1 { font-size: 39px; line-height: 1.1; letter-spacing: -1.5px; }
  .hero-copy .eyebrow { font-size: 9px; letter-spacing: 1px; }
  .hero-description { font-size: 16px; margin-top: 20px; }
  .hero-how { margin-top: 16px; font-size: 13px; }
  .search-panel { order: 1; margin-top: 28px; padding: 20px 18px; }
  .search-heading { align-items: start; gap: 14px; }
  .search-heading h2 { font-size: 16px; line-height: 1.4; }
  .search-heading a { font-size: 11px; padding-top: 3px; }
  .hero-search { grid-template-columns: 1fr; gap: 16px; }
  .hero-search select { font-size: 16px; }
  .hero-search button { margin-top: 4px; }
  .search-hint { font-size: 11px; line-height: 1.65; }
  .stats { order: 2; grid-template-columns: 1fr 1fr; row-gap: 24px; padding: 28px 0; }
  .stat { padding-left: 22px; }
  .stat:nth-child(odd) { padding-left: 0; }
  .stat:nth-child(even) { border: 0; }
  .stat dd { font-size: 31px; }
  .stat dt { font-size: 12px; }
  .hero-product { order: 3; margin: 8px 0 28px; }
  .preview-content { padding: 22px; }
  .preview-content h2 { font-size: 18px; }
  .preview-facts { grid-template-columns: 1fr 1fr; }
  .preview-facts > div:last-child { display: block; }
  .product-caption { text-align: center; }
  .steps, .project-grid, .category-grid, .region-grid { grid-template-columns: 1fr; }
  .step { padding: 24px; }
  .step-top { margin-bottom: 24px; }
  .step h3 { font-size: 23px; }
  .step p { font-size: 16px; }
  .step .text-link { font-size: 14px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading br { display: none; }
  .demo-toolbar { padding: 16px; gap: 15px; }
  .mini-brand { font-size: 13px; }
  .demo-toolbar > a { font-size: 11px; }
  .demo-object, .demo-connections { padding: 22px; }
  .demo-object h3 { font-size: 18px; }
  .demo-facts > div { grid-template-columns: 1fr; gap: 0; }
  .demo-facts dt { margin-bottom: 4px; }
  .demo-member { grid-template-columns: 28px minmax(0, 1fr) 12px; gap: 10px; }
  .member-icon { width: 28px; height: 28px; font-size: 20px; }
  .demo-purchases { padding: 16px; }
  .project-card { padding: 23px; }
  .project-card h3 { font-size: 18px; }
  .card-facts dd, .project-purpose { font-size: 13px; }
  .region-grid a { font-size: 15px; padding: 20px; }
  .source-row { padding: 22px; gap: 14px; grid-template-columns: 48px 1fr; }
  .source-label { font-size: 15px; }
  .source-panel .source-disclaimer { padding: 22px; }
  .final-section { padding-bottom: 48px; }
  .final-cta { padding: 30px 24px; gap: 24px; }
  .final-cta h2 { font-size: 31px; }
  .final-cta .button { width: 100%; font-size: 14px; padding-inline: 12px; gap: 16px; }
  .footer-top nav { flex-wrap: wrap; gap: 18px 24px; }
  .footer-bottom { font-size: 12px; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }
