.rtp-provider-section {
  position: relative;
  padding: 90px 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 174, 255, 0.25), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(0, 100, 255, 0.22), transparent 32%),
    linear-gradient(135deg, #020817 0%, #061b3f 48%, #00427f 100%);
  color: #ffffff;
  font-family: Arial, sans-serif;
}

.rtp-provider-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    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: 38px 38px;
  opacity: 0.22;
  pointer-events: none;
}

.rtp-provider-container {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.rtp-provider-heading {
  max-width: 800px;
  margin: 0 auto 34px;
  text-align: center;
}

.rtp-provider-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(0, 170, 255, 0.14);
  border: 1px solid rgba(98, 205, 255, 0.42);
  color: #8edfff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.rtp-provider-heading h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.15;
}

.rtp-provider-heading p {
  margin: 0;
  color: #c9ddf5;
  font-size: 16px;
  line-height: 1.8;
}

.rtp-provider-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}

.rtp-provider-tabs button {
  border: 1px solid rgba(121, 203, 255, 0.28);
  background: rgba(255, 255, 255, 0.07);
  color: #dceeff;
  padding: 11px 17px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s ease;
}

.rtp-provider-tabs button:hover,
.rtp-provider-tabs button.active {
  background: linear-gradient(135deg, #00aaff, #0066ff);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 132, 255, 0.32);
}

.rtp-provider-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.rtp-provider-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.045));
  border: 1px solid rgba(126, 210, 255, 0.22);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
  transition: 0.3s ease;
}

.rtp-provider-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: radial-gradient(circle at top right, rgba(0, 174, 255, 0.25), transparent 45%);
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
}

.rtp-provider-card:hover {
  transform: translateY(-7px);
  border-color: rgba(106, 213, 255, 0.6);
  box-shadow: 0 28px 70px rgba(0, 123, 255, 0.25);
}

.rtp-provider-card:hover::before {
  opacity: 1;
}

.rtp-provider-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.provider-name {
  display: inline-block;
  margin-bottom: 8px;
  color: #8edfff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.rtp-provider-top h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.35;
}

.rtp-provider-top strong {
  flex: 0 0 auto;
  min-width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #008cff, #00c6ff);
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 162, 255, 0.36);
}

.rtp-provider-bar {
  position: relative;
  z-index: 1;
  height: 11px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(255,255,255,0.13);
  overflow: hidden;
}

.rtp-provider-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #00c6ff, #0072ff);
  box-shadow: 0 0 24px rgba(0, 183, 255, 0.75);
}

.rtp-provider-card ul {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.rtp-provider-card li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  color: #d7eaff;
  font-size: 14px;
  line-height: 1.5;
}

.rtp-provider-card li:last-child {
  border-bottom: none;
}

.rtp-provider-card li b {
  color: #ffffff;
  text-align: right;
}

.rtp-provider-note {
  margin-top: 32px;
  padding: 18px 22px;
  border-radius: 18px;
  background: rgba(0, 140, 255, 0.13);
  border: 1px solid rgba(119, 211, 255, 0.28);
  color: #dcefff;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.rtp-provider-card.hide {
  display: none;
}

@media (max-width: 991px) {
  .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: 28px;
  }

  .rtp-provider-tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .rtp-provider-tabs button {
    flex: 0 0 auto;
  }

  .rtp-provider-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rtp-provider-card {
    padding: 22px;
    border-radius: 20px;
  }

  .rtp-provider-top {
    flex-direction: column;
  }

  .rtp-provider-note {
    text-align: left;
  }
}