/* EventPass Master Mobile & Universal Responsive System */

/* Global Body & Container Safety to Prevent Mobile Horizontal Scroll */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Responsive Image Scaling & Media Safety */
img, svg, video {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
  .header-container {
    padding: 0 0.75rem;
  }
  
  .hero-cover-wrapper {
    min-height: auto !important;
    padding-top: 5rem !important;
    padding-bottom: 2.5rem !important;
    background-position: right top !important;
  }

  .event-title {
    font-size: 2.15rem !important;
    line-height: 1.15 !important;
  }

  .clean-card {
    padding: 1.25rem !important;
    border-radius: 18px !important;
  }

  .floating-phase-btn {
    bottom: 5.5rem;
    right: 0.875rem;
    padding: 0.65rem 1rem;
    font-size: 0.75rem;
  }

  .sticky-bottom-cta {
    padding: 0.75rem 0.875rem;
  }

  .cta-container {
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  /* Pop-Up Coupon Modal Mobile Precision */
  #coupon-modal-card {
    width: 94vw !important;
    max-width: 390px !important;
    padding: 1.25rem 1rem !important;
    margin: 0 auto !important;
    border-radius: 20px !important;
  }

  /* Ticker Marquee Font Size on Mobile */
  .marquee-item {
    font-size: 0.8rem !important;
    gap: 1rem !important;
  }
}

@media (min-width: 769px) {
  .mobile-annotations-list {
    display: none;
  }
}
