/**
 * Homepage-only sections (hero, stats, features, FAQ, CTA).
 * Shared chrome: marketing-skin.css (imported).
 */
@import url("marketing-skin.css");


/* Hero */
.index-page .hero {
  padding: clamp(2rem, 5vw, 3.5rem) 0 2.5rem;
}
.index-page .hero-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 960px) {
  .index-page .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
    min-height: min(62vh, 36rem);
  }
}
.index-page .eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: var(--ix-rose);
  margin-bottom: 1rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(244, 63, 94, 0.12);
  border: 1px solid rgba(251, 113, 133, 0.2);
}
.index-page .h1 {
  font-family: var(--ix-display);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: var(--ix-paper);
  margin: 0 0 1.1rem;
  font-size: clamp(2.5rem, 7.5vw, 4.5rem);
}
.index-page .h1 .ghost {
  background: linear-gradient(100deg, #9ca3af 0%, #fda4af 45%, #fecdd3 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: ix-headline-shimmer 8s ease-in-out infinite;
}
@keyframes ix-headline-shimmer {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .index-page .h1 .ghost {
    animation: none;
    background: linear-gradient(100deg, #a8a29e, #fda4af);
    background-size: 100% 100%;
  }
}
.index-page .lede {
  max-width: 28rem;
  font-size: 1.02rem;
  line-height: 1.65;
  margin: 0 0 1.75rem;
  color: #c4b8bc;
}
.index-page .lede strong {
  color: var(--ix-pink);
  font-weight: 600;
}
.index-page .auth-hint {
  margin: 0.75rem 0 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: #8b7f85;
  max-width: 26rem;
}
.index-page .auth-hint a {
  font-weight: 600;
  color: var(--ix-link);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.index-page .auth-hint a:hover {
  color: var(--ix-link-hover);
}

.index-page .signup {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  max-width: 22rem;
}
@media (min-width: 520px) {
  .index-page .signup {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.index-page .field-label {
  width: 100%;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #9a8b90;
}
.index-page .input-row {
  display: flex;
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(251, 113, 133, 0.22);
  background: rgba(20, 10, 14, 0.75);
  border-radius: var(--ix-btn-radius);
  overflow: hidden;
}
.index-page .input-row .prefix {
  padding: 0.6rem 0.5rem 0.6rem 0.7rem;
  font-family: ui-monospace, monospace;
  font-size: 0.76rem;
  color: var(--ix-pink);
  border-right: 1px solid var(--ix-line);
}
.index-page .input-row input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  color: var(--ix-paper);
  padding: 0.6rem 0.7rem;
  font-size: 0.88rem;
}
.index-page .signup--vanity .signup__vanity-row {
  display: flex;
  flex: 1 1 100%;
  min-width: 0;
  gap: 0.5rem;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 519px) {
  .index-page .signup--vanity .signup__vanity-row {
    flex-direction: column;
  }
}
.index-page .vanity-check-line[hidden] {
  display: none !important;
}
.index-page .vanity-check-line--ok {
  color: #86efac;
}
.index-page .vanity-check-line--no {
  color: #a8a29e;
}
.index-page .vanity-check-line--err {
  color: #fca5a5;
}
.index-page .vanity-check-line--wait {
  color: #9a8b90;
}

/* Hero showcase (replaces busy viz) */
.index-page .hero-showcase {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  min-height: 16rem;
  padding: 1.5rem;
}
@media (min-width: 960px) {
  .index-page .hero-showcase {
    min-height: 100%;
  }
}
.index-page .hero-showcase__glow {
  position: absolute;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(251, 113, 133, 0.35) 0%, transparent 70%);
  filter: blur(28px);
  animation: ix-pulse-glow 5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes ix-pulse-glow {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .index-page .hero-showcase__glow {
    animation: none;
  }
}
.index-page .hero-showcase__card {
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 1.5rem;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, rgba(30, 18, 24, 0.92), rgba(12, 6, 9, 0.95));
  border: 1px solid rgba(253, 164, 175, 0.35);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 24px 48px rgba(0, 0, 0, 0.45),
    0 0 40px rgba(225, 29, 72, 0.15);
  animation: ix-float-card 7s ease-in-out infinite;
}
@keyframes ix-float-card {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .index-page .hero-showcase__card {
    animation: none;
  }
}
.index-page .hero-showcase__mark {
  width: 3.75rem;
  height: 3.75rem;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 4px 12px rgba(225, 29, 72, 0.25));
}
.index-page .hero-showcase__pulse {
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  border: 1px solid rgba(251, 113, 133, 0.35);
  animation: ix-ring 3.5s ease-out infinite;
  pointer-events: none;
}
@keyframes ix-ring {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .index-page .hero-showcase__pulse {
    animation: none;
    opacity: 0.3;
  }
}
.index-page .hero-showcase__tag {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a8b90;
}

/* Stats */
.index-page .stat-strip {
  border-block: 1px solid var(--ix-line);
  padding: 1.1rem 0;
  background: linear-gradient(90deg, transparent, rgba(251, 113, 133, 0.04), transparent);
}
.index-page .stat-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  font-size: 0.72rem;
}
.index-page .stat-pair {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.index-page .stat-pair .n {
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  color: var(--ix-paper);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(180deg, #fff 0%, #fda4af 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index-page .stat-pair .l {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #7d7176;
}

/* Feature suite */
.index-page .feature-suite {
  padding: 2.75rem 0 2rem;
}
.index-page .feat-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.65rem 0.3rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(251, 113, 133, 0.25);
  background: rgba(244, 63, 94, 0.08);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ix-blush);
}
.index-page .feat-pill i {
  display: inline-grid;
  place-items: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--ix-rose), var(--ix-red));
}
.index-page .feat-h2 {
  font-family: var(--ix-display);
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.15;
  color: var(--ix-paper);
  margin: 1rem 0 0.5rem;
}
.index-page .feat-h2 .grad {
  background: linear-gradient(95deg, #fda4af, #fb7185, #f472b6, #fecdd3);
  background-size: 160% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: ix-grad-flow 9s ease-in-out infinite;
}
@keyframes ix-grad-flow {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .index-page .feat-h2 .grad {
    animation: none;
    background-size: 100% 100%;
  }
}
.index-page .feat-sub {
  max-width: 38rem;
  margin: 0 0 1.75rem;
  line-height: 1.65;
  font-size: 0.94rem;
  color: #a89ca0;
}

/* Features: Discord + animated showcase */
.index-page .feat-showcase {
  margin-top: 0.25rem;
}
.index-page .feat-showcase__grid {
  display: grid;
  gap: 1.25rem;
  align-items: stretch;
}
@media (min-width: 900px) {
  .index-page .feat-showcase__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 1.5rem;
  }
}
.index-page .feat-showcase__discord {
  padding: 1.35rem 1.2rem 1.5rem;
  border: 1px solid var(--ix-line);
  border-radius: 1.25rem;
  background: rgba(20, 10, 14, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.index-page .feat-showcase__discord h3 {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--ix-paper);
  margin: 0 0 0.35rem;
}
.index-page .feat-showcase__discord p.desc {
  font-size: 0.84rem;
  line-height: 1.55;
  margin: 0 0 1rem;
  color: #9a8b90;
}
.index-page .feat-showcase__visual {
  position: relative;
  padding: 1.25rem 1.1rem 1.35rem;
  border: 1px solid var(--ix-line);
  border-radius: 1.25rem;
  background: rgba(12, 6, 9, 0.55);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  min-height: 14rem;
  overflow: hidden;
}
.index-page .ix-feat-visual__glow {
  position: absolute;
  width: 18rem;
  height: 18rem;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(251, 113, 133, 0.2) 0%, transparent 68%);
  pointer-events: none;
  animation: ix-feat-glow-pulse 8s ease-in-out infinite;
}
@keyframes ix-feat-glow-pulse {
  0%,
  100% {
    opacity: 0.85;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-48%, -46%) scale(1.08);
  }
}
.index-page .ix-feat-stack {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.index-page .ix-feat-panel {
  position: relative;
  padding: 0.85rem 0.95rem 0.95rem;
  border-radius: 1rem;
  border: 1px solid rgba(253, 164, 175, 0.12);
  background: rgba(8, 4, 6, 0.72);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  animation: ix-feat-panel-float 7s ease-in-out infinite;
}
.index-page .ix-feat-panel:nth-child(2) {
  animation-delay: -2.2s;
}
.index-page .ix-feat-panel:nth-child(3) {
  animation-delay: -4.4s;
}
.index-page .ix-feat-panel:nth-child(4) {
  animation-delay: -1.1s;
}
@keyframes ix-feat-panel-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
.index-page .ix-feat-panel__tag {
  display: block;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ix-rose);
  margin-bottom: 0.65rem;
}
.index-page .ix-feat-panel__blurb {
  margin: 0.75rem 0 0;
  font-size: 0.72rem;
  line-height: 1.5;
  color: #9a8b90;
}
/* Profile decoration previews (real assets from /decorations) */
.index-page .ix-feat-deco-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  max-width: 11rem;
  margin: 0 auto;
}
.index-page .ix-feat-deco-cell {
  aspect-ratio: 1;
  border-radius: 0.45rem;
  border: 1px solid rgba(253, 164, 175, 0.18);
  background-color: rgba(12, 6, 9, 0.85);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35) inset, 0 4px 14px rgba(225, 29, 72, 0.12);
  animation: ix-feat-deco-pop 5s ease-in-out infinite;
}
.index-page .ix-feat-deco-cell:nth-child(2) {
  animation-delay: -0.8s;
}
.index-page .ix-feat-deco-cell:nth-child(3) {
  animation-delay: -1.6s;
}
.index-page .ix-feat-deco-cell:nth-child(4) {
  animation-delay: -2.4s;
}
.index-page .ix-feat-deco-cell:nth-child(5) {
  animation-delay: -3.2s;
}
.index-page .ix-feat-deco-cell:nth-child(6) {
  animation-delay: -4s;
}
.index-page .ix-feat-deco-cell--ph {
  background: linear-gradient(145deg, rgba(251, 113, 133, 0.12), rgba(12, 6, 9, 0.9));
  animation: none;
}
@keyframes ix-feat-deco-pop {
  0%,
  100% {
    transform: translateY(0) scale(1);
    filter: brightness(1);
  }
  50% {
    transform: translateY(-2px) scale(1.03);
    filter: brightness(1.08);
  }
}
/* Badges row */
.index-page .ix-feat-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}
.index-page .ix-feat-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ix-paper);
  background: rgba(244, 63, 94, 0.12);
  border: 1px solid rgba(253, 164, 175, 0.22);
  overflow: hidden;
  animation: ix-feat-badge-tilt 4.5s ease-in-out infinite;
}
.index-page .ix-feat-badge:nth-child(2) {
  animation-delay: -1.1s;
}
.index-page .ix-feat-badge:nth-child(3) {
  animation-delay: -2.2s;
}
.index-page .ix-feat-badge:nth-child(4) {
  animation-delay: -3.3s;
}
.index-page .ix-feat-badge--pulse {
  animation: ix-feat-badge-tilt 4.5s ease-in-out infinite, ix-feat-badge-pulse 2.2s ease-in-out infinite;
}
@keyframes ix-feat-badge-tilt {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}
@keyframes ix-feat-badge-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(251, 113, 133, 0);
  }
  50% {
    box-shadow: 0 0 14px rgba(251, 113, 133, 0.35);
  }
}
.index-page .ix-feat-badge__glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  transform: translateX(-100%);
  animation: ix-feat-badge-shine 3.2s ease-in-out infinite;
}
@keyframes ix-feat-badge-shine {
  0% {
    transform: translateX(-100%);
  }
  40%,
  100% {
    transform: translateX(100%);
  }
}
/* Marketing home: daily spin preview (matches dashboard wheel structure) */
.index-page .ix-mkw {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
}
.index-page .ix-mkw__stage {
  position: relative;
  width: min(100%, 9.5rem);
  aspect-ratio: 1;
  margin: 0 auto;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.4));
}
.index-page .ix-mkw__pointer {
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 11px solid #fdf2f4;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45));
  z-index: 4;
}
.index-page .ix-mkw__rotor {
  position: absolute;
  inset: 0.2rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(253, 164, 175, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.2);
  background: #0a0508;
}
.index-page .ix-mkw__rotor--idle {
  animation: ix-mkw-idle 18s linear infinite;
}
@keyframes ix-mkw-idle {
  to {
    transform: rotate(360deg);
  }
}
.index-page .ix-mkw__svg {
  display: block;
  width: 100%;
  height: 100%;
}
.index-page .ix-mkw__label {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  fill: rgba(255, 255, 255, 0.92);
  stroke: rgba(0, 0, 0, 0.45);
  stroke-width: 0.45;
  paint-order: stroke fill;
}
.index-page .ix-mkw__hub {
  position: absolute;
  inset: 50%;
  width: 1.85rem;
  height: 1.85rem;
  margin: -0.925rem 0 0 -0.925rem;
  border-radius: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #2a121c, #0a0508);
  border: 2px solid rgba(253, 164, 175, 0.2);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  pointer-events: none;
}
.index-page .ix-mkw__hub-star {
  font-size: 0.65rem;
  line-height: 1;
  color: #fb7185;
  text-shadow: 0 0 10px rgba(251, 113, 133, 0.5);
}
.index-page .ix-mkw__prize-strip {
  margin-top: 0.1rem;
}
.index-page .ix-mkw__prize-strip-label {
  display: block;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(253, 164, 175, 0.75);
  margin-bottom: 0.35rem;
}
.index-page .ix-mkw__prize-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: flex-start;
}
.index-page .ix-mkw__prize-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.4rem 0.2rem 0.2rem;
  border-radius: 999px;
  border: 1px solid rgba(253, 164, 175, 0.15);
  background: rgba(8, 4, 6, 0.75);
  max-width: 100%;
}
.index-page .ix-mkw__prize-chip--muted {
  border-style: dashed;
  opacity: 0.75;
  padding-left: 0.45rem;
}
.index-page .ix-mkw__prize-chip-img {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 0.3rem;
  flex-shrink: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.25);
}
.index-page .ix-mkw__prize-chip-t {
  font-size: 0.58rem;
  font-weight: 600;
  color: #d4c4c8;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 6.5rem;
}
/* Fallback wheel when no segments on disk */
.index-page .ix-feat-wheel {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto;
}
.index-page .ix-feat-wheel__arc {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fb7185;
  border-right-color: rgba(253, 164, 175, 0.35);
  animation: ix-feat-spin 4s linear infinite;
}
.index-page .ix-feat-wheel__hub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.15rem;
  height: 1.15rem;
  margin: -0.575rem 0 0 -0.575rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #fda4af, #e11d48);
  box-shadow: 0 2px 12px rgba(225, 29, 72, 0.45);
}
@keyframes ix-feat-spin {
  to {
    transform: rotate(-360deg);
  }
}
/* Tendrils / links strip */
.index-page .ix-feat-tendrils {
  display: flex;
  gap: 0.4rem;
  align-items: flex-end;
  min-height: 2.5rem;
  padding: 0.25rem 0;
}
.index-page .ix-feat-tendrils span {
  flex: 1;
  height: 0.35rem;
  border-radius: 999px;
  background: rgba(253, 164, 175, 0.15);
  animation: ix-feat-bar 2.8s ease-in-out infinite;
}
.index-page .ix-feat-tendrils span:nth-child(1) {
  height: 0.55rem;
  animation-delay: 0s;
}
.index-page .ix-feat-tendrils span:nth-child(2) {
  height: 0.85rem;
  background: linear-gradient(90deg, rgba(251, 113, 133, 0.35), rgba(225, 29, 72, 0.45));
  animation-delay: 0.2s;
}
.index-page .ix-feat-tendrils span:nth-child(3) {
  height: 0.5rem;
  animation-delay: 0.4s;
}
.index-page .ix-feat-tendrils span:nth-child(4) {
  height: 0.7rem;
  animation-delay: 0.6s;
}
@keyframes ix-feat-bar {
  0%,
  100% {
    opacity: 0.55;
    transform: scaleY(0.92);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .index-page .ix-feat-visual__glow,
  .index-page .ix-feat-panel,
  .index-page .ix-feat-deco-cell,
  .index-page .ix-mkw__rotor--idle,
  .index-page .ix-feat-badge,
  .index-page .ix-feat-badge__glow,
  .index-page .ix-feat-wheel__arc,
  .index-page .ix-feat-tendrils span {
    animation: none !important;
  }
  .index-page .ix-feat-panel {
    transform: none;
  }
}

.index-page .wm {
  border-radius: 1rem;
  border: 1px solid rgba(253, 164, 175, 0.12);
  background: rgba(8, 4, 6, 0.65);
  padding: 0.65rem 0.7rem;
  font-size: 0.7rem;
}

/* Branded Discord invite (partial: lurkm-discord-invite-card.php) */
.index-page .lurkm-invite {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.index-page .lurkm-invite__top {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.index-page .lurkm-invite__ico-wrap {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.45rem;
  border: 1px solid rgba(253, 164, 175, 0.15);
  flex-shrink: 0;
  overflow: hidden;
  background: rgba(12, 6, 9, 0.9);
}
.index-page .lurkm-invite__ico {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.index-page .lurkm-invite__body {
  min-width: 0;
  flex: 1;
}
.index-page .lurkm-invite__title {
  margin: 0;
  font-weight: 700;
  font-size: 0.78rem;
  color: var(--ix-paper);
  letter-spacing: -0.02em;
}
.index-page .lurkm-invite__title-accent {
  color: var(--magenta);
}
.index-page .lurkm-invite__title-dot {
  color: var(--ix-paper);
}
.index-page .lurkm-invite__tag {
  margin: 0.08rem 0 0;
  font-size: 0.62rem;
  color: #9a8b90;
  line-height: 1.35;
}
.index-page .lurkm-invite__stats {
  margin: 0.28rem 0 0;
  font-size: 0.62rem;
  color: #9a8b90;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem;
}
.index-page .lurkm-invite__dot {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #22c55e;
  display: inline-block;
}
.index-page .lurkm-invite__stat-n {
  color: var(--ix-paper);
  font-weight: 600;
}
.index-page .lurkm-invite__sep {
  opacity: 0.5;
}
.index-page .lurkm-invite .pp-dw-join {
  flex-shrink: 0;
  align-self: center;
  padding: 0.1rem 0.42rem;
  border-radius: 0.3125rem;
  font-size: 0.62rem;
  font-weight: 600;
  color: var(--ix-paper);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s, transform 0.12s;
}
.index-page .lurkm-invite .pp-dw-join:hover {
  background: rgba(255, 255, 255, 0.14);
}
.index-page .lurkm-invite .pp-dw-join:active {
  transform: translateY(1px);
}

/* Integrations strip (partial: marketing-integrations.php) */
.index-page .ix-integ {
  padding: 2.5rem 0 1.5rem;
  border-top: 1px solid var(--ix-line);
}
.index-page .ix-integ__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .index-page .ix-integ__inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3rem;
  }
}
.index-page .ix-integ--home .ix-integ__inner {
  background: rgba(20, 10, 14, 0.4);
  border: 1px solid rgba(251, 113, 133, 0.12);
  border-radius: 1.5rem;
  padding: 1.75rem 1.5rem;
  gap: 1.75rem;
}
@media (min-width: 1024px) {
  .index-page .ix-integ--home .ix-integ__inner {
    padding: 2rem 2.25rem;
    gap: 2.5rem;
  }
}
.index-page .ix-integ__copy {
  text-align: center;
  max-width: 28rem;
}
@media (min-width: 1024px) {
  .index-page .ix-integ__copy {
    text-align: left;
  }
}
.index-page .ix-integ__label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9a8b90;
  margin-bottom: 0.65rem;
}
.index-page .ix-integ__label-ico {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(253, 164, 175, 0.15);
  background: linear-gradient(165deg, rgba(40, 24, 32, 0.9), rgba(12, 6, 9, 0.95));
  color: var(--ix-pink);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.06), 0 2px 8px rgba(0, 0, 0, 0.35);
}
.index-page .ix-integ__h {
  margin: 0;
  font-family: var(--ix-display);
  font-size: clamp(1.45rem, 3.5vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ix-paper);
  line-height: 1.15;
}
.index-page .ix-integ__grad-a {
  background: linear-gradient(180deg, #fecdd3 0%, #fff 45%, #fda4af 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index-page .ix-integ__grad-b {
  background: linear-gradient(90deg, #f9a8d4 0%, #fff 52%, #c4b5fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index-page .ix-integ__lead {
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--ix-mute);
}
.index-page .ix-integ__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 3.15rem));
  gap: 0.65rem;
  justify-content: center;
}
@media (min-width: 480px) {
  .index-page .ix-integ__grid {
    gap: 0.85rem;
    grid-template-columns: repeat(5, minmax(0, 3.35rem));
  }
}
.index-page .ix-integ__tile {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 1.05rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(253, 164, 175, 0.1);
  background: linear-gradient(165deg, rgba(36, 22, 28, 0.95), rgba(12, 6, 9, 0.98));
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.06), 0 2px 6px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s;
}
.index-page .ix-integ__cell:hover .ix-integ__tile {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 8px 28px rgba(225, 29, 72, 0.15);
}
.index-page .ix-integ__svg {
  width: 1.45rem;
  height: 1.45rem;
}
.index-page .ix-integ__svg--spotify {
  color: #4ade80;
}
.index-page .ix-integ__svg--discord {
  color: #a5b4fc;
}
.index-page .ix-integ__svg--roblox {
  color: #e5e5e5;
}
.index-page .ix-integ__svg--soundcloud {
  color: #fb923c;
}
.index-page .ix-integ__svg--steam {
  color: #60a5fa;
}
.index-page .ix-integ__svg--twitch {
  color: #c4b5fd;
}
.index-page .ix-integ__svg--youtube {
  color: #f87171;
}
.index-page .ix-integ__svg--github {
  color: #e5e5e5;
}
.index-page .ix-integ__svg--valorant {
  color: #f87171;
}
.index-page .ix-integ__svg--lastfm {
  color: #ef4444;
}

/* FAQ */
.index-page .sec-title {
  padding: 2rem 0 0.35rem;
}
.index-page .sec-title h2 {
  font-family: var(--ix-display);
  color: var(--ix-paper);
  font-size: 1.35rem;
  margin: 0;
}
.index-page .faq {
  padding: 0.5rem 0 3rem;
}
.index-page .faq-grid {
  display: grid;
  gap: 0.65rem;
}
@media (min-width: 800px) {
  .index-page .faq-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.index-page .faq-block {
  border: 1px solid rgba(251, 113, 133, 0.14);
  background: rgba(20, 10, 14, 0.55);
  border-radius: 1rem;
  overflow: hidden;
  transition: border-color 0.2s;
}
.index-page .faq-block:hover {
  border-color: rgba(251, 113, 133, 0.28);
}
.index-page .faq-block button {
  width: 100%;
  text-align: left;
  padding: 1rem 1rem 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--ix-paper);
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
.index-page .faq-block button .q {
  font-size: 0.88rem;
  font-weight: 600;
}
.index-page .chev {
  color: var(--ix-rose);
  transition: transform 0.25s;
}
.index-page .faq-block.open .chev {
  transform: rotate(45deg);
}
.index-page .faq-ans {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s;
}
.index-page .faq-block.open .faq-ans {
  grid-template-rows: 1fr;
}
.index-page .faq-ans > div {
  overflow: hidden;
}
.index-page .faq-ans p {
  margin: 0;
  padding: 0 1rem 1rem;
  font-size: 0.86rem;
  line-height: 1.6;
  color: #a89ca0;
}

/* CTA */
.index-page .cta {
  margin: 1rem 0 0;
  padding: 3rem 1.25rem;
  background: linear-gradient(165deg, rgba(80, 20, 40, 0.35) 0%, rgba(12, 6, 9, 0.95) 45%, rgba(30, 12, 22, 0.5) 100%);
  border-top: 1px solid rgba(251, 113, 133, 0.2);
  border-radius: 2rem 2rem 0 0;
}
@media (min-width: 800px) {
  .index-page .cta {
    padding: 3.5rem 2rem;
  }
}
.index-page .cta .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.index-page .cta h2 {
  font-family: var(--ix-display);
  color: var(--ix-paper);
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  margin: 0 0 0.5rem;
  max-width: 22ch;
}
.index-page .cta .signup {
  max-width: 26rem;
  margin-top: 1rem;
}
.index-page .cta .auth-hint {
  margin: 1rem auto 0;
  text-align: center;
  max-width: 26rem;
}

