/* BigFootKvadr - Global Styles */
/* --- О нас (company-info) --- */
.company-info {
    background: rgba(18, 18, 18, 0.9);
    border-radius: var(--border-radius-large);
    box-shadow: var(--shadow-medium);
    padding: 70px 30px;
    margin: 60px auto;
    max-width: 1000px;
    position: relative;
    overflow: hidden;
}

.company-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(255, 140, 0, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}
.company-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 2;
}
.company-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--text-light);
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}
.company-intro {
    max-width: 800px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards 0.2s;
}
.company-intro p {
    font-size: 1.2rem;
    color: var(--text-accent);
    text-align: center;
    margin-bottom: 0;
    line-height: 1.6;
}
.company-details {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards 0.4s;
}

.detail-section {
    background: rgba(24, 24, 26, 0.8);
    backdrop-filter: var(--backdrop-blur);
    border-radius: var(--border-radius);
    padding: 35px 30px;
    box-shadow: var(--shadow-light);
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

.detail-section.full-width {
    grid-column: 1 / -1;
}

.detail-section:hover {
    box-shadow: var(--shadow-hover);
}

.detail-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--gradient-primary);
    opacity: 0.7;
}

/* Сетка для нижних блоков: маршруты и безопасность */
@media (min-width: 768px) {
    .company-details {
        grid-template-columns: 1fr 1fr;
    }
    
    .routes-section,
    .safety-section {
        grid-column: span 1;
    }
}
.detail-section h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 10px;
}
.tech-specs {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.spec-item {
    background: rgba(30, 30, 32, 0.7);
    border-radius: var(--border-radius-small);
    padding: 16px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    font-size: 1.05rem;
    color: var(--text-light);
    transition: var(--transition-smooth);
    border-left: 3px solid rgba(255, 140, 0, 0.5);
}

.spec-item:hover {
    transform: translateX(5px);
    border-left: 3px solid var(--primary-color);
}

.spec-item strong {
    color: var(--text-accent);
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
/* Дополнительные стили для улучшения визуала */
.section-icon {
    font-size: 1.4rem;
    margin-right: 10px;
    display: inline-block;
}

/* Блок с техникой */
.tech-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tech-main .spec-item.main-spec {
    background: linear-gradient(135deg, rgba(30, 30, 32, 0.9), rgba(40, 40, 42, 0.8));
    border-left: 4px solid var(--primary-color);
}

@media (min-width: 900px) {
    .tech-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
        align-items: start;
    }
}

.spec-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 140, 0, 0.2);
}

.spec-badge {
    background: var(--gradient-primary);
    color: #000;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.spec-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.spec-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
}

.spec-row .icon {
    font-size: 1.2rem;
}

.spec-row .highlight {
    color: var(--primary-color);
    font-weight: 600;
}

.tech-features {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.features-grid {
    display: grid;
    gap: 12px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(30, 30, 32, 0.6);
    padding: 14px 18px;
    border-radius: var(--border-radius);
    transition: var(--transition-smooth);
    border-left: 3px solid rgba(255, 140, 0, 0.4);
}

.feature-item:hover {
    background: rgba(40, 40, 42, 0.7);
    border-left-color: var(--primary-color);
    transform: translateX(3px);
}

.feat-icon {
    font-size: 1.3rem;
    min-width: 30px;
}

.feature-item span:last-child {
    color: var(--text-light);
    font-size: 0.95rem;
}

/* Блок целевой аудитории */
.audience-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.audience-card-link {
    text-decoration: none;
    display: block;
}

.audience-card {
    background: rgba(30, 30, 32, 0.6);
    border-radius: var(--border-radius);
    padding: 25px 20px;
    text-align: center;
    transition: var(--transition-smooth);
    border-top: 3px solid rgba(255, 140, 0, 0.3);
    position: relative;
    cursor: pointer;
}

.audience-card:hover {
    border-top-color: var(--primary-color);
    background: rgba(40, 40, 42, 0.7);
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.card-arrow {
    position: absolute;
    bottom: 15px;
    right: 20px;
    color: var(--primary-color);
    font-size: 1.5rem;
    opacity: 0;
    transition: var(--transition-smooth);
}

.audience-card:hover .card-arrow {
    opacity: 1;
    transform: translateX(5px);
}

.audience-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.audience-card h4 {
    color: var(--primary-color);
    font-size: 1.25rem;
    margin-bottom: 12px;
    font-weight: 600;
}

.audience-card p {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Блок преимуществ */
.advantages-content {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.advantage-block {
    background: rgba(30, 30, 32, 0.7);
    border-radius: var(--border-radius);
    padding: 25px;
    transition: var(--transition-smooth);
    border: 2px solid rgba(255, 140, 0, 0.2);
}

.advantage-block:hover {
    border-color: var(--primary-color);
    background: rgba(40, 40, 42, 0.8);
    box-shadow: var(--shadow-hover);
    transform: translateY(-3px);
}

.advantage-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 140, 0, 0.2);
}

.advantage-icon {
    font-size: 2rem;
}

.advantage-header h4 {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

.advantage-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.advantage-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.5;
}

.check-icon {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.1rem;
    min-width: 20px;
}



:root {
    --dark-bg: #121212;
    --primary-color: #ff8c00;
    --text-light: #fff8e6;
    --text-accent: #ffd280;
    
    /* Common shadows */
    --shadow-light: 0 4px 20px rgba(255, 140, 0, 0.3);
    --shadow-medium: 0 8px 25px rgba(0, 0, 0, 0.15);
    --shadow-heavy: 0 15px 35px rgba(255, 140, 0, 0.3);
    --shadow-hover: 0 6px 25px rgba(255, 140, 0, 0.5);
    
    /* Common blur and borders */
    --backdrop-blur: blur(15px);
    --border-radius: 15px;
    --border-radius-large: 20px;
    --border-radius-small: 25px;
    
    /* Common gradients */
    --gradient-primary: linear-gradient(135deg, var(--primary-color), #ffaa40);
    --gradient-dark: linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(18, 18, 18, 0.95));
    
    /* Transitions */
    --transition-smooth: all 0.3s ease;
    --transition-bounce: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--dark-bg);
    background-image: url('../images/background.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: var(--primary-color);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Стилизация скроллбара для всей страницы */
::-webkit-scrollbar {
    width: 12px;
    height: 0;
}

::-webkit-scrollbar-track {
    background: rgba(255, 140, 0, 0.05);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--primary-color), #ffaa40);
    border-radius: 10px;
    border: 2px solid rgba(18, 18, 18, 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ffaa40, var(--primary-color));
    box-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Background overlay for better text readability */
main {
    background: rgba(30, 30, 30, 0.75);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    margin: 20px;
    padding: 80px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* Override main styles for pages with tour-hero */
.tour-page main,
main:has(.tour-hero) {
    background: none;
    backdrop-filter: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

/* Стили для секций после tour-hero */
.tour-page .about-us,
.tour-page .tours-section {
    background: rgba(30, 30, 30, 0.75);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    margin: 20px;
    padding: 80px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* Footer with background overlay */
footer {
    background: rgba(30, 30, 30, 0.75);
    backdrop-filter: blur(10px);
    margin: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* Main Page Styles */

/* Certificate Banner */
.certificate-banner {
    background: #613f15, var(--primary-color);
    background-size: 200% 100%;
    color: white;
    padding: 15px 20px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    box-shadow: 0 5px 25px rgba(255, 140, 0, 0.3);
    animation: slideDown 0.5s ease-out, gradientSlide 5s ease infinite;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
    width: 100%;
}



.certificate-close-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 20px;
    line-height: 1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.3s ease;
}

.certificate-text {
    font-weight: 600;
    font-size: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.certificate-btn {
    padding: 12px 24px;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.9em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, var(--primary-color), #ffaa40);
    color: var(--dark-bg);
    border: 2px solid transparent;
    overflow: hidden;
    text-decoration: none;
    animation: pulse 2s infinite; /* Добавляем пульсацию */
}

.certificate-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 25px;
}

.certificate-btn:hover::before {
    opacity: 1;
}

.certificate-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 140, 0, 0.4);
    background: linear-gradient(135deg, #ffaa40, var(--primary-color));
    border-color: rgba(255, 255, 255, 0.3);
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    margin-top: 0; /* Убираем отступ, чтобы баннер накладывался поверх */
    padding: 0 20px;
    z-index: 1; /* Явно указываем z-index ниже, чем у баннера */
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(0.5px);
    z-index: -1;
}

.main-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    max-width: 900px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1s ease-out;
}

.subtitle {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: var(--text-light);
    margin-bottom: 40px;
    max-width: 600px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    animation: fadeInUp 1s ease-out 0.2s both;
}

.hero-btn {
    background: linear-gradient(135deg, var(--primary-color), #ffaa40);
    color: var(--dark-bg);
    text-decoration: none;
    padding: 12px 24px;
    font-size: 0.9em;
    font-weight: 600;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 2px solid transparent;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(15px);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 1s ease-out 0.4s both;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s;
    border-radius: 25px;
}

.hero-btn:hover::before {
    left: 100%;
}

.hero-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 30px rgba(255, 140, 0, 0.6);
    background: linear-gradient(135deg, #ffaa40, var(--primary-color));
}

/* Tours Sections */
.sections {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh;
}

.section {
    position: relative;
    flex: 1;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--text-light);
    transition: var(--transition-smooth);
    overflow: hidden;
}

.section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(18, 18, 18, 0.7));
    transition: var(--transition-smooth);
}

.section:hover::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(18, 18, 18, 0.6));
}

.section:hover {
    transform: scale(1.03);
    z-index: 10;
    box-shadow: var(--shadow-heavy);
}

.section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    color: var(--primary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    padding: 0 15px;
}

.section-subtitle {
    font-size: clamp(1rem, 1.8vw, 1.1rem);
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    max-width: 90%;
    color: var(--text-light);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    line-height: 1.4;
    padding: 0 15px;
}

.section-btn {
    padding: 12px 24px;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.9em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, var(--primary-color), #ffaa40);
    color: var(--dark-bg);
    border: 2px solid transparent;
    overflow: hidden;
    text-decoration: none;
    /* Без анимации пульсации */
}

.section-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 25px;
}

.section-btn:hover::before {
    opacity: 1;
}

.section-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 140, 0, 0.4);
    background: linear-gradient(135deg, #ffaa40, var(--primary-color));
    border-color: rgba(255, 255, 255, 0.3);
    /* Без анимации пульсации */
}

/* Animations */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}





/* Logo Styles */
.logo {
    position: fixed;
    top: 20px;
    left: 200px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: visible;
    border: 3px solid var(--primary-color);
    background: var(--dark-bg);
    transition: var(--transition-smooth);
    z-index: 22;
    box-shadow: var(--shadow-light);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.logo:hover {
    transform: scale(1.1);
    box-shadow: var(--shadow-hover);
    border-color: #ffaa40;
}

.logo:hover .logo-text {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.logo-text {
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--gradient-dark);
    backdrop-filter: var(--backdrop-blur);
    border: 1px solid rgba(255, 140, 0, 0.3);
    border-radius: 25px;
    padding: 8px 20px;
    color: var(--text-light);
    font-weight: 600;
    font-size: 0.9em;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(-50%) translateX(-20px);
    transition: all 0.4s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 21;
}

/* Back Link */
.back-link {
    color: var(--text-light);
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 25px;
    background: rgba(255, 140, 0, 0.1);
    border: 1px solid rgba(255, 140, 0, 0.2);
    backdrop-filter: var(--backdrop-blur);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: var(--transition-smooth);
    font-weight: 500;
    max-height: 60px;
}

.back-link:hover {
    background: rgba(255, 140, 0, 0.2);
    color: var(--primary-color);
    transform: translateX(-2px);
    box-shadow: 0 2px 10px rgba(255, 140, 0, 0.3);
}

.back-link svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    transition: transform 0.3s ease;
}

.back-link:hover svg {
    transform: translateX(-2px);
}

/* Social Actions */
.social-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 140, 0, 0.1);
    border: 1px solid rgba(255, 140, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background: rgba(255, 140, 0, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
}

.social-btn svg {
    width: 16px;
    height: 16px;
}

.phone-btn {
    padding: 8px 15px;
    background: var(--gradient-primary);
    color: var(--dark-bg);
    text-decoration: none;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.85em;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.phone-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.4);
    text-decoration: none;
}

/* Top Navigation Container */
.top-navigation {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 1000;
    background: transparent;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* Burger Menu Button - скрыта на десктопе */
.burger-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 140, 0, 0.1);
    border: 1px solid rgba(255, 140, 0, 0.3);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(15px);
    z-index: 1001;
}

/* Мобильные элементы скрыты по умолчанию */
.book-btn-mobile,
.social-actions-mobile {
    display: none;
}

.burger-menu-btn:hover {
    background: rgba(255, 140, 0, 0.2);
    border-color: rgba(255, 140, 0, 0.5);
}

.burger-menu-btn span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--text-light);
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 1px;
}

/* Анимация бургер-кнопки при открытии */
.burger-menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.burger-menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Navigation Links */
.nav-links {
    display: flex;
    gap: 15px;
}

.nav-links a {
    color: var(--text-light);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 15px 20px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 140, 0, 0.1);
    border: 1px solid rgba(255, 140, 0, 0.2);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.nav-links a:hover {
    color: var(--primary-color);
    background: rgba(255, 140, 0, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
}

/* Book Button Navigation - позиционируется внутри .nav-right через flexbox */

.book-btn {
    background: linear-gradient(135deg, var(--primary-color), #ffaa40);
    color: var(--dark-bg);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 15px 25px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(255, 140, 0, 0.3);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.book-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 25px;
}

.book-btn:hover::before {
    opacity: 1;
}

.book-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 140, 0, 0.5);
    background: linear-gradient(135deg, #ffaa40, var(--primary-color));
    border-color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    color: var(--dark-bg);
}

/* Tour Hero Section */
.tour-hero {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: none !important;
    backdrop-filter: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -2;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -2;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(0.5px);
    border: none;
    z-index: -1;
}



.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 20px;
    max-width: 1200px;
}

.hero-content h1,
.hero-title {
    font-size: 3em;
    margin-bottom: 20px;
    color: var(--primary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-content p,
.hero-subtitle {
    font-size: 1.3em;
    color: var(--text-light);
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.btn-hero {
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
}

.btn-hero.primary {
    background: var(--gradient-primary);
    color: var(--dark-bg);
    box-shadow: var(--shadow-light);
}

.btn-hero.primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

.btn-hero.secondary {
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-light);
    border: 2px solid rgba(255, 140, 0, 0.3);
    backdrop-filter: blur(10px);
}

.btn-hero.secondary:hover {
    background: rgba(255, 140, 0, 0.2);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

/* About Us Section */
.about-us {
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}

.about-us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(255, 140, 0, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.about-header {
    text-align: center;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

.about-header h2 {
    color: var(--primary-color);
    font-size: 3em;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.about-intro {
    text-align: center;
    margin-bottom: 80px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease 0.2s forwards;
}

.about-intro p {
    font-size: 1.3em;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    color: var(--text-accent);
    font-weight: 400;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.value-card {
    background: rgba(30, 30, 30, 0.75);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: var(--transition-bounce);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 0.8s ease forwards;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(255, 140, 0, 0.2),
        inset 0 0 15px rgba(255, 140, 0, 0.1);
    border: 1px solid rgba(255, 140, 0, 0.3);
}

.value-card:nth-child(1) {
    background-image: 
        linear-gradient(135deg, rgba(18, 18, 18, 0.7) 0%, rgba(0, 0, 0, 0.6) 100%),
        url('../images/guest-photo-1.jpg');
    animation-delay: 0.3s;
}

.value-card:nth-child(2) {
    background-image: 
        linear-gradient(135deg, rgba(18, 18, 18, 0.7) 0%, rgba(0, 0, 0, 0.6) 100%),
        url('../images/guest-photo-3.jpg');
    animation-delay: 0.4s;
}

.value-card:nth-child(3) {
    background-image: 
        linear-gradient(135deg, rgba(18, 18, 18, 0.7) 0%, rgba(0, 0, 0, 0.6) 100%),
        url('../images/guest-photo-5.jpg');
    animation-delay: 0.5s;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.2) 0%, rgba(255, 140, 0, 0.05) 100%);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 1;
}

.value-card:hover::before {
    opacity: 1;
}

.value-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 30px 15px rgba(18, 18, 18, 0.8);
    border-radius: 20px;
    z-index: 1;
    backdrop-filter: blur(1px);
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 140, 0, 0.2);
    border-color: rgba(255, 140, 0, 0.3);
}

.value-icon {
    font-size: 3em;
    margin-bottom: 20px;
    display: block;
    position: relative;
    z-index: 3;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}

.value-card h3 {
    color: var(--primary-color);
    font-size: 1.4em;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    z-index: 3;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.value-card p {
    line-height: 1.7;
    color: var(--text-light);
    font-size: 1em;
    position: relative;
    z-index: 3;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    font-weight: 400;
}

.mission-section {
    background: 
        linear-gradient(135deg, rgba(18, 18, 18, 0.8) 0%, rgba(0, 0, 0, 0.7) 100%),
        url('../images/guest-photo-8.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: blur(30px);
    border-radius: 25px;
    padding: 50px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease 0.6s forwards;
    box-shadow: 
        0 0 25px rgba(255, 140, 0, 0.3),
        inset 0 0 40px 20px rgba(18, 18, 18, 0.6),
        inset 0 0 20px rgba(255, 140, 0, 0.1);
}

.mission-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, rgba(255, 140, 0, 0.1) 0%, transparent 50%);
    border-radius: 25px;
    animation: pulse 4s ease-in-out infinite;
    z-index: 1;
}

.mission-section h3 {
    color: var(--primary-color);
    font-size: 2em;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    z-index: 3;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.mission-section p {
    font-size: 1.2em;
    line-height: 1.8;
    color: var(--text-light);
    position: relative;
    z-index: 3;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
    font-weight: 400;
}

/* Safety Section */
.safety-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #1a1a1a 0%, var(--dark-bg) 50%, #1a1a1a 100%);
    position: relative;
}

.safety-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(255, 140, 0, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(255, 140, 0, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

/* Tours Section */
.tours-section {
    padding: 100px 20px;
    position: relative;
    z-index: 1;
}

.tours-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(255, 140, 0, 0.03) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

.tours-container {
    max-width: 1200px;
    margin: 0 auto;
}

.tours-header {
    text-align: center;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

.tours-header h2 {
    color: var(--primary-color);
    font-size: 3em;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.tours-header p {
    font-size: 1.2em;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
}

.tours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.tour-item {
    background: rgba(30, 30, 30, 0.75);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 0.8s ease forwards;
    border: 1px solid rgba(255, 140, 0, 0.1);
    backdrop-filter: blur(10px);
}

.tour-item:nth-child(1) { animation-delay: 0.1s; }
.tour-item:nth-child(2) { animation-delay: 0.3s; }
.tour-item:nth-child(3) { animation-delay: 0.5s; }

.tour-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(255, 140, 0, 0.2);
    border-color: rgba(255, 140, 0, 0.3);
}

.tour-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid rgba(255, 140, 0, 0.3);
}

.tour-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}

.tour-duration {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 140, 0, 0.8);
    color: var(--dark-bg);
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8em;
    font-weight: bold;
    z-index: 2;
}

.tour-difficulty {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.difficulty-level {
    font-size: 0.8em;
    color: var(--text-light);
    margin-bottom: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.difficulty-dots {
    display: flex;
    gap: 4px;
}

.dot {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.dot.active {
    background-color: var(--primary-color);
}

.tour-content {
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    height: 480px;
    position: relative;
}

.tour-content h3 {
    color: var(--primary-color);
    font-size: 1.5em;
    margin-bottom: 15px;
    font-weight: 700;
}

.tour-desc {
    color: var(--text-light);
    font-size: 0.95em;
    margin-bottom: 20px;
    opacity: 0.9;
    line-height: 1.6;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.tour-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 30px;
    align-content: start;
    height: 100px;
}

.feature {
    display: flex;
    align-items: center;
    color: var(--text-light);
    font-size: 0.85em;
}

.feature-icon {
    margin-right: 8px;
    font-style: normal;
}

.tour-price-button {
    margin-top: auto;
    flex-shrink: 0;
}

.tour-price {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}

.price {
    font-size: 1.8em;
    font-weight: 700;
    color: var(--primary-color);
    margin-right: 10px;
}

.price-info {
    color: var(--text-light);
    font-size: 0.85em;
    opacity: 0.7;
}

.tour-button {
    display: block;
    background: var(--gradient-primary);
    color: var(--dark-bg);
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}

.tour-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 140, 0, 0.4);
}

/* Gallery Section */
.gallery-section {
    background: rgba(30, 30, 30, 0.75);
    backdrop-filter: blur(10px);
    padding: 80px 0;
    color: var(--text-light);
    overflow: hidden;
    margin: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.gallery-header {
    text-align: center;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease 0.3s forwards;
}

.gallery-header h2 {
    font-size: 2.5em;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.gallery-header p {
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 1.1em;
    opacity: 0.8;
}

.gallery-carousel {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255, 140, 0, 0.05);
    padding: 20px;
}

.gallery-grid {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    gap: 20px;
}

.gallery-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.gallery-image:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: var(--shadow-heavy);
    z-index: 10;
}

.gallery-image {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale(1);
    box-shadow: var(--shadow-medium);
    height: 300px;
    flex: 0 0 auto;
}

.gallery-image img {
    height: 300px;
    width: 100%;
    object-fit: contain;
    transition: all 0.8s ease;
    display: block;
}

.gallery-image:hover img {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.gallery-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 15px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.gallery-image:hover .gallery-image-overlay {
    opacity: 1;
    transform: translateY(0);
}

.gallery-image-overlay span {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 1em;
}

.gallery-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
}

.gallery-btn {
    background: var(--gradient-primary);
    color: var(--dark-bg);
    border: none;
    padding: 12px 24px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-light);
}

.gallery-btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

.gallery-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.gallery-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 140, 0, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: var(--primary-color);
    transform: scale(1.2);
}

/* Universal Carousel Gallery Styles */
.gallery-carousel-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.gallery-carousel-container .gallery-image {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale(1);
    box-shadow: var(--shadow-medium);
    height: 300px;
    background: rgba(255, 140, 0, 0.05);
    flex-shrink: 0;
}

.gallery-carousel-container .gallery-image:hover {
    box-shadow: var(--shadow-heavy);
    z-index: 10;
}

.gallery-carousel-container .gallery-image img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    transition: all 0.8s ease;
    display: block;
}

.gallery-carousel-container .gallery-image:hover img {
    filter: brightness(1.1);
}

.gallery-carousel-container .gallery-image-overlay {
    display: none;
}

/* Адаптивность для карусели галереи */
@media (max-width: 768px) {
    .gallery-carousel-container .gallery-image {
        height: 280px;
    }

    .gallery-carousel-container .gallery-image img {
        height: 280px;
    }
}

@media (max-width: 480px) {
    .gallery-carousel-container {
        padding: 10px;
    }

    .gallery-carousel-container .gallery-image {
        height: 250px;
    }

    .gallery-carousel-container .gallery-image img {
        height: 250px;
    }
}

/* Внешняя навигация для галереи */
.gallery-navigation {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.gallery-nav-btn {
    background: var(--primary-orange);
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
}

.gallery-nav-btn:hover {
    background: var(--primary-orange-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 140, 0, 0.4);
}

.gallery-nav-btn:active {
    transform: translateY(0);
}

.gallery-nav-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .gallery-navigation {
        gap: 10px;
    }
    
    .gallery-nav-btn {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    position: relative;
    width: 80vw;
    height: 80vh;
    max-width: 1200px;
    max-height: 800px;
    transform: scale(0.8);
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-overlay.active .modal-content {
    transform: scale(1);
}

.modal-image {
    max-width: calc(100% - 140px);
    max-height: 100%;
    object-fit: contain;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.modal-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: var(--primary-color);
    color: var(--dark-bg);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.4);
}

.modal-close:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 140, 0, 0.6);
}

.modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 140, 0, 0.8);
    color: var(--dark-bg);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.modal-nav:hover {
    background: var(--primary-color);
    transform: translateY(-50%) scale(1.1);
}

.modal-prev {
    left: 20px;
}

.modal-next {
    right: 20px;
}

/* Footer Styles */
.footer {
    background: linear-gradient(135deg, #1a1a1a 0%, var(--dark-bg) 100%);
    color: var(--text-light);
    padding: 60px 0 30px;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.contact-info {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease 0.3s forwards;
}

.contact-info h3 {
    color: var(--primary-color);
    font-size: 2em;
    margin-bottom: 30px;
    font-weight: 700;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 15px;
    background: rgba(30, 30, 30, 0.75);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border-left: 4px solid var(--primary-color);
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.contact-item:hover {
    background: rgba(255, 140, 0, 0.1);
    transform: translateX(5px);
}

.contact-icon {
    font-size: 1.5em;
    color: var(--primary-color);
    margin-right: 20px;
    min-width: 30px;
}

.contact-details h4 {
    color: var(--text-light);
    margin-bottom: 5px;
    font-weight: 600;
}

.contact-details p {
    color: var(--text-light);
    opacity: 0.8;
    margin: 0;
}

.contact-details a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-details a:hover {
    text-decoration: underline;
    color: #ffaa40;
}

.map-container {
    position: relative;
    z-index: 10;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease 0.5s forwards;
}

.map-container h3 {
    color: var(--primary-color);
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: 700;
}

.yandex-map {
    width: 100%;
    height: 350px;
    min-height: 350px;
    border-radius: 15px;
    border: 2px solid rgba(255, 140, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.yandex-map:hover {
    border-color: rgba(255, 140, 0, 0.4);
    box-shadow: 0 10px 30px rgba(255, 140, 0, 0.2);
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 140, 0, 0.2);
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease 0.7s forwards;
}

.footer-bottom p {
    color: var(--text-light);
    opacity: 0.7;
    margin: 0;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.social-link {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), #ffaa40);
    color: var(--dark-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.5em;
    transition: all 0.3s ease;
}

.social-link:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 10px 20px rgba(255, 140, 0, 0.4);
}

/* Animations */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Hero Content Fully Centered */
.hero-content {
    max-width: 800px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
}


/* ================================
   MOBILE RESPONSIVE STYLES
   ================================ */

/* Mobile First - Base Mobile Styles */
@media (max-width: 768px) {
    /* Certificate Banner Mobile - Simple Button */
    .certificate-banner {
        padding: 8px 16px;
        justify-content: center;
        align-items: center;
        min-height: auto;
        background: linear-gradient(135deg, var(--primary-color), #FF6B00);
    }

    .certificate-text {
        display: none;
    }

    .certificate-btn {
        padding: 12px 24px;
        font-size: 15px;
        font-weight: 600;
        white-space: nowrap;
        border-radius: 25px;
        background: rgba(255, 255, 255, 0.95);
        color: var(--primary-color);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }

    .certificate-btn:hover {
        background: white;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .certificate-close-btn {
        display: none;
    }

    /* Hero Section Mobile */
    .hero {
        height: 70vh;
        min-height: 500px;
        padding: 0 16px;
        background-image: url('../images/guest-photo-1.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    .hero-video {
        display: none;
    }

    /* Mobile styles for tour hero */
    .tour-hero {
        background-image: url('../images/background.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll; /* Changed from fixed for better mobile performance */
    }

    .main-title {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 16px;
        padding: 0 8px;
        text-align: center;
    }

    .subtitle {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 24px;
        padding: 0 8px;
        text-align: center;
    }

    .hero-btn {
        padding: 14px 28px;
        font-size: 16px;
        margin: 0 auto;
        display: block;
        width: fit-content;
        min-width: 200px;
        text-align: center;
    }

    /* Mobile Values Slider */
    .values-slider-mobile {
        position: relative;
        overflow: hidden;
        padding: 0 16px;
    }

    .values-slider-mobile .values-grid {
        display: flex;
        transition: transform 0.3s ease-in-out;
        width: 300%; /* 3 cards * 100% */
        gap: 0;
    }

    .values-slider-mobile .value-card {
        flex: 0 0 calc(100% / 3); /* Each card takes exactly 1/3 */
        padding: 40px 30px; /* Keep original padding for content */
        box-sizing: border-box;
    }

    .values-slider-controls {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 30px;
    }

    .values-prev,
    .values-next {
        background: linear-gradient(135deg, var(--accent-color) 0%, #ff8c00 100%);
        border: none;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        color: white;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
    }

    .values-prev:hover,
    .values-next:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 20px rgba(255, 140, 0, 0.4);
    }

    .values-indicators {
        display: flex;
        gap: 8px;
        align-items: center;
    }

    .values-indicator {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(255, 140, 0, 0.3);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .values-indicator.active {
        background: var(--accent-color);
        transform: scale(1.2);
    }

    /* Show slider controls only on mobile */
    .values-slider-controls {
        display: flex;
    }

    /* Tours Sections Mobile */
    .sections {
        padding: 0 16px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .section {
        height: 300px;
        width: 100%;
        border-radius: 16px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        text-align: center;
        background-size: cover;
        background-position: center;
    }

    .section-title {
        font-size: 22px;
        margin-bottom: 8px;
        line-height: 1.2;
    }

    .section-subtitle {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 16px;
        opacity: 0.9;
    }

    .section-btn {
        padding: 12px 24px;
        font-size: 14px;
        border-radius: 25px;
        align-self: center;
        min-width: 160px;
        white-space: nowrap;
    }

    /* Container Mobile */
    .container {
        padding: 0 16px;
        max-width: 100%;
    }

    /* Скрываем десктопную навигацию на мобильных */
    .top-navigation {
        display: none !important;
    }

    /* Показываем бургер-кнопку на мобильных */
    .burger-menu-btn {
        display: flex;
    }

    /* Скрываем основные навигационные элементы */
    .nav-links {
        display: none;
    }

    .book-button-nav {
        display: none;
    }

    .social-actions {
        display: none;
    }

    /* Скрываем десктопную навигацию на мобильных */
    .nav-center {
        display: none;
    }

    /* Создаем отдельную мобильную навигационную панель */
    .mobile-nav {
        position: fixed;
        top: 20px;
        left: 16px;
        right: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(20px);
        border-radius: 15px;
        padding: 12px 20px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        z-index: 1001;
    }

    /* Мобильное полноэкранное меню */
    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(20px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%);
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .mobile-nav-left {
        display: flex;
        align-items: center;
    }

    .mobile-nav-right {
        display: flex;
        align-items: center;
    }

    .mobile-brand {
        color: var(--text-light);
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    /* Улучшенное мобильное меню */
    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.98) 0%, rgba(18, 18, 18, 0.95) 100%);
        backdrop-filter: blur(25px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transform: scale(1.1) translateY(-20px);
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        overflow: hidden;
    }



    .mobile-menu.active {
        opacity: 1;
        visibility: visible;
        transform: scale(1) translateY(0);
    }



    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Стили для ссылок в мобильном меню */
    .mobile-menu .nav-links {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        position: relative;
        z-index: 2;
    }

    .mobile-menu .nav-links a {
        font-size: 18px;
        padding: 18px 45px;
        color: var(--text-light);
        text-decoration: none;
        background: linear-gradient(135deg, rgba(255, 140, 0, 0.08) 0%, rgba(255, 140, 0, 0.15) 100%);
        border: 2px solid transparent;
        border-radius: 50px;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        backdrop-filter: blur(20px);
        text-transform: uppercase;
        font-weight: 600;
        min-width: 260px;
        text-align: center;
        position: relative;
        overflow: hidden;
        letter-spacing: 1px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        opacity: 0;
        transform: translateY(30px);
    }

    .mobile-menu.active .nav-links a {
        opacity: 1;
        transform: translateY(0);
    }

    .mobile-menu.active .nav-links a:nth-child(1) { animation: fadeInUp 0.6s ease forwards 0.1s; }
    .mobile-menu.active .nav-links a:nth-child(2) { animation: fadeInUp 0.6s ease forwards 0.2s; }
    .mobile-menu.active .nav-links a:nth-child(3) { animation: fadeInUp 0.6s ease forwards 0.3s; }
    .mobile-menu.active .nav-links a:nth-child(4) { animation: fadeInUp 0.6s ease forwards 0.4s; }
    .mobile-menu.active .nav-links a:nth-child(5) { animation: fadeInUp 0.6s ease forwards 0.5s; }

    .mobile-menu .nav-links a:hover {
        background: linear-gradient(135deg, rgba(255, 140, 0, 0.2) 0%, rgba(255, 140, 0, 0.3) 100%);
        border-color: rgba(255, 140, 0, 0.6);
        transform: translateY(-3px) scale(1.02);
        box-shadow: 0 8px 30px rgba(255, 140, 0, 0.4);
        color: #fff;
    }

    /* Кнопка бронирования в мобильном меню */
    .mobile-menu .book-btn-mobile {
        display: block;
        margin-top: 50px;
        background: linear-gradient(135deg, var(--primary-color) 0%, #ffaa40 50%, var(--primary-color) 100%);
        background-size: 200% 100%;
        color: var(--dark-bg);
        text-decoration: none;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        padding: 22px 50px;
        border-radius: 50px;
        box-shadow: 0 8px 30px rgba(255, 140, 0, 0.4);
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        min-width: 260px;
        text-align: center;
        position: relative;
        z-index: 2;
        letter-spacing: 2px;
        opacity: 0;
        transform: translateY(30px) scale(0.9);
        animation: pulse 2s infinite;
    }

    .mobile-menu.active .book-btn-mobile {
        opacity: 1;
        transform: translateY(0) scale(1);
        animation: fadeInUp 0.6s ease forwards 0.6s, pulse 3s infinite 1s;
    }

    .mobile-menu .book-btn-mobile:hover {
        transform: translateY(-5px) scale(1.05);
        box-shadow: 0 12px 40px rgba(255, 140, 0, 0.6);
        background-position: 100% 0;
    }

    @keyframes pulse {
        0%, 100% { box-shadow: 0 8px 30px rgba(255, 140, 0, 0.4); }
        50% { box-shadow: 0 8px 30px rgba(255, 140, 0, 0.6), 0 0 0 10px rgba(255, 140, 0, 0.1); }
    }

    /* Социальные кнопки в мобильном меню */
    .mobile-menu .social-actions-mobile {
        display: flex;
        gap: 20px;
        margin-top: 40px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .mobile-menu .social-actions-mobile .social-btn,
    .mobile-menu .social-actions-mobile .phone-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background: rgba(255, 140, 0, 0.1);
        border: 1px solid rgba(255, 140, 0, 0.3);
        border-radius: 50%;
        color: var(--text-light);
        text-decoration: none;
        transition: all 0.3s ease;
        backdrop-filter: blur(15px);
    }

    .mobile-menu .social-actions-mobile .social-btn:hover,
    .mobile-menu .social-actions-mobile .phone-btn:hover {
        background: rgba(255, 140, 0, 0.2);
        border-color: rgba(255, 140, 0, 0.5);
        transform: translateY(-2px);
    }

    .mobile-menu .social-actions-mobile .social-btn svg {
        width: 20px;
        height: 20px;
    }

    .mobile-menu .social-actions-mobile .phone-btn {
        font-size: 18px;
        width: auto;
        padding: 12px 20px;
        border-radius: 25px;
        white-space: nowrap;
    }

    /* Кнопка закрытия */
    .mobile-close-btn {
        position: fixed;
        top: 30px;
        right: 30px;
        font-size: 40px;
        color: var(--text-light);
        cursor: pointer;
        z-index: 1002;
        transition: all 0.3s ease;
        background: rgba(0, 0, 0, 0.5);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        font-family: inherit;
    }

    .mobile-close-btn:hover {
        color: var(--primary-color);
        transform: scale(1.1);
        background: rgba(0, 0, 0, 0.7);
    }

    /* Блокируем скролл при открытом меню */
    body.menu-open {
        overflow: hidden;
    }

    .book-btn {
        padding: 8px 16px;
        font-size: 12px;
        border-radius: 20px;
    }

    .social-actions {
        gap: 8px;
    }

    .social-btn, .phone-btn {
        width: 36px;
        height: 36px;
    }

    .social-btn svg, .phone-btn svg {
        width: 16px;
        height: 16px;
    }
}

/* Desktop Styles - скрываем мобильную навигацию на десктопе */
@media (min-width: 769px) {
    .mobile-nav,
    .mobile-menu {
        display: none !important;
    }
    
    /* Hide values slider controls on desktop */
    .values-slider-controls {
        display: none !important;
    }
    
    /* Reset values grid to normal desktop layout */  
    .values-slider-mobile {
        padding: 0 !important;
    }
    
    .values-slider-mobile .values-grid {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 40px !important;
        width: auto !important;
        transform: none !important;
        transition: none !important;
    }
    
    .values-slider-mobile .value-card {
        flex: none !important;
        padding: 40px !important;
    }
}

/* Tablet Styles */
@media (min-width: 769px) and (max-width: 1024px) {
    .certificate-banner {
        padding: 16px 20px;
    }

    .certificate-text {
        font-size: 15px;
    }

    .hero {
        height: 75vh;
        padding: 0 20px;
    }

    .hero-video {
        display: block;
    }

    .main-title {
        font-size: 36px;
        line-height: 1.3;
    }

    .subtitle {
        font-size: 18px;
    }

    .sections {
        padding: 0 20px;
        gap: 24px;
        display: flex;
        flex-direction: column;
    }

    .section {
        height: 350px;
        padding: 30px;
        width: 100%;
    }

    .section-title {
        font-size: 26px;
    }

    .section-subtitle {
        font-size: 15px;
    }

    .top-navigation {
        padding: 16px 20px;
    }

    .nav-links {
        gap: 24px;
    }

    .nav-links a {
        font-size: 14px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .certificate-banner {
        padding: 6px 12px;
    }

    .certificate-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .hero {
        height: 65vh;
        min-height: 450px;
        padding: 0 12px;
        background-image: url('../images/guest-photo-1.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
    }

    .main-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .subtitle {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .hero-btn {
        padding: 12px 24px;
        font-size: 15px;
        min-width: 180px;
    }

    .sections {
        padding: 0 12px;
        gap: 16px;
    }

    .section {
        height: 280px;
        width: 100%;
        padding: 16px;
    }

    .section-title {
        font-size: 20px;
    }

    .section-subtitle {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .section-btn {
        padding: 10px 20px;
        font-size: 13px;
        min-width: 140px;
    }

    .top-navigation {
        padding: 10px 12px;
    }

    .logo {
        scale: 0.7;
    }

    .book-btn {
        padding: 6px 14px;
        font-size: 11px;
    }

    .social-btn, .phone-btn {
        width: 32px;
        height: 32px;
    }

    .social-btn svg, .phone-btn svg {
        width: 14px;
        height: 14px;
    }
}

/* Улучшение читаемости текста на мобильных */
@media (max-width: 768px) {
    .main-title, .section-title {
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    }

    .subtitle, .section-subtitle {
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    }

    /* Улучшение overlay для лучшей читаемости */
    .hero-overlay {
        background: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(0, 0, 0, 0.6) 50%,
            rgba(0, 0, 0, 0.4) 100%
        );
    }

    .section::before {
        background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.4) 50%,
            rgba(0, 0, 0, 0.1) 100%
        );
    }

    /* Footer Mobile - Map First, Then Contacts */
    .footer-content {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    /* Map goes first on mobile for all pages except index */
    body:not(.home-page) .map-container {
        order: 1;
    }

    body:not(.home-page) .contact-info {
        order: 2;
    }

    .map-container h3,
    .contact-info h3 {
        font-size: 1.5em;
        margin-bottom: 20px;
    }

    .yandex-map {
        height: 300px;
        border-radius: 15px;
    }

    .contact-item {
        padding: 12px;
        margin-bottom: 15px;
    }

    .contact-icon {
        font-size: 1.2em;
        margin-right: 15px;
    }

    .contact-details h4 {
        font-size: 0.95em;
    }

    .contact-details p {
        font-size: 0.9em;
    }

    /* Адаптация для горизонтальной ориентации мобильных */
    @media (orientation: landscape) and (max-height: 500px) {
        .hero {
            height: 100vh;
            min-height: auto;
        }

        .main-title {
            font-size: 22px;
            margin-bottom: 8px;
        }

        .subtitle {
            font-size: 14px;
            margin-bottom: 16px;
        }

        .hero-btn {
            padding: 10px 20px;
            font-size: 14px;
        }
    }
}

/* ================================
   BOOKING WIDGET STYLES
   ================================ */

/* Booking Modal */
.booking-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    animation: fadeIn 0.3s ease-out;
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.booking-modal-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.booking-modal-content {
    background: linear-gradient(145deg, rgba(18, 18, 18, 0.98), rgba(10, 10, 10, 0.95));
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 
                0 0 0 1px rgba(255, 140, 0, 0.15),
                inset 0 1px 0 rgba(255, 140, 0, 0.1);
    max-width: 650px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    animation: modalSlideIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    touch-action: manipulation;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.booking-modal-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, 
        transparent, 
        var(--primary-color), 
        #ffaa40, 
        var(--primary-color), 
        transparent);
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

/* Отключение зума при двойном клике в виджете бронирования */
.counter-btn,
.counter input,
.guests-selector,
.booking-step button,
.form-group input {
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
}

.booking-modal-header {
    padding: 30px 35px 20px;
    border-bottom: 1px solid rgba(255, 140, 0, 0.15);
    position: relative;
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.05), transparent);
    flex-shrink: 0;
}

.booking-modal-header h2 {
    background: linear-gradient(135deg, var(--primary-color), #ffaa40);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2em;
    margin: 0 0 20px 0;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.booking-modal-close {
    position: absolute;
    top: 25px;
    right: 30px;
    background: rgba(255, 140, 0, 0.1);
    border: 2px solid rgba(255, 140, 0, 0.2);
    color: var(--text-light);
    font-size: 22px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.booking-modal-close:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--dark-bg);
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 5px 20px rgba(255, 140, 0, 0.4);
}

/* Progress Bar */
.booking-progress {
    display: flex;
    align-items: center;
    gap: 15px;
}

.progress-bar {
    flex: 1;
    height: 8px;
    background: rgba(255, 140, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.progress-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.1), 
        transparent);
    animation: progressShine 2s ease-in-out infinite;
}

@keyframes progressShine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, 
        #ff6b00, 
        var(--primary-color), 
        #ffaa40, 
        #ffd280);
    background-size: 200% 100%;
    border-radius: 10px;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    animation: progressGradient 3s ease infinite;
    box-shadow: 0 2px 10px rgba(255, 140, 0, 0.5);
}

@keyframes progressGradient {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.progress-fill::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4));
    border-radius: 10px;
}

.progress-text {
    color: var(--primary-color);
    font-size: 0.95em;
    font-weight: 700;
    white-space: nowrap;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Modal Body */
.booking-modal-body {
    padding: 20px 35px;
    flex: 1;
    overflow-y: auto;
    position: relative;
    min-height: 0;
}

/* Steps */
.booking-step {
    animation: stepFadeSlide 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes stepFadeSlide {
    0% {
        opacity: 0;
        transform: translateX(30px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

.step-header {
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 20px;
}

.step-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
    border-radius: 2px;
}

.step-header h3 {
    color: var(--text-light);
    font-size: 1.6em;
    margin: 0 0 12px 0;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.step-header p {
    color: var(--text-accent);
    font-size: 1em;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
}

/* Guests Selector */
.guests-selector {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.guests-selector label {
    color: var(--text-light);
    font-weight: 600;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.counter {
    display: flex;
    align-items: center;
    gap: 25px;
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.15), rgba(255, 140, 0, 0.05));
    border-radius: 20px;
    padding: 20px 35px;
    border: 2px solid rgba(255, 140, 0, 0.3);
    box-shadow: 0 8px 25px rgba(255, 140, 0, 0.15);
    backdrop-filter: blur(10px);
}

.counter-btn {
    background: linear-gradient(135deg, var(--primary-color), #ffaa40);
    border: none;
    color: var(--dark-bg);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.counter-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.4s, height 0.4s;
}

.counter-btn:hover::before {
    width: 100%;
    height: 100%;
}

.counter-btn:hover {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 6px 25px rgba(255, 140, 0, 0.5);
}

.counter-btn:active {
    transform: scale(1.05);
}

.counter input {
    background: rgba(18, 18, 18, 0.6);
    border: 2px solid rgba(255, 140, 0, 0.3);
    border-radius: 12px;
    color: var(--primary-color);
    font-size: 2em;
    font-weight: 800;
    text-align: center;
    width: 80px;
    padding: 8px 10px;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: 0;
    font-variant-numeric: tabular-nums;
    text-indent: 0;
}

.quads-info {
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.15), rgba(255, 140, 0, 0.05));
    padding: 20px 35px;
    border-radius: 15px;
    border-left: 5px solid var(--primary-color);
    box-shadow: 0 5px 20px rgba(255, 140, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.quads-info::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2em;
    opacity: 0.2;
}

.quads-info p {
    margin: 0;
    color: var(--text-light);
    font-weight: 700;
    font-size: 1.1em;
}

.quads-info span {
    color: var(--primary-color);
    font-size: 1.3em;
    font-weight: 800;
}

/* Date Selector */
.date-selector-wrapper {
    margin-top: 25px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 12px 20px;
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.1), rgba(255, 140, 0, 0.05));
    border-radius: 12px;
    border: 2px solid rgba(255, 140, 0, 0.2);
}

.calendar-month {
    font-size: 1.3em;
    font-weight: 800;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.calendar-nav {
    display: flex;
    gap: 10px;
}

.calendar-nav-btn {
    background: rgba(255, 140, 0, 0.2);
    border: 2px solid rgba(255, 140, 0, 0.3);
    border-radius: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--primary-color);
    font-size: 1.2em;
    font-weight: bold;
}

.calendar-nav-btn:hover {
    background: var(--primary-color);
    color: var(--dark-bg);
    transform: scale(1.1);
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    margin-bottom: 10px;
}

.calendar-weekday {
    text-align: center;
    padding: 10px 5px;
    font-size: 0.85em;
    font-weight: 700;
    color: var(--text-accent);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dates-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.date-option {
    background: transparent;
    border: 2px solid rgba(255, 140, 0, 0.3);
    border-radius: 10px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    aspect-ratio: 1;
}

.date-option.disabled {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 140, 0, 0.1);
    opacity: 0.4;
    cursor: pointer;
}

.date-option.empty {
    background: transparent;
    border: none;
    pointer-events: none;
}

.date-option::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transition: left 0.5s;
    pointer-events: none;
}

.date-option:hover::before {
    left: 100%;
}

.date-option:hover {
    border-color: rgba(255, 140, 0, 0.6);
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 30px rgba(255, 140, 0, 0.3);
    background: rgba(255, 140, 0, 0.05);
}

.date-option.selected {
    background: linear-gradient(135deg, var(--primary-color), #ffaa40);
    border-color: var(--primary-color);
    color: var(--dark-bg);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 35px rgba(255, 140, 0, 0.5);
}

.date-month {
    display: none;
}

.date-day {
    font-size: 1.4em;
    font-weight: 900;
    color: var(--primary-color);
    padding: 8px 5px 2px;
    line-height: 1;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-option.selected .date-day {
    color: var(--dark-bg);
}

.date-option.disabled .date-day {
    color: var(--text-accent);
    opacity: 0.3;
}

.date-weekday {
    font-size: 0.65em;
    font-weight: 600;
    color: var(--text-accent);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 2px 5px 6px;
}

.date-option.selected .date-weekday {
    color: var(--dark-bg);
    opacity: 0.8;
}

.date-option.disabled .date-weekday {
    opacity: 0.3;
}

.slots-count {
    display: none;
}

.date-text {
    display: none;
}

/* Time Selector */
.time-slots {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 12px;
    margin-top: 25px;
}

.time-option {
    background: transparent;
    border: 2px solid rgba(255, 140, 0, 0.3);
    border-radius: 10px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
}

.time-option::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transition: left 0.5s;
    pointer-events: none;
}

.time-option:hover::before {
    left: 100%;
}

.time-option:hover {
    background: rgba(255, 140, 0, 0.05);
    border-color: rgba(255, 140, 0, 0.6);
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 30px rgba(255, 140, 0, 0.3);
}

.time-option.selected {
    background: linear-gradient(135deg, var(--primary-color), #ffaa40);
    border-color: var(--primary-color);
    color: var(--dark-bg);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 35px rgba(255, 140, 0, 0.5);
}

.time-label {
    background: rgba(255, 140, 0, 0.15);
    padding: 5px;
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-accent);
    border-bottom: 1px solid rgba(255, 140, 0, 0.2);
}

.time-option.selected .time-label {
    background: rgba(0, 0, 0, 0.2);
    color: var(--dark-bg);
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.time-text {
    font-weight: 900;
    font-size: 1.6em;
    color: var(--primary-color);
    padding: 12px 5px 8px;
    line-height: 1;
    letter-spacing: 0;
}

.time-option.selected .time-text {
    color: var(--dark-bg);
}

.available-quads {
    display: none;
}

/* Services Selector */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin-top: 25px;
}

.service-option {
    position: relative;
}

.service-option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.service-option label {
    display: flex;
    flex-direction: column;
    background: transparent;
    border: 2px solid rgba(255, 140, 0, 0.3);
    border-radius: 10px;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    text-align: center;
    height: 100%;
    min-height: 120px;
}

.service-option label::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transition: left 0.5s;
    pointer-events: none;
}

.service-option label:hover::before {
    left: 100%;
}

.service-option input:checked + label {
    background: linear-gradient(135deg, var(--primary-color), #ffaa40);
    border-color: var(--primary-color);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 35px rgba(255, 140, 0, 0.5);
}

.service-option label:hover {
    background: rgba(255, 140, 0, 0.05);
    border-color: rgba(255, 140, 0, 0.6);
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 30px rgba(255, 140, 0, 0.3);
}

.service-header {
    background: rgba(255, 140, 0, 0.15);
    padding: 5px;
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-accent);
    border-bottom: 1px solid rgba(255, 140, 0, 0.2);
}

.service-option input:checked + label .service-header {
    background: rgba(0, 0, 0, 0.2);
    color: var(--dark-bg);
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.service-name {
    color: var(--primary-color);
    font-weight: 900;
    font-size: 1.1em;
    padding: 12px 10px 5px;
    line-height: 1.2;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-option input:checked + label .service-name {
    color: var(--dark-bg);
}

.service-price {
    color: var(--text-accent);
    font-weight: 700;
    font-size: 0.95em;
    padding: 5px 10px 10px;
}

.service-option input:checked + label .service-price {
    color: var(--dark-bg);
    opacity: 0.8;
}

.service-description {
    display: none;
}

/* Contact Form */
.contact-form {
    max-width: 450px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

.form-group label {
    display: block;
    color: var(--text-light);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.05em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-group input {
    width: 100%;
    padding: 15px 20px;
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.1), rgba(255, 140, 0, 0.05));
    border: 2px solid rgba(255, 140, 0, 0.25);
    border-radius: 12px;
    color: var(--text-light);
    font-size: 1.05em;
    transition: all 0.4s ease;
    box-sizing: border-box;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.form-group input:focus {
    outline: none;
    border-color: var(--primary-color);
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.15), rgba(255, 140, 0, 0.08));
    box-shadow: 0 5px 25px rgba(255, 140, 0, 0.3),
                inset 0 2px 8px rgba(255, 140, 0, 0.1);
    transform: translateY(-2px);
}

.form-group input::placeholder {
    color: rgba(255, 248, 230, 0.4);
    font-weight: 400;
}

.form-group::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color), #ffaa40);
    transition: width 0.4s ease;
}

.form-group:focus-within::before {
    width: 100%;
}

/* Source Selector */
.source-selector {
    max-width: 450px;
    margin: 0 auto 35px;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.radio-group label {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.1), rgba(255, 140, 0, 0.05));
    border: 2px solid rgba(255, 140, 0, 0.25);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 600;
    color: var(--text-light);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.radio-group label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(180deg, var(--primary-color), #ffaa40);
    transform: scaleY(0);
    transition: transform 0.4s ease;
}

.radio-group input[type="radio"]:checked + label::before,
.radio-group label:has(input[type="radio"]:checked)::before {
    transform: scaleY(1);
}

.radio-group label:hover {
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.15), rgba(255, 140, 0, 0.08));
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(255, 140, 0, 0.2);
}

.radio-group input[type="radio"] {
    margin-right: 15px;
    width: 20px;
    height: 20px;
    accent-color: var(--primary-color);
    cursor: pointer;
}

.radio-group input[type="radio"]:checked + *,
.radio-group label:has(input[type="radio"]:checked) {
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.2), rgba(255, 140, 0, 0.1));
    border-color: var(--primary-color);
    box-shadow: 0 8px 25px rgba(255, 140, 0, 0.3);
}

/* Booking Summary */
.booking-summary {
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.15), rgba(255, 140, 0, 0.05));
    border: 2px solid rgba(255, 140, 0, 0.3);
    border-radius: 20px;
    padding: 30px;
    margin-top: 35px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 40px rgba(255, 140, 0, 0.2);
}

.booking-summary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, 
        transparent, 
        var(--primary-color), 
        #ffaa40, 
        var(--primary-color), 
        transparent);
}

.booking-summary::after {
    content: '💰';
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 3em;
    opacity: 0.1;
}

.booking-summary h4 {
    color: var(--text-light);
    margin: 0 0 20px 0;
    font-size: 1.4em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.summary-details {
    margin-bottom: 20px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    color: var(--text-accent);
    font-size: 1.05em;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255, 140, 0, 0.2);
}

.summary-item:last-child {
    border-bottom: none;
}

.summary-item span:first-child {
    font-weight: 600;
}

.summary-item span:last-child {
    font-weight: 700;
    color: var(--primary-color);
}

.total-price {
    text-align: center;
    font-size: 2em;
    font-weight: 900;
    color: var(--primary-color);
    border-top: 3px solid rgba(255, 140, 0, 0.4);
    padding-top: 20px;
    margin-top: 15px;
    text-shadow: 0 3px 10px rgba(255, 140, 0, 0.4);
    letter-spacing: 1px;
    animation: priceGlow 2s ease-in-out infinite;
}

@keyframes priceGlow {
    0%, 100% {
        text-shadow: 0 3px 10px rgba(255, 140, 0, 0.4);
    }
    50% {
        text-shadow: 0 5px 20px rgba(255, 140, 0, 0.7);
    }
}

/* Шаг подтверждения бронирования */
.confirmation-container {
    text-align: center;
    padding: 40px 20px;
    animation: fadeIn 0.6s ease-out;
}

.confirmation-icon {
    font-size: 120px;
    margin-bottom: 30px;
    animation: bounce 1s ease-out;
}

.confirmation-title {
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 40px;
    background: linear-gradient(135deg, var(--primary-color), #ffaa40);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.confirmation-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.confirmation-detail {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.1), rgba(255, 140, 0, 0.05));
    border-radius: 12px;
    border: 2px solid rgba(255, 140, 0, 0.2);
    transition: all 0.3s ease;
}

.confirmation-detail:hover {
    transform: translateX(5px);
    border-color: var(--primary-color);
    box-shadow: 0 5px 20px rgba(255, 140, 0, 0.2);
}

.detail-icon {
    font-size: 2.5em;
    flex-shrink: 0;
}

.detail-content {
    text-align: left;
    flex: 1;
}

.detail-label {
    font-size: 0.9em;
    color: var(--text-accent);
    margin-bottom: 5px;
    opacity: 0.8;
}

.detail-value {
    font-size: 1.2em;
    font-weight: 700;
    color: var(--text-light);
}

.confirmation-message {
    font-size: 1.1em;
    color: var(--text-accent);
    line-height: 1.8;
    padding: 25px;
    background: rgba(255, 140, 0, 0.05);
    border-radius: 12px;
    border-left: 4px solid var(--primary-color);
}

/* Уведомление о недоступной дате */
.date-notification-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn 0.3s ease-out;
    cursor: pointer;
}

.date-notification {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 40px;
    border-radius: 20px;
    border: 2px solid var(--primary-color);
    box-shadow: 
        0 10px 50px rgba(255, 140, 0, 0.3),
        0 0 100px rgba(255, 140, 0, 0.1),
        inset 0 1px 0 rgba(255, 140, 0, 0.3);
    max-width: 450px;
    text-align: center;
    animation: slideUp 0.4s ease-out;
    cursor: default;
    position: relative;
    overflow: hidden;
}

.date-notification::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
    animation: shimmer 2s infinite;
}

.notification-icon {
    font-size: 64px;
    margin-bottom: 20px;
    animation: bounce 1s ease-out;
}

.date-notification h3 {
    color: var(--text-light);
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight: 600;
    background: linear-gradient(135deg, var(--text-light) 0%, var(--text-accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.date-notification p {
    color: var(--text-accent);
    font-size: 16px;
    line-height: 1.6;
    margin: 10px 0;
}

.notification-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    justify-content: center;
}

.btn-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white;
    padding: 15px 30px;
    border-radius: 12px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-whatsapp::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.btn-whatsapp:hover::before {
    left: 100%;
}

.btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.btn-whatsapp:active {
    transform: translateY(0);
}

.btn-secondary {
    background: rgba(255, 140, 0, 0.1);
    color: var(--text-accent);
    padding: 15px 30px;
    border-radius: 12px;
    border: 2px solid rgba(255, 140, 0, 0.3);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: rgba(255, 140, 0, 0.2);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.btn-secondary:active {
    transform: translateY(0);
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    25% { transform: translateY(-10px); }
    50% { transform: translateY(0); }
    75% { transform: translateY(-5px); }
}

/* Modal Footer */
.booking-modal-footer {
    padding: 25px 35px;
    border-top: 1px solid rgba(255, 140, 0, 0.15);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    background: linear-gradient(180deg, transparent, rgba(255, 140, 0, 0.03));
    flex-shrink: 0;
}

.btn {
    padding: 15px 35px;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.05em;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    min-width: 140px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color), #ffaa40);
    color: var(--dark-bg);
    box-shadow: 0 5px 20px rgba(255, 140, 0, 0.3);
    border: 2px solid transparent;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #ffaa40, var(--primary-color));
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 30px rgba(255, 140, 0, 0.5);
}

.btn-primary:active {
    transform: translateY(-1px) scale(0.98);
}

.btn-secondary {
    background: rgba(255, 140, 0, 0.1);
    color: var(--text-light);
    border: 2px solid rgba(255, 140, 0, 0.3);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255, 140, 0, 0.2);
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 140, 0, 0.2);
}

.btn-primary:disabled {
    background: rgba(255, 140, 0, 0.3);
    cursor: not-allowed;
    transform: none;
}

.btn-secondary {
    background: rgba(255, 140, 0, 0.1);
    color: var(--text-light);
    border: 2px solid rgba(255, 140, 0, 0.3);
}

.btn-secondary:hover {
    background: rgba(255, 140, 0, 0.2);
    border-color: rgba(255, 140, 0, 0.5);
}

/* Messages */
.message {
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-weight: 600;
}

.message.error {
    background: rgba(220, 53, 69, 0.1);
    border: 2px solid rgba(220, 53, 69, 0.3);
    color: #ff6b7a;
}

.message.success {
    background: rgba(40, 167, 69, 0.1);
    border: 2px solid rgba(40, 167, 69, 0.3);
    color: #4caf50;
}

/* Enhanced Success Message for Booking Confirmation */
.message.success.booking-confirmation {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(240, 255, 240, 0.95));
    border: none;
    color: #333;
    padding: 25px;
    max-width: 90%;
    margin: 0 auto 25px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.message.success.booking-confirmation p {
    margin: 8px 0;
    line-height: 1.5;
    font-size: 15px;
    font-weight: normal;
}

.message.success.booking-confirmation p:first-of-type {
    margin-top: 15px;
}

/* Loading and Empty States */
.loading, .no-slots, .no-services, .no-dates {
    text-align: center;
    padding: 50px 30px;
    color: var(--text-accent);
    font-size: 1.1em;
    font-weight: 500;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.05), transparent);
    border-radius: 15px;
    border: 2px dashed rgba(255, 140, 0, 0.2);
}

.loading::before {
    content: '⏳';
    display: block;
    font-size: 3em;
    margin-bottom: 15px;
    animation: loadingRotate 2s linear infinite;
}

@keyframes loadingRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.no-slots::before,
.no-services::before,
.no-dates::before {
    content: 'ℹ️';
    display: block;
    font-size: 3em;
    margin-bottom: 15px;
    opacity: 0.5;
}

/* Booking Button with Pulse Animation */
.booking-btn-new {
    background: linear-gradient(135deg, var(--primary-color), #ffaa40);
    color: var(--dark-bg);
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 20px rgba(255, 140, 0, 0.3);
    animation: bookingPulse 2s infinite;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.booking-btn-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s;
}

.booking-btn-new:hover::before {
    left: 100%;
}

.booking-btn-new:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 30px rgba(255, 140, 0, 0.6);
    background: linear-gradient(135deg, #ffaa40, var(--primary-color));
    animation: bookingPulseHover 1s infinite;
}

@keyframes bookingPulse {
    0% { 
        box-shadow: 0 4px 20px rgba(255, 140, 0, 0.3);
        transform: scale(1);
    }
    50% { 
        box-shadow: 0 6px 25px rgba(255, 140, 0, 0.6);
        transform: scale(1.02);
    }
    100% { 
        box-shadow: 0 4px 20px rgba(255, 140, 0, 0.3);
        transform: scale(1);
    }
}

@keyframes bookingPulseHover {
    0% { 
        box-shadow: 0 8px 30px rgba(255, 140, 0, 0.6);
    }
    50% { 
        box-shadow: 0 12px 35px rgba(255, 140, 0, 0.8);
    }
    100% { 
        box-shadow: 0 8px 30px rgba(255, 140, 0, 0.6);
    }
}

/* Mobile Responsive Removed */




.slots-available {
    font-size: 0.9em;
    opacity: 0.8;
}

.time-slots {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.time-slot {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
}

.time-slot:hover {
    border-color: var(--primary-color);
    background: rgba(255, 136, 0, 0.1);
}

.time-slot.selected {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: white;
}

.time-text {
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.quads-available {
    font-size: 0.85em;
    opacity: 0.8;
}

.services-list {
    margin-top: 20px;
}

.service-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.service-item:hover {
    border-color: var(--primary-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.service-label {
    display: flex;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    margin: 0;
}

.service-label input[type="checkbox"] {
    margin-right: 15px;
    width: 18px;
    height: 18px;
}

.service-info {
    flex: 1;
}

.service-name {
    font-weight: 600;
    margin-bottom: 5px;
}

.service-description {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 8px;
}

.service-price {
    font-weight: 600;
    color: var(--primary-color);
}

.loading {
    text-align: center;
    padding: 40px 20px;
    font-style: italic;
    color: #666;
}

.error-message {
    text-align: center;
    padding: 30px 20px;
    color: #d32f2f;
    background: #ffebee;
    border-radius: 8px;
    margin-top: 20px;
}

.retry-btn {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.3s ease;
}

.retry-btn:hover {
    background: var(--secondary-color);
}

.no-dates, .no-slots, .no-services {
    text-align: center;
    padding: 30px 20px;
    color: #666;
    background: #f5f5f5;
    border-radius: 8px;
    margin-top: 20px;
}




