:root {
  --page-bg: #f5f1ea;
  --shell-bg: rgba(255, 255, 255, 0.86);
  --shell-strong: rgba(255, 255, 255, 0.95);
  --line: rgba(155, 160, 178, 0.26);
  --border: rgba(18, 24, 38, 0.08);
  --border-strong: rgba(18, 24, 38, 0.12);
  --text: #111319;
  --text-soft: #5d6577;
  --text-faint: #8e95a3;
  --black: #0e1116;
  --white: #ffffff;
  --lilac: #ded7ff;
  --lilac-strong: #cbc1ff;
  --blush: #ffe4de;
  --butter: #f7edbf;
  --blue: #dfeaff;
  --mint: #dbf6ea;
  --shadow: 0 36px 90px rgba(100, 109, 134, 0.14);
  --shadow-soft: 0 18px 42px rgba(110, 118, 140, 0.1);
  --radius-shell: 34px;
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 999px;
  --container: min(1200px, calc(100vw - 56px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 14%, rgba(247, 237, 191, 0.82), transparent 18%),
    radial-gradient(circle at 82% 18%, rgba(222, 215, 255, 0.9), transparent 20%),
    linear-gradient(180deg, #f7f4ee 0%, #f3efe8 100%);
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 255, 255, 0.82), transparent 40%),
    radial-gradient(circle at 10% 80%, rgba(255, 228, 222, 0.52), transparent 22%);
  pointer-events: none;
}

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

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

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

.skip-link {
  position: absolute;
  left: 14px;
  top: -120px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--white);
  background: var(--black);
  border-radius: 999px;
}

.skip-link:focus {
  top: 16px;
}

.page-shell {
  position: relative;
  width: min(1320px, calc(100vw - 26px));
  margin: 14px auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(252, 251, 247, 0.94) 100%);
  box-shadow: 0 28px 90px rgba(124, 125, 142, 0.12);
}

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

.site-header {
  position: relative;
  z-index: 10;
  padding-top: 14px;
}

.site-header.compact {
  padding-top: 18px;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 0 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 25, 0.08);
  box-shadow: var(--shadow-soft);
  background: #000000;
  padding: 3px;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-kicker {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.brand-name {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.site-nav,
.footer-nav,
.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-nav {
  font-size: 0.93rem;
}

.site-nav a,
.footer-nav a,
.footer-links a,
.footer-side a {
  color: var(--text-soft);
  transition: color 0.22s ease, transform 0.22s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible,
.footer-side a:hover,
.footer-side a:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
}

.nav-cta,
.button,
.store-badge,
.hero-chip,
.hero-pill,
.policy-link,
.control-dot {
  border-radius: var(--radius-sm);
}

.nav-cta {
  padding: 11px 16px;
  background: var(--black);
  color: var(--white) !important;
  box-shadow: 0 14px 24px rgba(17, 19, 25, 0.18);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--border);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--black);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.lux-hero {
  padding: 16px 0 0;
}

.hero-frame {
  position: relative;
  padding: 32px 0 10px;
  text-align: center;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(18, 24, 38, 0.1);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text-soft);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  box-shadow: var(--shadow-soft);
}

.eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  color: var(--text-faint);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-frame h1,
.steps-header h2,
.reviews-copy h2,
.cta-copy h2,
.intro-heading,
.legal-hero h1,
.legal-block h2 {
  margin: 0;
  font-family: "Space Grotesk", "Avenir Next", sans-serif;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.hero-frame h1 {
  max-width: 12ch;
  margin: 20px auto 0;
  font-size: clamp(3.1rem, 7vw, 6rem);
}

.hero-subtitle,
.intro-copy,
.steps-header p,
.review-card p,
.cta-note,
.legal-intro,
.legal-block p,
.legal-block li {
  color: var(--text-soft);
}

.hero-subtitle {
  max-width: 58ch;
  margin: 18px auto 0;
  font-size: 1.04rem;
}

.store-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 16px;
  color: var(--white);
  background: var(--black);
  box-shadow: 0 16px 34px rgba(17, 19, 25, 0.16);
}

.store-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.84rem;
  font-weight: 700;
}

.store-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.05;
}

.store-copy small {
  font-size: 0.64rem;
  color: rgba(255, 255, 255, 0.7);
}

.store-copy strong {
  font-size: 0.96rem;
  letter-spacing: -0.04em;
}

.hero-legal-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
  font-size: 0.92rem;
}

.hero-legal-links a {
  color: var(--text-soft);
}

.hero-stage {
  min-height: auto;
  margin-top: 38px;
}

.hero-stage-grid {
  display: grid;
  grid-template-columns: minmax(0, 250px) minmax(300px, 380px) minmax(0, 250px);
  gap: 24px;
  align-items: center;
}

.hero-side {
  display: grid;
  gap: 18px;
}

.hero-side-card,
.hero-mini-card {
  text-align: left;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.hero-side-kicker {
  margin: 0 0 10px;
  color: var(--text-faint);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-side-card h3,
.hero-mini-card strong {
  margin: 0;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.hero-side-card h3 {
  font-size: 1.4rem;
}

.hero-side-card p:last-child,
.hero-mini-card span {
  margin: 10px 0 0;
  color: var(--text-soft);
}

.hero-center {
  display: grid;
  justify-items: center;
  gap: 20px;
}

.hero-logo {
  width: min(220px, 62vw);
  padding: 6px;
  border-radius: 28px;
  background: #000000;
  box-shadow: 0 22px 50px rgba(17, 19, 25, 0.16);
}

.hero-device-wrap {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  padding: 20px 0 8px;
}

.hero-device-card {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  place-items: center;
}

.hero-device-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 260px;
  height: 52px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(18, 24, 38, 0.14);
  filter: blur(16px);
  z-index: -1;
}

.hero-glow {
  filter: blur(10px);
}

.glow-gold {
  left: 50%;
  top: 44px;
  width: 320px;
  height: 320px;
  transform: translateX(-58%);
}

.glow-lilac {
  right: 4%;
  bottom: 12px;
  width: 260px;
  height: 260px;
}

.hero-bottom-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.hero-mini-card strong {
  display: block;
  font-size: 1.08rem;
}

.hero-mini-card span {
  display: block;
}

.hero-stage {
  position: relative;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
  pointer-events: none;
}

.glow-gold {
  background: radial-gradient(circle, rgba(246, 232, 166, 0.78) 0%, rgba(246, 232, 166, 0) 72%);
}

.glow-lilac {
  background: radial-gradient(circle, rgba(213, 206, 255, 0.74) 0%, rgba(213, 206, 255, 0) 72%);
}

.activity-avatar,
.reviewer-mark {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 700;
}

.device-frame {
  position: relative;
  width: min(100%, 344px);
  padding: 16px 14px 18px;
  border: 3px solid #111319;
  border-radius: 40px;
  background: linear-gradient(180deg, #20242f 0%, #12151b 100%);
  box-shadow: 0 28px 70px rgba(18, 24, 38, 0.26);
  margin: 0 auto;
}

.device-frame::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 118px;
  height: 24px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #0d0f13;
}

.device-screen {
  min-height: 560px;
  padding: 26px 14px 16px;
  border-radius: 30px;
  background: linear-gradient(180deg, #fbfbfc 0%, #f2f4f9 100%);
  overflow: hidden;
}

.screen-bar,
.screen-label,
.activity-row,
.screen-dock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.screen-bar {
  margin-bottom: 16px;
}

.screen-brand {
  font-size: 0.78rem;
  font-weight: 700;
}

.screen-icons {
  display: flex;
  gap: 6px;
}

.screen-icons i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c9cfdd;
}

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

.screen-panel {
  display: grid;
  gap: 4px;
  min-height: 98px;
  padding: 16px 14px;
  border-radius: 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.screen-panel strong,
.activity-copy strong,
.policy-link,
.reviewer strong,
.steps-side-copy h3,
.feature-tile h3 {
  letter-spacing: -0.04em;
}

.screen-panel strong {
  font-size: 1rem;
}

.screen-panel span,
.activity-copy small {
  color: var(--text-soft);
}

.panel-soft {
  background: linear-gradient(180deg, #f7efc9 0%, #fff9e3 100%);
}

.panel-lilac {
  background: linear-gradient(180deg, #e0dbff 0%, #f3f1ff 100%);
}

.screen-section {
  margin-top: 16px;
}

.screen-label {
  margin-bottom: 10px;
  font-size: 0.8rem;
  color: var(--text-faint);
}

.activity-list {
  display: grid;
  gap: 10px;
}

.activity-row {
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 20px rgba(188, 194, 214, 0.18);
}

.activity-avatar,
.reviewer-mark {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
}

.avatar-coral {
  background: linear-gradient(135deg, #ffd1c6, #fff0ec);
}

.avatar-blue {
  background: linear-gradient(135deg, #dbe6ff, #f5f8ff);
}

.avatar-gold {
  background: linear-gradient(135deg, #f8edc4, #fff8e2);
}

.activity-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.activity-tag {
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 0.74rem;
  background: #eef1f9;
  color: var(--text-soft);
}

.screen-dock {
  margin-top: 16px;
  padding: 10px;
  border-radius: 999px;
  background: #111319;
  color: rgba(255, 255, 255, 0.7);
}

.dock-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.76rem;
}

.dock-active {
  color: var(--black);
  background: var(--white);
}

.dock-center {
  background: rgba(255, 255, 255, 0.12);
  font-size: 1rem;
  color: var(--white);
}

.intro-band,
.feature-gallery,
.steps-section,
.reviews-section,
.cta-section,
.legal-section {
  padding: 22px 0 78px;
}

.intro-grid,
.steps-layout,
.cta-shell {
  display: grid;
  gap: 24px;
}

.intro-grid {
  grid-template-columns: 0.76fr 1.24fr;
  align-items: end;
}

.intro-copy {
  max-width: 34ch;
  margin: 0;
}

.intro-callout {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.intro-arrow {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  font-size: 1rem;
  flex: 0 0 auto;
  margin-top: 6px;
}

.intro-heading {
  max-width: 11ch;
  font-size: clamp(2.4rem, 4.8vw, 4.2rem);
}

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

.feature-tile,
.step-card,
.steps-side,
.review-shell,
.review-card,
.cta-shell,
.legal-toc,
.legal-content {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-soft);
}

.feature-tile {
  position: relative;
  min-height: 390px;
  padding: 24px;
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.tile-number,
.step-number {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  font-size: 0.82rem;
  color: var(--black);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(18, 24, 38, 0.1);
}

.feature-tile h3,
.step-card h3,
.steps-side-copy h3,
.cta-copy h2 {
  margin: 84px 0 10px;
  font-size: 1.8rem;
  line-height: 1.02;
}

.feature-tile p,
.steps-side-copy p,
.step-card p,
.review-card p,
.cta-note {
  margin: 0;
  color: var(--text-soft);
}

.tile-phone {
  background: linear-gradient(180deg, #f6f5f8 0%, #efedf2 100%);
}

.tilt-device {
  position: absolute;
  left: 34px;
  bottom: -18px;
  width: 170px;
  padding: 12px;
  border-radius: 28px;
  background: linear-gradient(180deg, #1d1f26 0%, #0f1116 100%);
  transform: rotate(-20deg);
  box-shadow: 0 26px 44px rgba(18, 24, 38, 0.2);
}

.tilt-screen {
  min-height: 250px;
  padding: 16px 12px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f1f4fb 100%);
}

.tilt-card {
  height: 96px;
  margin-bottom: 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffd9cf 0%, #fff4ef 100%);
}

.tilt-row {
  height: 18px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: #dfe5f2;
}

.tilt-row.short {
  width: 70%;
}

.tile-persona {
  background: linear-gradient(180deg, #e6deff 0%, #f5f2ff 100%);
}

.persona-stack {
  position: absolute;
  inset: auto 26px 22px;
  height: 210px;
}

.persona-disc,
.persona-ring {
  position: absolute;
  border-radius: 50%;
}

.persona-disc {
  right: 8px;
  bottom: 18px;
  width: 172px;
  height: 172px;
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 42%), linear-gradient(180deg, #ffc9bc 0%, #fff5f0 100%);
}

.persona-ring {
  left: 18px;
  top: 28px;
  width: 116px;
  height: 116px;
  border: 18px solid rgba(255, 255, 255, 0.48);
}

.persona-chip {
  position: absolute;
  left: 12px;
  bottom: 24px;
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.persona-chip.alt {
  left: auto;
  right: 12px;
  top: 8px;
}

.tile-legal {
  background: linear-gradient(180deg, #f0f1f4 0%, #e8ebef 100%);
}

.policy-links {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 10px;
}

.policy-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(18, 24, 38, 0.08);
  background: rgba(255, 255, 255, 0.86);
}

.policy-link::after {
  content: "↗";
  color: var(--text-faint);
}

.steps-header {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.steps-header h2,
.reviews-copy h2,
.cta-copy h2,
.legal-hero h1 {
  font-size: clamp(2.5rem, 4.4vw, 4.5rem);
}

.steps-header p {
  margin: 0;
}

.steps-layout {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: start;
}

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

.step-card {
  position: relative;
  min-height: 180px;
  padding: 26px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(243, 240, 252, 0.86) 0%, rgba(255, 255, 255, 0.84) 100%);
}

.step-featured {
  grid-column: 1 / -1;
  min-height: 190px;
  background: linear-gradient(180deg, rgba(248, 244, 224, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.step-card h3 {
  margin: 42px 0 10px;
  font-size: 1.42rem;
}

.steps-side {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(247, 247, 250, 0.84) 100%);
}

.steps-side-copy h3 {
  margin: 18px 0 10px;
  font-size: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid transparent;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.button:hover,
.button:focus-visible,
.store-badge:hover,
.store-badge:focus-visible,
.policy-link:hover,
.policy-link:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--black);
  box-shadow: 0 16px 30px rgba(17, 19, 25, 0.16);
}

.side-device {
  position: relative;
  margin-left: auto;
  width: min(100%, 280px);
  padding: 12px;
  border-radius: 34px;
  background: linear-gradient(180deg, #171a21 0%, #101318 100%);
  box-shadow: 0 24px 46px rgba(18, 24, 38, 0.18);
}

.side-device-screen {
  min-height: 360px;
  padding: 22px 14px 14px;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f2f5fa 100%);
}

.side-line,
.floating-row,
.floating-top,
.floating-dock {
  border-radius: 999px;
}

.side-line {
  height: 16px;
  margin-bottom: 10px;
  background: #dfe4f0;
}

.side-line.big {
  height: 68px;
  margin-bottom: 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, #dfd8ff 0%, #f1efff 100%);
}

.side-line.short {
  width: 72%;
}

.side-card {
  height: 138px;
  margin-top: 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fde6df 0%, #fff5f2 100%);
}

.side-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.side-tabs span {
  height: 42px;
  border-radius: 999px;
  background: #111319;
}

.reviews-section {
  padding-bottom: 54px;
}

.review-shell {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 22px;
  padding: 36px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(238, 236, 240, 0.86) 0%, rgba(242, 239, 244, 0.86) 100%);
}

.reviews-copy {
  display: grid;
  align-content: start;
  gap: 18px;
}

.review-controls {
  display: flex;
  gap: 10px;
}

.control-dot {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.84);
  color: var(--text-soft);
}

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

.review-card {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.rating {
  margin: 2px 0 0;
  font-size: 0.86rem;
  color: #f3bb34;
}

.cta-shell {
  grid-template-columns: 0.96fr 1.04fr;
  align-items: center;
  padding: 34px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(243, 241, 245, 0.94) 0%, rgba(237, 236, 241, 0.92) 100%);
}

.cta-copy h2 {
  margin-top: 18px;
}

.cta-note {
  max-width: 48ch;
  margin-top: 18px;
}

.cta-device {
  position: relative;
  min-height: 320px;
}

.floating-phone {
  position: absolute;
  right: 26px;
  top: 10px;
  width: 270px;
  padding: 12px;
  border-radius: 34px;
  background: linear-gradient(180deg, #191d25 0%, #0f1217 100%);
  transform: rotate(18deg);
  box-shadow: 0 30px 54px rgba(18, 24, 38, 0.22);
}

.floating-screen {
  min-height: 360px;
  padding: 22px 14px;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f2f4f9 100%);
}

.floating-top {
  height: 70px;
  margin-bottom: 14px;
  background: linear-gradient(180deg, #ddd7ff 0%, #f3f1ff 100%);
}

.floating-block {
  height: 134px;
  margin-bottom: 14px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f7efc9 0%, #fff8e4 100%);
}

.floating-row {
  height: 16px;
  margin-bottom: 10px;
  background: #dce3ef;
}

.floating-row.short {
  width: 68%;
}

.floating-dock {
  height: 44px;
  margin-top: 18px;
  background: #111319;
}

.site-footer {
  padding: 26px 0 30px;
  border-top: 1px solid rgba(18, 24, 38, 0.06);
}

.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
}

.footer-side {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.footer-title {
  margin: 0 0 6px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.footer-meta,
.footer-copy {
  margin: 0;
  color: var(--text-faint);
}

.page-legal {
  color: var(--text);
}

.page-legal .site-header {
  padding-top: 18px;
}

.legal-main {
  padding-bottom: 26px;
}

.legal-hero {
  padding: 26px 0 12px;
}

.legal-intro {
  max-width: 62ch;
  margin-top: 18px;
  font-size: 1.03rem;
}

.legal-section {
  padding-top: 20px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.narrow-legal {
  max-width: 880px;
}

.legal-toc {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 10px;
  padding: 20px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.84);
}

.legal-toc p {
  margin: 0 0 8px;
  color: var(--text-faint);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.legal-toc a {
  color: var(--text-soft);
}

.legal-content {
  padding: 28px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.88);
}

.legal-block + .legal-block {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(18, 24, 38, 0.08);
}

.legal-block h2 {
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
}

.legal-block h3 {
  margin: 18px 0 8px;
  font-size: 1.02rem;
}

.legal-block ul,
.legal-block ol {
  margin: 10px 0 0;
  padding-left: 20px;
}

.legal-note {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(18, 24, 38, 0.08);
  background: linear-gradient(180deg, rgba(255, 228, 222, 0.5) 0%, rgba(255, 255, 255, 0.84) 100%);
}

.legal-block a,
.legal-toc a,
.hero-legal-links a {
  text-decoration: underline;
  text-decoration-color: rgba(17, 19, 25, 0.16);
  text-underline-offset: 4px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-delay {
  transition-delay: 0.12s;
}

.reveal-delay-2 {
  transition-delay: 0.22s;
}

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

@media (max-width: 1120px) {
  .hero-stage-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero-center {
    order: -1;
  }

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

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

  .gallery-grid,
  .review-card-grid,
  .footer-grid,
  .steps-layout,
  .review-shell,
  .steps-header,
  .intro-grid,
  .cta-shell,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .footer-side {
    justify-items: start;
  }

  .legal-toc {
    position: static;
  }
}

@media (max-width: 760px) {
  :root {
    --container: min(100vw - 36px, 1200px);
  }

  .page-shell {
    width: calc(100vw - 12px);
    margin: 6px auto;
    border-radius: 24px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: calc(100% + 8px);
    display: none;
    padding: 16px;
    border-radius: 24px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: flex-start;
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav.legal-nav {
    position: static;
    display: flex;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .hero-frame h1 {
    max-width: 100%;
    font-size: clamp(2.45rem, 12vw, 3.7rem);
  }

  .hero-stage {
    padding-bottom: 10px;
  }

  .hero-stage-grid,
  .hero-side,
  .hero-bottom-grid {
    grid-template-columns: 1fr;
  }

  .hero-side-card,
  .hero-mini-card {
    padding: 18px;
  }

  .hero-side-card h3 {
    font-size: 1.2rem;
  }

  .hero-logo {
    width: min(180px, 64vw);
    border-radius: 22px;
  }

  .hero-device-wrap {
    padding-top: 8px;
  }

  .hero-device-card::after {
    width: 220px;
  }

  .glow-gold {
    left: 50%;
    top: 36px;
    width: 260px;
    height: 260px;
    transform: translateX(-50%);
  }

  .glow-lilac {
    right: 0;
    bottom: 18px;
    width: 220px;
    height: 220px;
    transform: none;
  }

  .gallery-grid,
  .steps-grid,
  .review-card-grid {
    grid-template-columns: 1fr;
  }

  .feature-tile,
  .review-shell,
  .cta-shell,
  .steps-side {
    padding: 22px;
  }

  .cta-device {
    min-height: 250px;
  }

  .floating-phone {
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(12deg);
  }

  .footer-nav,
  .footer-links {
    flex-wrap: wrap;
  }

  .intro-callout {
    flex-direction: column;
  }

  .intro-heading,
  .steps-header h2,
  .reviews-copy h2,
  .cta-copy h2,
  .legal-hero h1 {
    max-width: 100%;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .hero-subtitle,
  .intro-copy,
  .steps-header p,
  .cta-note,
  .legal-intro {
    font-size: 0.98rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

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