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

:root {
  --ink: #17121e;
  --muted: #736b7a;
  --soft: #fbf9fc;
  --pink: #f52f92;
  --magenta: #a3249c;
  --purple: #63258f;
  --lilac: #eee6fb;
  --yellow: #f8df82;
  --line: rgba(23, 18, 30, .12);
  --radius-lg: 34px;
  --radius-md: 22px;
  --sans: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --display: 'Space Grotesk', var(--sans);
  --mono: 'DM Mono', ui-monospace, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--soft); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.site-shell { overflow: hidden; }
.section-pad { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; gap: 32px; width: 100%; padding: 18px max(24px, calc((100% - 1180px) / 2)); background: rgba(251, 249, 252, .84); border-bottom: 1px solid rgba(23, 18, 30, .06); backdrop-filter: blur(18px); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(50, 28, 66, .08); }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 700 22px var(--display); letter-spacing: -.06em; }
.brand img { display: block; border-radius: 12px; box-shadow: 0 6px 16px rgba(158, 38, 150, .22); }
.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; color: var(--muted); font-size: 14px; font-weight: 600; }
.site-nav a, .site-footer a { transition: color .2s ease; }
.site-nav a:hover, .site-footer a:hover { color: var(--pink); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 999px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.header-cta { padding: 12px 17px; color: #fff; background: var(--ink); font-size: 13px; }
.header-cta:hover, .button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(29, 18, 35, .16); }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, .95fr); align-items: center; min-height: 680px; padding-top: 72px; padding-bottom: 82px; }
.hero::before { position: absolute; z-index: -1; content: ''; top: 42px; left: -260px; width: 600px; height: 600px; border-radius: 50%; background: rgba(245, 47, 146, .08); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--magenta); font: 500 11px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 99px; background: var(--pink); box-shadow: 0 0 0 5px rgba(245, 47, 146, .12); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.065em; }
h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(60px, 7.3vw, 100px); line-height: .91; }
h1 em, h2 em { color: var(--pink); font-style: normal; }
.hero-lede { max-width: 480px; margin-bottom: 30px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { min-height: 52px; padding: 0 22px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--pink), var(--purple)); box-shadow: 0 14px 28px rgba(173, 38, 139, .22); }
.button-light { color: var(--purple); background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 4px; color: var(--ink); border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700; }
.text-link:hover { color: var(--pink); }
.hero-art { position: relative; display: grid; place-items: center; min-height: 640px; }
.hero-art::before { position: absolute; content: ''; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(245, 47, 146, .2), rgba(245, 47, 146, 0) 68%); }
.app-shot { position: relative; z-index: 1; display: block; object-fit: contain; filter: drop-shadow(0 34px 28px rgba(65, 30, 77, .24)); }
.app-shot-explore { width: min(350px, 82%); transform: rotate(4deg); }

.feature-section { padding-top: 100px; padding-bottom: 120px; }
.section-intro { display: grid; grid-template-columns: 1fr 1.3fr; column-gap: 40px; align-items: end; margin-bottom: 54px; }
.section-intro .eyebrow { grid-column: 1 / -1; }
.section-intro h2 { margin: 0; font-size: clamp(46px, 6vw, 76px); line-height: .95; }
.section-intro > p:last-child { max-width: 370px; margin: 0 0 3px; color: var(--muted); line-height: 1.55; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 320px; padding: 26px; border-radius: var(--radius-md); }
.feature-card-pink { background: #ffe1ed; }
.feature-card-lilac { background: #ece4fb; }
.feature-card-yellow { background: #fae9a7; }
.feature-number { color: var(--muted); font: 500 11px var(--mono); }
.feature-icon { display: grid; place-items: center; width: 52px; height: 52px; margin: 52px 0 30px; color: #fff; border-radius: 17px; background: linear-gradient(135deg, var(--pink), var(--purple)); font-size: 23px; }
.feature-card h3 { max-width: 240px; margin-bottom: 12px; font-size: 29px; line-height: 1; }
.feature-card p { max-width: 285px; margin: 0; color: #635765; font-size: 14px; line-height: 1.55; }

.experience-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(60px, 10vw, 150px); padding-top: 95px; padding-bottom: 115px; border-top: 1px solid var(--line); }
.experience-visual { display: grid; place-items: center; min-height: 560px; }
.app-shot-plan { width: min(290px, 72%); transform: rotate(-3deg); }
.experience-copy h2 { max-width: 480px; margin-bottom: 22px; font-size: clamp(45px, 5vw, 68px); line-height: .96; }
.experience-copy > p:not(.eyebrow) { max-width: 440px; color: var(--muted); line-height: 1.65; }
.check-list { display: grid; gap: 18px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; }
.check-list li > span { display: grid; place-items: center; flex: 0 0 23px; height: 23px; color: var(--pink); border-radius: 50%; background: #ffe1ed; font-size: 12px; font-weight: 700; }
.check-list strong, .check-list small { display: block; }
.check-list strong { margin-bottom: 3px; font-size: 14px; }
.check-list small { color: var(--muted); font-size: 12px; line-height: 1.4; }


.site-footer { padding-top: 30px; padding-bottom: 28px; }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-top { padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.brand-footer span { font-size: 19px; }
.footer-top > p { margin: 0; color: var(--muted); font-size: 13px; }
.footer-top nav { display: flex; gap: 22px; font-size: 13px; font-weight: 600; }
.footer-bottom { padding-top: 20px; color: var(--muted); font: 10px var(--mono); }

.legal-page { background: var(--soft); }
.legal-main { width: min(880px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0 120px; }
.legal-kicker { color: var(--magenta); font: 500 11px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.legal-main h1 { max-width: 760px; margin: 18px 0 20px; font-size: clamp(52px, 7vw, 88px); }
.legal-intro { max-width: 650px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.legal-updated { margin-top: 26px; color: var(--muted); font: 11px var(--mono); }
.legal-content { max-width: 720px; margin-top: 80px; }
.legal-content h2 { margin: 45px 0 13px; font-size: 27px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: #5f5666; font-size: 15px; line-height: 1.72; }
.legal-content ul { padding-left: 21px; }
.legal-content a { color: var(--magenta); text-decoration: underline; text-underline-offset: 3px; }
.legal-note { padding: 18px 20px; color: #6f5262; border-radius: 16px; background: #fff1f6; font-size: 13px; line-height: 1.55; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }

@media (max-width: 900px) {
  .site-header { gap: 18px; }
  .site-nav { gap: 17px; }
  .header-cta { padding-inline: 13px; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { max-width: 650px; }
  .hero-art { min-height: 620px; margin-top: 20px; }
  .section-intro { grid-template-columns: 1fr; gap: 20px; }
  .section-intro > p:last-child { max-width: 500px; }
}

@media (max-width: 680px) {
  .section-pad { width: min(100% - 34px, 560px); }
  .site-header { padding: 13px 17px; }
  .brand img { width: 35px; height: 35px; border-radius: 10px; }
  .brand { font-size: 20px; }
  .menu-toggle { display: grid; gap: 5px; margin-left: auto; padding: 7px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; border-radius: 9px; background: var(--ink); transition: transform .2s ease; }
  .site-header.nav-open .menu-toggle span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .site-header.nav-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: grid; gap: 0; padding: 8px 17px 15px; background: rgba(251, 249, 252, .96); box-shadow: 0 14px 24px rgba(34, 20, 42, .08); transform: translateY(-15px); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
  .nav-open .site-nav { transform: none; opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 14px 2px; border-bottom: 1px solid var(--line); }
  .header-cta { display: none; }
  h1 { font-size: clamp(56px, 16vw, 84px); }
  .hero-lede { font-size: 16px; }
  .hero { min-height: 0; padding-top: 58px; padding-bottom: 65px; }
  .hero-art { min-height: 560px; margin-inline: -25px; }
  .app-shot-explore { width: min(315px, 88%); }
  .feature-section, .experience-section { padding-top: 76px; padding-bottom: 85px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 280px; }
  .feature-icon { margin-top: 35px; }
  .experience-section { grid-template-columns: 1fr; gap: 40px; }
  .experience-visual { min-height: 540px; }
  .app-shot-plan { width: min(275px, 78%); }
  .experience-copy h2 { font-size: 49px; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-top { gap: 15px; }
  .footer-top nav { flex-wrap: wrap; gap: 15px; }
  .legal-main { width: min(100% - 34px, 560px); padding: 70px 0 80px; }
  .legal-content { margin-top: 52px; }
  .legal-main h1 { font-size: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .header-cta, .button { transition: none; }
}
