:root {
  --bg: #030306;
  --bg-raised: #09070f;
  --surface: rgba(255, 255, 255, 0.035);
  --surface-strong: rgba(255, 255, 255, 0.06);
  --line: rgba(255, 255, 255, 0.1);
  --line-soft: rgba(255, 255, 255, 0.065);
  --text: #f9f7ff;
  --muted: rgba(245, 240, 255, 0.66);
  --muted-soft: rgba(245, 240, 255, 0.48);
  --violet: #9d4dff;
  --violet-bright: #b976ff;
  --violet-deep: #6120e9;
  --pink: #e17aff;
  --success: #79e6ae;
  --danger: #ff7f97;
  --shadow-violet: 0 0 46px rgba(145, 53, 255, 0.25);
  --radius-xs: 10px;
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --max-width: 1240px;
  --nav-height: 76px;
  --motion-fast: 160ms;
  --motion-ui: 240ms;
  --motion-reveal: 680ms;
  --motion-visual: 880ms;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.2, 0.8, 0.2, 1);
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-height) + 24px);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -10%, rgba(126, 38, 255, 0.13), transparent 31rem),
    var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  pointer-events: none;
  opacity: 0.32;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 72%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 100;
  content: "";
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E");
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0;
}

ul,
ol {
  margin: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  transform: translateY(-150%);
  border-radius: 8px;
  background: white;
  color: black;
  padding: 10px 14px;
  font-weight: 750;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--violet-bright);
  outline-offset: 4px;
}

#main-content:focus { outline: none; }

.container {
  width: min(calc(100% - 40px), var(--max-width));
  margin-inline: auto;
}

.section {
  position: relative;
  z-index: 1;
  padding-block: clamp(76px, 9vw, 118px);
}

.section--tight {
  padding-block: clamp(58px, 7vw, 88px);
}

.section-heading {
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 17px;
  color: var(--violet-bright);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 15px currentColor;
  content: "";
}

.display {
  max-width: 100%;
  font-size: clamp(3rem, 6.3vw, 5.55rem);
  font-weight: 740;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-wrap: balance;
}

.display .accent,
.heading .accent,
.gradient-text {
  color: transparent;
  background: linear-gradient(105deg, #fff 0%, #d5a9ff 15%, var(--violet-bright) 48%, #7730f3 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

[data-rotating-line] {
  display: block;
  min-height: 1.04em;
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
  transition: opacity 180ms ease, transform 180ms ease, filter 180ms ease;
}

[data-rotating-line].is-changing {
  transform: translateY(8px);
  opacity: 0;
  filter: blur(5px);
}

.heading {
  font-size: clamp(2.15rem, 4.4vw, 4rem);
  font-weight: 720;
  letter-spacing: -0.045em;
  line-height: 1.03;
  text-wrap: balance;
}

.subheading {
  margin-top: 19px;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.14rem);
  line-height: 1.75;
  text-wrap: pretty;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity var(--motion-reveal) var(--ease-out) var(--reveal-delay, 0ms),
    transform var(--motion-reveal) var(--ease-out) var(--reveal-delay, 0ms);
}

.js.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js.reveal-ready .legal-content > section.reveal {
  transform: translateY(12px);
  transition:
    opacity var(--motion-reveal) var(--ease-out) var(--reveal-delay, 0ms),
    transform var(--motion-reveal) var(--ease-out) var(--reveal-delay, 0ms),
    border-color var(--motion-ui) ease,
    background-color var(--motion-ui) ease;
}

.js.reveal-ready .legal-content > section.reveal.is-visible {
  transform: translateY(0);
}

.delay-1 { --reveal-delay: 80ms; }
.delay-2 { --reveal-delay: 160ms; }
.delay-3 { --reveal-delay: 240ms; }
.delay-4 { --reveal-delay: 320ms; }

.js.reveal-ready :is(.trigger-card, .feature-card, .step-card, .principle-card, .review-card, .support-card).reveal {
  transition:
    opacity var(--motion-reveal) var(--ease-out) var(--reveal-delay, 0ms),
    transform var(--motion-reveal) var(--ease-out) var(--reveal-delay, 0ms),
    translate var(--motion-ui) var(--ease-out),
    border-color var(--motion-ui) ease,
    background var(--motion-ui) ease,
    box-shadow var(--motion-ui) ease;
}

.js.reveal-ready .art-card.reveal,
.js.reveal-ready .demo-shell.reveal,
.js.reveal-ready .final-cta.reveal {
  transform: translateY(18px) scale(0.985);
  transition-duration: var(--motion-visual);
}

.js.reveal-ready .art-card.reveal.is-visible,
.js.reveal-ready .demo-shell.reveal.is-visible,
.js.reveal-ready .final-cta.reveal.is-visible {
  transform: translateY(0) scale(1);
}

.js.reveal-ready .showcase:nth-child(odd) .showcase-copy.reveal { transform: translateX(-22px); }
.js.reveal-ready .showcase:nth-child(even) .showcase-copy.reveal { transform: translateX(22px); }
.js.reveal-ready .showcase:nth-child(odd) .showcase-art.reveal { transform: translateX(16px) scale(0.985); }
.js.reveal-ready .showcase:nth-child(even) .showcase-art.reveal { transform: translateX(-16px) scale(0.985); }

.js.reveal-ready .showcase .showcase-copy.reveal.is-visible,
.js.reveal-ready .showcase .showcase-art.reveal.is-visible {
  transform: translateX(0) scale(1);
}

.js.reveal-ready .showcase-art.reveal { transition-duration: var(--motion-visual); }

@keyframes nav-enter {
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-enter {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-background-enter {
  from { opacity: 0; transform: scale(1.035); }
  to { opacity: var(--hero-opacity); transform: scale(1); }
}

@keyframes hero-devices-enter {
  from { opacity: 0; transform: translate3d(34px, 24px, 0) scale(0.965); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

.js .site-nav { animation: nav-enter 520ms var(--ease-out) both; }
.js .hero-bg { animation: hero-background-enter 1200ms var(--ease-out) both; }
.js .hero-kicker { animation: hero-enter 480ms var(--ease-out) 60ms both; }
.js .hero .display { animation: hero-enter 650ms var(--ease-out) 130ms both; }
.js .hero-copy > .subheading { animation: hero-enter 600ms var(--ease-out) 230ms both; }
.js .hero-actions { animation: hero-enter 560ms var(--ease-out) 320ms both; }
.js .hero-devices { animation: hero-devices-enter 920ms var(--ease-out) 170ms both; }

/* Navigation */
.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--nav-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  background: rgba(3, 3, 6, 0.62);
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  transition:
    background var(--motion-ui) ease,
    border-color var(--motion-ui) ease,
    box-shadow var(--motion-ui) ease;
}

.site-nav::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left;
  background: linear-gradient(90deg, var(--violet-deep), var(--violet-bright), var(--pink));
  box-shadow: 0 0 14px rgba(185, 118, 255, 0.45);
  content: "";
  pointer-events: none;
}

.site-nav.is-scrolled {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: rgba(3, 3, 6, 0.88);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.24);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 48px;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  box-shadow: 0 0 26px rgba(157, 77, 255, 0.25);
  transition: transform var(--motion-ui) var(--ease-out), box-shadow var(--motion-ui) ease;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-name {
  font-size: 0.96rem;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.brand-tagline {
  margin-top: 5px;
  color: var(--muted-soft);
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.5vw, 37px);
  color: var(--muted-soft);
  font-size: 0.88rem;
  font-weight: 620;
}

.desktop-nav a {
  position: relative;
  padding-block: 12px;
  transition: color 180ms ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--violet-bright);
  content: "";
  transition: transform 220ms ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active,
.desktop-nav a[aria-current="page"],
.desktop-nav a[aria-current="location"] {
  color: white;
}

.desktop-nav a:hover::after,
.desktop-nav a.is-active::after,
.desktop-nav a[aria-current="page"]::after,
.desktop-nav a[aria-current="location"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(174, 106, 255, 0.35);
  border-radius: 10px;
  background: rgba(142, 52, 255, 0.1);
  color: rgba(255, 255, 255, 0.9) !important;
  padding: 0 15px !important;
}

.nav-cta::after { display: none; }

.nav-cta:hover {
  border-color: rgba(190, 131, 255, 0.62);
  background: rgba(142, 52, 255, 0.16);
}

.menu-toggle {
  display: none;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.04);
  color: white;
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  width: 19px;
  height: 1.5px;
  border-radius: 99px;
  background: currentColor;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle {
  align-content: center;
  gap: 5px;
}

.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(6.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-6.5px) rotate(-45deg); }
html:not(.js-ready) .menu-toggle { display: none; }

.mobile-nav {
  position: fixed;
  inset: var(--nav-height) 0 auto;
  z-index: 49;
  max-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  border-bottom: 1px solid transparent;
  background: rgba(3, 3, 6, 0.96);
  opacity: 0;
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
  transition: max-height 260ms ease, opacity 200ms ease, border-color 200ms ease;
}

.mobile-nav.is-open {
  max-height: calc(100vh - var(--nav-height));
  max-height: calc(100dvh - var(--nav-height));
  border-color: var(--line-soft);
  opacity: 1;
}

.mobile-nav-inner {
  display: grid;
  gap: 2px;
  padding-block: 16px calc(22px + env(safe-area-inset-bottom));
}

.mobile-nav a {
  min-height: 52px;
  border-radius: 10px;
  color: var(--muted);
  padding: 14px 12px;
  font-size: 1rem;
  font-weight: 680;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 220ms var(--ease-out), transform 220ms var(--ease-out), background 180ms ease, color 180ms ease;
}

.mobile-nav.is-open a { opacity: 1; transform: translateY(0); }
.mobile-nav.is-open a:nth-child(1) { transition-delay: 20ms; }
.mobile-nav.is-open a:nth-child(2) { transition-delay: 55ms; }
.mobile-nav.is-open a:nth-child(3) { transition-delay: 90ms; }
.mobile-nav.is-open a:nth-child(4) { transition-delay: 125ms; }
.mobile-nav.is-open a:nth-child(5) { transition-delay: 160ms; }
.mobile-nav.is-open a:nth-child(6) { transition-delay: 195ms; }
.mobile-nav.is-open a:nth-child(7) { transition-delay: 230ms; }

.mobile-nav a:focus-visible {
  outline-offset: -2px;
  background: var(--surface-strong);
  color: white;
}

.mobile-nav a:hover { background: var(--surface); color: white; }

.mobile-nav a.is-active,
.mobile-nav a[aria-current="page"],
.mobile-nav a[aria-current="location"] {
  background: rgba(145, 55, 255, 0.1);
  color: white;
  box-shadow: inset 2px 0 var(--violet-bright);
}

.scroll-top {
  position: fixed;
  right: max(18px, calc(env(safe-area-inset-right) + 12px));
  bottom: max(18px, calc(env(safe-area-inset-bottom) + 12px));
  z-index: 45;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(185, 118, 255, 0.34);
  border-radius: 14px;
  background: rgba(10, 6, 17, 0.88);
  color: white;
  font-size: 1.22rem;
  line-height: 1;
  opacity: 0;
  transform: translateY(12px) scale(0.92);
  pointer-events: none;
  cursor: pointer;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35), 0 0 26px rgba(145, 55, 255, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    opacity var(--motion-ui) ease,
    transform var(--motion-ui) var(--ease-out),
    border-color var(--motion-ui) ease,
    background var(--motion-ui) ease;
}

.scroll-top.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.scroll-top:active { transform: translateY(1px) scale(0.96); }

/* Hero */
.hero {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  min-height: 96svh;
  overflow: hidden;
  padding: calc(var(--nav-height) + 44px) 0 64px;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  content: "";
  background:
    radial-gradient(circle at 77% 38%, rgba(147, 49, 255, 0.24), transparent 25%),
    radial-gradient(circle at 58% 74%, rgba(115, 35, 221, 0.14), transparent 26%);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 3, 6, 0.98) 0%, rgba(3, 3, 6, 0.91) 38%, rgba(3, 3, 6, 0.5) 59%, rgba(3, 3, 6, 0.16) 78%, rgba(3, 3, 6, 0.34) 100%),
    linear-gradient(0deg, var(--bg) 0%, transparent 32%);
}

.hero-bg {
  --hero-opacity: 0.42;
  position: absolute;
  inset: 0;
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  opacity: 0.42;
  filter: saturate(0.94) contrast(1.05);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(18px, 2.8vw, 48px);
  min-height: calc(96svh - var(--nav-height) - 108px);
}

.hero-copy {
  position: relative;
  z-index: 4;
  max-width: 700px;
}

.hero-devices {
  position: relative;
  z-index: 3;
  display: block;
  width: min(100%, 820px);
  aspect-ratio: 1.45 / 1;
  justify-self: end;
  filter:
    drop-shadow(0 40px 58px rgba(0, 0, 0, 0.62))
    drop-shadow(0 0 34px rgba(142, 49, 255, 0.2));
}

.hero-devices::before {
  position: absolute;
  inset: 11% 14% 6%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(133, 45, 255, 0.22);
  filter: blur(72px);
  content: "";
  pointer-events: none;
}

.hero-phone {
  position: absolute;
  display: block;
  width: auto;
  max-width: none;
  object-fit: contain;
}

.hero-phone--pauses {
  top: 11%;
  left: 2%;
  z-index: 1;
  height: 80%;
  transform: rotate(-3deg);
}

.hero-phone--today {
  top: 2%;
  left: 50%;
  z-index: 3;
  height: 96%;
  transform: translateX(-50%);
}

.hero-phone--progress {
  top: 11%;
  right: 2%;
  z-index: 2;
  height: 80%;
  transform: rotate(3deg);
}

.hero-devices img {
  display: block;
  width: auto;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  border: 1px solid rgba(175, 103, 255, 0.28);
  border-radius: 999px;
  background: rgba(139, 47, 255, 0.1);
  color: #c999ff;
  padding: 7px 11px;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.05em;
}

.hero-kicker svg { width: 15px; height: 15px; }

.hero-copy .subheading {
  max-width: 580px;
  margin-top: 25px;
  font-size: clamp(1.03rem, 1.8vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
  margin-top: 31px;
}

.app-store-badge {
  display: inline-flex;
  flex: 0 0 auto;
  width: clamp(210px, 18vw, 239px);
  max-width: 100%;
  border-radius: 10px;
  line-height: 0;
}

.app-store-badge img {
  display: block;
  width: 100%;
  height: auto;
}

.app-store-badge:focus-visible {
  outline: 2px solid var(--violet-bright);
  outline-offset: 4px;
}

.button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0 22px;
  font-size: 0.94rem;
  font-weight: 760;
  cursor: pointer;
  overflow: hidden;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button::before {
  position: absolute;
  inset: -40% auto -40% -55%;
  width: 38%;
  transform: translateX(-155%) skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  content: "";
  pointer-events: none;
  transition: transform 560ms var(--ease-out);
}

.button:active { transform: translateY(0) scale(0.985); transition-duration: 100ms; }

.button:disabled,
.button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.74;
  transform: none;
}

.demo-running .demo-button[aria-disabled="true"] { cursor: wait; }

.button-primary {
  background: linear-gradient(125deg, #ad5eff 0%, #7b28f5 54%, #601cdb 100%);
  box-shadow: 0 14px 36px rgba(105, 31, 229, 0.32), inset 0 1px rgba(255, 255, 255, 0.24);
  color: white;
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.88);
}

.particles {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.particle {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(187, 112, 255, 0.75);
  box-shadow: 0 0 12px rgba(156, 69, 255, 0.8);
  animation: drift var(--duration, 4.8s) ease-in-out 1 alternate both;
}

.particle:nth-child(1) { left: 8%; top: 18%; --duration: 3.8s; --x: 13px; --y: -22px; }
.particle:nth-child(2) { left: 23%; top: 72%; --duration: 4.6s; --x: -18px; --y: -14px; }
.particle:nth-child(3) { left: 37%; top: 29%; --duration: 4.1s; --x: 21px; --y: 17px; }
.particle:nth-child(4) { left: 54%; top: 14%; --duration: 4.7s; --x: -15px; --y: 22px; }
.particle:nth-child(5) { left: 67%; top: 76%; --duration: 3.9s; --x: 19px; --y: -25px; }
.particle:nth-child(6) { left: 81%; top: 23%; --duration: 4.4s; --x: -16px; --y: 16px; }
.particle:nth-child(7) { left: 91%; top: 58%; --duration: 4.8s; --x: -18px; --y: -18px; }
.particle:nth-child(8) { left: 15%; top: 49%; --duration: 4.2s; --x: 24px; --y: 13px; }
.particle:nth-child(9) { left: 47%; top: 87%; --duration: 3.7s; --x: -13px; --y: -26px; }
.particle:nth-child(10) { left: 75%; top: 42%; --duration: 4.5s; --x: 18px; --y: 21px; }

@keyframes drift {
  to { transform: translate3d(var(--x, 12px), var(--y, -24px), 0); opacity: 0.35; }
}

/* Cards and sections */
.problem-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
  gap: clamp(32px, 6vw, 82px);
  margin-top: 60px;
}

.art-card {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #050407;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

.art-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 31%;
  opacity: 0.86;
  transition: transform 1050ms var(--ease-out);
}

.js.reveal-ready .art-card img { transform: scale(1.035); }
.js.reveal-ready .art-card.is-visible img { transform: scale(1); }

.art-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(4, 3, 7, 0.14) 78%, #050407 100%);
  content: "";
}

.trigger-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trigger-card,
.feature-card,
.step-card,
.principle-card,
.review-card {
  border: 1px solid var(--line);
  background: var(--surface);
  transition: transform 220ms ease, translate 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.trigger-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 15px;
  min-height: 88px;
  border-radius: var(--radius-sm);
  padding: 15px;
}

.icon-box {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(179, 106, 255, 0.18);
  border-radius: 13px;
  background: rgba(145, 55, 255, 0.09);
  color: var(--violet-bright);
  font-size: 1.18rem;
  font-weight: 760;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.trigger-card strong { display: block; font-size: 0.99rem; }
.trigger-card p { margin-top: 3px; color: var(--muted-soft); font-size: 0.82rem; }

.steps-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 58px;
  isolation: isolate;
}

.steps-grid::before {
  display: none;
}

.step-card {
  position: relative;
  min-height: 300px;
  border-radius: 18px;
  padding: 25px;
}

.step-card:not(:last-child)::after {
  position: absolute;
  top: 48px;
  left: calc(100% + 1px);
  z-index: 2;
  width: 16px;
  height: 1px;
  transform: scaleX(1);
  transform-origin: left;
  background: linear-gradient(90deg, rgba(177, 104, 255, 0.08), rgba(177, 104, 255, 0.42), rgba(177, 104, 255, 0.08));
  content: "";
  pointer-events: none;
  transition: opacity 520ms var(--ease-out) 180ms, transform 720ms var(--ease-out) 180ms;
}

.js.reveal-ready .step-card:not(:last-child)::after { opacity: 0; transform: scaleX(0); }
.js.reveal-ready .step-card.is-visible:not(:last-child)::after { opacity: 1; transform: scaleX(1); }

.step-number {
  position: absolute;
  top: 20px;
  right: 21px;
  color: rgba(255, 255, 255, 0.1);
  font-size: 2.6rem;
  font-weight: 820;
  letter-spacing: -0.08em;
  line-height: 1;
  transition: opacity 500ms var(--ease-out) 180ms, transform 500ms var(--ease-out) 180ms;
}

.js.reveal-ready .step-card .icon-box { opacity: 0; transform: scale(0.92); transition: opacity 520ms var(--ease-out) 120ms, transform 520ms var(--ease-out) 120ms, background 220ms ease, color 220ms ease; }
.js.reveal-ready .step-card .step-number { opacity: 0; transform: translateX(8px); }
.js.reveal-ready .step-card.is-visible .icon-box { opacity: 1; transform: scale(1); }
.js.reveal-ready .step-card.is-visible .step-number { opacity: 1; transform: translateX(0); }

.step-card h3 { margin-top: 32px; font-size: 1.4rem; letter-spacing: -0.025em; }
.step-card p { margin-top: 11px; color: var(--muted); font-size: 0.91rem; line-height: 1.7; }
.step-detail { display: block; margin-top: 20px; color: #c99dff; font-size: 0.74rem; font-weight: 720; letter-spacing: 0.06em; text-transform: uppercase; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 57px;
}

.feature-card {
  min-height: 235px;
  border-radius: 17px;
  padding: 21px;
}

.feature-card h3 { margin-top: 29px; font-size: 1.08rem; letter-spacing: -0.018em; }
.feature-card p { margin-top: 8px; color: var(--muted-soft); font-size: 0.83rem; line-height: 1.65; }

.showcase-stack {
  display: grid;
  gap: clamp(82px, 10vw, 138px);
  margin-top: 75px;
}

.showcase {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: clamp(38px, 7vw, 90px);
}

.showcase:nth-child(even) { grid-template-columns: 1.08fr 0.92fr; }
.showcase:nth-child(even) .showcase-copy { order: 2; }

.showcase--copy-only {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
  border: 1px solid rgba(183, 110, 255, 0.2);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 50% 0%, rgba(145, 55, 255, 0.14), transparent 54%),
    rgba(255, 255, 255, 0.022);
  padding: clamp(30px, 5vw, 58px);
  box-shadow: var(--shadow-violet);
}

.showcase--copy-only .showcase-copy { text-align: center; }
.showcase--copy-only .showcase-copy .subheading,
.showcase--copy-only .check-list { margin-inline: auto; }

.showcase-copy .heading { font-size: clamp(2rem, 3.8vw, 3.45rem); }
.showcase-copy .subheading { max-width: 570px; }

.check-list {
  display: grid;
  gap: 13px;
  margin-top: 28px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 11px;
  color: rgba(255, 255, 255, 0.77);
  font-size: 0.91rem;
  transition: opacity 420ms var(--ease-out), transform 420ms var(--ease-out);
}

.js.reveal-ready .showcase-copy .check-list li { opacity: 0; transform: translateX(-8px); }
.js.reveal-ready .showcase-copy.is-visible .check-list li { opacity: 1; transform: translateX(0); }
.js.reveal-ready .showcase-copy.is-visible .check-list li:nth-child(1) { transition-delay: 180ms; }
.js.reveal-ready .showcase-copy.is-visible .check-list li:nth-child(2) { transition-delay: 225ms; }
.js.reveal-ready .showcase-copy.is-visible .check-list li:nth-child(3) { transition-delay: 270ms; }

.check-list li::before {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 1px solid rgba(177, 104, 255, 0.35);
  border-radius: 50%;
  background: rgba(145, 55, 255, 0.11);
  color: #cda3ff;
  content: "✓";
  font-size: 0.66rem;
  font-weight: 900;
}

.showcase-art {
  position: relative;
  height: clamp(620px, 62vw, 760px);
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 50% 36%, rgba(126, 38, 255, 0.12), transparent 56%),
    #050407;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.52);
}

.showcase-art > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0.9;
  transition: transform 1050ms var(--ease-out);
}

.js.reveal-ready .showcase-art > img { transform: scale(1.04); }
.js.reveal-ready .showcase-art.is-visible > img { transform: scale(1); }

.showcase-art::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 68%, rgba(5, 4, 7, 0.08) 82%, #050407 100%);
}

.showcase-art--pauses {
  width: 100%;
  max-width: 500px;
  justify-self: end;
  border-color: rgba(179, 102, 255, 0.16);
  background:
    radial-gradient(circle at 54% 48%, rgba(126, 38, 255, 0.2), transparent 58%),
    #030306;
  box-shadow:
    0 42px 120px rgba(0, 0, 0, 0.62),
    0 0 70px rgba(126, 38, 255, 0.1);
}

.showcase-art--pauses > img {
  object-fit: cover;
  /* The source artwork includes its own marketing headline above the device.
     Crop from the phone so the website copy and product image align cleanly. */
  object-position: center 72%;
  opacity: 1;
}

.showcase-art--pauses::after {
  background:
    linear-gradient(180deg, rgba(3, 3, 6, 0.06), transparent 12%, transparent 88%, rgba(3, 3, 6, 0.3)),
    linear-gradient(90deg, rgba(3, 3, 6, 0.14), transparent 16%, transparent 84%, rgba(3, 3, 6, 0.14));
  pointer-events: none;
}

.showcase--pauses {
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.72fr);
  align-items: start;
}

.showcase--pauses .showcase-copy {
  padding-top: clamp(76px, 7vw, 112px);
}

.showcase--urge {
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.72fr);
  align-items: start;
}

.showcase--urge .showcase-copy {
  padding-top: clamp(76px, 7vw, 112px);
}

.showcase-art--urge {
  width: 100%;
  max-width: 500px;
  justify-self: end;
  border-color: rgba(179, 102, 255, 0.16);
  background:
    radial-gradient(circle at 50% 48%, rgba(126, 38, 255, 0.2), transparent 58%),
    #030306;
  box-shadow:
    0 42px 120px rgba(0, 0, 0, 0.62),
    0 0 70px rgba(126, 38, 255, 0.1);
}

.showcase-art--urge > img {
  object-fit: cover;
  /* The supplied App Store composition includes its own headline.
     Crop from the device so the website copy remains the section headline. */
  object-position: center 72%;
  opacity: 1;
}

.showcase-art--urge::after {
  background:
    linear-gradient(180deg, rgba(3, 3, 6, 0.06), transparent 12%, transparent 88%, rgba(3, 3, 6, 0.3)),
    linear-gradient(90deg, rgba(3, 3, 6, 0.14), transparent 16%, transparent 84%, rgba(3, 3, 6, 0.14));
  pointer-events: none;
}

.showcase--protection {
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.72fr);
  align-items: start;
}

.showcase--protection .showcase-art { order: 2; }

.showcase--protection .showcase-copy {
  order: 1;
  padding-top: clamp(76px, 7vw, 112px);
}

.showcase-art--protection {
  width: 100%;
  max-width: 500px;
  justify-self: end;
  border-color: rgba(179, 102, 255, 0.16);
  background:
    radial-gradient(circle at 50% 50%, rgba(126, 38, 255, 0.2), transparent 58%),
    #030306;
  box-shadow:
    0 42px 120px rgba(0, 0, 0, 0.62),
    0 0 70px rgba(126, 38, 255, 0.1);
}

.showcase-art--protection > img {
  object-fit: cover;
  /* The supplied App Store composition includes its own headline.
     Crop from the device so the website copy remains the section headline. */
  object-position: center 72%;
  opacity: 1;
}

.showcase-art--protection::after {
  background:
    linear-gradient(180deg, rgba(3, 3, 6, 0.06), transparent 12%, transparent 88%, rgba(3, 3, 6, 0.3)),
    linear-gradient(90deg, rgba(3, 3, 6, 0.14), transparent 16%, transparent 84%, rgba(3, 3, 6, 0.14));
  pointer-events: none;
}

.showcase--progress {
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.72fr);
  align-items: start;
}

.showcase--progress .showcase-copy {
  padding-top: clamp(76px, 7vw, 112px);
}

.showcase-art--progress {
  width: 100%;
  max-width: 500px;
  justify-self: end;
  border-color: rgba(179, 102, 255, 0.16);
  background:
    radial-gradient(circle at 50% 48%, rgba(126, 38, 255, 0.2), transparent 58%),
    #030306;
  box-shadow:
    0 42px 120px rgba(0, 0, 0, 0.62),
    0 0 70px rgba(126, 38, 255, 0.1);
}

.showcase-art--progress > img {
  object-fit: cover;
  /* Keep the genuine in-app Progress screen prominent while the website copy
     carries the section headline beside it. */
  object-position: center 72%;
  opacity: 1;
}

.showcase-art--progress::after {
  background:
    linear-gradient(180deg, rgba(3, 3, 6, 0.06), transparent 12%, transparent 88%, rgba(3, 3, 6, 0.3)),
    linear-gradient(90deg, rgba(3, 3, 6, 0.14), transparent 16%, transparent 84%, rgba(3, 3, 6, 0.14));
  pointer-events: none;
}

.showcase--today {
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.72fr);
  align-items: start;
}

.showcase--today .showcase-art { order: 2; }

.showcase--today .showcase-copy {
  order: 1;
  padding-top: clamp(76px, 7vw, 112px);
}

.showcase-art--today {
  width: 100%;
  max-width: 500px;
  justify-self: end;
  border-color: rgba(179, 102, 255, 0.16);
  background:
    radial-gradient(circle at 50% 48%, rgba(126, 38, 255, 0.2), transparent 58%),
    #030306;
  box-shadow:
    0 42px 120px rgba(0, 0, 0, 0.62),
    0 0 70px rgba(126, 38, 255, 0.1);
}

.showcase-art--today > img {
  object-fit: cover;
  /* Keep the real Today dashboard prominent while the website copy carries
     the marketing headline beside it. */
  object-position: center 72%;
  opacity: 1;
}

.showcase-art--today::after {
  background:
    linear-gradient(180deg, rgba(3, 3, 6, 0.06), transparent 12%, transparent 88%, rgba(3, 3, 6, 0.3)),
    linear-gradient(90deg, rgba(3, 3, 6, 0.14), transparent 16%, transparent 84%, rgba(3, 3, 6, 0.14));
  pointer-events: none;
}

/* Present feature screenshots as transparent device cutouts. The device sits
   directly in the section instead of carrying its App Store poster canvas. */
.showcase-art.showcase-art--phone {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  justify-self: center;
  width: min(100%, 360px);
  max-width: 360px;
  height: clamp(540px, 48vw, 660px);
  min-height: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.showcase-art.showcase-art--phone > img {
  position: relative;
  inset: auto;
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
  opacity: 1;
  filter:
    drop-shadow(0 34px 44px rgba(0, 0, 0, 0.52))
    drop-shadow(0 0 28px rgba(132, 48, 255, 0.18));
  transform-origin: center bottom;
}

.showcase-art.showcase-art--phone::after {
  display: none;
}

/* Interactive demo */
@property --demo-progress {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.demo-wrap {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: clamp(40px, 8vw, 100px);
  margin-top: 57px;
}

.demo-copy { max-width: 510px; }

.demo-shell {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(183, 110, 255, 0.24);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 50% 42%, rgba(142, 49, 255, 0.17), transparent 36%),
    rgba(255, 255, 255, 0.022);
  padding: clamp(24px, 5vw, 52px);
  box-shadow: var(--shadow-violet);
}

.demo-panel {
  width: min(100%, 430px);
  border: 1px solid rgba(223, 199, 255, 0.25);
  border-radius: 24px;
  background: linear-gradient(155deg, rgba(31, 11, 54, 0.9), rgba(5, 3, 9, 0.94));
  box-shadow: 0 32px 78px rgba(0, 0, 0, 0.55), 0 0 44px rgba(142, 49, 255, 0.12);
  padding: clamp(25px, 4vw, 36px);
}

.demo-screen { display: flex; flex-direction: column; align-items: center; text-align: center; }
.demo-label { color: var(--violet-bright); font-size: 0.62rem; font-weight: 830; letter-spacing: 0.19em; text-transform: uppercase; }
.demo-screen h3 { margin-top: 21px; font-size: 1.45rem; letter-spacing: -0.03em; }
.demo-screen > p { margin-top: 8px; color: var(--muted-soft); font-size: 0.76rem; line-height: 1.55; }

.demo-ring {
  --demo-progress: 0deg;
  position: relative;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  margin-top: 25px;
  border-radius: 50%;
  background: conic-gradient(var(--violet-bright) var(--demo-progress), rgba(255, 255, 255, 0.07) 0);
  box-shadow: 0 0 42px rgba(153, 66, 255, 0.18);
  transition: --demo-progress 280ms linear, box-shadow 300ms ease;
}

.demo-ring::before {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: #08040d;
  content: "";
}

.demo-time {
  position: relative;
  z-index: 1;
  font-size: 2.35rem;
  font-weight: 770;
  letter-spacing: -0.05em;
}

.demo-time small {
  display: block;
  margin-top: 2px;
  color: var(--muted-soft);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.demo-button { width: 100%; margin-top: 28px; }

.demo-status {
  min-height: 22px;
  margin-top: 13px;
  color: var(--muted-soft);
  font-size: 0.67rem;
}

.demo-complete .demo-ring {
  background: rgba(121, 230, 174, 0.16);
  box-shadow: 0 0 42px rgba(121, 230, 174, 0.16);
  animation: demo-complete-settle 460ms var(--ease-out) both;
}

.demo-complete .demo-time { color: var(--success); }

.demo-running .demo-ring {
  box-shadow: 0 0 46px rgba(153, 66, 255, 0.22);
  animation: demo-breathe 2.4s ease-in-out infinite;
}

@keyframes demo-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.012); }
}

@keyframes demo-complete-settle {
  0% { transform: scale(1); }
  55% { transform: scale(1.055); }
  100% { transform: scale(1); }
}

/* Reviews */
.reviews-section {
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 54%, rgba(126, 38, 255, 0.14), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.01));
}

.reviews-section .section-heading {
  max-width: 760px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 15px;
  margin-top: 52px;
  padding: 0;
  list-style: none;
}

.review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 230px;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.09);
  border-radius: 13px;
  background:
    linear-gradient(145deg, rgba(157, 77, 255, 0.045), transparent 48%),
    rgba(7, 6, 10, 0.82);
  padding: clamp(23px, 2.7vw, 29px);
}

.review-card::before {
  position: absolute;
  inset: auto 10% 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 118, 255, 0.34), transparent);
  content: "";
}

.review-stars {
  color: var(--violet-bright);
  font-size: 0.97rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-shadow: 0 0 16px rgba(185, 118, 255, 0.38);
  transition: opacity 480ms var(--ease-out) 110ms, transform 480ms var(--ease-out) 110ms;
}

.review-card blockquote {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  font-weight: 680;
  letter-spacing: -0.018em;
  line-height: 1.55;
  text-wrap: pretty;
  transition: opacity 520ms var(--ease-out) 170ms, transform 520ms var(--ease-out) 170ms;
}

.review-card .review-source {
  margin-top: auto;
  padding-top: 22px;
  color: rgba(245, 240, 255, 0.55);
  font-size: 0.72rem;
  font-weight: 750;
  transition: opacity 460ms var(--ease-out) 230ms, transform 460ms var(--ease-out) 230ms;
}

.js.reveal-ready .review-card :is(.review-stars, blockquote, .review-source) {
  opacity: 0;
  transform: translateY(7px);
}

.js.reveal-ready .review-card.is-visible :is(.review-stars, blockquote, .review-source) {
  opacity: 1;
  transform: translateY(0);
}

/* Principles and FAQ */
.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 55px;
}

.principle-card {
  min-height: 250px;
  border-radius: 18px;
  padding: 24px;
}

.principle-card h3 { margin-top: 36px; font-size: 1.3rem; letter-spacing: -.025em; }
.principle-card p { margin-top: 10px; color: var(--muted); font-size: .9rem; line-height: 1.7; }

.faq-list {
  max-width: 900px;
  margin: 53px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--surface);
}

.faq-item + .faq-item { border-top: 1px solid var(--line-soft); }

.faq-item { transition: background var(--motion-ui) ease; }
.faq-item[open] { background: rgba(145, 55, 255, 0.035); }

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 74px;
  padding: 20px 60px 20px 22px;
  font-size: 1rem;
  font-weight: 690;
  cursor: pointer;
  list-style: none;
  transition: background 180ms ease;
}

.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { background: rgba(255, 255, 255, 0.025); }

.faq-item summary:focus-visible {
  outline: 2px solid var(--violet-bright);
  outline-offset: -4px;
  border-radius: 10px;
}

.faq-item[open] summary { color: rgba(255, 255, 255, 0.96); }

.faq-item summary::after {
  position: absolute;
  right: 22px;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(176, 105, 255, 0.25);
  border-radius: 8px;
  color: var(--violet-bright);
  content: "+";
  font-size: 1.1rem;
  font-weight: 500;
  transition: transform 220ms ease, background 220ms ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
  background: rgba(145, 55, 255, 0.12);
}

.faq-answer {
  max-width: 780px;
  padding: 0 60px 23px 22px;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.75;
}

.faq-item[open] .faq-answer { animation: faq-answer-enter 240ms var(--ease-out) both; }

@keyframes faq-answer-enter {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.faq-answer a,
.legal-content a,
.support-card a,
.support-notice a {
  color: #c99aff;
  text-decoration: underline;
  text-decoration-color: rgba(201, 154, 255, 0.38);
  text-underline-offset: 3px;
}

.final-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(180, 108, 255, 0.23);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 50% 115%, rgba(154, 62, 255, 0.23), transparent 46%),
    rgba(145, 55, 255, 0.045);
  padding: clamp(45px, 7vw, 85px) 24px;
  text-align: center;
  box-shadow: var(--shadow-violet);
}

.cta-logo {
  width: 90px;
  height: 90px;
  margin: 0 auto 26px;
  border-radius: 24px;
  box-shadow: 0 0 36px rgba(153, 66, 255, .32);
  transition: opacity 650ms var(--ease-out) 160ms, transform 650ms var(--ease-out) 160ms;
}

.js.reveal-ready .final-cta .cta-logo { opacity: 0; transform: rotate(-3deg) scale(0.9); }
.js.reveal-ready .final-cta.is-visible .cta-logo { opacity: 1; transform: rotate(0) scale(1); }

.final-cta .heading { max-width: 850px; margin-inline: auto; }
.final-cta .subheading { max-width: 620px; margin-inline: auto; }
.final-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

/* Footer */
.site-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--line-soft);
  padding: 56px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, .65fr);
  gap: 46px;
}

.footer-brand p { max-width: 360px; margin-top: 17px; color: var(--muted-soft); font-size: .84rem; line-height: 1.7; }
.footer-column h2 { color: rgba(255,255,255,.88); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-column ul { display: grid; gap: 11px; margin-top: 17px; padding: 0; list-style: none; }
.footer-column a {
  position: relative;
  color: var(--muted-soft);
  font-size: .83rem;
  transition: color 180ms ease;
}

.footer-column a::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: rgba(185, 118, 255, 0.68);
  content: "";
  transition: transform 180ms ease;
}

.footer-column a:hover { color: white; }
.footer-column a:hover::after { transform: scaleX(1); transform-origin: left; }

.footer-column a.is-active,
.footer-column a[aria-current="page"],
.footer-column a[aria-current="location"] { color: white; }

.footer-column a.is-active::after,
.footer-column a[aria-current="page"]::after,
.footer-column a[aria-current="location"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 46px;
  border-top: 1px solid var(--line-soft);
  padding-top: 23px;
  color: rgba(245,240,255,.62);
  font-size: .73rem;
}

/* Legal and support pages */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--nav-height) + 78px) 0 72px;
  border-bottom: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 50% 10%, rgba(147, 55, 255, 0.18), transparent 34rem),
    linear-gradient(180deg, rgba(145, 55, 255, 0.035), transparent);
}

.page-hero-inner { max-width: 850px; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 750; letter-spacing: -.055em; line-height: 1; }
.page-hero p { max-width: 680px; margin-top: 22px; color: var(--muted); font-size: 1.04rem; line-height: 1.75; }
.page-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 24px; color: var(--muted-soft); font-size: .76rem; }

.js .page-hero-inner > * { animation: hero-enter 620ms var(--ease-out) both; }
.js .page-hero-inner > :nth-child(1) { animation-delay: 70ms; }
.js .page-hero-inner > :nth-child(2) { animation-delay: 150ms; }
.js .page-hero-inner > :nth-child(3) { animation-delay: 230ms; }
.js .page-hero-inner > :nth-child(4) { animation-delay: 310ms; }

.error-page {
  display: grid;
  align-items: center;
  min-height: calc(100svh - 150px);
}

.error-page .page-hero-inner { text-align: center; }
.error-page .page-hero-inner p { margin-inline: auto; }
.error-page .hero-actions { justify-content: center; }
.error-footer { margin-top: 0; }

.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 760px);
  justify-content: center;
  gap: 70px;
  padding-block: 65px 110px;
}

.legal-nav {
  position: sticky;
  top: calc(var(--nav-height) + 28px);
  align-self: start;
  border-left: 1px solid var(--line);
  padding-left: 18px;
}

.legal-nav strong { color: rgba(255,255,255,.76); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.legal-nav ul { display: grid; gap: 10px; margin-top: 16px; padding: 0; list-style: none; }
.legal-nav a {
  position: relative;
  display: block;
  border-radius: 8px;
  color: var(--muted-soft);
  padding: 6px 9px 6px 13px;
  font-size: .79rem;
  line-height: 1.4;
  transition: color 180ms ease, background 180ms ease, transform var(--motion-ui) var(--ease-out);
}

.legal-nav a::before {
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 0;
  width: 2px;
  border-radius: 99px;
  transform: scaleY(0);
  background: var(--violet-bright);
  content: "";
  transition: transform var(--motion-ui) var(--ease-out);
}

.legal-nav a:hover { color: white; background: rgba(255, 255, 255, 0.025); }

.legal-nav a.is-active,
.legal-nav a[aria-current="location"] {
  transform: translateX(3px);
  background: rgba(145, 55, 255, 0.08);
  color: white;
}

.legal-nav a.is-active::before,
.legal-nav a[aria-current="location"]::before { transform: scaleY(1); }

.legal-content {
  display: grid;
  min-width: 0;
  gap: 18px;
}

.legal-content > section {
  scroll-margin-top: calc(var(--nav-height) + 28px);
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(145, 55, 255, 0.035), transparent 48%),
    rgba(255, 255, 255, 0.018);
  padding: clamp(22px, 3vw, 30px);
  transition: border-color var(--motion-ui) ease, background var(--motion-ui) ease;
}

.legal-content section + section { margin-top: 0; }
.legal-content h2 { font-size: clamp(1.45rem, 3vw, 2rem); letter-spacing: -.025em; }
.legal-content h3 { margin-top: 28px; font-size: 1.03rem; }
.legal-content p,
.legal-content li { color: var(--muted); font-size: .92rem; line-height: 1.82; }
.legal-content p { margin-top: 15px; }
.legal-content ul,
.legal-content ol { display: grid; gap: 9px; margin-top: 15px; padding-left: 22px; }

.legal-callout {
  margin-top: 19px;
  border: 1px solid rgba(180, 108, 255, 0.22);
  border-radius: 15px;
  background: rgba(145, 55, 255, 0.055);
  padding: 18px;
}

.legal-callout strong { color: white; }
.legal-callout p { margin-top: 7px; font-size: .85rem; }

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 45px;
}

.support-card {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  padding: 23px;
  transition: transform var(--motion-ui) var(--ease-out), translate var(--motion-ui) var(--ease-out), border-color var(--motion-ui) ease, background var(--motion-ui) ease, box-shadow var(--motion-ui) ease;
}

.support-card::after {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(201, 154, 255, 0.7);
  content: "\2192";
  font-size: 1.2rem;
  line-height: 1;
  transform: translateX(0);
  transition: color var(--motion-ui) ease, transform var(--motion-ui) var(--ease-out);
}

.support-card h3 { margin-top: 28px; font-size: 1.15rem; }
.support-card p { margin-top: 9px; color: var(--muted); font-size: .84rem; line-height: 1.68; }

.support-notice {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 22px;
  margin-top: 27px;
  border: 1px solid rgba(180, 108, 255, 0.22);
  border-radius: 17px;
  background: rgba(145, 55, 255, .055);
  padding: 21px;
}

@media (hover: hover) and (pointer: fine) {
  .brand:hover img { transform: rotate(-1.5deg) scale(1.035); box-shadow: 0 0 34px rgba(157, 77, 255, 0.34); }

  .scroll-top:hover {
    border-color: rgba(201, 154, 255, 0.65);
    background: rgba(42, 17, 73, 0.94);
  }

  .button:not(:disabled):not([aria-disabled="true"]):hover {
    transform: translateY(-2px);
  }

  .button-primary:not(:disabled):not([aria-disabled="true"]):hover {
    box-shadow: 0 17px 46px rgba(129, 42, 246, 0.42), inset 0 1px rgba(255, 255, 255, 0.28);
  }

  .button-secondary:not(:disabled):not([aria-disabled="true"]):hover {
    border-color: rgba(183, 117, 255, 0.35);
    background: rgba(150, 63, 255, 0.07);
  }

  .button:not(:disabled):not([aria-disabled="true"]):hover::before {
    transform: translateX(520%) skewX(-18deg);
  }

  .trigger-card:hover,
  .feature-card:hover,
  .step-card:hover,
  .principle-card:hover,
  .review-card:hover,
  .js .trigger-card.reveal.is-visible:hover,
  .js .feature-card.reveal.is-visible:hover,
  .js .step-card.reveal.is-visible:hover,
  .js .principle-card.reveal.is-visible:hover,
  .js .review-card.reveal.is-visible:hover {
    border-color: rgba(184, 112, 255, 0.26);
    background-color: rgba(145, 56, 255, 0.028);
  }

  .support-card:hover,
  .js .support-card.reveal.is-visible:hover {
    translate: 0 -4px;
    border-color: rgba(184, 112, 255, 0.42);
    background: rgba(145, 56, 255, 0.075);
    box-shadow: 0 20px 48px rgba(92, 31, 180, 0.2);
  }

  .support-card:hover .icon-box {
    transform: rotate(-2deg) scale(1.04);
    background: var(--violet);
    color: white;
  }

  .support-card:hover::after {
    transform: translateX(4px);
    color: white;
  }

  .art-card.is-visible:hover img { transform: scale(1.015); }
  .showcase-art.is-visible:hover > img { transform: scale(1.015); }

  .legal-content > section:hover {
    border-color: rgba(184, 112, 255, 0.2);
    background-color: rgba(145, 56, 255, 0.022);
  }
}

@media (hover: none), (pointer: coarse) {
  .button:not(:disabled):not([aria-disabled="true"]):active,
  .menu-toggle:active,
  .scroll-top:active { transform: scale(0.97); }

  .support-card:active,
  .js.reveal-ready .support-card.reveal.is-visible:active {
    translate: 0 1px;
    transform: scale(0.985);
  }

  .brand:active,
  .footer-column a:active { opacity: 0.72; }

  .mobile-nav a:active,
  .legal-nav a:active {
    background: rgba(145, 55, 255, 0.12);
    color: white;
  }
}

.support-notice p { color: var(--muted); font-size: .86rem; }
.support-notice strong { color: white; }
.support-notice h3 { font-size: 1.2rem; }
.support-notice h3 + p { margin-top: 8px; }
.support-notice p + p { margin-top: 6px; }

.support-notice a[href^="mailto:"] {
  color: #d5adff;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: .08em;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.support-notice a[href^="mailto:"]:hover { color: white; }

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: var(--muted);
  padding: 7px 10px;
  font-size: .72rem;
  white-space: nowrap;
}

.status-pill::before { width: 7px; height: 7px; border-radius: 50%; background: #e9b949; content: ""; box-shadow: 0 0 10px rgba(233,185,73,.45); }

.status-pill--available {
  border-color: rgba(121,230,174,.28);
  background: rgba(121,230,174,.09);
  color: #b8f5d4;
}

.status-pill--available::before {
  background: var(--success);
  box-shadow: 0 0 10px rgba(121,230,174,.5);
}

.support-faq { margin-top: 60px; }

.no-script {
  margin: calc(var(--nav-height) + 14px) auto 0;
  width: min(calc(100% - 40px), 760px);
  border: 1px solid rgba(255, 127, 151, .28);
  border-radius: 12px;
  background: rgba(255, 127, 151, .08);
  padding: 13px;
  color: #ffd5dd;
  text-align: center;
  font-size: .82rem;
}

.no-script-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin-top: 10px;
  color: white;
  font-weight: 700;
}

.no-script-nav a { text-decoration: underline; text-underline-offset: 3px; }

/* Responsive */
@media (min-width: 821px) {
  html.js-failed .mobile-nav { display: none; }
}

/* Keep the primary download action above the fold on shorter desktop viewports. */
@media (min-width: 821px) and (max-height: 760px) {
  .hero {
    min-height: 100svh;
    padding: calc(var(--nav-height) + 18px) 0 32px;
  }

  .hero-inner {
    min-height: calc(100svh - var(--nav-height) - 50px);
  }

  .hero-kicker { margin-bottom: 14px; }

  .hero .display {
    font-size: clamp(3rem, 5.1vw, 4.15rem);
    line-height: .94;
  }

  .hero-copy .subheading {
    margin-top: 17px;
    font-size: clamp(.96rem, 1.55vw, 1.1rem);
  }

  .hero-actions { margin-top: 18px; }
  .hero-actions .app-store-badge { width: 210px; }
}

@media (max-width: 1080px) {
  .desktop-nav { gap: 14px; font-size: .8rem; }
  .brand-tagline { display: none; }
  .hero-inner { grid-template-columns: minmax(0, 0.9fr) minmax(450px, 1.1fr); }
  .hero-copy { max-width: 770px; padding-top: 20px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .problem-layout { grid-template-columns: 1fr 1fr; gap: 35px; }
  .showcase,
  .showcase:nth-child(even) { gap: 45px; }
}

@media (max-width: 820px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  html.js-failed .mobile-nav {
    max-height: calc(100vh - var(--nav-height));
    max-height: calc(100dvh - var(--nav-height));
    border-color: var(--line-soft);
    opacity: 1;
  }
  html.js-failed .mobile-nav a { opacity: 1; transform: none; }
  .hero { min-height: auto; padding-top: calc(var(--nav-height) + 54px); }
  .hero-inner { grid-template-columns: 1fr; gap: 38px; }
  .hero::after { background: linear-gradient(180deg, rgba(3,3,6,.94) 0%, rgba(3,3,6,.54) 44%, var(--bg) 92%); }
  .hero-bg { --hero-opacity: 0.24; object-position: 52% 10%; opacity: .24; }
  .hero-copy { text-align: center; margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-devices { width: min(100%, 700px); justify-self: center; }
  .problem-layout,
  .showcase,
  .showcase:nth-child(even),
  .demo-wrap { grid-template-columns: 1fr; }
  .showcase--copy-only,
  .showcase--copy-only:nth-child(even) { grid-template-columns: minmax(0, 820px); }
  .showcase:nth-child(even) .showcase-copy { order: 0; }
  .showcase-copy { text-align: center; }
  .showcase-copy .subheading { margin-inline: auto; }
  .showcase-art--pauses { justify-self: center; }
  .showcase-art--pauses > img { object-position: center 58%; }
  .showcase--pauses .showcase-copy { padding-top: 0; }
  .showcase-art--urge { justify-self: center; }
  .showcase-art--urge > img { object-position: center 58%; }
  .showcase--urge .showcase-copy { padding-top: 0; }
  .showcase--protection .showcase-copy { order: 0; padding-top: 0; }
  .showcase--protection .showcase-art { order: 1; }
  .showcase-art--protection { justify-self: center; }
  .showcase-art--protection > img { object-position: center 58%; }
  .showcase-art--progress { justify-self: center; }
  .showcase-art--progress > img { object-position: center 58%; }
  .showcase--progress .showcase-copy { padding-top: 0; }
  .showcase--today .showcase-copy { order: 0; padding-top: 0; }
  .showcase--today .showcase-art { order: 1; }
  .showcase-art--today { justify-self: center; }
  .showcase-art--today > img { object-position: center 58%; }
  .check-list { max-width: 580px; margin-inline: auto; text-align: left; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid::before { display: none; }
  .step-card:not(:last-child)::after { display: none; }
  .step-card { min-height: 0; }
  .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .principles-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .legal-layout { grid-template-columns: minmax(0, 760px); gap: 35px; }
  .legal-nav { position: static; border-left: 0; border-bottom: 1px solid var(--line); padding: 0 0 23px; }
  .legal-nav ul { grid-template-columns: repeat(2, 1fr); }
  .support-grid { grid-template-columns: 1fr; }
  .showcase-art { height: 680px; }

  .showcase-art.showcase-art--phone {
    width: min(100%, 330px);
    max-width: 330px;
    height: clamp(500px, 130vw, 620px);
  }
  .demo-copy { max-width: 620px; margin-inline: auto; text-align: center; }
}

@media (max-width: 620px) {
  :root { --nav-height: 70px; }
  .container { width: min(calc(100% - 30px), var(--max-width)); }
  .section { padding-block: 64px; }
  .section--tight { padding-block: 54px; }
  .brand img { width: 38px; height: 38px; border-radius: 12px; }
  .brand-tagline { display: none; }
  .display { font-size: clamp(2.45rem, 12.2vw, 4.25rem); }
  .hero-kicker { margin-bottom: 18px; font-size: .64rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .app-store-badge { align-self: center; width: min(100%, 239px); }
  .hero-actions .button { width: 100%; }
  .problem-layout { grid-template-columns: 1fr; }
  .art-card { min-height: 470px; border-radius: 25px; }
  .showcase-art { height: 520px; min-height: 0; border-radius: 25px; }

  .showcase-art.showcase-art--phone {
    width: min(100%, 290px);
    max-width: 290px;
    height: clamp(470px, 145vw, 570px);
    border-radius: 0;
  }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .showcase-stack { gap: 70px; margin-top: 60px; }
  .reviews-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .review-card { min-height: 0; padding: 23px; }
  .demo-shell { min-height: 0; padding: 22px; }
  .demo-panel { width: 100%; }
  .faq-item summary { padding: 18px 55px 18px 17px; font-size: .92rem; }
  .faq-item summary::after { right: 16px; }
  .faq-answer { padding: 0 44px 20px 17px; font-size: .84rem; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .page-hero { padding-top: calc(var(--nav-height) + 58px); }
  .legal-layout { padding: 42px 0 80px; }
  .legal-nav ul { grid-template-columns: 1fr; }
  .legal-content > section { border-radius: 15px; padding: 20px; }
  .support-notice { grid-template-columns: 1fr; }
  .scroll-top {
    right: max(14px, calc(env(safe-area-inset-right) + 10px));
    bottom: max(14px, calc(env(safe-area-inset-bottom) + 10px));
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
  .reveal,
  .js .reveal,
  .js .showcase-copy .check-list li,
  .js .final-cta .cta-logo,
  .js .review-card :is(.review-stars, blockquote, .review-source),
  .js .step-card .icon-box,
  .js .step-card .step-number {
    opacity: 1 !important;
    transform: none !important;
  }
  .button,
  .brand img,
  .trigger-card,
  .feature-card,
  .step-card,
  .principle-card,
  .review-card,
  .support-card,
  .icon-box {
    translate: none !important;
  }
  .button,
  .brand img,
  .menu-toggle,
  .icon-box {
    transform: none !important;
  }
  .support-card,
  .legal-nav a,
  .art-card img,
  .showcase-art > img {
    transform: none !important;
  }
  .button::before { display: none; }
  .scroll-top { transform: none !important; }
  .site-nav::after { display: none; }
  .particles { display: none; }
}

@media (forced-colors: active) {
  body::before,
  body::after,
  .particles { display: none !important; }

  .display .accent,
  .heading .accent,
  .gradient-text {
    color: CanvasText;
    background: none;
    -webkit-text-fill-color: CanvasText;
  }

  .button,
  .nav-cta,
  .menu-toggle,
  .scroll-top,
  .faq-item,
  .status-pill,
  .trigger-card,
  .feature-card,
  .step-card,
  .principle-card,
  .review-card,
  .support-card,
  .support-notice,
  .legal-content > section,
  .legal-callout {
    border: 1px solid ButtonText;
    box-shadow: none;
  }

  .demo-ring {
    border: 2px solid Highlight;
    background: Canvas;
    box-shadow: none;
  }

  .site-nav::after { background: Highlight; box-shadow: none; }

  a:not(.button):not(.brand):not(.nav-cta) { text-decoration: underline; }
  :focus-visible { outline-color: Highlight; }
}

@media print {
  :root {
    --text: #000;
    --muted: #222;
    --muted-soft: #333;
    --line: #aaa;
    --line-soft: #ccc;
    color-scheme: light;
  }

  .site-nav,
  .mobile-nav,
  .scroll-top,
  .site-footer,
  .legal-nav,
  .particles { display: none !important; }
  body { background: white; color: black; }
  body::before,
  body::after { display: none; }
  .hero {
    min-height: 0;
    padding: 24px 0;
  }
  .hero-bg,
  .hero::before,
  .hero::after,
  .hero-devices,
  .art-card,
  .showcase-art,
  .demo-shell { display: none !important; }
  .hero-inner,
  .hero-copy { min-height: 0; max-width: none; padding: 0; }
  .section { padding-block: 32px; }
  .problem-layout,
  .showcase,
  .showcase:nth-child(even),
  .demo-wrap { display: block; }
  .showcase-copy { margin-bottom: 28px; }
  .showcase--copy-only,
  .final-cta {
    border-color: #bbb;
    background: none;
    box-shadow: none;
  }
  .page-hero { padding: 0 0 24px; border-color: #ccc; background: none; }
  .legal-layout { display: block; padding: 24px 0; }
  .legal-content p,
  .legal-content li,
  .page-hero p { color: #222; }
  .legal-callout strong,
  .review-card blockquote,
  .review-stars,
  .check-list li { color: #000; }
  .review-card .review-source { color: #333; }
  .legal-content section + section { border-color: #ccc; }

  .reveal,
  .js .reveal,
  .js.reveal-ready .reveal,
  .js.reveal-ready .showcase-copy .check-list li,
  .js.reveal-ready .final-cta .cta-logo,
  .js.reveal-ready .review-card :is(.review-stars, blockquote, .review-source),
  .js.reveal-ready .step-card .icon-box,
  .js.reveal-ready .step-card .step-number {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .display .accent,
  .heading .accent,
  .gradient-text {
    color: #000;
    background: none;
    -webkit-text-fill-color: #000;
  }

  .support-card,
  .support-notice,
  .review-card,
  .legal-content > section,
  .legal-callout,
  .faq-item {
    break-inside: avoid;
    border-color: #bbb;
    background: none;
    box-shadow: none;
  }

  .button {
    border: 1px solid #000;
    background: none;
    color: #000;
    box-shadow: none;
  }
}
