/* Homepage competitor-gap sections (marketing-features.js) */

.trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: var(--muted, #9fb0c4);
}

.trust-bar__item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.trust-bar__rating {
  color: #f5c542;
  font-weight: 600;
}

.trust-bar__new {
  color: var(--accent, #3b9eff);
}

.hero-review {
  max-width: 36rem;
  margin: 0 auto 1.25rem;
  text-align: center;
  font-style: italic;
  color: var(--muted, #9fb0c4);
  border: none;
  padding: 0;
}

.hero-review footer {
  font-style: normal;
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

.hero-qr {
  max-width: 240px;
  margin: 1.5rem auto 0;
  text-align: center;
  padding: 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-qr img {
  display: block;
  width: 132px;
  height: 132px;
  margin: 0 auto 0.75rem;
  background: #fff;
  padding: 8px;
  border-radius: 8px;
}

.hero-qr p {
  margin: 0 0 0.6rem;
  font-size: 0.85rem;
  color: var(--muted, #9fb0c4);
}

.hero-qr__caption {
  font-size: 0.68rem;
  line-height: 1.35;
  font-weight: 400;
}

.hero-qr__caption strong {
  font-weight: 600;
}

/* The "scan to open on your phone" QR only makes sense on desktop —
   mobile visitors are already on the device they'd scan to. */
.hero-qr--desktop {
  display: none;
}

@media (min-width: 900px) {
  .hero-qr--desktop {
    display: block;
  }
}

.availability-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1.25rem;
}

.availability-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.85rem;
}

.availability-chip--link {
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(59, 158, 255, 0.35);
}

.trailer-section {
  padding-block: 2.5rem;
}

.trailer-frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #0a0f18;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-trailer {
  display: block;
  width: 100%;
  max-height: min(56vw, 420px);
  object-fit: cover;
  background: #0a0f18;
}

.trailer-unmute {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
}

.game-stats .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.stat-card {
  text-align: center;
  padding: 1.25rem 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.stat-card strong {
  display: block;
  font-size: 1.75rem;
  color: var(--accent, #3b9eff);
  margin-bottom: 0.35rem;
}

.stat-card span {
  font-size: 0.85rem;
  color: var(--muted, #9fb0c4);
}

.feature-deepdives {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .feature-deepdives {
    grid-template-columns: repeat(2, 1fr);
  }
}

.feature-deep {
  padding: 1.25rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.feature-deep h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
}

.feature-deep a {
  font-size: 0.9rem;
}

.journey-steps {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .journey-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .journey-steps {
    grid-template-columns: repeat(4, 1fr);
  }
}

.journey-step {
  padding: 1.25rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border-left: 3px solid var(--accent, #3b9eff);
}

.journey-phase {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent, #3b9eff);
  margin-bottom: 0.35rem;
}

.community-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 1rem 0;
}

.community-link {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  background: rgba(59, 158, 255, 0.12);
  text-decoration: none;
  font-weight: 600;
}

.whats-new-strip {
  padding-block: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.whats-new-strip__inner {
  text-align: center;
}

.whats-new-preview {
  display: grid;
  gap: 1rem;
  margin: 1rem 0;
  text-align: left;
}

@media (min-width: 768px) {
  .whats-new-preview {
    grid-template-columns: repeat(2, 1fr);
  }
}

.whats-new-preview__item time {
  font-size: 0.8rem;
  color: var(--muted, #9fb0c4);
}

.whats-new-preview__item h3 {
  margin: 0.25rem 0;
  font-size: 1rem;
}

.cookie-consent {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.9rem;
  width: min(620px, calc(100% - 1.5rem));
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 0.6rem 0.5rem 0.95rem;
  border-radius: 14px;
  background: rgba(17, 25, 38, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.3);
}

.cookie-consent p {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: #d7deea;
}

.cookie-consent a {
  color: #6cb8ff;
  text-decoration: underline;
}

.cookie-consent .btn {
  flex: 0 0 auto;
}

.cookie-consent[hidden] {
  display: none !important;
}

@media (max-width: 520px) {
  .cookie-consent {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .cookie-consent p {
    flex: 1 0 100%;
    margin-bottom: 0.15rem;
  }
}

.play-demo {
  padding: 1.25rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(59, 158, 255, 0.25);
}

.play-demo__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.75rem;
}

.play-demo__ticker {
  font-weight: 700;
  font-size: 1.25rem;
}

.play-demo__price {
  font-size: 1.5rem;
  color: var(--accent, #3b9eff);
}

.play-demo__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
