/* ==========================================================================
   PROMPT MAESTRO - RESPONSIVE STYLESHEET (responsive.css)
   Servicios Técnicos & Remodelaciones Enterprise Landing Page
   ========================================================================== */

@media (max-width: 991.98px) {
  .hero-section {
    padding: 90px 0 60px;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 2.2rem;
  }

  .hero-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-badges-grid {
    justify-content: center;
  }

  .section-padding {
    padding: 70px 0;
  }

  .section-title {
    font-size: 1.9rem;
  }

  .floating-widget-bar {
    bottom: 20px;
    right: 15px;
  }

  .float-btn {
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
  }

  .quote-card {
    padding: 25px;
  }
}

@media (max-width: 767.98px) {
  .hero-content h1 {
    font-size: 1.85rem;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .emergency-banner-content h2 {
    font-size: 1.8rem;
  }

  .timeline-item {
    flex-direction: column;
    gap: 12px;
  }

  .timeline-step-badge {
    width: 44px;
    height: 44px;
    font-size: 1.1rem;
  }
}
