.descarrega {
  padding: 7rem var(--container-px);
  background: linear-gradient(160deg, #2a0303 0%, var(--color-primary) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.descarrega::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,199,89,0.1) 0%, transparent 70%);
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.descarrega .container { position: relative; text-align: center; }

.descarrega__icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  margin: 0 auto 1.5rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}

.descarrega .section__title {
  color: #fff;
  margin-bottom: 0.75rem;
}

.descarrega__sub {
  color: rgba(255,255,255,0.65);
  font-size: 1rem;
  margin-bottom: 2.5rem;
}

.descarrega__btns {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}

.descarrega__contact {
  margin-top: 3rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
}

.descarrega__contact a {
  color: rgba(255,255,255,0.7);
  text-decoration: underline;
}
