/* Trusted Business Opportunities — landing section 3 */
#influnet-opportunities {
  --op-pink: #ee3e96;
  --op-orange: #f26e59;
  --op-bg: #09090b;
  position: relative;
  overflow: hidden;
  background: var(--op-bg);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 5rem 0 5.5rem;
  font-family: Inter, system-ui, sans-serif;
}

#influnet-opportunities::before,
#influnet-opportunities::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
}

#influnet-opportunities::before {
  top: -80px;
  right: -60px;
  width: 400px;
  height: 400px;
  background: rgba(238, 62, 150, 0.1);
}

#influnet-opportunities::after {
  bottom: -100px;
  left: -80px;
  width: 360px;
  height: 360px;
  background: rgba(242, 110, 89, 0.08);
}

#influnet-opportunities .op-inner {
  position: relative;
  z-index: 1;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  #influnet-opportunities .op-inner {
    padding: 0 2rem;
  }
}

#influnet-opportunities .op-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  #influnet-opportunities {
    padding: 6rem 0 7rem;
  }

  #influnet-opportunities .op-grid {
    grid-template-columns: 45fr 55fr;
    gap: 3.5rem;
  }
}

/* Content — left on desktop */
#influnet-opportunities .op-content {
  order: 2;
  text-align: center;
}

@media (min-width: 1024px) {
  #influnet-opportunities .op-content {
    order: 1;
    text-align: left;
  }
}

#influnet-opportunities .op-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1rem;
  border-radius: 9999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(90deg, var(--op-pink), var(--op-orange));
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 20px rgba(238, 62, 150, 0.22);
}

#influnet-opportunities .op-heading {
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 1.25rem;
}

#influnet-opportunities .op-heading span {
  background: linear-gradient(90deg, var(--op-pink), var(--op-orange));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#influnet-opportunities .op-desc {
  font-size: 1rem;
  line-height: 1.75;
  color: #9ca3af;
  max-width: 34rem;
  margin: 0 auto 1.75rem;
}

@media (min-width: 1024px) {
  #influnet-opportunities .op-desc {
    margin: 0 0 1.75rem;
  }
}

#influnet-opportunities .op-compare {
  display: grid;
  gap: 0.875rem;
  margin-bottom: 1.75rem;
}

@media (min-width: 640px) {
  #influnet-opportunities .op-compare {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

#influnet-opportunities .op-compare-card {
  padding: 1rem 1.125rem;
  border-radius: 1rem;
  background: rgba(17, 17, 22, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  text-align: left;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

#influnet-opportunities .op-compare-card:hover {
  transform: translateY(-2px);
}

#influnet-opportunities .op-compare-card.op-before:hover {
  border-color: rgba(156, 163, 175, 0.25);
}

#influnet-opportunities .op-compare-card.op-after {
  border-color: rgba(238, 62, 150, 0.25);
  background: linear-gradient(135deg, rgba(238, 62, 150, 0.08), rgba(242, 110, 89, 0.05));
}

#influnet-opportunities .op-compare-card.op-after:hover {
  border-color: rgba(238, 62, 150, 0.45);
  box-shadow: 0 8px 28px rgba(238, 62, 150, 0.1);
}

#influnet-opportunities .op-compare-label {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

#influnet-opportunities .op-before .op-compare-label {
  color: #6b7280;
}

#influnet-opportunities .op-after .op-compare-label {
  color: var(--op-pink);
}

#influnet-opportunities .op-compare-text {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #d1d5db;
  margin: 0;
}

/* Channel pills */
#influnet-opportunities .op-channels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  justify-content: center;
}

@media (min-width: 1024px) {
  #influnet-opportunities .op-channels {
    justify-content: flex-start;
  }
}

#influnet-opportunities .op-channel {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.875rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #e5e7eb;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(12px);
}

#influnet-opportunities .op-channel.op-visible {
  opacity: 1;
  transform: translateY(0);
}

#influnet-opportunities .op-channel:nth-child(1) { transition-delay: 0.08s; }
#influnet-opportunities .op-channel:nth-child(2) { transition-delay: 0.14s; }
#influnet-opportunities .op-channel:nth-child(3) { transition-delay: 0.2s; }
#influnet-opportunities .op-channel:nth-child(4) { transition-delay: 0.26s; }

#influnet-opportunities .op-channel:hover {
  transform: translateY(-2px);
  border-color: rgba(238, 62, 150, 0.35);
  box-shadow: 0 6px 20px rgba(238, 62, 150, 0.1);
}

#influnet-opportunities .op-channel.op-visible:hover {
  transform: translateY(-2px);
}

#influnet-opportunities .op-channel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(238, 62, 150, 0.2), rgba(242, 110, 89, 0.15));
}

#influnet-opportunities .op-channel-icon svg {
  width: 0.8rem;
  height: 0.8rem;
  color: var(--op-pink);
}

/* Illustration — right on desktop, top on mobile */
#influnet-opportunities .op-visual {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1024px) {
  #influnet-opportunities .op-visual {
    order: 2;
  }
}

#influnet-opportunities .op-visual-wrap {
  position: relative;
  width: 100%;
  max-width: 640px;
  animation: op-float-main 7s ease-in-out infinite;
}

#influnet-opportunities .op-visual-wrap img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 48px rgba(238, 62, 150, 0.14));
}

#influnet-opportunities .op-visual-glow {
  position: absolute;
  inset: 8% 4%;
  background: linear-gradient(135deg, rgba(238, 62, 150, 0.15), rgba(242, 110, 89, 0.1));
  border-radius: 50%;
  filter: blur(40px);
  z-index: -1;
}

@keyframes op-float-main {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Scroll animations */
#influnet-opportunities .op-content-inner,
#influnet-opportunities .op-visual-inner {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

#influnet-opportunities .op-content-inner.op-visible,
#influnet-opportunities .op-visual-inner.op-visible {
  opacity: 1;
  transform: translateY(0);
}

#influnet-opportunities .op-compare-card {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

#influnet-opportunities .op-compare-card.op-visible {
  opacity: 1;
  transform: translateY(0);
}

#influnet-opportunities .op-compare-card:nth-child(1) { transition-delay: 0.1s; }
#influnet-opportunities .op-compare-card:nth-child(2) { transition-delay: 0.18s; }
