section.development-process {
  padding: 0;
}

/* ── Alturas de tarjetas ───────────────────────────────────────── */
section.development-process .dp-card-tall {
  height: 500px;
}

/* ── Badge de etiqueta ─────────────────────────────────────────── */
section.development-process .dp-badge-label {
  font-size: 1.5rem;
}

/* ── Responsive: tablets y pantallas medianas (< 1200px) ───────── */
@media (max-width: 1199.98px) {
  section.development-process .dp-card-tall {
    height: 340px;
  }

  section.development-process .dp-badge-label {
    font-size: 1rem;
    padding: 0.4rem 1rem !important;
  }

  section.development-process .ps-xl-4 {
    padding-left: 0 !important;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}

/* ── Responsive: móviles (< 768px) ─────────────────────────────── */
@media (max-width: 767.98px) {
  section.development-process .dp-card-tall {
    height: 260px;
  }

  section.development-process .dp-badge-label {
    font-size: 0.85rem;
    padding: 0.35rem 0.75rem !important;
  }

}

/* ── Responsive: móviles pequeños (< 576px) ────────────────────── */
@media (max-width: 575.98px) {
  section.development-process .dp-card-tall {
    height: 200px;
  }
}
