/* Compliance / SEO UI add-ons */

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10001;
  padding: 0.75rem 1.1rem;
  background: var(--navy);
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 0 8px 0;
}

.skip-link:focus {
  left: 0;
}

.age-gate__title {
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin: 0 0 0.6em;
  font-weight: 800;
}

.op-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.15rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--teal-deep);
  background: rgba(26, 155, 142, 0.12);
  border: 1px solid rgba(26, 155, 142, 0.28);
  text-decoration: none;
}

.op-badge:hover {
  color: var(--navy);
  border-color: var(--teal);
}

.affiliate-note {
  margin: 0.15rem 0 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--muted);
  text-align: center;
}

.platform__actions .affiliate-note,
.detail-panel--cta .affiliate-note {
  text-align: center;
}

.detail-hero__cta .affiliate-note {
  text-align: left;
  width: 100%;
}

.compare .affiliate-note {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.7rem;
}

.compliance-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  background: rgba(22, 50, 79, 0.06);
  border: 1px solid var(--line);
  font-size: 0.88rem;
  color: var(--muted);
  text-align: left;
}

.compliance-strip a {
  font-weight: 700;
}

.legal-banner {
  margin: 1.25rem auto 1rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius-sm);
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.legal-banner p {
  margin: 0 0 0.55rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.86rem;
  line-height: 1.5;
}

.legal-banner p:last-child {
  margin-bottom: 0;
}

.legal-banner a {
  color: #f0c14a;
  font-weight: 700;
}

.legal-banner a:hover {
  color: #fff;
}

.footer__transparency {
  margin: 0 auto 1.25rem;
  padding: 1.25rem 1.15rem;
  border-radius: var(--radius-sm);
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__transparency-title {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}

.footer__transparency h3 {
  margin: 1rem 0 0.4rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
}

.footer__transparency h3:first-of-type {
  margin-top: 0;
}

.footer__transparency p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  line-height: 1.55;
}

.footer__help-links {
  margin: 0.65rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.footer__help-links a {
  color: #f0c14a;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.84rem;
}

.footer__help-links a:hover {
  color: #fff;
}

.footer__regs {
  display: grid;
  gap: 0.45rem;
  align-content: start;
}

.footer__regs a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-weight: 600;
}

.footer__regs a:hover {
  color: #f0c14a;
}

.detail-facts a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-operator {
  margin-top: 0.65rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
}

.site-operator strong {
  color: #fff;
}
