/* Editorial notice */
.editorial-notice {
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: 12px;
  padding: 12px 18px;
  margin: 0 auto 20px;
  max-width: 1280px;
  font-size: 0.88rem;
  color: #78350f;
  text-align: center;
  line-height: 1.5;
}

/* Neutral criteria tags (replaces star ratings) */
.criteria-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.criteria-tag {
  display: inline-block;
  background: #ecf3f9;
  color: #1e4a76;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
}
.card-header .criteria-tags {
  justify-content: flex-end;
}
.hero-platform-card .criteria-tags {
  justify-content: flex-start;
  margin-top: 6px;
}

/* 18+ badge */
.age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 8px;
  background: #b91c1c;
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  border-radius: 6px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #b91c1c;
  flex-shrink: 0;
  letter-spacing: -0.02em;
}
.age-badge-label {
  font-size: 0.65rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.2;
  max-width: 5rem;
  text-align: center;
}
.header-age-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 12px;
}

/* Editorial quotes (replaces user reviews) */
.quotes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin: 24px 0;
}
.quote-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 22px 24px;
  border-left: 4px solid #1e4a76;
}
.quote-card blockquote {
  margin: 0 0 14px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #334155;
  font-style: italic;
}
.quote-card cite {
  display: block;
  font-size: 0.8rem;
  color: #64748b;
  font-style: normal;
  font-weight: 600;
}
.quote-card .quote-platform {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #1e4a76;
  background: #ecf3f9;
  padding: 3px 10px;
  border-radius: 20px;
}

/* Cookie consent banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background: #0f1e2c;
  color: #cbd5e6;
  padding: 20px 24px;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.cookie-banner.is-visible {
  transform: translateY(0);
}
.cookie-banner-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cookie-banner-text {
  flex: 1 1 280px;
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0;
}
.cookie-banner-text a {
  color: #b9cef0;
}
.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cookie-btn {
  padding: 10px 18px;
  border-radius: 24px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: 0.2s;
}
.cookie-btn-accept {
  background: #2e7d64;
  color: #fff;
}
.cookie-btn-accept:hover {
  background: #256b54;
}
.cookie-btn-reject {
  background: transparent;
  color: #cbd5e6;
  border: 1px solid #4a627a;
}
.cookie-btn-reject:hover {
  background: rgba(255, 255, 255, 0.08);
}
.cookie-btn-customize {
  background: #1e4a76;
  color: #fff;
}
.cookie-btn-customize:hover {
  background: #163a5e;
}

.cookie-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.cookie-modal-overlay.is-open {
  display: flex;
}
.cookie-modal {
  background: #fff;
  border-radius: 20px;
  padding: 28px 32px;
  max-width: 480px;
  width: 100%;
  color: #334155;
}
.cookie-modal h3 {
  margin: 0 0 16px;
  color: #0f2b3d;
  font-size: 1.2rem;
}
.cookie-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #e2e8f0;
}
.cookie-option:last-of-type {
  border-bottom: none;
}
.cookie-option label {
  flex: 1;
  cursor: pointer;
}
.cookie-option strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 4px;
}
.cookie-option span {
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.45;
}
.cookie-option input[disabled] {
  opacity: 0.5;
}
.cookie-modal-actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

/* Redirect interstitial */
.redirect-page {
  font-family: system-ui, sans-serif;
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9fafb;
  color: #334155;
  line-height: 1.6;
}
.redirect-card {
  max-width: 36rem;
  padding: 2rem 1.5rem;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  text-align: center;
}
.redirect-card .age-badge {
  margin: 0 auto 16px;
}
.redirect-countdown {
  font-size: 2rem;
  font-weight: 700;
  color: #1e4a76;
  margin: 16px 0;
}
.redirect-progress {
  height: 4px;
  background: #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
  margin: 20px 0;
}
.redirect-progress-bar {
  height: 100%;
  background: #1e4a76;
  width: 0;
  transition: width 0.1s linear;
}
.redirect-card a {
  color: #1e4a76;
}

@media (max-width: 600px) {
  .header-age-wrap {
    display: none;
  }
  .cookie-banner-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .cookie-banner-actions {
    flex-direction: column;
  }
  .cookie-btn {
    width: 100%;
    text-align: center;
  }
}
