:root {
  color-scheme: light;
  --forest: #174f3b;
  --forest-dark: #0d3527;
  --moss: #35745b;
  --leaf: #79a94f;
  --lime: #c9ea79;
  --sun: #f7c957;
  --cream: #fffaf0;
  --paper: #fffef9;
  --ink: #20342c;
  --muted: #65756c;
  --line: #dbe6d9;
  --shadow: 0 22px 60px rgba(27, 67, 48, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-rounded, "Avenir Next", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; padding: .8rem 1rem; border-radius: .7rem; background: #fff; color: var(--forest); font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header {
  width: min(1180px, calc(100% - 2rem));
  min-height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--forest); font-size: 1.25rem; font-weight: 850; letter-spacing: -.025em; }
.brand-mark { display: grid; place-items: center; width: 2.2rem; aspect-ratio: 1; border-radius: .7rem; background: var(--forest); color: var(--sun); box-shadow: 0 7px 14px rgba(23,79,59,.2); }
nav { display: flex; gap: clamp(1rem, 3vw, 2rem); }
nav a { color: #385248; font-weight: 700; text-decoration: none; text-underline-offset: .35rem; }
nav a:hover, nav a:focus-visible { color: var(--forest); text-decoration: underline; }

main { overflow: hidden; }
.hero {
  width: min(1280px, calc(100% - 2rem));
  margin: 1rem auto 0;
  min-height: 690px;
  padding: clamp(2rem, 5vw, 5rem);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
  border-radius: 2.25rem;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.9) 0 4%, transparent 18%),
    linear-gradient(135deg, #eff8d6 0%, #d9f0c2 40%, #afd69b 100%);
  position: relative;
}
.hero::after { content: ""; position: absolute; right: 2%; top: -18%; width: 26rem; height: 26rem; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; pointer-events: none; }
.app-title { display: flex; align-items: center; gap: 1.25rem; }
.app-title img { width: 92px; border-radius: 1.4rem; box-shadow: 0 14px 28px rgba(36,84,48,.22); }
.eyebrow { margin: 0 0 .45rem; color: var(--moss); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1 { margin: 0; color: var(--forest-dark); font-size: clamp(3.5rem, 7vw, 6.6rem); line-height: .9; letter-spacing: -.075em; }
.lead { max-width: 600px; margin: 2rem 0 .75rem; color: var(--forest); font-size: clamp(1.5rem, 2.6vw, 2.25rem); line-height: 1.18; font-weight: 780; letter-spacing: -.035em; }
.hero-copy > p:not(.eyebrow,.lead,.trust-line) { max-width: 590px; font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .85rem; margin: 2rem 0 1.5rem; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: .8rem 1.4rem; border-radius: .9rem; text-decoration: none; font-weight: 800; }
.button.primary { background: var(--forest); color: #fff; box-shadow: 0 12px 24px rgba(23,79,59,.22); }
.button.primary:hover { background: var(--forest-dark); transform: translateY(-1px); }
.store-status { min-height: 54px; display: inline-flex; align-items: center; gap: .65rem; padding: .55rem 1rem; border: 1px solid rgba(23,79,59,.2); border-radius: .9rem; background: rgba(255,255,255,.55); color: var(--forest); font-weight: 800; line-height: 1.1; }
.store-status > span:first-child { font-size: 1.35rem; }
.store-status small { display: block; margin-bottom: .18rem; color: #577165; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.trust-line { display: flex; flex-wrap: wrap; gap: .7rem 1.25rem; color: #476558; font-size: .82rem; font-weight: 750; }
.trust-line span::before { content: "✓"; margin-right: .4rem; color: var(--forest); }
.hero-visual { position: relative; }
.hero-visual > img { width: 100%; min-height: 440px; object-fit: cover; border: 10px solid rgba(255,255,255,.68); border-radius: 2rem; box-shadow: var(--shadow); }
.story-card { position: absolute; right: -1rem; bottom: -2rem; width: min(270px, 70%); padding: 1.15rem 1.25rem; border: 1px solid rgba(255,255,255,.8); border-radius: 1.2rem; background: rgba(255,254,249,.93); box-shadow: 0 18px 45px rgba(28,62,45,.24); backdrop-filter: blur(12px); }
.story-card strong, .story-card small { display: block; }
.story-level { display: inline-block; margin-bottom: .45rem; padding: .15rem .55rem; border-radius: 99px; background: #e7f3ce; color: var(--forest); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.story-progress { height: .45rem; margin: .8rem 0 .45rem; overflow: hidden; border-radius: 1rem; background: #dfe7dc; }
.story-progress i { display: block; width: 68%; height: 100%; background: linear-gradient(90deg, var(--leaf), var(--sun)); }
.story-card small { color: var(--muted); }

.intro, .features-section, .steps, .privacy-teaser { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
.intro { display: grid; grid-template-columns: 100px 1fr; gap: 1.5rem; padding: 8rem 0 7rem; }
.section-number { margin: .4rem 0 0; color: var(--leaf); font-size: 1.1rem; font-weight: 850; }
h2 { margin: 0; color: var(--forest-dark); font-size: clamp(2.2rem, 5vw, 4.25rem); line-height: 1.03; letter-spacing: -.055em; }
.intro h2 { max-width: 880px; }
.intro div p { max-width: 820px; margin: 1.3rem 0 0; color: var(--muted); font-size: 1.15rem; }

.features-section { padding-bottom: 8rem; }
.section-heading { max-width: 780px; margin-bottom: 2.5rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.feature-card { min-height: 285px; padding: clamp(1.7rem, 4vw, 3rem); border-radius: 1.7rem; }
.feature-card h3 { margin: 2.4rem 0 .65rem; font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.15; letter-spacing: -.03em; }
.feature-card p { max-width: 500px; margin: 0; color: #415a4e; font-size: 1.03rem; }
.feature-icon { display: inline-grid; place-items: center; min-width: 3.3rem; height: 3.3rem; padding: 0 .6rem; border-radius: 1rem; background: rgba(255,255,255,.65); color: var(--forest); box-shadow: 0 9px 18px rgba(30,70,50,.08); font-weight: 900; }
.feature-green { background: #dcefc6; }
.feature-yellow { background: #ffe5a0; }
.feature-blue { background: #d8eeec; }
.feature-coral { background: #f7d5bd; }

.steps { padding: 7rem 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); }
.steps ol { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 3.2rem 1fr; gap: 1rem; padding: 0 0 1.6rem; margin-bottom: 1.6rem; border-bottom: 1px solid var(--line); }
.steps li > span { display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: 50%; background: var(--forest); color: white; font-weight: 850; }
.steps strong { font-size: 1.25rem; }
.steps li p { margin: .25rem 0 0; color: var(--muted); }

.premium { width: min(1280px, calc(100% - 2rem)); margin: 0 auto 8rem; padding: clamp(2.5rem, 7vw, 6.5rem); display: grid; grid-template-columns: 1fr minmax(320px, .7fr); align-items: center; gap: clamp(3rem, 8vw, 8rem); border-radius: 2.25rem; background: var(--forest); color: #eff9ef; }
.premium h2 { color: #fff; }
.premium > div:first-child > p:last-child { max-width: 560px; color: #cfe2d6; font-size: 1.1rem; }
.eyebrow.light { color: var(--lime); }
.price-card { padding: 2rem; border-radius: 1.5rem; background: #fff; color: var(--ink); box-shadow: 0 24px 50px rgba(6,29,20,.3); }
.price-label { margin: 0; color: var(--forest); font-weight: 850; }
.price { margin: .25rem 0 0; color: var(--forest-dark); font-size: clamp(3.2rem, 7vw, 5.4rem); line-height: 1; font-weight: 900; letter-spacing: -.07em; }
.once { margin: .4rem 0 1.4rem; color: var(--muted); font-weight: 700; }
.price-card ul { padding: 1.1rem 0 0; margin: 0; border-top: 1px solid var(--line); list-style: none; }
.price-card li { margin: .6rem 0; }
.price-card li::before { content: "✓"; margin-right: .6rem; color: var(--leaf); font-weight: 900; }
.availability { margin: 1.2rem 0 0; padding: .8rem 1rem; border-radius: .8rem; background: #edf5e5; color: var(--forest); font-size: .88rem; font-weight: 750; }

.privacy-teaser { display: grid; grid-template-columns: 100px 1fr; gap: 2rem; align-items: start; padding-bottom: 8rem; }
.privacy-mark { display: grid; place-items: center; width: 88px; height: 88px; border-radius: 1.6rem; background: #e5f1d4; color: var(--forest); font-size: 2.5rem; }
.privacy-teaser p:not(.eyebrow) { max-width: 800px; color: var(--muted); font-size: 1.08rem; }
.text-link { display: inline-block; margin-top: .5rem; color: var(--forest); font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: .3rem; }

.site-footer { width: min(1280px, calc(100% - 2rem)); margin: 0 auto 1rem; padding: clamp(2rem, 5vw, 4rem); display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 2.5rem; border-radius: 2rem; background: #e9f2df; color: #3b564a; }
.footer-brand { margin-bottom: .8rem; }
.site-footer p { max-width: 470px; margin: .5rem 0 0; }
.site-footer > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: .4rem; }
.site-footer a:not(.brand) { color: var(--forest); text-underline-offset: .25rem; }
.legal { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid #cbdcc4; font-size: .85rem; }

.policy-page { background: linear-gradient(180deg, #e4f1d1 0, var(--paper) 30rem); }
.policy-shell { width: min(860px, calc(100% - 2rem)); margin: 3rem auto 6rem; padding: clamp(1.5rem, 6vw, 4.5rem); border: 1px solid rgba(23,79,59,.08); border-radius: 2rem; background: rgba(255,254,249,.96); box-shadow: var(--shadow); }
.back-link { display: inline-block; margin-bottom: 2.4rem; color: var(--forest); font-weight: 800; text-decoration: none; }
.policy-shell h1 { font-size: clamp(2.7rem, 7vw, 5rem); line-height: 1; }
.updated { margin: 1rem 0 2.6rem; color: var(--muted); }
.policy-shell h2 { margin: 2.6rem 0 .75rem; font-size: clamp(1.5rem, 3vw, 2rem); letter-spacing: -.03em; }
.policy-shell p, .policy-shell li { color: #41544b; }
.policy-contact { margin-top: 3rem; padding: 1.4rem; border-radius: 1rem; background: #edf5e5; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { z-index: 1; }
  .hero-visual > img { min-height: 340px; }
  .steps { grid-template-columns: 1fr; }
  .premium { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > div:first-child, .legal { grid-column: 1 / -1; }
}

@media (max-width: 660px) {
  .site-header { min-height: 72px; }
  nav a:not(:last-child) { display: none; }
  .hero { width: calc(100% - 1rem); padding: 1.5rem; border-radius: 1.5rem; }
  .app-title img { width: 68px; border-radius: 1rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-visual > img { min-height: 260px; border-width: 6px; border-radius: 1.3rem; }
  .story-card { right: -.5rem; bottom: -1.5rem; }
  .intro { grid-template-columns: 1fr; padding: 6rem 0 5rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .features-section, .privacy-teaser { padding-bottom: 5rem; }
  .feature-card { min-height: auto; }
  .steps { padding: 5rem 0; }
  .premium { width: calc(100% - 1rem); margin-bottom: 5rem; padding: 2rem 1.5rem; border-radius: 1.5rem; }
  .privacy-teaser { grid-template-columns: 1fr; gap: 1rem; }
  .privacy-mark { width: 64px; height: 64px; border-radius: 1.1rem; }
  .site-footer { width: calc(100% - 1rem); grid-template-columns: 1fr; border-radius: 1.5rem; }
  .site-footer > div:first-child, .legal { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
