:root {
  --ink: #1b1a3a;
  --muted: #6b6a85;
  --line: #ebe7f7;
  --bg: #fbfaff;
  --card: #ffffff;
  --purple: #7c3aed;
  --magenta: #d946ef;
  --orange: #fb923c;
  --pink: #f9a8d4;
  --teal: #67e8f9;
  --navy: #17152b;
  --display: "Playfair Display", Georgia, serif;
  --script: "Great Vibes", cursive;
  --sans: "DM Sans", "Segoe UI", system-ui, sans-serif;
  --shadow: 0 18px 40px rgba(91, 53, 196, 0.1);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.home {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font: 15px/1.55 var(--sans);
  background:
    radial-gradient(circle at 12% 18%, rgba(251, 146, 60, 0.14), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(103, 232, 249, 0.16), transparent 24%),
    radial-gradient(circle at 70% 70%, rgba(249, 168, 212, 0.14), transparent 28%),
    var(--bg);
}

button,
input {
  font: inherit;
}

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

.topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px clamp(18px, 4vw, 48px);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(251, 250, 255, 0.82);
}

.topbar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 18px;
  align-items: center;
}

.topbar-links a {
  font-size: 14px;
  font-weight: 500;
  color: #3f3e5c;
}

.topbar-links a:hover {
  color: var(--purple);
}

.badge-new {
  display: inline-block;
  margin-left: 4px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #ede9fe;
  color: var(--purple);
  font-size: 10px;
  font-weight: 700;
  vertical-align: middle;
}

.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--ink);
  text-align: center;
}

.logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  flex: 0 0 auto;
  box-shadow: 0 8px 18px rgba(124, 58, 237, 0.22);
}

.logo-text {
  font-family: var(--display);
  font-size: clamp(28px, 3.4vw, 36px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}

.topbar-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.search-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 160px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 20px rgba(91, 53, 196, 0.06);
}

.search-pill svg {
  width: 16px;
  height: 16px;
  fill: #9b99b5;
  flex: 0 0 auto;
}

.search-pill input {
  border: 0;
  outline: 0;
  width: 100%;
  background: transparent;
  color: var(--ink);
}

.btn-text {
  appearance: none;
  border: 0;
  background: none;
  color: var(--ink);
  font-weight: 600;
  cursor: pointer;
  padding: 8px 10px;
}

.icon-btn {
  appearance: none;
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(91, 53, 196, 0.08);
}

.icon-btn svg {
  width: 18px;
  height: 18px;
  fill: var(--ink);
}

.bag-dot {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--magenta);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 28px;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 48px) 40px;
}

.hero-kicker {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
}

.hero-copy h1 {
  margin: 0;
  max-width: 12ch;
  font-family: var(--display);
  font-size: clamp(42px, 6.2vw, 68px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.hero-copy h1 em {
  font-style: italic;
  color: var(--purple);
}

.heart {
  color: #ef4444;
  font-style: normal;
  font-size: 0.55em;
  vertical-align: middle;
}

.hero-lead {
  margin: 18px 0 0;
  max-width: 36rem;
  color: var(--muted);
  font-size: 16px;
}

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

.btn-shop {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 14px 18px 14px 22px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  box-shadow: 0 14px 28px rgba(124, 58, 237, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.btn-shop:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(124, 58, 237, 0.34);
}

.btn-shop.soft {
  background: #fff;
  color: var(--purple);
  border: 1px solid #ddd6fe;
  box-shadow: 0 10px 22px rgba(124, 58, 237, 0.1);
}

.btn-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--orange);
  color: #fff;
  font-size: 14px;
}

.btn-play {
  appearance: none;
  border: 0;
  background: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 600;
  cursor: pointer;
  padding: 8px;
}

.play-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  font-size: 12px;
  padding-left: 2px;
}

.quote-card {
  margin-top: 34px;
  max-width: 420px;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(235, 231, 247, 0.9);
  box-shadow: var(--shadow);
}

.quote-card img {
  width: 64px;
  height: 80px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center 12%;
  background: #f3e8ff;
}

.quote-card p {
  margin: 0;
  font-size: 13px;
  color: #4b4a67;
}

.quote-card strong {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.hero-model-stack {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  height: 520px;
}

.hero-model {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  border-radius: 180px 180px 40px 40px;
  box-shadow: 0 28px 60px rgba(27, 26, 58, 0.18);
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.9s ease, transform 0.9s ease;
  background:
    linear-gradient(180deg, #fce7f3 0%, #ede9fe 45%, #e0f2fe 100%);
}

.hero-model.is-active {
  opacity: 1;
  transform: scale(1);
  animation: floaty 6s ease-in-out infinite;
}

.blob {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.blob-orange {
  width: 280px;
  height: 280px;
  background: #fdba74;
  right: 8%;
  top: 8%;
}

.blob-pink {
  width: 220px;
  height: 220px;
  background: #f9a8d4;
  right: 28%;
  top: 22%;
}

.blob-teal {
  width: 190px;
  height: 190px;
  background: #a5f3fc;
  right: 18%;
  bottom: 18%;
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.float-card {
  position: absolute;
  z-index: 2;
  left: 4%;
  top: 14%;
  width: min(240px, 58%);
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
  animation: floaty 7s ease-in-out infinite reverse;
}

.float-card-media {
  position: relative;
  width: 72px;
  height: 86px;
  border-radius: 14px;
  overflow: hidden;
  flex: 0 0 auto;
  background: #f3e8ff;
}

.float-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
  opacity: 0;
  transition: opacity 0.7s ease;
}

.float-card-media img.is-active {
  opacity: 1;
}

.float-card h3 {
  margin: 0;
  font-size: 13px;
}

.float-card p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.mini-heart {
  color: #ef4444;
  font-size: 14px;
}

.social-proof {
  position: absolute;
  z-index: 2;
  right: 6%;
  bottom: 22%;
  display: grid;
  gap: 8px;
  justify-items: center;
}

.thumb {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #38bdf8;
  box-shadow: 0 10px 22px rgba(56, 189, 248, 0.35);
}

.avatars {
  display: flex;
}

.avatars img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  object-position: center 12%;
  margin-left: -10px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  transition: opacity 0.45s ease, transform 0.45s ease;
  background: #f3e8ff;
}

.avatars img:first-child {
  margin-left: 0;
}

.avatars img.is-swap {
  opacity: 0;
  transform: scale(0.85);
}

#quoteAvatar {
  transition: opacity 0.45s ease;
}

#quoteAvatar.is-swap {
  opacity: 0;
}

.rating-card {
  position: absolute;
  z-index: 2;
  left: 8%;
  bottom: 10%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}

.rating-card strong {
  font-size: 22px;
  font-family: var(--display);
}

.rating-card .star {
  color: #22c55e;
  font-size: 18px;
}

.rating-card em {
  display: block;
  font-style: normal;
  font-size: 11px;
  color: var(--muted);
}

.rating-card i {
  display: block;
  width: 72px;
  height: 6px;
  margin-top: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22c55e 80%, #e5e7eb 80%);
}

.section-head {
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-head h2,
.workflow-copy h2,
.styles-intro h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.1;
}

.section-head p,
.workflow-copy > p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.features,
.workflow,
.why,
.pricing {
  padding: 72px clamp(18px, 4vw, 48px);
}

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

.why-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 10px 28px rgba(91, 53, 196, 0.05);
}

.feature-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(91, 53, 196, 0.05);
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.feature-card.is-in {
  opacity: 1;
  transform: translateY(0);
}

.feature-card:nth-child(1).is-in { transition-delay: 0.05s; }
.feature-card:nth-child(2).is-in { transition-delay: 0.12s; }
.feature-card:nth-child(3).is-in { transition-delay: 0.19s; }
.feature-card:nth-child(4).is-in { transition-delay: 0.26s; }
.feature-card:nth-child(5).is-in { transition-delay: 0.33s; }
.feature-card:nth-child(6).is-in { transition-delay: 0.4s; }

.feature-card:hover {
  transform: translateY(-6px);
  border-color: #ddd6fe;
  box-shadow: 0 22px 40px rgba(91, 53, 196, 0.14);
}

.feature-media {
  position: relative;
  height: 150px;
  overflow: hidden;
}

.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  transform: scale(1.04);
  transition: transform 0.55s ease;
}

.feature-card:hover .feature-media img {
  transform: scale(1.12);
}

.feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(27, 26, 58, 0.28));
  pointer-events: none;
}

.feature-icon {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
  animation: iconBob 3.8s ease-in-out infinite;
}

.feature-card:nth-child(2) .feature-icon { animation-delay: 0.25s; }
.feature-card:nth-child(3) .feature-icon { animation-delay: 0.5s; }
.feature-card:nth-child(4) .feature-icon { animation-delay: 0.75s; }
.feature-card:nth-child(5) .feature-icon { animation-delay: 1s; }
.feature-card:nth-child(6) .feature-icon { animation-delay: 1.25s; }

@keyframes iconBob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.feature-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.fi-1 { background: #ffedd5; color: #c2410c; }
.fi-2 { background: #fce7f3; color: #be185d; }
.fi-3 { background: #ede9fe; color: #6d28d9; }
.fi-4 { background: #cffafe; color: #0e7490; }
.fi-5 { background: #dcfce7; color: #15803d; }
.fi-6 { background: #ffe4e6; color: #be123c; }

.feature-body {
  padding: 18px 20px 22px;
}

.feature-step {
  margin: 0 0 6px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.feature-grid h3,
.why-grid h3,
.style-card h3,
.price-card h3 {
  margin: 0;
  font-size: 18px;
}

.feature-grid .feature-body > p,
.why-grid p,
.style-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}

@media (prefers-reduced-motion: reduce) {
  .feature-card,
  .feature-media img,
  .feature-icon,
  .style-media,
  .style-slide,
  .price-card {
    animation: none !important;
    transition: none !important;
  }
}

.workflow {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: center;
}

.workflow-list {
  list-style: none;
  margin: 28px 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.workflow-list li {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
}

.workflow-list strong {
  font-size: 15px;
}

.workflow-list span {
  color: var(--muted);
  font-size: 13px;
}

.workflow-visual figure {
  margin: 0;
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.workflow-visual img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center 18%;
}

.workflow-visual figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 600;
}

.styles-band {
  position: relative;
  width: 100%;
  padding: 0 0 64px;
  overflow: visible;
  color: #fff;
  isolation: isolate;
  background:
    radial-gradient(ellipse 80% 60% at 50% -8%, rgba(40, 20, 70, 0.35), transparent 55%),
    radial-gradient(ellipse 45% 35% at 85% 85%, rgba(20, 35, 70, 0.22), transparent 55%),
    linear-gradient(180deg, #020308 0%, #05070f 42%, #08060f 100%);
}

.styles-cosmos {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.styles-nebula {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
}

.styles-nebula.n1 {
  width: min(520px, 70vw);
  height: min(360px, 50vw);
  left: -8%;
  top: 8%;
  background: radial-gradient(circle, rgba(90, 50, 140, 0.22), rgba(30, 50, 90, 0.06) 55%, transparent 70%);
  animation: nebulaDrift 14s ease-in-out infinite;
}

.styles-nebula.n2 {
  width: min(480px, 65vw);
  height: min(340px, 48vw);
  right: -6%;
  bottom: 10%;
  background: radial-gradient(circle, rgba(40, 70, 110, 0.18), rgba(80, 40, 70, 0.08) 50%, transparent 70%);
  animation: nebulaDrift 18s ease-in-out infinite reverse;
}

.styles-galaxy {
  position: absolute;
  object-fit: cover;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.42;
  mix-blend-mode: screen;
  filter: saturate(1.25) contrast(1.1) brightness(1.05);
  mask-image: radial-gradient(circle, #000 28%, transparent 72%);
  -webkit-mask-image: radial-gradient(circle, #000 28%, transparent 72%);
  animation: galaxyFloat 16s ease-in-out infinite;
}

.styles-galaxy.g1 {
  width: min(380px, 52vw);
  height: min(380px, 52vw);
  left: auto;
  right: -8%;
  top: -4%;
  opacity: 0.52;
  animation-duration: 18s;
}

.styles-galaxy.g2 {
  width: min(280px, 40vw);
  height: min(280px, 40vw);
  left: -4%;
  right: auto;
  top: 38%;
  opacity: 0.48;
  animation-duration: 14s;
  animation-delay: -3s;
}

.styles-galaxy.g3 {
  width: min(340px, 48vw);
  height: min(340px, 48vw);
  left: auto;
  right: 6%;
  top: auto;
  bottom: -10%;
  opacity: 0.4;
  animation-duration: 20s;
  animation-delay: -7s;
}

.styles-galaxy.g4 {
  width: min(220px, 32vw);
  height: min(220px, 32vw);
  left: 18%;
  right: auto;
  top: auto;
  bottom: 22%;
  opacity: 0.44;
  animation-duration: 15s;
  animation-delay: -5s;
}

@keyframes nebulaDrift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(18px, -14px) scale(1.06);
  }
}

@keyframes galaxyFloat {
  0%,
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  50% {
    transform: translate(12px, -16px) scale(1.05) rotate(4deg);
  }
}

.styles-stars {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
}

.styles-stars.stars-far {
  background-image:
    radial-gradient(1px 1px at 8% 12%, rgba(255, 255, 255, 0.85), transparent),
    radial-gradient(1px 1px at 18% 28%, rgba(255, 255, 255, 0.7), transparent),
    radial-gradient(1.5px 1.5px at 27% 8%, rgba(255, 255, 255, 0.9), transparent),
    radial-gradient(1px 1px at 36% 42%, rgba(255, 255, 255, 0.55), transparent),
    radial-gradient(1px 1px at 44% 18%, rgba(255, 255, 255, 0.75), transparent),
    radial-gradient(1.5px 1.5px at 52% 66%, rgba(255, 255, 255, 0.8), transparent),
    radial-gradient(1px 1px at 61% 24%, rgba(255, 255, 255, 0.6), transparent),
    radial-gradient(1px 1px at 70% 48%, rgba(255, 255, 255, 0.85), transparent),
    radial-gradient(1px 1px at 78% 14%, rgba(255, 255, 255, 0.7), transparent),
    radial-gradient(1.5px 1.5px at 86% 38%, rgba(255, 255, 255, 0.9), transparent),
    radial-gradient(1px 1px at 93% 62%, rgba(255, 255, 255, 0.65), transparent),
    radial-gradient(1px 1px at 12% 58%, rgba(255, 255, 255, 0.75), transparent),
    radial-gradient(1px 1px at 22% 76%, rgba(255, 255, 255, 0.55), transparent),
    radial-gradient(1px 1px at 33% 88%, rgba(255, 255, 255, 0.8), transparent),
    radial-gradient(1.5px 1.5px at 48% 82%, rgba(255, 255, 255, 0.7), transparent),
    radial-gradient(1px 1px at 58% 92%, rgba(255, 255, 255, 0.6), transparent),
    radial-gradient(1px 1px at 67% 72%, rgba(255, 255, 255, 0.85), transparent),
    radial-gradient(1px 1px at 81% 86%, rgba(255, 255, 255, 0.7), transparent),
    radial-gradient(1px 1px at 95% 22%, rgba(255, 255, 255, 0.75), transparent),
    radial-gradient(1px 1px at 4% 40%, rgba(255, 255, 255, 0.65), transparent);
  opacity: 0.75;
  animation: starfieldTwinkle 5.5s ease-in-out infinite;
}

.styles-stars.stars-near {
  background-image:
    radial-gradient(1.5px 1.5px at 14% 20%, #fff, transparent),
    radial-gradient(1px 1px at 29% 54%, rgba(255, 255, 255, 0.9), transparent),
    radial-gradient(2px 2px at 41% 12%, #fff, transparent),
    radial-gradient(1px 1px at 55% 36%, rgba(255, 255, 255, 0.8), transparent),
    radial-gradient(1.5px 1.5px at 73% 58%, #fff, transparent),
    radial-gradient(1px 1px at 88% 28%, rgba(255, 255, 255, 0.85), transparent),
    radial-gradient(2px 2px at 6% 70%, #fff, transparent),
    radial-gradient(1px 1px at 38% 78%, rgba(255, 255, 255, 0.9), transparent),
    radial-gradient(1.5px 1.5px at 62% 16%, #fff, transparent),
    radial-gradient(1px 1px at 91% 74%, rgba(255, 255, 255, 0.8), transparent);
  opacity: 0.9;
  animation: starfieldTwinkle 3.8s ease-in-out infinite reverse;
}

@keyframes starfieldTwinkle {
  0%,
  100% {
    opacity: 0.45;
  }
  40% {
    opacity: 0.95;
  }
  70% {
    opacity: 0.6;
  }
}

.styles-star {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 6px 1px rgba(255, 255, 255, 0.85);
}

.styles-star.blink {
  animation: starBlink 2.4s ease-in-out infinite;
}

.styles-star.blink::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  transform: translate(-50%, -50%);
}

.styles-star.blink::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 10px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  transform: translate(-50%, -50%);
}

.styles-star.a { left: 7%; top: 14%; animation-duration: 2.1s; animation-delay: 0s; }
.styles-star.b { left: 19%; top: 42%; width: 4px; height: 4px; animation-duration: 3.2s; animation-delay: 0.4s; }
.styles-star.c { left: 31%; top: 18%; animation-duration: 1.8s; animation-delay: 1.1s; }
.styles-star.d { left: 46%; top: 9%; width: 4px; height: 4px; animation-duration: 2.7s; animation-delay: 0.2s; }
.styles-star.e { left: 58%; top: 33%; animation-duration: 2.3s; animation-delay: 1.6s; }
.styles-star.f { left: 71%; top: 12%; animation-duration: 3s; animation-delay: 0.8s; }
.styles-star.g { left: 84%; top: 26%; width: 4px; height: 4px; animation-duration: 1.9s; animation-delay: 1.3s; }
.styles-star.h { left: 92%; top: 48%; animation-duration: 2.6s; animation-delay: 0.5s; }
.styles-star.i { left: 12%; top: 68%; animation-duration: 2.9s; animation-delay: 1.8s; }
.styles-star.j { left: 27%; top: 84%; width: 4px; height: 4px; animation-duration: 2.2s; animation-delay: 0.9s; }
.styles-star.k { left: 63%; top: 76%; animation-duration: 3.4s; animation-delay: 0.3s; }
.styles-star.l { left: 78%; top: 88%; width: 4px; height: 4px; animation-duration: 2s; animation-delay: 1.5s; }

@keyframes starBlink {
  0%,
  100% {
    opacity: 0.2;
    transform: scale(0.7);
    filter: brightness(0.8);
  }
  45% {
    opacity: 1;
    transform: scale(1.35);
    filter: brightness(1.6);
  }
  55% {
    opacity: 0.35;
    transform: scale(0.85);
    filter: brightness(0.9);
  }
  75% {
    opacity: 1;
    transform: scale(1.2);
    filter: brightness(1.4);
  }
}

.styles-inner {
  position: relative;
  z-index: 1;
  background: transparent;
  color: #fff;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  overflow: visible;
  width: 100%;
}

.styles-intro {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 56px clamp(24px, 5vw, 72px) 28px;
  text-align: left;
  color: #fff;
  background: transparent;
  overflow: visible;
}

@media (prefers-reduced-motion: reduce) {
  .styles-nebula,
  .styles-galaxy,
  .styles-stars,
  .styles-star.blink {
    animation: none !important;
  }

  .styles-star.blink {
    opacity: 0.85;
  }
}

.styles-intro-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  text-align: left;
}

.styles-kicker {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(251, 146, 60, 0.95);
}

.styles-intro h2 {
  max-width: none;
  width: 100%;
  margin: 0;
  font-size: clamp(34px, 5.4vw, 58px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.styles-intro h2 span {
  display: block;
  margin-top: 0.08em;
}

.styles-intro h2 em {
  font-style: italic;
  font-weight: 600;
  color: #f9a8d4;
  background: linear-gradient(120deg, #f9a8d4 0%, #e879f9 55%, #67e8f9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.styles-intro-copy > p:not(.styles-kicker) {
  margin: 18px 0 0;
  max-width: none;
  width: 100%;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.7;
}

.styles-intro-copy > p + p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.66);
}

.style-carousel {
  position: relative;
  height: 480px;
  margin: 0;
  padding: 36px 0 28px;
  overflow: visible;
  width: 100%;
}

.style-track {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.style-slide {
  position: absolute;
  top: 46%;
  left: 50%;
  width: min(240px, 62vw);
  transform: translate(-50%, -50%) scale(0.7);
  transform-origin: center center;
  opacity: 0;
  transition:
    transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.55s ease;
  pointer-events: none;
  z-index: 1;
  background: transparent;
  overflow: visible;
  filter: none;
}

.style-slide.is-visible {
  pointer-events: auto;
}

.style-slide.is-center {
  width: min(270px, 68vw);
  z-index: 20;
}

.style-card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  margin: 0;
  padding: 0;
  border-radius: 28px;
  background: #111827;
  border: 2px solid rgba(255, 255, 255, 0.55);
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 18px 40px rgba(0, 0, 0, 0.55),
    0 4px 16px rgba(0, 0, 0, 0.4);
  color: #fff;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  isolation: isolate;
}

.style-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  transition: transform 0.7s ease;
  z-index: 0;
  filter: saturate(1.08) contrast(1.06) brightness(1.05);
}

.style-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 38%,
    rgba(0, 0, 0, 0.35) 68%,
    rgba(0, 0, 0, 0.78) 100%
  );
  pointer-events: none;
}

.style-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 18px 18px 16px;
}

.style-slide.is-center .style-card {
  border-radius: 32px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.14),
    0 24px 50px rgba(0, 0, 0, 0.65),
    0 8px 24px rgba(0, 0, 0, 0.45);
}

.style-slide.is-center .style-media {
  transform: scale(1.04);
  filter: saturate(1.12) contrast(1.08) brightness(1.08);
}

.style-slide.is-center .style-card h3 {
  font-size: 22px;
}

.style-card h3 {
  margin: 0;
  font-size: 18px;
  color: #fff;
}

.style-card p {
  color: rgba(255, 255, 255, 0.82);
  margin: 8px 0 0;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.style-slide.is-center .style-card p {
  -webkit-line-clamp: 3;
  color: rgba(255, 255, 255, 0.92);
}

.style-link {
  appearance: none;
  margin-top: 12px;
  border: 0;
  background: none;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.style-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  padding: 0 clamp(18px, 4vw, 48px);
}

.style-dots button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.style-dots button.is-active {
  width: 22px;
  background: #fff;
}

.price-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 26px 22px;
  box-shadow: var(--shadow);
  position: relative;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.25s ease;
}

.price-card.is-in {
  opacity: 1;
  transform: translateY(0);
}

.price-card:nth-child(1).is-in { transition-delay: 0.05s; }
.price-card:nth-child(2).is-in { transition-delay: 0.12s; }
.price-card:nth-child(3).is-in { transition-delay: 0.19s; }
.price-card:nth-child(4).is-in { transition-delay: 0.26s; }

.price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(91, 53, 196, 0.12);
}

.price-card.featured {
  border-color: transparent;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #d946ef, #7c3aed) border-box;
  border: 2px solid transparent;
  transform: translateY(-6px);
}

.price-card.featured.is-in,
.price-card.featured:hover {
  transform: translateY(-10px);
}

.price-note {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.price span {
  font-size: 16px;
  font-family: var(--sans);
  font-weight: 600;
  color: var(--muted);
  margin-left: 4px;
}

.price-card .btn-shop,
.price-card .btn-shop.soft {
  margin-top: auto;
}

.price-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  margin: 0;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f3e8ff;
  color: var(--purple);
  font-size: 11px;
  font-weight: 700;
}

.price {
  margin: 10px 0 0;
  font-family: var(--display);
  font-size: 40px;
}

.price-card ul {
  margin: 18px 0 24px;
  padding: 0 0 0 18px;
  color: var(--muted);
  display: grid;
  gap: 8px;
}

.use-cases,
.stories,
.faq,
.cta-band {
  padding: 72px clamp(18px, 4vw, 48px);
}

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

.use-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.25s ease;
}

.use-card.is-in {
  opacity: 1;
  transform: translateY(0);
}

.use-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(91, 53, 196, 0.12);
}

.use-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.use-card:hover img {
  transform: scale(1.05);
}

.use-card div {
  padding: 18px 20px 22px;
}

.use-card h3,
.story-card strong,
.faq-item summary {
  margin: 0;
}

.use-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.story-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 18px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.story-card.is-in {
  opacity: 1;
  transform: translateY(0);
}

.story-card > p {
  margin: 0;
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.35;
  color: var(--ink);
}

.story-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.story-meta img {
  width: 48px;
  height: 56px;
  border-radius: 14px;
  object-fit: cover;
  object-position: center 12%;
  background: #f3e8ff;
}

.story-meta strong {
  display: block;
  font-size: 14px;
}

.story-meta span {
  color: var(--muted);
  font-size: 12px;
}

.stats {
  padding: 0 clamp(18px, 4vw, 48px) 24px;
}

.stats-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 28px 22px;
  border-radius: 28px;
  background: linear-gradient(135deg, #1b1a3a, #4c1d95 55%, #7c3aed);
  color: #fff;
  box-shadow: 0 24px 48px rgba(76, 29, 149, 0.28);
}

.stats-inner article {
  text-align: center;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.stats-inner article.is-in {
  opacity: 1;
  transform: translateY(0);
}

.stats-inner strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1;
}

.stats-inner span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 4px 18px;
  box-shadow: 0 8px 20px rgba(91, 53, 196, 0.05);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.faq-item.is-in {
  opacity: 1;
  transform: translateY(0);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 0;
  font-weight: 700;
  font-size: 16px;
}

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

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--purple);
  font-weight: 700;
}

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

.faq-item p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.cta-band {
  padding-top: 24px;
}

.cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px clamp(22px, 3vw, 40px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 20%, rgba(251, 146, 60, 0.28), transparent 34%),
    radial-gradient(circle at 88% 30%, rgba(34, 211, 238, 0.22), transparent 32%),
    linear-gradient(135deg, #1b1a3a, #2a1858);
  color: #fff;
  box-shadow: 0 28px 56px rgba(27, 26, 58, 0.28);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.cta-inner.is-in {
  opacity: 1;
  transform: translateY(0);
}

.cta-inner .eyebrow {
  color: #f5d0fe;
}

.cta-inner h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
}

.cta-inner p:last-child {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  max-width: 36rem;
}

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

.cta-actions .btn-play {
  color: #fff;
}

.cta-actions .play-circle {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.site-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 4vw, 48px) 40px;
  border-top: 1px solid var(--line);
}

.site-foot p {
  margin: 0;
  color: var(--muted);
}

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

/* Auth */
.auth-modal[hidden] {
  display: none !important;
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 18px;
}

.auth-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 21, 43, 0.55);
  backdrop-filter: blur(8px);
}

.auth-panel {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  animation: panelIn 0.28s ease both;
}

@keyframes panelIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.auth-panel-visual {
  min-height: 100%;
  overflow: hidden;
}

.auth-panel-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
}

.auth-panel-body {
  padding: 36px 32px;
}

.auth-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(27, 26, 58, 0.08);
  color: var(--ink);
  font-size: 22px;
  cursor: pointer;
}

.auth-kicker {
  margin: 0 0 6px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.auth-panel-body h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 32px;
  line-height: 1.1;
}

.auth-sub {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.auth-form {
  margin-top: 24px;
  display: grid;
  gap: 14px;
}

.auth-form label {
  display: grid;
  gap: 6px;
}

.auth-form label span {
  font-size: 13px;
  font-weight: 600;
}

.auth-form input {
  width: 100%;
  border: 1px solid #e4dff3;
  border-radius: 12px;
  padding: 12px 14px;
  background: #faf8ff;
  outline: none;
}

.auth-form input:focus {
  border-color: #c4b5fd;
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.12);
}

.btn-block {
  width: 100%;
  justify-content: center;
  border-radius: 14px;
}

.auth-error {
  margin: 0;
  color: #ef4444;
  font-size: 13px;
  font-weight: 600;
}

.auth-switch {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.text-btn {
  appearance: none;
  border: 0;
  background: none;
  color: var(--purple);
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

@media (max-width: 1100px) {
  .hero,
  .workflow {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 480px;
    order: -1;
  }

  .feature-grid,
  .why-grid,
  .use-grid,
  .stories-grid {
    grid-template-columns: 1fr 1fr;
  }

  .price-row,
  .stats-inner {
    grid-template-columns: 1fr 1fr;
  }

  .style-carousel {
    height: 430px;
  }
}

@media (max-width: 800px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .topbar-links,
  .search-pill {
    display: none;
  }

  .logo {
    justify-self: start;
  }

  .feature-grid,
  .why-grid,
  .price-row,
  .use-grid,
  .stories-grid,
  .stats-inner {
    grid-template-columns: 1fr;
  }

  .style-carousel {
    height: 400px;
    padding: 28px 0 24px;
  }

  .style-slide {
    width: min(210px, 64vw);
  }

  .style-slide.is-center {
    width: min(236px, 70vw);
  }

  .style-slide.is-center .style-card {
    border-radius: 28px;
  }

  .style-card p {
    -webkit-line-clamp: 2;
  }

  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .auth-panel {
    grid-template-columns: 1fr;
  }

  .auth-panel-visual {
    display: none;
  }

  .hero-model-stack {
    height: 420px;
  }

  .hero-model {
    border-radius: 140px 140px 32px 32px;
  }
}
