:root {
  color-scheme: light dark;
  --blue: #4f7cff;
  --purple: #7b5bff;
  --ink: #1d1f27;
  --muted: #6b7280;
  --muted-soft: #9aa1ad;
  --line: rgba(123, 91, 255, 0.1);
  --bg: #ffffff;
  --bg-soft: rgba(255, 255, 255, 0.55);
  --surface: rgba(255, 255, 255, 0.62);
  --surface-solid: #ffffff;
  --card: rgba(255, 255, 255, 0.72);
  --card-border: rgba(123, 91, 255, 0.12);
  --wash-top: #ffffff;
  --wash-mid: #f7f3ff;
  --hero-fallback: #eef2ff;
  --header-bg: rgba(255, 255, 255, 0.94);
  --nav-mobile-bg: rgba(255, 255, 255, 0.98);
  --scrim-white: 255, 255, 255;
  --grad: linear-gradient(135deg, #4f7cff, #7b5bff);
  --font: "Sora", system-ui, -apple-system, sans-serif;
  --display: "Sora", system-ui, -apple-system, sans-serif;
  --radius: 22px;
  --shadow-soft: 0 10px 30px rgba(90, 78, 140, 0.06);
  --shadow-lift: 0 16px 40px rgba(79, 124, 255, 0.18);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --max: 1180px;
  --header-h: 72px;
}

* { box-sizing: border-box; }

.tm {
  font-size: 0.55em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  vertical-align: super;
  margin-left: 0.04em;
  position: relative;
  top: -0.2em;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: var(--bg);
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-family: var(--font);
  font-size: 1rem;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

/* Soft floating Cloud Tags - fixed so they never widen the page */
.page-tags {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.page-tag {
  position: absolute;
  width: clamp(88px, 13vw, 168px);
  height: auto;
  opacity: 0.22;
  user-select: none;
  will-change: transform;
  animation: page-tag-drift 18s ease-in-out infinite;
}

.page-tag-1 {
  top: 14%;
  left: -2%;
  width: clamp(100px, 14vw, 170px);
  transform: rotate(-16deg);
  filter: blur(0.4px);
  opacity: 0.24;
  animation-delay: -2s;
}

.page-tag-2 {
  top: 20%;
  right: -3%;
  width: clamp(110px, 15vw, 186px);
  transform: rotate(14deg);
  opacity: 0.26;
  filter: blur(0.3px);
  animation-delay: -5s;
  animation-duration: 22s;
}

.page-tag-3 {
  top: 28%;
  left: 5%;
  width: clamp(84px, 12vw, 148px);
  transform: rotate(22deg);
  opacity: 0.2;
  filter: blur(0.9px);
  animation-delay: -9s;
  animation-duration: 20s;
}

.page-tag-4 {
  top: 34%;
  right: 4%;
  width: clamp(92px, 13vw, 156px);
  transform: rotate(-22deg);
  opacity: 0.23;
  filter: blur(0.5px);
  animation-delay: -3s;
}

.page-tag-5 {
  top: 42%;
  left: -1%;
  width: clamp(108px, 14vw, 172px);
  transform: rotate(10deg);
  opacity: 0.25;
  filter: blur(0.35px);
  animation-delay: -11s;
  animation-duration: 24s;
}

.page-tag-6 {
  top: 48%;
  right: -4%;
  width: clamp(116px, 16vw, 190px);
  transform: rotate(-12deg);
  opacity: 0.22;
  filter: blur(0.7px);
  animation-delay: -7s;
}

.page-tag-7 {
  top: 56%;
  left: 7%;
  width: clamp(90px, 12vw, 150px);
  transform: rotate(-28deg);
  opacity: 0.19;
  filter: blur(1px);
  animation-delay: -14s;
  animation-duration: 19s;
}

.page-tag-8 {
  top: 62%;
  right: 2%;
  width: clamp(98px, 13vw, 160px);
  transform: rotate(18deg);
  opacity: 0.24;
  filter: blur(0.45px);
  animation-delay: -4s;
}

.page-tag-9 {
  top: 70%;
  left: -2%;
  width: clamp(104px, 14vw, 168px);
  transform: rotate(8deg);
  opacity: 0.21;
  filter: blur(0.8px);
  animation-delay: -16s;
  animation-duration: 21s;
}

.page-tag-10 {
  top: 76%;
  right: 7%;
  width: clamp(86px, 12vw, 146px);
  transform: rotate(-18deg);
  opacity: 0.2;
  filter: blur(0.95px);
  animation-delay: -8s;
}

.page-tag-11 {
  top: 22%;
  left: 42%;
  width: clamp(78px, 11vw, 132px);
  transform: rotate(26deg);
  opacity: 0.16;
  filter: blur(1.4px);
  animation-delay: -12s;
  animation-duration: 23s;
}

.page-tag-12 {
  top: 40%;
  right: 38%;
  width: clamp(82px, 11vw, 138px);
  transform: rotate(-30deg);
  opacity: 0.15;
  filter: blur(1.6px);
  animation-delay: -6s;
}

.page-tag-13 {
  top: 58%;
  left: 36%;
  width: clamp(76px, 10vw, 128px);
  transform: rotate(12deg);
  opacity: 0.17;
  filter: blur(1.3px);
  animation-delay: -15s;
  animation-duration: 20s;
}

.page-tag-14 {
  top: 84%;
  left: 4%;
  width: clamp(100px, 13vw, 162px);
  transform: rotate(-14deg);
  opacity: 0.23;
  filter: blur(0.55px);
  animation-delay: -1s;
}

.page-tag-15 {
  top: 90%;
  right: -2%;
  width: clamp(112px, 15vw, 178px);
  transform: rotate(16deg);
  opacity: 0.24;
  filter: blur(0.4px);
  animation-delay: -10s;
  animation-duration: 25s;
}

.page-tag-16 {
  top: 96%;
  left: 40%;
  width: clamp(88px, 12vw, 150px);
  transform: rotate(-20deg);
  opacity: 0.18;
  filter: blur(1.1px);
  animation-delay: -13s;
}

@keyframes page-tag-drift {
  0%,
  100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}

@media (max-width: 760px) {
  .page-tag {
    opacity: 0.18;
  }

  .page-tag-11,
  .page-tag-12,
  .page-tag-13 {
    display: none;
  }
}

/* Soft lavender wash - continuous with hero scene */
.page-ambiance {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.page-wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 42% at 50% -8%, rgba(214, 204, 255, 0.42), transparent 58%),
    radial-gradient(ellipse 75% 50% at 12% -5%, rgba(214, 204, 255, 0.34), transparent 58%),
    radial-gradient(ellipse 65% 55% at 88% 4%, rgba(198, 216, 255, 0.32), transparent 56%),
    radial-gradient(ellipse 55% 45% at 72% 28%, rgba(232, 226, 255, 0.26), transparent 62%),
    radial-gradient(ellipse 90% 55% at 50% 100%, rgba(226, 218, 255, 0.18), transparent 60%),
    linear-gradient(180deg, var(--wash-top) 0%, var(--wash-mid) 18%, #fbfaff 34%, var(--bg) 52%, var(--bg) 100%);
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

img { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }

:focus-visible {
  outline: 3px solid rgba(79, 124, 255, 0.45);
  outline-offset: 2px;
}

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

.eyebrow {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(90, 78, 140, 0.78);
}

.section {
  position: relative;
  padding: clamp(52px, 8vw, 88px) 0;
  background: transparent;
}

/* Alternating bands so sections feel like chapters, not a stack */
.section-band {
  background:
    linear-gradient(180deg, rgba(247, 243, 255, 0.72) 0%, rgba(255, 255, 255, 0.4) 45%, rgba(247, 243, 255, 0.55) 100%);
  border-block: 1px solid var(--line);
}

.section-bridge {
  max-width: 640px;
  margin: 0 auto clamp(28px, 4vw, 40px);
  text-align: center;
}

.section-bridge h2 {
  margin: 0;
  font-size: clamp(1.85rem, 4.2vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.section-head {
  max-width: 640px;
  margin: 0 auto clamp(28px, 4vw, 44px);
  text-align: center;
}

.section-head.left {
  margin-left: 0;
  text-align: left;
}

.section-head h2 {
  margin: 0 0 14px;
  font-size: clamp(1.85rem, 4.2vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.section-head h2.section-lead {
  margin: 0;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.45;
  color: var(--muted);
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.7vw, 1.14rem);
  line-height: 1.6;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* -- Header -- */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  min-height: calc(var(--header-h) + 28px);
  display: flex;
  align-items: flex-start;
  pointer-events: none;
  /* Same ombre as the page: lighter at the top, soft purple, then dissolves */
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.82) 22%,
    rgba(247, 243, 255, 0.48) 52%,
    rgba(236, 230, 255, 0.16) 78%,
    rgba(255, 255, 255, 0) 100%
  );
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.header-inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0 40px;
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
  color: var(--ink);
  font-family: var(--font);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.brand-logo,
.footer-logo {
  display: block;
  width: auto;
  height: 36px;
  max-width: min(148px, 42vw);
  object-fit: contain;
}

.footer-logo { height: 32px; }

.brand:hover {
  text-decoration: none;
  color: var(--ink);
}

.nav-desktop {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}

.nav-desktop a {
  color: rgba(29, 31, 39, 0.55);
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 999px;
  transition: color 0.2s ease;
}

.nav-desktop a:hover {
  color: var(--ink);
  text-decoration: none;
}

.nav-cart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
  padding: 9px 16px !important;
  border-radius: 999px !important;
  background: #fff !important;
  border: 1px solid rgba(29, 31, 39, 0.07);
  box-shadow: 0 6px 18px rgba(29, 31, 39, 0.05);
  color: var(--ink) !important;
  font-weight: 600 !important;
}

.nav-cart:hover {
  background: #fafafa !important;
}

.nav-cart-mobile {
  display: none;
}

.header-actions {
  display: none;
  align-items: center;
  gap: 8px;
}

.cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.3rem;
  height: 1.3rem;
  padding: 0 5px;
  border-radius: 999px;
  background: #7b5bff;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
}

.cart-badge[hidden] {
  display: none !important;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 12px 20px 20px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.nav-mobile a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 4px;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(29, 31, 39, 0.05);
}

.nav-mobile a:last-child { border-bottom: 0; }

body.nav-open .nav-mobile { display: block; }

body.nav-open .site-header {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #fbfaff 40%,
    rgba(251, 250, 255, 0.96) 100%
  );
}

body.nav-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.nav-open .menu-toggle span:nth-child(2) { opacity: 0; }

body.nav-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* -- Buttons -- */
.btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.2;
  border-radius: 999px;
  padding: 14px 26px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  transition:
    transform 0.25s var(--ease),
    filter 0.25s ease,
    box-shadow 0.25s var(--ease),
    background 0.25s ease;
}

.btn:hover { text-decoration: none; }

.btn:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(79, 124, 255, 0.45);
  outline-offset: 3px;
}
.btn:active { transform: scale(0.98); }

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #6d5cff, #7b5bff);
  box-shadow: 0 12px 30px rgba(123, 91, 255, 0.26);
}

.btn-primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.btn-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(29, 31, 39, 0.08);
  box-shadow: 0 6px 18px rgba(29, 31, 39, 0.05);
}

.btn-secondary:hover {
  transform: translateY(-1px);
  background: #fafafa;
}

.btn-icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  color: inherit;
}

.btn-icon-soft {
  background: rgba(123, 91, 255, 0.1);
  color: var(--ink);
}

/* -- Hero (full-bleed image + overlaid copy) -- */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(100svh, 920px);
  display: flex;
  align-items: flex-end;
  padding: 0 0 clamp(36px, 6vh, 64px);
  background: var(--hero-fallback);
  color: var(--ink);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 42%;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(255, 255, 255, 0.08) 28%,
      rgba(255, 255, 255, 0.05) 48%,
      rgba(247, 243, 255, 0.72) 78%,
      #ffffff 100%
    ),
    linear-gradient(
      105deg,
      rgba(255, 255, 255, 0.88) 0%,
      rgba(255, 255, 255, 0.62) 28%,
      rgba(255, 255, 255, 0.12) 52%,
      transparent 72%
    );
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding-top: calc(var(--header-h) + 12px);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  max-width: 40rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0 16px;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #6f66a6;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(155, 138, 216, 0.18);
  box-shadow: 0 8px 24px rgba(29, 31, 39, 0.06);
}

.hero h1 {
  margin: 0 0 16px;
  font-family: var(--font);
  font-size: clamp(2.1rem, 5.8vw, 3.45rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: var(--ink);
  max-width: 18ch;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.hero-accent {
  background: linear-gradient(100deg, #5b8cff 0%, #7b5bff 55%, #8b6cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lede {
  margin: 0 0 12px;
  max-width: 46ch;
  color: rgba(29, 31, 39, 0.72);
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  line-height: 1.55;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.hero-beta-note {
  margin: 0 0 22px;
  max-width: 42ch;
  color: rgba(29, 31, 39, 0.58);
  font-size: 0.92rem;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}

.hero-actions .btn {
  flex: 0 1 auto;
  min-width: min(100%, 180px);
  padding: 13px 20px;
  box-shadow: 0 12px 28px rgba(29, 31, 39, 0.1);
}

.hero-actions .btn-primary {
  background: linear-gradient(135deg, #6d5cff, #7b5bff 60%, #865fff);
  box-shadow: 0 14px 32px rgba(123, 91, 255, 0.32);
}

.hero-actions .btn-secondary {
  background: rgba(255, 255, 255, 0.94);
}

@media (max-width: 1100px) {
  .nav-desktop a {
    padding: 10px 9px;
    font-size: 0.86rem;
  }
}

@media (max-width: 959px) {
  /* Sticky bar - identical chrome on every phone */
  .site-header {
    position: sticky;
    top: 0;
    min-height: var(--header-h);
    align-items: center;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(123, 91, 255, 0.08);
    backdrop-filter: blur(14px) saturate(1.1);
    -webkit-backdrop-filter: blur(14px) saturate(1.1);
  }

  .header-inner {
    padding: 10px 0;
  }

  .brand {
    font-size: 1.12rem;
  }

  .hero {
    min-height: min(100svh, 860px);
    align-items: flex-end;
    padding: 0 0 28px;
  }

  .hero-media img {
    object-position: 62% 38%;
  }

  .hero-scrim {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.42) 0%,
        rgba(255, 255, 255, 0.05) 22%,
        rgba(255, 255, 255, 0.08) 42%,
        rgba(247, 243, 255, 0.78) 72%,
        #ffffff 100%
      ),
      linear-gradient(
        180deg,
        transparent 0%,
        transparent 45%,
        rgba(255, 255, 255, 0.55) 100%
      );
  }

  .hero-inner {
    width: min(100% - 32px, var(--max));
    padding-top: 0;
  }

  .hero-copy {
    max-width: 28rem;
  }

  .hero-badge {
    margin-bottom: 12px;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 7.5vw, 2.75rem);
    margin-bottom: 12px;
  }

  .hero-lede {
    margin-bottom: 10px;
    max-width: 36ch;
    font-size: 0.98rem;
  }

  .hero-beta-note {
    margin-bottom: 16px;
    font-size: 0.86rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    max-width: 360px;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
    padding: 13px 18px;
    min-height: 48px;
    font-size: 0.92rem;
  }

  .section-bridge {
    margin-bottom: 22px;
    max-width: none;
  }

  .section-bridge h2 {
    font-size: clamp(1.5rem, 5.8vw, 1.95rem);
  }

  .section-head h2,
  .story-copy h2,
  .how-head h2,
  .final-cta h2 {
    font-size: clamp(1.55rem, 6vw, 2.05rem);
  }

  .feature-card h3 {
    font-size: 1.05rem;
  }

  .feature-card p,
  .faq-item summary {
    font-size: 0.95rem;
  }
}

/* Mid phones / small tablets */
@media (min-width: 600px) and (max-width: 959px) {
  .hero-media img {
    object-position: 55% 40%;
  }

  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: none;
  }

  .hero-actions .btn {
    width: auto;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 6vw, 3.4rem);
  }
}

@media (min-width: 960px) {
  .hero {
    min-height: 100svh;
    align-items: center;
    padding: calc(var(--header-h) + 24px) 0 clamp(48px, 8vh, 88px);
  }

  .hero-media img {
    object-position: 62% 45%;
  }

  .hero-scrim {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.5) 0%,
        rgba(255, 255, 255, 0.05) 24%,
        rgba(255, 255, 255, 0.04) 58%,
        rgba(247, 243, 255, 0.55) 84%,
        #ffffff 100%
      ),
      linear-gradient(
        100deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 26%,
        rgba(255, 255, 255, 0.18) 48%,
        transparent 68%
      );
  }

  .hero-inner {
    padding-top: 0;
  }

  .hero-copy {
    max-width: 32rem;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 4.2vw, 3.6rem);
    margin-bottom: 18px;
    max-width: 16ch;
  }

  .hero-badge {
    margin-bottom: 20px;
  }

  .hero-lede {
    margin-bottom: 12px;
    font-size: 1.14rem;
  }

  .hero-beta-note {
    margin-bottom: 26px;
  }
}

@media (min-width: 1200px) {
  .hero-media img {
    object-position: 58% 42%;
  }

  .hero-copy {
    max-width: 34rem;
  }
}

/* -- Problem -- */
.problem {
  background: transparent;
}

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

.problem-card {
  padding: 20px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(123, 91, 255, 0.1);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(8px);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.problem-close {
  margin: 0;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* -- How -- */
.how-section {
  position: relative;
  padding: clamp(72px, 12vw, 120px) 0;
}

.how-wrap {
  max-width: 920px;
}

.how-head {
  max-width: 640px;
  margin-bottom: clamp(48px, 7vw, 72px);
}

.how-head h2 {
  font-size: clamp(2.2rem, 5vw, 3.35rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.how-head p {
  margin-top: 18px;
  font-size: clamp(1.08rem, 1.9vw, 1.22rem);
  line-height: 1.65;
  color: var(--muted);
}

.how-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(22px, 3.5vw, 32px);
}

.how-step {
  position: relative;
  display: grid;
  gap: 14px;
  padding: clamp(28px, 4vw, 40px) clamp(26px, 4vw, 40px);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(123, 91, 255, 0.11);
  box-shadow: 0 14px 40px rgba(90, 78, 140, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    transform 0.55s var(--ease),
    opacity 0.55s var(--ease),
    box-shadow 0.35s var(--ease),
    border-color 0.35s var(--ease);
}

.how-step.reveal {
  transform: translateY(28px);
  transition-duration: 0.7s;
}

.how-step.reveal.is-visible {
  transform: none;
}

.how-step:nth-child(1).reveal { transition-delay: 0.04s; }
.how-step:nth-child(2).reveal { transition-delay: 0.14s; }
.how-step:nth-child(3).reveal { transition-delay: 0.24s; }

.how-step:hover {
  border-color: rgba(123, 91, 255, 0.2);
  box-shadow: 0 20px 48px rgba(79, 124, 255, 0.09);
}

.how-index {
  display: inline-block;
  font-family: var(--display);
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.how-step h3 {
  margin: 0;
  font-size: clamp(1.55rem, 3.4vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.how-step p {
  margin: 0;
  max-width: 52ch;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.7vw, 1.12rem);
  line-height: 1.65;
}

.how-footnote {
  margin: clamp(44px, 7vw, 64px) auto 0;
  text-align: center;
  max-width: 36ch;
  color: var(--muted-soft);
  font-size: 1.02rem;
  letter-spacing: -0.015em;
  font-weight: 500;
}

/* -- Promise line -- */
.promise-section {
  padding-top: clamp(12px, 3vw, 28px);
  padding-bottom: clamp(12px, 3vw, 28px);
}

.promise-line {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.promise-line h2 {
  margin: 0 0 16px;
  font-family: var(--display);
  font-size: clamp(1.85rem, 4.2vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.promise-line p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 2vw, 1.15rem);
  line-height: 1.6;
}

/* -- Platform feature cards (mobile-first so phones never get 3 skinny columns) -- */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.feature-card {
  padding: 24px 22px;
  border-radius: 22px;
  background: var(--card);
  border: 1px solid var(--card-border);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-soft);
  min-width: 0;
}

.feature-card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  letter-spacing: -0.025em;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: none;
}

@media (min-width: 600px) {
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .feature-card {
    padding: 26px 24px;
    border-radius: 24px;
  }
}

@media (min-width: 960px) {
  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .feature-card {
    padding: 32px 28px;
  }

  .feature-card h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
}

/* -- Editorial story sections -- */
.story-section {
  padding: clamp(72px, 12vw, 120px) 0;
  background: transparent;
}

.story-wrap {
  display: grid;
  justify-items: center;
}

.story-copy {
  max-width: 640px;
  text-align: center;
}

.story-copy h2 {
  margin: 0 0 28px;
  font-family: var(--display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.story-body {
  display: grid;
  gap: 18px;
}

.story-body p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2.1vw, 1.2rem);
  line-height: 1.65;
}

.story-close {
  margin-top: 8px !important;
  color: var(--ink) !important;
  font-weight: 500;
}

/* -- Everyday moments -- */
.moment-list {
  list-style: none;
  margin: 0 auto 40px;
  padding: 0;
  display: grid;
  gap: 12px;
  max-width: 560px;
}

.moment-item {
  padding: 20px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(123, 91, 255, 0.1);
  backdrop-filter: blur(8px);
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.one-tap {
  display: block;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  padding: 36px 28px;
  border-radius: 28px;
  background: linear-gradient(
    180deg,
    rgba(79, 124, 255, 0.08),
    rgba(255, 255, 255, 0.7)
  );
  border: 1px solid rgba(79, 124, 255, 0.14);
  backdrop-filter: blur(10px);
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.25s var(--ease),
    box-shadow 0.25s var(--ease),
    border-color 0.25s ease;
}

.one-tap:hover {
  text-decoration: none;
  transform: translateY(-2px);
  border-color: rgba(79, 124, 255, 0.28);
  box-shadow: 0 14px 34px rgba(79, 124, 255, 0.12);
}

.one-tap-kicker {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 500;
}

.one-tap-visual {
  position: relative;
  width: 140px;
  height: 110px;
  margin: 10px auto 4px;
  display: grid;
  place-items: center;
}

.one-tap-tag {
  position: relative;
  z-index: 2;
  width: min(118px, 34vw);
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(79, 124, 255, 0.22));
  animation: one-tap-tag-press 1.9s ease-in-out infinite;
}

.one-tap-ripple {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 2px solid rgba(79, 124, 255, 0.5);
  background: rgba(123, 91, 255, 0.14);
  transform: translate(-50%, -50%) scale(0.4);
  opacity: 0;
  animation: one-tap-ripple 1.9s ease-out infinite;
}

.one-tap-ripple-delay {
  animation-delay: 0.16s;
  border-color: rgba(123, 91, 255, 0.4);
}

.one-tap-line {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.4rem, 6vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  background: linear-gradient(120deg, #4f7cff, #7b5bff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: one-tap-glow 1.9s ease-in-out infinite;
}

.one-tap-cta {
  margin: 14px 0 0;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #6d5cff;
}

@keyframes one-tap-tag-press {
  0%,
  52%,
  100% {
    transform: translateY(0) scale(1) rotate(-6deg);
    filter: drop-shadow(0 10px 18px rgba(79, 124, 255, 0.22));
  }
  60% {
    transform: translateY(5px) scale(0.9) rotate(-6deg);
    filter: drop-shadow(0 4px 10px rgba(79, 124, 255, 0.18));
  }
  70% {
    transform: translateY(1px) scale(0.97) rotate(-6deg);
    filter: drop-shadow(0 8px 14px rgba(79, 124, 255, 0.2));
  }
}

@keyframes one-tap-ripple {
  0%,
  52% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
  }
  60% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(0.7);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.8);
  }
}

@keyframes one-tap-glow {
  0%,
  52%,
  100% {
    filter: brightness(1);
    transform: scale(1);
  }
  60% {
    filter: brightness(1.08);
    transform: scale(0.985);
  }
  72% {
    filter: brightness(1.03);
    transform: scale(1);
  }
}

.peace-grid .benefit-card h3 {
  font-size: 1.08rem;
}

/* -- Demo -- */
.demo-section {
  background: transparent;
}

.demo-devices {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 3vw, 28px);
  align-items: end;
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 36px;
}

.demo-device {
  margin: 0;
  text-align: center;
}

.demo-device img {
  width: 100%;
  border-radius: 28px;
  box-shadow:
    0 24px 50px rgba(29, 31, 39, 0.12),
    0 8px 18px rgba(79, 124, 255, 0.08);
  background: #fff;
}

.demo-device figcaption {
  margin-top: 12px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: -0.01em;
}

.demo-device-health {
  transform: translateY(18px);
}

.demo-actions {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

/* -- Benefits -- */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

@media (min-width: 981px) {
  .benefit-card:nth-child(4) {
    grid-column: 1 / 2;
  }

  .benefit-card:nth-child(5) {
    grid-column: 2 / 3;
  }

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

  .benefit-card {
    grid-column: span 2;
  }

  .benefit-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .benefit-card:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

.benefit-card {
  padding: 28px 26px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(123, 91, 255, 0.1);
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow-soft);
}

.benefit-card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

/* -- Scenarios -- */
.scenarios {
  background: transparent;
}

.scenario-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.scenario-item {
  padding: 22px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(123, 91, 255, 0.1);
  backdrop-filter: blur(8px);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

/* -- Compare -- */
.compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(123, 91, 255, 0.1);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(8px);
}

.compare-table th,
.compare-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
}

.compare-table th {
  background: var(--bg-soft);
  font-weight: 600;
  font-size: 0.88rem;
}

.compare-table th.petvo-col,
.compare-table td.petvo-col {
  background: rgba(79, 124, 255, 0.05);
  font-weight: 600;
}

.compare-table tr:last-child td { border-bottom: 0; }

.compare-note {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 62ch;
}

.compare-cards {
  display: none;
  gap: 14px;
}

.compare-card {
  padding: 22px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(123, 91, 255, 0.1);
  backdrop-filter: blur(8px);
}

.compare-card.featured {
  border-color: rgba(79, 124, 255, 0.28);
  background: linear-gradient(180deg, rgba(79, 124, 255, 0.08), rgba(255, 255, 255, 0.75));
}

.compare-card h3 {
  margin: 0 0 14px;
  font-size: 1.05rem;
}

.compare-card dl {
  margin: 0;
  display: grid;
  gap: 10px;
}

.compare-card dt {
  font-size: 0.78rem;
  color: var(--muted-soft);
  font-weight: 500;
}

.compare-card dd {
  margin: 2px 0 0;
  font-size: 0.95rem;
  font-weight: 600;
}

/* -- Trust -- */
.trust-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(28px, 5vw, 48px);
  align-items: start;
}

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

.trust-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(123, 91, 255, 0.08);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  font-size: 0.94rem;
  font-weight: 500;
}

.trust-list svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--blue);
}

/* -- Trust + Beta (one closing chapter) -- */
.trust-beta-section {
  padding: clamp(56px, 9vw, 96px) 0;
}

.trust-strip {
  max-width: 720px;
  margin: 0 auto clamp(36px, 5vw, 52px);
  text-align: center;
}

.trust-strip h2 {
  margin: 0 0 14px;
  font-size: clamp(1.75rem, 3.8vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.trust-strip > p {
  margin: 0 auto 22px;
  max-width: 52ch;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.7vw, 1.12rem);
  line-height: 1.6;
}

.trust-list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
}

.trust-list-inline li {
  position: relative;
  padding: 0 0 0 16px;
  color: rgba(29, 31, 39, 0.72);
  font-size: 0.9rem;
  font-weight: 500;
}

.trust-list-inline li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #7b5bff;
}

.beta-panel {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 40px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(123, 91, 255, 0.12);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.beta-panel .section-head {
  margin-bottom: 8px;
}

.beta-section {
  background: transparent;
}

.beta-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 36px 0 28px;
}

.beta-step {
  padding: 24px 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(123, 91, 255, 0.1);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(8px);
}

.beta-step strong {
  display: block;
  margin-bottom: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-soft);
}

.beta-step h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.beta-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.beta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.beta-note {
  margin: 14px 0 0;
  text-align: center;
  color: var(--muted-soft);
  font-size: 0.9rem;
}

/* -- Shop teaser -- */
.shop-teaser {
  border-radius: 28px;
  padding: clamp(28px, 5vw, 44px);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(123, 91, 255, 0.12);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(160px, 240px);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

.shop-product {
  margin: 0;
  width: 100%;
  max-width: 240px;
  justify-self: end;
}

.shop-product img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 625 / 1024;
  object-fit: contain;
  object-position: center;
  border-radius: 16px;
  background: #fff;
  box-shadow:
    0 16px 36px rgba(29, 31, 39, 0.07),
    0 2px 8px rgba(79, 124, 255, 0.05);
}

.shop-teaser h2 {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  letter-spacing: -0.03em;
}

.shop-teaser p {
  margin: 0 0 20px;
  color: var(--muted);
}

.shop-teaser .price {
  margin: 0 0 18px;
  font-size: 1.05rem;
  font-weight: 600;
}

/* -- FAQ -- */
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

.faq-item {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(123, 91, 255, 0.1);
  backdrop-filter: blur(8px);
  padding: 0 18px;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  min-height: 56px;
  display: block;
  padding: 16px 28px 16px 0;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

.faq-item[open] summary::after { content: "-"; }

.faq-item p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* -- Final CTA -- */
.final-cta {
  position: relative;
  text-align: center;
  padding: clamp(72px, 12vw, 120px) 0;
  background: transparent;
}

.final-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(1.9rem, 4.5vw, 2.8rem);
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.final-cta p {
  margin: 0 auto 28px;
  max-width: 36ch;
  color: var(--muted);
  font-size: 1.05rem;
}

.final-cta .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* -- Footer -- */
.site-footer {
  padding: 36px 0 44px;
  border-top: 1px solid rgba(123, 91, 255, 0.06);
  background: transparent;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  align-items: center;
  justify-content: space-between;
}

.footer-brand {
  display: grid;
  gap: 4px;
}

.footer-mark {
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.85rem;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.footer-copy {
  font-size: 0.82rem;
  color: var(--muted-soft);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.site-footer nav a {
  color: var(--muted);
  font-size: 0.88rem;
  text-decoration: none;
}

.site-footer nav a:hover { color: var(--ink); }

.footer-newsletter {
  margin-top: 18px;
  display: grid;
  gap: 10px;
  max-width: 420px;
}

.footer-newsletter-title {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.footer-newsletter-field input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(29, 31, 39, 0.12);
  background: #fff;
  font: inherit;
  color: var(--ink);
}

.footer-newsletter-field input:focus {
  outline: 2px solid rgba(79, 124, 255, 0.35);
  outline-offset: 1px;
}

.footer-newsletter-consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--muted);
}

.footer-newsletter-consent input {
  margin-top: 3px;
  flex: 0 0 auto;
}

.footer-newsletter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.footer-newsletter-status {
  font-size: 0.85rem;
  color: var(--muted);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* -- Beta modal -- */
.beta-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
}

.beta-modal[hidden] { display: none !important; }

.beta-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(29, 31, 39, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.beta-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  max-height: min(90vh, 720px);
  overflow: auto;
  padding: clamp(28px, 4vw, 36px);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(29, 31, 39, 0.08);
  box-shadow: 0 24px 60px rgba(29, 31, 39, 0.12);
}

.beta-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.beta-modal-panel h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.beta-modal-lede {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 0.95rem;
}

.beta-form { display: grid; gap: 14px; }

.beta-field {
  display: grid;
  gap: 6px;
  text-align: left;
}

.beta-field span {
  font-size: 0.82rem;
  font-weight: 600;
}

.beta-field em {
  font-style: normal;
  font-weight: 500;
  color: var(--muted-soft);
}

.beta-field input,
.beta-field select,
.beta-field textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(29, 31, 39, 0.1);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 16px; /* prevents iOS Safari focus-zoom */
  outline: none;
}

.beta-field input:focus,
.beta-field select:focus,
.beta-field textarea:focus {
  border-color: rgba(79, 124, 255, 0.45);
  box-shadow: 0 0 0 3px rgba(79, 124, 255, 0.12);
}

.beta-form-error {
  margin: 0;
  color: #b42318;
  font-size: 0.88rem;
}

.beta-form-success {
  margin: 0;
  color: #067647;
  font-size: 0.92rem;
  line-height: 1.5;
}

.beta-submit { width: 100%; }
body.beta-open { overflow: hidden; }

/* -- Responsive -- */
@media (max-width: 980px) {
  .trust-layout,
  .shop-teaser {
    grid-template-columns: 1fr;
    justify-items: stretch;
    text-align: left;
  }

  .shop-product {
    max-width: 200px;
    justify-self: center;
    order: -1;
  }

  .demo-devices {
    max-width: 420px;
    gap: 12px;
    padding-bottom: 28px;
  }

  .demo-device-health { transform: none; }

  .problem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .problem-card:last-child { grid-column: 1 / -1; }

  .scenario-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scenario-item:last-child { grid-column: 1 / -1; }

  .compare-table { display: none; }
  .compare-cards {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 959px) {
  .nav-desktop { display: none; }
  .header-actions { display: flex; }
  .nav-cart-mobile { display: inline-flex; }
  .menu-toggle { display: inline-grid; }
}

@media (max-width: 760px) {
  .beta-steps,
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .beta-panel {
    padding: 24px 18px;
  }

  .trust-list-inline {
    gap: 8px 14px;
  }

  .how-section {
    padding: clamp(56px, 10vw, 88px) 0;
  }

  .how-step {
    padding: 26px 22px;
    gap: 12px;
  }

  .how-step h3 {
    font-size: clamp(1.45rem, 6.5vw, 1.85rem);
  }

  .final-cta .actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 320px;
    margin-inline: auto;
  }
}

@media (max-width: 520px) {
  .wrap { width: min(100% - 28px, var(--max)); }

  .demo-devices {
    grid-template-columns: 1fr;
    max-width: 280px;
    padding-bottom: 40px;
  }

  .demo-device-health { display: none; }

  .scenario-list {
    grid-template-columns: 1fr;
  }

  .scenario-item:last-child { grid-column: auto; }
}

/* -- Keepsakes teaser -- */
.keepsakes-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(22px, 4vw, 40px);
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 28px;
  background: var(--card);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-soft);
}

.keepsakes-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(1.7rem, 3.8vw, 2.4rem);
  letter-spacing: -0.035em;
}

.keepsakes-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.6;
  max-width: 42ch;
}

.keepsakes-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.home-keep-grid {
  margin-top: clamp(22px, 3vw, 32px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-keep-card {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 14px;
  border-radius: 20px;
  background: var(--card);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-soft);
}

.home-keep-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  border-radius: 14px;
  background: #f4f1ea;
}

.home-keep-card h3 {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.home-keep-price {
  margin: 0;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--ink);
}

.home-keep-card .btn {
  justify-self: start;
}

.btn-compact {
  padding: 10px 16px;
  min-height: 40px;
  font-size: 0.88rem;
}

.home-keep-steps {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.keepsakes-visual {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  background: #f4f1ea;
}

.keepsakes-visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 900px) {
  .keepsakes-panel {
    grid-template-columns: 1fr;
  }

  .keepsakes-visual {
    order: -1;
  }

  .keepsakes-visual img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .home-keep-grid {
    grid-template-columns: 1fr;
  }
}

/* -- Everyday reasons -- */
.reason-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.reason-card,
.records-point,
.feature-card {
  background: var(--card);
  border: 1px solid var(--card-border);
}

.reason-card {
  border-radius: 20px;
  padding: 22px 20px;
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-soft);
}

a.reason-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

a.reason-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--ink) 18%, var(--card-border));
}

.reason-card h3,
.records-point h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.reason-card p,
.records-point p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.record-types {
  list-style: none;
  margin: 0 0 clamp(24px, 4vw, 36px);
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.record-types li {
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--card);
  border: 1px solid var(--card-border);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 500;
}

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

.records-point {
  border-radius: 20px;
  padding: 22px 20px;
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-soft);
}

.lost-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(24px, 4vw, 40px);
  align-items: center;
  padding: clamp(22px, 3vw, 32px);
  border-radius: 28px;
  background: var(--card);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.lost-copy h2,
.lost-copy h3 {
  margin: 0 0 14px;
  font-size: clamp(1.7rem, 3.8vw, 2.4rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.lost-copy p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.lost-copy .btn {
  margin-top: 8px;
}

.lost-close {
  margin-top: 8px !important;
  color: var(--ink) !important;
  font-weight: 500;
}

.lost-visual {
  border-radius: 20px;
  overflow: hidden;
  background: rgba(123, 91, 255, 0.06);
}

.lost-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 11;
}

.identity-section .story-close,
.records-section .section-head.left {
  max-width: 640px;
}

@media (max-width: 900px) {
  .reason-grid,
  .records-points,
  .lost-panel {
    grid-template-columns: 1fr;
  }

  .lost-visual {
    order: -1;
  }
}

@media (max-width: 520px) {
  .reason-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .page-tag {
    animation: none;
  }

  .one-tap-tag,
  .one-tap-ripple,
  .one-tap-line {
    animation: none;
  }
}

/* -- Dark mode -- */
@media (prefers-color-scheme: dark) {
  :root {
    --blue: #7aa2ff;
    --purple: #9b85ff;
    --ink: #f2f3f7;
    --muted: #a7afbd;
    --muted-soft: #7f8796;
    --line: rgba(155, 133, 255, 0.18);
    --bg: #0f1117;
    --bg-soft: rgba(22, 25, 34, 0.72);
    --surface: rgba(22, 25, 34, 0.72);
    --surface-solid: #161922;
    --card: rgba(22, 25, 34, 0.78);
    --card-border: rgba(155, 133, 255, 0.2);
    --wash-top: #0f1117;
    --wash-mid: #151822;
    --hero-fallback: #12141c;
    --header-bg: rgba(15, 17, 23, 0.92);
    --nav-mobile-bg: rgba(18, 20, 28, 0.98);
    --scrim-white: 15, 17, 23;
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.28);
    --shadow-lift: 0 16px 40px rgba(79, 124, 255, 0.18);
    --grad: linear-gradient(135deg, #7aa2ff, #9b85ff);
  }

  .keepsakes-visual {
    background: #1a1d27;
  }

  .page-wash {
    background:
      radial-gradient(ellipse 90% 42% at 50% -8%, rgba(123, 91, 255, 0.22), transparent 58%),
      radial-gradient(ellipse 75% 50% at 12% -5%, rgba(79, 124, 255, 0.16), transparent 58%),
      radial-gradient(ellipse 65% 55% at 88% 4%, rgba(79, 124, 255, 0.14), transparent 56%),
      radial-gradient(ellipse 90% 55% at 50% 100%, rgba(123, 91, 255, 0.12), transparent 60%),
      linear-gradient(180deg, #0f1117 0%, #151822 22%, #0f1117 52%, #0f1117 100%);
  }

  .page-tag {
    opacity: 0.14;
    filter: brightness(0.92);
  }

  .section-band {
    background:
      linear-gradient(180deg, rgba(28, 32, 44, 0.88) 0%, rgba(15, 17, 23, 0.45) 45%, rgba(28, 32, 44, 0.7) 100%);
    border-block-color: rgba(155, 133, 255, 0.12);
  }

  .site-header {
    background: linear-gradient(
      180deg,
      rgba(15, 17, 23, 0.96) 0%,
      rgba(15, 17, 23, 0.72) 35%,
      rgba(15, 17, 23, 0.2) 72%,
      rgba(15, 17, 23, 0) 100%
    );
  }

  .nav-desktop a {
    color: rgba(242, 243, 247, 0.78);
  }

  .nav-desktop a:hover {
    color: #f2f3f7;
  }

  .nav-mobile a {
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }

  .footer-newsletter-field input {
    background: #12141c;
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--ink);
  }

  .hero h1 {
    color: #f2f3f7;
  }

  .lost-panel,
  .keepsakes-panel,
  .faq-item summary {
    color: var(--ink);
  }

  .nav-cart:hover {
    background: rgba(28, 32, 44, 0.98) !important;
  }

  .nav-mobile {
    background: var(--nav-mobile-bg);
  }

  body.nav-open .site-header {
    background: linear-gradient(180deg, #0f1117 0%, #12141c 100%);
  }

  .hero-scrim {
    background:
      linear-gradient(
        180deg,
        rgba(15, 17, 23, 0.55) 0%,
        rgba(15, 17, 23, 0.18) 28%,
        rgba(15, 17, 23, 0.2) 48%,
        rgba(15, 17, 23, 0.82) 78%,
        #0f1117 100%
      ),
      linear-gradient(
        105deg,
        rgba(15, 17, 23, 0.88) 0%,
        rgba(15, 17, 23, 0.58) 30%,
        rgba(15, 17, 23, 0.18) 55%,
        transparent 75%
      );
  }

  .hero-badge {
    color: #c6bff0;
    background: rgba(22, 25, 34, 0.88);
    border-color: rgba(155, 133, 255, 0.28);
  }

  .hero h1,
  .hero-lede {
    text-shadow: none;
  }

  .hero-lede {
    color: rgba(242, 243, 247, 0.78);
  }

  .btn-secondary {
    color: var(--ink);
    background: rgba(22, 25, 34, 0.9);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  }

  .btn-secondary:hover {
    background: rgba(28, 32, 44, 0.98);
  }

  .hero-actions .btn-secondary {
    background: rgba(22, 25, 34, 0.92);
  }

  .eyebrow {
    color: rgba(198, 191, 240, 0.86);
  }

  .faq-item,
  .beta-panel,
  .beta-step,
  .moment-item,
  .one-tap,
  .trust-strip {
    background: var(--card);
    border-color: var(--card-border);
  }

  .beta-modal-panel {
    background: rgba(22, 25, 34, 0.98);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  }

  .beta-field input,
  .beta-field select,
  .beta-field textarea {
    background: #12141c;
    border-color: rgba(255, 255, 255, 0.1);
    color: var(--ink);
  }

  .site-footer {
    border-top-color: rgba(155, 133, 255, 0.12);
  }

  @media (max-width: 959px) {
    .site-header {
      background: var(--header-bg);
      border-bottom-color: rgba(155, 133, 255, 0.14);
    }

    .hero-scrim {
      background:
        linear-gradient(
          180deg,
          rgba(15, 17, 23, 0.45) 0%,
          rgba(15, 17, 23, 0.12) 22%,
          rgba(15, 17, 23, 0.2) 42%,
          rgba(15, 17, 23, 0.86) 72%,
          #0f1117 100%
        ),
        linear-gradient(
          180deg,
          transparent 0%,
          transparent 45%,
          rgba(15, 17, 23, 0.65) 100%
        );
    }
  }
}

/* -- Inner marketing pages (About, Partners) -- */
.inner-page main {
  position: relative;
  z-index: 1;
  padding-top: calc(var(--header-h) + 52px);
}

.inner-hero {
  padding: clamp(12px, 4vw, 28px) 0 clamp(48px, 8vw, 80px);
}

.inner-hero h1 {
  margin: 8px 0 16px;
  font-size: clamp(2rem, 5vw, 3.35rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
  font-weight: 800;
}

.inner-hero .lede {
  max-width: 42rem;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.18rem);
  line-height: 1.6;
}

.partner-ways .feature-card p {
  color: var(--muted);
}

.partner-note {
  margin: 20px auto 0;
  max-width: 40rem;
  color: var(--muted);
  font-size: 0.95rem;
  text-align: center;
  line-height: 1.55;
}

.pilot-panel,
.founder-panel,
.partner-close {
  padding: clamp(28px, 5vw, 44px);
  border-radius: 28px;
  background: var(--card);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.pilot-panel h2,
.partner-close h2,
.founder-panel h2 {
  margin: 8px 0 14px;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.pilot-panel p,
.partner-close p,
.founder-panel p {
  margin: 0 0 14px;
  color: var(--muted);
  max-width: 40rem;
}

.privacy-callout {
  margin: 8px 0 0;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(123, 91, 255, 0.06);
  border: 1px solid rgba(123, 91, 255, 0.12);
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.55;
}

.partner-close address {
  margin: 8px 0 22px;
  font-style: normal;
  line-height: 1.55;
}

.partner-close address a {
  color: inherit;
  text-decoration: none;
}

.partner-close address a:hover {
  color: var(--blue);
}

.founder-role {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.98rem;
}

.founder-meta {
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--card-border);
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.about-prose {
  max-width: 42rem;
}

.about-prose h2 {
  margin: 36px 0 12px;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  letter-spacing: -0.03em;
}

.about-prose p {
  margin: 0 0 14px;
  color: var(--muted);
}

.vision-panel {
  padding: clamp(28px, 5vw, 44px);
  border-radius: 28px;
  background: var(--card);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-soft);
}

.vision-panel h2 {
  margin: 8px 0 14px;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.vision-panel > p {
  margin: 0 0 14px;
  color: var(--muted);
  max-width: 42rem;
}

.vision-panel .hub-nodes {
  justify-content: flex-start;
  margin-top: 8px;
}

.partners-home-panel {
  display: grid;
  gap: clamp(24px, 4vw, 40px);
  padding: clamp(28px, 5vw, 44px);
  border-radius: 28px;
  background: var(--card);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.partners-home-panel h2 {
  margin: 8px 0 14px;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.partners-home-panel p {
  margin: 0 0 20px;
  color: var(--muted);
  max-width: 38rem;
}

.partners-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.inner-hero .actions {
  margin-top: 4px;
}

@media (prefers-color-scheme: dark) {
  .pilot-panel,
  .founder-panel,
  .partner-close,
  .partners-home-panel,
  .vision-panel {
    background: var(--card);
    border-color: var(--card-border);
  }

  .privacy-callout {
    background: rgba(123, 91, 255, 0.12);
    border-color: rgba(155, 133, 255, 0.18);
  }
}

.hero-note {
  margin: 14px 0 0;
  max-width: 38rem;
  color: rgba(29, 31, 39, 0.68);
  font-size: 0.92rem;
  line-height: 1.5;
}

.coming-soon {
  display: inline-block;
  margin: 0 0 10px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(123, 91, 255, 0.12);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.identity-hub {
  margin-top: 28px;
  padding: 22px;
  border-radius: 28px;
  background: var(--card);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-soft);
}

.hub-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  text-align: center;
}

.hub-center img {
  width: 56px;
  height: 56px;
  border-radius: 16px;
}

.hub-center strong {
  font-size: 1.05rem;
}

.hub-nodes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hub-nodes li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(123, 91, 255, 0.08);
  border: 1px solid rgba(123, 91, 255, 0.12);
  font-size: 0.92rem;
  font-weight: 600;
}

.compare-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.compare-card {
  padding: 24px 22px;
  border-radius: 24px;
  background: var(--card);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-soft);
}

.compare-card h3 {
  margin: 0 0 6px;
  font-size: 1.2rem;
}

.compare-card .compare-kicker {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.95rem;
}

.compare-card ul {
  margin: 0;
  padding-left: 1.1em;
  color: var(--muted);
}

.compare-card li + li {
  margin-top: 8px;
}

.compare-card-featured {
  background: linear-gradient(180deg, rgba(237, 244, 255, 0.9), rgba(255, 255, 255, 0.8));
}

.privacy-points {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.privacy-points article {
  padding: 20px 18px;
  border-radius: 20px;
  background: var(--card);
  border: 1px solid var(--card-border);
}

.privacy-points h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.privacy-points p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.how-steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.how-note {
  margin: 22px 0 0;
  max-width: 40rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.soon-panel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(123, 91, 255, 0.1);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (min-width: 760px) {
  .compare-grid,
  .privacy-points,
  .how-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .how-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (prefers-color-scheme: dark) {
  .hero-note {
    color: rgba(242, 243, 247, 0.78);
  }

  .compare-card-featured {
    background: var(--card);
  }
}
