:root {
  color-scheme: light;
  --bg: #f4f3ef;
  --surface: rgba(255, 255, 255, 0.74);
  --surface-strong: #ffffff;
  --text: #172019;
  --muted: #556159;
  --line: rgba(23, 32, 25, 0.1);
  --brand: #2b7a57;
  --brand-strong: #1f5e42;
  --accent: #dbeadf;
  --shadow: 0 22px 70px rgba(23, 32, 25, 0.08);
  --shadow-strong: 0 28px 90px rgba(23, 32, 25, 0.14);
  --radius: 30px;
  --container: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(207, 233, 219, 0.95), transparent 24%),
    radial-gradient(circle at top right, rgba(246, 229, 197, 0.85), transparent 23%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), transparent 32%),
    var(--bg);
}
a { color: inherit; text-decoration: none; }
.container { width: min(calc(100% - 2rem), var(--container)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
  background: rgba(244, 243, 239, 0.74);
  border-bottom: 1px solid rgba(23, 32, 25, 0.06);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 1rem;
}
.nav nav { display: flex; gap: 1rem; color: var(--muted); flex-wrap: wrap; }
.brand { font-weight: 800; letter-spacing: -0.03em; }
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.25rem;
  border-radius: 999px;
  border: 1px solid rgba(23, 32, 25, 0.08);
  background: rgba(255, 255, 255, 0.62);
}
.lang-switch a {
  min-width: 44px;
  min-height: 36px;
  padding: 0 0.8rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--muted);
}
.lang-switch a.is-active {
  background: var(--surface-strong);
  color: var(--text);
  box-shadow: 0 6px 18px rgba(23, 32, 25, 0.08);
}
.hero, .benefits, .legal-page, .screens, .audience-section, .closing-cta { padding: 5rem 0; }
.hero-grid, .benefit-grid, .footer-grid, .screen-grid, .mini-card-row, .audience-panel, .closing-card { display: grid; gap: 1.5rem; }
.single-column, .footer-single { grid-template-columns: 1fr; }
.hero-layout, .audience-panel, .closing-card { grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr); }
.benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.screen-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mini-card-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.eyebrow {
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--brand);
}
.app-icon {
  width: 92px;
  height: 92px;
  border-radius: 24px;
  display: block;
  margin-bottom: 1rem;
  box-shadow: 0 20px 44px rgba(23, 32, 25, 0.18);
  border: 1px solid rgba(23, 32, 25, 0.08);
}
h1, h2, h3 { margin: 0; line-height: 1.02; letter-spacing: -0.04em; }
h1 { font-size: clamp(3.2rem, 7vw, 5.9rem); max-width: 11ch; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.8rem); margin-top: 0; }
h3 { font-size: 1.15rem; }
p, li { color: var(--muted); font-size: 1rem; line-height: 1.7; }
.lead { font-size: 1.18rem; max-width: 40rem; }
.hero-actions, .closing-actions { display: flex; gap: 0.9rem; flex-wrap: wrap; margin: 2rem 0 1rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.3rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 150ms ease, background 150ms ease, border-color 150ms ease;
}
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--brand); color: white; box-shadow: 0 18px 38px rgba(43, 122, 87, 0.22); }
.button.primary:hover { background: var(--brand-strong); }
.button.secondary { border-color: var(--line); background: rgba(255, 255, 255, 0.7); }
code { padding: 0.15rem 0.35rem; border-radius: 8px; background: rgba(23, 32, 25, 0.06); }
.hero-panel,
.benefit-grid article,
.prose,
.screen-card,
.audience-panel,
.closing-card,
.mini-card {
  padding: 1.6rem;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-copy {
  padding-right: 1rem;
}
.hero-panel {
  padding: 1.2rem;
  align-content: start;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.66));
  box-shadow: var(--shadow-strong);
}
.mini-card {
  background: rgba(255,255,255,0.82);
  padding: 1.25rem;
}
.mini-card-primary {
  background: linear-gradient(180deg, rgba(219,234,223,0.9), rgba(255,255,255,0.88));
}
.mini-label {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
}
.mini-card strong {
  display: block;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.35rem;
}
.hero-note {
  max-width: 38rem;
  font-size: 0.96rem;
}
.chip-row {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin: 1.4rem 0 0;
}
.chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(23, 32, 25, 0.08);
  background: rgba(255,255,255,0.72);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 600;
}
.screen-card img {
  width: 100%;
  display: block;
  border-radius: 22px;
  margin-bottom: 1rem;
  border: 1px solid rgba(23, 32, 25, 0.08);
  background: white;
}
.screen-card p { margin-bottom: 0; }
.screens-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.6rem;
}
.screens-heading p {
  margin: 0;
  max-width: 34rem;
}
.audience-panel,
.closing-card {
  align-items: center;
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.7));
}
.audience-copy p,
.closing-card p {
  margin: 0;
}
.site-footer { padding: 2rem 0 3rem; }
.footer-grid div:last-child { display: flex; gap: 1rem; flex-wrap: wrap; }
.prose { max-width: 840px; }
.prose ul { padding-left: 1.2rem; }
@media (max-width: 920px) {
  .hero-layout,
  .benefit-grid,
  .footer-grid,
  .screen-grid,
  .mini-card-row,
  .audience-panel,
  .closing-card { grid-template-columns: 1fr; }
  .nav { padding: 0.8rem 0; align-items: start; flex-direction: column; }
  .hero, .benefits, .legal-page, .screens, .audience-section, .closing-cta { padding: 3.5rem 0; }
  .hero-copy { padding-right: 0; }
  h1 { max-width: none; }
  .screens-heading { align-items: start; flex-direction: column; }
}
