/* === Sponsor zone (neutral class names so adblockers do not hide the wrapper) === */
.partners-section {
  width: 100%;
  padding: 24px 5% 36px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(255,255,255,0.015) 100%);
  border-top: 1px solid rgba(255,255,255,0.04);
  position: relative;
  z-index: 1;
}
.partners-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.partners-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  margin: 0;
}
.partners-slot {
  width: 100%;
  max-width: 100%;
  min-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#container-4406c707b1c000c6c5926f7f71150b68 {
  width: 100%;
  max-width: 728px;
  min-height: 250px;
}
@media (max-width: 640px) {
  .partners-section { padding: 18px 4% 28px; }
  .partners-slot { min-height: 60px; }
}

/* === Anti-adblock modal === */
.gp-ab-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: gpAbFade 0.3s ease-out;
}
@keyframes gpAbFade {
  from { opacity: 0; }
  to { opacity: 1; }
}
.gp-ab-box {
  background: #0a0a0a;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 44px 36px 36px;
  width: 100%;
  max-width: 440px;
  text-align: center;
  box-shadow: 0 0 80px rgba(255,255,255,0.04), 0 20px 60px rgba(0,0,0,0.5);
  animation: gpAbPop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes gpAbPop {
  from { opacity: 0; transform: scale(0.92) translateY(8px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
.gp-ab-icon {
  font-size: 2.6rem;
  margin-bottom: 14px;
  display: inline-block;
  animation: gpAbPulse 2s ease-in-out infinite;
}
@keyframes gpAbPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}
.gp-ab-box h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.gp-ab-box p {
  color: #888;
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0 0 12px;
}
.gp-ab-box p.gp-ab-hint {
  color: #555;
  font-size: 0.78rem;
  margin: 0 0 24px;
}
.gp-ab-box p.gp-ab-hint strong {
  color: #fff;
  font-weight: 600;
}
.gp-ab-btn {
  background: #fff;
  color: #000;
  border: none;
  border-radius: 10px;
  padding: 13px 28px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  width: 100%;
}
.gp-ab-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(255,255,255,0.12);
}
.gp-ab-btn:active {
  transform: translateY(0);
}
.gp-ab-footer {
  margin-top: 18px;
  font-size: 0.7rem;
  color: #444;
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.08em;
}
