@media (max-width: 768px) {
  /* ================= HERO ================= */
  .hero-modern {
    background-attachment: scroll;
    min-height: calc(100vh - 80px);
  }

  .hero-modern__grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .hero-modern__content {
    order: 1;
  }

  .hero-modern__content p {
    margin: 0 auto;
    max-width: 420px;
  }

  .hero-modern__image {
    order: 2;
    display: flex;
    justify-content: center;
    margin-top: -10px;
  }

  .hero-modern__image img {
    width: clamp(260px, 70vw, 360px);
    max-width: 360px;
  }

  .hero-modern__buttons {
    flex-direction: column;
    gap: 0.8rem;
  }

  .hero-modern__buttons .btn {
    width: 100%;
  }

  /* ================= BOTONES ================= */

  .btn {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 0.9rem 1.4rem;
    font-size: 0.95rem;
  }

  /* ================= FEATURES ================= */

  .interactive-modern__features {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  .feature-group {
    width: 100%;
    padding: 1.4rem;
    text-align: center;
  }

  .feature-group h4 {
    font-size: 1rem;
  }

  .feature-group ul {
    padding-left: 0;
  }

  .feature-group li {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  /* ================= CATALOGO ================= */

  .interactive-modern__media {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.2rem;
  }

  .catalog-cta {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
  }

  .catalog-cta .btn {
    width: 100%;
  }

  .event-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 1.8rem;
  }

  .event-tab {
    flex-direction: column;
    gap: 8px;
    padding: 16px 12px;
    border-radius: 18px;
  }

  .event-tab img {
    width: 26px;
    height: 26px;
  }

  /* ================= HEADER ================= */

  .nav-modern {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    padding: 2rem;
    display: none;
    gap: 1.5rem;
  }

  .nav-modern.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .header-modern__content {
    height: 64px;
    padding: 0 1.2rem;
  }

  .logo__icon {
    width: 28px;
  }

  .logo__text {
    font-size: 0.95rem;
  }

  /* ================= SECTIONS ================= */

  section {
    padding: 4rem 0;
  }

  .interactive-modern {
    padding: 5rem 1.5rem;
  }

  .interactive-modern__grid,
  .packages-grid,
  .diff-grid,
  .process-modern__wrapper {
    grid-template-columns: 1fr !important;
  }

  .diff-card--highlight {
    order: -1;
    transform: none;
  }

  .package-card {
    padding: 1.8rem 1.4rem;
    border-radius: 18px;
  }

  .package-card--featured {
    transform: none;
  }

  /* ================= FOOTER ================= */

  /* ===== FOOTER MÁS COMPACTO MÓVIL ===== */

  .footer {
    padding: 1.8rem 1.2rem 1rem;
  }

  .footer__content {
    gap: 1.2rem;
  }

  .footer__brand h3 {
    font-size: 1.15rem;
    margin-bottom: 0.4rem;
  }

  .footer__description {
    font-size: 0.8rem;
    line-height: 1.5;
    margin-bottom: 0.6rem;
  }

  .footer__trust {
    font-size: 0.75rem;
    margin-top: 0.2rem;
  }

  .footer__cta {
    gap: 0.6rem;
  }

  .footer__cta-text {
    font-size: 1rem;
    margin-bottom: 0.4rem;
  }

  .footer__cta .btn {
    padding: 0.75rem 1.4rem;
    font-size: 0.9rem;
  }

  .footer__socials-title {
    font-size: 0.85rem;
    margin-bottom: 0.6rem;
  }

  .footer__social-icons {
    gap: 12px;
    margin-bottom: 0.6rem;
  }

  .footer__whats {
    gap: 0.6rem;
    margin-top: 0.6rem;
  }

  .footer__whats a {
    font-size: 0.85rem;
  }

  .footer__content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .footer__brand {
    text-align: center !important;
    max-width: 280px;
  }

  .footer__brand h3 {
    text-align: center;
  }

  .footer__cta {
    align-items: center !important;
    text-align: center !important;
  }
  /* ================= FLOATING SOCIALS ================= */

  .floating-socials--top {
    top: calc(70px + env(safe-area-inset-top));
    right: 12px;
    gap: 12px;
  }

  .social-btn {
    width: 42px;
    height: 42px;
  }

  .social-btn img {
    width: 28px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  .btn {
    width: 100%;
  }

  .process__grid {
    grid-template-columns: 1fr;
  }

  .process-step__number {
    width: 48px;
    height: 48px;
    font-size: 0.9rem;
  }

  .interactive__video-wrapper {
    max-width: 260px;
    padding: 1.1rem 0.55rem;
  }
}
