/* Katalog Page Specific Styles */

/* Page Header */
.page-header-section {
    height: 60vh;
    background: var(--gradient-dark);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.page-header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="a" cx="50%" cy="50%" r="50%"><stop offset="0%" stop-color="%23d4af37" stop-opacity="0.1"/><stop offset="100%" stop-color="transparent"/></radialGradient></defs><circle cx="300" cy="200" r="120" fill="url(%23a)"/><circle cx="700" cy="400" r="150" fill="url(%23a)"/><circle cx="200" cy="700" r="100" fill="url(%23a)"/></svg>') no-repeat center center;
    background-size: cover;
    opacity: 0.2;
}

.page-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.page-header-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.page-title {
    font-family: var(--font-primary);
    font-size: 4rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1rem;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7);
    letter-spacing: 6px;
}

.page-description {
    font-size: 1.2rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb {
    background: transparent;
    justify-content: center;
}

.breadcrumb-item a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: var(--text-light);
}

.breadcrumb-item.active {
    color: var(--text-muted);
}

/* Catalog Intro */
.catalog-intro-text {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

/* Category Cards */
.category-card {
    background: rgba(26, 26, 26, 0.8);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(212, 175, 55, 0.2);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.1), transparent);
    transition: left 0.5s ease;
}

.category-card:hover::before {
    left: 100%;
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-premium);
    border-color: var(--primary-color);
}

.category-icon {
    width: 100px;
    height: 100px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2.5rem;
    color: var(--bg-dark);
    transition: all 0.3s ease;
}

.category-card:hover .category-icon {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.category-card h4 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-family: var(--font-primary);
    font-size: 1.8rem;
}

.category-card p {
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* Cocktail Cards */
.cocktail-card {
    background: rgba(26, 26, 26, 0.8);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(212, 175, 55, 0.2);
    height: 100%;
}

.cocktail-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-premium);
    border-color: var(--primary-color);
}

.cocktail-image {
    height: 200px;
    background: var(--gradient-dark);
    position: relative;
    overflow: hidden;
}

.image-placeholder-cocktail {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

.cocktail-info {
    padding: 1.5rem;
}

.cocktail-info h4 {
    color: var(--primary-color);
    font-family: var(--font-primary);
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

.cocktail-description {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.cocktail-price {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--primary-color);
    background: rgba(212, 175, 55, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    display: inline-block;
}

/* VIP Packages */
.vip-package {
    background: rgba(26, 26, 26, 0.9);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.vip-bronze {
    border-color: #cd7f32;
    background: linear-gradient(135deg, rgba(205, 127, 50, 0.1) 0%, rgba(26, 26, 26, 0.9) 100%);
}

.vip-silver {
    border-color: #c0c0c0;
    background: linear-gradient(135deg, rgba(192, 192, 192, 0.1) 0%, rgba(26, 26, 26, 0.9) 100%);
}

.vip-gold {
    border-color: #ffd700;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(26, 26, 26, 0.9) 100%);
}

.vip-package:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.package-header {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(212, 175, 55, 0.3);
}

.package-header h4 {
    font-family: var(--font-primary);
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.vip-bronze .package-header h4 {
    color: #cd7f32;
}

.vip-silver .package-header h4 {
    color: #c0c0c0;
}

.vip-gold .package-header h4 {
    color: #ffd700;
}

.package-price {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: var(--font-primary);
}

.vip-bronze .package-price {
    color: #cd7f32;
}

.vip-silver .package-price {
    color: #c0c0c0;
}

.vip-gold .package-price {
    color: #ffd700;
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    text-align: left;
}

.package-features li {
    padding: 0.5rem 0;
    color: var(--text-light);
    display: flex;
    align-items: center;
}

.package-features li i {
    color: var(--primary-color);
    margin-right: 0.8rem;
    width: 16px;
}

/* Entertainment Cards */
.entertainment-card {
    background: rgba(26, 26, 26, 0.8);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(212, 175, 55, 0.2);
    height: 100%;
}

.entertainment-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-premium);
    border-color: var(--primary-color);
}

.entertainment-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: var(--bg-dark);
}

.entertainment-card h4 {
    color: var(--primary-color);
    font-family: var(--font-primary);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.entertainment-card p {
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.entertainment-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.entertainment-features li {
    padding: 0.3rem 0;
    color: var(--text-muted);
    font-size: 0.9rem;
    position: relative;
    padding-left: 1.2rem;
}

.entertainment-features li::before {
    content: '•';
    color: var(--primary-color);
    position: absolute;
    left: 0;
}

/* Gallery */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.gallery-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow-premium);
}

.gallery-link {
    display: block;
    text-decoration: none;
}

.gallery-placeholder {
    height: 200px;
    background: var(--gradient-dark);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    border: 2px dashed var(--primary-color);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-placeholder {
    background: rgba(212, 175, 55, 0.1);
    border-color: var(--text-light);
}

/* CTA Section */
.cta-section {
    background: var(--gradient-dark);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="a" cx="50%" cy="50%" r="50%"><stop offset="0%" stop-color="%23d4af37" stop-opacity="0.1"/><stop offset="100%" stop-color="transparent"/></radialGradient></defs><circle cx="200" cy="300" r="150" fill="url(%23a)"/><circle cx="800" cy="200" r="120" fill="url(%23a)"/><circle cx="500" cy="700" r="100" fill="url(%23a)"/></svg>') no-repeat center center;
    background-size: cover;
    opacity: 0.2;
}

.cta-title {
    font-family: var(--font-primary);
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.cta-text {
    font-size: 1.2rem;
    color: var(--text-muted);
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-title {
        font-size: 2.5rem;
        letter-spacing: 3px;
    }
    
    .page-description {
        font-size: 1rem;
    }
    
    .category-card,
    .vip-package,
    .entertainment-card {
        padding: 2rem 1.5rem;
    }
    
    .vip-package {
        margin-bottom: 2rem;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
    }
    
    .cta-title {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .cta-text {
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .cta-section .text-lg-end {
        text-align: center !important;
    }
}

@media (max-width: 576px) {
    .page-title {
        font-size: 2rem;
        letter-spacing: 2px;
    }
    
    .category-icon {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .package-price {
        font-size: 2rem;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}

/* Lightbox Customization */
.lightbox {
    background: rgba(10, 10, 10, 0.95) !important;
}

.lb-outerContainer {
    background: var(--bg-dark) !important;
    border-radius: 15px !important;
    border: 2px solid var(--primary-color) !important;
}

.lb-container {
    padding: 20px !important;
}

.lb-close {
    background: var(--primary-color) !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 20px !important;
    right: 20px !important;
}

.lb-nav a {
    opacity: 0.8 !important;
    transition: opacity 0.3s ease !important;
}

.lb-nav a:hover {
    opacity: 1 !important;
}

.lb-prev, .lb-next {
    background: var(--primary-color) !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.lb-number {
    color: var(--primary-color) !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}