/**
 * Homepage-only sections (hero, stats, features, FAQ, CTA).
 * marketing-skin.css must be linked separately in PHP with ?v=filemtime() cache bust (do not @import — stale cache).
 */

/* Hero */
.index-page .hero {
  padding: clamp(2rem, 5vw, 3.5rem) 0 2.5rem;
}
/* Dedicated /features page — tighter hero under the same pill nav */
.marketing-skin.features-page .feat-page-hero {
  padding: clamp(1.35rem, 4vw, 2.25rem) 0 0.5rem;
}
.marketing-skin.features-page .feat-page-hero .h1 {
  margin-bottom: 0.65rem;
}
.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(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.index-page--loom .eyebrow {
  text-transform: lowercase;
  letter-spacing: 0.14em;
  font-weight: 600;
}
.index-page--loom .h1 {
  text-transform: lowercase;
}
.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%, #d4d4d4 45%, #f5f5f5 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, #d4d4d4);
    background-size: 100% 100%;
  }
}
.index-page .lede {
  max-width: 28rem;
  font-size: 1.02rem;
  line-height: 1.65;
  margin: 0 0 clamp(2.35rem, 5.5vw, 3.25rem);
  color: #a3a3a3;
}
.index-page .signup--vanity {
  margin-top: clamp(0.35rem, 1.2vw, 0.85rem);
}
.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: #737373;
  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(255, 255, 255, 0.22);
  background: rgba(12, 12, 12, 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: #cfcfcf;
}
.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(255, 255, 255, 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(18, 18, 18, 0.92), rgba(8, 8, 8, 0.95));
  border: 1px solid rgba(255, 255, 255, 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(92, 92, 92, 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(92, 92, 92, 0.25));
}
.index-page .hero-showcase__pulse {
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 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(255, 255, 255, 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%, #d4d4d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index-page .stat-pair .l {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #7d7176;
}

/* Featured accounts (under stats) — same marquee structure as profile comments */
.index-page .ix-home-featured {
  padding: 0.65rem 0 1.15rem;
  border-bottom: 1px solid var(--ix-line);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.03), transparent);
}
.index-page .ix-home-featured__h {
  margin: 0 0 0.55rem;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #7d7176;
}
.index-page .ix-home-featured .pp-comments-marquee {
  --pp-marquee-sec: 40s;
  width: 100%;
  max-width: none;
  margin: 0;
}
.index-page .ix-home-featured .pp-comments-marquee__mask {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 2%, black 98%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 2%, black 98%, transparent 100%);
}
.index-page .ix-home-featured .pp-comments-marquee__track {
  display: inline-flex;
  width: max-content;
  max-width: none;
  animation: pp-comments-marquee-scroll var(--pp-marquee-sec, 40s) linear infinite;
  will-change: transform;
}
.index-page .ix-home-featured .pp-comments-marquee__track:hover {
  animation-play-state: paused;
}
.index-page .ix-home-featured__marquee--single .pp-comments-marquee__track {
  animation: none !important;
  transform: none;
}
.index-page .ix-home-featured__marquee--single .pp-comments-marquee__mask {
  -webkit-mask-image: none;
  mask-image: none;
}
@keyframes pp-comments-marquee-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.index-page .ix-home-featured .pp-comments-marquee__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 1.25rem;
  padding: 0.1rem 0 0;
  margin: 0;
  list-style: none;
  flex-shrink: 0;
}
.index-page .ix-home-featured .pp-comments-marquee__item {
  flex: 0 0 auto;
}
.index-page .ix-home-featured .pp-comments-marquee__card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.5rem;
  min-width: 8.75rem;
  max-width: 14rem;
  padding: 0;
  border-radius: 0;
  text-decoration: none;
  color: inherit;
  border: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-sizing: border-box;
  transition: opacity 0.15s ease;
}
.index-page .ix-home-featured .pp-comments-marquee__card:hover {
  opacity: 0.92;
}
.index-page .ix-home-featured .pp-comments-marquee__avatar {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  object-fit: cover;
  flex-shrink: 0;
}
.index-page .ix-home-featured .pp-comments-marquee__avatar--initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 700;
  background: color-mix(in srgb, var(--ix-red) 38%, rgba(0, 0, 0, 0.55));
  color: #fff;
}
.index-page .ix-home-featured .pp-comments-marquee__col {
  display: flex;
  flex-direction: column;
  gap: 0.02rem;
  min-width: 0;
}
.index-page .ix-home-featured .pp-comments-marquee__name-row {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  min-width: 0;
}
.index-page .ix-home-featured .pp-comments-marquee__verified {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  filter: drop-shadow(0 0 0.2rem rgba(92, 92, 92, 0.35));
}
.index-page .ix-home-featured .pp-comments-marquee__name {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ix-paper);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-page .ix-home-featured .pp-comments-marquee__vanity {
  font-size: 0.62rem;
  line-height: 1.3;
  color: color-mix(in srgb, var(--ix-mute) 78%, transparent);
}
.index-page .ix-home-featured .pp-comments-marquee__msg {
  font-size: 0.68rem;
  line-height: 1.35;
  color: color-mix(in srgb, var(--ix-paper) 72%, var(--ix-mute));
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .index-page .ix-home-featured .pp-comments-marquee__mask {
    -webkit-mask-image: none;
    mask-image: none;
  }
  .index-page .ix-home-featured .pp-comments-marquee__track {
    animation: none !important;
    transform: none;
    margin-inline: auto;
  }
  .index-page .ix-home-featured .pp-comments-marquee__row {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.35rem;
    max-width: 100%;
    margin-inline: auto;
  }
}

/* Site reviews — stacked heading above marquee; same scroll + strip styling as featured */
.index-page--v2 .ix-v2-metrics .ix-home-reviews--in-metrics {
  margin-top: 2.5rem;
  padding-top: 1.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.index-page .ix-home-reviews__intro {
  margin: 0 0 1rem;
  min-width: 0;
}
.index-page .ix-home-reviews__h {
  margin: 0 0 0.35rem;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #7d7176;
}
.index-page .ix-home-reviews__sub {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: color-mix(in srgb, var(--ix-mute) 82%, transparent);
  max-width: 38rem;
}
.index-page .ix-home-reviews .pp-comments-marquee {
  --pp-marquee-sec: 40s;
  width: 100%;
  max-width: none;
  margin: 0;
}
.index-page .ix-home-reviews .pp-comments-marquee__mask {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 2%, black 98%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 2%, black 98%, transparent 100%);
}
.index-page .ix-home-reviews .pp-comments-marquee__track {
  display: inline-flex;
  width: max-content;
  max-width: none;
  animation: pp-comments-marquee-scroll var(--pp-marquee-sec, 40s) linear infinite;
  will-change: transform;
}
.index-page .ix-home-reviews .pp-comments-marquee__track:hover {
  animation-play-state: paused;
}
.index-page .ix-home-reviews__marquee--single .pp-comments-marquee__track {
  animation: none !important;
  transform: none;
}
.index-page .ix-home-reviews__marquee--single .pp-comments-marquee__mask {
  -webkit-mask-image: none;
  mask-image: none;
}
.index-page .ix-home-reviews__marquee--single .pp-comments-marquee__row {
  justify-content: center;
  flex-wrap: wrap;
}
.index-page .ix-home-reviews .pp-comments-marquee__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 1.25rem;
  padding: 0.1rem 0 0;
  margin: 0;
  list-style: none;
  flex-shrink: 0;
}
.index-page .ix-home-reviews .pp-comments-marquee__item {
  flex: 0 0 auto;
}
.index-page .ix-home-reviews .pp-comments-marquee__card.ix-review-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.5rem;
  min-width: 8.75rem;
  max-width: 14rem;
  padding: 0;
  border-radius: 0;
  text-decoration: none;
  color: inherit;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  transition: opacity 0.15s ease;
}
.index-page .ix-home-reviews .pp-comments-marquee__card.ix-review-card:hover {
  opacity: 0.92;
}
.index-page .ix-home-reviews .pp-comments-marquee__avatar {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  object-fit: cover;
  flex-shrink: 0;
}
.index-page .ix-home-reviews .pp-comments-marquee__avatar--initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 700;
  background: color-mix(in srgb, var(--ix-red) 38%, rgba(0, 0, 0, 0.55));
  color: #fff;
}
.index-page .ix-home-reviews .pp-comments-marquee__col {
  display: flex;
  flex-direction: column;
  gap: 0.02rem;
  min-width: 0;
}
.index-page .ix-home-reviews .pp-comments-marquee__name-row {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  min-width: 0;
}
.index-page .ix-home-reviews .pp-comments-marquee__verified {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  filter: drop-shadow(0 0 0.2rem rgba(92, 92, 92, 0.35));
}
.index-page .ix-home-reviews .pp-comments-marquee__name {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ix-paper);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-page .ix-home-reviews .pp-comments-marquee__vanity {
  font-size: 0.62rem;
  line-height: 1.3;
  color: color-mix(in srgb, var(--ix-mute) 78%, transparent);
}
.index-page .ix-home-reviews .pp-comments-marquee__msg.ix-review-card__quote {
  font-size: 0.68rem;
  line-height: 1.35;
  color: color-mix(in srgb, var(--ix-paper) 72%, var(--ix-mute));
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index-page .ix-home-reviews .ix-review-card__lid {
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--ix-accent, #14b8a6) 55%, var(--ix-mute));
}
@media (prefers-reduced-motion: reduce) {
  .index-page .ix-home-reviews .pp-comments-marquee__mask {
    -webkit-mask-image: none;
    mask-image: none;
  }
  .index-page .ix-home-reviews .pp-comments-marquee__track {
    animation: none !important;
    transform: none;
    margin-inline: auto;
  }
  .index-page .ix-home-reviews .pp-comments-marquee__row {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 0.35rem;
    max-width: 100%;
    margin-inline: auto;
  }
}

.index-page--v2 .ix-v2-metrics .ix-home-reviews__marquee {
  opacity: 0.92;
}

/* 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(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 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, #d4d4d4, #c8c8c8, #c4c4c4, #f5f5f5);
  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: #a3a3a3;
}

/* Features: Discord + animated showcase */
.index-page .feat-showcase {
  margin-top: 0.25rem;
}
.index-page .feat-showcase__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}
.index-page .feat-showcase__discord-copy {
  padding: 0.65rem 0.35rem 0;
}
.index-page .feat-showcase__discord-copy h3 {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--ix-paper);
  margin: 0 0 0.35rem;
}
.index-page .feat-showcase__discord-copy p.desc {
  font-size: 0.84rem;
  line-height: 1.55;
  margin: 0 0 1rem;
  color: #9a8b90;
}
.index-page .feat-showcase__discord-float {
  position: relative;
  margin-top: 0.4rem;
  transform-origin: center;
  animation: ix-discord-sway 6.5s ease-in-out infinite;
}
@keyframes ix-discord-sway {
  0%,
  100% { transform: translateX(-10px); }
  50% { transform: translateX(10px); }
}
@media (prefers-reduced-motion: reduce) {
  .index-page .feat-showcase__discord-float { animation: none; transform: none; }
}

.index-page .feat-showcase__discord-float .lurkm-invite {
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(8, 4, 6, 0.66);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.03) inset, 0 20px 60px rgba(0,0,0,0.45);
  padding: 0.9rem 0.9rem;
  font-size: 0.74rem;
}

.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(8, 8, 8, 0.55);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
}
.index-page .feat-showcase__visual--under-discord {
  margin-top: 1.2rem;
  min-height: 0;
  width: 100%;
  box-sizing: border-box;
}
.index-page .ix-feat-visual__glow {
  position: absolute;
  z-index: 0;
  width: 18rem;
  height: 18rem;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 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: grid;
  width: 100%;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}
@media (min-width: 640px) {
  .index-page .ix-feat-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .index-page .ix-feat-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem 1.1rem;
  }
}
.index-page .ix-feat-panel {
  position: relative;
  z-index: 0;
  min-width: 0;
  max-width: 100%;
  padding: 0.85rem 0.95rem 0.95rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 4, 6, 0.92);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
}
.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;
  margin-top: auto;
  padding-top: 0.75rem;
  font-size: 0.72rem;
  line-height: 1.5;
  color: #9a8b90;
  overflow-wrap: anywhere;
}
/* Profile decoration panel — sample avatar + try-on grid */
.index-page .ix-feat-deco-demo {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
}
.index-page .ix-feat-deco-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.1rem;
}
.index-page .ix-feat-deco-preview__stack {
  position: relative;
  width: 5.25rem;
  height: 5.25rem;
  flex-shrink: 0;
  display: grid;
  place-content: center;
  overflow: visible;
  isolation: isolate;
}
.index-page .ix-feat-deco-preview__face,
.index-page .ix-feat-deco-preview__deco {
  grid-area: 1 / 1;
}
.index-page .ix-feat-deco-preview__face {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.45);
}
.index-page .ix-feat-deco-preview__stack--circle .ix-feat-deco-preview__face {
  border-radius: 50%;
}
.index-page .ix-feat-deco-preview__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.index-page .ix-feat-deco-preview__deco {
  position: absolute;
  inset: -10%;
  z-index: 5;
  display: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.index-page .ix-feat-deco-preview__hint {
  margin: 0;
  font-size: 0.65rem;
  line-height: 1.35;
  color: #9a8b90;
  text-align: center;
  max-width: 14rem;
}
.index-page .ix-feat-deco-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  flex: 1 1 auto;
  min-height: 0;
  align-content: center;
}
.index-page .ix-feat-deco-cell {
  appearance: none;
  margin: 0;
  padding: 0.15rem;
  font: inherit;
  color: inherit;
  cursor: pointer;
  aspect-ratio: 1;
  min-width: 0;
  border-radius: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: rgba(8, 8, 8, 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(92, 92, 92, 0.12);
  animation: ix-feat-deco-pop 5s ease-in-out infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.index-page .ix-feat-deco-cell:hover {
  border-color: rgba(96, 92, 254, 0.35);
}
.index-page button.ix-feat-deco-cell:focus-visible {
  outline: 2px solid rgba(96, 92, 254, 0.85);
  outline-offset: 2px;
}
.index-page button.ix-feat-deco-cell.is-selected {
  border-color: rgba(96, 92, 254, 0.85);
  box-shadow:
    0 0 0 1px rgba(96, 92, 254, 0.35),
    0 4px 14px rgba(92, 92, 92, 0.12);
}
.index-page .ix-feat-deco-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
}
.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(255, 255, 255, 0.12), rgba(8, 8, 8, 0.9));
  animation: none;
}
@keyframes ix-feat-deco-pop {
  0%,
  100% {
    transform: translateY(0) scale(1);
    filter: brightness(1);
  }
  50% {
    transform: translateY(-1px) scale(1.02);
    filter: brightness(1.06);
  }
}
/* Badges & flair — glass spotlight + catalog grid (same SVGs as dashboard Badges catalog) */
.index-page .ix-feat-badges {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  min-width: 0;
  flex: 1 1 auto;
  min-height: 0;
}
.index-page .ix-feat-bcat-spotlight {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.15rem;
  row-gap: 0.65rem;
  min-height: 2.5rem;
  padding: 0.48rem 1rem;
  margin-bottom: 0.55rem;
  border-radius: 999px;
  background: rgba(14, 12, 18, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 4px 22px rgba(0, 0, 0, 0.4);
  position: relative;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.index-page .ix-feat-bcat-spotlight__empty {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(161, 161, 170, 0.95);
  text-align: center;
  padding: 0.15rem 0.25rem;
}
.index-page .ix-feat-bcat-spotlight__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  filter: drop-shadow(0 0 8px currentColor);
}
.index-page .ix-feat-bcat-spotlight__ico .dash-bcat-svg {
  display: block;
  width: 1.375rem;
  height: 1.375rem;
}
.index-page .ix-feat-bcat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.38rem 0.45rem;
  flex: 1;
  min-height: 0;
  align-content: start;
  overflow: visible;
  padding: 0.1rem 0.05rem 0;
}
.index-page .ix-feat-bcat-chip {
  --ix-b: #e2e8f0;
  display: flex;
  align-items: center;
  gap: 0.38rem;
  min-width: 0;
  width: 100%;
  padding: 0.3rem 0.42rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(6, 6, 10, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-align: left;
  transition:
    border-color 0.15s ease,
    background 0.15s ease,
    box-shadow 0.15s ease;
}
.index-page .ix-feat-bcat-chip:hover {
  border-color: rgba(255, 255, 255, 0.16);
}
.index-page .ix-feat-bcat-chip:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--ix-b) 70%, #fff);
  outline-offset: 2px;
}
.index-page .ix-feat-bcat-chip[aria-pressed="true"] {
  border-color: color-mix(in srgb, var(--ix-b) 48%, rgba(255, 255, 255, 0.18));
  background: color-mix(in srgb, var(--ix-b) 16%, rgba(6, 6, 10, 0.82));
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--ix-b) 22%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.index-page .ix-feat-bcat-chip__ico {
  flex-shrink: 0;
  display: flex;
  line-height: 0;
  color: var(--ix-b);
  filter: drop-shadow(0 0 6px currentColor);
}
.index-page .ix-feat-bcat-chip__ico .dash-bcat-svg {
  display: block;
  width: 1rem;
  height: 1rem;
}
.index-page .ix-feat-bcat-chip__txt {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(250, 250, 250, 0.92);
  line-height: 1.2;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Marketing home: daily spin preview (matches dashboard wheel structure) */
.index-page .ix-mkw {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  min-width: 0;
  flex: 0 1 auto;
}
.index-page .ix-mkw__stage {
  position: relative;
  width: min(100%, 9.5rem);
  max-width: 100%;
  aspect-ratio: 1;
  margin: 0 auto;
  flex-shrink: 0;
  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 #fafafa;
  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(255, 255, 255, 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(255, 255, 255, 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: #c8c8c8;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.index-page .ix-mkw__demo-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.15rem;
  width: 100%;
}
.index-page .ix-mkw__demo-btn {
  appearance: none;
  margin: 0;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  color: rgba(250, 250, 250, 0.95);
  background: linear-gradient(165deg, rgba(15, 118, 110, 0.45), rgba(4, 47, 46, 0.95));
  border: 1px solid rgba(94, 234, 212, 0.35);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    transform 0.15s ease,
    filter 0.15s ease,
    opacity 0.15s ease;
}
.index-page .ix-mkw__demo-btn:hover:not(:disabled) {
  filter: brightness(1.08);
}
.index-page .ix-mkw__demo-btn:active:not(:disabled) {
  transform: translateY(1px);
}
.index-page .ix-mkw__demo-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.index-page .ix-mkw__demo-hint {
  margin: 0;
  font-size: 0.58rem;
  line-height: 1.35;
  color: rgba(161, 161, 170, 0.95);
  text-align: center;
  max-width: 14rem;
}
.index-page .ix-mkw__demo-hint--solo {
  margin-top: 0.35rem;
}
.index-page .ix-mkw__demo-result {
  width: 100%;
  margin-top: 0.35rem;
}
.index-page .ix-mkw__demo-result-card {
  padding: 0.55rem 0.65rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(94, 234, 212, 0.22);
  background: rgba(6, 12, 14, 0.85);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.index-page .ix-mkw__demo-result-kicker {
  display: block;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(94, 234, 212, 0.85);
  margin-bottom: 0.35rem;
}
.index-page .ix-mkw__demo-result-visual {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}
.index-page .ix-mkw__demo-result-img {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.4rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
}
.index-page .ix-mkw__demo-result-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.index-page .ix-mkw__demo-result-text {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(250, 250, 250, 0.94);
  flex: 1 1 auto;
  min-width: 0;
}
.index-page .ix-mkw__demo-result-disclaimer {
  margin: 0.45rem 0 0;
  font-size: 0.56rem;
  line-height: 1.4;
  color: rgba(154, 142, 147, 0.95);
}
.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(255, 255, 255, 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;
  min-width: 0;
}
.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(255, 255, 255, 0.15);
  background: rgba(8, 4, 6, 0.75);
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.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-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.index-page .ix-mkw__prize-chip-img--dot {
  background-image: none;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(15, 118, 110, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.index-page .ix-mkw__prize-icon {
  clip-path: inset(0 round 2.2px);
}
.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;
  min-width: 0;
  flex: 1 1 auto;
  max-width: 100%;
}
/* 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: #c8c8c8;
  border-right-color: rgba(255, 255, 255, 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, #dcdcdc, #8a8a8a);
  box-shadow: 0 2px 12px rgba(92, 92, 92, 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(255, 255, 255, 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(255, 255, 255, 0.35), rgba(92, 92, 92, 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-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(255, 255, 255, 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(255, 255, 255, 0.15);
  flex-shrink: 0;
  overflow: hidden;
  background: rgba(8, 8, 8, 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(255, 255, 255, 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(255, 255, 255, 0.15);
  background: linear-gradient(165deg, rgba(22, 22, 22, 0.9), rgba(8, 8, 8, 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, #f5f5f5 0%, #fff 45%, #d4d4d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index-page .ix-integ__grad-b {
  background: linear-gradient(90deg, #c4c4c4 0%, #fafafa 52%, #9ca3af 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(255, 255, 255, 0.1);
  background: linear-gradient(165deg, rgba(20, 20, 20, 0.95), rgba(8, 8, 8, 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(92, 92, 92, 0.15);
}
.index-page .ix-integ__svg {
  width: 1.45rem;
  height: 1.45rem;
}
.index-page .ix-integ__svg--spotify {
  color: #b8b8b8;
}
.index-page .ix-integ__svg--discord {
  color: #9ca3af;
}
.index-page .ix-integ__svg--roblox {
  color: #e5e5e5;
}
.index-page .ix-integ__svg--soundcloud {
  color: #d4d4d4;
}
.index-page .ix-integ__svg--steam {
  color: #a3a3a3;
}
.index-page .ix-integ__svg--twitch {
  color: #c4c4c4;
}
.index-page .ix-integ__svg--youtube {
  color: #d4d4d4;
}
.index-page .ix-integ__svg--github {
  color: #e5e5e5;
}
.index-page .ix-integ__svg--valorant {
  color: #bfc0c4;
}
.index-page .ix-integ__svg--lastfm {
  color: #bdbdbd;
}

/* 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(255, 255, 255, 0.14);
  background: rgba(12, 12, 14, 0.72);
  border-radius: 1rem;
  overflow: hidden;
  transition: border-color 0.2s;
}
.index-page .faq-block:hover {
  border-color: rgba(255, 255, 255, 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: #a3a3a3;
}

/* CTA */
.index-page .cta {
  margin: 1rem 0 0;
  padding: 3rem 1.25rem;
  background: linear-gradient(165deg, rgba(20, 28, 28, 0.35) 0%, rgba(8, 8, 8, 0.95) 45%, rgba(16, 20, 20, 0.5) 100%);
  border-top: 1px solid rgba(255, 255, 255, 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;
}

/* ——— Homepage v2 (frail-adjacent rhythm: hero, word strip, metrics+marquee, etc.) ——— */
.index-page--v2 .ix-home-featured--embed {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}
.index-page--v2 .ix-home-featured--embed .pp-comments-marquee__msg {
  display: none;
}

.index-page--v2 .ix-v2-hero {
  position: relative;
  min-height: min(92vh, 52rem);
  display: flex;
  align-items: center;
  padding: 2.5rem 0 3.5rem;
  overflow: hidden;
  --ix-par-x: 0;
  --ix-par-y: 0;
}
.index-page--v2 .ix-v2-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
/* Oversized layer: strong blur reads like soft neon smoke behind the hero */
.index-page--v2 .ix-v2-hero__aurora {
  position: absolute;
  left: -32%;
  top: -30%;
  width: 165%;
  height: 165%;
  opacity: 0.88;
  filter: blur(78px);
  -webkit-filter: blur(78px);
  transform: translate3d(
    calc(var(--ix-par-x, 0) * 9vw),
    calc(var(--ix-par-y, 0) * 7vh),
    0
  );
  will-change: transform;
}
.index-page--v2 .ix-v2-hero__blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.index-page--v2 .ix-v2-hero__blob--1 {
  width: min(52vmax, 42rem);
  height: min(48vmax, 38rem);
  left: 6%;
  top: 8%;
  background: radial-gradient(
    circle at 38% 32%,
    rgba(255, 255, 255, 0.14) 0%,
    rgba(255, 255, 255, 0.35) 28%,
    rgba(255, 255, 255, 0.12) 52%,
    transparent 72%
  );
  animation: ix-aurora-float-a 22s ease-in-out infinite;
}
.index-page--v2 .ix-v2-hero__blob--2 {
  width: min(44vmax, 36rem);
  height: min(46vmax, 36rem);
  right: 2%;
  top: 18%;
  background: radial-gradient(circle at 62% 48%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 48%, transparent 70%);
  animation: ix-aurora-float-b 26s ease-in-out infinite;
}
.index-page--v2 .ix-v2-hero__blob--3 {
  width: min(58vmax, 48rem);
  height: min(42vmax, 36rem);
  left: 22%;
  bottom: -6%;
  background: radial-gradient(
    ellipse 80% 70% at 50% 50%,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.08) 45%,
    rgba(255, 255, 255, 0.06) 62%,
    transparent 78%
  );
  animation: ix-aurora-float-c 19s ease-in-out infinite;
}

@keyframes ix-aurora-float-a {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  40% {
    transform: translate3d(4%, -3%, 0) scale(1.05);
  }
  70% {
    transform: translate3d(-3%, 5%, 0) scale(0.96);
  }
}
@keyframes ix-aurora-float-b {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  35% {
    transform: translate3d(-5%, 4%, 0) scale(1.08);
  }
  65% {
    transform: translate3d(3%, -4%, 0) scale(0.94);
  }
}
@keyframes ix-aurora-float-c {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(-4%, -2%, 0) rotate(-4deg) scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .index-page--v2 .ix-v2-hero__aurora {
    transform: none;
    filter: blur(64px);
    -webkit-filter: blur(64px);
  }
  .index-page--v2 .ix-v2-hero__blob--1,
  .index-page--v2 .ix-v2-hero__blob--2,
  .index-page--v2 .ix-v2-hero__blob--3 {
    animation: none;
  }
}

/* ——— Intro splash (frail-style load → home) ——— */
html.ix-splash-active,
body.ix-splash-active {
  overflow: hidden;
  height: 100%;
}
.index-page--v2 .ix-v2-splash {
  --ix-splash-par-x: 0;
  --ix-splash-par-y: 0;
  box-sizing: border-box;
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1.25rem max(1.5rem, env(safe-area-inset-bottom));
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.index-page--v2 .ix-v2-splash--hide {
  opacity: 0;
  pointer-events: none;
}
.index-page--v2 .ix-v2-splash__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.index-page--v2 .ix-v2-splash__aurora {
  position: absolute;
  left: -38%;
  top: -34%;
  width: 175%;
  height: 175%;
  opacity: 0.92;
  filter: blur(72px);
  -webkit-filter: blur(72px);
  transform: translate3d(
    calc(var(--ix-splash-par-x, 0) * 8vw),
    calc(var(--ix-splash-par-y, 0) * 6vh),
    0
  );
  will-change: transform;
}
.index-page--v2 .ix-v2-splash__blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.index-page--v2 .ix-v2-splash__blob--1 {
  width: min(50vmax, 40rem);
  height: min(46vmax, 36rem);
  left: 8%;
  top: 10%;
  background: radial-gradient(
    circle at 38% 32%,
    rgba(255, 255, 255, 0.16) 0%,
    rgba(255, 255, 255, 0.38) 30%,
    rgba(255, 255, 255, 0.1) 52%,
    transparent 74%
  );
  animation: ix-aurora-float-a 20s ease-in-out infinite;
}
.index-page--v2 .ix-v2-splash__blob--2 {
  width: min(42vmax, 34rem);
  height: min(44vmax, 34rem);
  right: 4%;
  top: 16%;
  background: radial-gradient(circle at 62% 48%, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.06) 48%, transparent 72%);
  animation: ix-aurora-float-b 24s ease-in-out infinite;
}
.index-page--v2 .ix-v2-splash__blob--3 {
  width: min(56vmax, 46rem);
  height: min(40vmax, 34rem);
  left: 18%;
  bottom: -8%;
  background: radial-gradient(
    ellipse 82% 72% at 50% 50%,
    rgba(255, 255, 255, 0.22) 0%,
    rgba(255, 255, 255, 0.07) 44%,
    rgba(255, 255, 255, 0.05) 60%,
    transparent 78%
  );
  animation: ix-aurora-float-c 17s ease-in-out infinite;
}
.index-page--v2 .ix-v2-splash__center {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.index-page--v2 .ix-v2-splash__mark {
  width: min(4.5rem, 18vw);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 28px rgba(255, 255, 255, 0.28))
    drop-shadow(0 0 42px rgba(255, 255, 255, 0.18));
}
.index-page--v2 .ix-v2-splash__foot {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  text-align: center;
}
.index-page--v2 .ix-v2-splash__powered {
  font-family: var(--ix-mono, ui-monospace, monospace);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}
.index-page--v2 .ix-v2-splash__site {
  font-family: var(--ix-sans, "DM Sans", system-ui, sans-serif);
  font-size: clamp(0.68rem, 2.8vw, 0.78rem);
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}
@media (prefers-reduced-motion: reduce) {
  .index-page--v2 .ix-v2-splash {
    transition-duration: 0.22s;
    transition-timing-function: ease-out;
  }
  .index-page--v2 .ix-v2-splash__aurora {
    transform: none;
    filter: blur(58px);
    -webkit-filter: blur(58px);
  }
  .index-page--v2 .ix-v2-splash__blob--1,
  .index-page--v2 .ix-v2-splash__blob--2,
  .index-page--v2 .ix-v2-splash__blob--3 {
    animation: none;
  }
}

.index-page--v2 .ix-v2-hero__grid {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--ix-max);
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 1.75rem);
  display: grid;
  gap: 2.5rem 3rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .index-page--v2 .ix-v2-hero__grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 4rem;
    min-height: 28rem;
  }
}
.index-page--v2 .ix-v2-hero__copy {
  text-align: center;
}
.index-page--v2 .ix-v2-hero__copy .ix-v2-lede,
.index-page--v2 .ix-v2-hero__copy .ix-v2-claim,
.index-page--v2 .ix-v2-hero__copy .ix-v2-hero__auth {
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .index-page--v2 .ix-v2-hero__copy {
    text-align: left;
  }
  .index-page--v2 .ix-v2-hero__copy .ix-v2-lede,
  .index-page--v2 .ix-v2-hero__copy .ix-v2-claim,
  .index-page--v2 .ix-v2-hero__copy .ix-v2-hero__auth {
    margin-inline: 0;
  }
}
.index-page--v2 .ix-v2-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
  padding: 0.35rem 0.85rem;
  border-radius: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--ix-blush);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.06);
}
.index-page--v2 .ix-v2-pill:focus-visible {
  outline: 2px solid var(--ix-blush);
  outline-offset: 2px;
}
.index-page--v2 .ix-v2-h1 {
  font-family: "Unbounded", var(--ix-display), system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(2.25rem, 5.5vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--ix-paper);
  margin: 0 0 1rem;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.08);
}
.index-page--v2 .ix-v2-grad {
  background: linear-gradient(95deg, #d4d4d4 0%, #ffffff 52%, #d4d4d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index-page--v2 .ix-v2-lede {
  margin: 0 0 1.35rem;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  line-height: 1.55;
  color: color-mix(in srgb, var(--ix-paper) 62%, var(--ix-mute));
  max-width: 36ch;
}
.index-page--v2 .ix-v2-lede strong {
  color: var(--ix-paper);
  font-weight: 600;
}
.index-page--v2 .ix-v2-claim {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  max-width: 22rem;
  padding: 0.28rem 0.35rem 0.28rem 0.85rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 12, 14, 0.72);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.index-page--v2 .ix-v2-claim .input-row {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.index-page--v2 .ix-v2-claim .prefix {
  color: var(--ix-blush);
  font-size: 0.8rem;
  font-weight: 600;
  flex-shrink: 0;
}
.index-page--v2 .ix-v2-claim input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--ix-paper);
  font-size: 0.9rem;
  padding: 0.45rem 0.2rem;
  outline: none;
}
.index-page--v2 .ix-v2-claim .btn-join {
  flex-shrink: 0;
  border-radius: 999px;
  padding-inline: 1rem;
  font-size: 0.8rem;
}
.index-page--v2 .ix-v2-hero__auth {
  margin-top: 1rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--ix-mute);
  max-width: 34rem;
}
.index-page--v2 .ix-v2-hero__auth a {
  color: var(--ix-paper);
  font-weight: 600;
}

.index-page--v2 .ix-v2-preview {
  perspective: 1000px;
}
.index-page--v2 .ix-v2-preview__card {
  border-radius: 1.85rem;
  padding: 1.35rem 1.35rem 1.15rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35) inset,
    0 20px 50px rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(24px) saturate(1.1);
  backdrop-filter: blur(24px) saturate(1.1);
  transform: rotateY(-2deg) rotateX(2deg);
  transition: transform 0.4s ease, border-color 0.3s;
}
@media (hover: hover) {
  .index-page--v2 .ix-v2-preview__card:hover {
    transform: rotateY(0) rotateX(0);
    border-color: rgba(255, 255, 255, 0.22);
  }
}
.index-page--v2 .ix-v2-preview__row {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.index-page--v2 .ix-v2-preview__avatar {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
}
.index-page--v2 .ix-v2-preview__name {
  font-family: "Unbounded", var(--ix-display), sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0 0 0.35rem;
  color: var(--ix-paper);
  text-shadow: 0 0 22px rgba(255, 255, 255, 0.18);
}
.index-page--v2 .ix-v2-preview__bio {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #a3a3a3;
}
.index-page--v2 .ix-v2-preview__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}
.index-page--v2 .ix-v2-preview__ico {
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  color: var(--ix-blush);
  font-size: 1rem;
  font-weight: 700;
}
.index-page--v2 .ix-v2-preview__foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 1.1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.75rem;
  color: #888;
}
.index-page--v2 .ix-v2-preview__badges {
  display: flex;
  gap: 0.35rem;
}
.index-page--v2 .ix-v2-preview__badge {
  padding: 0.15rem 0.4rem;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ix-paper);
}

.index-page--v2 .ix-v2-launch {
  padding: 1.5rem 0 0;
}
.index-page--v2 .ix-v2-metrics {
  position: relative;
  padding: 3.5rem 0 3rem;
  background: linear-gradient(180deg, rgba(6, 8, 10, 1) 0%, rgba(12, 10, 14, 0.96) 100%);
}
.index-page--v2 .ix-v2-metrics__head {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: stretch;
}
@media (min-width: 800px) {
  .index-page--v2 .ix-v2-metrics__head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.index-page--v2 .ix-v2-metrics__h2 {
  font-family: "Unbounded", var(--ix-display), sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 600;
  color: var(--ix-paper);
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}
.index-page--v2 .ix-v2-metrics__sub {
  margin: 0;
  color: #8d8088;
  font-size: 0.92rem;
  max-width: 32ch;
}
.index-page--v2 .ix-v2-metrics__nums {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: center;
}
@media (min-width: 800px) {
  .index-page--v2 .ix-v2-metrics__nums {
    justify-content: flex-end;
  }
}
.index-page--v2 .ix-v2-metric {
  text-align: center;
  min-width: 5.5rem;
}
.index-page--v2 .ix-v2-metric .n {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(180deg, #fff 0%, #d4d4d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index-page--v2 .ix-v2-metric .l {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7d7176;
}
.index-page--v2 .ix-v2-metrics__marquee {
  margin-top: 2.5rem;
}
.index-page--v2 .ix-v2-metrics__marquee .ix-home-featured__marquee {
  opacity: 0.9;
}

.index-page--v2 .ix-v2-custom {
  padding: 4rem 0;
}
.index-page--v2 .ix-v2-custom__grid {
  display: grid;
  gap: 2.5rem;
  align-items: end;
}
@media (min-width: 960px) {
  .index-page--v2 .ix-v2-custom__grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
.index-page--v2 .ix-v2-custom__h2 {
  font-family: "Unbounded", var(--ix-display), sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  color: var(--ix-paper);
  margin: 0 0 0.65rem;
  letter-spacing: -0.02em;
}
.index-page--v2 .ix-v2-custom__h2 span {
  background: linear-gradient(95deg, #e5e5e5, #ffffff 45%, #d4d4d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index-page--v2 .ix-v2-custom__p {
  margin: 0;
  font-size: 1rem;
  color: #a89da2;
  line-height: 1.55;
  max-width: 40ch;
}
.index-page--v2 .ix-v2-layout-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.index-page--v2 .ix-v2-layout-pill {
  padding: 0.35rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(250, 250, 250, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}
.index-page--v2 .ix-v2-custom__discord-shell {
  position: relative;
  border-radius: 25px;
  padding: 1.35rem 0.85rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background-color: rgba(5, 5, 5, 1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  min-height: 6rem;
}
.index-page--v2 .ix-v2-custom__discord-shell .pp-du {
  margin: 0;
}
/* Single frame: shell holds card chrome; inner strip is layout-only (no nested frame). */
.index-page--v2 .ix-v2-custom__discord-shell .pp-du--marketing-rich-demo {
  position: relative;
  --pp-c-discord-strip-bg: #050505;
  --pp-c-discord-strip-text: #fafafa;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625rem;
  width: 100%;
  min-height: 5.625rem;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
  color: var(--pp-c-discord-strip-text, #fafafa);
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
.index-page--v2 .ix-v2-custom__discord-shell .pp-du--marketing-rich-demo:hover {
  filter: brightness(1.06);
}
.index-page--v2 .ix-v2-custom__discord-shell .pp-du--marketing-rich-demo:hover .pp-du-title {
  text-decoration: underline;
}
.index-page--v2 .ix-v2-custom__discord-shell .pp-du--marketing-rich-demo .ix-marketing-du__brand {
  position: absolute;
  top: 0.08rem;
  right: 0.08rem;
  z-index: 2;
  color: #5865f2;
  opacity: 0.45;
  pointer-events: none;
  line-height: 0;
}
.index-page--v2 .ix-v2-custom__discord-shell .pp-du--marketing-rich-demo .dash-sett-discord-guild-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.125rem 0.375rem;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  flex-shrink: 0;
  box-shadow: none;
}
.index-page--v2 .ix-v2-custom__discord-shell .pp-du--marketing-rich-demo .dash-sett-discord-guild-pill__ico {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  object-fit: cover;
}
.index-page--v2 .ix-v2-custom__discord-shell .pp-du--marketing-rich-demo .dash-sett-discord-guild-pill__txt {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  color: inherit;
  letter-spacing: 0.03em;
  text-transform: none;
}
.index-page--v2 .ix-v2-custom__discord-shell .pp-du--marketing-rich-demo .pp-du-rich__listen {
  flex-wrap: wrap;
}
.index-page--v2 .ix-v2-custom__discord-shell .pp-du--marketing-rich-demo > .pp-du-rich__art,
.index-page--v2 .ix-v2-custom__discord-shell .pp-du--marketing-rich-demo .ix-marketing-du-art {
  display: block !important;
  flex: 0 0 auto;
  flex-shrink: 0;
  line-height: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  align-self: center;
}
.index-page--v2 .ix-v2-custom__discord-shell .pp-du--marketing-rich-demo > .pp-du-rich__art .pp-du-rich__art-img,
.index-page--v2 .ix-v2-custom__discord-shell .pp-du--marketing-rich-demo .ix-marketing-du-art .pp-du-rich__art-img {
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  object-fit: cover;
}

.index-page--v2 .ix-v2-effects {
  position: relative;
  padding: 4rem 0 4.5rem;
  overflow: hidden;
}
.index-page--v2 .ix-v2-effects__inner {
  text-align: center;
  max-width: 36rem;
  margin-inline: auto;
}
.index-page--v2 .ix-v2-effects__icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  color: var(--ix-pink);
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.35));
}
.index-page--v2 .ix-v2-effects__h2 {
  font-family: "Unbounded", var(--ix-display), sans-serif;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 600;
  color: var(--ix-paper);
  margin: 0 0 0.65rem;
}
.index-page--v2 .ix-v2-effects__p {
  margin: 0 0 1.25rem;
  color: #9a8e93;
  font-size: 0.95rem;
  line-height: 1.55;
}
.index-page--v2 .ix-v2-effects .btn-fill {
  border-radius: 0.85rem;
}

.index-page--v2 .ix-v2-premium {
  padding: 3.5rem 0 4.5rem;
}
.index-page--v2 .ix-v2-premium__card {
  max-width: 52rem;
  margin-inline: auto;
  border-radius: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 5, 6, 0.92);
  overflow: hidden;
  transition: border-color 0.3s, background 0.3s;
}
@media (hover: hover) {
  .index-page--v2 .ix-v2-premium__card:hover {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(10, 10, 12, 0.95);
  }
}
.index-page--v2 .ix-v2-premium__top {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.5rem 1.5rem 1.25rem;
}
@media (min-width: 960px) {
  .index-page--v2 .ix-v2-premium__top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1.75rem 2rem;
  }
}
.index-page--v2 .ix-v2-premium__lead {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.index-page--v2 .ix-v2-premium__ico {
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  color: var(--ix-blush);
  font-size: 1.25rem;
}
.index-page--v2 .ix-v2-premium__h3 {
  font-family: "Unbounded", var(--ix-display), sans-serif;
  font-size: 1.15rem;
  margin: 0 0 0.15rem;
  color: var(--ix-paper);
}
.index-page--v2 .ix-v2-premium__tag {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.1rem 0.35rem;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--ix-blush);
  background: rgba(255, 255, 255, 0.08);
  vertical-align: middle;
}
.index-page--v2 .ix-v2-premium__sub {
  margin: 0.25rem 0 0;
  font-size: 0.85rem;
  color: #8d8088;
  max-width: 28ch;
}
.index-page--v2 .ix-v2-premium__cta-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
  width: 100%;
}
@media (min-width: 960px) {
  .index-page--v2 .ix-v2-premium__cta-wrap {
    width: auto;
    align-items: flex-end;
  }
}
.index-page--v2 .ix-v2-premium__price {
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--ix-paper);
}
.index-page--v2 .ix-v2-premium__price small {
  font-size: 0.75rem;
  font-weight: 400;
  opacity: 0.45;
}
.index-page--v2 .ix-v2-premium .btn-fill {
  border-radius: 0.85rem;
  padding-inline: 1.5rem;
  text-transform: uppercase;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.index-page--v2 .ix-v2-premium__foot {
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  padding: 1rem 1.5rem 1.25rem;
  background: rgba(255, 255, 255, 0.02);
}
.index-page--v2 .ix-v2-premium__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  font-size: 0.8rem;
  color: #b8adb2;
}
.index-page--v2 .ix-v2-premium__list li::before {
  content: "✓";
  margin-right: 0.35rem;
  color: var(--ix-blush);
}

.index-page--v2 .ix-v2-faq {
  padding: 3rem 0 2rem;
}
.index-page--v2 .ix-v2-faq__grid {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 960px) {
  .index-page--v2 .ix-v2-faq__grid {
    grid-template-columns: 1fr 1.1fr;
    gap: 3rem;
  }
}
.index-page--v2 .ix-v2-faq__sticky {
  position: relative;
}
@media (min-width: 960px) {
  .index-page--v2 .ix-v2-faq__sticky {
    position: sticky;
    top: calc(var(--marketing-site-top-h, 5rem) + 1rem);
  }
}
.index-page--v2 .ix-v2-faq__h2 {
  font-family: "Unbounded", var(--ix-display), sans-serif;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--ix-paper);
  margin: 0 0 0.85rem;
}
.index-page--v2 .ix-v2-faq__h2 .g1 {
  background: linear-gradient(95deg, #d4d4d4, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index-page--v2 .ix-v2-faq__h2 .g2 {
  background: linear-gradient(95deg, #c4c4c4, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index-page--v2 .ix-v2-faq__intro {
  margin: 0;
  font-size: 1rem;
  color: #9a8e93;
  line-height: 1.55;
  max-width: 32ch;
}

.index-page--v2 .stat-strip {
  display: none;
}

