
/* =========================================
   META108 GAME PROVIDERS SECTION
========================================= */

.provider-meta108 {
  --provider-navy-950: #020817;
  --provider-navy-900: #051127;
  --provider-navy-850: #071832;
  --provider-navy-800: #092044;
  --provider-blue-700: #0665d8;
  --provider-blue-600: #087ff5;
  --provider-blue-500: #1c9cff;
  --provider-blue-400: #55b7ff;
  --provider-blue-300: #94d3ff;
  --provider-white: #ffffff;
  --provider-text: #dcecff;
  --provider-muted: #91a9c8;
  --provider-border: rgba(105, 187, 255, 0.17);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 110px 20px;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(8, 127, 245, 0.17),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      #030c1c 0%,
      var(--provider-navy-900) 48%,
      var(--provider-navy-950) 100%
    );
  color: var(--provider-white);
}

.provider-meta108 *,
.provider-meta108 *::before,
.provider-meta108 *::after {
  box-sizing: border-box;
}

.provider-meta108__container {
  position: relative;
  z-index: 2;
  width: min(100%, 1200px);
  margin: 0 auto;
}

/* Background Decorations */
.provider-meta108__decoration {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(15px);
}

.provider-meta108__decoration--left {
  top: 22%;
  left: -210px;
  width: 470px;
  height: 470px;
  background: rgba(6, 101, 216, 0.1);
}

.provider-meta108__decoration--right {
  right: -220px;
  bottom: 5%;
  width: 500px;
  height: 500px;
  background: rgba(28, 156, 255, 0.09);
}

/* Section Header */
.provider-meta108__header {
  max-width: 880px;
  margin: 0 auto 46px;
  text-align: center;
}

.provider-meta108__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 9px 16px;
  border: 1px solid rgba(85, 183, 255, 0.25);
  border-radius: 999px;
  background: rgba(8, 127, 245, 0.09);
  color: var(--provider-blue-300);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.provider-meta108__eyebrow svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.provider-meta108__header h2 {
  margin: 0;
  color: var(--provider-white);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.provider-meta108__header h2 span {
  display: inline-block;
  background: linear-gradient(
    90deg,
    var(--provider-blue-400),
    var(--provider-blue-500)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.provider-meta108__header p {
  max-width: 790px;
  margin: 23px auto 0;
  color: var(--provider-muted);
  font-size: 17px;
  line-height: 1.8;
}

/* Highlights */
.provider-meta108__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  max-width: 940px;
  margin: 0 auto 35px;
}

.provider-meta108__highlight {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--provider-border);
  border-radius: 17px;
  background: rgba(8, 27, 56, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.provider-meta108__highlight-icon {
  display: inline-flex;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(85, 183, 255, 0.24);
  border-radius: 13px;
  background: rgba(28, 156, 255, 0.1);
  color: var(--provider-blue-400);
}

.provider-meta108__highlight-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.provider-meta108__highlight strong,
.provider-meta108__highlight span {
  display: block;
}

.provider-meta108__highlight strong {
  margin-bottom: 4px;
  color: var(--provider-white);
  font-size: 14px;
  line-height: 1.3;
}

.provider-meta108__highlight > div > span {
  color: var(--provider-muted);
  font-size: 11px;
  line-height: 1.4;
}

/* Provider Grid */
.provider-meta108__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 19px;
}

.provider-meta108__card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  align-items: flex-start;
  gap: 17px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--provider-border);
  border-radius: 21px;
  background:
    linear-gradient(
      145deg,
      rgba(13, 38, 75, 0.92),
      rgba(5, 18, 39, 0.97)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 16px 38px rgba(0, 0, 0, 0.19);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.provider-meta108__card::before {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgba(28, 156, 255, 0.08);
  content: "";
  pointer-events: none;
}

.provider-meta108__card:hover {
  transform: translateY(-6px);
  border-color: rgba(85, 183, 255, 0.4);
  box-shadow:
    0 24px 55px rgba(0, 0, 0, 0.3),
    0 0 28px rgba(8, 127, 245, 0.08);
}

.provider-meta108__logo {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: 61px;
  height: 61px;
  flex: 0 0 61px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(85, 183, 255, 0.25);
  border-radius: 18px;
  background:
    linear-gradient(
      145deg,
      rgba(28, 156, 255, 0.18),
      rgba(6, 101, 216, 0.06)
    );
  color: var(--provider-blue-300);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 25px rgba(0, 79, 175, 0.12);
}

.provider-meta108__logo--featured {
  border-color: rgba(85, 183, 255, 0.45);
  background:
    linear-gradient(
      135deg,
      var(--provider-blue-500),
      var(--provider-blue-700)
    );
  color: var(--provider-white);
  box-shadow:
    0 13px 28px rgba(6, 101, 216, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.provider-meta108__logo span {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.provider-meta108__card-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex: 1;
  flex-direction: column;
}

.provider-meta108__card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 9px;
  margin-bottom: 9px;
}

.provider-meta108__card h3 {
  margin: 0;
  color: var(--provider-white);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.provider-meta108__tag {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 5px 8px;
  border: 1px solid rgba(85, 183, 255, 0.18);
  border-radius: 999px;
  background: rgba(28, 156, 255, 0.08);
  color: var(--provider-blue-300);
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.provider-meta108__card p {
  margin: 0 0 16px;
  color: var(--provider-muted);
  font-size: 12px;
  line-height: 1.7;
}

.provider-meta108__link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: var(--provider-blue-400);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  transition:
    color 0.3s ease,
    gap 0.3s ease;
}

.provider-meta108__link svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.provider-meta108__link:hover {
  gap: 11px;
  color: var(--provider-white);
}

/* More Providers */
.provider-meta108__more {
  margin-top: 27px;
  padding: 23px;
  border: 1px solid var(--provider-border);
  border-radius: 21px;
  background: rgba(7, 24, 50, 0.72);
  text-align: center;
}

.provider-meta108__more > span {
  display: block;
  margin-bottom: 15px;
  color: var(--provider-white);
  font-size: 13px;
  font-weight: 800;
}

.provider-meta108__more ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.provider-meta108__more li {
  padding: 8px 12px;
  border: 1px solid rgba(85, 183, 255, 0.15);
  border-radius: 999px;
  background: rgba(28, 156, 255, 0.06);
  color: var(--provider-text);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

/* Bottom CTA */
.provider-meta108__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 27px;
  padding: 28px 30px;
  border: 1px solid rgba(85, 183, 255, 0.23);
  border-radius: 24px;
  background:
    linear-gradient(
      110deg,
      rgba(6, 101, 216, 0.24),
      rgba(6, 24, 51, 0.95)
    );
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.provider-meta108__cta-content {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 18px;
}

.provider-meta108__cta-icon {
  display: inline-flex;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(85, 183, 255, 0.3);
  border-radius: 16px;
  background: rgba(28, 156, 255, 0.13);
  color: var(--provider-blue-400);
}

.provider-meta108__cta-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.provider-meta108__cta strong {
  display: block;
  margin-bottom: 5px;
  color: var(--provider-white);
  font-size: 18px;
  line-height: 1.35;
}

.provider-meta108__cta p {
  max-width: 610px;
  margin: 0;
  color: var(--provider-muted);
  font-size: 13px;
  line-height: 1.65;
}

.provider-meta108__cta-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.provider-meta108__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 19px;
  border-radius: 13px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.provider-meta108__button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.provider-meta108__button--primary {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background:
    linear-gradient(
      135deg,
      var(--provider-blue-500),
      var(--provider-blue-700)
    );
  color: var(--provider-white);
  box-shadow:
    0 12px 28px rgba(6, 101, 216, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.provider-meta108__button--secondary {
  border: 1px solid rgba(85, 183, 255, 0.22);
  background: rgba(8, 127, 245, 0.06);
  color: var(--provider-blue-300);
}

.provider-meta108__button:hover {
  transform: translateY(-3px);
}

.provider-meta108__button--primary:hover {
  box-shadow:
    0 17px 34px rgba(6, 101, 216, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.provider-meta108__button--secondary:hover {
  border-color: rgba(85, 183, 255, 0.45);
  background: rgba(8, 127, 245, 0.13);
}

/* Accessibility */
.provider-meta108__link:focus-visible,
.provider-meta108__button:focus-visible {
  outline: 3px solid rgba(148, 211, 255, 0.72);
  outline-offset: 4px;
}

/* Tablet */
@media (max-width: 1100px) {
  .provider-meta108__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .provider-meta108__cta {
    align-items: flex-start;
  }

  .provider-meta108__cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .provider-meta108__button {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .provider-meta108 {
    padding: 90px 20px;
  }

  .provider-meta108__highlights {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .provider-meta108__cta {
    flex-direction: column;
    align-items: stretch;
  }

  .provider-meta108__cta-actions {
    flex-direction: row;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .provider-meta108 {
    padding: 72px 16px;
  }

  .provider-meta108__header {
    margin-bottom: 34px;
  }

  .provider-meta108__eyebrow {
    margin-bottom: 17px;
    padding: 8px 13px;
    font-size: 10px;
  }

  .provider-meta108__header h2 {
    font-size: clamp(30px, 10vw, 41px);
    line-height: 1.15;
  }

  .provider-meta108__header p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.75;
  }

  .provider-meta108__highlights {
    gap: 11px;
    margin-bottom: 25px;
  }

  .provider-meta108__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .provider-meta108__card {
    padding: 19px;
    border-radius: 19px;
  }

  .provider-meta108__card:hover {
    transform: translateY(-3px);
  }

  .provider-meta108__logo {
    width: 55px;
    height: 55px;
    flex-basis: 55px;
    border-radius: 16px;
  }

  .provider-meta108__card h3 {
    font-size: 17px;
  }

  .provider-meta108__more {
    margin-top: 18px;
    padding: 20px 15px;
    border-radius: 19px;
  }

  .provider-meta108__more ul {
    gap: 7px;
  }

  .provider-meta108__more li {
    padding: 7px 10px;
    font-size: 10px;
  }

  .provider-meta108__cta {
    margin-top: 18px;
    padding: 22px 19px;
    border-radius: 20px;
  }

  .provider-meta108__cta-content {
    align-items: flex-start;
  }

  .provider-meta108__cta-icon {
    width: 47px;
    height: 47px;
    flex-basis: 47px;
    border-radius: 14px;
  }

  .provider-meta108__cta strong {
    font-size: 16px;
  }

  .provider-meta108__cta-actions {
    flex-direction: column;
  }
}

/* Small Mobile */
@media (max-width: 390px) {
  .provider-meta108 {
    padding-right: 13px;
    padding-left: 13px;
  }

  .provider-meta108__header h2 {
    font-size: 29px;
  }

  .provider-meta108__card {
    gap: 13px;
    padding: 17px;
  }

  .provider-meta108__logo {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .provider-meta108__logo span {
    font-size: 14px;
  }

  .provider-meta108__card-heading {
    flex-direction: column;
    gap: 6px;
  }

  .provider-meta108__cta-content {
    gap: 13px;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .provider-meta108__card,
  .provider-meta108__link,
  .provider-meta108__button {
    transition: none;
  }
}