/* =========================================================
   Catch-Me — landing pré-lançamento
   Mobile-first, dark premium
   ========================================================= */

:root {
  --pink: #ea3788;
  --pink-2: #ff5aa0;
  --blue: #005eab;
  --blue-2: #2a86d8;
  --orange: #ff7a3d; /* uso secundário, apenas detalhes */

  --bg: #0a0a14;
  --bg-2: #11101c;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-2: rgba(255, 255, 255, 0.07);
  --border: rgba(255, 255, 255, 0.1);
  --border-soft: rgba(255, 255, 255, 0.06);

  --ink: #f6f4ff;
  --ink-soft: rgba(246, 244, 255, 0.72);
  --ink-mute: rgba(246, 244, 255, 0.5);

  --shadow-card: 0 30px 80px rgba(0, 0, 0, 0.55);
  --shadow-glow: 0 20px 60px rgba(234, 55, 136, 0.28);

  --grad-brand: linear-gradient(135deg, #ea3788 0%, #b13bd0 50%, #005eab 100%);
  --grad-brand-soft: linear-gradient(
    135deg,
    rgba(234, 55, 136, 0.85),
    rgba(0, 94, 171, 0.85)
  );

  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  background: var(--bg);
  color: var(--ink);
  font-family:
    'Inter',
    'SF Pro Text',
    'Segoe UI',
    system-ui,
    -apple-system,
    sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

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

button {
  font: inherit;
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.02em;
  font-weight: 700;
}

h2 {
  font-size: clamp(1.6rem, 4.5vw, 2.4rem);
  line-height: 1.15;
}

h3 {
  font-size: 1.05rem;
  line-height: 1.3;
}

p {
  margin: 0;
}

::selection {
  background: var(--pink);
  color: #fff;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* ---------- Background aura ---------- */
.bg-aura {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(
      60% 50% at 12% 8%,
      rgba(234, 55, 136, 0.32),
      transparent 70%
    ),
    radial-gradient(55% 50% at 92% 18%, rgba(0, 94, 171, 0.4), transparent 70%),
    radial-gradient(
      45% 40% at 60% 95%,
      rgba(177, 59, 208, 0.25),
      transparent 70%
    ),
    var(--bg);
}

/* ---------- Header ---------- */
.site-header {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

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

.brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--grad-brand);
  box-shadow: 0 8px 24px rgba(234, 55, 136, 0.35);
  position: relative;
}

.brand-mark::after {
  content: '';
  position: absolute;
  inset: 6px;
  border-radius: 5px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-bottom-left-radius: 14px;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-text strong {
  font-size: 1rem;
  letter-spacing: -0.01em;
}

.brand-text small {
  margin-top: 3px;
  font-size: 0.72rem;
  color: var(--ink-mute);
  letter-spacing: 0.02em;
}

.social-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.social-link {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--ink-soft);
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  box-shadow: none;
  transition:
    background 0.2s ease,
    border-color 0.2s,
    box-shadow 0.2s ease,
    color 0.2s,
    opacity 0.2s,
    transform 0.2s ease;
}

.social-link[href]:hover,
.social-link[href]:focus-visible {
  border-color: rgba(255, 255, 255, 0.25);
  transform: scale(1.08);
}

.social-link-instagram {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 30% 110%, #ffdc80 0 17%, #f77737 32%, transparent 33%),
    linear-gradient(135deg, #405de6 0%, #833ab4 36%, #e1306c 68%, #fd1d1d 100%);
}

.social-link-instagram[href]:hover,
.social-link-instagram[href]:focus-visible {
  box-shadow: 0 0 26px rgba(234, 55, 136, 0.34);
}

.social-link-youtube {
  color: #ff0033;
  border-color: rgba(255, 0, 51, 0.34);
  background: rgba(255, 0, 51, 0.1);
}

.social-link-youtube[href]:hover,
.social-link-youtube[href]:focus-visible {
  background: rgba(255, 0, 51, 0.16);
  box-shadow: 0 0 26px rgba(255, 0, 51, 0.24);
}

.social-link-tiktok {
  color: #fff;
  border-color: rgba(105, 245, 255, 0.3);
  background:
    radial-gradient(circle at 28% 26%, rgba(105, 245, 255, 0.8), transparent 22%),
    radial-gradient(circle at 74% 76%, rgba(255, 45, 85, 0.82), transparent 24%),
    rgba(255, 255, 255, 0.06);
}

.social-link-tiktok[href]:hover,
.social-link-tiktok[href]:focus-visible {
  border-color: rgba(105, 245, 255, 0.45);
  box-shadow:
    0 0 20px rgba(105, 245, 255, 0.22),
    0 0 22px rgba(255, 45, 85, 0.18);
}

.social-link-disabled {
  color: #69f5ff;
  border-color: rgba(105, 245, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(105, 245, 255, 0.08), rgba(255, 45, 85, 0.08)),
    rgba(255, 255, 255, 0.02);
  opacity: 0.42;
  cursor: default;
  pointer-events: none;
}

.social-icon {
  width: 20px;
  height: 20px;
  display: block;
}

.social-link-youtube .social-icon {
  width: 22px;
  height: 22px;
}

/* ---------- Layout ---------- */
main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: clamp(64px, 11vw, 112px) 0;
}

.section-head {
  max-width: 640px;
  margin: 0 auto clamp(28px, 4.5vw, 48px);
  text-align: center;
}

.kicker {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pink-2);
  margin-bottom: 10px;
}

.lede-soft {
  margin-top: 12px;
  color: var(--ink-soft);
  font-size: 1rem;
}

/* ---------- HERO ---------- */
.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 6vw, 64px);
  align-items: center;
  padding: clamp(20px, 4vw, 56px) 0 clamp(64px, 10vw, 112px);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  background: var(--grad-brand-soft);
  box-shadow: 0 6px 20px rgba(234, 55, 136, 0.35);
}

.badge::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}

.hero-copy .badge {
  margin-bottom: 4px;
}

h1 {
  margin: 18px 0 18px;
  font-size: clamp(2rem, 7.2vw, 3.8rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-weight: 800;
}

h1 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--pink-2) 10%, var(--blue-2) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lede {
  max-width: 540px;
  color: var(--ink-soft);
  font-size: clamp(1rem, 2.4vw, 1.12rem);
}

.cta-row {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  min-height: 50px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  transition:
    transform 0.15s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
  white-space: nowrap;
}

.btn-primary {
  color: #fff;
  background: var(--grad-brand);
  box-shadow: var(--shadow-glow);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 24px 60px rgba(234, 55, 136, 0.45);
}

.btn-ghost {
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--border);
  backdrop-filter: blur(8px);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  background: var(--surface-2);
  border-color: rgba(255, 255, 255, 0.22);
}

.social-note {
  width: fit-content;
  display: inline-flex;
  margin-top: 16px;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition:
    color 0.2s ease,
    text-shadow 0.2s ease;
}

.social-note:hover,
.social-note:focus-visible {
  color: var(--ink);
  text-shadow: 0 0 18px rgba(234, 55, 136, 0.32);
}

.micro {
  margin-top: 20px;
  color: var(--ink-mute);
  font-size: 0.82rem;
}

/* ---------- HERO VISUAL ---------- */
/* Mobile-first: composição em fluxo normal, sem absolute/overlap */
.hero-visual {
  position: relative;
  min-height: 0;
  padding: 8px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* Swipe stack — no mobile vira card único em fluxo normal */
.swipe-stack {
  position: relative;
  width: min(300px, 92%);
  margin: 0 auto;
}

/* Cards de trás ficam ocultos no mobile para evitar tarjas escuras */
.card-back {
  display: none;
}

.card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
}

.card-front {
  transform: none;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.card-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  min-height: 0;
  flex: 0 0 auto;
}

/* Abstract gradient "photos" — sem foto real */
.photo-a {
  background:
    radial-gradient(
      80% 60% at 30% 30%,
      rgba(255, 255, 255, 0.18),
      transparent 60%
    ),
    radial-gradient(
      60% 70% at 80% 80%,
      rgba(255, 90, 160, 0.55),
      transparent 70%
    ),
    linear-gradient(155deg, #ea3788 0%, #7a2ec0 55%, #1f4fa3 100%);
}

.photo-b {
  background:
    radial-gradient(
      70% 50% at 70% 25%,
      rgba(255, 255, 255, 0.22),
      transparent 60%
    ),
    linear-gradient(150deg, #2a86d8 0%, #4b2ea0 60%, #ea3788 100%);
}

.photo-c {
  background:
    radial-gradient(
      60% 60% at 30% 70%,
      rgba(255, 255, 255, 0.18),
      transparent 60%
    ),
    linear-gradient(140deg, #6c2bd9 0%, #ea3788 70%, #ff7a3d 110%);
}

.online-dot {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(8, 8, 18, 0.55);
  backdrop-filter: blur(8px);
  font-size: 0.72rem;
  color: #fff;
  letter-spacing: 0.01em;
}

.online-dot i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2dd57a;
  box-shadow: 0 0 8px rgba(45, 213, 122, 0.9);
}

.stamp {
  position: absolute;
  top: 22px;
  right: 18px;
  padding: 6px 14px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  border: 3px solid #2dd57a;
  color: #2dd57a;
  border-radius: 8px;
  transform: rotate(14deg);
  text-transform: uppercase;
  background: rgba(8, 8, 18, 0.35);
  backdrop-filter: blur(2px);
}

.card-info {
  padding: 14px 16px 10px;
  background: transparent;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.card-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.card-info h3 {
  font-size: 1.05rem;
}

.ai-tag {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 6px;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: rgba(234, 55, 136, 0.16);
  color: var(--pink-2);
  vertical-align: middle;
  font-weight: 700;
}

.card-bio {
  margin: 4px 0 8px;
  color: var(--ink-soft);
  font-size: 0.8rem;
  line-height: 1.4;
}

.chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.chips li {
  font-size: 0.72rem;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border);
  color: var(--ink-soft);
}

.card-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 14px 14px;
  background: transparent;
  border-top: 1px solid var(--border-soft);
  margin-top: 4px;
}

.act {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  transition:
    transform 0.15s ease,
    box-shadow 0.2s ease;
}

.act svg {
  width: 20px;
  height: 20px;
}

.act-x {
  color: #ff5d6c;
}

.act-star {
  width: 50px;
  height: 50px;
  color: #2a86d8;
  background: rgba(42, 134, 216, 0.12);
  border-color: rgba(42, 134, 216, 0.35);
}

.act-star svg {
  width: 24px;
  height: 24px;
}

.act-heart {
  color: #ea3788;
  background: rgba(234, 55, 136, 0.12);
  border-color: rgba(234, 55, 136, 0.35);
}

.act:hover {
  transform: translateY(-2px);
}

/* Mini chat float — no mobile flui logo abaixo do card */
.chat-float {
  position: relative;
  right: auto;
  bottom: auto;
  width: min(300px, 92%);
  max-width: none;
  margin: 0 auto;
  padding: 12px 14px;
  border-radius: 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
  transform: none;
  z-index: 3;
}

.chat-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 4px 10px;
  border-bottom: 1px solid var(--border-soft);
}

.chat-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 30% 30%,
      rgba(255, 255, 255, 0.3),
      transparent 60%
    ),
    linear-gradient(140deg, #ea3788, #2a86d8);
}

.avatar-b {
  background:
    radial-gradient(
      circle at 70% 30%,
      rgba(255, 255, 255, 0.25),
      transparent 60%
    ),
    linear-gradient(140deg, #6c2bd9, #ea3788 80%);
}

.chat-meta {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.chat-meta strong {
  font-size: 0.92rem;
}

.chat-meta small {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  color: var(--ink-mute);
}

.chat-meta .online-dot {
  position: static;
  padding: 0;
  background: none;
  backdrop-filter: none;
}

.chat-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 2px 2px;
}

.bubble {
  max-width: 88%;
  padding: 8px 12px;
  border-radius: 14px;
  font-size: 0.82rem;
  line-height: 1.4;
}

.bubble-them {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border-soft);
  border-bottom-left-radius: 6px;
  color: var(--ink);
}

.bubble-me {
  align-self: flex-end;
  background: var(--grad-brand);
  border-bottom-right-radius: 6px;
  color: #fff;
  box-shadow: 0 6px 18px rgba(234, 55, 136, 0.35);
}

.typing {
  align-self: flex-start;
  display: inline-flex;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 16px;
  border-bottom-left-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-soft);
}

.typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ink-soft);
  animation: blink 1.2s infinite ease-in-out;
}

.typing span:nth-child(2) {
  animation-delay: 0.2s;
}

.typing span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes blink {
  0%,
  80%,
  100% {
    opacity: 0.25;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

/* ---------- COMO FUNCIONA ---------- */
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

.step {
  position: relative;
  padding: 22px 22px 24px;
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid var(--border);
  overflow: hidden;
}

.step::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(234, 55, 136, 0.08),
    transparent 60%
  );
  pointer-events: none;
}

.step > * {
  position: relative;
}

.step-num {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  background: var(--grad-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 8px;
}

.step h3 {
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.step p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.55;
}

/* ---------- O JOGO NÃO TERMINA NO MATCH ---------- */
.tab-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

.tab {
  padding: 18px 18px 20px;
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid var(--border);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  row-gap: 10px;
  align-items: center;
}

.tab header {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  min-width: 78px;
}

.tab-label {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  order: 2;
}

.tab-count {
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 1;
  background: var(--grad-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  order: 1;
}

.tab-super .tab-count {
  background: linear-gradient(120deg, #2a86d8, #6cc5ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tab-likes .tab-count {
  background: linear-gradient(120deg, #ff7a3d, #ea3788);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tab-thumbs {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.thumb,
.thumb-media {
  position: relative;
  width: 39px;
  height: 52px;
  border-radius: 9px;
  border: 1px solid var(--border);
  overflow: hidden;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.045);
}

.thumb {
  display: block;
  object-fit: cover;
  object-position: center;
}

.thumb-media .thumb {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
}

.thumb-media.has-star::after {
  content: '★';
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 0.7rem;
  color: #2a86d8;
  background: rgba(8, 8, 18, 0.65);
  padding: 1px 5px;
  border-radius: 999px;
}

.thumb-teaser {
  filter: saturate(0.96);
}

.th-1 {
  background: linear-gradient(150deg, #ea3788, #6c2bd9);
}
.th-2 {
  background: linear-gradient(160deg, #2a86d8, #ea3788);
}
.th-3 {
  background: linear-gradient(135deg, #6c2bd9, #ff7a3d);
}
.th-4 {
  background: linear-gradient(150deg, #005eab, #b13bd0);
}
.th-5 {
  background: linear-gradient(150deg, #2a86d8, #6cc5ff);
}
.th-6 {
  background: linear-gradient(155deg, #1f4fa3, #ea3788);
}
.th-7 {
  background: linear-gradient(135deg, #b13bd0, #2a86d8);
}

.tab p {
  grid-column: 2;
  grid-row: 2;
  color: var(--ink-soft);
  font-size: 0.85rem;
  line-height: 1.4;
  text-align: right;
}

/* ---------- PARECE DM. MAS É FICÇÃO. ---------- */
.fiction {
  display: grid;
  gap: clamp(28px, 5vw, 56px);
  grid-template-columns: 1fr;
  align-items: center;
}

.fiction-copy h2 {
  margin-top: 8px;
  margin-bottom: 14px;
}

.fiction-copy p {
  color: var(--ink-soft);
  margin-bottom: 10px;
}

.fiction-chat {
  width: min(420px, 100%);
  margin: 0 auto;
  padding: 14px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
}

.fiction-chat .chat-body {
  padding: 12px 2px 4px;
}

.fiction-chat .bubble {
  font-size: 0.9rem;
}

/* ---------- CTA FINAL ---------- */
.cta-final {
  padding-top: clamp(56px, 9vw, 96px);
  padding-bottom: clamp(72px, 11vw, 128px);
}

.cta-card {
  position: relative;
  text-align: center;
  padding: clamp(40px, 8vw, 72px) clamp(22px, 6vw, 56px);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(
      80% 120% at 0% 0%,
      rgba(234, 55, 136, 0.18),
      transparent 60%
    ),
    radial-gradient(
      80% 120% at 100% 100%,
      rgba(0, 94, 171, 0.22),
      transparent 60%
    ),
    rgba(20, 18, 32, 0.85);
  border: 1px solid var(--border);
  overflow: hidden;
}

.cta-card h2 {
  max-width: 540px;
  margin: 0 auto 14px;
}

.cta-card > p {
  max-width: 520px;
  margin: 0 auto 28px;
  color: var(--ink-soft);
}

.cta-card .cta-row {
  justify-content: center;
  margin-top: 0;
}

.cta-card .micro {
  margin-top: 22px;
}

/* ---------- FOOTER ---------- */
.site-footer {
  max-width: 1180px;
  margin: clamp(24px, 5vw, 48px) auto 0;
  padding: 32px 20px 44px;
  border-top: 1px solid var(--border-soft);
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  text-align: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.footer-links a {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--ink);
  text-decoration: underline;
}

.social-links-footer {
  margin-top: 2px;
}

.footer-legal {
  color: var(--ink-mute);
  font-size: 0.78rem;
  max-width: 540px;
}

/* =========================================================
   MOBILE LAYOUT DEBUG
   Mantem tudo no fluxo e evita artefatos de clipping/compositor.
   ========================================================= */
@media (max-width: 767px) {
  body {
    min-height: 100%;
    background:
      radial-gradient(90% 38% at 0% 0%, rgba(234, 55, 136, 0.26), transparent 72%),
      radial-gradient(82% 34% at 100% 8%, rgba(0, 94, 171, 0.32), transparent 72%),
      linear-gradient(150deg, #100711 0%, #071626 48%, #070814 100%);
    overflow-x: hidden;
  }

  .bg-aura {
    display: none;
  }

  .site-header {
    padding: clamp(12px, 3.6vw, 18px) clamp(10px, 4vw, 18px) 10px;
  }

  main {
    width: 100%;
    padding: 0 clamp(10px, 4vw, 18px);
    overflow: visible;
  }

  .section {
    padding: clamp(40px, 11vw, 58px) 0;
  }

  .section-head {
    margin-bottom: 18px;
    text-align: left;
  }

  .hero {
    display: block;
    padding: clamp(14px, 4vw, 22px) 0 clamp(40px, 11vw, 58px);
  }

  .hero-copy,
  .hero-visual,
  .swipe-stack,
  .card,
  .card-front,
  .chat-float,
  .fiction,
  .fiction-copy,
  .fiction-chat,
  .steps,
  .step,
  .tab-grid,
  .tab,
  .cta-card {
    position: relative;
    inset: auto;
    transform: none;
    max-height: none;
    overflow: visible;
  }

  .hero-visual {
    min-height: 0;
    width: 100%;
    padding-top: clamp(24px, 8vw, 34px);
    display: grid;
    gap: clamp(16px, 5vw, 22px);
    justify-items: center;
  }

  .swipe-stack {
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
  }

  .card {
    display: block;
    width: 100%;
    border-radius: 22px;
    background: rgba(19, 23, 40, 0.94);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
    backdrop-filter: none;
  }

  .card-back {
    display: none;
  }

  .card-photo {
    aspect-ratio: 4 / 3.12;
    border-radius: 22px 22px 0 0;
  }

  .stamp {
    top: 14px;
    right: 12px;
    transform: none;
    font-size: 0.9rem;
  }

  .online-dot {
    top: 12px;
    left: 12px;
  }

  .card-info,
  .card-actions {
    background: rgba(19, 23, 40, 0.98);
  }

  .card-actions {
    padding-bottom: 16px;
  }

  .chat-float,
  .fiction-chat {
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
    padding: clamp(12px, 3.8vw, 16px);
    background: rgba(18, 22, 38, 0.96);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
    backdrop-filter: none;
  }

  .chat-body {
    gap: 7px;
    padding-top: 12px;
  }

  .bubble {
    max-width: 92%;
    overflow-wrap: anywhere;
  }

  .how {
    padding-top: clamp(38px, 10vw, 54px);
  }

  .steps,
  .tab-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .step {
    padding: clamp(18px, 5vw, 22px);
    background: rgba(18, 22, 38, 0.92);
    border-color: rgba(255, 255, 255, 0.1);
  }

  .step::before {
    display: none;
  }

  .step > * {
    position: static;
  }

  .tab {
    display: block;
    padding: clamp(16px, 5vw, 20px);
    background: rgba(18, 22, 38, 0.92);
    border-color: rgba(255, 255, 255, 0.1);
  }

  .tab header {
    min-width: 0;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
  }

  .tab-label,
  .tab-count {
    order: initial;
  }

  .tab-thumbs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 10px;
  }

  .thumb,
  .thumb-media {
    overflow: hidden;
  }

  .tab p {
    text-align: left;
  }

  .fiction {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }

  .fiction-copy h2 {
    margin-bottom: 12px;
  }

  .fiction-copy p {
    color: var(--ink-soft);
    margin-bottom: 12px;
    overflow-wrap: anywhere;
  }

  .fiction-copy .micro {
    margin-top: 8px;
  }

  .cta-final {
    padding-top: clamp(38px, 10vw, 54px);
    padding-bottom: clamp(48px, 13vw, 66px);
  }

  .cta-card {
    padding: clamp(30px, 8vw, 42px) clamp(16px, 5vw, 24px);
    background:
      radial-gradient(95% 80% at 0% 0%, rgba(234, 55, 136, 0.18), transparent 62%),
      radial-gradient(95% 80% at 100% 100%, rgba(0, 94, 171, 0.2), transparent 62%),
      rgba(18, 22, 38, 0.94);
  }

  .cta-row {
    display: grid;
    gap: 10px;
  }

  .btn {
    width: 100%;
    white-space: normal;
  }
}

/* =========================================================
   DESKTOP / TABLET
   ========================================================= */
@media (min-width: 760px) {
  .steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .step {
    padding: 26px 24px 28px;
  }

  .step h3 {
    font-size: 1.18rem;
  }

  .step p {
    font-size: 0.95rem;
  }

  .tab-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .tab {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 22px 22px 24px;
  }

  .tab header {
    grid-column: auto;
    grid-row: auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
  }

  .tab-label {
    order: 0;
    font-size: 0.82rem;
  }

  .tab-count {
    order: 0;
    font-size: 1.4rem;
  }

  .tab-thumbs {
    grid-column: auto;
    grid-row: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }

  .thumb,
  .thumb-media {
    width: 54px;
    height: 72px;
    border-radius: 12px;
  }

  .tab p {
    grid-column: auto;
    grid-row: auto;
    font-size: 0.92rem;
    text-align: left;
  }

  .fiction {
    grid-template-columns: 1.05fr 1fr;
  }
}

@media (min-width: 980px) {
  .hero {
    grid-template-columns: 1.05fr 1fr;
    gap: 56px;
    padding-top: clamp(40px, 5vw, 72px);
  }

  .hero-visual {
    min-height: 560px;
    padding: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  .swipe-stack {
    width: 340px;
    aspect-ratio: 9 / 13.5;
  }

  .card {
    position: absolute;
    inset: 0;
    border-radius: 26px;
    background: #1a1727;
    box-shadow: var(--shadow-card);
    backdrop-filter: none;
  }

  .card-back {
    display: block;
    inset: 0;
    filter: saturate(0.7) brightness(0.85);
    background: #1a1727;
  }

  .card-back-1 {
    transform: translate(8px, 14px) rotate(-3.5deg) scale(0.98);
    opacity: 0.8;
  }

  .card-back-2 {
    transform: translate(-12px, 24px) rotate(4deg) scale(0.94);
    opacity: 0.55;
  }

  .card-front {
    transform: rotate(-4deg) translateY(-6px);
  }

  .card-photo {
    aspect-ratio: auto;
    flex: 1;
    min-height: 60%;
  }

  .card-info {
    padding: 14px 16px 8px;
    margin-top: 0;
    background: linear-gradient(180deg, rgba(15, 12, 28, 0.4), #15121f);
  }

  .card-info h3 {
    font-size: 1.15rem;
  }

  .card-bio {
    font-size: 0.85rem;
  }

  .card-actions {
    background: #15121f;
    border-top: 0;
    margin-top: 0;
  }

  .act {
    width: 48px;
    height: 48px;
  }

  .act svg {
    width: 22px;
    height: 22px;
  }

  .act-star {
    width: 56px;
    height: 56px;
  }

  .act-star svg {
    width: 26px;
    height: 26px;
  }

  .chat-float {
    position: absolute;
    right: -28px;
    bottom: -16px;
    width: 290px;
    max-width: none;
    padding: 12px;
    transform: rotate(3deg);
    margin: 0;
    background: rgba(20, 18, 32, 0.92);
    box-shadow: var(--shadow-card);
  }

  .chat-float .bubble {
    font-size: 0.86rem;
  }
}

/* =========================================================
   VISUAL REFINEMENT — product-led landing
   ========================================================= */
body {
  background:
    radial-gradient(45rem 34rem at 17% 7%, rgba(234, 55, 136, 0.24), transparent 68%),
    radial-gradient(42rem 36rem at 84% 10%, rgba(0, 94, 171, 0.34), transparent 70%),
    radial-gradient(45rem 30rem at 52% 100%, rgba(177, 59, 208, 0.18), transparent 72%),
    linear-gradient(150deg, #070610 0%, #0a0712 42%, #06172a 100%);
}

.bg-aura {
  background:
    radial-gradient(52% 44% at 12% 8%, rgba(234, 55, 136, 0.28), transparent 72%),
    radial-gradient(48% 42% at 86% 14%, rgba(0, 94, 171, 0.34), transparent 72%),
    linear-gradient(150deg, rgba(234, 55, 136, 0.1), rgba(0, 94, 171, 0.12) 58%, transparent);
}

main,
.site-header,
.site-footer {
  max-width: 1120px;
}

main {
  padding-inline: clamp(18px, 4vw, 28px);
}

.site-header {
  padding-top: 24px;
  padding-bottom: clamp(20px, 4vw, 48px);
}

.hero {
  gap: clamp(40px, 7vw, 92px);
  padding: clamp(42px, 6vw, 78px) 0 clamp(96px, 13vw, 156px);
}

.hero-copy {
  max-width: 34rem;
}

h1 {
  max-width: 10.5ch;
  margin: 20px 0 22px;
  font-size: clamp(2.8rem, 5.5vw, 5.35rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.lede {
  max-width: 35rem;
  font-size: clamp(1.04rem, 1.35vw, 1.16rem);
  line-height: 1.68;
}

.cta-row {
  margin-top: 34px;
  gap: 14px;
}

.btn {
  min-height: 54px;
  padding-inline: 24px;
  font-weight: 700;
}

.micro {
  margin-top: 18px;
}

.product-hero {
  isolation: isolate;
  min-height: auto;
  padding: 0;
  display: grid;
  place-items: center;
}

.product-hero::before {
  position: absolute;
  z-index: -2;
  width: min(100%, 38rem);
  aspect-ratio: 1;
  content: '';
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 28%, rgba(234, 55, 136, 0.28), transparent 38%),
    radial-gradient(circle at 67% 58%, rgba(0, 94, 171, 0.34), transparent 42%);
  filter: blur(34px);
}

.product-hero::after {
  position: absolute;
  z-index: -1;
  width: min(80%, 30rem);
  height: min(80%, 30rem);
  content: '';
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(234, 55, 136, 0.14), rgba(42, 134, 216, 0.18));
  transform: rotate(-16deg);
}

.product-frame {
  margin: 0;
}

.product-frame img,
.screen-preview img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.product-frame-main {
  width: min(25.5rem, 100%);
  filter: drop-shadow(0 34px 70px rgba(0, 0, 0, 0.5));
}

.product-frame-main img {
  aspect-ratio: 788 / 1400;
  border-radius: 34px;
}

.product-frame-chat {
  width: min(16rem, 42%);
  position: absolute;
  right: clamp(1rem, 2vw, 2rem);
  bottom: 9%;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: rgba(12, 15, 27, 0.72);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.5),
    0 0 44px rgba(42, 134, 216, 0.16);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.product-frame-chat img {
  height: clamp(14rem, 26vw, 21rem);
  /* This is a crop mask for the overlay; object-fit keeps the screenshot proportion intact. */
  object-fit: cover;
  object-position: top center;
  border-radius: 18px;
}

.product-frame-chat figcaption {
  padding: 10px 4px 2px;
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.35;
}

.section {
  padding: clamp(88px, 13vw, 150px) 0;
}

.section-head {
  margin-bottom: clamp(34px, 5vw, 58px);
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.15rem);
  letter-spacing: -0.04em;
}

.steps {
  gap: 18px;
}

.step,
.tab,
.cta-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(18, 18, 30, 0.72);
  border-color: rgba(255, 255, 255, 0.09);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.step {
  padding: clamp(24px, 3vw, 32px);
}

.step::before {
  background:
    radial-gradient(70% 70% at 0% 0%, rgba(234, 55, 136, 0.12), transparent 62%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.025), transparent 64%);
}

.game-showcase {
  display: grid;
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.screen-preview {
  width: min(100%, 20.5rem);
  margin: 0 auto;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(14, 17, 29, 0.78);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.38);
}

.screen-preview img {
  aspect-ratio: 788 / 1400;
  height: auto;
  object-fit: contain;
  object-position: top center;
  border-radius: 24px;
}

.matches-preview {
  display: none;
}

.tab-grid {
  gap: 18px;
}

.tab {
  min-height: 9.25rem;
  padding: 24px;
}

.fiction {
  gap: clamp(48px, 7vw, 88px);
}

.fiction-copy {
  max-width: 35rem;
}

.fiction-copy h2 {
  margin-bottom: 18px;
}

.fiction-copy p {
  line-height: 1.7;
}

.fiction-chat {
  padding: 10px;
  backdrop-filter: none;
}

.fiction-chat img {
  height: auto;
  object-position: top center;
}

.cta-final {
  padding-top: clamp(96px, 13vw, 160px);
  padding-bottom: clamp(104px, 14vw, 170px);
}

.cta-card {
  padding: clamp(54px, 8vw, 86px) clamp(26px, 7vw, 72px);
  border-radius: 34px;
}

.site-footer {
  margin-top: clamp(12px, 3vw, 28px);
  padding-bottom: 56px;
}

@media (min-width: 760px) {
  .game-showcase {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
  }

  .game-showcase .tab-grid {
    grid-template-columns: 1fr;
  }

  .matches-preview {
    display: block;
  }
}

@media (min-width: 980px) {
  .hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(28rem, 1.1fr);
  }

  .product-frame-main {
    transform: rotate(1deg);
  }

  .product-frame-chat {
    transform: translate(0.25rem, 0.4rem) rotate(2deg);
  }

  .fiction {
    grid-template-columns: minmax(0, 0.95fr) minmax(21rem, 0.8fr);
  }
}

@media (max-width: 767px) {
  main {
    padding-inline: clamp(16px, 5vw, 22px);
  }

  .site-header {
    padding-inline: clamp(16px, 5vw, 22px);
  }

  .social-links-header {
    gap: 6px;
  }

  .social-link {
    width: 36px;
    height: 36px;
  }

  .social-icon {
    width: 18px;
    height: 18px;
  }

  .social-link-youtube .social-icon {
    width: 20px;
    height: 20px;
  }

  .hero {
    padding-top: clamp(22px, 7vw, 36px);
    padding-bottom: clamp(68px, 18vw, 92px);
  }

  h1 {
    max-width: 10ch;
    font-size: clamp(2.55rem, 12vw, 4.2rem);
  }

  .lede {
    font-size: clamp(0.98rem, 4vw, 1.08rem);
  }

  .product-hero {
    gap: clamp(18px, 6vw, 26px);
    padding-top: clamp(32px, 9vw, 48px);
  }

  .product-hero::before {
    width: 100%;
    filter: blur(26px);
  }

  .product-hero::after {
    display: none;
  }

  .product-frame-main {
    width: min(100%, 21.5rem);
  }

  .product-frame-main img {
    max-height: none;
    object-fit: contain;
  }

  .product-frame-main img {
    border-radius: 28px;
  }

  .product-frame-chat {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 21rem);
    padding: 8px;
    border-radius: 24px;
    transform: none;
  }

  .product-frame-chat img {
    height: clamp(15rem, 62vw, 20rem);
    border-radius: 18px;
  }

  .product-frame-chat figcaption {
    font-size: 0.76rem;
  }

  .section {
    padding: clamp(58px, 16vw, 84px) 0;
  }

  .section-head {
    margin-bottom: 24px;
  }

  .step,
  .tab {
    padding: clamp(20px, 6vw, 24px);
  }

  .matches-preview {
    display: block;
    width: min(100%, 20.5rem);
  }

  .screen-preview img {
    height: auto;
  }

  .fiction {
    gap: 30px;
  }

  .fiction-chat {
    width: min(100%, 20.5rem);
  }

  .fiction-chat img {
    height: auto;
  }

  .cta-final {
    padding-top: clamp(66px, 18vw, 96px);
    padding-bottom: clamp(70px, 18vw, 104px);
  }

  .cta-card {
    padding: clamp(38px, 10vw, 54px) clamp(20px, 6vw, 28px);
  }
}

/* =========================================================
   FINISHING PASS — real product previews and tighter rhythm
   ========================================================= */
.hero {
  padding-bottom: clamp(72px, 9vw, 112px);
}

h1 {
  max-width: 12ch;
}

h1 span,
h1 em {
  display: block;
}

.section {
  padding: clamp(64px, 8vw, 104px) 0;
}

.section-head {
  margin-bottom: clamp(28px, 4vw, 44px);
}

.how {
  padding-top: clamp(58px, 7vw, 92px);
}

.game {
  padding-top: clamp(66px, 8vw, 104px);
}

.feature-preview-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 3vw, 28px);
}

.feature-preview-card {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: clamp(14px, 2vw, 18px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    rgba(17, 18, 31, 0.76);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.app-preview-frame {
  width: min(100%, 18rem);
  margin: 0 auto;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: rgba(8, 10, 20, 0.72);
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.36),
    0 0 44px rgba(42, 134, 216, 0.1);
}

.app-preview-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 788 / 1400;
  display: block;
  object-fit: contain;
  border-radius: 21px;
}

.feature-preview-copy {
  padding: 0 4px 4px;
  text-align: left;
}

.feature-preview-copy h3 {
  margin-bottom: 8px;
  font-size: clamp(1.08rem, 1.5vw, 1.24rem);
}

.feature-preview-copy p {
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.55;
}

.fiction {
  gap: clamp(40px, 5vw, 72px);
}

.fiction-chat {
  width: min(100%, 21.5rem);
}

.cta-final {
  padding-top: clamp(72px, 9vw, 112px);
  padding-bottom: clamp(84px, 10vw, 130px);
}

.site-footer {
  margin-top: 0;
}

@media (min-width: 760px) {
  .feature-preview-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .feature-preview-card {
    grid-template-rows: auto 1fr;
  }

  .app-preview-frame {
    width: min(100%, 16.25rem);
  }
}

@media (min-width: 980px) {
  .hero {
    padding-top: clamp(38px, 5vw, 66px);
  }

  .feature-preview-grid {
    gap: 24px;
  }

  .app-preview-frame {
    width: min(100%, 15.25rem);
  }
}

@media (max-width: 767px) {
  .hero {
    padding-bottom: clamp(54px, 14vw, 74px);
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(2.45rem, 11vw, 3.85rem);
  }

  .section {
    padding: clamp(46px, 12vw, 68px) 0;
  }

  .section-head {
    margin-bottom: 22px;
  }

  .feature-preview-grid {
    gap: 16px;
  }

  .feature-preview-card {
    padding: 14px;
    border-radius: 24px;
  }

  .app-preview-frame {
    width: min(100%, 19.25rem);
  }

  .feature-preview-copy {
    padding-inline: 2px;
  }

  .feature-preview-copy p {
    font-size: 0.9rem;
  }

  .fiction-chat {
    width: min(100%, 19.25rem);
  }

  .cta-final {
    padding-top: clamp(54px, 14vw, 76px);
    padding-bottom: clamp(58px, 15vw, 84px);
  }
}

/* =========================================================
   LEGAL PAGES (privacy/terms) — compatível com markup atual
   ========================================================= */
.page-frame {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.legal-shell {
  width: min(100%, 64rem);
  margin: 0 auto;
  padding: 2rem 1.25rem;
  flex: 1;
}

.legal-card {
  width: 100%;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(20, 18, 32, 0.7);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-card);
}

.legal-card .eyebrow {
  display: inline-block;
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pink-2);
}

.legal-card h1 {
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  margin: 0 0 1rem;
}

.back-link,
.inline-link {
  color: var(--ink-soft);
  text-decoration: none;
}

.back-link:hover,
.back-link:focus-visible,
.inline-link:hover,
.inline-link:focus-visible {
  color: var(--ink);
  text-decoration: underline;
}

.legal-intro {
  max-width: 42rem;
  margin: 0 0 2rem;
  color: var(--ink-soft);
  line-height: 1.7;
}

.legal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 760px) {
  .legal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.legal-item {
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.legal-item h2 {
  margin: 0 0 0.6rem;
  font-size: 1.05rem;
}

.legal-item p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
  font-size: 0.95rem;
}

.legal-item-wide {
  grid-column: 1 / -1;
}

/* ---------- A11y ---------- */
:focus-visible {
  outline: 2px solid var(--pink-2);
  outline-offset: 3px;
  border-radius: 6px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
