:root {
  --night: #191726;
  --night-soft: #252139;
  --ink: #252139;
  --muted: #69657a;
  --violet: #9d88f3;
  --violet-deep: #6853c4;
  --lilac: #ddd7fa;
  --cloud: #f2ecff;
  --gold: #ffe583;
  --blush: #f88fa9;
  --paper: #fbfaf6;
  --canvas: #f2efe9;
  --white: #fff;
  --line: rgba(37, 33, 57, .11);
  --shadow: 0 28px 75px rgba(37, 33, 57, .13);
  color: var(--ink);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); }
body, button, a { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { color: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3, .brand { font-family: "Manrope", "Avenir Next", system-ui, sans-serif; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 9px;
  color: var(--white);
  background: var(--violet-deep);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--violet-deep); outline-offset: 4px; }
.site-header :focus-visible,
.section--night :focus-visible,
.privacy-panel :focus-visible,
.price-card--featured :focus-visible,
.release-band :focus-visible,
.site-footer :focus-visible,
.legal-header :focus-visible,
.legal-footer :focus-visible { outline-color: var(--gold); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 12px clamp(24px, 5vw, 80px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: var(--white);
  background: rgba(25, 23, 38, .94);
  backdrop-filter: blur(20px);
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -.04em; text-decoration: none; }
.brand img { border-radius: 11px; }
.brand span { font-size: 21px; }
.site-header nav, .site-footer nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a, .site-footer nav a { color: inherit; font-size: 14px; font-weight: 600; text-decoration: none; opacity: .72; }
.site-header nav a:hover, .site-footer nav a:hover { opacity: 1; }
.site-header > .button { justify-self: end; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--white);
  background: var(--violet-deep);
  box-shadow: 0 12px 28px rgba(112, 92, 207, .22);
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { background: #735fd2; box-shadow: 0 16px 34px rgba(112, 92, 207, .3); transform: translateY(-2px); }
.button--small { min-height: 40px; padding: 0 18px; font-size: 14px; }
.button--full { width: 100%; }
.button--secondary { color: var(--ink); background: var(--cloud); box-shadow: none; }
.button--secondary:hover { background: #e5dcff; }
.button--light { color: var(--night); background: var(--gold); box-shadow: none; }
.button--light:hover { background: #ffeba1; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 10px 0; font-weight: 700; text-decoration: none; }

.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: clamp(88px, 10vw, 148px); }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--violet-deep); font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 25px; height: 2px; background: currentColor; }
.eyebrow--light { color: var(--gold); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: clamp(40px, 8vw, 100px);
  min-height: calc(100vh - 76px);
  padding-block: 80px 110px;
}
.hero::before {
  position: absolute;
  z-index: -1;
  top: 76px;
  right: 0;
  width: 49vw;
  height: 74vh;
  min-height: 620px;
  background: radial-gradient(circle at 38% 42%, rgba(157, 136, 243, .24), transparent 36%), radial-gradient(circle at 78% 24%, rgba(255, 229, 131, .17), transparent 20%);
  content: "";
  pointer-events: none;
}
.hero__copy { position: relative; z-index: 2; }
.hero h1 { max-width: 720px; margin: 20px 0 26px; font-size: clamp(62px, 7.6vw, 108px); font-weight: 700; letter-spacing: -.072em; line-height: .9; }
.lede { max-width: 600px; color: var(--muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.62; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.hero__trial { margin-top: 20px; color: var(--muted); font-size: 13px; }
.hero__trial span { padding-inline: 8px; color: var(--violet); }

.hero__visual { position: relative; min-height: 610px; }
.desktop-card { position: absolute; top: 52%; left: 50%; width: min(650px, 50vw); overflow: hidden; border: 1px solid rgba(255, 255, 255, .1); border-radius: 26px; background: var(--night); box-shadow: 0 45px 110px rgba(25, 23, 38, .27); transform: translate(-50%, -50%) rotate(2deg); }
.desktop-card__bar { display: flex; height: 42px; align-items: center; gap: 7px; padding: 0 15px; color: rgba(255, 255, 255, .58); background: #11101a; }
.desktop-card__bar span { width: 10px; height: 10px; border-radius: 50%; background: #ff5f57; }
.desktop-card__bar span:nth-child(2) { background: #febc2e; }
.desktop-card__bar span:nth-child(3) { background: #28c840; }
.desktop-card__bar small { margin-left: auto; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.desktop-card__sky { position: relative; height: 438px; overflow: hidden; background: radial-gradient(circle at 48% 55%, rgba(157, 136, 243, .24), transparent 33%), linear-gradient(150deg, #211f35, #171522 74%); }
.hero-mark { position: absolute; z-index: 4; top: 50%; left: 50%; width: 260px; border-radius: 29%; filter: drop-shadow(0 25px 24px rgba(0, 0, 0, .26)); transform: translate(-50%, -50%); animation: float 4.8s ease-in-out infinite; }
.orbit-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(221, 215, 250, .18); border-radius: 50%; transform: translate(-50%, -50%) rotate(-18deg); }
.orbit-ring--outer { width: 495px; height: 300px; }
.orbit-ring--inner { width: 365px; height: 220px; border-color: rgba(157, 136, 243, .22); }
.cursor-shape, .mode-cursor { position: absolute; z-index: 6; width: 27px; height: 40px; background: #fff; clip-path: polygon(0 0, 0 100%, 28% 69%, 47% 100%, 62% 91%, 43% 62%, 80% 59%); filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .35)); }
.cursor-shape { right: 18%; bottom: 23%; transform: rotate(-14deg); }
.visit-note { position: absolute; z-index: 8; bottom: 20px; left: 20px; display: flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 999px; color: rgba(255, 255, 255, .7); background: rgba(17, 16, 26, .72); font-size: 11px; backdrop-filter: blur(12px); }
.visit-note span { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px var(--gold); }
.desktop-card__footer { display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 15px 20px; color: #fff; }
.desktop-card__footer div { display: flex; flex-direction: column; gap: 4px; }
.desktop-card__footer small { color: rgba(255, 255, 255, .55); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.desktop-card__footer strong { font-size: 14px; }
.status-pill { display: flex; align-items: center; gap: 8px; padding: 7px 11px; border-radius: 99px; color: var(--lilac); background: rgba(157, 136, 243, .12); font-size: 11px; }
.status-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--violet); }
.star { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 14px var(--gold); }
.star--one { top: 16%; left: 15%; }
.star--two { top: 26%; right: 17%; width: 3px; height: 3px; }
.star--three { right: 25%; bottom: 18%; opacity: .55; }
.floating-note { position: absolute; z-index: 10; padding: 13px 17px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .92); box-shadow: var(--shadow); font-size: 12px; line-height: 1.45; backdrop-filter: blur(16px); }
.floating-note strong { color: var(--violet-deep); }
.floating-note--privacy { right: -5%; bottom: 8%; transform: rotate(-3deg); }
.floating-note--choice { top: 5%; left: -4%; color: var(--muted); font-weight: 700; transform: rotate(-2deg); }
.floating-note--choice span { padding-inline: 5px; color: var(--violet); }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 26px 0; border-block: 1px solid var(--line); }
.proof-strip p { display: flex; align-items: baseline; justify-content: center; gap: 10px; border-right: 1px solid var(--line); }
.proof-strip p:last-child { border-right: 0; }
.proof-strip strong { font-family: "Manrope", sans-serif; font-size: 29px; }
.proof-strip span { color: var(--muted); font-size: 13px; }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; gap: 50px; margin-bottom: 62px; }
.section-heading h2, .plans__heading h2, .faq h2 { margin-top: 17px; font-size: clamp(43px, 5.5vw, 72px); font-weight: 650; letter-spacing: -.058em; line-height: 1.02; }
.section-heading > p, .plans__heading > p { max-width: 500px; color: var(--muted); font-size: 17px; line-height: 1.7; }

.mode-showcase { display: grid; grid-template-columns: 350px 1fr; gap: 26px; }
.mode-tabs { display: flex; flex-direction: column; gap: 10px; }
.mode-tabs button { position: relative; display: flex; min-height: 76px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; padding: 12px 18px 12px 23px; border: 1px solid transparent; border-radius: 16px; color: var(--ink); background: transparent; cursor: pointer; text-align: left; }
.mode-tabs button::before { position: absolute; top: 17px; bottom: 17px; left: 0; width: 3px; border-radius: 5px; background: transparent; content: ""; }
.mode-tabs button span { color: var(--muted); font-size: 12px; }
.mode-tabs button[aria-selected="true"] { border-color: rgba(112, 92, 207, .16); background: var(--cloud); }
.mode-tabs button[aria-selected="true"]::before { background: var(--violet-deep); }
.mode-panel { position: relative; min-height: 500px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--canvas); }
.mode-panel__scene { position: absolute; inset: 0 0 122px; overflow: hidden; background: radial-gradient(circle at 60% 43%, rgba(157, 136, 243, .25), transparent 26%), linear-gradient(145deg, #242139, #171522); }
.screen-edge { position: absolute; top: 0; right: 0; bottom: 0; width: 23px; background: rgba(255,255,255,.05); box-shadow: -10px 0 40px rgba(0,0,0,.22); }
.mode-orbit { position: absolute; top: 50%; left: 50%; width: 380px; height: 210px; border: 1px solid rgba(221, 215, 250, .24); border-radius: 50%; transform: translate(-50%, -50%) rotate(-18deg); }
.mode-mark { position: absolute; z-index: 3; top: 50%; left: 44%; width: 188px; border-radius: 29%; filter: drop-shadow(0 20px 22px rgba(0,0,0,.3)); transform: translate(-50%, -50%); transition: opacity .35s ease, left .55s cubic-bezier(.2,.8,.2,1), top .55s cubic-bezier(.2,.8,.2,1), transform .55s ease;
}
.mode-cursor { top: 29%; right: 19%; }
.sleep-marks, .hidden-spark { display: none; }
.mode-panel__copy { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 100px 1fr 1.3fr; align-items: center; gap: 18px; min-height: 122px; padding: 22px 28px; background: var(--white); }
.section-kicker { color: var(--violet-deep); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.mode-panel__copy h3 { font-size: 20px; letter-spacing: -.025em; }
.mode-panel__copy > p:not(.section-kicker) { color: var(--muted); font-size: 13px; line-height: 1.5; }
.mode-panel__copy small { grid-column: 3; color: var(--violet-deep); font-size: 11px; }
.mode-panel[data-active-mode="follow"] .mode-mark { top: 40%; left: 64%; }
.mode-panel[data-active-mode="stay"] .mode-mark { top: 67%; left: 28%; transform: translate(-50%, -50%) scale(.9); }
.mode-panel[data-active-mode="stay"] .mode-orbit { opacity: .4; }
.mode-panel[data-active-mode="sleep"] .mode-mark { top: 70%; left: 82%; transform: translate(-50%, -50%) rotate(8deg) scale(.78); }
.mode-panel[data-active-mode="sleep"] .mode-cursor, .mode-panel[data-active-mode="sleep"] .mode-orbit { opacity: .1; }
.mode-panel[data-active-mode="sleep"] .sleep-marks { position: absolute; top: 28%; right: 9%; display: block; color: var(--lilac); font-family: "Manrope"; }
.sleep-marks i { position: absolute; font-size: 26px; font-style: normal; }
.sleep-marks i:nth-child(2) { top: -32px; left: 22px; font-size: 17px; opacity: .55; }
.mode-panel[data-active-mode="hidden"] .mode-mark, .mode-panel[data-active-mode="hidden"] .mode-cursor, .mode-panel[data-active-mode="hidden"] .mode-orbit { opacity: 0; }
.mode-panel[data-active-mode="hidden"] .hidden-spark { position: absolute; top: 51%; left: 50%; display: block; width: 16px; height: 16px; background: var(--gold); clip-path: polygon(50% 0, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 39%); opacity: .5; }

.section--night { color: var(--white); background: var(--night); }
.section-heading--light > p { color: rgba(255,255,255,.62); }
.focus-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; }
.focus-card, .garden-card { position: relative; min-height: 580px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 28px; }
.focus-card { display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 50% 43%, rgba(157,136,243,.21), transparent 32%), #211f33; }
.focus-card__top { position: absolute; top: 21px; right: 23px; left: 23px; display: flex; justify-content: space-between; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.focus-card__top i { width: 7px; height: 7px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 12px var(--violet); }
.timer-orbit { display: flex; width: 280px; height: 280px; flex-direction: column; align-items: center; justify-content: center; border: 2px solid rgba(221,215,250,.22); border-radius: 50%; box-shadow: inset 0 0 50px rgba(157,136,243,.08), 0 0 0 30px rgba(157,136,243,.025); }
.timer-value { font-family: "Manrope"; font-size: 62px; font-weight: 600; letter-spacing: -.06em; }
.timer-orbit small { color: rgba(255,255,255,.58); }
.focus-rest { position: absolute; right: 30px; bottom: 52px; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.focus-rest img { border-radius: 30%; transform: rotate(7deg); }
.focus-rest span { padding: 5px 10px; border-radius: 999px; color: var(--lilac); background: rgba(157,136,243,.1); font-size: 9px; }
.focus-card > p { position: absolute; bottom: 28px; left: 30px; color: rgba(255,255,255,.58); font-size: 12px; }
.garden-card { background: linear-gradient(#27243d 0 58%, #4a4266 58% 100%); }
.garden-sky { position: absolute; inset: 0; }
.moon { position: absolute; top: 55px; right: 65px; width: 88px; height: 88px; border-radius: 50%; background: #f3ebc9; box-shadow: 0 0 50px rgba(255,229,131,.17); }
.moon::after { position: absolute; top: -5px; right: -10px; width: 90px; height: 90px; border-radius: 50%; background: #27243d; content: ""; }
.garden-sky i { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.garden-sky i:nth-child(2) { top: 16%; left: 14%; }.garden-sky i:nth-child(3) { top: 25%; left: 39%; }.garden-sky i:nth-child(4) { top: 12%; left: 64%; }
.garden-island { position: absolute; right: -10%; bottom: 15%; width: 72%; height: 150px; border-radius: 50%; background: #89807f; box-shadow: inset 0 21px 0 #9a987a, 0 35px 45px rgba(0,0,0,.25); transform: rotate(-4deg); }
.plant { position: absolute; bottom: 105px; display: block; width: 8px; height: 76px; border-radius: 99px; background: #7fb588; transform-origin: bottom; }
.plant i, .plant b { position: absolute; width: 34px; height: 20px; border-radius: 100% 0 100% 0; background: #91d394; }
.plant i { top: 18px; left: -31px; transform: rotate(22deg); }.plant b { top: 33px; right: -31px; transform: rotate(202deg); }
.plant--one { left: 30%; }.plant--two { left: 55%; height: 100px; }.plant--three { left: 76%; height: 60px; }
.plant--two::after { position: absolute; top: -18px; left: -13px; width: 34px; height: 34px; border-radius: 50%; background: var(--blush); box-shadow: 0 0 24px rgba(248,143,169,.36); content: ""; }
.garden-card__copy { position: absolute; z-index: 4; bottom: 28px; left: 30px; max-width: 310px; }
.garden-card__copy > span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.garden-card__copy h3 { margin: 8px 0 9px; font-size: 38px; letter-spacing: -.05em; line-height: 1; }
.garden-card__copy p { color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.55; }

.customize-grid { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 20px; }
.form-list, .glow-list { display: grid; align-content: center; gap: 10px; margin: 0; padding: 0; list-style: none; }
.form-chip { padding: 14px 17px; border: 1px solid var(--line); border-radius: 13px; color: var(--muted); background: var(--white); font-size: 13px; }
.form-chip--active { color: var(--violet-deep); border-color: rgba(112,92,207,.32); background: var(--cloud); font-weight: 700; }
.customize-preview { position: relative; display: flex; min-height: 560px; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border-radius: 28px; color: var(--white); background: radial-gradient(circle at 50% 44%, rgba(157,136,243,.3), transparent 34%), var(--night); }
.customize-preview__orbit { position: absolute; top: 45%; left: 50%; width: 390px; height: 230px; border: 1px solid rgba(221,215,250,.22); border-radius: 50%; transform: translate(-50%,-50%) rotate(-18deg); }
.customize-preview img { position: relative; z-index: 2; width: 285px; border-radius: 29%; filter: drop-shadow(0 25px 30px rgba(0,0,0,.25)); }
.customize-preview p { position: absolute; bottom: 32px; display: flex; flex-direction: column; align-items: center; gap: 3px; }
.customize-preview p strong { font-family: "Manrope"; font-size: 22px; }.customize-preview p span { color: rgba(255,255,255,.48); font-size: 11px; }
.glow-list li { display: flex; align-items: center; gap: 12px; padding: 9px; color: var(--muted); font-size: 12px; }
.glow-list i { width: 32px; height: 32px; border: 3px solid var(--white); border-radius: 50%; background: linear-gradient(135deg, var(--glow-a), var(--glow-b)); box-shadow: 0 0 0 1px var(--line); }

.privacy-panel { overflow: hidden; padding: clamp(35px, 6vw, 72px); border-radius: 32px; color: var(--white); background: radial-gradient(circle at 8% 12%, rgba(157,136,243,.22), transparent 28%), var(--night); box-shadow: var(--shadow); }
.privacy-panel__intro { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 60px; }
.privacy-panel__intro .eyebrow { grid-column: 1 / -1; }
.privacy-panel h2 { margin-top: 16px; font-size: clamp(42px, 5vw, 68px); letter-spacing: -.055em; line-height: 1.02; }
.privacy-panel__intro > p:last-child { color: rgba(255,255,255,.65); line-height: 1.7; }
.privacy-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 60px; }
.privacy-facts article { min-height: 220px; padding: 24px; border: 1px solid rgba(255,255,255,.09); border-radius: 18px; background: rgba(255,255,255,.035); }
.privacy-facts article > span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.privacy-facts h3 { margin: 48px 0 10px; font-size: 19px; }.privacy-facts p { color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.55; }
.privacy-panel__note { margin-top: 22px; color: rgba(255,255,255,.58); font-size: 11px; text-align: center; }

.plans__heading { max-width: 820px; margin: 0 auto 34px; text-align: center; }
.plans__heading .eyebrow { justify-content: center; }.plans__heading > p { margin: 22px auto 0; }
.platform-switch { display: flex; width: max-content; margin: 34px auto 20px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: var(--canvas); }
.platform-switch button { min-width: 110px; padding: 10px 20px; border: 0; border-radius: 999px; color: var(--muted); background: transparent; cursor: pointer; }
.platform-switch button[aria-pressed="true"] { color: var(--white); background: var(--night); }
.trial-banner { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 12px; max-width: 720px; margin: 0 auto 40px; padding: 14px 18px; border: 1px solid rgba(112,92,207,.15); border-radius: 14px; background: var(--cloud); }
.trial-banner span { padding: 5px 9px; border-radius: 7px; color: var(--violet-deep); background: var(--white); font-size: 11px; font-weight: 800; }.trial-banner strong { font-family: "Manrope"; }.trial-banner small { color: var(--muted); text-align: right; }
.proposal-label { margin-bottom: 15px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 360px)); justify-content: center; gap: 20px; }
.price-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.price-card--featured { color: var(--white); border-color: transparent; background: radial-gradient(circle at 90% 10%, rgba(157,136,243,.25), transparent 32%), var(--night); box-shadow: var(--shadow); }
.price-card__badge { display: inline-flex; padding: 6px 9px; border-radius: 6px; color: var(--night); background: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .11em; }
.price-card__badge--muted { color: var(--violet-deep); background: var(--cloud); }
.price-card > p:nth-of-type(1) { margin-top: 28px; font-weight: 700; }
.price-card h3 { margin: 8px 0 3px; font-size: 49px; letter-spacing: -.055em; }.price-card h3 sup { font-size: 21px; vertical-align: super; }.price-card h3 small { margin-left: 5px; color: inherit; font-family: "DM Sans"; font-size: 13px; font-weight: 500; opacity: .65; }
.price-card__equivalent { min-height: 23px; color: var(--muted); font-size: 12px; }.price-card--featured .price-card__equivalent { color: rgba(255,255,255,.5); }
.price-card ul { display: grid; gap: 12px; margin: 28px 0; padding: 24px 0 0; border-top: 1px solid currentColor; list-style: none; opacity: .68; }
.price-card li::before { margin-right: 10px; color: var(--violet); content: "✓"; }
.plans__legal { max-width: 800px; margin: 24px auto 0; color: var(--muted); font-size: 11px; line-height: 1.55; text-align: center; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq h2 { font-size: clamp(43px, 5vw, 62px); }
.faq__items { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 24px 44px 24px 0; cursor: pointer; font-family: "Manrope"; font-size: 17px; font-weight: 650; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }.faq summary::after { position: absolute; right: 4px; content: "+"; color: var(--violet-deep); font-size: 24px; font-weight: 400; }.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 700px; padding: 0 40px 24px 0; color: var(--muted); line-height: 1.65; }

.release-band { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 48px clamp(24px, 7vw, 100px); color: var(--white); background: var(--violet-deep); }
.release-band > div { display: flex; align-items: center; gap: 22px; }.release-band img { flex: 0 0 auto; border-radius: 20px; }.release-band p { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .13em; }.release-band h2 { margin: 7px 0 5px; font-size: clamp(25px, 3vw, 40px); letter-spacing: -.04em; }.release-band span { color: rgba(255,255,255,.92); font-size: 12px; }
.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 38px; padding: 35px clamp(24px, 5vw, 80px); color: rgba(255,255,255,.66); background: #11101a; }.site-footer .brand { color: var(--white); }.site-footer > p { font-size: 13px; }.site-footer small { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.07); font-size: 10px; text-align: center; }
.noscript { position: fixed; z-index: 200; right: 12px; bottom: 12px; max-width: 420px; padding: 12px 15px; border-radius: 10px; color: var(--white); background: var(--night); font-size: 12px; }

@keyframes float { 0%,100% { transform: translate(-50%,-50%) translateY(0); } 50% { transform: translate(-50%,-50%) translateY(-13px); } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }.site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 100px; }.hero__copy { max-width: 760px; }.hero__visual { min-height: 650px; }.desktop-card { width: min(680px, 86vw); }.hero::before { width: 100%; height: 1050px; }
  .mode-showcase { grid-template-columns: 280px 1fr; }.mode-panel__copy { grid-template-columns: 75px 1fr; }.mode-panel__copy > p:not(.section-kicker), .mode-panel__copy small { display: none; }
  .customize-grid { grid-template-columns: .8fr 1.2fr; }.glow-list { grid-column: 1 / -1; grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 760px) {
  .section-shell { width: min(100% - 30px, 640px); }.site-header { min-height: 66px; padding-inline: 15px; }.site-header .brand span { font-size: 18px; }.site-header .brand img { width: 34px; height: 34px; }
  .hero { padding-block: 68px 90px; }.hero h1 { font-size: clamp(55px, 17vw, 76px); }.hero__actions { align-items: flex-start; flex-direction: column; gap: 8px; }.hero__visual { min-height: 530px; }.desktop-card { width: 94vw; }.desktop-card__sky { height: 330px; }.hero-mark { width: 210px; }.orbit-ring--outer { width: 350px; height: 220px; }.orbit-ring--inner { width: 270px; height: 170px; }.floating-note--choice { left: 0; }.floating-note--privacy { right: 0; bottom: 0; }
  .proof-strip { grid-template-columns: repeat(2,1fr); }.proof-strip p { min-height: 70px; }.proof-strip p:nth-child(2) { border-right: 0; }.proof-strip p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding-block: 84px; }.section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 42px; }.section-heading h2, .plans__heading h2 { font-size: clamp(40px, 12vw, 58px); }
  .mode-showcase { grid-template-columns: 1fr; }.mode-tabs { display: grid; grid-template-columns: repeat(5, minmax(92px,1fr)); overflow-x: auto; padding-bottom: 7px; }.mode-tabs button { min-height: 54px; align-items: center; padding: 10px 14px; white-space: nowrap; }.mode-tabs button::before, .mode-tabs button span { display: none; }.mode-panel { min-height: 455px; }.mode-panel__copy { grid-template-columns: 70px 1fr; min-height: 112px; padding: 18px; }
  .focus-grid { grid-template-columns: 1fr; }.focus-card, .garden-card { min-height: 520px; }.timer-orbit { width: 235px; height: 235px; }.timer-value { font-size: 53px; }
  .customize-grid { grid-template-columns: 1fr; }.form-list { grid-template-columns: repeat(2,1fr); }.customize-preview { min-height: 470px; }.glow-list { grid-column: auto; grid-template-columns: repeat(2,1fr); }
  .privacy-panel__intro, .privacy-facts { grid-template-columns: 1fr; }.privacy-panel__intro { gap: 24px; }.privacy-facts { margin-top: 40px; }.privacy-facts article { min-height: 160px; }.privacy-facts h3 { margin-top: 26px; }
  .trial-banner { grid-template-columns: auto 1fr; }.trial-banner small { grid-column: 1/-1; text-align: left; }.price-grid { grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; gap: 40px; }.release-band { align-items: flex-start; flex-direction: column; }.site-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }.site-footer nav { flex-wrap: wrap; justify-content: center; }.site-footer small { grid-column: 1; }
}

@media (max-width: 420px) {
  .site-header .button { padding-inline: 14px; }.hero__trial { display: grid; gap: 4px; }.hero__trial span { display: none; }.desktop-card__footer { padding-inline: 14px; }.status-pill { display: none; }
  .floating-note { font-size: 10px; }.proof-strip p { align-items: center; flex-direction: column; gap: 1px; }.mode-panel__scene { bottom: 112px; }.mode-mark { width: 155px; }
  .form-list { grid-template-columns: 1fr; }.glow-list { grid-template-columns: 1fr; }.customize-preview img { width: 240px; }
  .price-card { padding: 26px; }.release-band > div { align-items: flex-start; }.release-band img { width: 56px; }
}

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

@media (forced-colors: active) {
  :focus-visible {
    outline: 3px solid Highlight;
    outline-offset: 4px;
  }

  .skip-link,
  .mode-tabs button[aria-selected="true"],
  .platform-switch button[aria-pressed="true"] {
    color: HighlightText;
    background: Highlight;
  }

  .button,
  .mode-tabs button,
  .platform-switch button {
    border: 1px solid ButtonText;
  }

  .desktop-card,
  .mode-panel,
  .focus-card,
  .garden-card,
  .customize-preview,
  .privacy-panel,
  .price-card,
  .legal-card {
    border: 1px solid CanvasText;
  }

  .legal-callout {
    border-left-color: Highlight;
  }

  .mode-tabs button[aria-selected="true"],
  .platform-switch button[aria-pressed="true"] {
    border-color: Highlight;
    outline: 2px solid Highlight;
    outline-offset: 2px;
  }

  .mode-tabs button[aria-selected="true"]::before {
    background: HighlightText;
  }

  [aria-current="page"] {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
}

@media print {
  .site-header, .hero__visual, .button, .release-band { display: none !important; }
  .hero { min-height: auto; }.section { padding-block: 40px; }.section--night, .privacy-panel { color: #000; background: #fff; box-shadow: none; }.section-heading--light > p, .privacy-panel__intro > p:last-child, .privacy-facts p { color: #333; }
}
