@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --ink: #171324;
  --muted: #6f6a7e;
  --purple: #8e6bf5;
  --pink: #ee78bb;
  --yellow: #ffbe72;
  --surface: #f9f7ff;
  --line: rgba(23, 19, 36, .1);
  --content-width: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: 'DM Sans', Arial, sans-serif;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 50%;
  max-width: var(--content-width);
  padding: 28px 28px 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 5;
}

.brand { align-items: center; display: flex; gap: 12px; font-family: 'Space Grotesk', sans-serif; font-size: 20px; font-weight: 700; }
.brand img { border-radius: 18px; height: 50px; width: 50px; }

.top-nav { display: flex; gap: 10px; }
.nav-pill { background: #171324; border-radius: 99px; color: white; font-size: 14px; font-weight: 600; padding: 12px 28px; transition: transform .25s ease, background .25s ease; }
.nav-pill:hover { background: #4c3f77; transform: translateY(-2px); }

.section { min-height: 100vh; position: relative; }
.section-inner { margin: 0 auto; max-width: var(--content-width); padding-left: 28px; padding-right: 28px; position: relative; width: 100%; }

.hero { align-items: center; background: linear-gradient(130deg, #fffaf0 0%, #fff7e7 48%, #fff0ca 100%); display: grid; gap: clamp(45px, 6vw, 100px); grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); overflow: hidden; padding: 130px 7vw 80px; }
.hero::after { background: radial-gradient(circle, rgba(255, 255, 255, .85) 0, rgba(255, 255, 255, 0) 67%); content: ''; height: 600px; pointer-events: none; position: absolute; right: -180px; top: -170px; width: 600px; }
.glow { border-radius: 50%; filter: blur(4px); opacity: .65; position: absolute; }
.glow-one { background: #ffd47d; bottom: 12%; height: 220px; left: 19%; opacity: .24; width: 220px; }
.glow-two { background: #ffd9a0; height: 240px; right: 33%; top: 13%; opacity: .34; width: 240px; }

.hero-copy { max-width: 650px; position: relative; z-index: 1; }
.eyebrow { color: #9b75ee; font-size: 13px; font-weight: 700; letter-spacing: .18em; margin: 0 0 18px; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: 'Space Grotesk', sans-serif; }
h1 { font-size: clamp(50px, 6vw, 88px); letter-spacing: -.07em; line-height: .94; margin-bottom: 28px; }
h1 span, h2 span { background: linear-gradient(110deg, #ff9f5a, #e672c8 60%, #8a7aff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-intro { color: var(--muted); font-size: 14px; line-height: 1.58; max-width: 650px; }
.hero-intro p { margin-bottom: 11px; }
.hero-intro p:first-child { color: var(--ink); font-size: 15px; font-weight: 600; }
.hero-intro p:last-child { color: var(--ink); font-weight: 700; margin-bottom: 0; }
.hero-intro strong { color: #3a2c24; font-weight: 700; }
.google-play-button { align-items: center; background: #090909; border: 1px solid rgba(255, 255, 255, .3); border-radius: 12px; box-shadow: 0 10px 24px rgba(68, 43, 15, .16); color: #fff; display: inline-flex; gap: 11px; margin-top: 20px; min-width: 194px; padding: 9px 19px 9px 14px; transition: box-shadow .25s ease, transform .25s ease; }
.google-play-button svg { flex: 0 0 auto; height: 36px; width: 32px; }
.google-play-button span { display: flex; flex-direction: column; text-align: left; }
.google-play-button small { font-size: 9px; letter-spacing: .08em; line-height: 1; }
.google-play-button strong { font-family: 'DM Sans', Arial, sans-serif; font-size: 22px; font-weight: 500; letter-spacing: -.03em; line-height: 1.12; }
.google-play-button:hover { box-shadow: 0 14px 30px rgba(68, 43, 15, .24); transform: translateY(-3px); }
.primary-link { align-items: center; background: var(--ink); border-radius: 999px; color: white; display: inline-flex; font-size: 14px; font-weight: 700; gap: 25px; margin-top: 20px; padding: 16px 20px 16px 24px; transition: background .25s ease, transform .25s ease; }
.primary-link span:last-child { align-items: center; background: rgba(255, 255, 255, .15); border-radius: 50%; display: flex; font-size: 18px; height: 28px; justify-content: center; width: 28px; }
.primary-link:hover { background: #6953bd; transform: translateY(-3px); }

.hero-art { justify-self: center; max-width: 380px; position: relative; width: min(34vw, 380px); z-index: 1; }
.hero-art::before { background: rgba(255, 255, 255, .6); border: 1px solid rgba(255, 255, 255, .8); border-radius: 45% 55% 42% 58%; content: ''; inset: 5% -3% -4%; position: absolute; transform: rotate(-10deg); }
.hero-art img { border-radius: 58px; box-shadow: 0 30px 65px rgba(103, 63, 145, .22); display: block; height: auto; position: relative; transform: rotate(4deg); width: 100%; }
.art-halo { background: #fff; border-radius: 50%; filter: blur(2px); height: 86%; left: 11%; opacity: .55; position: absolute; top: 8%; width: 78%; }
.floating-note { background: white; border: 1px solid rgba(255, 255, 255, .9); border-radius: 999px; box-shadow: 0 12px 25px rgba(92, 45, 125, .13); color: #7a5bb6; font-size: 13px; font-weight: 700; padding: 12px 17px; position: absolute; z-index: 2; }
.note-one { left: -15%; top: 27%; transform: rotate(-8deg); }
.note-two { bottom: 19%; right: -12%; transform: rotate(7deg); }
.scroll-cue { align-items: center; bottom: 32px; color: #8f899c; display: flex; font-size: 11px; gap: 10px; letter-spacing: .12em; position: absolute; right: 7vw; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue span { background: #8f899c; height: 44px; width: 1px; }

.intro { align-items: center; background: #fff; display: flex; padding: 125px 0; }
.intro-layout { align-items: center; display: grid; gap: 100px; grid-template-columns: .9fr 1.1fr; }
.intro-copy { max-width: 460px; }
h2 { font-size: clamp(38px, 4.5vw, 68px); letter-spacing: -.065em; line-height: 1.02; margin-bottom: 28px; }
.intro-copy > p:not(.eyebrow), .showcase-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.8; }
.feature-list { border-top: 1px solid var(--line); }
.feature-item { align-items: flex-start; border-bottom: 1px solid var(--line); display: flex; gap: 23px; padding: 24px 0; }
.feature-number { color: #a688ef; font-family: 'Space Grotesk', sans-serif; font-size: 15px; font-weight: 700; padding-top: 4px; }
.feature-item h3 { font-size: 21px; letter-spacing: -.035em; margin-bottom: 7px; }
.feature-item p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0; }

.showcase { align-items: center; display: flex; overflow: hidden; padding: 115px 0; }
.showcase-warm { background: linear-gradient(130deg, #fffaf0, #fff4db); }
.showcase-lilac { background: linear-gradient(120deg, #fceeff, #f5ddff); }
.showcase-blue { background: linear-gradient(120deg, #eef7ff, #e2f3ff); }
.showcase-inner { align-items: center; display: grid; gap: clamp(45px, 8vw, 140px); grid-template-columns: minmax(280px, .85fr) minmax(300px, 1fr); }
.showcase-inner.reversed { grid-template-columns: minmax(300px, 1fr) minmax(280px, .85fr); }
.showcase-inner.reversed .showcase-media { grid-column: 2; grid-row: 1; }
.showcase-inner.reversed .showcase-copy { grid-column: 1; grid-row: 1; }
.showcase-media { display: flex; justify-content: center; }
.media-frame { border-radius: 36px; box-shadow: 0 25px 70px rgba(78, 50, 108, .19); max-width: 330px; overflow: hidden; transform: rotate(-2deg); }
.showcase-lilac .media-frame { transform: rotate(2deg); }
.showcase-blue .media-frame { transform: rotate(-2deg); }
.media-frame img { display: block; height: auto; width: 100%; }
.showcase-copy { max-width: 530px; }
.showcase-copy h2 { margin-bottom: 25px; }
.accent-line { background: linear-gradient(90deg, var(--pink), transparent); height: 3px; margin-top: 32px; width: 150px; }

.site-footer { align-items: center; background: linear-gradient(125deg, #eeebff, #e8f7ff); display: flex; min-height: 80vh; overflow: hidden; text-align: center; }
.footer-glow { background: radial-gradient(circle, rgba(255, 198, 219, .55), rgba(255, 198, 219, 0) 68%); height: 650px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 650px; }
.footer-inner { align-items: center; display: flex; flex-direction: column; position: relative; z-index: 1; }
.footer-logo { border-radius: 24px; height: 82px; margin-bottom: 34px; width: 82px; }
.footer-inner h2 { font-size: clamp(38px, 5vw, 72px); max-width: 800px; }
.footer-copy { color: var(--muted); font-size: 16px; }
.footer-rule { background: rgba(23, 19, 36, .14); height: 1px; margin-top: 65px; max-width: 720px; width: 100%; }
.copyright { color: #958ea5; font-size: 12px; margin: 20px 0 0; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 10px 28px; justify-content: center; margin-top: 22px; }
.footer-legal a { color: #5e586d; font-size: 13px; font-weight: 600; position: relative; }
.footer-legal a::after { background: currentColor; bottom: -4px; content: ''; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; width: 100%; }
.footer-legal a:hover::after { transform: scaleX(1); transform-origin: left; }

.section-dots { display: flex; flex-direction: column; gap: 14px; position: fixed; right: 24px; top: 50%; transform: translateY(-50%); z-index: 4; }
.section-dot { background: rgba(23, 19, 36, .22); border: 0; border-radius: 50%; cursor: pointer; height: 7px; padding: 0; transition: background .25s ease, transform .25s ease; width: 7px; }
.section-dot.is-active { background: #171324; transform: scale(1.55); }
.section-dot:focus-visible { outline: 3px solid rgba(142, 107, 245, .4); outline-offset: 4px; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s ease, transform .8s ease; }
.reveal-delay { transition-delay: .15s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .hero { gap: 50px; grid-template-columns: 1fr; padding-bottom: 100px; padding-top: 150px; }
  .hero-copy { max-width: 620px; }
  .hero-art { justify-self: start; margin: 0 auto; width: min(78vw, 400px); }
  .scroll-cue { display: none; }
  .intro-layout, .showcase-inner, .showcase-inner.reversed { gap: 60px; grid-template-columns: 1fr; }
  .showcase-inner.reversed .showcase-media, .showcase-inner.reversed .showcase-copy { grid-column: auto; grid-row: auto; }
  .showcase-media { order: 2; }
  .showcase-copy { order: 1; }
  .showcase-inner.reversed .showcase-media { order: 2; }
  .showcase-inner.reversed .showcase-copy { order: 1; }
}

@media (max-width: 600px) {
  .site-header { padding: 20px 18px 0; }
  .brand span { display: none; }
  .brand img { border-radius: 15px; height: 44px; width: 44px; }
  .nav-pill { font-size: 12px; padding: 10px 20px; }
  .hero { padding-left: 24px; padding-right: 24px; }
  h1 { font-size: clamp(48px, 14vw, 70px); }
  .hero-intro { font-size: 13px; }
  .section-inner { padding-left: 24px; padding-right: 24px; }
  .intro, .showcase { padding: 90px 0; }
  .feature-item { gap: 14px; }
  .feature-item h3 { font-size: 18px; }
  .showcase-copy h2 { font-size: 48px; }
  .media-frame { border-radius: 28px; max-width: 290px; }
  .section-dots { right: 10px; }
  .floating-note { font-size: 11px; padding: 9px 13px; }
  .note-one { left: -8%; }
  .note-two { right: -7%; }
}

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