.tourism-form .form-group:nth-child(1) { animation-delay: 0.1s; }
.tourism-form .form-group:nth-child(2) { animation-delay: 0.2s; }
.tourism-form .form-group:nth-child(3) { animation-delay: 0.3s; }
.tourism-form .form-group:nth-child(4) { animation-delay: 0.4s; }

/* Финальные штрихи для профессионального вида */
.tourism-hero-content {
    opacity: 0;
    animation: slideInUp 1s ease forwards;
    animation-delay: 0.3s;
}

/* .modern-card {
    opacity: 0;
    animation: slideInUp 0.8s ease forwards;
} *

/* Убираем анимации для пользователей с ограниченными возможностями */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Что включено */
.included-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.included-category {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.included-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.included-header i {
    font-size: 1.5rem;
    color: #3b82f6;
}

.included-header h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.included-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.included-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    color: #4b5563;
    font-size: 0.9rem;
}

.included-list li i {
    color: #10b981;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.partnership-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    align-items: start;
}

.safety-info {
    margin-top: 1.5rem;
    padding: 1rem;
    background: #f0f9ff;
    border-radius: 8px;
    border-left: 4px solid #10b981;
    transition: all 0.3s ease;
}

.safety-info:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: rgba(59, 130, 246, 0.3);
}

.safety-info h4 {
    color: #1e293b;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.safety-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.safety-info li {
    padding: 0.25rem 0;
    color: #64748b;
    position: relative;
    padding-left: 1.5rem;
}

.safety-info li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
}

.contact-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e2e8f0;
}

.contact-card h4 {
    color: #1e293b;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.contact-item i {
    color: #3b82f6;
    width: 20px;
}

.contact-item a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
}

.contact-item a:hover {
    text-decoration: underline;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.location-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}


.location-icon {
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.location-content h4 {
    color: #1e293b;
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

.location-content p {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0;
}

/* Стили для новой секции водных развлечений - добавить в tourism.css */

/* Основная секция водных развлечений */
.water-entertainment-section {
    padding: 3rem 0;
}

.water-entertainment-intro {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-left: 4px solid #f59e0b;
    transition: all 0.3s ease;
}

.water-entertainment-intro:hover {
    border-left-width: 6px;
    transform: translateX(3px);
}

/* Категории развлечений */
.entertainment-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.entertainment-category {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
}

.entertainment-category::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    transition: all 0.3s ease;
}

.extreme-category::before { background: linear-gradient(90deg, #ef4444, #dc2626); }
.speed-category::before { background: linear-gradient(90deg, #3b82f6, #1d4ed8); }
.group-category::before { background: linear-gradient(90deg, #10b981, #059669); }
.calm-category::before { background: linear-gradient(90deg, #8b5cf6, #7c3aed); }

.entertainment-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.entertainment-category:hover::before {
    height: 6px;
}

/* Заголовок категории */
.category-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-bottom: 1px solid #e2e8f0;
}

.category-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.extreme-category .category-icon { background: linear-gradient(135deg, #ef4444, #dc2626); }
.speed-category .category-icon { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.group-category .category-icon { background: linear-gradient(135deg, #10b981, #059669); }
.calm-category .category-icon { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }

.entertainment-category:hover .category-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.category-info h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.25rem 0;
    transition: color 0.3s ease;
}

.category-info p {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

.entertainment-category:hover .category-info h3 {
    color: #3b82f6;
}

/* Список активностей */
.activities-list {
    padding: 0;
}

.activity-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f3f4f6;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.activity-item::before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59,130,246,0.05), transparent);
    transition: left 0.6s ease;
}

.activity-item:hover {
    background: #fafbfc;
    transform: translateX(5px);
}

.activity-item:hover::before {
    left: 100%;
}

.activity-item:last-child {
    border-bottom: none;
}

.activity-item .activity-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 1.1rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.activity-item:hover .activity-icon {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    transform: scale(1.1);
}

.activity-info {
    flex: 1;
    position: relative;
    z-index: 1;
}

.activity-info h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.25rem 0;
    transition: color 0.3s ease;
}

.activity-item:hover .activity-info h4 {
    color: #3b82f6;
}

.activity-info p {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0 0 0.5rem 0;
    line-height: 1.4;
}

.activity-info .activity-tags {
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
}

.activity-info .activity-tags span {
    padding: 0.15rem 0.4rem;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tag-extreme { background: linear-gradient(135deg, #fee2e2, #fecaca); color: #991b1b; }
.tag-speed { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #1e40af; }
.tag-fun { background: linear-gradient(135deg, #d1fae5, #a7f3d0); color: #065f46; }
.tag-relax { background: linear-gradient(135deg, #e9d5ff, #d8b4fe); color: #6b21a8; }
.tag-individual { background: linear-gradient(135deg, #fef3c7, #fde68a); color: #92400e; }
.tag-group { background: linear-gradient(135deg, #ccfbf1, #a7f3d0); color: #047857; }
.tag-balance { background: linear-gradient(135deg, #ecfeff, #cffafe); color: #0e7490; }
.tag-sport { background: linear-gradient(135deg, #fed7e2, #fbb6ce); color: #be185d; }

/* Секция партнера и условий */
.entertainment-partner-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 3rem;
}

/* Карточка партнера */
.partner-info-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.partner-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #10b981, #059669);
}

.partner-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.partner-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f3f4f6;
}

.partner-logo {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.partner-info-card:hover .partner-logo {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.3);
}

.partner-details h3 {
    font-size: 0.9rem;
    font-weight: 500;
    color: #6b7280;
    margin: 0 0 0.25rem 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.partner-details h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.25rem 0;
}

.partner-details p {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

/* Компактные услуги партнера */
.partner-services-compact {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.service-tag {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    border-radius: 8px;
    border: 1px solid #bae6fd;
    transition: all 0.3s ease;
}

.service-tag:hover {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

.service-tag i {
    color: #3b82f6;
    font-size: 1rem;
    flex-shrink: 0;
}

.service-tag span {
    font-size: 0.85rem;
    color: #1e293b;
    font-weight: 500;
}

/* Компактные контакты */
.partner-contact-compact {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e2e8f0;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem;
    background: white;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.contact-method:hover {
    border-color: #3b82f6;
    transform: translateX(3px);
}

.contact-method i {
    color: #3b82f6;
    font-size: 1rem;
    width: 20px;
    text-align: center;
}

.contact-method a {
    color: #1e293b;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
}

.contact-method a:hover {
    color: #3b82f6;
    text-decoration: underline;
}

.contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.875rem;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.contact-btn:hover {
    background: linear-gradient(135deg, #059669, #047857);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
    text-decoration: none;
    color: white;
}

/* Карточка локаций */
.locations-info-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.locations-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0891b2, #06b6d4);
}

.locations-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.locations-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f3f4f6;
}

.locations-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0891b2, #06b6d4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.locations-info-card:hover .locations-icon {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 6px 20px rgba(8, 145, 178, 0.3);
}

.locations-header h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.locations-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.location-compact {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    border-radius: 10px;
    border: 1px solid #bae6fd;
    transition: all 0.3s ease;
}

.location-compact:hover {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

.location-compact .location-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.location-compact:hover .location-icon {
    transform: scale(1.1);
}

.location-details h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 0.25rem 0;
}

.location-details p {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

.booking-note {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: #fefce8;
    border-radius: 8px;
    border: 1px solid #fde047;
}

.booking-note i {
    color: #f59e0b;
    font-size: 1rem;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.booking-note p {
    font-size: 0.85rem;
    color: #92400e;
    margin: 0;
    line-height: 1.4;
    font-weight: 500;
}

/* Адаптивность для новой структуры */
@media (max-width: 1024px) {
    .entertainment-partner-section {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}
