:root {
  --bg: #07071a;
  --pink: #ff2d78;
  --magenta: #e91e8c;
  --violet: #7b2fff;
  --gold: #ffd700;
  --rose-gold: #b76e79;
  --white: #fff;
  --lav: #c9b8ff;
  --glass: rgba(255, 255, 255, .07);
  --stroke: rgba(255, 45, 120, .22);
  --stroke-2: rgba(123, 47, 255, .28);
  --radius: 22px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--white);
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; }
button { font: inherit; }
.wrap { width: min(1180px, 92vw); margin: 0 auto; }

.bg-canvas {
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(1100px 700px at 12% 8%, rgba(123, 47, 255, .28), transparent 60%),
    radial-gradient(900px 600px at 88% 22%, rgba(255, 45, 120, .22), transparent 62%),
    radial-gradient(900px 700px at 50% 100%, rgba(183, 110, 121, .16), transparent 60%),
    linear-gradient(180deg, #07071a, #0a0a0f 55%, #07071a);
  background-size: 200% 200%;
  animation: driftBg 24s ease-in-out infinite alternate;
}
@keyframes driftBg { to { background-position: 100% 100%; } }
.orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .42;
  z-index: -2;
  pointer-events: none;
}
.orb.a { width: 420px; height: 420px; background: var(--pink); top: -90px; left: -100px; animation: float1 18s ease-in-out infinite; }
.orb.b { width: 480px; height: 480px; background: var(--violet); top: 35%; right: -160px; animation: float2 22s ease-in-out infinite; }
.orb.c { width: 360px; height: 360px; background: var(--rose-gold); bottom: -140px; left: 25%; animation: float1 26s ease-in-out infinite reverse; }
@keyframes float1 { 50% { transform: translate3d(60px, 70px, 0) scale(1.12); } }
@keyframes float2 { 50% { transform: translate3d(-80px, -60px, 0) scale(1.08); } }
.grain {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .5;
  background-image: radial-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 3px 3px;
}

.hearts { position: fixed; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.heart {
  position: absolute;
  bottom: -40px;
  font-size: 14px;
  opacity: 0;
  animation: rise linear forwards;
  filter: drop-shadow(0 0 8px rgba(255, 45, 120, .7));
}
@keyframes rise {
  0% { opacity: 0; transform: translateY(0) scale(.6) rotate(0); }
  12% { opacity: .75; }
  100% { opacity: 0; transform: translateY(-110vh) scale(1.1) rotate(320deg); }
}

h1, h2, h3, .serif {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.02em;
}
.grad {
  background: linear-gradient(100deg, #fff 5%, var(--pink) 38%, var(--violet) 72%, #ffd9ea 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% auto;
  animation: shift 8s linear infinite;
}
@keyframes shift { to { background-position: 200% center; } }
.gold {
  background: linear-gradient(100deg, var(--gold), var(--rose-gold) 60%, #fff2b8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.eyebrow { font-size: 11px; letter-spacing: .42em; text-transform: uppercase; color: var(--lav); font-weight: 500; }
.lead { color: var(--lav); font-size: clamp(15px, 1.6vw, 19px); max-width: 60ch; }
.glass {
  background: var(--glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
}

.cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: 1.05rem 2.3rem;
  border-radius: 999px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 1.5vw, 17px);
  letter-spacing: .02em;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(100deg, var(--pink), var(--magenta) 40%, var(--violet) 100%);
  background-size: 200% auto;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .16) inset, 0 14px 40px -12px rgba(255, 45, 120, .75), 0 0 60px -22px rgba(123, 47, 255, .9);
  transition: transform .3s cubic-bezier(.2, .8, .2, 1), box-shadow .3s, background-position .6s;
  animation: pulseGlow 2.8s ease-in-out infinite;
}
.cta:hover {
  transform: translateY(-3px) scale(1.025);
  background-position: 100% center;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .3) inset, 0 22px 60px -14px rgba(255, 45, 120, .9), 0 0 90px -18px rgba(123, 47, 255, 1);
}
.cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: -140%;
  width: 60%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .55), transparent);
  transform: skewX(-20deg);
  animation: sheen 3.6s ease-in-out infinite;
}
@keyframes sheen { 0% { left: -140%; } 55%, 100% { left: 160%; } }
@keyframes pulseGlow {
  50% { box-shadow: 0 0 0 1px rgba(255, 255, 255, .18) inset, 0 18px 52px -12px rgba(255, 45, 120, .95), 0 0 80px -20px rgba(123, 47, 255, 1); }
}
.cta.lg { padding: 1.25rem 3rem; font-size: clamp(16px, 1.8vw, 19px); }
.cta.sm { padding: .8rem 1.5rem; font-size: 14px; width: 100%; animation: none; }
.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 48px;
  padding: .78rem 1.25rem;
  border: 1px solid rgba(201, 184, 255, .42);
  border-radius: 999px;
  color: #f4eaff;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(14px);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .02em;
  transition: transform .3s ease, border-color .3s ease, background .3s ease, box-shadow .3s ease;
}
.download-btn:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 45, 120, .7);
  background: rgba(255, 45, 120, .13);
  box-shadow: 0 14px 34px -18px rgba(255, 45, 120, .8);
}
.download-icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  font-size: 17px;
  line-height: 1;
}

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s cubic-bezier(.2, .8, .2, 1), transform .9s cubic-bezier(.2, .8, .2, 1); }
.reveal.in { opacity: 1; transform: none; }

.hero { min-height: 100svh; display: flex; align-items: center; position: relative; padding: 120px 0 90px; }
.badge-corner { position: absolute; top: 26px; right: max(4vw, 20px); padding: .6rem 1.1rem; font-size: 12px; color: var(--lav); letter-spacing: .18em; text-transform: uppercase; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.live-badge { display: inline-flex; align-items: center; gap: .6rem; padding: .55rem 1.1rem; border-radius: 999px; background: rgba(255, 255, 255, .06); border: 1px solid var(--stroke); font-size: 13px; color: #ffd9ea; backdrop-filter: blur(14px); }
.dot { width: 9px; height: 9px; border-radius: 50%; background: #2bff9b; box-shadow: 0 0 0 0 rgba(43, 255, 155, .65); animation: ping 1.9s infinite; }
@keyframes ping { 70% { box-shadow: 0 0 0 11px rgba(43, 255, 155, 0); } 100% { box-shadow: 0 0 0 0 rgba(43, 255, 155, 0); } }
h1 { font-size: clamp(42px, 7.2vw, 84px); margin: 22px 0 18px; }
h1 em { font-style: italic; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 34px; }
.trust { font-size: 12.5px; color: rgba(201, 184, 255, .75); letter-spacing: .04em; }
.hero-card { padding: 26px; position: relative; }
.hero-card img { width: 100%; border-radius: 16px; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(1.05) contrast(1.03); }
.hero-card .cap { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; font-size: 13px; color: var(--lav); }
.scroll-ind { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); text-align: center; font-size: 10px; letter-spacing: .36em; color: rgba(201, 184, 255, .6); text-transform: uppercase; }
.scroll-ind span { display: block; width: 1px; height: 44px; margin: 12px auto 0; background: linear-gradient(var(--pink), transparent); animation: drop 2s ease-in-out infinite; }
@keyframes drop { 50% { opacity: .25; transform: scaleY(.55); } }

.toasts { position: fixed; left: 20px; bottom: 20px; z-index: 60; display: flex; flex-direction: column; gap: 10px; width: min(330px, 84vw); }
.toast { display: flex; gap: 12px; align-items: center; padding: 13px 16px; border-radius: 16px; background: rgba(18, 10, 32, .68); backdrop-filter: blur(18px); border: 1px solid var(--stroke); box-shadow: 0 18px 44px -20px rgba(255, 45, 120, .7); font-size: 13.5px; color: #f4eaff; transform: translateX(-120%); opacity: 0; transition: transform .55s cubic-bezier(.2, .9, .2, 1), opacity .55s; }
.toast.show { transform: none; opacity: 1; }
.toast .emo { font-size: 19px; }
.toast small { display: block; color: rgba(201, 184, 255, .7); font-size: 11px; letter-spacing: .04em; }

section { padding: clamp(70px, 9vw, 120px) 0; position: relative; }
.sec-head { text-align: center; margin-bottom: 54px; }
.sec-head h2 { font-size: clamp(30px, 4.6vw, 54px); margin: 14px 0 12px; }
.sec-head .lead { margin: 0 auto; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat { padding: 30px 22px; text-align: center; position: relative; overflow: hidden; }
.stat .ico { font-size: 22px; margin-bottom: 10px; }
.stat .num { font-family: "Playfair Display", serif; font-size: clamp(28px, 3.6vw, 44px); font-weight: 900; }
.stat .lbl { font-size: 11.5px; letter-spacing: .24em; text-transform: uppercase; color: rgba(201, 184, 255, .8); margin-top: 8px; }

.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.card { position: relative; border-radius: 24px; padding: 1px; background: linear-gradient(140deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .04)); transition: transform .45s cubic-bezier(.2, .8, .2, 1), box-shadow .45s; }
.card::before { content: ""; position: absolute; inset: -1px; border-radius: 25px; opacity: 0; transition: opacity .45s; background: conic-gradient(from 0deg, var(--pink), var(--violet), var(--gold), var(--pink)); animation: spinBorder 5s linear infinite; z-index: 0; }
@keyframes spinBorder { to { transform: rotate(360deg); } }
.card:hover::before { opacity: .85; }
.card:hover { transform: translateY(-12px); box-shadow: 0 34px 70px -30px rgba(255, 45, 120, .75); }
.card-in { position: relative; z-index: 1; border-radius: 23px; overflow: hidden; background: rgba(12, 8, 26, .82); backdrop-filter: blur(20px); height: 100%; display: flex; flex-direction: column; }
.ph { position: relative; aspect-ratio: 4 / 5; overflow: hidden; }
.ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2, .8, .2, 1); }
.card:hover .ph img { transform: scale(1.07); }
.ph::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 7, 26, 0) 35%, rgba(7, 7, 26, .92)); }
.on { position: absolute; top: 12px; left: 12px; z-index: 2; display: inline-flex; align-items: center; gap: 7px; padding: .35rem .7rem; border-radius: 999px; background: rgba(7, 7, 26, .6); border: 1px solid rgba(43, 255, 155, .35); font-size: 11px; letter-spacing: .08em; backdrop-filter: blur(10px); }
.match { position: absolute; top: 12px; right: 12px; z-index: 2; padding: .35rem .7rem; border-radius: 999px; font-size: 11px; font-weight: 700; background: linear-gradient(100deg, var(--gold), var(--rose-gold)); color: #26060f; }
.ph .who { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 2; }
.ph .who h3 { font-size: 22px; }
.ph .who p { font-size: 12.5px; color: var(--lav); letter-spacing: .05em; }
.body { padding: 16px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.bio { font-size: 13.5px; color: rgba(233, 226, 255, .82); min-height: 42px; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tag { font-size: 11px; padding: .32rem .68rem; border-radius: 999px; background: rgba(123, 47, 255, .16); border: 1px solid var(--stroke-2); color: #e6dcff; }
.meta { display: flex; justify-content: space-between; font-size: 11.5px; color: rgba(201, 184, 255, .72); margin-top: auto; }
.stars { color: var(--gold); letter-spacing: 2px; font-size: 12px; }

.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit { padding: 28px; transition: transform .4s, border-color .4s, box-shadow .4s; }
.benefit:hover { transform: translateY(-7px); border-color: var(--stroke); box-shadow: 0 26px 56px -30px rgba(123, 47, 255, .85); }
.benefit .ico { font-size: 26px; margin-bottom: 14px; }
.benefit h3 { font-size: 19px; margin-bottom: 8px; }
.benefit p { font-size: 14px; color: rgba(201, 184, 255, .82); }

.review { padding: 28px; transition: transform .4s, box-shadow .4s; }
.review:hover { transform: translateY(-8px); box-shadow: 0 28px 60px -30px rgba(255, 45, 120, .7); }
.rv-head { display: flex; align-items: center; gap: 13px; margin-bottom: 14px; }
.rv-head img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 1px solid var(--stroke); }
.rv-head strong { display: block; font-size: 15px; font-weight: 500; }
.rv-head span { font-size: 12px; color: rgba(201, 184, 255, .7); }
.quote { font-family: "Playfair Display", serif; font-style: italic; font-size: 16.5px; line-height: 1.65; color: #f0e9ff; }
.verified { margin-top: 16px; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: rgba(43, 255, 155, .85); }
.carousel { position: relative; max-width: 760px; margin: 0 auto; touch-action: pan-y; outline: none; }
.carousel-viewport { overflow: hidden; border-radius: var(--radius); }
.carousel-track { display: flex; transition: transform .55s cubic-bezier(.2, .8, .2, 1); will-change: transform; }
.carousel-slide { flex: 0 0 100%; width: 100%; padding: 0 10px; }
.carousel-slide .review { height: 100%; }
.carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .12); background: rgba(12, 8, 26, .72); color: #fff; font-size: 26px; display: flex; align-items: center; justify-content: center; cursor: pointer; backdrop-filter: blur(12px); z-index: 2; transition: .25s; }
.carousel-btn:hover { background: rgba(255, 45, 120, .28); border-color: var(--stroke); transform: translateY(-50%) scale(1.08); }
.carousel-btn.prev { left: -24px; }
.carousel-btn.next { right: -24px; }
.carousel-dots { display: flex; justify-content: center; gap: 10px; margin-top: 20px; }
.carousel-dot { width: 10px; height: 10px; border-radius: 50%; border: none; background: rgba(255, 255, 255, .22); cursor: pointer; transition: .25s; }
.carousel-dot.active { background: var(--pink); box-shadow: 0 0 14px var(--pink); }

.final { text-align: center; position: relative; overflow: hidden; }
.final .halo { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 900px; height: 520px; background: radial-gradient(closest-side, rgba(255, 45, 120, .34), transparent 72%); filter: blur(38px); z-index: -1; }
.final h2 { font-size: clamp(34px, 6vw, 72px); margin: 18px auto 16px; max-width: 16ch; }
.final-lead { margin: 0 auto 34px; }
.final-trust { margin-top: 20px; }
footer { padding: 40px 0 120px; text-align: center; font-size: 12px; color: rgba(201, 184, 255, .5); border-top: 1px solid rgba(255, 255, 255, .07); }
.sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: none; align-items: center; gap: 10px; padding: 10px 12px; background: rgba(7, 7, 26, .86); backdrop-filter: blur(18px); border-top: 1px solid var(--stroke); }
.sticky .cta { flex: 1; animation: none; padding: .95rem 1rem; }
.sticky button { background: transparent; border: 1px solid rgba(255, 255, 255, .18); color: var(--lav); width: 38px; height: 38px; border-radius: 50%; font-size: 16px; cursor: pointer; }

@media (max-width: 1080px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-card { max-width: 420px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .carousel-btn { display: none; }
  .carousel-slide { padding: 0; }
}
@media (max-width: 640px) {
  .cards, .benefits { grid-template-columns: 1fr; }
  .hero { padding: 100px 0 130px; }
  .badge-corner { display: none; }
  .toasts { left: 12px; bottom: 88px; }
  .sticky { display: flex; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}