@media (max-width: 1024px) {
    .masthead__primary {
        padding: 0 20px;
    }
    
    .btn-header {
        padding: 8px 15px;
        font-size: 0.75rem;
    }
    
    .main-menu a {
        padding: 15px 20px;
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 190px;
    }
    
    .masthead__primary {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }
    
    .masthead__primary-left {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        padding: 10px 0;
        justify-content: center;
    }
    
    .site-logo .logo {
        height: 50px;
    }
    
    .masthead__primary-right-top {
        padding: 10px 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .button-menu {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    
    .btn-header {
        padding: 8px 12px;
        font-size: 0.7rem;
        margin: 5px;
    }
    
    .btn-header:first-child {
        margin: 5px;
    }
    
    .masthead__primary-right-bottom {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: block;
        background: #2c3e7a;
        color: white;
        border: none;
        padding: 12px 20px;
        width: 100%;
        text-align: center;
        font-size: 1rem;
        font-weight: 700;
        cursor: pointer;
    }
    
    .mobile-menu {
        display: none;
        background: #f8f9fa;
        border-top: 2px solid #e31837;
    }
    
    .mobile-menu.active {
        display: block;
    }
    
    .mobile-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .mobile-menu li {
        border-bottom: 1px solid #e0e0e0;
    }
    
    .mobile-menu a {
        display: block;
        padding: 15px 20px;
        color: #000;
        text-decoration: none;
        font-weight: 600;
    }
    
    .mobile-menu a:hover {
        background: #e0e0e0;
    }
    
    .mobile-dropdown-toggle {
        background: none;
        border: none;
        width: 100%;
        text-align: left;
        padding: 15px 20px;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .mobile-dropdown-menu {
        display: none;
        background: #fff;
    }
    
    .mobile-dropdown-menu.active {
        display: block;
    }
    
    .mobile-dropdown-menu a {
        padding-left: 40px;
        font-size: 0.9rem;
    }
    
    .promo-banner {
        padding: 20px 15px;
    }
    
    .promo-container {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .promo-text {
        font-size: 0.9rem;
    }
    
    .promo-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
    
    .hero-section {
        padding: 40px 15px;
    }
    
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-section p {
        font-size: 1rem;
    }
    
    .celebrating-section {
        padding: 40px 15px;
    }
    
    .celebrating-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    body {
        padding-top: 200px;
    }
    
    .site-logo .logo {
        height: 40px;
    }
    
    .button-menu {
        gap: 5px;
    }
    
    .btn-header {
        padding: 6px 10px;
        font-size: 0.65rem;
        margin: 3px;
    }
    
    .language-switcher,
    .search-toggle {
        display: none;
    }
    
    .promo-banner {
        padding: 15px 10px;
    }
    
    .promo-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .promo-text {
        font-size: 0.85rem;
    }
    
    .promo-btn {
        padding: 10px 20px;
        font-size: 0.85rem;
    }
    
    .hero-section h1 {
        font-size: 1.5rem;
    }
    
    .hero-section p {
        font-size: 0.9rem;
    }
    
    .celebrating-section h2 {
        font-size: 1.5rem;
    }
    
    .card h3 {
        font-size: 1.1rem;
    }
    
    .card p {
        font-size: 0.9rem;
    }
}

.tickets-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .tickets-header-container {
        padding: 10px 15px;
    }
    
    .tickets-logo img {
        height: 40px;
    }
    
    .tickets-nav {
        display: none;
    }
    
    .tickets-progress {
        padding: 15px 10px;
        overflow-x: auto;
    }
    
    .progress-container {
        min-width: 600px;
    }
    
    .progress-step {
        min-width: 100px;
    }
    
    .progress-step span {
        font-size: 0.7rem;
    }
    
    .ticket-packages {
        padding: 20px 10px;
    }
    
    .ticket-type-selector {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .ticket-type-btn {
        flex: 1 1 calc(50% - 10px);
        min-width: 140px;
        padding: 12px;
        font-size: 0.85rem;
    }
    
    .ticket-package {
        padding: 20px 15px;
    }
    
    .ticket-package h1 {
        font-size: 1.5rem;
    }
    
    .ticket-option {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .ticket-info {
        width: 100%;
    }
    
    .ticket-controls {
        width: 100%;
        justify-content: space-between;
    }
    
    .price {
        font-size: 1rem;
    }
    
    .calendar-section {
        padding: 20px 10px;
    }
    
    .calendar-header h2 {
        font-size: 1.3rem;
    }
    
    .calendar-grid {
        grid-template-columns: repeat(7, 1fr);
        gap: 5px;
    }
    
    .calendar-day {
        padding: 8px 5px;
        font-size: 0.75rem;
    }
    
    .time-slots {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .time-slot {
        padding: 10px;
        font-size: 0.85rem;
    }
    
    .cart-section {
        padding: 20px 10px;
    }
    
    .cart-header h2 {
        font-size: 1.3rem;
    }
    
    .cart-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .cart-summary {
        padding: 15px;
    }
    
    .checkout-btn {
        padding: 15px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .ticket-type-btn {
        flex: 1 1 100%;
        font-size: 0.8rem;
    }
    
    .ticket-package h1 {
        font-size: 1.2rem;
    }
    
    .ticket-option h3 {
        font-size: 1rem;
    }
    
    .calendar-day {
        padding: 6px 3px;
        font-size: 0.7rem;
    }
    
    .time-slots {
        grid-template-columns: 1fr;
    }
    
    .cart-total {
        font-size: 1.2rem;
    }
}

.hero-banner {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .hero-banner {
        height: 250px;
    }
    
    .hero-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .hero-overlay h1 {
        font-size: 1.8rem;
    }
    
    .hero-overlay p {
        font-size: 1rem;
    }
    
    .intro-section {
        padding: 30px 15px;
    }
    
    .intro-section h2 {
        font-size: 1.5rem;
    }
    
    .intro-text {
        font-size: 1rem;
    }
    
    .features-grid,
    .shop-categories > div,
    .dining-options > div {
        grid-template-columns: 1fr !important;
    }
    
    .feature-card {
        padding: 20px !important;
    }
    
    .tab-btn {
        padding: 12px 15px;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .hero-banner {
        height: 200px;
    }
    
    .hero-overlay h1 {
        font-size: 1.5rem;
    }
    
    .hero-overlay p {
        font-size: 0.9rem;
    }
    
    .sub-nav {
        flex-wrap: wrap;
    }
    
    .tab-btn {
        flex: 1 1 calc(50% - 10px);
        padding: 10px;
        font-size: 0.8rem;
    }
}

.promo-modal {
    padding: 20px;
}

@media (max-width: 768px) {
    .promo-modal-content {
        width: 90%;
        max-width: 500px;
        margin: 10% auto;
        padding: 30px 20px;
    }
    
    .promo-modal-content h2 {
        font-size: 1.8rem;
    }
    
    .promo-discount {
        font-size: 3rem;
    }
    
    .promo-features {
        grid-template-columns: 1fr;
    }
    
    .promo-modal-btn {
        padding: 15px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .promo-modal-content {
        width: 95%;
        padding: 25px 15px;
    }
    
    .promo-modal-content h2 {
        font-size: 1.5rem;
    }
    
    .promo-discount {
        font-size: 2.5rem;
    }
    
    .promo-modal-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    table {
        font-size: 0.85rem;
    }
    
    table th,
    table td {
        padding: 8px;
    }
}

@media (max-width: 480px) {
    table {
        font-size: 0.75rem;
    }
    
    table th,
    table td {
        padding: 6px;
    }
}
