/* ============================================
   BUSINESS PAGE CUSTOM STYLES
   ============================================ */

/* --- HERO SECTION --- */
.business-hero {
    padding: 60px 0 80px;
    background: linear-gradient(135deg, rgba(0, 204, 102, 0.52) 0%, rgba(51, 255, 153, 0.48) 100%), url('../../img/2025/snowwow-szkola-narciarska-stubai-austria (9).jpg') center -470px/cover no-repeat fixed;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.business-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%);
}

.business-hero .container {
    position: relative;
    z-index: 1;
}

.business-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);
}

.business-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);
}

.business-hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 25px;
    opacity: 0.95;
}

/* --- SERVICES OVERVIEW SECTION --- */
.services-overview-section {
    padding: 60px 0;
    background: #ffffff;
}

.service-item {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 12px;
    border-top: 4px solid #00cc66;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.service-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 204, 102, 0.2);
}

.service-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00cc66 0%, #33ff99 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 204, 102, 0.3);
}

.service-item h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.service-item p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #555555;
    margin: 0;
}

/* --- WHY US SECTION --- */
.why-us-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;
}

.feature-highlight {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    border: 1px solid #e6f2ea;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: all 0.3s ease;
    height: 100%;
}

.feature-highlight:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 30px rgba(0, 204, 102, 0.15);
}

.feature-number {
    position: absolute;
    top: -15px;
    right: 25px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #00cc66 0%, #33ff99 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 4px 15px rgba(0, 204, 102, 0.4);
}

.feature-highlight h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.feature-highlight p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #333333;
    margin: 0;
}

/* --- TESTIMONIAL SECTION --- */
.testimonial-section {
    padding: 60px 0;
    background: 
        linear-gradient(135deg, rgba(0, 204, 102, 0.95) 0%, rgba(51, 255, 153, 0.9) 100%),
        url('https://images.unsplash.com/photo-1551524559-8af4e6624178?w=1920&q=80') center/cover no-repeat fixed;
    position: relative;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.05);
}

.testimonial-section .container {
    position: relative;
    z-index: 1;
}

.testimonial-card {
    background: #ffffff;
    padding: 45px;
    border-radius: 15px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    position: relative;
}

.testimonial-icon {
    position: absolute;
    top: -24px;
    left: 45px;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #00cc66 0%, #33ff99 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 204, 102, 0.4);
}

.testimonial-content {
    padding-top: 30px;
}

.testimonial-text {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #333333;
    font-style: italic;
    margin-bottom: 25px;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.testimonial-author strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.testimonial-author span {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #00cc66;
    font-weight: 600;
}

/* --- GALLERY SECTION --- */
.gallery-section {
    padding: 60px 0;
    background: #ffffff;
}

.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 250px;
}

.gallery-item-large {
    height: 520px;
}

.gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 204, 102, 0.85) 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);
}

/* --- PROGRAM TIMELINE SECTION --- */
.program-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-1454496522488-7a8e488e8606?w=1920&q=80') center/cover no-repeat fixed;
}

.timeline {
    position: relative;
    padding: 30px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #00cc66 0%, #33ff99 100%);
}

.timeline-item {
    position: relative;
    padding-left: 80px;
    margin-bottom: 40px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-badge {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00cc66 0%, #33ff99 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 800;
    box-shadow: 0 6px 20px rgba(0, 204, 102, 0.4);
    z-index: 2;
}

.timeline-content {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.timeline-content h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.timeline-content p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #555555;
    margin: 0;
}

/* --- PACKAGES SECTION --- */
.packages-section {
    padding: 60px 0;
    background: #ffffff;
}

.package-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.package-featured {
    border: 3px solid #00cc66;
    transform: scale(1.05);
}

.package-featured:hover {
    transform: scale(1.05) translateY(-8px);
}

.package-ribbon {
    position: absolute;
    top: 20px;
    right: -35px;
    background: linear-gradient(135deg, #00cc66 0%, #33ff99 100%);
    color: #ffffff;
    padding: 8px 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transform: rotate(45deg);
    box-shadow: 0 4px 15px rgba(0, 204, 102, 0.4);
    z-index: 10;
}

.package-header {
    padding: 30px 25px;
    text-align: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.package-basic .package-header {
    border-top: 4px solid #6c757d;
}

.package-standard .package-header {
    border-top: 4px solid #00cc66;
    background: linear-gradient(135deg, rgba(0, 204, 102, 0.05) 0%, rgba(51, 255, 153, 0.05) 100%);
}

.package-premium .package-header {
    border-top: 4px solid #ff6702;
    background: linear-gradient(135deg, rgba(255, 103, 2, 0.05) 0%, rgba(255, 143, 61, 0.05) 100%);
}

.package-header h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.package-badge {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #555555;
}

.package-features {
    padding: 30px 25px;
    flex: 1;
}

.package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.package-features li {
    padding: 12px 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.package-features li:last-child {
    border-bottom: none;
}

.package-features li i {
    font-size: 16px;
}

.package-features li .fa-check {
    color: #00cc66;
}

.package-features li .fa-times {
    color: #cccccc;
}

.package-features li.disabled {
    color: #999999;
    opacity: 0.6;
}

.package-cta {
    padding: 25px;
    text-align: center;
    background: #f8f9fa;
}

/* --- FAQ SECTION --- */
.faq-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;
}

.faq-item {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(0, 204, 102, 0.05);
}

.faq-question h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.faq-toggle {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #00cc66 0%, #33ff99 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 30px 25px 30px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #555555;
    margin: 0;
}

/* --- BENEFITS SECTION --- */
.benefits-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-1454496522488-7a8e488e8606?w=1920&q=80') center/cover no-repeat fixed;
}

.benefit-box {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 12px;
    border-top: 4px solid #00cc66;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.benefit-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 204, 102, 0.2);
}

.benefit-icon-large {
    font-size: 48px;
    margin-bottom: 15px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.benefit-box h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.benefit-box p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}

/* --- 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: 36px;
    font-weight: 800;
    margin-bottom: 15px;
}

.cta-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.cta-contact-info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-contact-info p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    margin: 5px 0;
}

.cta-contact-info a {
    color: #00cc66;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cta-contact-info a:hover {
    color: #33ff99;
    text-decoration: underline;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .business-hero {
        padding: 50px 0 60px;
    }
    
    .business-hero-title {
        font-size: 32px;
    }
    
    .business-hero-subtitle {
        font-size: 14px;
    }
    
    .services-overview-section,
    .why-us-section,
    .testimonial-section,
    .gallery-section,
    .benefits-section,
    .program-section,
    .packages-section,
    .faq-section,
    .cta-section {
        padding: 40px 0;
    }
    
    .service-item,
    .feature-highlight,
    .benefit-box {
        padding: 25px 20px;
        margin-bottom: 20px;
    }
    
    .service-item h4,
    .feature-highlight h3,
    .benefit-box h4 {
        font-size: 16px;
    }
    
    .service-item p,
    .feature-highlight p,
    .benefit-box p {
        font-size: 13px;
    }
    
    .testimonial-card {
        padding: 35px 25px;
    }
    
    .testimonial-text {
        font-size: 15px;
    }
    
    .gallery-item {
        height: 220px;
    }
    
    .gallery-item-large {
        height: 280px;
    }
    
    .timeline::before {
        left: 20px;
    }
    
    .timeline-item {
        padding-left: 60px;
    }
    
    .timeline-badge {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .timeline-content {
        padding: 20px;
    }
    
    .timeline-content h4 {
        font-size: 16px;
    }
    
    .timeline-content p {
        font-size: 13px;
    }
    
    .package-featured {
        transform: scale(1);
    }
    
    .package-featured:hover {
        transform: translateY(-8px);
    }
    
    .package-header {
        padding: 25px 20px;
    }
    
    .package-header h3 {
        font-size: 24px;
    }
    
    .package-features {
        padding: 25px 20px;
    }
    
    .package-features li {
        font-size: 13px;
        padding: 10px 0;
    }
    
    .faq-question {
        padding: 20px;
    }
    
    .faq-question h4 {
        font-size: 14px;
    }
    
    .faq-toggle {
        width: 25px;
        height: 25px;
        font-size: 18px;
    }
    
    .faq-answer p {
        padding: 0 20px 20px 20px;
        font-size: 13px;
    }
    
    .cta-title {
        font-size: 28px;
    }
    
    .cta-text {
        font-size: 14px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn-snow {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .business-hero-title {
        font-size: 28px;
    }
    
    .business-hero-subtitle {
        font-size: 13px;
    }
    
    .service-icon {
        width: 50px;
        height: 50px;
    }
    
    .feature-number {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .testimonial-icon {
        width: 60px;
        height: 60px;
    }
    
    .benefit-icon-large {
        font-size: 40px;
    }
    
    .gallery-item {
        height: 200px;
    }
    
    .gallery-item-large {
        height: 250px;
    }
    
    .timeline-item {
        padding-left: 50px;
    }
    
    .timeline-badge {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .package-ribbon {
        font-size: 10px;
        padding: 6px 30px;
    }
}

/* --- ADDITIONAL UTILITIES --- */
.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 10px;
    text-align: center;
}

.section-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #00cc66 0%, #33ff99 100%);
    margin: 15px auto 30px;
    border-radius: 2px;
}
