/* CSS для Tilda - Очаковские бани */
#banya-hero-section {
    background: linear-gradient(135deg, #f5f2eb 0%, #d1b697 100%) !important;
    min-height: 80vh !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 40px 0 !important;
    margin: 0 !important;
}

#banya-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: url('data:image/svg+xml,') repeat;
    opacity: 0.3;
    z-index: 1;
}

.banya-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    position: relative !important;
    z-index: 2 !important;
}

.banya-hero-content {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 60px !important;
    align-items: center !important;
}

.banya-service-badge {
    background: white !important;
    color: #d1b697 !important;
    padding: 8px 20px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
}

.banya-hero-title {
    font-size: 3.2rem !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}

.banya-hero-subtitle {
    font-size: 1.3rem !important;
    color: #666 !important;
    margin-bottom: 30px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.banya-price-highlight {
    background: white !important;
    padding: 20px 25px !important;
    border-radius: 15px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
    border-left: 4px solid #d1b697 !important;
}

.banya-price-text {
    font-size: 1.1rem !important;
    color: #666 !important;
    margin-bottom: 8px !important;
}

.banya-price-value {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #d1b697 !important;
    margin-right: 10px !important;
}

.banya-price-duration {
    font-size: 1rem !important;
    color: #999 !important;
}

.banya-cta-group {
    display: flex !important;
    gap: 20px !important;
    margin-bottom: 30px !important;
    flex-wrap: wrap !important;
}

.banya-btn-primary {
    background: #d1b697 !important;
    color: white !important;
    padding: 18px 35px !important;
    border: none !important;
    border-radius: 50px !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
    box-shadow: 0 6px 20px rgba(209,182,151,0.3) !important;
}

.banya-btn-primary:hover {
    background: #c4a789 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(209,182,151,0.4) !important;
    color: white !important;
    text-decoration: none !important;
}

.banya-btn-secondary {
    background: white !important;
    color: #d1b697 !important;
    padding: 18px 35px !important;
    border: 2px solid #d1b697 !important;
    border-radius: 50px !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.banya-btn-secondary:hover {
    background: #d1b697 !important;
    color: white !important;
    text-decoration: none !important;
}

.banya-urgency-text {
    color: #e74c3c !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.banya-urgency-text::before {
    content: '⏰';
    font-size: 1.2rem;
}

.banya-feature-cards {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
}

.banya-feature-card {
    background: white !important;
    padding: 25px !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    text-align: center !important;
    transition: transform 0.3s ease !important;
}

.banya-feature-card:hover {
    transform: translateY(-5px) !important;
}

.banya-feature-icon {
    width: 60px !important;
    height: 60px !important;
    background: #f5f2eb !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 15px !important;
    font-size: 1.5rem !important;
}

.banya-feature-title {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 8px !important;
}

.banya-feature-desc {
    font-size: 0.95rem !important;
    color: #666 !important;
    line-height: 1.4 !important;
}

/* Адаптивность для Tilda */
@media (max-width: 960px) {
    .banya-hero-content {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    
    .banya-hero-title {
        font-size: 2.5rem !important;
    }
    
    .banya-feature-cards {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    .banya-cta-group {
        flex-direction: column !important;
    }
    
    .banya-hero-title {
        font-size: 2rem !important;
    }
    
    .banya-price-value {
        font-size: 2rem !important;
    }
}