/* Features / showcase / trust / compare - live preview UI */

.landing-features__header-row,
.landing-showcase__header-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.75rem;
  margin-bottom: var(--mantine-spacing-md);
}

.landing-features__header-row .landing-features__badge,
.landing-showcase__header-row .landing-showcase__badge {
  margin-bottom: 0;
}

.landing-features__live-pulse,
.landing-showcase__live-pulse,
.landing-live-pulse {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  font-size: 0.5625rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4ade80;
  background: rgba(74, 222, 128, 0.08);
  border: 1px solid rgba(74, 222, 128, 0.18);
}

.landing-features__live-pulse span,
.landing-showcase__live-pulse span,
.landing-live-pulse span {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #4ade80;
  animation: landing-features-pulse 2s ease-out infinite;
}

@keyframes landing-features-pulse {
  0% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.45); }
  70% { box-shadow: 0 0 0 0.4rem rgba(74, 222, 128, 0); }
  100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}

.landing-features__description strong,
.landing-showcase__desc strong {
  font-weight: 600;
  color: var(--landing-text-muted);
}

.landing-feature-live {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.75rem;
  padding: 0.38rem 0.5rem;
  border-radius: 8px;
  border: 1px solid var(--landing-border-soft);
  background: rgba(255, 255, 255, 0.02);
  text-align: left;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.landing-features__card.is-live-active .landing-feature-live {
  border-color: rgba(96, 165, 250, 0.28);
  background: rgba(59, 130, 246, 0.06);
}

.landing-features__card.is-live-flash {
  border-color: rgba(96, 165, 250, 0.35);
}

.landing-feature-live__dot {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: rgba(148, 163, 184, 0.45);
  flex-shrink: 0;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.landing-features__card.is-live-active .landing-feature-live__dot {
  background: #4ade80;
  box-shadow: 0 0 6px rgba(74, 222, 128, 0.55);
}

.landing-feature-live__line {
  font-size: 0.625rem;
  line-height: 1.35;
  color: var(--landing-text-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.landing-features__card.is-live-active .landing-feature-live__line {
  color: var(--landing-text);
}

.landing-showcase__card.is-live-flash {
  border-color: rgba(96, 165, 250, 0.35) !important;
}

.landing-illus-meet__btn.is-pulse {
  animation: landing-features-btn-pulse 0.65s ease;
}

@keyframes landing-features-btn-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); box-shadow: 0 0 12px rgba(59, 130, 246, 0.35); }
}

.landing-illus-kbd__row span {
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.landing-illus-kbd__row span.is-active {
  color: #fff;
  background: rgba(59, 130, 246, 0.45);
  border-color: rgba(96, 165, 250, 0.55);
}

.landing-trust__item {
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.landing-trust__item.is-live-active {
  border-color: rgba(96, 165, 250, 0.28);
  background: rgba(59, 130, 246, 0.06);
}

.landing-trust__item.is-live-active .landing-trust__icon {
  color: #4ade80;
}

.landing-compare__table tbody tr {
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.35s ease, transform 0.35s ease, background 0.3s ease;
}

.landing-compare__table tbody tr.is-live-visible {
  opacity: 1;
  transform: translateX(0);
}

.landing-compare__table tbody tr.is-live-flash {
  background: rgba(59, 130, 246, 0.06);
}

.landing-compare__yes.is-live-pulse {
  animation: landing-compare-yes 0.55s ease;
}

@keyframes landing-compare-yes {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); box-shadow: 0 0 10px rgba(74, 222, 128, 0.45); }
}

@media (prefers-reduced-motion: reduce) {
  .landing-features__live-pulse span,
  .landing-showcase__live-pulse span,
  .landing-live-pulse span {
    animation: none;
  }
  .landing-compare__table tbody tr {
    opacity: 1;
    transform: none;
  }
  .landing-trust__item.is-live-active {
    transform: none;
  }
}

/* Shared live strip (how, market meta, etc.) */
.landing-live-strip {
  display: inline-flex;
  margin: 0.65rem auto 0;
  padding: 0.32rem 0.55rem;
  border-radius: 999px;
  font-size: 0.625rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color: var(--landing-text-muted);
  border: 1px solid var(--landing-border-soft);
  background: rgba(255, 255, 255, 0.02);
}

.landing-how__step.is-live-active,
.landing-explore__card.is-live-active,
.landing-market__card.is-live-active,
.landing-free-spotlight__perks li.is-live-active,
.landing-globe__points li.is-live-active,
.landing-discord__checklist li.is-live-active {
  border-color: rgba(96, 165, 250, 0.3);
  background: rgba(59, 130, 246, 0.06);
}

.landing-how__step {
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.landing-how__step.is-live-active {
  transform: translateY(-2px);
}

.landing-explore__card.is-live-active {
  border-color: rgba(96, 165, 250, 0.35) !important;
}

.landing-market__card.is-live-active {
  border-color: rgba(167, 139, 250, 0.35);
}

.landing-market__card.is-live-flash {
  border-color: rgba(167, 139, 250, 0.45);
}

.upgrade-plan-card.is-live-popular.is-live-flash,
.upgrade-plan-card.is-live-active {
  box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.35), 0 16px 40px -20px rgba(59, 130, 246, 0.35);
}

.landing-funnel-bento__cell.is-live-active,
.landing-funnel-bento [data-engage-card].is-live-active,
.landing-engage [data-engage-card].is-live-active .landing-docs__card,
.landing-engage [data-engage-card].is-live-active .landing-demo__card,
.landing-engage [data-engage-card].is-live-active .landing-cta__card,
.landing-engage [data-engage-card].is-live-active .landing-contact__card {
  border-color: rgba(96, 165, 250, 0.35) !important;
}

.landing-free-spotlight__perks li {
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.landing-free-spotlight__perks li.is-live-active {
  color: var(--landing-text);
}

.landing-globe__points li,
.landing-discord__checklist li,
.landing-funnel-bento__checklist li {
  transition: color 0.25s ease, padding 0.25s ease;
}

.landing-globe__points li.is-live-active,
.landing-discord__checklist li.is-live-active,
.landing-funnel-bento__checklist li.is-live-active {
  color: var(--landing-text);
}

.landing-faq__chip.is-live-hint:not(.is-active) {
  border-color: rgba(96, 165, 250, 0.28);
  color: #93c5fd;
}

/* Pricing footer */
.landing-pricing__footer .landing-live-strip {
  margin-top: 0.75rem;
}

.landing-pricing__compare.is-live-pulse {
  animation: landing-compare-yes 0.55s ease;
}

/* Explore live line */
.landing-explore__live {
  display: block;
  margin-top: 0.45rem;
  padding: 0.28rem 0.45rem;
  border-radius: 6px;
  font-size: 0.5625rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color: var(--landing-text-muted);
  border: 1px solid var(--landing-border-soft);
  background: rgba(255, 255, 255, 0.02);
  text-align: left;
}

.landing-explore__card.is-live-active .landing-explore__live {
  color: var(--landing-text);
  border-color: rgba(96, 165, 250, 0.28);
  background: rgba(59, 130, 246, 0.06);
}

.landing-explore__card.is-live-flash {
  border-color: rgba(96, 165, 250, 0.4) !important;
}

/* Engage block */
.landing-engage__header {
  max-width: 42rem;
  margin: 0 auto var(--landing-header-mb, 2rem);
  text-align: center;
}

.landing-engage__lead {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--landing-text-muted);
}

.landing-engage__lead strong {
  font-weight: 600;
}

.landing-engage-live {
  margin: 0.65rem 0 0;
  padding: 0.32rem 0.5rem;
  border-radius: 8px;
  font-size: 0.625rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color: var(--landing-text-muted);
  border: 1px solid var(--landing-border-soft);
  background: rgba(255, 255, 255, 0.02);
}

.landing-engage [data-engage-card].is-live-active .landing-engage-live {
  color: var(--landing-text);
  border-color: rgba(96, 165, 250, 0.28);
  background: rgba(59, 130, 246, 0.06);
}

/* CTA band */
.landing-cta-band--live .landing-cta-band__inner {
  text-align: center;
}

.landing-cta-band--live .landing-section-head__row {
  justify-content: center;
  margin-bottom: 0.75rem;
}

.landing-cta-band__desc {
  transition: opacity 0.25s ease;
}

.landing-hero__btn.is-live-pulse {
  animation: landing-features-btn-pulse 0.65s ease;
}

/* Discord channels */
.landing-discord__channel-card {
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.landing-discord__channel-card.is-live-active {
  transform: translateY(-2px);
  border-color: rgba(96, 165, 250, 0.35);
}

.landing-discord__channel-card--discord.is-live-active {
  border-color: rgba(88, 101, 242, 0.45);
  background: rgba(88, 101, 242, 0.08);
}

.landing-discord__channel-card--telegram.is-live-active {
  border-color: rgba(34, 158, 217, 0.45);
  background: rgba(34, 158, 217, 0.08);
}

/* FAQ preview highlight */
.landing-faq__item.is-live-preview .landing-faq__control {
  border-color: rgba(96, 165, 250, 0.3);
  background: rgba(59, 130, 246, 0.06);
}

.landing-faq__header .landing-live-strip {
  margin-top: 0.5rem;
}
