:root {
  --ink: #211628;
  --muted: #6d6170;
  --cream: #fff9ed;
  --paper: #fffefd;
  --lime: #b9f227;
  --lime-dark: #4f7800;
  --pink: #ff4f87;
  --orange: #ff8d2b;
  --purple: #7657ff;
  --line: rgba(33, 22, 40, .12);
  --shadow: 0 24px 70px rgba(66, 41, 75, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", sans-serif;
  line-height: 1.6;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(118, 87, 255, .08) 1px, transparent 1px);
  background-size: 24px 24px;
  content: "";
  pointer-events: none;
}
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
}
.brand { display: flex; align-items: center; gap: 11px; font-weight: 900; text-decoration: none; }
.brand img { width: 44px; height: 44px; border-radius: 12px; box-shadow: 0 8px 20px rgba(33, 22, 40, .18); }
.language-nav { display: flex; gap: 7px; }
.language-nav a {
  padding: 7px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none;
}
.language-nav a[aria-current="page"] { color: #fff; background: var(--ink); }

.hero { overflow: hidden; padding: 54px 0 84px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 58px; }
.eyebrow { margin: 0 0 12px; color: var(--purple); font-size: .78rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { text-wrap: balance; }
h1 { margin: 0 0 20px; font-size: clamp(3.1rem, 6.5vw, 6rem); line-height: .94; letter-spacing: -.065em; }
h1 .slice { display: inline-block; color: var(--pink); transform: rotate(-2deg); }
.lead { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.25rem); }
.proof-strip { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.proof-strip li { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.74); font-size: .85rem; font-weight: 800; }
.cta { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 19px; border-radius: 15px; color: #fff; background: var(--ink); font-weight: 900; text-decoration: none; box-shadow: 0 10px 25px rgba(33, 22, 40, .16); transition: transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.play { color: var(--ink); background: var(--lime); }

.hero-art { position: relative; min-height: 610px; }
.hero-blob { position: absolute; inset: 4% -4% 0 8%; border-radius: 48% 52% 45% 55%; background: linear-gradient(145deg, var(--lime), #f4ff82 45%, #ffd24d); transform: rotate(-5deg); }
.phone { position: absolute; overflow: hidden; aspect-ratio: 1242 / 2688; border: 10px solid var(--ink); border-radius: 38px; background: var(--ink); box-shadow: var(--shadow); }
.phone img { display: block; width: 100%; height: auto; }
.phone.main { top: 3%; left: 18%; width: 62%; transform: rotate(5deg); }
.phone.side { top: 24%; left: 58%; width: 40%; border-width: 7px; border-radius: 27px; transform: rotate(12deg); }
.fruit-badge { position: absolute; display: grid; width: 92px; height: 92px; place-items: center; border: 5px solid var(--paper); border-radius: 50%; font-size: 2.6rem; box-shadow: var(--shadow); }
.fruit-badge.one { top: 2%; right: 3%; background: var(--pink); transform: rotate(10deg); }
.fruit-badge.two { bottom: 5%; left: 1%; background: var(--orange); transform: rotate(-12deg); }

section { padding: 72px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 30px; }
.section-head > div { max-width: 730px; }
h2 { margin: 0 0 10px; font-size: clamp(2rem, 4.5vw, 3.7rem); line-height: 1.02; letter-spacing: -.045em; }
.section-head p:last-child, .section-copy { margin: 0; color: var(--muted); }

.screens-section { color: #fff; background: var(--ink); }
.screens-section .eyebrow { color: var(--lime); }
.screens-section .section-head p:last-child { color: #cfc5d2; }
.screens { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.screen { margin: 0; }
.screen img { display: block; width: 100%; height: auto; aspect-ratio: 1242 / 2688; border: 7px solid #fff; border-radius: 28px; box-shadow: 0 22px 45px rgba(0,0,0,.34); object-fit: contain; }
.screen:nth-child(even) { transform: translateY(22px); }
.screen figcaption { margin-top: 12px; color: #d9d0dc; font-size: .9rem; font-weight: 750; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.84); box-shadow: 0 10px 30px rgba(66,41,75,.06); }
.feature-icon { display: grid; width: 48px; height: 48px; margin-bottom: 18px; place-items: center; border-radius: 15px; background: #f1ebff; font-size: 1.45rem; }
.feature-card:nth-child(2) .feature-icon, .feature-card:nth-child(5) .feature-icon { background: #edffc2; }
.feature-card:nth-child(3) .feature-icon, .feature-card:nth-child(6) .feature-icon { background: #ffe5d1; }
.feature-card h3 { margin: 0 0 7px; font-size: 1.14rem; }
.feature-card p { margin: 0; color: var(--muted); }

.demo-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; align-items: center; }
.video-stack { display: grid; grid-template-columns: .62fr 1fr; gap: 16px; align-items: center; }
.video-card { margin: 0; padding: 10px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); box-shadow: var(--shadow); }
.video-card video { display: block; width: 100%; border-radius: 16px; background: #130f16; object-fit: contain; }
.device-iphone video { aspect-ratio: 444 / 960; }
.device-ipad video { aspect-ratio: 4 / 3; }
.video-card figcaption { padding: 9px 4px 2px; color: var(--muted); font-size: .86rem; font-weight: 800; }
.privacy-note { margin-top: 22px; padding: 18px 20px; border-left: 5px solid var(--lime-dark); border-radius: 0 16px 16px 0; background: #efffc7; }
.privacy-note p { margin: 0; }

.facts-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.fact { padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.8); }
.fact strong { display: block; margin-bottom: 4px; }
.fact span { color: var(--muted); }
.faq details { padding: 18px 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 900; }
.faq details p { max-width: 820px; margin: 10px 0 0; color: var(--muted); }

footer { margin-top: 36px; padding: 30px 0 42px; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
.choice { display: grid; min-height: 100vh; place-items: center; text-align: center; }
.choice .wrap { max-width: 760px; padding: 70px 30px; border: 1px solid var(--line); border-radius: 36px; background: rgba(255,255,255,.86); box-shadow: var(--shadow); }
.choice-icon { width: 104px; height: 104px; border-radius: 26px; box-shadow: var(--shadow); }
.choice h1 { font-size: clamp(2.6rem, 7vw, 5.2rem); }
.choice .cta { justify-content: center; }
.legal { max-width: 840px; padding-top: 38px; padding-bottom: 28px; }
.legal h1 { font-size: clamp(2.4rem, 6vw, 4.5rem); }
.legal h2 { margin-top: 42px; font-size: 1.7rem; }
.legal .notice { margin: 25px 0; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }

@media (max-width: 900px) {
  .hero-grid, .demo-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .lead { margin-inline: auto; }
  .proof-strip, .hero-copy .cta { justify-content: center; }
  .hero-art { width: min(540px, 100%); min-height: 570px; margin-inline: auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .screens { overflow-x: auto; grid-template-columns: repeat(4, minmax(210px, 1fr)); padding-bottom: 32px; scroll-snap-type: x mandatory; }
  .screen { scroll-snap-align: start; }
}
@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .site-header { padding: 13px 0; }
  .brand span { display: none; }
  .hero { padding-top: 34px; }
  h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  .hero-art { min-height: 460px; }
  .phone.main { top: 3%; left: 10%; width: 70%; border-width: 7px; border-radius: 29px; }
  .phone.side { top: 28%; left: 59%; width: 41%; border-width: 5px; border-radius: 22px; }
  .fruit-badge { width: 68px; height: 68px; border-width: 4px; font-size: 1.9rem; }
  section { padding: 56px 0; }
  .section-head { display: block; }
  .feature-grid, .facts-grid { grid-template-columns: 1fr; }
  .video-stack { grid-template-columns: 1fr; }
  .video-card.device-iphone { width: min(72%, 300px); margin-inline: auto; }
  .screen:nth-child(even) { transform: none; }
  .cta .button { width: 100%; }
}
