@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@500;600;700;800;900&family=Unbounded:wght@500;600;700;800&display=swap');

:root {
  --ink: #fff8ff;
  --muted: #d9c9e4;
  --surface: rgba(32, 13, 54, .68);
  --surface-strong: rgba(40, 15, 67, .9);
  --line: rgba(255, 217, 245, .24);
  --pink: #f14c94;
  --pink-bright: #ff78b7;
  --cyan: #67e8ef;
  --blue: #45aef4;
  --gold: #ffd36e;
  --deep: #100617;
  --shell: min(1120px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: radial-gradient(750px 510px at 94% 12%, rgba(126, 48, 150, .38), transparent 67%), radial-gradient(580px 570px at 7% 55%, rgba(216, 43, 113, .18), transparent 72%), linear-gradient(145deg, #16081e 0%, #100619 45%, #090712 100%); font-family: Nunito, system-ui, sans-serif; font-size: 1rem; line-height: 1.55; overflow-x: hidden; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .18; background-image: radial-gradient(rgba(255,255,255,.8) .6px, transparent .7px); background-size: 10px 10px; mix-blend-mode: soft-light; z-index: -1; }
a { color: inherit; }
.shell { width: var(--shell); margin: 0 auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -70px; z-index: 10; padding: .7rem 1rem; border-radius: 12px; background: white; color: #16081f; font-weight: 900; transition: top .2s; }
.skip-link:focus { top: 12px; }
.sky { position: fixed; pointer-events: none; inset: 0; z-index: -1; overflow: hidden; opacity: .8; }
.sky span { position: absolute; color: rgba(255, 215, 116, .5); font-size: 1.25rem; animation: twinkle 5s ease-in-out infinite; }
.sky span::before { content: '✦'; }
.sky span:nth-child(1) { left: 5%; top: 21%; animation-delay: -1s; }
.sky span:nth-child(2) { left: 84%; top: 25%; font-size: .8rem; animation-delay: -4s; }
.sky span:nth-child(3) { left: 91%; top: 67%; font-size: 1.5rem; animation-delay: -2s; }
.sky span:nth-child(4) { left: 11%; top: 79%; font-size: .7rem; animation-delay: -3s; }
.sky span:nth-child(5) { left: 56%; top: 11%; font-size: .75rem; animation-delay: -1.5s; }

.site-header { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; position: relative; z-index: 2; }
.brand { display: inline-flex; gap: .5rem; align-items: center; text-decoration: none; font-family: Unbounded, sans-serif; font-size: 1.08rem; font-weight: 800; letter-spacing: -.06em; }
.brand img { display: block; object-fit: contain; filter: drop-shadow(0 7px 12px rgba(239, 65, 139, .34)); }
.header-actions, .footer-links { display: flex; gap: 1.2rem; align-items: center; }
.header-actions > a, .footer-links > a { color: var(--muted); font-size: .92rem; font-weight: 800; text-decoration: none; transition: color .2s; }
.header-actions > a:hover, .footer-links > a:hover, .header-actions > a[aria-current='page'] { color: white; }
.language-picker { position: relative; display: inline-flex; }
.language-picker::after { content: '⌄'; pointer-events: none; position: absolute; right: 10px; top: 2px; color: var(--cyan); font-weight: 900; }
select { appearance: none; min-height: 35px; max-width: 148px; padding: 0 28px 0 10px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: rgba(255,255,255,.08); font: 800 .8rem/1 Nunito, sans-serif; cursor: pointer; }
select:focus-visible, a:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
option { color: #170a22; }

.hero { min-height: min(758px, calc(100vh - 90px)); padding: 64px 4% 82px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2rem, 5vw, 5.5rem); }
.hero-copy { max-width: 600px; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-family: Unbounded, sans-serif; font-size: .69rem; font-weight: 800; letter-spacing: .1em; }
.eyebrow span:first-child { padding-right: .25rem; font-size: 1.05rem; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Unbounded, Nunito, sans-serif; letter-spacing: -.07em; }
h1 { max-width: 650px; margin-bottom: 1.25rem; font-size: clamp(2.75rem, 6vw, 5.35rem); line-height: 1.04; }
h2 { margin-bottom: .8rem; font-size: clamp(1.75rem, 3.6vw, 3.25rem); line-height: 1.13; }
.hero-lede { max-width: 520px; color: var(--muted); font-size: clamp(1.1rem, 1.75vw, 1.33rem); font-weight: 700; }
.app-store-button { display: inline-flex; align-items: center; gap: .72rem; min-height: 58px; margin-top: 1.4rem; padding: .55rem 1.22rem .55rem .95rem; border: 1px solid rgba(255,255,255,.43); border-radius: 17px; color: #fff; background: linear-gradient(135deg, rgba(255,255,255,.2), rgba(255,255,255,.06)); box-shadow: 0 11px 35px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.35); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.app-store-button:hover { transform: translateY(-3px) rotate(-.5deg); border-color: rgba(103,232,239,.9); box-shadow: 0 16px 38px rgba(43, 179, 238, .18), inset 0 1px 0 rgba(255,255,255,.35); }
.app-store-button small, .app-store-button strong { display: block; line-height: 1.12; }.app-store-button small { font-size: .65rem; font-weight: 800; }.app-store-button strong { font-size: 1.18rem; letter-spacing: -.03em; }.apple-mark { position: relative; width: 25px; height: 29px; overflow: hidden; color: white; font-size: 2.45rem; line-height: 26px; transform: rotate(30deg); }.apple-mark::after { content: ''; position: absolute; width: 10px; height: 9px; border-radius: 100% 0; right: -1px; top: -2px; background: white; }
.release-note { max-width: 430px; margin: .9rem 0 0; color: rgba(232, 216, 240, .7); font-size: .83rem; font-weight: 700; }

.hero-art { min-height: 490px; display: grid; place-items: center; position: relative; isolation: isolate; }
.glow-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(10px); }.orb-pink { width: 300px; height: 300px; top: 3%; right: 0; background: rgba(239, 57, 136, .32); }.orb-cyan { width: 220px; height: 220px; bottom: 0; left: 1%; background: rgba(66, 193, 231, .25); }
.phone-card { width: min(390px, 100%); padding: 18px; border: 1px solid rgba(255, 185, 222, .5); border-radius: 38px; background: linear-gradient(145deg, rgba(75, 24, 90, .93), rgba(16, 14, 41, .95)); box-shadow: 0 33px 60px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.18); transform: rotate(5deg); position: relative; overflow: hidden; animation: cardFloat 6s ease-in-out infinite; }
.phone-card::before { content: ''; position: absolute; width: 280px; height: 280px; top: -150px; right: -120px; border-radius: 50%; background: rgba(248, 91, 168, .18); }.phone-card::after { content: ''; position: absolute; width: 130px; height: 130px; left: -75px; bottom: -70px; border-radius: 50%; background: rgba(61, 171, 229, .22); }
.card-topline, .duo, .sample-card { position: relative; z-index: 1; }.card-topline { display: flex; justify-content: space-between; align-items: center; color: var(--gold); margin-bottom: 15px; }.brand-mini { color: white; font-family: Unbounded, sans-serif; font-size: .82rem; font-weight: 800; letter-spacing: -.05em; }
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.mascot-tile { min-height: 112px; padding: 10px 8px; border-radius: 21px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.19); color: white; font-size: .82rem; font-weight: 900; }.mascot-tile img { display: block; height: 60px; max-width: 75px; object-fit: contain; }.jinx { background: linear-gradient(145deg, rgba(233, 47, 124, .3), rgba(81, 25, 68, .35)); }.unjinx { background: linear-gradient(145deg, rgba(52, 193, 218, .25), rgba(39, 50, 112, .27)); }.sample-card { min-height: 245px; margin-top: 13px; padding: 24px 20px 17px; border: 1px solid rgba(255, 144, 196, .54); border-radius: 24px; background: linear-gradient(164deg, #ae2369 0%, #461144 53%, #18142c 100%); box-shadow: 0 15px 26px rgba(13, 4, 18, .25); }.sample-label { color: rgba(255, 233, 246, .78); font-size: .58rem; font-weight: 900; letter-spacing: .12em; }.sample-card p { max-width: 280px; margin: 1.35rem 0 1rem; font-size: clamp(1.35rem, 2.3vw, 1.75rem); font-weight: 900; line-height: 1.13; letter-spacing: -.04em; }.sample-bottom { position: absolute; inset: auto 18px 14px; display: flex; align-items: center; justify-content: space-between; color: var(--gold); font-size: 1.6rem; }.sample-bottom img { width: 50px; height: 50px; object-fit: contain; }

.rituals { padding: 86px 0 90px; }.section-heading { max-width: 660px; }.section-heading h2 { margin-bottom: 2.25rem; }.ritual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.ritual-card { min-height: 293px; padding: 22px; border: 1px solid var(--line); border-radius: 27px; background: var(--surface); box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 18px 35px rgba(0,0,0,.11); overflow: hidden; position: relative; transition: transform .18s ease, border-color .18s ease; }.ritual-card:hover { transform: translateY(-6px); border-color: rgba(255,255,255,.5); }.ritual-card::before { content: ''; position: absolute; width: 140px; height: 140px; border-radius: 50%; right: -45px; top: -45px; opacity: .4; }.ritual-pink::before { background: var(--pink); }.ritual-blue::before { background: var(--cyan); }.ritual-gold::before { background: var(--gold); }.number { display: block; color: rgba(255,255,255,.52); font-family: Unbounded, sans-serif; font-size: .65rem; font-weight: 800; }.ritual-card > img, .magic-name { display: grid; width: 76px; height: 76px; margin: 21px 0 16px; object-fit: contain; place-items: center; color: var(--gold); font-family: Unbounded, sans-serif; font-size: 1.08rem; font-weight: 900; }.magic-name { border: 1px solid rgba(108,232,241,.72); border-radius: 50%; background: rgba(43, 184, 220, .15); box-shadow: 0 0 0 8px rgba(107, 232, 241, .06); }.ritual-card h3 { margin-bottom: .35rem; font-size: 1.25rem; letter-spacing: -.03em; }.ritual-card p { margin-bottom: 0; color: var(--muted); font-weight: 700; line-height: 1.4; }

.gentle-note { display: flex; gap: 18px; align-items: flex-start; margin-bottom: 92px; padding: 25px; border: 1px solid rgba(255, 211, 110, .4); border-radius: 23px; background: linear-gradient(90deg, rgba(230, 141, 37, .12), rgba(100, 46, 112, .08)); }.note-icon { flex: 0 0 auto; display: grid; width: 50px; height: 50px; place-items: center; border-radius: 16px; color: #321833; background: var(--gold); font-size: 1.5rem; }.gentle-note h2 { margin-bottom: .25rem; font-family: Nunito, sans-serif; font-size: 1.25rem; letter-spacing: -.03em; }.gentle-note p { margin: 0; color: var(--muted); font-weight: 700; }
.download { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-bottom: 96px; padding: clamp(30px, 5vw, 58px); border: 1px solid rgba(255, 134, 191, .5); border-radius: 34px; background: linear-gradient(125deg, rgba(160, 28, 102, .79), rgba(60, 27, 101, .84) 53%, rgba(13, 29, 76, .9)); box-shadow: 0 24px 58px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.18); position: relative; overflow: hidden; }.download::after { content: '✦'; position: absolute; right: 5%; top: 8%; color: rgba(255,211,110,.75); font-size: 3.4rem; transform: rotate(16deg); }.download-copy { position: relative; z-index: 1; max-width: 575px; }.download h2 { margin-bottom: .65rem; }.download p:not(.eyebrow) { margin: 0; color: rgba(255,237,248,.85); font-weight: 700; }.app-store-button--large { position: relative; z-index: 1; flex: 0 0 auto; margin: 0; background: rgba(12, 8, 26, .48); }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 1.2rem 3rem; padding: 0 0 35px; }.brand--footer { font-size: .96rem; }.site-footer p { margin: .35rem 0 0; color: rgba(220,200,232,.68); font-size: .84rem; font-weight: 700; }.footer-links { justify-content: flex-end; align-self: center; flex-wrap: wrap; }.copyright { grid-column: 1 / -1; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.12); }

.legal-shell { max-width: 850px; padding: 62px 0 92px; }.legal-hero { margin-bottom: 31px; }.legal-hero h1 { margin-bottom: 1rem; font-size: clamp(2.6rem, 5vw, 4.2rem); }.legal-hero > p:not(.eyebrow) { max-width: 690px; color: var(--muted); font-size: 1.08rem; font-weight: 700; }.updated { color: var(--gold) !important; font-size: .86rem !important; }.legal-paper { padding: clamp(24px, 4.7vw, 52px); border: 1px solid var(--line); border-radius: 29px; background: var(--surface-strong); box-shadow: 0 22px 50px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.13); }.legal-section + .legal-section { margin-top: 2.15rem; padding-top: 2.15rem; border-top: 1px solid rgba(255,255,255,.12); }.legal-section h2 { margin-bottom: .7rem; font-family: Nunito, sans-serif; font-size: 1.32rem; letter-spacing: -.03em; }.legal-section p, .legal-section li { color: #eee2f2; font-weight: 600; }.legal-section p:last-child { margin-bottom: 0; }.legal-section ul { margin: .7rem 0 0; padding-left: 1.25rem; }.legal-section li + li { margin-top: .42rem; }.legal-section a { color: var(--cyan); font-weight: 900; }

[dir='rtl'] { text-align: right; }.rtl-flip { direction: rtl; }.rtl-flip .header-actions, .rtl-flip .footer-links, .rtl-flip .brand, .rtl-flip .gentle-note { flex-direction: row-reverse; }.rtl-flip .sample-bottom { direction: rtl; }.rtl-flip .legal-section ul { padding-left: 0; padding-right: 1.25rem; }

@keyframes twinkle { 0%, 100% { transform: scale(.7); opacity: .25; } 45% { transform: scale(1.15); opacity: 1; } } @keyframes cardFloat { 0%,100% { transform: rotate(5deg) translateY(0); } 50% { transform: rotate(3.3deg) translateY(-11px); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
@media (max-width: 760px) { :root { --shell: min(100% - 30px, 640px); }.site-header { padding-top: 13px; align-items: flex-start; }.brand { font-size: .95rem; }.brand img { width: 40px; height: 40px; }.header-actions { gap: .65rem; flex-wrap: wrap; justify-content: flex-end; }.header-actions > a { font-size: .78rem; }.language-picker { flex-basis: 100%; justify-content: flex-end; }select { min-height: 30px; font-size: .74rem; }.hero { min-height: 0; padding: 42px 0 60px; grid-template-columns: 1fr; gap: 3.2rem; }.hero-art { min-height: 405px; }.phone-card { max-width: 335px; transform: rotate(2.7deg); }.sample-card { min-height: 210px; }.rituals { padding: 58px 0 66px; }.ritual-grid { grid-template-columns: 1fr; }.ritual-card { min-height: 0; padding: 20px; }.ritual-card > img, .magic-name { margin: 15px 0 12px; }.gentle-note { margin-bottom: 66px; }.download { display: block; margin-bottom: 65px; }.app-store-button--large { margin-top: 1.5rem; }.site-footer { grid-template-columns: 1fr; }.footer-links { justify-content: flex-start; }.legal-shell { padding: 40px 0 60px; }.legal-paper { border-radius: 22px; }.rtl-flip .site-header { align-items: flex-start; }.rtl-flip .header-actions { justify-content: flex-start; } }
@media (max-width: 385px) { :root { --shell: min(100% - 24px, 640px); }.header-actions > a { display: none; }.header-actions > a[aria-current='page'] { display: inline; }.phone-card { padding: 14px; }.hero-art { min-height: 375px; }.sample-card p { font-size: 1.23rem; }.app-store-button { padding-right: .85rem; }.app-store-button strong { font-size: 1.06rem; } }
