.rtp-provider-section {
  position: relative;
  padding: 90px 20px;
  background:
    radial-gradient(circle at 10% 12%, rgba(56, 189, 248, 0.24), transparent 34%),
    radial-gradient(circle at 88% 5%, rgba(37, 99, 235, 0.3), transparent 36%),
    linear-gradient(135deg, #020617 0%, #071b3a 46%, #0b3f88 100%);
  color: #ffffff;
  overflow: hidden;
}

.rtp-provider-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.75), transparent);
  pointer-events: none;
}

.rtp-provider-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.rtp-provider-heading {
  max-width: 860px;
  margin: 0 auto 48px;
  text-align: center;
}

.rtp-provider-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(125, 211, 252, 0.45);
  color: #93c5fd;
  font-size: 14px;
  font-weight: 800;
}

.rtp-provider-heading h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.15;
  color: #ffffff;
}

.rtp-provider-heading p {
  margin: 0;
  color: #dbeafe;
  font-size: 16px;
  line-height: 1.8;
}

.rtp-provider-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.rtp-provider-card {
  position: relative;
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(15, 45, 95, 0.76));
  border: 1px solid rgba(96, 165, 250, 0.28);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.rtp-provider-card::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -65px;
  top: -65px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.14);
  transition: transform 0.3s ease;
}

.rtp-provider-card:hover {
  transform: translateY(-8px);
  border-color: rgba(56, 189, 248, 0.72);
  box-shadow: 0 30px 78px rgba(37, 99, 235, 0.28);
}

.rtp-provider-card:hover::after {
  transform: scale(1.45);
}

.rtp-provider-card.featured {
  background: linear-gradient(180deg, rgba(30, 64, 175, 0.96), rgba(2, 6, 23, 0.92));
  border-color: rgba(125, 211, 252, 0.58);
}

.rtp-provider-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.rtp-provider-logo {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #1d4ed8, #38bdf8);
  box-shadow: 0 16px 35px rgba(56, 189, 248, 0.25);
  color: #ffffff;
  font-size: 19px;
  font-weight: 900;
}

.rtp-provider-top h3 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 21px;
}

.rtp-provider-top span {
  color: #93c5fd;
  font-size: 13px;
  font-weight: 800;
}

.rtp-provider-score {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(59, 130, 246, 0.14);
  border: 1px solid rgba(125, 211, 252, 0.2);
}

.rtp-provider-score strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
}

.rtp-provider-score span {
  color: #bfdbfe;
  font-size: 13px;
  font-weight: 800;
}

.rtp-provider-games {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.rtp-provider-games li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(96, 165, 250, 0.16);
  color: #dbeafe;
  font-size: 14px;
}

.rtp-provider-games li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.rtp-provider-games b {
  color: #ffffff;
  font-size: 13px;
}

.rtp-provider-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 14px 35px rgba(37, 99, 235, 0.35);
}

.rtp-provider-note {
  margin-top: 24px;
  padding: 22px 26px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(15, 45, 95, 0.76));
  border: 1px solid rgba(96, 165, 250, 0.26);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
}

.rtp-provider-note p {
  margin: 0;
  color: #dbeafe;
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 992px) {
  .rtp-provider-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .rtp-provider-section {
    padding: 70px 16px;
  }

  .rtp-provider-heading {
    text-align: left;
    margin-bottom: 32px;
  }

  .rtp-provider-heading h2 {
    font-size: 28px;
  }

  .rtp-provider-heading p {
    font-size: 15px;
  }

  .rtp-provider-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rtp-provider-card,
  .rtp-provider-note {
    border-radius: 22px;
  }

  .rtp-provider-card {
    padding: 22px;
  }

  .rtp-provider-logo {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    font-size: 17px;
  }

  .rtp-provider-top h3 {
    font-size: 20px;
  }

  .rtp-provider-score strong {
    font-size: 28px;
  }

  .rtp-provider-games li {
    font-size: 14px;
  }
}