:root {
  --bg: #1a1224;
  --bg-2: #24162f;
  --bg-warm: #392238;
  --text: #fff8f5;
  --muted: rgba(255, 248, 245, 0.78);
  --soft: rgba(255, 248, 245, 0.58);
  --pink: #e875c7;
  --violet: #a26bd6;
  --lav: #efd3f0;
  --peach: #e7b39f;
  --line: rgba(232, 117, 199, 0.28);
  --card: rgba(55, 31, 57, 0.68);
  --container: 1160px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
main {
  position: relative;
  overflow-x: clip;
}
body {
  margin: 0;
  font-family:
    Inter,
    Manrope,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--text);
  background:
    radial-gradient(
      circle at 8% 8%,
      rgba(232, 117, 199, 0.22),
      transparent 30%
    ),
    radial-gradient(
      circle at 92% 24%,
      rgba(231, 179, 159, 0.2),
      transparent 30%
    ),
    radial-gradient(
      circle at 45% 70%,
      rgba(162, 107, 214, 0.14),
      transparent 34%
    ),
    linear-gradient(180deg, #1a1224 0%, #21152b 45%, #2d1b31 100%);
  overflow-x: hidden;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container {
  width: min(var(--container), calc(100% - 40px));
  margin: auto;
}
.nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  padding: 22px 0;
}
.nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  filter: saturate(0.9) brightness(0.9);
}
.nav__links {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
}
.brand__mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle, rgba(235, 157, 203, 0.42), transparent 55%),
    rgba(13, 7, 22, 0.94);
  border: 1px solid rgba(235, 157, 203, 0.25);
  box-shadow: var(--glow);
  color: var(--magenta-soft);
  font-size: 20px;
  letter-spacing: 0;
}

.hero {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
}
.hero__photo {
  position: absolute;
  inset: 0;
}
.hero__photo img {
  filter: saturate(0.9) brightness(0.78) contrast(1.02) sepia(0.04)
    hue-rotate(-5deg);
}
.hero__photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(26, 18, 36, 0.88) 0%,
      rgba(26, 18, 36, 0.58) 43%,
      rgba(26, 18, 36, 0.1) 78%,
      rgba(26, 18, 36, 0.26) 100%
    ),
    linear-gradient(
      180deg,
      rgba(26, 18, 36, 0.03) 0%,
      rgba(26, 18, 36, 0.1) 58%,
      #1a1224 100%
    );
}
.hero__content {
  position: relative;
  z-index: 2;
  padding: 170px 0 100px;
  max-width: 790px;
}
.kicker {
  font-size: 13px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--pink);
  font-weight: 800;
  margin-bottom: 24px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(44px, 7.4vw, 108px);
  line-height: 0.95;
  letter-spacing: -0.07em;
  margin-bottom: 28px;
}
h2 {
  font-size: clamp(34px, 5.6vw, 78px);
  line-height: 1;
  letter-spacing: -0.055em;
  margin-bottom: 24px;
}
h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.lead {
  font-size: clamp(18px, 2.3vw, 28px);
  line-height: 1.45;
  color: var(--muted);
  max-width: 760px;
}
.accent {
  color: var(--lav);
  text-shadow: 0 0 22px rgba(236, 103, 207, 0.36);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: 0.2s ease;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn--primary {
  background: linear-gradient(135deg, var(--pink), #d993ef 55%, var(--lav));
  color: #160818;
  box-shadow: 0 18px 50px rgba(236, 103, 207, 0.24);
}
.btn--ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.04);
}
.hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.micro {
  font-size: 14px;
  color: var(--soft);
  margin-top: 14px;
}

.section {
  padding: 120px 0;
  position: relative;
}
.section--tight {
  padding: 86px 0;
}
.center {
  text-align: center;
}
.center .lead {
  margin-left: auto;
  margin-right: auto;
}
.statement {
  max-width: 920px;
  margin: auto;
  font-size: clamp(34px, 6vw, 82px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 800;
}
.statement small {
  display: block;
  font-size: 0.46em;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--muted);
  margin-top: 26px;
}

.full-photo {
  height: min(78vh, 860px);
  position: relative;
  overflow: hidden;
}
.full-photo img {
  filter: saturate(0.9) brightness(0.86) contrast(1.01) sepia(0.04)
    hue-rotate(-4deg);
}
.full-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      #1a1224 0%,
      transparent 18%,
      transparent 72%,
      #21152b 100%
    ),
    linear-gradient(
      90deg,
      rgba(26, 18, 36, 0.24),
      transparent 52%,
      rgba(26, 18, 36, 0.1)
    );
}

.pain-list {
  display: grid;
  gap: 18px;
  max-width: 820px;
  margin: 50px auto 0;
}
.pain-item {
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.3;
  color: var(--muted);
}
.pain-item strong {
  color: var(--text);
}

.imagine {
  max-width: 760px;
  margin: auto;
}
.imagine p {
  font-size: clamp(26px, 4vw, 52px);
  line-height: 1.3;
  letter-spacing: -0.035em;
  color: var(--muted);
}
.imagine p strong {
  color: var(--text);
}

.result-list {
  display: grid;
  gap: 22px;
  max-width: 920px;
  margin: 50px auto 0;
  text-align: left;
}
.result {
  font-size: clamp(23px, 3.2vw, 44px);
  line-height: 1.25;
  letter-spacing: -0.035em;
  padding-left: 48px;
  position: relative;
}
.result:before {
  content: "♡";
  position: absolute;
  left: 0;
  color: var(--pink);
  text-shadow: 0 0 18px rgba(236, 103, 207, 0.5);
}

.story {
  position: relative;
  min-height: 860px;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.story__photo {
  position: absolute;
  inset: 0;
}
.story__photo img {
  filter: saturate(0.88) brightness(0.76) contrast(1.02) sepia(0.05)
    hue-rotate(-5deg);
}
.story__photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(26, 18, 36, 0.86) 0%,
      rgba(26, 18, 36, 0.66) 42%,
      rgba(26, 18, 36, 0.12) 82%
    ),
    linear-gradient(
      180deg,
      #21152b 0%,
      transparent 20%,
      transparent 70%,
      #2d1b31 100%
    );
}
.story__content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 100px 0;
}
.story__content p {
  font-size: clamp(22px, 3vw, 42px);
  line-height: 1.3;
  letter-spacing: -0.035em;
  color: var(--muted);
}
.story__content p strong {
  color: var(--text);
}

.neon-line {
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--violet),
    var(--pink),
    transparent
  );
  box-shadow: 0 0 18px rgba(236, 103, 207, 0.7);
  opacity: 0.75;
}

.demo-wrap {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 54px;
  align-items: center;
}
.demo-card {
  min-height: 500px;
  border-radius: 34px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  background:
    radial-gradient(
      circle at 10% 0%,
      rgba(217, 184, 255, 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at 90% 20%,
      rgba(236, 103, 207, 0.16),
      transparent 30%
    ),
    linear-gradient(
      155deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.025)
    );
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}
.tag {
  align-self: flex-start;
  padding: 8px 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lav), var(--pink));
  color: #170718;
  font-weight: 900;
  font-size: 13px;
}
.question {
  font-size: clamp(30px, 4.2vw, 62px);
  line-height: 1.06;
  letter-spacing: -0.055em;
  font-weight: 900;
}
.demo-note {
  color: var(--soft);
  line-height: 1.6;
}
.demo-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.ghost {
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
}

.messages {
  display: grid;
  gap: 24px;
  max-width: 820px;
  margin: 48px auto 0;
}
.message {
  max-width: 620px;
  padding: 22px 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: clamp(18px, 2.4vw, 22px);
  line-height: 1.45;
  color: var(--muted);
}
.message:nth-child(even) {
  margin-left: auto;
  background: rgba(141, 85, 255, 0.11);
  border-color: rgba(141, 85, 255, 0.18);
}

.fit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 42px;
}
.fit {
  padding: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: clamp(20px, 2.6vw, 24px);
  line-height: 1.35;
  color: var(--muted);
}
.fit strong {
  color: var(--text);
}

.blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 38px;
}
.block {
  padding: 16px 22px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(236, 103, 207, 0.06);
  color: var(--muted);
  font-weight: 800;
}

.offer {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  padding: 54px;
  border-radius: 36px;
  background: linear-gradient(
    145deg,
    rgba(73, 39, 70, 0.9),
    rgba(42, 25, 50, 0.88)
  );
  border: 1px solid rgba(236, 103, 207, 0.18);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
}
.price {
  font-size: clamp(56px, 8vw, 110px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.075em;
  color: var(--lav);
  margin: 10px 0 20px;
}
.features {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  color: var(--muted);
}
.features div:before {
  content: "✓";
  color: var(--pink);
  margin-right: 10px;
}

.faq {
  display: grid;
  gap: 14px;
  max-width: 900px;
  margin: 40px auto 0;
}
.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
}
.faq-q {
  width: 100%;
  min-height: 72px;
  padding: 16px 24px;
  background: none;
  border: 0;
  color: var(--text);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}
.faq-a {
  display: none;
  padding: 0 24px 22px;
  color: var(--muted);
  line-height: 1.6;
}
.faq-item.open .faq-a {
  display: block;
}
.faq-item.open .faq-q span:last-child {
  transform: rotate(45deg);
}
.faq-q span:last-child {
  font-size: 28px;
  color: var(--pink);
  transition: 0.2s ease;
  flex: none;
}

footer {
  padding: 38px 0 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  color: var(--soft);
}

@media (max-width: 1024px) {
  .demo-wrap {
    gap: 36px;
  }
  .offer {
    gap: 32px;
    padding: 44px;
  }
}
@media (max-width: 900px) {
  .nav__links {
    display: none;
  }
  .demo-wrap,
  .offer {
    grid-template-columns: 1fr;
  }
  .fit-list {
    grid-template-columns: 1fr;
  }
  .hero__content {
    padding-top: 150px;
  }
  .story {
    min-height: auto;
  }
  .story__content {
    padding: 120px 0;
  }
}
@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--container));
  }
  .section {
    padding: 72px 0;
  }
  .section--tight {
    padding: 56px 0;
  }
  .hero__actions,
  .demo-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .btn,
  .ghost {
    width: 100%;
  }
  .nav {
    padding: 16px 0;
  }
  .brand span:last-child {
    font-size: 14px;
  }
  .hero__content {
    padding: 130px 0 72px;
  }
  .full-photo {
    height: 56vh;
  }
  .story__content {
    padding: 96px 0;
  }
  .offer {
    padding: 26px;
  }
  .demo-card {
    min-height: auto;
    padding: 24px;
  }
  .result {
    padding-left: 40px;
  }
  .pain-item {
    padding: 18px 0;
  }
  .fit {
    padding: 22px;
  }
  .message {
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .container {
    width: calc(100% - 24px);
  }
  .brand {
    gap: 8px;
    letter-spacing: 0.12em;
  }
  .brand__mark {
    width: 32px;
    height: 32px;
    font-size: 17px;
  }
  .block {
    padding: 12px 16px;
    font-size: 14px;
  }
  .faq-q {
    padding: 14px 18px;
  }
  .faq-a {
    padding: 0 18px 18px;
  }
  .demo-card {
    padding: 20px;
  }
}

/* Premium motion layer */
.scroll-progress {
  position: fixed;
  left: 0;
  top: 0;
  height: 3px;
  width: 0;
  z-index: 100;
  background: linear-gradient(90deg, var(--violet), var(--pink), var(--peach));
  box-shadow: 0 0 18px rgba(232, 117, 199, 0.65);
  transform-origin: left;
}
.hero__photo img,
.full-photo img,
.story__photo img {
  will-change: transform;
  transform: scale(1.045);
}
.hero__content {
  max-width: 880px;
}
.hero__content h1 {
  max-width: 820px;
}
.hero__content .lead {
  max-width: 680px;
}
.hero__question {
  display: block;
  max-width: 950px;
}
.hero__answer {
  display: block;
  margin-top: 20px;
  font-size: 0.42em;
  line-height: 1.28;
  letter-spacing: -0.035em;
  color: var(--lav);
  font-weight: 700;
  text-shadow: 0 0 24px rgba(232, 117, 199, 0.28);
}
.scroll-cue {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255, 248, 245, 0.68);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.scroll-cue__line {
  width: 1px;
  height: 46px;
  background: linear-gradient(to bottom, var(--pink), transparent);
  animation: scrollPulse 1.8s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%,
  100% {
    transform: scaleY(0.45);
    opacity: 0.35;
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
    transform-origin: top;
  }
}
.reveal {
  opacity: 0;
  transform: translateY(42px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.from-left {
  transform: translateX(-44px);
}
.reveal.from-right {
  transform: translateX(44px);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
.reveal-delay-1 {
  transition-delay: 0.12s;
}
.reveal-delay-2 {
  transition-delay: 0.22s;
}
.reveal-delay-3 {
  transition-delay: 0.32s;
}
.pain-item,
.result,
.message,
.fit,
.block {
  transition:
    transform 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}
.pain-item:hover,
.result:hover {
  transform: translateX(10px);
}
.message:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(38, 18, 44, 0.2);
}
.fit:hover,
.block:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 117, 199, 0.48);
  background: rgba(232, 117, 199, 0.1);
}
.btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.btn:after {
  content: "";
  position: absolute;
  inset: -60% -25%;
  z-index: -1;
  background: linear-gradient(
    115deg,
    transparent 35%,
    rgba(255, 255, 255, 0.42) 50%,
    transparent 65%
  );
  transform: translateX(-120%) rotate(8deg);
  transition: transform 0.7s ease;
}
.btn:hover:after {
  transform: translateX(120%) rotate(8deg);
}
.neon-line {
  position: relative;
  overflow: visible;
  animation: neonBreath 3.2s ease-in-out infinite;
}
@keyframes neonBreath {
  0%,
  100% {
    opacity: 0.45;
    box-shadow: 0 0 10px rgba(232, 117, 199, 0.34);
  }
  50% {
    opacity: 0.95;
    box-shadow: 0 0 30px rgba(232, 117, 199, 0.72);
  }
}
.demo-card {
  transition:
    opacity 0.28s ease,
    transform 0.36s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.36s ease;
}
.demo-card.is-changing {
  opacity: 0.18;
  transform: translateY(12px) scale(0.985);
}
.demo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 36px 90px rgba(49, 25, 58, 0.32);
}
.ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.28;
  will-change: transform;
}
.ambient--pink {
  width: 440px;
  height: 440px;
  background: rgba(232, 117, 199, 0.35);
  right: -180px;
  top: 12%;
}
.ambient--peach {
  width: 360px;
  height: 360px;
  background: rgba(231, 179, 159, 0.32);
  left: -150px;
  bottom: 8%;
}
.section {
  overflow: clip;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .hero__photo img,
  .full-photo img,
  .story__photo img {
    transform: none !important;
  }
  .neon-line,
  .scroll-cue__line {
    animation: none;
  }
  .btn:after {
    display: none;
  }
}
