:root {
  --ink: #173329;
  --ink-soft: #4e655d;
  --paper: #f8f7f1;
  --surface: #ffffff;
  --leaf: #206f4b;
  --leaf-dark: #145038;
  --mint: #dcecdf;
  --lime: #bdd861;
  --sun: #f2c768;
  --line: #dfe7df;
  --shadow: 0 18px 50px rgba(22, 59, 43, 0.1);
  --radius: 24px;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, svg { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--ink); color: white; border-radius: 12px; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.section { padding: 4.5rem 0; }
.section-sm { padding: 2.75rem 0; }
.eyebrow { color: var(--leaf); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin: 0 0 .8rem; line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 7vw, 5.7rem); max-width: 900px; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); max-width: 820px; }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1rem; color: var(--ink-soft); }
.lead { font-size: clamp(1.08rem, 2vw, 1.35rem); max-width: 720px; }
.muted { color: var(--ink-soft); }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(248,247,241,.9); border-bottom: 1px solid rgba(32,111,75,.12); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 850; text-decoration: none; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; background: var(--leaf); color: white; font-size: 1.15rem; transform: rotate(-3deg); }
.nav-links { display: flex; align-items: center; gap: 1.25rem; }
.nav-links a { font-size: .92rem; font-weight: 700; text-decoration: none; }
.nav-links a:hover { color: var(--leaf); }
.nav-toggle { display: none; border: 1px solid var(--line); background: var(--surface); color: var(--ink); border-radius: 12px; padding: .6rem .8rem; font: inherit; font-weight: 750; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .78rem 1.15rem; border-radius: 14px; border: 1px solid transparent; background: var(--leaf); color: white; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--leaf-dark); }
.button.secondary { background: transparent; color: var(--ink); border-color: #aebfb3; }
.button.secondary:hover { background: white; }
.button.disabled { cursor: not-allowed; opacity: .65; transform: none; }
.hero { overflow: hidden; padding: 4.5rem 0 3.75rem; position: relative; }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; right: -180px; top: -190px; background: rgba(189,216,97,.35); filter: blur(8px); }
.hero-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 3rem; }
.hero h1 span { color: var(--leaf); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 2rem 0 2.4rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; color: var(--ink-soft); font-size: .9rem; font-weight: 650; }
.trust-row span::before { content: "✓"; margin-right: .45rem; color: var(--leaf); font-weight: 900; }
.product-preview { border:1px solid #cbd9cf; border-radius:18px; background:#eef3ee; box-shadow:0 14px 36px rgba(22,59,43,.1); overflow:hidden; }
.preview-bar { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:.7rem .9rem; background:var(--ink); color:white; font-size:.72rem; }
.preview-bar strong { font-size:.82rem; }
.preview-demo { padding:.18rem .45rem; border:1px solid rgba(255,255,255,.28); border-radius:999px; color:#d8e8df; }
.preview-app { background:#f5f7fa; color:#14181b; font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.preview-app svg { fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.preview-app-header { display:grid; grid-template-columns:32px minmax(0,1fr) auto; gap:.7rem; align-items:start; margin:.7rem; padding:.85rem; border-radius:8px; background:#047857; color:white; }
.preview-context-icon { display:grid; place-items:center; width:32px; height:32px; }
.preview-context-icon svg { width:28px; height:28px; }
.preview-app-identity { min-width:0; }
.preview-app-identity h2 { margin:0; color:white; font-family:"Inter Tight",Inter,ui-sans-serif,system-ui,sans-serif; font-size:1.08rem; font-weight:700; letter-spacing:0; }
.preview-app-identity p { margin:.18rem 0 0; color:white; font-size:.72rem; line-height:1.35; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.preview-header-actions { display:flex; gap:.1rem; }
.preview-header-icon { display:grid; place-items:center; width:32px; height:32px; color:white; }
.preview-header-icon svg { width:19px; height:19px; }
.preview-badges { grid-column:1/-1; display:flex; flex-wrap:wrap; gap:.4rem; margin-top:.1rem; }
.preview-badges span { padding:.28rem .48rem; border-radius:8px; background:white; color:#047857; font-size:.62rem; line-height:1; }
.preview-app-main { padding:.15rem .7rem .8rem; }
.preview-section { margin-top:.78rem; }
.preview-section h3, .preview-period h3 { margin:0 0 .45rem; color:#14181b; font-family:"Inter Tight",Inter,ui-sans-serif,system-ui,sans-serif; font-size:.78rem; font-weight:700; letter-spacing:0; }
.preview-kpis { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.55rem; }
.preview-kpi { display:flex; flex-direction:column; align-items:flex-start; min-width:0; min-height:104px; padding:.72rem; border:1px solid #dfe3e7; border-radius:8px; background:white; }
.preview-kpi-icon { width:18px; height:18px; margin-bottom:.45rem; color:#047857; }
.preview-kpi strong { max-width:100%; color:#14181b; font-family:"Inter Tight",Inter,ui-sans-serif,system-ui,sans-serif; font-size:1.02rem; line-height:1.1; font-weight:700; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.preview-kpi span { margin-top:.2rem; color:#14181b; font-size:.66rem; font-weight:650; line-height:1.25; }
.preview-kpi small { display:block; margin-top:.18rem; color:#68737a; font-size:.56rem; line-height:1.25; }
.preview-kpis-secondary .preview-kpi { min-height:92px; }
.preview-report-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.5rem; }
.preview-report-grid div { min-width:0; padding:.68rem; border:1px solid #dfe3e7; border-radius:8px; background:white; }
.preview-report-grid strong, .preview-report-grid span { display:block; overflow:hidden; text-overflow:ellipsis; }
.preview-report-grid strong { color:#14181b; font-family:"Inter Tight",Inter,ui-sans-serif,system-ui,sans-serif; font-size:.78rem; line-height:1.2; white-space:nowrap; }
.preview-report-grid span { margin-top:.18rem; color:#57636c; font-size:.58rem; }
.preview-quick-actions { display:flex; flex-wrap:wrap; gap:.45rem; }
.preview-quick-actions span { padding:.42rem .58rem; border:1px solid #7d898e; border-radius:4px; background:white; color:#344047; font-size:.6rem; font-weight:650; }
.preview-period { margin-top:.78rem; }
.preview-period > div { display:grid; grid-template-columns:1fr auto 16px; align-items:center; gap:.5rem; padding:.55rem .65rem; border:1px solid #7d898e; border-radius:4px; background:white; font-size:.6rem; }
.preview-period strong { font-weight:650; }
.preview-period svg { width:16px; height:16px; }
.preview-bottom-nav { display:grid; grid-template-columns:repeat(7,minmax(0,1fr)); border-top:1px solid #dfe3e7; background:#f5f7fa; }
.preview-bottom-nav span { display:grid; justify-items:center; align-content:center; min-width:0; min-height:56px; padding:.35rem .1rem; color:#57636c; }
.preview-bottom-nav span.active { color:#4caf50; }
.preview-bottom-nav svg { width:22px; height:22px; }
.preview-bottom-nav small { display:none; margin-top:.15rem; max-width:100%; font-size:.48rem; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.preview-disclosure { margin:0; padding:.55rem .7rem; border-top:1px solid #dfe3e7; background:white; color:#57636c; text-align:center; font-size:.62rem; font-weight:650; }
.metric { display: flex; align-items: end; justify-content: space-between; gap: .7rem; }
.metric strong { font-size: 1.7rem; }
.metric-bars { display: flex; align-items: end; height: 48px; gap: 5px; }
.metric-bars i { display: block; width: 9px; border-radius: 6px; background: var(--leaf); }
.metric-bars i:nth-child(1) { height: 30%; } .metric-bars i:nth-child(2) { height: 50%; } .metric-bars i:nth-child(3) { height: 42%; } .metric-bars i:nth-child(4) { height: 78%; } .metric-bars i:nth-child(5) { height: 95%; }
.grid-2, .grid-3, .grid-4 { display: grid; gap: 1rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { padding: 1.35rem; border: 1px solid var(--line); background: var(--surface); border-radius: var(--radius); }
.card-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 1rem; border-radius: 13px; background: var(--mint); color: var(--leaf-dark); font-size: 1.2rem; font-weight: 900; }
.feature-card { min-height: 220px; display: flex; flex-direction: column; }
.feature-card a { margin-top: auto; color: var(--leaf); font-weight: 800; text-decoration: none; }
.band { background: var(--ink); color: white; }
.band p, .band .eyebrow { color: #c7ddd1; }
.steps { counter-reset: steps; }
.step { position: relative; padding: 1.5rem 1rem 1.5rem 4.3rem; border-top: 1px solid rgba(255,255,255,.18); }
.step::before { counter-increment: steps; content: "0" counter(steps); position: absolute; left: .2rem; top: 1.4rem; color: var(--lime); font-weight: 900; font-size: 1.2rem; }
.article-list a { display: block; padding: 1.15rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.article-list a:hover h3 { color: var(--leaf); }
.article-list p { margin: 0; }
.price-card { position: relative; padding: 1.8rem; }
.price-card.featured { border: 2px solid var(--leaf); box-shadow: var(--shadow); }
.price-tag { margin: .6rem 0 1.2rem; font-size: 2rem; font-weight: 900; letter-spacing: -.04em; }
.price-tag small { font-size: .9rem; font-weight: 650; color: var(--ink-soft); }
.pill { display: inline-flex; padding: .3rem .65rem; border-radius: 999px; background: var(--mint); color: var(--leaf-dark); font-size: .75rem; font-weight: 850; }
.check-list { list-style: none; padding: 0; margin: 1rem 0; }
.check-list li { padding: .35rem 0 .35rem 1.5rem; position: relative; color: var(--ink-soft); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--leaf); font-weight: 900; }
.faq details { border-top: 1px solid var(--line); padding: 1rem 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; font-weight: 850; font-size: 1.08rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--leaf); }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding-top: .8rem; max-width: 820px; }
.page-hero { padding: 4.5rem 0 3rem; }
.page-hero h1 { font-size: clamp(2.5rem, 6vw, 4.6rem); }
.breadcrumbs { margin-bottom: 1.3rem; color: var(--ink-soft); font-size: .88rem; }
.breadcrumbs a { color: var(--leaf); }
.prose { max-width: 820px; }
.prose h2 { margin-top: 3rem; font-size: 2rem; }
.prose h3 { margin-top: 2rem; }
.prose li { margin-bottom: .55rem; color: var(--ink-soft); }
.notice { padding: 1rem 1.2rem; border-left: 4px solid var(--sun); background: #fff8e4; border-radius: 0 14px 14px 0; }
.review-notice { border-left-color: #c47734; background: #fff0e3; }
.category-nav { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.5rem 0 2.5rem; }
.category-nav a { padding: .5rem .8rem; border-radius: 999px; border: 1px solid var(--line); background: white; text-decoration: none; font-weight: 700; font-size: .85rem; }
.icon-svg { width:22px; height:22px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.proof-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:2.5rem; align-items:start; }
.proof-list { display:grid; grid-template-columns:repeat(2,1fr); gap:.75rem; }
.proof-item { padding:1rem; border-radius:16px; background:white; border:1px solid var(--line); }
.proof-item strong { display:block; margin-bottom:.2rem; }
.proof-item p { margin:0; font-size:.88rem; }
.species-groups { display:grid; gap:1rem; margin-top:1.75rem; }
.species-group { padding:1.2rem; border:1px solid var(--line); border-radius:18px; background:white; }
.species-group h3 { font-size:1rem; }
.species-list { display:flex; flex-wrap:wrap; gap:.45rem; }
.species-list span { padding:.35rem .65rem; border-radius:999px; background:var(--mint); color:var(--leaf-dark); font-size:.78rem; font-weight:750; }
.topic-list { margin:.65rem 0 0; padding-left:1.1rem; }
.topic-list li { margin:.3rem 0; color:var(--ink-soft); font-size:.9rem; }
.pricing-note { display:flex; justify-content:space-between; gap:1rem; align-items:center; margin-top:1rem; padding:1rem 1.2rem; border-radius:16px; background:var(--mint); }
.comparison { width:100%; margin-top:2rem; border-collapse:collapse; background:white; border-radius:18px; overflow:hidden; }
.comparison th, .comparison td { padding:.8rem; border-bottom:1px solid var(--line); text-align:left; }
.comparison th:not(:first-child), .comparison td:not(:first-child) { text-align:center; }
.site-footer { padding: 4rem 0 2rem; background: #10271f; color: white; }
.site-footer p, .site-footer a { color: #bfd0c7; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2rem; }
.footer-links { display: grid; align-content: start; gap: .55rem; }
.footer-links strong { margin-bottom: .35rem; }
.footer-links a { text-decoration: none; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.13); font-size: .85rem; }
.reveal { animation: rise .6s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .proof-grid { grid-template-columns:1fr; }
  .grid-4, .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .nav-toggle { display: inline-flex; }
  .nav-links { display: none; position: absolute; left: 1rem; right: 1rem; top: 68px; padding: 1rem; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
}
@media (max-width: 620px) {
  .section { padding: 3.4rem 0; }
  .hero { padding-top: 3.5rem; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .proof-list { grid-template-columns:1fr; }
  .pricing-note { align-items:flex-start; flex-direction:column; }
  .comparison { font-size:.78rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}
@media (min-width: 620px) {
  .preview-kpis { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .preview-report-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
}
@media (min-width: 900px) {
  .preview-app { position:relative; height:720px; overflow:hidden; }
  .preview-app::after { content:""; position:absolute; z-index:2; left:0; right:0; bottom:90px; height:72px; pointer-events:none; background:linear-gradient(to bottom,rgba(245,247,250,0),#f5f7fa 82%); }
  .preview-bottom-nav { position:absolute; z-index:3; left:0; right:0; bottom:34px; }
  .preview-disclosure { position:absolute; z-index:4; left:0; right:0; bottom:0; min-height:34px; }
  .preview-kpis { grid-template-columns:repeat(4,minmax(0,1fr)); }
}
@media (max-width: 390px) {
  .preview-app-header { grid-template-columns:28px minmax(0,1fr) auto; margin:.5rem; padding:.7rem; gap:.45rem; }
  .preview-context-icon { width:28px; height:28px; }
  .preview-header-icon { width:26px; height:28px; }
  .preview-header-actions { gap:0; }
  .preview-app-main { padding:.1rem .5rem .65rem; }
  .preview-kpi { padding:.6rem; }
  .preview-kpi strong { font-size:.92rem; }
  .preview-quick-actions span { padding:.38rem .45rem; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
