

/* =========================================
   META108 PREMIUM FOOTER
========================================= */

.footer-meta108 {
  --footer-navy-1000: #010510;
  --footer-navy-950: #020817;
  --footer-navy-900: #051229;
  --footer-navy-850: #071a36;
  --footer-navy-800: #092247;
  --footer-blue-700: #0665db;
  --footer-blue-600: #087ff5;
  --footer-blue-500: #1b9cff;
  --footer-blue-400: #55b8ff;
  --footer-blue-300: #94d4ff;
  --footer-white: #ffffff;
  --footer-text: #dcecff;
  --footer-muted: #8fa7c6;
  --footer-border: rgba(103, 187, 255, 0.16);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 85px 20px 28px;
  border-top: 1px solid rgba(85, 184, 255, 0.17);
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(8, 127, 245, 0.15),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      var(--footer-navy-900) 0%,
      var(--footer-navy-950) 52%,
      var(--footer-navy-1000) 100%
    );
  color: var(--footer-white);
}

.footer-meta108 *,
.footer-meta108 *::before,
.footer-meta108 *::after {
  box-sizing: border-box;
}

.footer-meta108__container {
  position: relative;
  z-index: 2;
  width: min(100%, 1200px);
  margin: 0 auto;
}

/* Background Decorations */
.footer-meta108__glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(18px);
}

.footer-meta108__glow--left {
  top: 15%;
  left: -250px;
  width: 500px;
  height: 500px;
  background: rgba(6, 101, 219, 0.09);
}

.footer-meta108__glow--right {
  right: -250px;
  bottom: -100px;
  width: 540px;
  height: 540px;
  background: rgba(27, 156, 255, 0.07);
}

/* Footer CTA */
.footer-meta108__cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  overflow: hidden;
  margin-bottom: 58px;
  padding: 30px 32px;
  border: 1px solid rgba(85, 184, 255, 0.27);
  border-radius: 25px;
  background:
    radial-gradient(
      circle at top right,
      rgba(27, 156, 255, 0.17),
      transparent 35%
    ),
    linear-gradient(
      110deg,
      rgba(7, 78, 155, 0.34),
      rgba(5, 21, 45, 0.97)
    );
  box-shadow:
    0 25px 65px rgba(0, 0, 0, 0.31),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.footer-meta108__cta::after {
  position: absolute;
  right: 30px;
  bottom: 0;
  left: 30px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(85, 184, 255, 0.58),
    transparent
  );
  content: "";
}

.footer-meta108__cta-content {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 18px;
}

.footer-meta108__cta-icon {
  display: inline-flex;
  width: 59px;
  height: 59px;
  flex: 0 0 59px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(85, 184, 255, 0.31);
  border-radius: 18px;
  background: rgba(27, 156, 255, 0.12);
  color: var(--footer-blue-400);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.footer-meta108__cta-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-meta108__cta-label {
  display: block;
  margin-bottom: 6px;
  color: var(--footer-blue-300);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-meta108__cta h2 {
  margin: 0 0 6px;
  color: var(--footer-white);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.footer-meta108__cta p {
  max-width: 660px;
  margin: 0;
  color: var(--footer-muted);
  font-size: 12px;
  line-height: 1.65;
}

.footer-meta108__cta-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.footer-meta108__button {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 19px;
  border-radius: 13px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease,
    color 0.3s ease;
}

.footer-meta108__button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-meta108__button--primary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(
    135deg,
    var(--footer-blue-500),
    var(--footer-blue-700)
  );
  color: var(--footer-white);
  box-shadow:
    0 13px 29px rgba(6, 101, 219, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.footer-meta108__button--secondary {
  border: 1px solid rgba(85, 184, 255, 0.26);
  background: rgba(8, 127, 245, 0.07);
  color: var(--footer-blue-300);
}

.footer-meta108__button:hover {
  transform: translateY(-3px);
}

.footer-meta108__button--primary:hover {
  box-shadow:
    0 18px 37px rgba(6, 101, 219, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.footer-meta108__button--secondary:hover {
  border-color: rgba(85, 184, 255, 0.5);
  background: rgba(8, 127, 245, 0.14);
  color: var(--footer-white);
}

/* Main Grid */
.footer-meta108__main {
  display: grid;
  grid-template-columns: minmax(250px, 1.45fr) repeat(4, minmax(145px, 0.65fr));
  gap: 36px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--footer-border);
}

/* Brand */
.footer-meta108__brand {
  min-width: 0;
}

.footer-meta108__logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--footer-white);
  text-decoration: none;
}

.footer-meta108__logo-mark {
  display: inline-flex;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    var(--footer-blue-500),
    var(--footer-blue-700)
  );
  color: var(--footer-white);
  font-size: 22px;
  font-weight: 900;
  box-shadow:
    0 13px 29px rgba(6, 101, 219, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.21);
}

.footer-meta108__logo-text strong,
.footer-meta108__logo-text small {
  display: block;
}

.footer-meta108__logo-text strong {
  margin-bottom: 4px;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.035em;
}

.footer-meta108__logo-text small {
  color: var(--footer-muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.footer-meta108__brand > p {
  max-width: 370px;
  margin: 20px 0 0;
  color: var(--footer-muted);
  font-size: 12px;
  line-height: 1.75;
}

.footer-meta108__status {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 11px 13px;
  border: 1px solid rgba(85, 184, 255, 0.14);
  border-radius: 13px;
  background: rgba(8, 39, 78, 0.4);
}

.footer-meta108__status-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #44d68f;
  box-shadow: 0 0 14px rgba(68, 214, 143, 0.62);
}

.footer-meta108__status strong,
.footer-meta108__status span {
  display: block;
}

.footer-meta108__status strong {
  margin-bottom: 3px;
  color: var(--footer-white);
  font-size: 10px;
}

.footer-meta108__status span {
  color: var(--footer-muted);
  font-size: 8px;
}

/* Social */
.footer-meta108__social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 19px;
}

.footer-meta108__social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(85, 184, 255, 0.16);
  border-radius: 11px;
  background: rgba(8, 127, 245, 0.05);
  color: var(--footer-muted);
  text-decoration: none;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease,
    color 0.3s ease;
}

.footer-meta108__social svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-meta108__social a:hover {
  transform: translateY(-3px);
  border-color: rgba(85, 184, 255, 0.39);
  background: rgba(8, 127, 245, 0.12);
  color: var(--footer-blue-300);
}

/* Link Columns */
.footer-meta108__column h3 {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 12px;
  color: var(--footer-white);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.footer-meta108__column h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--footer-blue-500),
    transparent
  );
  content: "";
}

.footer-meta108__column ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-meta108__column a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
  color: var(--footer-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  transition:
    color 0.3s ease,
    padding-left 0.3s ease;
}

.footer-meta108__column a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(85, 184, 255, 0.42);
  content: "";
  transform: translateY(-50%);
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.footer-meta108__column a:hover {
  padding-left: 18px;
  color: var(--footer-blue-300);
}

.footer-meta108__column a:hover::before {
  background: var(--footer-blue-400);
  box-shadow: 0 0 10px rgba(85, 184, 255, 0.55);
}

/* Providers */
.footer-meta108__providers {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid var(--footer-border);
  border-radius: 19px;
  background: rgba(6, 23, 49, 0.68);
}

.footer-meta108__providers-title {
  display: block;
  margin-bottom: 14px;
  color: var(--footer-white);
  font-size: 12px;
  font-weight: 800;
}

.footer-meta108__providers ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-meta108__providers a {
  display: inline-flex;
  padding: 8px 11px;
  border: 1px solid rgba(85, 184, 255, 0.13);
  border-radius: 999px;
  background: rgba(27, 156, 255, 0.05);
  color: var(--footer-muted);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    border-color 0.3s ease,
    background-color 0.3s ease,
    color 0.3s ease;
}

.footer-meta108__providers a:hover {
  border-color: rgba(85, 184, 255, 0.36);
  background: rgba(27, 156, 255, 0.11);
  color: var(--footer-blue-300);
}

/* Responsible Gaming Notice */
.footer-meta108__notice {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  padding: 20px 22px;
  border: 1px solid rgba(85, 184, 255, 0.17);
  border-radius: 18px;
  background: rgba(5, 20, 43, 0.8);
}

.footer-meta108__notice-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(85, 184, 255, 0.2);
  border-radius: 14px;
  background: rgba(27, 156, 255, 0.07);
  color: var(--footer-blue-400);
}

.footer-meta108__notice-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-meta108__notice > div {
  min-width: 0;
  flex: 1;
}

.footer-meta108__notice strong {
  display: block;
  margin-bottom: 5px;
  color: var(--footer-white);
  font-size: 12px;
}

.footer-meta108__notice p {
  margin: 0;
  color: var(--footer-muted);
  font-size: 10px;
  line-height: 1.65;
}

.footer-meta108__age {
  display: inline-flex;
  width: 47px;
  height: 47px;
  flex: 0 0 47px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(85, 184, 255, 0.24);
  border-radius: 50%;
  background: rgba(8, 127, 245, 0.08);
  color: var(--footer-blue-300);
  font-size: 13px;
  font-weight: 900;
}

/* SEO Description */
.footer-meta108__seo {
  margin-top: 20px;
  padding: 20px 22px;
  border: 1px solid rgba(85, 184, 255, 0.11);
  border-radius: 17px;
  background: rgba(3, 14, 31, 0.53);
}

.footer-meta108__seo h2 {
  margin: 0 0 8px;
  color: var(--footer-text);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.footer-meta108__seo p {
  margin: 0;
  color: var(--footer-muted);
  font-size: 9px;
  line-height: 1.75;
}

/* Bottom */
.footer-meta108__bottom {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 25px;
  align-items: center;
  margin-top: 26px;
  padding-top: 23px;
  border-top: 1px solid var(--footer-border);
}

.footer-meta108__bottom p {
  margin: 0;
  color: var(--footer-muted);
  font-size: 9px;
  line-height: 1.5;
}

.footer-meta108__bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}

.footer-meta108__bottom-links a {
  color: var(--footer-muted);
  font-size: 9px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-meta108__bottom-links a:hover {
  color: var(--footer-blue-300);
}

.footer-meta108__back-top {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid rgba(85, 184, 255, 0.17);
  border-radius: 11px;
  background: rgba(8, 127, 245, 0.06);
  color: var(--footer-blue-300);
  font-size: 9px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease;
}

.footer-meta108__back-top svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-meta108__back-top:hover {
  transform: translateY(-3px);
  border-color: rgba(85, 184, 255, 0.4);
  background: rgba(8, 127, 245, 0.13);
}

/* Accessibility */
.footer-meta108 a:focus-visible {
  outline: 3px solid rgba(148, 212, 255, 0.76);
  outline-offset: 4px;
}

/* Large Tablet */
@media (max-width: 1100px) {
  .footer-meta108__main {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-meta108__brand {
    grid-column: 1 / -1;
  }

  .footer-meta108__brand > p {
    max-width: 720px;
  }
}

/* Tablet */
@media (max-width: 900px) {
  .footer-meta108 {
    padding-top: 75px;
  }

  .footer-meta108__cta {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-meta108__cta-actions {
    width: 100%;
  }

  .footer-meta108__button {
    flex: 1;
  }

  .footer-meta108__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-meta108__bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .footer-meta108 {
    padding: 65px 16px 24px;
  }

  .footer-meta108__cta {
    gap: 23px;
    margin-bottom: 43px;
    padding: 23px 19px;
    border-radius: 21px;
  }

  .footer-meta108__cta-content {
    align-items: flex-start;
  }

  .footer-meta108__cta-icon {
    width: 49px;
    height: 49px;
    flex-basis: 49px;
    border-radius: 15px;
  }

  .footer-meta108__cta-icon svg {
    width: 24px;
    height: 24px;
  }

  .footer-meta108__cta h2 {
    font-size: 19px;
  }

  .footer-meta108__cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-meta108__button {
    width: 100%;
  }

  .footer-meta108__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 31px 21px;
  }

  .footer-meta108__brand {
    grid-column: 1 / -1;
  }

  .footer-meta108__notice {
    align-items: flex-start;
  }

  .footer-meta108__age {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
  }
}

/* Small Mobile */
@media (max-width: 520px) {
  .footer-meta108 {
    padding-right: 13px;
    padding-left: 13px;
  }

  .footer-meta108__cta-content {
    flex-direction: column;
  }

  .footer-meta108__main {
    grid-template-columns: 1fr;
  }

  .footer-meta108__brand {
    grid-column: auto;
  }

  .footer-meta108__column {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(103, 187, 255, 0.1);
  }

  .footer-meta108__column:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .footer-meta108__providers {
    padding: 19px 16px;
  }

  .footer-meta108__notice {
    flex-wrap: wrap;
    padding: 18px 16px;
  }

  .footer-meta108__notice > div {
    width: calc(100% - 61px);
    flex: none;
  }

  .footer-meta108__age {
    margin-left: 61px;
  }

  .footer-meta108__seo {
    padding: 18px 16px;
  }

  .footer-meta108__bottom-links {
    flex-direction: column;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .footer-meta108__button,
  .footer-meta108__social a,
  .footer-meta108__column a,
  .footer-meta108__providers a,
  .footer-meta108__back-top {
    transition: none;
  }
}