:root {
  color-scheme: light;
  --ink: #18211f;
  --muted: #5d6a65;
  --line: #dce5df;
  --paper: #fbfcf8;
  --panel: #ffffff;
  --jade: #116957;
  --red: #c74335;
  --gold: #f0b84d;
  --blue: #2767a4;
  --shadow: 0 22px 60px rgba(31, 49, 43, .14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); }
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px clamp(20px, 4vw, 56px); background: rgba(251, 252, 248, .9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.brand img { width: 34px; height: 34px; border-radius: 8px; box-shadow: 0 8px 18px rgba(24, 33, 31, .16); }
nav { display: flex; gap: 18px; align-items: center; font-size: 14px; color: var(--muted); }
main { overflow: hidden; }
.hero { min-height: calc(100vh - 72px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 440px); align-items: center; gap: clamp(32px, 6vw, 88px); padding: clamp(40px, 6vw, 86px) clamp(20px, 6vw, 86px); background: linear-gradient(135deg, #fffdf8 0%, #edf7f0 48%, #f7eee9 100%); }
.hero-copy { max-width: 780px; }
.kicker { margin: 0 0 14px; color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; max-width: 820px; font-size: clamp(44px, 7vw, 92px); line-height: .96; letter-spacing: 0; }
h2 { margin: 0; font-size: clamp(30px, 4vw, 54px); line-height: 1.04; letter-spacing: 0; }
h3 { margin: 0 0 8px; font-size: 19px; line-height: 1.2; }
.lead { max-width: 680px; margin: 24px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; min-height: 46px; padding: 0 18px; border-radius: 8px; font-weight: 800; border: 1px solid var(--line); }
.button.primary { color: white; background: var(--jade); border-color: var(--jade); }
.button.secondary { background: white; }
.button.store-cta { flex-direction: column; align-items: flex-start; justify-content: center; gap: 1px; min-height: 54px; color: white; background: #17211e; border-color: #17211e; line-height: 1.1; }
.button.store-cta span { color: rgba(255, 255, 255, .72); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.button.store-cta[href=""] { cursor: default; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 34px 0 0; }
.stats div { padding: 14px; border-left: 4px solid var(--gold); background: rgba(255, 255, 255, .72); }
.stats dt { font-weight: 800; }
.stats dd { display: none; }
.phone { justify-self: center; width: min(100%, 380px); aspect-ratio: 9 / 18; padding: 18px; border: 10px solid #15201d; border-radius: 38px; background: #f7faf6; box-shadow: var(--shadow); position: relative; }
.phone-bar { width: 82px; height: 5px; border-radius: 999px; background: #1d2925; margin: 0 auto 18px; }
.phone img { width: 100%; height: 66%; object-fit: cover; border-radius: 18px; display: block; }
.phrase { position: absolute; left: 28px; right: 28px; bottom: 28px; padding: 18px; border-radius: 14px; color: white; background: var(--jade); font-size: clamp(24px, 4vw, 34px); font-weight: 900; line-height: 1.1; }
.intro, .features, .premium, .download, .legal { padding: clamp(46px, 7vw, 96px) clamp(20px, 6vw, 86px); }
.intro > p, .premium p, .download p, .features p { color: var(--muted); max-width: 760px; font-size: 18px; line-height: 1.65; }
.scene-grid { display: grid; grid-template-columns: repeat(5, minmax(210px, 1fr)); gap: 16px; margin-top: 34px; overflow-x: auto; padding-bottom: 6px; }
.scene-card { min-width: 210px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); overflow: hidden; }
.scene-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.scene-card h3, .scene-card p { padding: 0 14px; }
.scene-card h3 { padding-top: 14px; }
.scene-card p { margin: 0 0 16px; color: var(--muted); line-height: 1.45; font-size: 14px; }
.features { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(28px, 5vw, 70px); background: #eef5f1; }
.feature-list { display: grid; gap: 14px; }
.feature-list article { padding: 22px; border-left: 5px solid var(--blue); background: white; border-radius: 8px; }
.feature-list p { margin: 0; color: var(--muted); line-height: 1.55; }
.premium { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr); gap: 28px; align-items: end; background: #fff8ea; }
.legal-note { padding: 22px; border-radius: 8px; background: white; border: 1px solid #ecd7aa; }
.download { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: clamp(24px, 5vw, 56px); align-items: center; background: #f7faf6; border-top: 1px solid var(--line); }
.store-buttons { display: grid; gap: 12px; }
.store-button { display: grid; gap: 2px; min-height: 64px; padding: 12px 18px; border-radius: 8px; color: white; background: #17211e; border: 1px solid #17211e; font-size: 18px; font-weight: 800; align-content: center; }
.store-button span { color: rgba(255, 255, 255, .72); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0; }
.store-button[href=""] { cursor: default; }
.store-buttons p { margin: 4px 0 0; font-size: 14px; line-height: 1.5; }
.languages { display: flex; flex-wrap: wrap; gap: 10px; padding: 24px clamp(20px, 6vw, 86px); border-top: 1px solid var(--line); }
.languages a { padding: 10px 12px; border-radius: 8px; background: white; border: 1px solid var(--line); font-size: 14px; }
.languages a[aria-current="page"] { color: white; background: var(--jade); }
footer { display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; padding: 24px clamp(20px, 6vw, 86px); color: var(--muted); border-top: 1px solid var(--line); }
.legal { max-width: 940px; margin: 0 auto; overflow: visible; }
.legal h1 { font-size: clamp(42px, 6vw, 72px); }
.legal section { padding: 26px 0; border-bottom: 1px solid var(--line); }
.legal section p { color: var(--muted); font-size: 17px; line-height: 1.75; }
@media (max-width: 860px) {
  .site-header { position: static; align-items: flex-start; flex-direction: column; }
  nav { flex-wrap: wrap; }
  .hero, .features, .premium, .download { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .phone { width: min(330px, 100%); }
  .stats { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  h1 { font-size: 42px; }
  .hero, .intro, .features, .premium, .download, .legal { padding-left: 18px; padding-right: 18px; }
  .phrase { font-size: 24px; }
}