/* ============================================
   PRIVATE LESSONS PAGE CUSTOM STYLES
   ============================================ */

/* --- HERO SECTION --- */
.private-hero {
    padding: 60px 0 80px;
    background: 
        linear-gradient(135deg, rgba(255, 103, 2, 0.92) 0%, rgba(255, 143, 61, 0.88) 100%),
        url('https://images.unsplash.com/photo-1551698618-1dfe5d97d256?w=1920&q=80') center/cover no-repeat fixed;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.private-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
}

.private-hero .container {
    position: relative;
    z-index: 1;
}

.private-hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    backdrop-filter: blur(10px);
}

.private-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.private-hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 600px;
    margin: 0 auto 25px;
    opacity: 0.95;
}

/* --- PRICING TABLE SECTION --- */
.pricing-section {
    padding: 60px 0;
    background: 
        linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.92) 100%),
        url('https://images.unsplash.com/photo-1551524559-8af4e6624178?w=1920&q=80') center/cover no-repeat fixed;
}

.pricing-table-wrapper {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 30px;
}

.modern-pricing-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.modern-pricing-table thead {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #ffffff;
}

.modern-pricing-table thead th {
    padding: 16px 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    text-align: center;
}

.modern-pricing-table thead tr:first-child th {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.modern-pricing-table tbody tr {
    transition: all 0.3s ease;
}

.modern-pricing-table tbody tr:hover {
    background: rgba(255, 103, 2, 0.05);
}

.modern-pricing-table tbody th {
    padding: 16px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}

.modern-pricing-table tbody td {
    padding: 16px 12px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ff6702;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

.modern-pricing-table tbody tr:last-child th {
    background: linear-gradient(135deg, rgba(255, 103, 2, 0.1) 0%, rgba(255, 143, 61, 0.1) 100%);
    color: #1a1a1a;
    font-size: 13px;
    text-align: center;
    padding: 20px;
}

/* --- ORDER SECTION: cennik (lewo) + formularz (prawo) --- */
.private-order-grid {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 40px;
    align-items: start;
}

.private-order-col--pricing .pricing-table-wrapper {
    margin-bottom: 0;
}

.private-order-col .section-title {
    margin-top: 0;
}

@media (max-width: 991px) {
    .private-order-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* --- CONTACT BOX --- */
.contact-box {
    background: linear-gradient(135deg, #ff6702 0%, #ff8f3d 100%);
    color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(255, 103, 2, 0.25);
    margin-bottom: 30px;
}

.contact-box-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-box a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
}

.contact-box a:hover {
    color: #1a1a1a;
}

.contact-requirements {
    background: rgba(255, 255, 255, 0.15);
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 15px;
    backdrop-filter: blur(10px);
    font-size: 14px;
    line-height: 1.6;
}

/* --- BENEFITS SECTION --- */
.benefits-section {
    padding: 60px 0;
    background: #ffffff;
}

.benefit-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateX(6px);
    box-shadow: 0 6px 20px rgba(255, 103, 2, 0.15);
}

.benefit-card h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.benefit-card p {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.benefit-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #ff6702 0%, #ff8f3d 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    box-shadow: 0 3px 10px rgba(255, 103, 2, 0.25);
    color: #ffffff;
}

.benefit-icon svg {
    width: 20px;
    height: 20px;
}

/* --- CONTENT SECTION --- */
.content-section {
    padding: 60px 0;
    background: 
        linear-gradient(to bottom, rgba(248, 249, 250, 0.95) 0%, rgba(255, 255, 255, 0.92) 100%),
        url('https://images.unsplash.com/photo-1483381719261-6620a7c05009?w=1920&q=80') center/cover no-repeat fixed;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.content-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.content-box h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.content-box p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 12px;
}

.content-box p:last-child {
    margin-bottom: 0;
}

.content-box strong {
    color: #ff6702;
}

.compact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.compact-list li {
    padding: 8px 0 8px 25px;
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

.compact-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #ff6702;
    font-weight: 700;
}

/* --- GALLERY SECTION --- */
.gallery-section {
    padding: 60px 0;
    background: #ffffff;
}

.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.gallery-item:hover img {
    transform: scale(1.06);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 103, 2, 0.8) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: flex-end;
    padding: 25px;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-caption {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* --- CTA SECTION --- */
.cta-section {
    padding: 60px 0;
    background: 
        linear-gradient(135deg, rgba(26, 26, 26, 0.92) 0%, rgba(45, 45, 45, 0.88) 100%),
        url('https://images.unsplash.com/photo-1551698618-1dfe5d97d256?w=1920&q=80') center/cover no-repeat fixed;
    color: #ffffff;
    text-align: center;
}

.cta-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
}

.cta-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    margin-bottom: 25px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .private-hero {
        padding: 50px 0 60px;
    }
    
    .private-hero-title {
        font-size: 32px;
    }
    
    .private-hero-subtitle {
        font-size: 14px;
    }
    
    .pricing-section,
    .benefits-section,
    .content-section,
    .gallery-section,
    .cta-section {
        padding: 40px 0;
    }
    
    .modern-pricing-table {
        font-size: 12px;
    }
    
    .modern-pricing-table thead th,
    .modern-pricing-table tbody td {
        padding: 10px 6px;
        font-size: 11px;
    }
    
    .modern-pricing-table tbody th {
        font-size: 13px;
        padding: 12px 8px;
    }
    
    .contact-box {
        padding: 20px;
    }
    
    .content-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .benefit-card,
    .content-box {
        padding: 20px;
    }
    
    .cta-title {
        font-size: 24px;
    }
}
