:root {
  --bg: #0d0712;
  --bg-deep: #0a050e;
  --surface: #1a0f22;
  --surface-2: #221329;
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.16);
  --text: #fbf4fa;
  --text-soft: #d7c3d3;
  --muted: #a48da0;
  --pink: #e537c0;
  --pink-soft: #f472b6;
  --violet: #8b5cf6;
  --cyan: #22d3ee;
  --gold: #fbbf24;
  --danger: #fb7185;
  --radius: 8px;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Avenir Next", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.age-locked {
  overflow: hidden;
}

body.has-sticky {
  padding-bottom: calc(78px + env(safe-area-inset-bottom));
}

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

button {
  cursor: pointer;
}

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

svg {
  display: block;
}

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

.container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.18s ease, opacity 0.18s ease, background 0.18s ease;
}

.btn:active {
  transform: scale(0.97);
}

.btn svg {
  width: 17px;
  height: 17px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--pink), #a7248f);
  color: #fff;
  box-shadow: 0 8px 26px rgba(229, 55, 192, 0.28);
}

.btn-ghost {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-soft);
}

.btn-lg {
  min-height: 54px;
  padding: 0 24px;
  font-size: 15px;
}

.btn-block {
  width: 100%;
}

.text-link {
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.text-btn {
  border: 0;
  background: transparent;
  color: var(--pink-soft);
  font-size: 13px;
  font-weight: 800;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--pink-soft);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.12);
}

.section {
  padding: 48px 0;
  border-bottom: 1px solid var(--line);
}

.section-head {
  max-width: 620px;
}

.section-head .eyebrow {
  margin-bottom: 10px;
}

.section h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: 0;
}

.section-sub {
  margin: 12px 0 0;
  color: var(--text-soft);
  font-size: 14px;
}

.trust-strip {
  overflow: hidden;
  background: linear-gradient(90deg, #e537c0, #8b5cf6);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-track {
  display: flex;
  width: max-content;
  animation: trust-scroll 24s linear infinite;
}

.trust-group {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 8px 13px;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.trust-group span {
  position: relative;
}

.trust-group span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  transform: translateY(-50%);
}

@keyframes trust-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(13, 7, 18, 0.9);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.topbar-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 10px 14px;
  min-height: 58px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--violet));
  color: #fff;
  box-shadow: 0 0 18px rgba(229, 55, 192, 0.35);
}

.brand-mark svg {
  width: 22px;
  height: 22px;
}

.brand-name {
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.brand-name em {
  font-style: normal;
  color: var(--pink-soft);
}

.lang-switch {
  display: inline-flex;
  margin-left: auto;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  overflow: hidden;
  flex: 0 0 auto;
}

.lang-btn {
  min-width: 42px;
  height: 34px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.lang-btn.is-active {
  background: linear-gradient(135deg, rgba(229, 55, 192, 0.22), rgba(139, 92, 246, 0.22));
  color: #fff;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(8, 4, 10, 0.92);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.age-gate.is-hidden {
  display: none;
}

.age-gate-inner {
  width: 100%;
  max-width: 360px;
  padding: 26px 22px 22px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 80% 0%, rgba(229, 55, 192, 0.18), transparent 46%),
    var(--surface);
  text-align: center;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 30px;
  margin-bottom: 14px;
  border: 1px solid rgba(229, 55, 192, 0.5);
  border-radius: 999px;
  background: rgba(229, 55, 192, 0.14);
  color: var(--pink-soft);
  font-size: 13px;
  font-weight: 900;
}

.age-gate h1 {
  margin: 0;
  font-size: 26px;
}

.age-gate p {
  margin: 10px 0 20px;
  color: var(--text-soft);
  font-size: 14px;
}

.age-gate .text-link {
  display: inline-block;
  margin-top: 16px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 48px;
  background:
    radial-gradient(circle at 85% 10%, rgba(229, 55, 192, 0.2), transparent 38%),
    radial-gradient(circle at 0% 70%, rgba(34, 211, 238, 0.1), transparent 34%),
    linear-gradient(180deg, #120819, var(--bg));
}

.hero-glow {
  position: absolute;
  right: -120px;
  top: 40px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.22), transparent 68%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: block;
}

.hero-copy {
  margin: 0 auto;
  max-width: 640px;
  text-align: center;
}

.hero h1 {
  margin: 0 auto;
  max-width: 620px;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero h1 em {
  font-style: normal;
  color: var(--pink-soft);
}

.hero-sub {
  margin: 16px 0 0;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-soft);
  font-size: 14.5px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.hero-actions .btn {
  width: 100%;
  max-width: 420px;
}

.hero-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.live-dot,
.online-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.14);
  animation: live-pulse 1.8s ease-in-out infinite;
}

@keyframes live-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.55; }
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 470px;
}

.hero-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: conic-gradient(from 120deg, rgba(229, 55, 192, 0.16), rgba(34, 211, 238, 0.1), rgba(139, 92, 246, 0.16), rgba(229, 55, 192, 0.16));
  filter: blur(2px);
  transform: translate(-50%, -50%);
}

.phone-frame {
  position: relative;
  width: min(240px, 72vw);
  height: 440px;
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  overflow: hidden;
  background: #160a1c;
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.5),
    0 0 0 8px rgba(255, 255, 255, 0.03);
}

.phone-reel {
  position: absolute;
  inset: 0;
}

.phone-reel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.24s ease;
}

.phone-reel img.is-fading,
.reel-card > img.is-fading {
  opacity: 0;
}

.phone-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 5, 12, 0.25) 0%, transparent 36%, transparent 48%, rgba(10, 5, 12, 0.88) 100%);
}

.phone-top {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.online-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 26px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(13, 7, 18, 0.55);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.online-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d399;
}

.reel-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(13, 7, 18, 0.55);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.phone-name {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 58px;
}

.phone-name strong {
  display: block;
  font-size: 22px;
}

.phone-name span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
}

.phone-chat {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.phone-avatar {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--violet));
  background-size: cover;
  background-position: center;
}

.phone-bubble {
  display: block;
  max-width: 180px;
  padding: 10px 12px;
  border-radius: 14px 14px 14px 4px;
  background: rgba(255, 255, 255, 0.96);
  color: #1a0c1c;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.4;
}

.stats-band {
  border-bottom: 1px solid var(--line);
  background: var(--bg-deep);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-top: 26px;
  padding-bottom: 26px;
}

.stat {
  min-width: 0;
}

.stat strong {
  display: block;
  color: var(--pink-soft);
  font-size: 26px;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 11.5px;
  font-weight: 700;
}

.reels-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(229, 55, 192, 0.1), transparent 42%),
    var(--bg);
}

.reel-stage {
  position: relative;
  width: min(100%, 340px);
  margin: 26px auto 0;
}

.reel-card {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  max-height: 460px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface-2);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.reel-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.24s ease;
}

.reel-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 5, 12, 0.28) 0%, transparent 34%, transparent 42%, rgba(10, 5, 12, 0.92) 100%);
}

.reel-card-top {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.reel-card-bottom {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
}

.reel-title-line {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.reel-title-line h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.05;
}

.reel-title-line p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.message-count {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 24px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(13, 7, 18, 0.5);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.reel-tagline {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12.5px;
  line-height: 1.45;
}

.reel-cta {
  margin-top: 14px;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  color: #1a0c1c;
  box-shadow: none;
}

.reel-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(13, 7, 18, 0.78);
  color: #fff;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transform: translateY(-50%);
}

.reel-prev {
  left: -8px;
}

.reel-next {
  right: -8px;
}

.reel-nav svg {
  width: 20px;
  height: 20px;
}

.reel-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
}

.reel-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  transition: width 0.2s ease, background 0.2s ease;
}

.reel-dot.is-active {
  width: 20px;
  border-radius: 999px;
  background: var(--pink-soft);
}

.quiz-section {
  background:
    radial-gradient(circle at 100% 20%, rgba(139, 92, 246, 0.12), transparent 40%),
    var(--bg-deep);
}

.quiz-shell {
  margin-top: 26px;
  padding: 18px 16px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--surface);
}

.quiz-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.quiz-topline span:last-child {
  color: var(--pink-soft);
  text-align: right;
}

.quiz-progress {
  height: 6px;
  margin: 12px 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.quiz-progress span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pink), var(--violet));
  transition: width 0.3s ease;
}

.quiz-body h3 {
  margin: 0 0 14px;
  font-size: 19px;
  line-height: 1.2;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.option-card {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.option-card:active {
  transform: scale(0.98);
}

.option-card.is-selected {
  border-color: var(--pink);
  background: rgba(229, 55, 192, 0.14);
  color: #fff;
}

.option-swatch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  background: var(--swatch, var(--pink));
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.quiz-back {
  margin-top: 16px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.match-banner {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid rgba(34, 211, 238, 0.24);
  border-radius: var(--radius);
  background: rgba(34, 211, 238, 0.07);
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
}

.chat-section {
  background:
    radial-gradient(circle at 0% 30%, rgba(229, 55, 192, 0.12), transparent 42%),
    var(--bg);
}

.chat-shell {
  margin-top: 26px;
  max-width: 560px;
}

.chat-window {
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
}

.chat-head {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.chat-head img {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  object-fit: cover;
}

.chat-head-name {
  min-width: 0;
}

.chat-head-name strong {
  display: block;
  font-size: 15px;
}

.chat-head-name span {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.chat-head-name .online-dot {
  width: 7px;
  height: 7px;
  flex-basis: 7px;
}

.typing-dots {
  display: inline-flex;
  gap: 4px;
  margin-left: auto;
}

.typing-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pink-soft);
  animation: typing-bounce 1s ease-in-out infinite;
}

.typing-dots i:nth-child(2) {
  animation-delay: 0.14s;
}

.typing-dots i:nth-child(3) {
  animation-delay: 0.28s;
}

@keyframes typing-bounce {
  0%, 100% { transform: translateY(0); opacity: 0.45; }
  50% { transform: translateY(-4px); opacity: 1; }
}

.chat-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 250px;
  max-height: 360px;
  padding: 16px 14px;
  overflow: auto;
}

.chat-msg {
  align-self: flex-start;
  max-width: 84%;
  padding: 10px 12px;
  border-radius: 14px 14px 14px 4px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-size: 13.5px;
  line-height: 1.45;
  white-space: pre-wrap;
}

.chat-msg.is-user {
  align-self: flex-end;
  border-radius: 14px 14px 4px 14px;
  background: linear-gradient(135deg, rgba(229, 55, 192, 0.85), rgba(139, 92, 246, 0.85));
}

.chat-msg.is-system {
  align-self: center;
  padding: 7px 12px;
  border: 1px solid rgba(34, 211, 238, 0.24);
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.08);
  color: var(--cyan);
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.chat-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  margin-top: 16px;
}

.chat-actions .btn {
  width: 100%;
}

.chat-actions .text-btn {
  align-self: center;
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin-top: 26px;
}

.feature-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(229, 55, 192, 0.16), rgba(139, 92, 246, 0.16));
  color: var(--pink-soft);
}

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

.feature-card h3 {
  margin: 14px 0 6px;
  font-size: 16px;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.reviews-section {
  background: var(--bg-deep);
}

.reviews-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin-top: 26px;
}

.review-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.review-stars {
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 0.1em;
}

.review-card > p {
  margin: 12px 0 14px;
  color: var(--text-soft);
  font-size: 13.5px;
  line-height: 1.55;
}

.review-card footer {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.review-card footer strong {
  font-size: 13px;
}

.review-card footer span {
  color: var(--muted);
  font-size: 11px;
}

.final-cta {
  padding: 52px 0 58px;
  background:
    radial-gradient(circle at 50% 0%, rgba(229, 55, 192, 0.22), transparent 44%),
    linear-gradient(180deg, #15091c, var(--bg-deep));
  border-bottom: 1px solid var(--line);
}

.final-inner {
  text-align: center;
}

.final-inner .eyebrow {
  justify-content: center;
}

.final-inner h2 {
  margin: 0;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  line-height: 1.1;
}

.final-inner p {
  margin: 14px auto 0;
  max-width: 480px;
  color: var(--text-soft);
  font-size: 14px;
}

.final-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  max-width: 420px;
  margin: 24px auto 0;
}

.footer {
  background: var(--bg-deep);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 28px;
  padding-bottom: 30px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.footer-links a {
  color: var(--text-soft);
  font-size: 12.5px;
  font-weight: 700;
}

.footer-note {
  margin: 0;
  max-width: 560px;
  color: var(--muted);
  font-size: 11.5px;
  line-height: 1.6;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: linear-gradient(to top, rgba(10, 5, 12, 0.97), rgba(10, 5, 12, 0.84));
  border-top: 1px solid var(--line);
}

.sticky-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 48px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pink), #a7248f);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.sticky-cta a svg {
  width: 17px;
  height: 17px;
}

body.has-sticky .footer-inner {
  padding-bottom: calc(30px + 86px + env(safe-area-inset-bottom));
}

@media (min-width: 480px) {
  .hero h1 {
    font-size: 40px;
  }

  .feature-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .final-actions {
    flex-direction: row;
    justify-content: center;
  }
}

@media (min-width: 720px) {
  .hero {
    padding: 52px 0 64px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero-actions .btn {
    width: auto;
    min-width: 240px;
  }

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

  .stat strong {
    font-size: 30px;
  }

  .section {
    padding: 64px 0;
  }

  .section h2 {
    font-size: 38px;
  }

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

  .option-card {
    min-height: 92px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .chat-actions {
    flex-direction: row;
    align-items: center;
  }

  .chat-actions .btn {
    width: auto;
    flex: 1;
  }

  .final-inner h2 {
    font-size: 42px;
  }
}

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

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