:root {
  --ink: #11101b;
  --muted: #696778;
  --soft: #f3f2f8;
  --line: rgba(20, 16, 50, 0.11);
  --purple: #654df6;
  --purple-deep: #3720c9;
  --cyan: #48cdf4;
  --navy: #080617;
  --navy-soft: #11102a;
  --white: #ffffff;
  --radius-lg: 36px;
  --radius-md: 24px;
  --shadow: 0 30px 80px rgba(23, 17, 70, 0.16);
  --content: min(1180px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: #f8f8fb;
  color: var(--ink);
  font-family:
    -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic UI",
    "Yu Gothic", "Noto Sans JP", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: rgba(101, 77, 246, 0.22);
}

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

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

button {
  font: inherit;
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 6, 23, 0.78);
  backdrop-filter: blur(22px) saturate(140%);
}

.header-inner {
  display: flex;
  width: var(--content);
  min-height: 76px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  min-width: 250px;
  align-items: center;
  gap: 12px;
  color: var(--white);
}

.brand-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(63, 42, 239, 0.42);
}

.brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand strong {
  color: #b8aaff;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.brand small {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.1vw, 30px);
}

.desktop-nav a {
  position: relative;
  padding: 28px 0 26px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 50%;
  bottom: 18px;
  left: 50%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--purple), var(--cyan));
  content: "";
  transition:
    right 180ms ease,
    left 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--white);
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  right: 0;
  left: 0;
}

.header-cta {
  display: inline-flex;
  min-width: 124px;
  padding: 12px 17px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.header-cta:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 920px;
  padding: 162px 0 88px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 40%, rgba(44, 105, 255, 0.22), transparent 27%),
    radial-gradient(circle at 20% 80%, rgba(113, 64, 255, 0.19), transparent 28%),
    linear-gradient(135deg, #070515 0%, #0b0822 47%, #070a1d 100%);
  color: var(--white);
}

.hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero::after {
  position: absolute;
  z-index: 0;
  right: -16vw;
  bottom: -380px;
  width: 950px;
  height: 950px;
  border: 1px solid rgba(107, 92, 255, 0.3);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(74, 62, 255, 0.035),
    0 0 0 150px rgba(58, 160, 255, 0.025);
  content: "";
}

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

.hero-glow--one {
  top: 140px;
  left: 40%;
  width: 240px;
  height: 240px;
  background: rgba(111, 52, 255, 0.18);
}

.hero-glow--two {
  right: 6%;
  bottom: 40px;
  width: 290px;
  height: 290px;
  background: rgba(44, 211, 255, 0.14);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  width: var(--content);
  margin: 0 auto;
  align-items: center;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  gap: 40px;
}

.hero-copy {
  padding: 34px 0 76px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #7a63ff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow {
  padding: 9px 14px;
  border: 1px solid rgba(160, 145, 255, 0.23);
  border-radius: 999px;
  background: rgba(109, 77, 246, 0.09);
  color: rgba(255, 255, 255, 0.76);
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #63e5bd;
  box-shadow: 0 0 0 5px rgba(99, 229, 189, 0.12);
}

.hero-app-name {
  margin: 34px 0 14px;
  color: #a89bff;
  font-size: clamp(15px, 1.8vw, 20px);
  font-weight: 800;
  letter-spacing: 0.03em;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.12;
}

.hero h1 span {
  background: linear-gradient(105deg, #fbf7ff 10%, #ae9aff 50%, #65dcf7 95%);
  background-clip: text;
  color: transparent;
}

.hero-lead {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: clamp(16px, 1.7vw, 19px);
  font-weight: 520;
  letter-spacing: 0.02em;
  line-height: 1.95;
}

.mobile-break {
  display: none;
}

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

.app-store-button {
  display: inline-flex;
  min-width: 288px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  align-items: center;
  gap: 12px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(45, 30, 165, 0.24);
  color: #0d0b16;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.app-store-button:hover {
  box-shadow: 0 24px 66px rgba(73, 50, 216, 0.34);
  transform: translateY(-3px);
}

.app-store-button:focus-visible,
.header-cta:focus-visible,
.text-link:focus-visible,
.showcase-tabs button:focus-visible,
summary:focus-visible,
footer a:focus-visible {
  outline: 3px solid #68dfff;
  outline-offset: 4px;
}

.apple-mark {
  width: 36px;
  font-size: 35px;
  line-height: 1;
}

.app-store-button > span:nth-child(2) {
  display: flex;
  flex: 1;
  flex-direction: column;
  line-height: 1.08;
}

.app-store-button small {
  color: #6c6977;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.05em;
}

.app-store-button strong {
  margin-top: 4px;
  font-size: 16px;
  letter-spacing: 0.01em;
}

.button-arrow {
  color: #777382;
  font-size: 15px;
}

.text-link {
  display: inline-flex;
  padding: 8px 0;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.hero-points {
  display: flex;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  gap: 18px 24px;
  flex-wrap: wrap;
}

.hero-points li {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 650;
}

.hero-points span {
  margin-right: 5px;
  color: #8f7aff;
}

.hero-visual {
  position: relative;
  min-height: 680px;
}

.phone {
  position: relative;
  z-index: 2;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 48px;
  background: #050508;
  box-shadow:
    0 45px 110px rgba(0, 0, 0, 0.45),
    inset 0 0 0 2px rgba(255, 255, 255, 0.06);
}

.phone::after {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 15%;
  width: 35%;
  height: 35%;
  border-radius: 80% 20% 90% 10%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 58%);
  content: "";
  pointer-events: none;
}

.phone img {
  width: 100%;
  height: auto;
  border-radius: 39px;
}

.phone-speaker {
  position: absolute;
  z-index: 6;
  top: 17px;
  left: 50%;
  width: 26%;
  height: 27px;
  border-radius: 999px;
  background: #040406;
  transform: translateX(-50%);
}

.phone--hero {
  position: absolute;
  top: 25px;
  left: 50%;
  width: min(344px, 66vw);
  transform: rotate(3deg) translateX(-47%);
  transform-origin: center;
}

.hero-icon-card {
  position: absolute;
  z-index: 6;
  top: 58px;
  right: -34px;
  display: flex;
  width: 210px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  align-items: center;
  gap: 13px;
  background: rgba(16, 13, 42, 0.82);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.hero-icon {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(63, 78, 255, 0.4);
}

.hero-icon-card > span {
  display: flex;
  flex-direction: column;
}

.hero-icon-card strong {
  font-size: 13px;
}

.hero-icon-card small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
}

.floating-card {
  position: absolute;
  z-index: 6;
  display: flex;
  min-width: 210px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  align-items: center;
  gap: 12px;
  background: rgba(18, 15, 46, 0.82);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.37);
  backdrop-filter: blur(18px);
}

.floating-card--lock {
  bottom: 114px;
  left: -2px;
}

.floating-card--rewind {
  right: -46px;
  bottom: 44px;
}

.floating-card > span:last-child {
  display: flex;
  flex-direction: column;
}

.floating-card strong {
  font-size: 12px;
}

.floating-card small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 9px;
}

.mini-icon {
  display: grid;
  width: 37px;
  height: 37px;
  border: 1px solid rgba(151, 134, 255, 0.3);
  border-radius: 12px;
  place-items: center;
  background: rgba(113, 87, 255, 0.14);
  color: #ad9dff;
  font-size: 21px;
  font-weight: 900;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(110, 91, 255, 0.24);
  border-radius: 50%;
}

.orbit--one {
  top: 90px;
  right: 2%;
  width: 500px;
  height: 500px;
  animation: slow-spin 24s linear infinite;
}

.orbit--two {
  top: 145px;
  right: 7%;
  width: 390px;
  height: 390px;
  border-style: dashed;
  opacity: 0.6;
  animation: slow-spin 32s linear infinite reverse;
}

@keyframes slow-spin {
  to {
    transform: rotate(360deg);
  }
}

.scroll-cue {
  position: absolute;
  z-index: 5;
  bottom: 36px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.3em;
  transform: translateX(-50%);
}

.scroll-cue i {
  position: relative;
  width: 1px;
  height: 38px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
}

.scroll-cue i::after {
  position: absolute;
  top: -100%;
  left: 0;
  width: 1px;
  height: 100%;
  background: #9c88ff;
  content: "";
  animation: scroll-line 2s ease-in-out infinite;
}

@keyframes scroll-line {
  60%,
  100% {
    top: 100%;
  }
}

.proof-strip {
  position: relative;
  z-index: 10;
  display: flex;
  width: min(1080px, calc(100vw - 48px));
  min-height: 108px;
  margin: -25px auto 0;
  padding: 20px 30px;
  border: 1px solid rgba(40, 30, 92, 0.09);
  border-radius: 24px;
  align-items: center;
  justify-content: space-around;
  gap: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 80px rgba(29, 22, 77, 0.14);
  backdrop-filter: blur(18px);
}

.proof-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
}

.proof-item strong {
  font-size: 15px;
  font-weight: 850;
}

.proof-item span {
  color: #8a8795;
  font-size: 10px;
  font-weight: 600;
}

.proof-divider {
  width: 1px;
  height: 36px;
  background: var(--line);
}

.section {
  padding: 128px 0;
}

.section-heading {
  width: var(--content);
  margin: 0 auto 60px;
  text-align: center;
}

.section-heading--left {
  text-align: left;
}

.section-kicker {
  margin: 0 0 18px;
}

.section-kicker--light {
  color: #9d8dff;
}

.section h2 {
  margin: 0;
  font-size: clamp(36px, 4.4vw, 60px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.22;
}

.section h2 span {
  color: var(--purple);
}

.section-heading > p:last-child {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.section--features {
  padding-top: 150px;
}

.feature-grid {
  display: grid;
  width: var(--content);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.feature-card {
  position: relative;
  min-height: 390px;
  padding: 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 95% 5%, rgba(99, 76, 246, 0.08), transparent 30%),
    var(--white);
  box-shadow: 0 18px 60px rgba(28, 20, 78, 0.06);
}

.feature-card--primary {
  background:
    radial-gradient(circle at 90% 5%, rgba(97, 208, 251, 0.14), transparent 35%),
    linear-gradient(145deg, #14102e, #0b091a);
  color: var(--white);
}

.feature-number {
  position: absolute;
  top: 33px;
  right: 38px;
  color: rgba(33, 28, 64, 0.22);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.feature-card--primary .feature-number {
  color: rgba(255, 255, 255, 0.24);
}

.feature-symbol {
  display: grid;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(146, 130, 255, 0.22);
  border-radius: 20px;
  place-items: center;
  background: linear-gradient(145deg, rgba(104, 79, 255, 0.23), rgba(70, 203, 247, 0.12));
  color: #a899ff;
  font-size: 23px;
  box-shadow: inset 0 0 30px rgba(94, 71, 235, 0.08);
}

.feature-symbol--rewind,
.feature-symbol--repeat,
.feature-symbol--organize {
  background: #f1efff;
  color: var(--purple);
}

.feature-card h3 {
  margin: 28px 0 14px;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 850;
  letter-spacing: -0.035em;
}

.feature-card > p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.feature-card--primary > p {
  color: rgba(255, 255, 255, 0.62);
}

.feature-card ul {
  display: grid;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  gap: 11px;
}

.feature-card li {
  position: relative;
  padding-left: 23px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 650;
}

.feature-card li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #9180ff;
  content: "✓";
}

.seconds-row,
.tag-row {
  display: flex;
  margin-top: 28px;
  gap: 8px;
  flex-wrap: wrap;
}

.seconds-row span,
.tag-row span {
  padding: 9px 13px;
  border: 1px solid rgba(83, 62, 201, 0.1);
  border-radius: 999px;
  background: #f5f3ff;
  color: #5546aa;
  font-size: 10px;
  font-weight: 800;
}

.ab-visual {
  display: flex;
  width: min(340px, 100%);
  margin-top: 34px;
  align-items: center;
  gap: 9px;
}

.ab-visual span {
  display: grid;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  place-items: center;
  background: var(--purple);
  color: white;
  font-size: 11px;
  font-weight: 800;
}

.ab-visual i {
  height: 4px;
  border-radius: 999px;
  flex: 1;
  background: linear-gradient(90deg, var(--purple), var(--cyan));
}

.center-cta {
  display: flex;
  margin-top: 54px;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}

.center-cta .app-store-button,
.plan-note .app-store-button {
  border-color: rgba(21, 17, 38, 0.12);
  background: #11101b;
  box-shadow: 0 18px 50px rgba(23, 17, 69, 0.2);
  color: white;
}

.center-cta .app-store-button small,
.plan-note .app-store-button small {
  color: rgba(255, 255, 255, 0.55);
}

.center-cta .button-arrow,
.plan-note .button-arrow {
  color: rgba(255, 255, 255, 0.6);
}

.center-cta > p {
  margin: 0;
  color: #96939f;
  font-size: 10px;
}

.privacy-story {
  position: relative;
  padding: 148px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 80%, rgba(84, 54, 255, 0.2), transparent 30%),
    linear-gradient(145deg, #0c0921, #070614 68%);
  color: white;
}

.privacy-story::before {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  mask-image: linear-gradient(90deg, black, transparent 45%);
}

.privacy-layout {
  position: relative;
  z-index: 2;
  display: grid;
  width: var(--content);
  margin: 0 auto;
  align-items: center;
  grid-template-columns: minmax(390px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(64px, 9vw, 130px);
}

.privacy-phone-wrap {
  position: relative;
  min-height: 670px;
}

.phone--privacy {
  position: absolute;
  top: 0;
  left: 50%;
  width: 342px;
  transform: rotate(-4deg) translateX(-50%);
  transform-origin: center;
}

.privacy-halo {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(113, 90, 255, 0.25);
  border-radius: 50%;
  box-shadow:
    0 0 0 50px rgba(99, 76, 246, 0.04),
    0 0 90px rgba(55, 107, 255, 0.2);
  transform: translateX(-50%);
}

.privacy-seal {
  position: absolute;
  z-index: 8;
  right: 1%;
  bottom: 80px;
  display: flex;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  background: rgba(20, 16, 47, 0.86);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(16px);
  font-size: 11px;
}

.privacy-seal span {
  display: grid;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  place-items: center;
  background: #6e56f7;
}

.privacy-copy h2 {
  margin-top: 0;
}

.privacy-copy h2 span {
  background: linear-gradient(90deg, #ab9cff, #65d9f6);
  background-clip: text;
  color: transparent;
}

.privacy-lead {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.95;
}

.privacy-list {
  display: grid;
  margin-top: 36px;
  gap: 0;
}

.privacy-list > div {
  display: grid;
  padding: 21px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  grid-template-columns: 48px 1fr;
  gap: 8px;
}

.privacy-list > div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.privacy-list span {
  color: #8f7dff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.privacy-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.75;
}

.privacy-list strong {
  display: block;
  margin-bottom: 5px;
  color: white;
  font-size: 14px;
}

.privacy-link {
  display: inline-flex;
  margin-top: 28px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 750;
}

.screenshot-section {
  padding-bottom: 150px;
  background: #f2f1f7;
}

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

.showcase-tabs {
  display: grid;
  padding: 6px;
  border: 1px solid rgba(26, 18, 75, 0.08);
  border-radius: 18px;
  background: white;
  box-shadow: 0 15px 50px rgba(29, 22, 77, 0.06);
  grid-template-columns: repeat(5, 1fr);
}

.showcase-tabs button {
  display: flex;
  padding: 13px 16px;
  border: 0;
  border-radius: 13px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: transparent;
  color: #777382;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  transition:
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.showcase-tabs button span {
  color: #aaa7b3;
  font-size: 8px;
  letter-spacing: 0.1em;
}

.showcase-tabs button[aria-selected="true"] {
  background: #171326;
  box-shadow: 0 10px 25px rgba(27, 21, 66, 0.18);
  color: white;
}

.showcase-tabs button[aria-selected="true"] span {
  color: #9988ff;
}

.showcase-panel {
  position: relative;
  display: grid;
  min-height: 720px;
  margin-top: 24px;
  padding: 70px 80px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  align-items: center;
  background:
    radial-gradient(circle at 74% 45%, rgba(91, 67, 240, 0.3), transparent 25%),
    linear-gradient(140deg, #0f0c27, #080718);
  color: white;
  grid-template-columns: minmax(0, 0.85fr) minmax(400px, 1.15fr);
  gap: 48px;
}

.showcase-panel::before {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
}

.showcase-copy {
  position: relative;
  z-index: 3;
}

.showcase-copy > p {
  margin: 0 0 20px;
  color: #9382ff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.showcase-copy h3 {
  max-width: 440px;
  margin: 0;
  font-size: clamp(32px, 3.8vw, 50px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.25;
}

.showcase-copy > span {
  display: block;
  max-width: 440px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.85;
}

.showcase-progress {
  display: flex;
  margin-top: 38px;
  gap: 7px;
}

.showcase-progress i {
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.showcase-progress i.is-active {
  width: 54px;
  background: linear-gradient(90deg, #7d67ff, #58d5f6);
}

.showcase-stage {
  position: relative;
  min-height: 570px;
}

.showcase-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 510px;
  height: 510px;
  border: 1px solid rgba(127, 107, 255, 0.25);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(83, 65, 207, 0.04),
    0 0 80px rgba(83, 126, 255, 0.15);
  transform: translate(-50%, -50%);
}

.phone--showcase {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  transform: translate(-50%, -50%);
  animation: phone-enter 450ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

@keyframes phone-enter {
  from {
    opacity: 0;
    transform: translate(-50%, -46%) scale(0.97);
  }
}

.use-flow {
  background: white;
}

.use-flow > .section-heading {
  margin-bottom: 52px;
}

.flow-grid {
  display: grid;
  width: var(--content);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.flow-grid li {
  position: relative;
  min-height: 370px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fbfbfd;
}

.flow-number {
  display: block;
  color: #8c8995;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.flow-art {
  position: relative;
  display: grid;
  height: 160px;
  margin: 24px 0 26px;
  overflow: hidden;
  border-radius: 22px;
  place-items: center;
  background: linear-gradient(145deg, #ece9ff, #f4faff);
}

.flow-art::before,
.flow-art::after {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(104, 77, 246, 0.15);
  border-radius: 50%;
  content: "";
}

.flow-art::after {
  width: 210px;
  height: 210px;
}

.flow-art i {
  position: relative;
  z-index: 2;
  display: grid;
  width: 66px;
  height: 66px;
  border-radius: 22px;
  place-items: center;
  background: linear-gradient(145deg, #7259fc, #4fcff4);
  box-shadow: 0 16px 36px rgba(93, 76, 224, 0.26);
  color: white;
  font-size: 29px;
  font-style: normal;
}

.flow-grid h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.flow-grid p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.occasions {
  background: #f2f1f7;
}

.occasion-grid {
  display: grid;
  width: var(--content);
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.occasion-grid article {
  min-height: 260px;
  padding: 30px;
  border: 1px solid rgba(28, 22, 69, 0.08);
  border-radius: 28px;
  background: white;
  box-shadow: 0 15px 50px rgba(27, 21, 71, 0.05);
}

.occasion-grid article:nth-child(4) {
  background: linear-gradient(145deg, #171329, #090817);
  color: white;
}

.occasion-grid span {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: #f0edff;
  color: #6b54e8;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.occasion-grid article:nth-child(4) span {
  background: rgba(128, 103, 255, 0.18);
  color: #a896ff;
}

.occasion-grid h3 {
  margin: 80px 0 0;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.45;
}

.occasion-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}

.occasion-grid article:nth-child(4) p {
  color: rgba(255, 255, 255, 0.52);
}

.plan-section {
  background: white;
}

.plan-table-wrap {
  width: var(--content);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 22px 70px rgba(29, 22, 77, 0.07);
}

.plan-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}

.plan-table th,
.plan-table td {
  padding: 20px 28px;
  border-bottom: 1px solid var(--line);
  text-align: center;
  font-size: 12px;
}

.plan-table thead th {
  padding-top: 28px;
  padding-bottom: 28px;
  background: #f8f7fb;
  font-size: 17px;
  font-weight: 850;
}

.plan-table thead th:first-child,
.plan-table tbody th {
  text-align: left;
}

.plan-table thead th span {
  display: block;
  margin-bottom: 5px;
  color: #918d9e;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.plan-table thead .pro-heading {
  background: linear-gradient(135deg, #201839, #100d20);
  color: white;
}

.plan-table thead .pro-heading span {
  color: #9c8bff;
}

.plan-table tbody th {
  width: 43%;
  color: #4f4c58;
  font-weight: 700;
}

.plan-table tbody td {
  width: 28.5%;
  color: #706d7a;
}

.plan-table tbody td:last-child {
  background: #faf9ff;
  color: #302854;
}

.plan-table b {
  color: var(--ink);
  font-weight: 850;
}

.plan-table td:last-child b {
  color: #5640dc;
}

.plan-table tbody tr:last-child th,
.plan-table tbody tr:last-child td {
  border-bottom: 0;
}

.plan-note {
  display: flex;
  width: var(--content);
  margin: 30px auto 0;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.plan-note > p {
  color: #6f6c78;
  font-size: 13px;
}

.plan-note > p span {
  color: var(--purple);
  font-weight: 850;
}

.faq-section {
  background: #f2f1f7;
}

.faq-layout {
  display: grid;
  width: var(--content);
  margin: 0 auto;
  align-items: start;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 90px;
}

.faq-intro {
  position: sticky;
  top: 120px;
}

.faq-intro h2 {
  margin: 0;
}

.faq-intro > p:nth-of-type(2) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.faq-intro > a {
  display: inline-flex;
  margin-top: 28px;
  padding-bottom: 7px;
  border-bottom: 1px solid #aaa6b5;
  align-items: center;
  gap: 10px;
  color: #575360;
  font-size: 11px;
  font-weight: 750;
}

.faq-list {
  border-top: 1px solid rgba(28, 22, 69, 0.16);
}

.faq-list details {
  border-bottom: 1px solid rgba(28, 22, 69, 0.16);
}

.faq-list summary {
  display: grid;
  padding: 28px 0;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 780;
  grid-template-columns: 54px 1fr 28px;
  list-style: none;
  gap: 12px;
}

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

.faq-list summary > span {
  color: var(--purple);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.faq-list summary i {
  color: #7a7683;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  transition: transform 180ms ease;
}

.faq-list details[open] summary i {
  transform: rotate(45deg);
}

.faq-list details > p {
  margin: -8px 38px 28px 66px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}

.final-cta {
  position: relative;
  padding: 140px 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 30%, rgba(92, 70, 241, 0.25), transparent 30%),
    linear-gradient(145deg, #0d0924, #05040f);
  color: white;
  text-align: center;
}

.final-cta::before,
.final-cta::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(123, 102, 255, 0.19);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.final-cta::after {
  width: 900px;
  height: 900px;
  opacity: 0.55;
}

.final-cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(84, 76, 245, 0.18);
  filter: blur(70px);
  transform: translate(-50%, -50%);
}

.final-cta-inner {
  position: relative;
  z-index: 3;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
}

.final-icon {
  width: 110px;
  height: 110px;
  margin-bottom: 28px;
  border-radius: 25px;
  box-shadow: 0 24px 70px rgba(62, 61, 255, 0.45);
}

.final-cta h2 {
  margin: 0;
  font-size: clamp(42px, 5.5vw, 72px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1.2;
}

.final-cta-inner > p:not(.section-kicker) {
  margin: 25px 0 32px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
  line-height: 1.8;
}

.final-cta-inner > small {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.36);
  font-size: 9px;
}

footer {
  padding: 58px 0 38px;
  background: #05040e;
  color: white;
}

.footer-inner {
  width: var(--content);
  margin: 0 auto;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 52px;
  height: 52px;
  border-radius: 14px;
}

.footer-brand span {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 750;
}

.footer-brand strong {
  margin-bottom: 4px;
  color: #9d8cff;
  font-size: 10px;
}

footer nav {
  display: flex;
  margin-top: 36px;
  gap: 12px 26px;
  flex-wrap: wrap;
}

footer nav a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 650;
  transition: color 180ms ease;
}

footer nav a:hover {
  color: white;
}

.footer-bottom {
  display: flex;
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  justify-content: space-between;
  gap: 18px;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.3);
  font-size: 9px;
}

.mobile-download {
  display: none;
}

@media (max-width: 1050px) {
  .desktop-nav {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  }

  .floating-card--rewind {
    right: -8px;
  }

  .hero-icon-card {
    right: 0;
  }

  .showcase-panel {
    padding: 56px 50px;
    grid-template-columns: 0.85fr 1.15fr;
  }

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

@media (max-width: 820px) {
  :root {
    --content: min(100% - 32px, 680px);
    --radius-lg: 28px;
  }

  html {
    scroll-padding-top: 72px;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand {
    min-width: 0;
  }

  .brand-icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }

  .brand small {
    font-size: 12px;
  }

  .brand strong {
    font-size: 9px;
  }

  .header-cta {
    min-width: auto;
    padding: 11px 14px;
    font-size: 10px;
  }

  .hero {
    min-height: auto;
    padding: 128px 0 100px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero-copy {
    padding: 0;
    text-align: center;
  }

  .hero h1 {
    margin: 0 auto;
    font-size: clamp(43px, 11vw, 66px);
  }

  .hero-actions,
  .hero-points {
    justify-content: center;
  }

  .hero-visual {
    width: 100%;
    min-height: 650px;
    margin-top: 32px;
  }

  .phone--hero {
    width: 320px;
  }

  .hero-icon-card {
    top: 40px;
    right: 2%;
  }

  .floating-card--lock {
    bottom: 85px;
    left: 2%;
  }

  .floating-card--rewind {
    right: 2%;
    bottom: 24px;
  }

  .scroll-cue {
    display: none;
  }

  .proof-strip {
    display: grid;
    margin-top: -35px;
    padding: 22px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .proof-divider {
    display: none;
  }

  .proof-item {
    padding: 4px 8px;
    align-items: center;
    text-align: center;
  }

  .section {
    padding: 96px 0;
  }

  .section-heading {
    margin-bottom: 44px;
  }

  .section--features {
    padding-top: 110px;
  }

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

  .privacy-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .privacy-phone-wrap {
    min-height: 650px;
    order: 2;
  }

  .privacy-copy {
    order: 1;
  }

  .privacy-seal {
    right: 10%;
  }

  .showcase-tabs {
    padding: 5px;
    overflow-x: auto;
    grid-template-columns: repeat(5, minmax(100px, 1fr));
  }

  .showcase-panel {
    padding: 48px 32px;
    grid-template-columns: 1fr;
  }

  .showcase-copy {
    text-align: center;
  }

  .showcase-copy h3,
  .showcase-copy > span {
    margin-right: auto;
    margin-left: auto;
  }

  .showcase-progress {
    justify-content: center;
  }

  .showcase-stage {
    min-height: 570px;
  }

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

  .flow-grid li {
    display: grid;
    min-height: auto;
    align-items: center;
    grid-template-columns: 110px 1fr;
    gap: 0 24px;
  }

  .flow-number {
    grid-column: 1 / -1;
  }

  .flow-art {
    height: 110px;
    margin: 20px 0 0;
    grid-row: 2 / 4;
  }

  .flow-grid h3 {
    margin-top: 22px;
  }

  .flow-grid p {
    margin-bottom: 0;
  }

  .plan-note {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .faq-intro {
    position: static;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  :root {
    --content: calc(100vw - 28px);
  }

  body {
    padding-bottom: 82px;
  }

  .site-header {
    background: rgba(8, 6, 23, 0.87);
  }

  .header-cta {
    display: none;
  }

  .brand span {
    max-width: 220px;
  }

  .hero {
    padding-top: 116px;
  }

  .eyebrow {
    padding: 8px 11px;
    font-size: 9px;
  }

  .hero-app-name {
    margin-top: 26px;
    font-size: 14px;
  }

  .hero h1 {
    font-size: clamp(39px, 12vw, 54px);
    line-height: 1.16;
  }

  .hero-lead {
    font-size: 15px;
    line-height: 1.8;
  }

  .desktop-break {
    display: none;
  }

  .mobile-break {
    display: block;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-points {
    gap: 12px;
  }

  .hero-points li {
    font-size: 10px;
  }

  .hero-visual {
    min-height: 600px;
  }

  .phone--hero {
    width: min(285px, 76vw);
  }

  .hero-icon-card {
    right: -5px;
    width: 175px;
    padding: 11px;
  }

  .hero-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
  }

  .floating-card {
    min-width: 175px;
    padding: 12px;
  }

  .floating-card--lock {
    left: -3px;
  }

  .floating-card--rewind {
    right: -4px;
  }

  .proof-strip {
    width: calc(100vw - 28px);
  }

  .proof-item strong {
    font-size: 13px;
  }

  .proof-item span {
    font-size: 9px;
  }

  .section h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .section-heading > p:last-child {
    font-size: 13px;
  }

  .feature-card {
    min-height: 0;
    padding: 30px 25px;
    border-radius: 26px;
  }

  .feature-number {
    top: 27px;
    right: 28px;
  }

  .privacy-story {
    padding-top: 94px;
  }

  .privacy-lead {
    font-size: 13px;
  }

  .privacy-phone-wrap {
    min-height: 575px;
  }

  .phone--privacy {
    width: min(290px, 78vw);
  }

  .privacy-halo {
    width: 340px;
    height: 340px;
  }

  .privacy-seal {
    right: 1%;
    bottom: 68px;
  }

  .showcase-panel {
    min-height: 720px;
    padding: 42px 20px 30px;
  }

  .showcase-copy h3 {
    font-size: 30px;
  }

  .showcase-stage {
    min-height: 500px;
  }

  .showcase-ring {
    width: 360px;
    height: 360px;
  }

  .phone--showcase {
    width: min(270px, 74vw);
  }

  .flow-grid li {
    padding: 24px;
    grid-template-columns: 88px 1fr;
    gap: 0 18px;
  }

  .flow-art {
    height: 90px;
  }

  .flow-art i {
    width: 52px;
    height: 52px;
    border-radius: 17px;
    font-size: 23px;
  }

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

  .occasion-grid article {
    min-height: 220px;
  }

  .occasion-grid h3 {
    margin-top: 55px;
  }

  .plan-table-wrap {
    overflow-x: auto;
  }

  .plan-table {
    min-width: 630px;
  }

  .plan-table th,
  .plan-table td {
    padding: 18px;
  }

  .faq-list summary {
    padding: 24px 0;
    font-size: 13px;
    grid-template-columns: 42px 1fr 24px;
  }

  .faq-list details > p {
    margin-left: 54px;
  }

  .final-cta {
    padding: 110px 18px;
  }

  .final-cta h2 {
    font-size: 41px;
  }

  footer {
    padding-bottom: 34px;
  }

  footer nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .mobile-download {
    position: fixed;
    z-index: 120;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(8, 6, 23, 0.9);
    backdrop-filter: blur(20px);
  }

  .app-store-button--compact {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 8px 16px;
    border-radius: 14px;
    justify-content: center;
  }

  .app-store-button--compact .apple-mark {
    width: 29px;
    font-size: 29px;
  }

  .app-store-button--compact strong {
    font-size: 14px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
