


.hero.aff-hero {
  max-width: 1180px;
  margin: 16px auto 0;
  padding: 0 12px;
}

.aff-hero-inner {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--aff-border);
  background:
    radial-gradient(900px 340px at 20% 10%, rgba(255, 204, 0, 0.16), transparent 55%),
    radial-gradient(800px 340px at 80% 10%, rgba(11, 94, 215, 0.35), transparent 55%),
    linear-gradient(135deg, rgba(0, 58, 143, 0.75), rgba(2, 26, 44, 0.88));
  box-shadow: var(--aff-shadow);
  min-height: 260px;
}

.aff-hero-slide {
  padding: 34px 26px 56px;
}

.aff-hero-kicker {
  color: rgba(234,243,255,0.80);
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 8px;
}

.aff-hero-title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 10px;
}

.aff-hero-subtitle {
  color: rgba(234,243,255,0.85);
  max-width: 680px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.aff-hero-subtitle strong {
  color: #ffffff;
}

.aff-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.aff-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 900;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
}

.aff-btn-primary {
  background: linear-gradient(180deg, #ffffff);
  color: #0b1d2e;
  box-shadow: 0 10px 22px rgba(255, 204, 0, 0.22);
}

.aff-btn-primary:hover { filter: brightness(1.02); }

.aff-btn-ghost {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.18);
  color: #ffffff;
}

.aff-btn-ghost:hover { background: rgba(255,255,255,0.12); }

.aff-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.aff-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(234,243,255,0.85);
  font-weight: 700;
  font-size: 0.85rem;
}

.aff-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(0,0,0,0.25);
  color: #ffffff;
  font-size: 1.8rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.aff-hero-arrow:hover {
  background: rgba(0,0,0,0.35);
}

.aff-hero-prev { left: 14px; }
.aff-hero-next { right: 14px; }

/* Dots */
.aff-hero-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 2;
}

.aff-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.18);
  cursor: pointer;
}

.aff-dot.is-active {
  background: var(--aff-yellow);
  border-color: rgba(255, 204, 0, 0.9);
}

.aff-banners {
  max-width: 1180px;
  margin: 16px auto 0;
  padding: 0 12px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.aff-banner {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid var(--aff-border);
  background: rgba(255,255,255,0.07);
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
  color: var(--aff-text);
}

.aff-banner:hover {
  background: rgba(255,255,255,0.10);
}

.aff-banner-content h3 {
  font-size: 1.05rem;
  font-weight: 900;
  margin-bottom: 6px;
}

.aff-banner-content p {
  color: rgba(234,243,255,0.78);
  line-height: 1.35;
  margin-bottom: 10px;
}

.aff-banner-btn {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  color: #ffffff;
  font-weight: 800;
  width: fit-content;
}

.aff-banner-media {
  border-radius: 14px;
  background:
    radial-gradient(60px 60px at 30% 30%, rgba(255, 204, 0, 0.35), transparent 55%),
    radial-gradient(90px 90px at 70% 70%, rgba(11, 94, 215, 0.45), transparent 55%),
    linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.12);
}

.aff-categories {
  max-width: 1180px;
  margin: 14px auto 0;
  padding: 0 12px;

  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.aff-category {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: var(--aff-text);
  min-height: 54px;
}

.aff-category:hover {
  background: rgba(255,255,255,0.10);
}

.aff-cat-ico {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 204, 0, 0.15);
  border: 1px solid rgba(255, 204, 0, 0.25);
  font-size: 1.05rem;
}

.aff-cat-label {
  font-weight: 900;
  font-size: 0.95rem;
}

.aff-anchor {
  height: 10px;
}