:root {
  color-scheme: dark;
  --ink: #faf9ff;
  --muted: #bbb6d3;
  --violet: #a66bff;
  --violet-light: #cbaeff;
  --night: #090719;
  --panel: rgba(37, 29, 72, .78);
  --line: rgba(215, 202, 255, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: radial-gradient(circle at 50% 0%, #332467 0, #171130 31rem, var(--night) 51rem);
  color: var(--ink);
  font-family: ui-rounded, "SF Pro Rounded", "Avenir Next", Avenir, system-ui, sans-serif;
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
.nav { max-width: 1120px; margin: auto; padding: 26px 28px; display: flex; align-items: center; justify-content: space-between; }
.brand { font-size: 1.2rem; font-weight: 760; letter-spacing: -.03em; }
.brand-mark { display: inline-grid; place-items: center; width: 27px; height: 27px; margin-right: 5px; color: #221848; background: linear-gradient(145deg, #c9b5ff, #8864ff); border-radius: 50%; font-size: 1.4rem; line-height: 1; }
.nav-links { display: flex; gap: 25px; color: var(--muted); font-size: .92rem; }
.nav-links a:hover, .text-link:hover, footer a:hover { color: var(--violet-light); }
.hero { position: relative; isolation: isolate; min-height: 670px; overflow: hidden; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 94px 24px 70px; }
.stars, .stars::before, .stars::after { position: absolute; inset: 0; pointer-events: none; content: ""; z-index: -1; background-image: radial-gradient(circle, rgba(255,255,255,.72) 1px, transparent 1.8px); background-size: 132px 132px; background-position: 15px 17px; opacity: .46; }
.stars::before { transform: rotate(26deg); background-size: 195px 195px; background-position: 48px 66px; opacity: .4; }
.stars::after { background-size: 254px 254px; background-position: 96px 35px; opacity: .32; }
.eyebrow { color: #a889ff; font-size: .72rem; letter-spacing: .20em; font-weight: 800; }
.moon { position: relative; color: #b49cff; font-family: Georgia, serif; font-size: 9.4rem; line-height: .75; height: 110px; margin: 30px 0 40px; text-shadow: 0 0 44px rgba(154, 111, 255, .72); transform: rotate(-13deg); }
.moon span, .moon i { position: absolute; color: #eee8ff; font-family: inherit; font-size: 1.75rem; font-style: normal; text-shadow: 0 0 18px rgba(230,220,255,.7); }
.moon span { top: -8px; right: 2px; }.moon i { font-size: 1.18rem; top: 28px; right: -23px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 710px; margin-bottom: 21px; font-size: clamp(2.8rem, 7vw, 5.7rem); line-height: .98; letter-spacing: -.06em; }
.lede { max-width: 570px; color: var(--muted); font-size: clamp(1.06rem, 2vw, 1.27rem); }
.button { margin-top: 18px; min-width: 194px; padding: 14px 24px; border-radius: 999px; font-weight: 760; background: linear-gradient(110deg, #765cff, #b34def); box-shadow: 0 13px 35px rgba(134, 76, 255, .36); transition: transform .16s ease, filter .16s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.1); }.availability { margin-top: 15px; color: #a49cbf; font-size: .82rem; }
.features, .privacy-promise, .cta { max-width: 1060px; margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.features { padding-top: 82px; padding-bottom: 100px; }.section-heading { max-width: 590px; margin-bottom: 38px; }.section-heading h2, .privacy-promise h2, .cta h2 { margin: 9px 0 0; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.05; letter-spacing: -.045em; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.card { min-height: 232px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(155deg, rgba(57,45,105,.75), rgba(20,15,42,.72)); padding: 28px; }.card-icon { display: inline-grid; place-items: center; width: 43px; height: 43px; border-radius: 14px; color: #d3c4ff; background: rgba(158,105,255,.17); font-size: 1.45rem; }.card h3 { margin: 24px 0 8px; font-size: 1.12rem; letter-spacing: -.02em; }.card p, .privacy-promise p, .cta p { color: var(--muted); font-size: .96rem; }
.privacy-promise { display: flex; align-items: center; gap: 40px; padding-top: 66px; padding-bottom: 72px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.privacy-promise > div:last-child { max-width: 660px; }.privacy-promise h2 { margin-bottom: 16px; }.promise-icon { flex: 0 0 auto; display: grid; place-items: center; width: 105px; height: 105px; border-radius: 50%; color: #b79cff; background: radial-gradient(circle at 35% 25%, #6e5ab5, #28204a 70%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), 0 0 45px rgba(125,84,255,.2); font-size: 3rem; }.text-link { color: var(--violet-light); font-weight: 700; }
.cta { padding-top: 108px; padding-bottom: 115px; text-align: center; }.moon.small { height: 63px; margin: 0 auto 32px; font-size: 5.4rem; }.moon.small span { font-size: 1rem; top: -7px; }.moon.small i { display: none; }.cta h2 { margin-bottom: 13px; }.cta .button { display: inline-block; }
footer { max-width: 1120px; margin: auto; padding: 30px 28px 40px; display: flex; justify-content: space-between; color: #8e86aa; border-top: 1px solid rgba(215,202,255,.08); font-size: .82rem; }footer div { display: flex; gap: 20px; }
.legal { max-width: 760px; margin: 0 auto; padding: 58px 28px 90px; }.legal .eyebrow { margin-bottom: 15px; }.legal h1 { font-size: clamp(2.5rem, 6vw, 4.2rem); margin-bottom: 10px; }.legal .updated { color: var(--muted); margin-bottom: 50px; }.legal h2 { margin: 41px 0 12px; font-size: 1.25rem; letter-spacing: -.02em; }.legal p, .legal li { color: #c9c4da; }.legal ul { padding-left: 22px; }.legal a { color: var(--violet-light); text-decoration: underline; text-underline-offset: 3px; }
.support-card { margin-top: 40px; padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); }.support-card h2 { margin-top: 0; }.support-email { display: inline-block; margin-top: 12px; font-size: 1.16rem; color: var(--violet-light); font-weight: 700; }
@media (max-width: 680px) { .nav { padding: 20px; }.nav-links { gap: 16px; font-size: .82rem; }.hero { min-height: 615px; padding-top: 72px; }.feature-grid { grid-template-columns: 1fr; }.card { min-height: 0; }.privacy-promise { align-items: flex-start; gap: 23px; padding-top: 50px; padding-bottom: 50px; }.promise-icon { width: 68px; height: 68px; font-size: 2rem; }.features, .privacy-promise, .cta { padding-left: 20px; padding-right: 20px; } footer { padding: 26px 20px 34px; flex-direction: column; gap: 12px; } }
