:root {
  color-scheme: light;
  --canvas: #fff9ef;
  --surface: rgba(255, 255, 255, .78);
  --ink: #241f27;
  --muted: #746d78;
  --pink: #eb4d81;
  --coral: #ff8752;
  --violet: #956ff7;
  --teal: #29a895;
  --amber: #eda014;
  --line: rgba(50, 39, 55, .1);
  --shadow: 0 24px 70px rgba(67, 48, 72, .14);
  --radius: 30px;
  --font: ui-rounded, "SF Pro Rounded", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; overflow-x: hidden; background: var(--canvas); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.aurora { position: fixed; inset: 0; overflow: hidden; pointer-events: none; z-index: -1; }
.aurora__orb { position: absolute; width: 48vw; aspect-ratio: 1; border-radius: 50%; filter: blur(80px); opacity: .25; animation: drift 14s ease-in-out infinite alternate; }
.aurora__orb--one { left: -20vw; top: -16vw; background: #9699fb; }
.aurora__orb--two { right: -22vw; top: 18vh; background: #ffc077; animation-delay: -4s; }
.aurora__orb--three { left: 20vw; top: 70vh; background: #71ccc0; animation-delay: -8s; }
@keyframes drift { to { transform: translate3d(8vw, 5vh, 0) scale(1.12); } }

.site-header { position: fixed; top: 18px; left: 50%; z-index: 20; width: min(1180px, calc(100% - 32px)); min-height: 68px; padding: 10px 12px 10px 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.8); border-radius: 24px; background: rgba(255, 252, 246, .72); box-shadow: 0 12px 40px rgba(49, 33, 54, .1); backdrop-filter: blur(22px) saturate(150%); transform: translateX(-50%); }
.brand, .header-actions, nav { display: flex; align-items: center; }
.brand { gap: 11px; font-weight: 800; font-size: 18px; }
.brand img, .footer-brand img { border-radius: 11px; box-shadow: 0 5px 12px rgba(235, 77, 129, .22); }
nav { gap: 30px; color: var(--muted); font-size: 14px; font-weight: 700; }
nav a { transition: color .2s, transform .2s; }
nav a:hover { color: var(--ink); transform: translateY(-1px); }
.header-actions { gap: 9px; }
.language-toggle { width: 42px; height: 42px; border: 0; border-radius: 15px; background: rgba(255,255,255,.66); color: var(--muted); font: 800 12px var(--font); cursor: pointer; }

.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.hero { min-height: 900px; padding-top: 160px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 48px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--pink); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.eyebrow__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 6px rgba(235,77,129,.12); }
.eyebrow__dot--violet { background: var(--violet); box-shadow: 0 0 0 6px rgba(149,111,247,.12); }
.eyebrow__dot--teal { background: var(--teal); box-shadow: 0 0 0 6px rgba(41,168,149,.12); }
h1, h2 { margin: 18px 0 22px; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 690px; font-size: clamp(56px, 6.3vw, 94px); }
h2 { font-size: clamp(44px, 5.2vw, 72px); }
h1 span, h2 span { color: var(--pink); }
.hero__lede { max-width: 610px; margin: 0; color: var(--muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.65; }
.hero__actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.app-store-badge { display: inline-block; line-height: 0; }
.app-store-badge img { width: 190px; height: auto; min-height: 40px; }
.text-link { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 14px; font-weight: 800; }
.text-link span:last-child { color: var(--pink); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: var(--muted); font-size: 12px; font-weight: 700; }
.trust-row > span { display: flex; align-items: center; gap: 6px; }
.trust-row i { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: rgba(41,168,149,.13); color: var(--teal); font-style: normal; }
.button { padding: 15px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 17px; background: linear-gradient(135deg, var(--coral), var(--pink)); color: white; font-size: 14px; font-weight: 850; box-shadow: 0 12px 25px rgba(235,77,129,.22); transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(235,77,129,.28); }
.button--small { padding: 12px 18px; border-radius: 15px; }
.button--outline { border-color: var(--line); background: white; color: var(--ink); box-shadow: none; }
.button--light { background: white; color: #302a36; box-shadow: 0 12px 28px rgba(0,0,0,.15); }

.hero__visual { position: relative; min-height: 660px; display: grid; place-items: center; }
.phone { position: relative; overflow: hidden; padding: 10px; border: 1px solid rgba(255,255,255,.9); border-radius: 53px; background: #17151a; box-shadow: 0 36px 80px rgba(50, 37, 55, .24), inset 0 0 0 2px rgba(255,255,255,.15); }
.phone img { width: 100%; height: 100%; border-radius: 43px; object-fit: cover; }
.phone--hero { width: 330px; height: 674px; animation: phoneFloat 5s ease-in-out infinite; transform: rotate(2deg); }
@keyframes phoneFloat { 50% { transform: translateY(-15px) rotate(-1deg); } }
.orbit { position: absolute; border: 1px dashed rgba(149,111,247,.25); border-radius: 50%; animation: orbitSpin 24s linear infinite; }
.orbit::after { content: ""; position: absolute; width: 14px; height: 14px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 8px rgba(255,135,82,.12); }
.orbit--one { width: 540px; height: 540px; }
.orbit--one::after { top: 11%; left: 9%; }
.orbit--two { width: 680px; height: 680px; animation-direction: reverse; animation-duration: 32s; }
.orbit--two::after { right: 4%; bottom: 27%; background: var(--teal); }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
.floating-memory { position: absolute; z-index: 4; min-width: 242px; padding: 14px 17px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.85); border-radius: 21px; background: rgba(255,255,255,.82); box-shadow: var(--shadow); backdrop-filter: blur(16px); animation: cardFloat 4s ease-in-out infinite; }
.floating-memory--left { left: 0; top: 22%; }
.floating-memory--right { right: -5%; bottom: 22%; animation-delay: -2s; }
@keyframes cardFloat { 50% { transform: translateY(-10px) rotate(1deg); } }
.floating-memory > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.floating-memory small { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.floating-memory strong { font-size: 13px; }
.memory-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: white; font-weight: 900; }
.memory-icon--coral { background: linear-gradient(135deg, var(--coral), var(--pink)); }
.memory-icon--violet { background: linear-gradient(135deg, var(--violet), #c26ef5); }

.story, .features, .showcase, .privacy, .pricing, .faq, .download { padding-top: 130px; padding-bottom: 70px; }
.section-heading { max-width: 750px; }
.section-heading p { max-width: 650px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center p { margin-inline: auto; }
.timeline-demo { position: relative; min-height: 560px; margin-top: 40px; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 40px; background: rgba(255,255,255,.52); box-shadow: var(--shadow); }
.timeline-demo__rail { position: absolute; inset: 0 auto 0 50%; width: 6px; background: linear-gradient(var(--violet), var(--pink), var(--coral), var(--amber), var(--teal)); transform: translateX(-50%); }
.timeline-demo__rail span { position: absolute; left: 50%; width: 18px; height: 18px; border: 5px solid white; border-radius: 50%; background: var(--pink); box-shadow: 0 4px 12px rgba(0,0,0,.16); transform: translateX(-50%); }
.timeline-demo__rail span:nth-child(1) { top: 13%; background: var(--violet); }.timeline-demo__rail span:nth-child(2) { top: 31%; }.timeline-demo__rail span:nth-child(3) { top: 50%; background: var(--coral); }.timeline-demo__rail span:nth-child(4) { top: 69%; background: var(--amber); }.timeline-demo__rail span:nth-child(5) { top: 85%; background: var(--teal); }
.demo-card { position: absolute; width: min(35%, 360px); padding: 22px; display: flex; flex-direction: column; gap: 8px; border: 1px solid white; border-radius: 25px; background: rgba(255,255,255,.88); box-shadow: 0 15px 36px rgba(58,42,63,.12); }
.demo-card b { color: var(--pink); font-size: 12px; }.demo-card span { font-size: 15px; line-height: 1.45; }
.demo-card--one { top: 12%; left: 9%; transform: rotate(-2deg); }.demo-card--two { top: 39%; right: 8%; transform: rotate(1.5deg); }.demo-card--three { bottom: 12%; left: 10%; transform: rotate(-1deg); }
.timeline-demo__now { position: absolute; right: calc(50% - 34px); bottom: 25px; display: flex; align-items: center; gap: 8px; color: var(--pink); font-size: 10px; letter-spacing: .13em; transform: translateX(100%); }
.timeline-demo__now span { width: 12px; height: 12px; border: 3px solid white; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 5px rgba(235,77,129,.14); }

.feature-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.feature-card { min-height: 360px; padding: 34px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: var(--radius); background: rgba(255,255,255,.72); box-shadow: 0 18px 50px rgba(67,48,72,.1); }
.feature-card--large { min-height: 410px; }
.feature-card h3 { max-width: 470px; margin: 24px 0 12px; font-size: 28px; letter-spacing: -.03em; }
.feature-card p { max-width: 510px; margin: 0; color: var(--muted); line-height: 1.65; }
.feature-card__icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 18px; color: white; font-size: 25px; font-weight: 800; box-shadow: 0 10px 24px rgba(0,0,0,.12); }
.icon-gradient { background: linear-gradient(135deg, var(--coral), var(--pink)); }.icon-violet { background: var(--violet); }.icon-teal { background: var(--teal); }.icon-amber { background: var(--amber); }
.capture-pills { position: absolute; right: 28px; bottom: 28px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; max-width: 290px; }
.capture-pills span { padding: 10px 15px; border: 1px solid rgba(255,255,255,.9); border-radius: 16px; background: white; color: var(--muted); font-size: 12px; font-weight: 800; box-shadow: 0 8px 20px rgba(50,35,55,.08); }
.capture-pills span:nth-child(2) { color: var(--coral); transform: translateY(-12px); }.capture-pills span:nth-child(3) { color: var(--teal); }.capture-pills span:nth-child(4) { color: var(--violet); transform: translateY(-8px); }
.search-demo { position: absolute; left: 34px; right: 34px; bottom: 34px; padding: 17px 18px; display: flex; justify-content: space-between; border-radius: 19px; background: white; box-shadow: 0 12px 30px rgba(85,60,100,.12); color: var(--muted); }
.search-demo i { color: var(--violet); font-style: normal; font-size: 20px; }
.zoom-scale { position: absolute; left: 34px; right: 34px; bottom: 50px; height: 4px; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(90deg, var(--teal), var(--violet)); }
.zoom-scale i { width: 13px; height: 13px; border: 3px solid white; border-radius: 50%; background: var(--teal); box-shadow: 0 3px 8px rgba(0,0,0,.15); }
.zoom-scale i:nth-child(n+4) { background: var(--violet); }
.chapter-stack { position: absolute; right: 30px; bottom: 20px; width: 270px; height: 140px; }
.chapter-stack span { position: absolute; inset: 0; border: 1px solid white; border-radius: 22px; background: white; box-shadow: 0 12px 28px rgba(65,48,69,.12); }
.chapter-stack span:nth-child(1) { transform: translate(15px,-17px) rotate(5deg); opacity: .55; }.chapter-stack span:nth-child(2) { transform: translate(7px,-8px) rotate(2deg); opacity: .78; }.chapter-stack span:last-child { padding: 25px; display: flex; flex-direction: column; justify-content: flex-end; gap: 5px; }.chapter-stack small { color: var(--muted); }

.phone-gallery { min-height: 720px; margin-top: 65px; display: flex; align-items: flex-end; justify-content: center; gap: 22px; perspective: 1400px; }
.phone--gallery { width: 280px; height: 574px; border-radius: 47px; transition: transform .5s; }
.phone--gallery img { border-radius: 38px; }
.phone--tilt-left { transform: rotateY(10deg) rotateZ(-5deg) translateY(34px); }.phone--center { z-index: 2; width: 310px; height: 635px; }.phone--tilt-right { transform: rotateY(-10deg) rotateZ(5deg) translateY(34px); }
.phone-gallery:hover .phone--tilt-left { transform: rotateY(4deg) rotateZ(-2deg) translateY(20px); }.phone-gallery:hover .phone--tilt-right { transform: rotateY(-4deg) rotateZ(2deg) translateY(20px); }

.privacy-panel { padding: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; border-radius: 44px; background: #28232d; color: white; box-shadow: 0 34px 80px rgba(38,30,42,.24); }
.eyebrow--light { color: #ff819f; }.privacy-panel h2 { font-size: clamp(44px,5vw,68px); }.privacy-panel h2 span { color: #78d4c5; }.privacy-panel__copy > p { margin-bottom: 30px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.7; }
.privacy-points { display: grid; gap: 12px; }
.privacy-points article { padding: 19px; display: flex; align-items: center; gap: 16px; border: 1px solid rgba(255,255,255,.09); border-radius: 22px; background: rgba(255,255,255,.06); }
.privacy-points article > span { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 15px; background: rgba(120,212,197,.13); color: #78d4c5; font-size: 20px; }
.privacy-points div { display: flex; flex-direction: column; gap: 5px; }.privacy-points small { color: rgba(255,255,255,.55); line-height: 1.4; }

.pricing-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; }
.price-card { min-height: 370px; padding: 34px; position: relative; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.9); border-radius: 30px; background: rgba(255,255,255,.76); box-shadow: 0 18px 45px rgba(63,45,67,.09); }
.price-card--featured { transform: translateY(-18px); border: 2px solid rgba(235,77,129,.5); background: white; box-shadow: 0 25px 60px rgba(235,77,129,.17); }
.price-card__badge { position: absolute; top: -15px; left: 50%; padding: 8px 13px; border-radius: 20px; background: linear-gradient(135deg,var(--coral),var(--pink)); color: white; font-size: 9px; font-weight: 900; letter-spacing: .13em; transform: translateX(-50%); }
.price-card__label { color: var(--pink); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.price { margin: 28px 0 20px; display: flex; align-items: baseline; gap: 8px; }.price b { font-size: clamp(32px,3.5vw,48px); letter-spacing: -.05em; }.price small { color: var(--muted); }
.price-card p { color: var(--muted); line-height: 1.6; }.price-card .button { margin-top: auto; }
.pricing-note { max-width: 760px; margin: 26px auto 0; color: var(--muted); font-size: 11px; line-height: 1.6; text-align: center; }

.faq-list { max-width: 820px; margin: 50px auto 0; display: grid; gap: 10px; }
details { padding: 0 24px; border: 1px solid rgba(255,255,255,.9); border-radius: 21px; background: rgba(255,255,255,.7); box-shadow: 0 10px 30px rgba(64,45,67,.06); }
summary { padding: 22px 35px 22px 0; position: relative; cursor: pointer; list-style: none; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: 50%; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 10px; background: rgba(235,77,129,.09); color: var(--pink); transform: translateY(-50%); transition: transform .25s; }
details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
details p { margin: -5px 40px 22px 0; color: var(--muted); line-height: 1.65; }

.download { padding-bottom: 120px; }
.download-card { padding: 75px 30px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; text-align: center; border: 1px solid white; border-radius: 44px; background: rgba(255,255,255,.72); box-shadow: var(--shadow); }
.download-card::before, .download-card::after { content: ""; position: absolute; width: 350px; height: 350px; border-radius: 50%; filter: blur(60px); opacity: .2; }.download-card::before { left: -180px; top: -180px; background: var(--violet); }.download-card::after { right: -170px; bottom: -190px; background: var(--coral); }
.download-card__icon { position: relative; z-index: 1; margin-bottom: 27px; border-radius: 25px; box-shadow: 0 20px 40px rgba(235,77,129,.24); }.download-card h2 { position: relative; z-index: 1; margin-bottom: 14px; }.download-card p { color: var(--muted); }.download-card .app-store-badge { position: relative; z-index: 1; margin-top: 16px; }

footer { width: min(1180px,calc(100% - 40px)); margin: 0 auto; padding: 32px 0 45px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; border-top: 1px solid var(--line); color: var(--muted); }
.footer-brand { display: flex; align-items: center; gap: 12px; color: var(--ink); }.footer-brand div { display: flex; flex-direction: column; }.footer-brand small { color: var(--muted); }
.footer-links { display: flex; gap: 24px; font-size: 13px; font-weight: 750; }.footer-links a:hover { color: var(--pink); }
footer > p { grid-column: 1 / -1; margin: 0; font-size: 11px; }
.apple-legal { display: inline-block; margin-top: 6px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }.reveal--delay { transition-delay: .14s; }.reveal.is-visible { opacity: 1; transform: none; }.price-card--featured.reveal { transform: translateY(10px); }.price-card--featured.reveal.is-visible { transform: translateY(-18px); }

.legal-page { min-height: 100vh; }.legal-main { width: min(840px,calc(100% - 40px)); margin: 0 auto; padding: 160px 0 100px; }.legal-main h1 { font-size: clamp(46px,7vw,76px); }.legal-main h2 { margin-top: 52px; font-size: 30px; letter-spacing: -.035em; }.legal-main h3 { margin-top: 28px; }.legal-main p, .legal-main li { color: var(--muted); line-height: 1.75; }.legal-main li + li { margin-top: 8px; }.legal-meta { padding: 18px 22px; border: 1px solid white; border-radius: 20px; background: rgba(255,255,255,.7); }.back-link { display: inline-flex; gap: 8px; align-items: center; color: var(--pink); font-weight: 800; }

@media (max-width: 900px) {
  nav { display: none; }.hero { grid-template-columns: 1fr; padding-top: 150px; text-align: center; }.hero__copy { display: flex; flex-direction: column; align-items: center; }.hero__visual { min-height: 720px; }.floating-memory--left { left: 2%; }.floating-memory--right { right: 1%; }.feature-grid { grid-template-columns: 1fr; }.phone-gallery { gap: 0; }.phone--gallery { width: 230px; height: 480px; }.phone--center { width: 270px; height: 554px; }.privacy-panel { grid-template-columns: 1fr; padding: 48px; gap: 45px; }.pricing-grid { grid-template-columns: 1fr; max-width: 540px; margin-inline: auto; }.price-card--featured.reveal.is-visible { transform: none; }.price-card { min-height: 320px; }
}
@media (max-width: 620px) {
  .site-header { top: 10px; }.brand span { display: none; }.header-actions .button { display: none; }.section-shell { width: min(100% - 24px,1180px); }.hero { min-height: 0; padding-top: 135px; gap: 20px; }.hero__lede { font-size: 17px; }.hero__actions { flex-direction: column; gap: 18px; }.trust-row { justify-content: center; }.hero__visual { min-height: 610px; transform: scale(.88); margin: -35px -30px; }.phone--hero { width: 285px; height: 584px; }.floating-memory { min-width: 205px; padding: 11px; }.floating-memory--left { left: -8%; }.floating-memory--right { right: -8%; }.orbit--two { width: 540px; height: 540px; }.story,.features,.showcase,.privacy,.pricing,.faq,.download { padding-top: 90px; padding-bottom: 45px; }.timeline-demo { min-height: 630px; }.timeline-demo__rail { left: 24px; }.demo-card { left: 58px !important; right: 18px !important; width: auto; transform: none !important; }.demo-card--two { top: 39%; }.demo-card--three { bottom: 10%; }.timeline-demo__now { left: 18px; right: auto; transform: none; }.feature-card { min-height: 390px; padding: 27px; }.feature-card h3 { font-size: 24px; }.capture-pills { left: 27px; right: 27px; }.chapter-stack { width: 230px; right: 24px; }.phone-gallery { min-height: 610px; overflow: hidden; }.phone--gallery { width: 195px; height: 400px; flex: 0 0 auto; }.phone--center { width: 240px; height: 492px; }.phone--tilt-left { margin-right: -75px; }.phone--tilt-right { margin-left: -75px; }.privacy-panel { padding: 36px 24px; border-radius: 32px; }.pricing-grid { margin-top: 42px; }.download-card { padding: 58px 20px; border-radius: 32px; } footer { grid-template-columns: 1fr; }.footer-links { flex-wrap: wrap; gap: 15px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; }
}
