body {
            font-family: 'Roboto', sans-serif;
            background-color: #F2F2F2;
            color: #2C3E50;
        }
        .navbar, footer {
            background-color: #2C3E50;
        }
        .navbar-brand, .nav-link, footer p {
            color: #E5C07B !important;
        }
        .navbar-brand:hover, .nav-link:hover {
            color: #F2F2F2 !important;
        }
        #main-header {
            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/header-bg.jpg') center/cover no-repeat;
            color: #E5C07B;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        #main-header h1 {
            font-size: 3rem;
            text-transform: uppercase;
            letter-spacing: 3px;
        }
        #main-header .btn {
            background-color: #E5C07B;
            color: #2C3E50;
            transition: background-color 0.3s, transform 0.3s;
        }
        #main-header .btn:hover {
            background-color: #2C3E50;
            color: #E5C07B;
            transform: scale(1.1);
        }
        section {
            padding: 60px 0;
        }
        #about img {
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 10px;
        }
        .card {
            border: none;
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        }
        .card-title {
            color: #E5C07B;
        }
        .section-heading {
            position: relative;
            margin-bottom: 40px;
            text-align: center;
            font-size: 2.5rem;
            text-transform: uppercase;
            color: #2C3E50;
        }
        .section-heading::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: -10px;
            width: 60px;
            height: 4px;
            background-color: #E5C07B;
            transform: translateX(-50%);
        }
        .contact-form .form-control {
            border-radius: 20px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
        .btn-primary {
            background-color: #E5C07B;
            border: none;
            transition: background-color 0.3s, transform 0.3s;
        }
        .btn-primary:hover {
            background-color: #2C3E50;
            color: #F2F2F2;
            transform: scale(1.05);
        }
        .fade-in {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.6s ease-out, transform 0.6s ease-out;
        }
        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }
        .fixed-cookie-consent {
            position: fixed;
            bottom: 20px;
            left: 20px;
            background-color: #2C3E50;
            color: #E5C07B;
            padding: 15px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            max-width: 300px;
            z-index: 9999;
        }
        .fixed-cookie-consent a {
            color: #E5C07B;
            text-decoration: underline;
        }
        .fixed-cookie-consent button {
            margin-top: 10px;
            background-color: #E5C07B;
            border: none;
            color: #2C3E50;
            padding: 5px 10px;
            border-radius: 5px;
            cursor: pointer;
        }
        .fixed-phone-icon {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #E5C07B;
            color: #2C3E50;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 9999;
            transition: transform 0.3s;
        }
        .fixed-phone-icon:hover {
            transform: scale(1.1);
        }
        @keyframes phone-icon-pulse {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.1);
            }
            100% {
                transform: scale(1);
            }
        }
        .fixed-phone-icon i {
            animation: phone-icon-pulse 1.5s infinite;
        }
        #about img {
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 10px;
        }
        .testimonial {
            background-color: #FFF;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
        }
        .testimonial h5 {
            color: #E5C07B;
            font-weight: bold;
        }
        .testimonial p {
            font-style: italic;
        }
        .contact-container {
            display: flex;
            gap: 20px;
            align-items: stretch;
            flex-wrap: wrap;
        }
        .contact-info, .contact-form {
            background-color: #FFF;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            flex: 1;
        }
        .contact-info h4 {
            margin-bottom: 20px;
            color: #2C3E50;
        }
        .contact-info p, .contact-info a {
            font-size: 1.1rem;
            color: #2C3E50;
        }
        .contact-info a {
            text-decoration: none;
            color: #E5C07B;
        }
        .contact-info a:hover {
            color: #2C3E50;
        }
        iframe {
            border: none;
            width: 100%;
            height: 400px;
            border-radius: 10px;
            margin-top: 30px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .content {
            background-color: #FFF;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .content p {
            margin-bottom: 20px;
            line-height: 1.6;
        }
        .faq-item {
            margin-bottom: 20px;
        }
        .faq-item img {
            max-width: 100%;
            height: auto;
            margin-bottom: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .faq-question {
            cursor: pointer;
            background-color: #E5C07B;
            color: #2C3E50;
            padding: 15px;
            border-radius: 10px;
            font-size: 1.25rem;
            font-weight: bold;
            transition: background-color 0.3s;
        }
        .faq-question:hover {
            background-color: #2C3E50;
            color: #F2F2F2;
        }
        .faq-answer {
            display: none;
            padding: 15px;
            margin-top: 10px;
            background-color: #FFF;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .instructor-card {
            background-color: #FFF;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            text-align: center;
            padding: 20px;
            margin-bottom: 20px;
        }
        .instructor-card img {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 15px;
        }
        .instructor-card h5 {
            color: #E5C07B;
            font-weight: bold;
        }
        .instructor-details {
            font-size: 0.9rem;
            margin-top: 10px;
            text-align: left;
        }
        .form-section {
            background-color: #F2F2F2;
            padding: 60px 0;
        }
        .form-section form {
            background-color: #FFF;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .package-card {
            background-color: #FFF;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            text-align: center;
            padding: 20px;
            margin-bottom: 20px;
            cursor: pointer;
        }
        .package-icon {
            font-size: 3rem;
            color: #E5C07B;
            margin-bottom: 15px;
        }
        .package-title {
            font-weight: bold;
            font-size: 1.5rem;
            margin-bottom: 10px;
            color: #2C3E50;
        }
        .package-price {
            font-size: 1.25rem;
            color: #2C3E50;
            margin-bottom: 15px;
        }
        .package-details {
            font-size: 0.9rem;
            color: #2C3E50;
            margin-bottom: 20px;
        }
        .btn-primary {
            background-color: #E5C07B;
            border: none;
            transition: background-color 0.3s, transform 0.3s;
        }
        .btn-primary:hover {
            background-color: #2C3E50;
            color: #F2F2F2;
            transform: scale(1.05);
        }
        .info-block {
            background-color: #E5C07B;
            color: #2C3E50;
            padding: 40px;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .info-block h3 {
            font-size: 2rem;
            margin-bottom: 20px;
        }
        body {
    font-family: 'Roboto', sans-serif;
    background-color: #F8F4FF; /* светлый фоновый */
    color: #241B3A;           /* основной текст */
    font-size: 17px;
    line-height: 1.7;
}

.navbar,
footer {
    background-color: #2B1948; /* тёмный фиолетовый */
}

.navbar-brand,
.nav-link,
footer p {
    color: #FFC857 !important; /* тёплый акцент */
}

.navbar-brand:hover,
.nav-link:hover {
    color: #FFFFFF !important;
}

#main-header {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
                url('../images/header-bg.jpg') center/cover no-repeat;
    color: #FFC857;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#main-header h1 {
    font-size: 3.2rem;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#main-header .btn {
    background-color: #FF8A5C;
    color: #2B1948;
    font-size: 1.1rem;
    padding: 0.85rem 2rem;
    border-radius: 999px;
    transition: background-color 0.3s, transform 0.3s, color 0.3s;
}

#main-header .btn:hover {
    background-color: #2B1948;
    color: #FFEFE0;
    transform: scale(1.08);
}

section {
    padding: 60px 0;
}

#about img {
    box-shadow: 0 4px 8px rgba(20, 10, 40, 0.25);
    border-radius: 10px;
}

.card {
    border: none;
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: #FFFFFF;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(20, 10, 40, 0.22);
}

.card-title {
    color: #FF8A5C;
}

.section-heading {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    font-size: 2.6rem;
    text-transform: uppercase;
    color: #2B1948;
}

.section-heading::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 70px;
    height: 4px;
    background-color: #FF8A5C;
    transform: translateX(-50%);
}

.contact-form .form-control {
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(20, 10, 40, 0.12);
    font-size: 1rem;
}

/* Основной стиль кнопок */
.btn-primary,
button.btn-primary {
    background-color: #FF8A5C;
    border: none;
    font-size: 1.05rem;
    padding: 0.8rem 1.8rem;
    border-radius: 999px;
    font-weight: 600;
    transition: background-color 0.3s, transform 0.3s, color 0.3s;
}

.btn-primary:hover,
button.btn-primary:hover {
    background-color: #2B1948;
    color: #FFFFFF;
    transform: scale(1.06);
}

/* Анимация появления */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Cookie-блок */
.fixed-cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #2B1948;
    color: #FFC857;
    padding: 18px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(20, 10, 40, 0.3);
    max-width: 320px;
    z-index: 9999;
    font-size: 0.95rem;
}

.fixed-cookie-consent a {
    color: #FFC857;
    text-decoration: underline;
}

.fixed-cookie-consent button {
    margin-top: 10px;
    background-color: #FF8A5C;
    border: none;
    color: #2B1948;
    padding: 6px 14px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
}

/* Телефон-иконка */
.fixed-phone-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #FF8A5C;
    color: #2B1948;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(20, 10, 40, 0.3);
    z-index: 9999;
    transition: transform 0.3s;
}

.fixed-phone-icon:hover {
    transform: scale(1.1);
}

@keyframes phone-icon-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.fixed-phone-icon i {
    animation: phone-icon-pulse 1.5s infinite;
}

/* Повтор #about img уже сверху – оставим один блок */

/* Отзывы */
.testimonial {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(20, 10, 40, 0.1);
    margin-bottom: 20px;
}

.testimonial h5 {
    color: #FF8A5C;
    font-weight: bold;
}

.testimonial p {
    font-style: italic;
}

/* Контакты */
.contact-container {
    display: flex;
    gap: 20px;
    align-items: stretch;
    flex-wrap: wrap;
}

.contact-info,
.contact-form {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(20, 10, 40, 0.1);
    flex: 1;
}

.contact-info h4 {
    margin-bottom: 20px;
    color: #2B1948;
}

.contact-info p,
.contact-info a {
    font-size: 1.05rem;
    color: #241B3A;
}

.contact-info a {
    text-decoration: none;
    color: #FF8A5C;
}

.contact-info a:hover {
    color: #2B1948;
}

iframe {
    border: none;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 4px 8px rgba(20, 10, 40, 0.1);
}

/* Общий блок контента (policy, terms и т.п.) */
.content {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(20, 10, 40, 0.08);
}

.content p {
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 1.02rem;
}

/* FAQ */
.faq-item {
    margin-bottom: 20px;
}

.faq-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(20, 10, 40, 0.1);
}

.faq-question {
    cursor: pointer;
    background-color: #FF8A5C;
    color: #2B1948;
    padding: 15px 18px;
    border-radius: 10px;
    font-size: 1.3rem;
    font-weight: 700;
    transition: background-color 0.3s, color 0.3s;
}

.faq-question:hover {
    background-color: #2B1948;
    color: #FFFFFF;
}

.faq-answer {
    display: none;
    padding: 15px;
    margin-top: 10px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(20, 10, 40, 0.1);
}

/* Инструкторы */
.instructor-card {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(20, 10, 40, 0.1);
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.instructor-card img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.instructor-card h5 {
    color: #FF8A5C;
    font-weight: bold;
}

.instructor-details {
    font-size: 0.95rem;
    margin-top: 10px;
    text-align: left;
}

/* Формы */
.form-section {
    background-color: #F8F4FF;
    padding: 60px 0;
}

.form-section form {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(20, 10, 40, 0.1);
}

/* Карточки пакетов (если где-то ещё остались) */
.package-card {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(20, 10, 40, 0.1);
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.package-icon {
    font-size: 3rem;
    color: #FF8A5C;
    margin-bottom: 15px;
}

.package-title {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #2B1948;
}

.package-price {
    font-size: 1.3rem;
    color: #241B3A;
    margin-bottom: 15px;
}

.package-details {
    font-size: 0.95rem;
    color: #241B3A;
    margin-bottom: 20px;
}

/* Инфо-блок */
.info-block {
    background-color: #FF8A5C;
    color: #2B1948;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(20, 10, 40, 0.12);
}

.info-block h3 {
    font-size: 2.1rem;
    margin-bottom: 20px;
}
