:root {
  color-scheme: light;
  --background: #f4f6f2;
  --surface: #ffffff;
  --surface-soft: #e4efe8;
  --text: #172019;
  --muted: #687169;
  --line: #d7ded8;
  --accent: #15563b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 85% 6%, #dcece2 0, transparent 28rem), var(--background);
  color: var(--text);
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
.site-header, main, footer { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 750; letter-spacing: -0.02em; }
.brand img { width: 34px; height: 34px; border-radius: 8px; }
nav, footer div { display: flex; gap: 24px; }
nav a, footer a { color: var(--muted); }
nav a:hover, nav a:focus-visible, footer a:hover, footer a:focus-visible, .text-link { color: var(--accent); }
.hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr); align-items: center; gap: 72px; padding: 112px 0 126px; }
.eyebrow { margin: 0 0 20px; color: var(--accent); font-size: 13px; font-weight: 750; letter-spacing: 0.16em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; font-size: clamp(48px, 8vw, 88px); line-height: 1.08; letter-spacing: -0.055em; }
h2 { margin-bottom: 0; font-size: clamp(32px, 5vw, 52px); line-height: 1.15; letter-spacing: -0.035em; }
.intro { max-width: 720px; margin-bottom: 38px; color: var(--muted); font-size: clamp(18px, 2.4vw, 22px); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--line); border-radius: 999px; font-weight: 650; }
.button:hover, .button:focus-visible { border-color: var(--accent); }
.button.primary { border-color: var(--accent); background: var(--accent); color: #ffffff; }
.availability { margin: 20px 0 0; color: var(--muted); font-size: 14px; }
.hero-art { position: relative; min-height: 480px; }
.icon-frame { position: absolute; top: 22px; left: 50%; width: min(310px, 72%); transform: translateX(-50%); }
.icon-frame img { display: block; width: 100%; border-radius: 24%; box-shadow: 0 30px 80px rgba(15, 66, 45, 0.24); }
.report-card { position: absolute; bottom: 18px; width: 190px; padding: 14px; border: 1px solid rgba(21, 86, 59, 0.15); border-radius: 14px; background: rgba(255, 255, 255, 0.92); box-shadow: 0 18px 50px rgba(23, 32, 25, 0.13); }
.report-card span { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; }
.report-card div { height: 104px; margin-top: 10px; border-radius: 9px; background: linear-gradient(145deg, #b6aa9a, #d8d1c6); }
.report-before { left: 0; transform: rotate(-4deg); }
.report-after { right: 0; transform: rotate(4deg); }
.report-after div { background: linear-gradient(145deg, #d9dfd9, #6b8c75); }
.section { padding: 88px 0; border-top: 1px solid var(--line); }
.section-heading { margin-bottom: 38px; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, 0.78); }
.card span { color: var(--accent); font-size: 13px; font-weight: 750; }
.card h3 { margin: 62px 0 12px; font-size: 22px; }
.card p, .closing > p { color: var(--muted); }
.proof-section { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: end; }
.proof-section .intro { margin-bottom: 0; }
.screenshot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.screenshot-grid figure { margin: 0; }
.screenshot-grid img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(23, 32, 25, 0.12);
}
.screenshot-grid figcaption { margin-top: 16px; color: var(--muted); font-size: 15px; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 850px; }
.price-card { padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.price-card.featured { border-color: var(--accent); background: var(--surface-soft); }
.plan { margin-bottom: 10px; color: var(--accent); font-weight: 750; }
.price { margin-bottom: 24px; font-size: 42px; font-weight: 800; letter-spacing: -0.04em; }
.price small { color: var(--muted); font-size: 14px; font-weight: 600; letter-spacing: 0; }
.price-card ul { margin: 0; padding-left: 20px; color: var(--muted); }
.price-card li + li { margin-top: 8px; }
.closing { display: grid; grid-template-columns: 1.1fr 1fr auto; align-items: end; gap: 52px; }
.closing > p { margin-bottom: 0; }
.text-link { font-weight: 650; white-space: nowrap; }
.legal-page { width: min(760px, calc(100% - 40px)); padding: 88px 0 110px; }
.legal-page h1 { font-size: clamp(44px, 7vw, 68px); }
.legal-page h2 { margin: 52px 0 14px; font-size: 26px; letter-spacing: -0.02em; }
.legal-page p { color: var(--muted); }
.legal-page a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.legal-date { margin-bottom: 42px; }
.support-callout { margin: 48px 0; padding: 2px 28px 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface-soft); }
.legal-link { margin-top: 58px; padding-top: 28px; border-top: 1px solid var(--line); }
footer { display: flex; min-height: 110px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }

@media (max-width: 800px) {
  .hero { grid-template-columns: 1fr; padding: 88px 0 96px; }
  .hero-art { min-height: 420px; }
  .grid, .closing, .proof-section { grid-template-columns: 1fr; }
  .screenshot-grid { gap: 14px; }
  .closing { align-items: start; gap: 26px; }
}

@media (max-width: 520px) {
  .site-header, main, footer { width: min(100% - 28px, 1120px); }
  .site-header { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; padding: 14px 0; }
  nav { gap: 18px; font-size: 14px; }
  h1 { font-size: 44px; }
  .section { padding: 64px 0; }
  .hero-art { min-height: 330px; }
  .report-card { width: 135px; padding: 10px; }
  .report-card div { height: 74px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .screenshot-grid { grid-template-columns: 1fr; gap: 44px; }
  footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
}
