/* ============================================
   ZENIT — Adaptaciones Responsive
   Exclusivas para móviles (iPhone / Android)
   Sin alterar la vista de PC
   ============================================ */

/* Tablet y menor: ocultar CTA del header */
@media (max-width: 1023px) {
  .header-actions-cta {
    display: none !important;
  }
}

/* Celulares estándar y pequeños */
@media (max-width: 640px) {
  .hero-title {
    font-size: 1.85rem !important;
    line-height: 1.2 !important;
  }

  .hero-container {
    padding-top: 2.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .hero-pill-text {
    font-size: 0.68rem !important;
    white-space: normal !important;
  }

  .logo-subtitle {
    display: none !important;
  }
}
