/* Sponsor Binary Income — hero accent */

.sbi-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 0.95rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(17, 24, 39, 0.04);
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sbi-link:hover {
  color: var(--brand);
  border-color: color-mix(in srgb, var(--brand) 30%, var(--line));
  transform: translateY(-1px);
}

.sbi-link i,
.sbi-link svg {
  width: 15px !important;
  height: 15px !important;
  color: var(--brand);
}

.sbi-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 1.35rem 1.4rem;
  border-radius: 20px;
  color: #e8f8f2;
  background:
    radial-gradient(ellipse 70% 90% at 100% 0%, rgba(16, 185, 129, 0.35), transparent 55%),
    linear-gradient(135deg, #0b6e56 0%, #00a67e 48%, #085041 100%);
  border: 1px solid color-mix(in srgb, var(--brand) 30%, transparent);
  box-shadow: 0 16px 36px rgba(0, 166, 126, 0.18);
}

.sbi-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.55rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a7f3d0;
}

.sbi-hero__badge i,
.sbi-hero__badge svg {
  width: 13px !important;
  height: 13px !important;
}

.sbi-hero__copy h2 {
  margin: 0 0 0.35rem;
  font-family: "Syne", sans-serif !important;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.sbi-hero__copy p {
  margin: 0;
  max-width: 34rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(236, 253, 245, 0.78);
}

.sbi-hero__total {
  min-width: 160px;
  padding: 0.95rem 1.1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  text-align: right;
}

.sbi-hero__total small {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(236, 253, 245, 0.65);
  margin-bottom: 0.2rem;
}

.sbi-hero__total strong {
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

@media (max-width: 575.98px) {
  .sbi-hero__total {
    width: 100%;
    text-align: left;
  }
}
