body {
    background-color: #0b132b !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}


.navbar {
    background-color: #0b132b !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 15px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none !important;
}

.navbar .logo-small { color: #94a3b8 !important; }
.navbar .logo-main { color: #ffffff !important; }
.navbar .brand-text { color: #ffffff !important; }

.navbar .menu {
    display: flex;
    gap: 25px;
    align-items: center;
}

.navbar .menu a {
    color: #e0e6ed !important;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.navbar .menu a:hover,
.navbar .menu a.active {
    color: #ffffff !important;
    text-decoration: underline;
}


.prices-container {
    max-width: 900px;
    margin: 0 auto !important;
    padding: 40px 20px 80px 20px !important;
    background: transparent !important;
}

.prices-header {
    text-align: center;
    margin-bottom: 40px;
}

.badge-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 2px;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.prices-header h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.3rem;
    font-weight: 800;
    margin: 0 0 10px 0;
    color: #ffffff !important;
}

.prices-header p {
    color: #cbd5e1 !important;
    font-size: 1rem;
}


.schedule-banner {
    display: inline-flex;
    align-items: flex-start;
    gap: 15px;
    background: #1c2541 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    padding: 18px 22px;
    border-radius: 14px;
    margin-top: 20px;
    text-align: left;
    max-width: 650px;
}

.schedule-icon { font-size: 1.4rem; line-height: 1; }

.schedule-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.schedule-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff !important;
}

.schedule-hours { font-size: 0.95rem; color: #ffffff !important; }
.schedule-hours strong { color: #ffffff !important; }

.schedule-holiday {
    font-size: 0.88rem;
    color: #cbd5e1 !important;
    margin-top: 6px;
    line-height: 1.4;
}


.category-card { background: transparent !important; border: none !important; margin-bottom: 30px !important; }

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.card {
    background: #1c2541 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 14px;
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    transition: border-color 0.2s ease;
}

.card:hover {
    border-color: #00d2ff !important;
}

.card.popular {
    border: 1px solid #00d2ff !important;
}

.popular-badge {
    position: absolute;
    top: -11px;
    background: #00d2ff !important;
    color: #0b132b !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 20px;
}

.card h4 { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 1.15rem; 
    color: #ffffff !important; 
    margin: 10px 0; 
}


.card .price { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 2.1rem; 
    font-weight: 800; 
    color: #00d2ff !important; 
    margin: 0 0 10px 0; 
}

.card .price span { 
    font-size: 0.85rem; 
    color: #ffffff !important; 
    font-weight: 400; 
}

.card .tag { 
    color: #94a3b8 !important; 
    font-size: 0.88rem; 
    margin-top: auto; 
}


.loyalty-box {
    background: #1c2541 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 14px;
    padding: 28px;
    margin-top: 25px;
    text-align: left;
}

.loyalty-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.loyalty-badge-icon {
    font-size: 1.2rem;
}

.loyalty-header h3 {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff !important;
    font-size: 1.2rem;
    margin: 0;
}


.loyalty-terms-badge {
    background: rgba(255, 77, 77, 0.08) !important;
    border: 1px solid rgba(255, 77, 77, 0.4) !important;
    color: #ff6b6b !important;
    font-size: 0.88rem;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.loyalty-terms-badge strong { 
    color: #ff4d4d !important; 
    font-weight: 700;
}

.loyalty-intro {
    color: #ffffff !important;
    font-size: 0.98rem;
    margin: 0 0 15px 0;
    line-height: 1.5;
}

.loyalty-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.loyalty-benefits-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(11, 19, 43, 0.6) !important;
    padding: 12px 16px;
    border-radius: 8px;
    border-left: 3px solid rgba(255, 255, 255, 0.3) !important;
    color: #e0e6ed !important;
    font-size: 0.92rem;
}

.loyalty-benefits-list strong { color: #ffffff !important; }

.loyalty-footer-note {
    font-size: 0.88rem;
    color: #cbd5e1 !important;
    line-height: 1.5;
    padding-top: 10px;
}

.loyalty-footer-note strong { color: #ffffff !important; }


.community-box {
    background: #1c2541 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 14px;
    padding: 28px;
    margin-top: 25px;
    text-align: left;
}

.community-box h3 {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff !important;
    font-size: 1.2rem;
    margin: 0 0 12px 0;
}

.community-box p {
    color: #cbd5e1 !important;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.natural-bold {
    color: #ffffff !important;
    font-weight: 600;
}

.community-info-line {
    font-size: 0.88rem;
    color: #94a3b8 !important;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    padding-top: 14px;
    line-height: 1.5;
}

@media screen and (max-width: 600px) {
    .schedule-banner { flex-direction: column; }
}