@font-face {
  font-family: "Nunito";
  src: url("/fonts/nunito-6e1fc1e5.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 200 1000;
}

:root {
  --ink: #211a38;
  --ink-soft: #5d5672;
  --paper: #fcfaf6;
  --white: #ffffff;
  --purple-950: #24133f;
  --purple-900: #311b59;
  --purple-800: #422475;
  --purple-700: #553aa8;
  --purple-500: #765ae0;
  --purple-100: #eee9fb;
  --amber: #ffc342;
  --amber-soft: #fff2cc;
  --teal-900: #075f5b;
  --teal-800: #08746e;
  --teal-100: #e3f6f3;
  --green-800: #276f38;
  --green-100: #e8f5e9;
  --line: rgba(49, 27, 89, 0.13);
  --shadow-sm: 0 10px 30px rgba(36, 19, 63, 0.08);
  --shadow-lg: 0 30px 80px rgba(36, 19, 63, 0.18);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --page: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: light;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Nunito", ui-rounded, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

.app-screenshot {
  width: 100%;
  height: auto;
  object-fit: contain;
}

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

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--purple-900);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--amber);
}

.announcement a:focus-visible,
.site-header a:focus-visible,
.hero-shell a:focus-visible,
.social-section a:focus-visible,
.site-footer a:focus-visible,
.legal-header a:focus-visible,
.not-found a:focus-visible {
  outline-color: var(--white);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  border-radius: 12px;
  background: var(--white);
  color: var(--purple-900);
  padding: 10px 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
}

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

.container {
  width: var(--page);
  margin-inline: auto;
}

.section {
  padding-block: clamp(72px, 10vw, 128px);
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--purple-700);
  font-size: 0.78rem;
  font-weight: 1000;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #e9dcff;
}

.eyebrow-teal {
  color: var(--teal-800);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  max-width: 11ch;
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(2.65rem, 6vw, 5rem);
  font-weight: 1000;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

h2 {
  margin-bottom: 18px;
  color: var(--purple-900);
  font-size: clamp(2.1rem, 4.5vw, 4rem);
  font-weight: 1000;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

h3 {
  margin-bottom: 8px;
  font-size: clamp(1.18rem, 2vw, 1.5rem);
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.section-intro {
  max-width: 64ch;
  margin-bottom: clamp(30px, 5vw, 54px);
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-weight: 650;
}

.section-heading {
  max-width: 790px;
}

.announcement {
  position: relative;
  z-index: 80;
  background: var(--amber);
  color: #352300;
  text-align: center;
}

.announcement p {
  margin: 0;
  padding: 9px 18px;
  font-size: clamp(0.8rem, 2vw, 0.94rem);
  font-weight: 900;
  line-height: 1.35;
}

.announcement a {
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(36, 19, 63, 0.9);
  color: var(--white);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 1.22rem;
  font-weight: 1000;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 30px);
}

.nav-links > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #eee7fb;
  font-size: 0.94rem;
  font-weight: 850;
  text-decoration: none;
}

.nav-links > a:hover {
  color: var(--white);
}

.nav-links .nav-cta {
  min-height: 46px;
  border-radius: 999px;
  background: var(--amber);
  color: #352300;
  padding: 0 18px;
}

.nav-links .nav-cta:hover {
  background: #ffd16a;
  color: #352300;
}

.hero-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 10%, rgba(255, 195, 66, 0.16), transparent 28%),
    radial-gradient(circle at 18% 92%, rgba(57, 203, 194, 0.13), transparent 32%),
    linear-gradient(145deg, var(--purple-800), var(--purple-900) 58%, var(--purple-950));
  color: var(--white);
}

.hero-shell::before,
.hero-shell::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.hero-shell::before {
  top: -360px;
  right: -260px;
  width: 760px;
  height: 760px;
}

.hero-shell::after {
  bottom: -300px;
  left: -230px;
  width: 560px;
  height: 560px;
}

.hero {
  display: grid;
  min-height: min(820px, calc(100svh - 110px));
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  align-items: center;
  gap: clamp(40px, 7vw, 92px);
  padding-block: clamp(76px, 9vw, 116px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-lede {
  max-width: 56ch;
  margin-bottom: 28px;
  color: #eee7fb;
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  font-weight: 650;
}

.hero-actions,
.price-actions {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.hero-actions {
  gap: 10px;
}

.hero-actions .button {
  padding-inline: 18px;
}

.price-actions {
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--amber);
  color: #352300;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.button-primary:hover {
  background: #ffd16a;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.button-dark {
  background: var(--purple-900);
  color: var(--white);
}

.button-dark:hover {
  background: var(--purple-800);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #f4efff;
  padding: 7px 13px;
  font-size: 0.86rem;
  font-weight: 850;
}

.hero-product {
  position: relative;
  min-width: 0;
  padding: 34px 20px 54px 0;
}

.hero-product::before {
  position: absolute;
  inset: 0 4% 2% 2%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 195, 66, 0.28), rgba(118, 90, 224, 0.08) 48%, transparent 70%);
  content: "";
  filter: blur(18px);
}

.device {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 10px solid #171022;
  border-radius: clamp(20px, 3vw, 34px);
  background: #171022;
  box-shadow: 0 34px 72px rgba(0, 0, 0, 0.42);
  transform: rotate(-2deg);
}

.device img {
  width: 100%;
  height: auto;
  border-radius: clamp(11px, 2vw, 23px);
}

.hero-miniko {
  position: absolute;
  z-index: 3;
  right: -5%;
  bottom: 0;
  width: clamp(142px, 18vw, 235px);
  height: auto;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.38));
}

.product-stage {
  background: var(--white);
}

.product-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(49, 27, 89, 0.12);
  border-radius: var(--radius-lg);
  background: #171022;
  box-shadow: var(--shadow-lg);
}

.product-frame::before {
  display: block;
  height: 34px;
  background:
    radial-gradient(circle at 22px 17px, #ff7b6e 0 5px, transparent 6px),
    radial-gradient(circle at 42px 17px, #ffd15c 0 5px, transparent 6px),
    radial-gradient(circle at 62px 17px, #56ca7a 0 5px, transparent 6px),
    #211735;
  content: "";
}

.product-frame img {
  width: 100%;
  height: auto;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.stat {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  padding: 20px 16px;
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.stat strong {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--purple-900);
  font-size: clamp(1.65rem, 3.3vw, 2.5rem);
  font-weight: 1000;
  letter-spacing: -0.04em;
  line-height: 1;
  transform-origin: center bottom;
}

.stat span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.35;
}

.video-section {
  background: var(--purple-100);
}

.video-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(32px, 7vw, 88px);
}

.video-copy p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 1.04rem;
}

.video-card {
  position: relative;
  overflow: hidden;
  border: 9px solid #171022;
  border-radius: 26px;
  background: #171022;
  box-shadow: var(--shadow-lg);
}

.video-play-cue {
  appearance: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: clamp(66px, 7vw, 92px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 3px solid rgb(255 255 255 / 0.8);
  border-radius: 50%;
  color: var(--ink);
  cursor: pointer;
  touch-action: manipulation;
  transform: translate(-50%, -50%);
  background: linear-gradient(145deg, #ffd95d, var(--amber));
  box-shadow: 0 0 0 10px rgb(255 201 70 / 0.16), 0 14px 30px rgb(51 28 9 / 0.38);
  transition: filter 180ms ease, transform 180ms ease;
}

.video-play-cue:hover {
  filter: brightness(1.06) saturate(1.08);
  transform: translate(-50%, -50%) scale(1.045);
}

.video-play-cue:active {
  transform: translate(-50%, -50%) scale(0.96);
}

.video-play-cue:focus-visible {
  outline: 4px solid var(--white);
  outline-offset: 5px;
}

.video-play-cue[hidden] {
  display: none;
}

.video-play-cue::before {
  width: 0;
  height: 0;
  margin-left: 7%;
  border-top: clamp(11px, 1.2vw, 16px) solid transparent;
  border-bottom: clamp(11px, 1.2vw, 16px) solid transparent;
  border-left: clamp(17px, 1.8vw, 24px) solid var(--ink);
  content: '';
}

.video-play-cue::after {
  position: absolute;
  inset: -11px;
  border: 2px solid rgb(255 205 78 / 0.58);
  border-radius: inherit;
  pointer-events: none;
  content: '';
}

.video-card video {
  width: 100%;
  height: auto;
  aspect-ratio: 1280 / 590;
  object-fit: contain;
  border-radius: 16px;
  background: #0d0a16;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.proof-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  padding: clamp(24px, 3vw, 34px);
  box-shadow: var(--shadow-sm);
}

.proof-number {
  display: inline-flex;
  min-width: 56px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 999px;
  background: var(--purple-100);
  color: var(--purple-900);
  padding: 6px 13px;
  font-size: 0.85rem;
  font-weight: 1000;
}

.proof-card:nth-child(2) .proof-number {
  background: var(--amber-soft);
  color: #6f4800;
}

.proof-card:nth-child(3) .proof-number {
  background: var(--teal-100);
  color: var(--teal-900);
}

.proof-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.path-section {
  background: var(--white);
}

.path {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  counter-reset: step;
  list-style: none;
}

.path li {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--paper);
  padding: 58px 20px 22px;
}

.path li::before {
  position: absolute;
  top: 18px;
  left: 20px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--purple-900);
  color: var(--white);
  content: counter(step);
  counter-increment: step;
  font-size: 0.82rem;
  font-weight: 1000;
}

.path-example {
  display: block;
  margin-bottom: 12px;
  color: var(--purple-700);
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  font-weight: 1000;
  letter-spacing: -0.03em;
  line-height: 1;
}

.path p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.93rem;
}

.privacy-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, var(--teal-800), var(--teal-900));
  color: var(--white);
}

.privacy-section::after {
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.privacy-section h2 {
  max-width: 760px;
  color: var(--white);
}

.privacy-section .section-intro {
  color: #e4f8f5;
}

.privacy-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.privacy-card {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.09);
  padding: 26px;
}

.privacy-card h3 {
  color: var(--white);
}

.privacy-card p {
  margin-bottom: 0;
  color: #eafaf8;
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 34px);
}

.screen-card {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.screen-card figcaption {
  padding: 22px 24px 26px;
}

.screen-card figcaption strong {
  display: block;
  margin-bottom: 4px;
  color: var(--purple-900);
  font-size: 1.14rem;
  font-weight: 1000;
}

.screen-card figcaption span {
  color: var(--ink-soft);
}

.price-section {
  background: var(--teal-100);
}

.price-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  align-items: center;
  gap: clamp(30px, 6vw, 78px);
  border: 1px solid rgba(7, 95, 91, 0.19);
  border-radius: var(--radius-lg);
  background: var(--white);
  padding: clamp(28px, 5vw, 58px);
  box-shadow: 0 28px 70px rgba(7, 95, 91, 0.14);
}

.price-card h2 {
  max-width: 12ch;
  color: var(--teal-900);
}

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

.price-list li {
  position: relative;
  padding-left: 32px;
  color: #315b58;
  font-weight: 750;
}

.price-list li::before {
  position: absolute;
  top: 0.14em;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal-800);
  color: var(--white);
  content: "✓";
  font-size: 0.72rem;
  font-weight: 1000;
}

.price-panel {
  border: 2px solid var(--teal-800);
  border-radius: 28px;
  background: var(--teal-100);
  padding: clamp(26px, 4vw, 40px);
  text-align: center;
}

.price-label {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  background: var(--teal-900);
  color: var(--white);
  padding: 6px 14px;
  font-size: 0.78rem;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price {
  display: block;
  margin-top: 18px;
  color: var(--teal-900);
  font-size: clamp(3rem, 6vw, 4.9rem);
  font-weight: 1000;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.price-period {
  display: block;
  margin-top: 10px;
  color: #315b58;
  font-size: 1.02rem;
  font-weight: 900;
}

.price-note {
  margin: 20px 0 0;
  color: #315b58;
  font-size: 0.9rem;
}

.social-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 195, 66, 0.13), transparent 28%),
    linear-gradient(145deg, var(--purple-800), var(--purple-950));
  color: var(--white);
}

.social-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(34px, 7vw, 90px);
}

.social-section h2 {
  color: var(--white);
}

.social-section .section-intro {
  margin-bottom: 26px;
  color: #eee7fb;
}

.store-status {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.store-status span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  padding: 7px 13px;
  font-size: 0.86rem;
  font-weight: 850;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.social-link {
  display: grid;
  min-height: 106px;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.09);
  color: var(--white);
  padding: 20px;
  text-decoration: none;
}

.social-link .social-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgb(20 9 38 / 0.28);
}

.social-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.social-icon--instagram {
  background: #c13584;
}

.social-icon--youtube {
  padding: 5px;
  background: var(--white);
}

.social-icon--tiktok {
  background: #000;
}

.social-icon--x {
  padding: 11px;
  background: #000;
}

.social-link strong,
.social-link span {
  display: block;
}

.social-link strong {
  font-size: 1.02rem;
  font-weight: 1000;
}

.social-link span {
  overflow: hidden;
  color: #ddd5ef;
  font-size: 0.84rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(34px, 7vw, 88px);
}

.faq-section {
  padding-bottom: clamp(48px, 6vw, 72px);
}

.faq-intro p {
  color: var(--ink-soft);
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 6px 20px rgba(36, 19, 63, 0.05);
}

summary {
  position: relative;
  min-height: 58px;
  cursor: pointer;
  padding: 17px 54px 17px 20px;
  color: var(--purple-900);
  font-weight: 950;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--purple-700);
  content: "+";
  font-size: 1.45rem;
  font-weight: 800;
}

details[open] summary::after {
  content: "−";
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--ink-soft);
}

details a {
  color: var(--purple-700);
  font-weight: 850;
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .stat,
  .proof-card,
  .path > li,
  .privacy-card,
  .screen-card,
  .price-panel,
  .legal-summary,
  .social-link {
    transition:
      border-color 220ms ease,
      background 220ms ease,
      box-shadow 220ms ease,
      transform 220ms ease;
  }

  details {
    transition:
      border-color 200ms ease,
      background 200ms ease,
      box-shadow 200ms ease;
  }

  .stat:hover,
  .proof-card:hover,
  .path > li:hover,
  .screen-card:hover {
    border-color: rgb(255 195 66 / 0.7);
    background: linear-gradient(180deg, var(--white) 0%, #fffaf0 100%);
    box-shadow:
      0 16px 34px rgb(36 19 63 / 0.12),
      0 0 0 3px rgb(255 195 66 / 0.2);
    transform: translateY(-4px);
  }

  .privacy-card:hover {
    border-color: rgb(255 195 66 / 0.7);
    background: rgb(255 255 255 / 0.14);
    box-shadow:
      0 16px 34px rgb(1 44 42 / 0.22),
      0 0 0 3px rgb(255 195 66 / 0.2);
    transform: translateY(-4px);
  }

  .price-panel:hover,
  .legal-summary:hover {
    border-color: rgb(255 195 66 / 0.7);
    background: linear-gradient(180deg, var(--teal-100) 0%, #fff8df 100%);
    box-shadow:
      0 16px 34px rgb(7 95 91 / 0.18),
      0 0 0 3px rgb(255 195 66 / 0.2);
    transform: translateY(-4px);
  }

  .social-link:hover {
    border-color: rgb(255 195 66 / 0.7);
    background: rgb(255 255 255 / 0.14);
    box-shadow:
      0 16px 34px rgb(20 9 38 / 0.24),
      0 0 0 3px rgb(255 195 66 / 0.2);
    transform: translateY(-4px);
  }

  details:hover {
    border-color: rgb(255 195 66 / 0.7);
    background: #fffdf8;
    box-shadow:
      0 12px 28px rgb(36 19 63 / 0.1),
      0 0 0 3px rgb(255 195 66 / 0.2);
  }
}

.site-footer {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 12% 0%, rgba(122, 82, 196, 0.25), transparent 36%),
    var(--purple-950);
  color: #e9e2f4;
  padding-block: 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
}

.footer-brand {
  color: var(--white);
}

.footer-hub,
.footer-links,
.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-hub {
  justify-content: center;
  gap: 10px 18px;
}

.footer-links,
.footer-social {
  gap: 8px 16px;
}

.footer-divider {
  width: 1px;
  height: 22px;
  background: rgba(233, 226, 244, 0.3);
}

.footer-links a,
.footer-social a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  color: #e9e2f4;
  font-size: 0.84rem;
  font-weight: 800;
  text-underline-offset: 3px;
}

.copyright {
  margin: 0;
  color: #bdb2d0;
  font-size: 0.86rem;
  text-align: right;
}

.legal-header {
  background: var(--purple-950);
  color: var(--white);
}

.legal-nav {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.legal-back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #eee7fb;
  font-weight: 850;
  text-underline-offset: 3px;
}

.legal-main {
  width: min(800px, calc(100% - 40px));
  margin-inline: auto;
  padding-block: clamp(54px, 8vw, 92px);
}

.legal-main h1 {
  max-width: none;
  margin-bottom: 8px;
  color: var(--purple-900);
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 1;
}

.legal-date {
  margin-bottom: 34px;
  color: var(--ink-soft);
  font-weight: 750;
}

.legal-summary {
  margin-bottom: 38px;
  border: 1px solid rgba(7, 95, 91, 0.18);
  border-radius: 22px;
  background: var(--teal-100);
  color: #214e4a;
  padding: 22px 24px;
  font-weight: 800;
}

.legal-main h2 {
  margin: 36px 0 10px;
  color: var(--purple-800);
  font-size: clamp(1.35rem, 3vw, 1.7rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.legal-main p,
.legal-main li {
  color: #484159;
}

.legal-main ul {
  padding-left: 23px;
}

.legal-main li + li {
  margin-top: 7px;
}

.legal-main a {
  color: var(--purple-700);
  font-weight: 850;
  text-underline-offset: 3px;
}

.not-found {
  display: grid;
  min-height: 100svh;
  place-items: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 195, 66, 0.18), transparent 28%),
    linear-gradient(145deg, var(--purple-800), var(--purple-950));
  color: var(--white);
  padding: 24px;
  text-align: center;
}

.not-found-card {
  max-width: 620px;
}

.not-found img {
  width: min(240px, 58vw);
  margin: 0 auto 18px;
}

.not-found h1 {
  max-width: none;
}

.not-found p {
  color: #eee7fb;
  font-size: 1.08rem;
}

.not-found .button {
  margin-top: 16px;
}

@media (max-width: 980px) {
  .hero,
  .video-grid,
  .social-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-product {
    width: min(820px, 100%);
    justify-self: center;
    padding-inline: 20px 28px;
  }

  .hero-miniko {
    right: 0;
  }

  .video-copy {
    max-width: 700px;
  }

  .proof-grid,
  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .path {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .price-card {
    grid-template-columns: 1fr;
  }

  .price-card h2 {
    max-width: 15ch;
  }

  .price-panel {
    width: min(520px, 100%);
    justify-self: center;
  }

  .faq-intro {
    max-width: 650px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    text-align: center;
  }

  .footer-hub {
    max-width: 500px;
  }

  .footer-links,
  .footer-social {
    justify-content: center;
  }

  .copyright {
    text-align: center;
  }
}

@media (max-width: 760px) {
  :root {
    --page: min(100% - 32px, 1180px);
  }

  .section {
    padding-block: 72px;
  }

  .faq-section {
    padding-bottom: 48px;
  }

  .site-footer {
    padding-block: 24px;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 14px;
    row-gap: 14px;
  }

  .footer-brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .footer-hub {
    grid-column: 1 / -1;
    grid-row: 2;
    gap: 8px 14px;
  }

  .copyright {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    font-size: 0.78rem;
  }

  .nav {
    min-height: 64px;
  }

  .nav-links > a:not(.nav-cta) {
    display: none;
  }

  .nav-links .nav-cta {
    min-height: 42px;
    padding-inline: 15px;
  }

  .brand {
    font-size: 1.08rem;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  h1 {
    font-size: clamp(2.6rem, 14vw, 4.4rem);
  }

  .hero {
    gap: 34px;
    padding-block: 58px 76px;
  }

  .hero-product {
    padding: 18px 20px 50px 0;
  }

  .hero-miniko {
    right: 0;
    width: clamp(120px, 35vw, 190px);
  }

  .stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat:last-child {
    grid-column: 1 / -1;
  }

  .path {
    grid-template-columns: 1fr;
  }

  .path li {
    min-height: 0;
  }

  .screen-grid,
  .social-links {
    grid-template-columns: 1fr;
  }

  .price-actions {
    margin-bottom: 0;
  }
}

@media (max-width: 420px) {
  :root {
    --page: min(100% - 28px, 1180px);
  }

  .announcement p {
    padding-inline: 10px;
  }

  .nav {
    gap: 10px;
  }

  .nav-links .nav-cta {
    padding-inline: 12px;
    font-size: 0.86rem;
  }

  .hero-actions,
  .price-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-facts {
    display: grid;
  }

  .hero-facts li {
    justify-content: center;
  }

  .device {
    border-width: 7px;
  }

  .stat {
    padding-inline: 10px;
  }

  .screen-card figcaption {
    padding-inline: 19px;
  }

  .price-card {
    padding-inline: 20px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }

  .hero-shell::before {
    animation: orbit-drift 16s ease-in-out infinite alternate;
  }

  .hero-shell::after {
    animation: orbit-drift 19s ease-in-out infinite alternate-reverse;
  }

  .hero-product::before {
    animation: aura-breathe 5.8s ease-in-out infinite;
  }

  .device {
    animation: device-float 6.6s ease-in-out infinite;
  }

  .hero-miniko {
    animation: miniko-bob 4.8s ease-in-out infinite;
  }

  .store-status span {
    animation: soft-pulse 4.8s ease-in-out infinite;
  }

  .store-status span:nth-child(2) {
    animation-delay: 0.8s;
  }

  .video-play-cue {
    animation: video-play-breathe 2.5s ease-in-out infinite;
  }

  .video-play-cue::after {
    animation: video-play-ring 2.5s ease-in-out infinite;
  }
}

@keyframes orbit-drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(-18px, 16px, 0) scale(1.035);
  }
}

@keyframes aura-breathe {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.97);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes device-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }

  50% {
    transform: translate3d(0, -10px, 0) rotate(-1.35deg);
  }
}

@keyframes miniko-bob {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }

  50% {
    transform: translate3d(-5px, -12px, 0) rotate(1deg);
  }
}

@keyframes soft-pulse {
  0%,
  100% {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 rgba(255, 195, 66, 0);
  }

  50% {
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 20px rgba(255, 195, 66, 0.13);
  }
}

@keyframes video-play-breathe {
  0%,
  100% {
    box-shadow: 0 0 0 9px rgb(255 201 70 / 0.14), 0 14px 30px rgb(51 28 9 / 0.38);
  }

  50% {
    box-shadow: 0 0 0 17px rgb(255 201 70 / 0.05), 0 18px 38px rgb(51 28 9 / 0.46);
  }
}

@keyframes video-play-ring {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(0.93);
  }

  50% {
    opacity: 0.08;
    transform: scale(1.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation: none !important;
  }
}

@media (forced-colors: active) {
  .button,
  .hero-facts li,
  .store-status span,
  .video-play-cue,
  .social-link,
  .price-panel {
    border: 2px solid ButtonText;
  }
}
