:root {
  --site-bg: #08050f;
  --site-bg-2: #170e27;
  --site-surface: rgba(255, 255, 255, 0.075);
  --site-surface-strong: rgba(255, 255, 255, 0.13);
  --site-faq-bg: #1c1824;
  --site-legal-bg: #1b1723;
  --site-legal-shadow: none;
  --site-menu-bg: #15111c;
  --site-text: #fbf8ff;
  --site-muted: rgba(251, 248, 255, 0.68);
  --site-soft: rgba(255, 255, 255, 0.08);
  --site-border: rgba(255, 255, 255, 0.14);
  --site-accent: #8d5cff;
  --site-accent-strong: #b89cff;
  --site-accent-soft: rgba(141, 92, 255, 0.18);
  --site-control: rgba(255, 255, 255, 0.08);
  --site-control-strong: rgba(255, 255, 255, 0.14);
  --site-field: rgba(255, 255, 255, 0.07);
  --site-table-head: rgba(14, 8, 24, 0.78);
  --site-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  --hero-image:
    radial-gradient(42rem 30rem at 88% 18%, rgba(146, 81, 255, 0.16), transparent 70%),
    radial-gradient(36rem 24rem at 72% 72%, rgba(96, 47, 212, 0.1), transparent 74%);
}

body {
  background:
    radial-gradient(70rem 44rem at 78% -8%, rgba(130, 82, 255, 0.19), transparent 68%),
    radial-gradient(46rem 34rem at 18% 28%, rgba(83, 31, 185, 0.11), transparent 72%),
    linear-gradient(180deg, #07040c 0%, #0c0715 42%, #08050f 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: -1;
  filter: blur(42px);
}

body::before {
  width: 80rem;
  height: 50rem;
  top: -12rem;
  right: -22rem;
  opacity: 0.36;
  background:
    conic-gradient(from 218deg at 50% 50%, transparent 0 18%, rgba(163, 113, 255, 0.36) 24%, transparent 34%, rgba(92, 61, 255, 0.2) 48%, transparent 64%, rgba(207, 177, 255, 0.12) 78%, transparent 92%);
  transform: rotate(-8deg);
}

body::after {
  width: 62rem;
  height: 42rem;
  left: -24rem;
  bottom: 6rem;
  opacity: 0.24;
  background:
    conic-gradient(from 42deg at 50% 50%, transparent 0 28%, rgba(124, 74, 255, 0.34) 38%, transparent 54%, rgba(96, 47, 212, 0.2) 70%, transparent 88%);
}

.site-header {
  background: rgba(12, 8, 19, 0.72);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.site-header .header-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.header-brand-group {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  justify-self: start;
}

.site-header .site-nav {
  grid-column: 2;
  justify-self: center;
}

.hero-app-icon {
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: 1.1rem;
  border-radius: 1.1rem;
  object-fit: cover;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.16),
    0 22px 52px rgba(0, 0, 0, 0.38);
}

.app-store-badge-link {
  display: inline-flex;
  align-items: center;
  min-height: 3.15rem;
}

.app-store-badge {
  width: 11.25rem;
  height: auto;
  border-radius: 0.58rem;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  transition: opacity 160ms ease, transform 160ms ease;
}

.app-store-badge-link:hover .app-store-badge {
  opacity: 0.94;
  transform: translateY(-1px);
}

.brand-menu summary {
  width: 2.1rem;
  height: 2.1rem;
  background: var(--site-control);
  color: #fff;
  box-shadow: none;
}

.brand-menu[open] summary {
  box-shadow: none;
}

.brand-menu .header-menu {
  right: auto;
  left: 0;
}

.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 0.95rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.25s ease;
}

.menu-icon {
  position: relative;
  display: block;
  width: 0.95rem;
  height: 0.5rem;
}

.menu-icon::before,
.menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-icon::before {
  top: 0;
}

.menu-icon::after {
  top: 0.375rem;
}

.brand-menu[open] .menu-icon::before {
  transform: translateY(0.1875rem) rotate(45deg);
}

.brand-menu[open] .menu-icon::after {
  transform: translateY(-0.1875rem) rotate(-45deg);
}

.premium-plans {
  display: grid;
  gap: 1rem;
}

.premium-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -1.5rem;
}

.early-bird-label {
  margin: 0.7rem 0 -0.4rem;
  color: var(--site-accent-strong);
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.price-was {
  position: relative;
  display: inline-block;
  font-size: clamp(1.15rem, 2.2vw, 1.6rem);
  font-weight: 650;
}

.price-was::after {
  content: "";
  position: absolute;
  left: -0.12em;
  right: -0.12em;
  top: 52%;
  height: 2px;
  background: #ff4f64;
  transform: rotate(-18deg);
  transform-origin: center;
}

.comparison-heading {
  max-width: none;
  margin-bottom: 1.35rem;
  text-align: center;
}

@media (max-width: 720px) {
  .site-header .header-row {
    display: flex;
    align-items: flex-start;
  }
}

.eyebrow {
  color: var(--site-accent-strong);
}

.brand-mark,
.button-primary,
.screen-highlight,
.status-yes {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 44%),
    linear-gradient(135deg, #a77aff 0%, #7a43ff 52%, #5e2ed8 100%);
}

.button-primary {
  box-shadow:
    0 18px 48px rgba(125, 75, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.button-secondary {
  color: var(--site-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.surface,
.comparison-wrap,
.preview-tile {
  box-shadow:
    0 28px 76px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.surface::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
}

.hero::before {
  background:
    radial-gradient(44rem 24rem at 50% 0%, rgba(141, 92, 255, 0.16), transparent 62%),
    linear-gradient(90deg, rgba(5, 3, 10, 0.98), rgba(5, 3, 10, 0.72) 48%, rgba(5, 3, 10, 0.22)),
    var(--hero-image, none);
}

.page-hero {
  background:
    radial-gradient(46rem 22rem at 22% 0%, rgba(141, 92, 255, 0.24), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
}

.phone-frame {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), transparent 30%),
    #0d0b13;
}

.phone-screen {
  color: var(--site-text);
  background:
    radial-gradient(18rem 12rem at 70% 0%, rgba(141, 92, 255, 0.22), transparent 72%),
    linear-gradient(180deg, rgba(25, 18, 39, 0.96), rgba(9, 6, 16, 0.98));
}

.comparison-table thead th:nth-child(3),
.comparison-table tbody td:nth-child(3) {
  background: rgba(141, 92, 255, 0.08);
}

@media (hover: hover) {
  .comparison-table tbody tr:hover td {
    background: rgba(255, 255, 255, 0.055);
  }

  .comparison-table tbody tr:hover td:nth-child(3) {
    background: rgba(141, 92, 255, 0.14);
  }
}

.field input,
.field select,
.field textarea {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.field input::placeholder {
  color: rgba(251, 248, 255, 0.36);
}

.legal-matte.surface {
  border-color: rgba(255, 255, 255, 0.12);
  background: #1b1723;
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: rgba(251, 248, 255, 0.86);
}

.legal-updated {
  color: rgba(207, 188, 255, 0.86);
}

.legal-updated span {
  color: rgba(251, 248, 255, 0.86);
}

.legal-copy h2 {
  color: #ffffff;
}

.legal-copy a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgba(184, 156, 255, 0.72);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
}

.legal-copy a:hover {
  color: #d7c8ff;
  text-decoration-color: currentColor;
}

.site-footer {
  position: relative;
  overflow: hidden;
  border-top-color: rgba(255, 255, 255, 0.09);
  background:
    radial-gradient(34rem 16rem at 72% 0%, rgba(141, 92, 255, 0.11), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01));
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.045), transparent);
  opacity: 0.42;
}

.site-footer p,
.site-footer a {
  position: relative;
}

.site-footer p {
  color: rgba(251, 248, 255, 0.46);
}

.site-footer a {
  color: rgba(251, 248, 255, 0.58);
  transition: color 160ms ease;
}

.site-footer a:hover {
  color: rgba(251, 248, 255, 0.88);
}
