.accueco-site-footer,
.accueco-site-footer * {
  box-sizing: border-box;
}

.accueco-site-footer {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow-x: clip;
  color: #f6f1d2;
  background: #06251f;
  border-top: 1px solid rgba(173, 219, 173, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.accueco-site-footer__inner {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(34px, 6vw, 68px) clamp(18px, 4vw, 32px) clamp(24px, 5vw, 42px);
}

.accueco-site-footer__primary {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: stretch;
  padding-bottom: clamp(24px, 4vw, 38px);
  border-bottom: 1px solid rgba(173, 219, 173, 0.18);
}

.accueco-site-footer__brand,
.accueco-site-footer__games {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 14px;
}

.accueco-site-footer__brand-mark {
  display: inline-grid;
  place-items: center;
  width: 44px;
  min-height: 44px;
  border: 1px solid rgba(213, 191, 58, 0.48);
  border-radius: 8px;
  color: #f3d23b;
  text-decoration: none;
  font-weight: 800;
  line-height: 1;
}

.accueco-site-footer__eyebrow {
  margin: 0;
  color: #9fe8bf;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.accueco-site-footer h2,
.accueco-site-footer h3,
.accueco-site-footer p,
.accueco-site-footer ul {
  margin: 0;
}

.accueco-site-footer h2 {
  max-width: 760px;
  color: #fff8cf;
  font-size: clamp(1.35rem, 2.4vw, 2.1rem);
  line-height: 1.16;
  letter-spacing: 0;
}

.accueco-site-footer h3 {
  color: #fff8cf;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.accueco-site-footer p {
  max-width: 680px;
  color: rgba(246, 241, 210, 0.82);
  line-height: 1.58;
}

.accueco-site-footer__location {
  color: rgba(159, 232, 191, 0.78);
  font-weight: 700;
}

.accueco-site-footer__games {
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(213, 191, 58, 0.28);
  border-radius: 8px;
  background: #0b3329;
}

.accueco-site-footer__games-cta {
  justify-self: start;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 8px;
  color: #05231d;
  background: #d9bd2f;
  font-weight: 800;
  text-decoration: none;
}

.accueco-site-footer__nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: clamp(16px, 3vw, 28px);
  padding: clamp(26px, 4vw, 40px) 0;
  border-bottom: 1px solid rgba(173, 219, 173, 0.18);
}

.accueco-site-footer__link-group {
  min-width: 0;
  display: grid;
  gap: 12px;
}

.accueco-site-footer__link-group ul {
  display: grid;
  gap: 4px;
  padding: 0;
  list-style: none;
}

.accueco-site-footer__link-group a {
  min-height: 44px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 9px 0;
  color: rgba(246, 241, 210, 0.82);
  text-decoration: none;
  line-height: 1.35;
}

.accueco-site-footer__link-group a:hover,
.accueco-site-footer__link-group a:focus-visible,
.accueco-site-footer__games-cta:hover,
.accueco-site-footer__games-cta:focus-visible,
.accueco-site-footer__brand-mark:hover,
.accueco-site-footer__brand-mark:focus-visible {
  color: #fff8cf;
}

.accueco-site-footer__link-group a:focus-visible,
.accueco-site-footer__games-cta:focus-visible,
.accueco-site-footer__brand-mark:focus-visible {
  outline: 3px solid #9fe8bf;
  outline-offset: 4px;
}

.accueco-site-footer__link-group a[aria-current="page"] {
  color: #9fe8bf;
  font-weight: 800;
}

.accueco-site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  padding-top: 22px;
}

.accueco-site-footer__bottom p {
  max-width: 620px;
  color: rgba(246, 241, 210, 0.72);
  font-size: 0.92rem;
}

@media (max-width: 900px) {
  .accueco-site-footer__primary,
  .accueco-site-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .accueco-site-footer__brand,
  .accueco-site-footer__games {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .accueco-site-footer__inner {
    padding-inline: 16px;
  }

  .accueco-site-footer__primary,
  .accueco-site-footer__nav {
    grid-template-columns: 1fr;
  }

  .accueco-site-footer__games-cta {
    width: 100%;
  }

  .accueco-site-footer__bottom {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .accueco-site-footer__link-group a,
  .accueco-site-footer__games-cta,
  .accueco-site-footer__brand-mark {
    scroll-behavior: auto;
  }
}

@media print {
  .accueco-site-footer {
    color: #111;
    background: #fff;
    border-top: 1px solid #777;
    box-shadow: none;
  }

  .accueco-site-footer__games {
    display: none;
  }

  .accueco-site-footer__brand,
  .accueco-site-footer__nav,
  .accueco-site-footer__bottom {
    color: #111;
  }
}

/* ==========================================================================
   ACCUECO 30A.33A-R1 — SHARED FOOTER PRODUCTION ISOLATION
   Neutralizes legacy section styling, preserves CTA contrast and improves
   printed legal/company information.
   ========================================================================== */

.accueco-site-footer__brand,
.accueco-site-footer__link-group {
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  border-radius: 0;
  box-shadow: none;
}

.accueco-site-footer__games {
  margin-bottom: 0;
  color: inherit;
  box-shadow: none;
}

.accueco-site-footer__games-cta:hover,
.accueco-site-footer__games-cta:focus-visible {
  color: #05231d;
  background: #f0d34a;
}

@media print {
  .accueco-site-footer h2,
  .accueco-site-footer h3,
  .accueco-site-footer p,
  .accueco-site-footer a,
  .accueco-site-footer__eyebrow,
  .accueco-site-footer__location,
  .accueco-site-footer__link-group a[aria-current="page"] {
    color: #111;
  }

  .accueco-site-footer__brand-mark {
    border-color: #777;
  }
}

/* ==========================================================================
   ACCUECO STEP 50P0-K-R1 — SHARED FOOTER SOCIAL SVG CANDIDATE
   Local candidate only. Mirrors drawer social destination states.
   ========================================================================== */

.accueco-site-footer__social {
  display: grid;
  gap: 10px;
  margin-top: 2px;
}

.accueco-site-footer__social-label {
  margin: 0;
  color: #9fe8bf;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.accueco-site-footer__social-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.accueco-site-footer__social-control {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(159, 232, 191, 0.38);
  border-radius: 8px;
  color: rgba(246, 241, 210, 0.88);
  background: rgba(255, 255, 255, 0.03);
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.accueco-site-footer__social-control > span:first-child {
  display: inline-grid;
  place-items: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(159, 232, 191, 0.26);
  border-radius: 999px;
  color: inherit;
}

.accueco-site-footer__social-control svg {
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.accueco-site-footer__social-control[href]:hover {
  color: #fff8cf;
  background: rgba(159, 232, 191, 0.1);
  border-color: rgba(159, 232, 191, 0.72);
}

.accueco-site-footer__social-control[href]:focus,
.accueco-site-footer__social-control[href]:focus-visible {
  color: #fff8cf;
  outline: 3px solid #9fe8bf;
  outline-offset: 4px;
}

.accueco-site-footer__social-control.is-disabled {
  color: rgba(246, 241, 210, 0.48);
  background: transparent;
  border-color: rgba(246, 241, 210, 0.18);
  cursor: default;
  pointer-events: none;
}

.accueco-site-footer__social-control.is-disabled > span:first-child {
  border-color: rgba(246, 241, 210, 0.16);
}

.accueco-site-footer__social-name {
  min-width: 0;
}

@media (max-width: 560px) {
  .accueco-site-footer__social-controls {
    display: grid;
    grid-template-columns: 1fr;
  }

  .accueco-site-footer__social-control {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (forced-colors: active) {
  .accueco-site-footer__social-control[href] {
    color: LinkText;
    border-color: LinkText;
  }

  .accueco-site-footer__social-control.is-disabled {
    color: GrayText;
    border-color: GrayText;
  }

  .accueco-site-footer__social-control[href]:focus,
  .accueco-site-footer__social-control[href]:focus-visible {
    outline: 3px solid LinkText;
    outline-offset: 4px;
  }
}

@media print {
  .accueco-site-footer__social {
    display: none !important;
  }
}
