/* Step 50D-P1B-R1 Accueco Games bridge variants */
.accueco-site-footer__games--homepage-prelaunch,
.accueco-site-footer__games--about-loud {
  box-sizing: border-box;
  display: grid;
  align-content: center;
  gap: 14px;
  width: min(100% - 32px, 1040px);
  margin-inline: auto;
  color: #10231f;
  overflow-wrap: anywhere;
}

.accueco-site-footer__games--homepage-prelaunch {
  margin-block: clamp(22px, 5vw, 48px) clamp(18px, 4vw, 34px);
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(17, 73, 65, 0.18);
  background: linear-gradient(135deg, #f7fbf2 0%, #e8f4ee 100%);
  box-shadow: 0 18px 44px rgba(11, 48, 41, 0.12);
}

.accueco-site-footer__games--about-loud {
  margin-block: clamp(24px, 5vw, 52px);
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(191, 154, 59, 0.42);
  background: #fff8df;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.68), 0 20px 48px rgba(39, 42, 30, 0.14);
}

.accueco-site-footer__games--homepage-prelaunch .accueco-site-footer__eyebrow,
.accueco-site-footer__games--about-loud .accueco-site-footer__eyebrow {
  margin: 0;
  color: #62726c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.accueco-site-footer__games--homepage-prelaunch h3,
.accueco-site-footer__games--about-loud h3 {
  margin: 0;
  color: #0e2f29;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.accueco-site-footer__games--homepage-prelaunch p,
.accueco-site-footer__games--about-loud p {
  max-width: 66ch;
  margin: 0;
  color: #31433d;
  line-height: 1.65;
}

.accueco-site-footer__games--homepage-prelaunch .accueco-site-footer__games-cta,
.accueco-site-footer__games--about-loud .accueco-site-footer__games-cta {
  justify-self: start;
  min-height: 44px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #0f5c50;
  color: #ffffff;
  background: #0f5c50;
  font-weight: 800;
  text-decoration: none;
}

.accueco-site-footer__games--homepage-prelaunch .accueco-site-footer__games-cta:focus-visible,
.accueco-site-footer__games--about-loud .accueco-site-footer__games-cta:focus-visible {
  outline: 3px solid #bf9a3b;
  outline-offset: 3px;
}

@media (max-width: 520px) {
  .accueco-site-footer__games--homepage-prelaunch,
  .accueco-site-footer__games--about-loud {
    width: min(100% - 24px, 1040px);
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .accueco-site-footer__games--homepage-prelaunch,
  .accueco-site-footer__games--about-loud,
  .accueco-site-footer__games--homepage-prelaunch .accueco-site-footer__games-cta,
  .accueco-site-footer__games--about-loud .accueco-site-footer__games-cta {
    scroll-behavior: auto;
    transition: none;
  }
}

@media (forced-colors: active) {
  .accueco-site-footer__games--homepage-prelaunch,
  .accueco-site-footer__games--about-loud {
    border: 1px solid CanvasText;
    background: Canvas;
    color: CanvasText;
    box-shadow: none;
    forced-color-adjust: auto;
  }

  .accueco-site-footer__games--homepage-prelaunch .accueco-site-footer__games-cta,
  .accueco-site-footer__games--about-loud .accueco-site-footer__games-cta {
    border-color: LinkText;
    color: LinkText;
    background: Canvas;
  }
}

@media print {
  .accueco-site-footer__games--homepage-prelaunch,
  .accueco-site-footer__games--about-loud {
    border: 1px solid #000000;
    background: transparent;
    color: #000000;
    box-shadow: none;
    break-inside: avoid;
  }

  .accueco-site-footer__games--homepage-prelaunch .accueco-site-footer__games-cta,
  .accueco-site-footer__games--about-loud .accueco-site-footer__games-cta {
    border: 1px solid #000000;
    color: #000000;
    background: transparent;
  }
}
