:root {
  --bg: #f5f6f1;
  --panel: rgba(255, 255, 255, 0.72);
  --panel-strong: rgba(255, 255, 255, 0.92);
  --text: #142018;
  --muted: #5d6a62;
  --muted-2: #7a867f;
  --line: rgba(20, 32, 24, 0.08);
  --accent: #2f7a54;
  --accent-soft: rgba(47, 122, 84, 0.11);
  --shadow: 0 24px 80px rgba(20, 32, 24, 0.08);
  --shadow-soft: 0 10px 30px rgba(20, 32, 24, 0.05);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Manrope", ui-sans-serif, -apple-system, BlinkMacSystemFont, "PingFang SC", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 15%, rgba(128, 194, 152, 0.22), transparent 24%),
    radial-gradient(circle at 85% 10%, rgba(47, 122, 84, 0.08), transparent 22%),
    linear-gradient(180deg, #f8fbf7 0%, var(--bg) 100%);
  line-height: 1.68;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }
.bg {
  position: fixed; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.75), transparent 26%),
    radial-gradient(circle at 90% 0%, rgba(47,122,84,.08), transparent 28%);
}

.site-header {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 24px 0 12px; position: relative; z-index: 2;
}
.brand {
  display: inline-flex; align-items: center; gap: 12px;
  font-weight: 800; letter-spacing: -.04em;
}
.brand-mark {
  width: 36px; height: 36px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #2f7a54 0%, #5aa57a 100%);
  color: #fff; box-shadow: var(--shadow-soft);
}
.brand-text { font-size: 21px; }
nav {
  display: flex; gap: 18px; flex-wrap: wrap;
  font-size: 14px; color: var(--muted);
}
nav a {
  position: relative;
}
nav a::after {
  content: ""; position: absolute; left: 0; bottom: -6px; width: 100%; height: 1px;
  background: var(--text); transform: scaleX(0); transform-origin: left; transition: transform .22s ease;
}
nav a:hover { color: var(--text); }
nav a:hover::after { transform: scaleX(1); }

.hero {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.02fr .98fr; gap: 42px;
  align-items: center; padding: 52px 0 56px;
}
.eyebrow, .section-label {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 800;
}
.hero h1, .section-head h2, .story-section h2, .download-panel h2 {
  font-size: clamp(38px, 5.8vw, 76px);
  line-height: .98;
  letter-spacing: -.06em;
  margin: 10px 0 18px;
}
.hero h1 { max-width: 10.5ch; }
.lead {
  font-size: 18px;
  color: var(--muted);
  max-width: 38rem;
}
.cta-row {
  display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap;
}
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 0 18px; border-radius: 999px;
  border: 1px solid var(--line); transition: .22s ease;
  font-weight: 700;
}
.button.primary {
  color: #fff; border-color: transparent;
  background: linear-gradient(135deg, #2f7a54 0%, #5aa57a 100%);
  box-shadow: 0 18px 42px rgba(47, 122, 84, 0.24);
}
.button.primary:hover { transform: translateY(-1px); }
.button.secondary {
  background: rgba(255,255,255,.68);
  backdrop-filter: blur(10px);
}
.button.disabled {
  opacity: .72; cursor: default;
}
.hero-meta {
  display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px;
}
.hero-meta span,
.mini-pill,
.status-dot {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 7px 12px; border-radius: 999px;
  background: rgba(255,255,255,.58); border: 1px solid rgba(255,255,255,.65);
  color: var(--muted); font-size: 12px; font-weight: 700;
  backdrop-filter: blur(8px);
}
.hero-visual { position: relative; }
.dashboard-shell {
  position: relative;
  padding: 22px; border-radius: 32px; background: rgba(253,255,253,.62);
  border: 1px solid rgba(255,255,255,.75); box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.floating-card { animation: floatCard 6.5s ease-in-out infinite; }
@keyframes floatCard {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}
.dash-topbar {
  display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px;
}
.muted-small { color: var(--muted-2); font-size: 12px; }
.dash-main { display: grid; gap: 14px; }
.panel-glass, .panel-strong {
  background: var(--panel);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}
.panel-strong { background: var(--panel-strong); }
.score-card, .report-strip, .feature-card, .note-card, .audience-card {
  border-radius: 24px; padding: 22px;
}
.score-card h2 { margin: 6px 0 8px; font-size: 34px; letter-spacing: -.05em; }
.label, .card-tag, .footer-label {
  color: var(--muted-2); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 800;
}
.metric-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px;
}
.metric {
  border-radius: 20px; padding: 18px;
}
.metric span, .metric em { display: block; }
.metric span { color: var(--muted); font-size: 13px; }
.metric strong {
  display: block; margin: 6px 0 4px;
  font-size: 28px; letter-spacing: -.05em;
}
.metric em { color: var(--accent); font-style: normal; font-size: 12px; font-weight: 700; }
.report-strip {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.status-dot { color: var(--accent); background: var(--accent-soft); }

.section {
  padding: 34px 0;
  position: relative; z-index: 1;
}
.section-head {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 26px; align-items: end;
  margin-bottom: 22px;
}
.section-head.compact { grid-template-columns: 1fr; }
.section-head h2, .story-section h2, .download-panel h2 {
  font-size: clamp(32px, 4vw, 58px); max-width: 14ch; white-space: pre-line;
}
.section-intro {
  color: var(--muted); font-size: 17px; max-width: 36rem;
}
.editorial-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 16px;
}
.feature-card {
  min-height: 200px;
}
.feature-card.large { min-height: 240px; }
.feature-card.wide { grid-column: 1 / -1; }
.feature-card h3, .audience-card h3, .note-card h3 {
  margin: 10px 0 10px; font-size: 30px; letter-spacing: -.05em; line-height: 1.06;
}
.feature-card p, .audience-card p, .note-card li, .score-card p, .download-panel p {
  color: var(--muted);
}
.story-section {
  display: grid; grid-template-columns: 1.08fr .92fr; gap: 20px; align-items: start;
}
.serif {
  font-family: "Noto Serif SC", serif;
  font-weight: 600;
}
.brand-card ul { margin: 0; padding-left: 18px; }
.audience-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px;
}
.download-panel {
  border-radius: 30px; padding: 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.download-panel h2 { max-width: 10ch; margin-bottom: 10px; }
.download-actions {
  display: flex; gap: 12px; flex-wrap: wrap;
}
.site-footer {
  display: flex; justify-content: space-between; gap: 20px;
  align-items: flex-start; padding: 48px 0 58px; position: relative; z-index: 1;
}
.footer-branding p { margin: 4px 0 0; color: var(--muted); }
.footer-title { font-size: 30px; font-weight: 800; letter-spacing: -.05em; }
.footer-links.grouped {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px;
}
.footer-links.grouped div {
  display: grid; gap: 10px;
}
.footer-links a { color: var(--muted); }
.footer-links a:hover { color: var(--text); }

.prose.standalone { padding: 28px 0 64px; }
.prose { max-width: 760px; }
.prose h1 { font-size: clamp(34px, 5vw, 54px); letter-spacing: -.05em; line-height: 1.05; margin: 8px 0 10px; }
.prose h2 { margin-top: 34px; font-size: 28px; letter-spacing: -.04em; }
.prose h3 { margin-top: 22px; font-size: 20px; }
.prose ul { padding-left: 22px; }
.muted { color: var(--muted); }

.reveal { opacity: 0; transform: translateY(18px); animation: revealUp .75s cubic-bezier(.2,.8,.2,1) forwards; }
.rise-1 { animation-delay: .05s; }
.rise-2 { animation-delay: .16s; }
.rise-3 { animation-delay: .26s; }
@keyframes revealUp {
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  .hero,
  .section-head,
  .editorial-grid,
  .story-section,
  .audience-grid,
  .download-panel,
  .site-footer,
  .footer-links.grouped {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .hero { padding-top: 36px; }
  .hero h1,
  .section-head h2,
  .story-section h2,
  .download-panel h2 {
    max-width: none;
  }

  .site-header {
    flex-direction: column; align-items: flex-start;
  }

  .metric-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .metric-grid { grid-template-columns: 1fr; }
  .cta-row, .download-actions { width: 100%; }
  .button { width: 100%; }
  .hero-meta { gap: 8px; }
}


.screen-showcase {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 18px;
  align-items: center;
}
.device {
  position: relative;
  border-radius: 34px;
  padding: 14px;
}
.device-main {
  padding: 18px;
}
.device-frame {
  position: relative;
  border-radius: 34px;
  padding: 18px 14px 14px;
  background: linear-gradient(180deg, #202822 0%, #101512 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), 0 20px 60px rgba(16, 21, 18, .22);
}
.device-frame.small {
  padding: 16px 12px 12px;
}
.device-notch {
  width: 34%;
  height: 24px;
  border-radius: 0 0 18px 18px;
  background: #0f1310;
  margin: 0 auto 10px;
}
.screen {
  background: linear-gradient(180deg, #f7faf7 0%, #eef3ef 100%);
  border-radius: 24px;
  min-height: 620px;
  padding: 18px;
  overflow: hidden;
}
.screen.metrics-screen,
.screen.reports-screen {
  min-height: 500px;
}
.screen-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.compact-top {
  margin-bottom: 18px;
}
.tiny-note {
  color: var(--muted-2);
  font-size: 12px;
}
.screen-headline h3 {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.04;
  letter-spacing: -.05em;
}
.screen-headline p,
.chart-card p,
.report-card p {
  color: var(--muted);
}
.screen-grid.four {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}
.soft-card {
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(20,32,24,.06);
  box-shadow: 0 12px 30px rgba(20,32,24,.05);
  border-radius: 22px;
}
.screen-metric {
  padding: 16px;
}
.screen-metric span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}
.screen-metric strong {
  display: block;
  margin-top: 8px;
  font-size: 28px;
  letter-spacing: -.05em;
}
.screen-card {
  padding: 18px;
  margin-top: 12px;
}
.attention-card,
.file-row,
.info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.attention-card em,
.file-row em {
  font-style: normal;
  color: var(--accent);
  font-weight: 700;
  font-size: 13px;
}
.report-card strong,
.file-row strong,
.info-row strong {
  display: block;
  margin-top: 4px;
  letter-spacing: -.03em;
}
.device-stack {
  display: grid;
  gap: 16px;
}
.device-side.offset {
  transform: translateX(40px);
}
.chart-card {
  padding: 18px;
}
.chart-line {
  height: 140px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  align-items: end;
  margin-bottom: 14px;
}
.chart-line span {
  display: block;
  border-radius: 999px 999px 12px 12px;
  background: linear-gradient(180deg, rgba(90,165,122,.9) 0%, rgba(47,122,84,.95) 100%);
}
.info-row {
  padding: 16px 18px;
  margin-top: 12px;
}
.report-list {
  display: grid;
  gap: 12px;
}
.file-row {
  padding: 16px 18px;
}

@media (max-width: 980px) {
  .screen-showcase {
    grid-template-columns: 1fr;
  }
  .device-side.offset {
    transform: none;
  }
}

@media (max-width: 640px) {
  .screen {
    min-height: auto;
  }
  .screen.metrics-screen,
  .screen.reports-screen {
    min-height: auto;
  }
  .screen-grid.four {
    grid-template-columns: 1fr;
  }
}


.faq-list {
  display: grid;
  gap: 14px;
}
.faq-item {
  border-radius: 24px;
  padding: 0 22px;
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 30px 20px 0;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.03em;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent);
  font-size: 24px;
  font-weight: 500;
}
.faq-item[open] summary::after {
  content: '−';
}
.faq-item p {
  margin: 0 0 20px;
  color: var(--muted);
  max-width: 56rem;
}
