/* Базовые сбросы */

/* Базовые сбросы */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* Убирает серое выделение при клике/тапе на мобильных устройствах */
    -webkit-tap-highlight-color: transparent; 
}

/* На всякий случай точечно отключаем контур при фокусе для ссылок в меню */
.nav-item:focus, 
.nav-item:active,
.social-icon:focus,
.social-icon:active {
    outline: none;
    background: none !important; /* На случай, если срабатывает системный фокус */
}
html {
    scroll-behavior: smooth; /* Обеспечивает красивый плавный скролл по якорным ссылкам */
    
    
}
/* Отступы при переходе по якорным ссылкам для десктопа */
.tour-description,
.program-section,
.location-section,
.organizers-section {
    scroll-margin-top: 110px; /* Высота шапки + красивый запас */
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #000000;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
}

/* ... Далее идут все остальные ваши стили без изменений ... */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #000000;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
}

/* Стили для меню */
/* Стили для меню */
.navbar {
    position: fixed; /* Панель закреплена на месте */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 40px; /* Оставляем исходные отступы */
    border-bottom: 3px solid rgba(255, 255, 255, 0.8);
    background-color: transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease; /* Плавный переход для цвета и рамки */
}

/* Класс, который добавляется при скролле */
.navbar.scrolled {
    background-color: #E07E37; /* Фирменный оранжевый */
    border-color: #E07E37; /* Мягко убираем белую полосу, перекрашивая её в цвет фона */
    /* padding не трогаем, размеры панели не изменятся */
}

.nav-links {
    display: flex;
    gap: 40px;
}

.nav-socials {
    position: absolute;
    left: 40px;
    display: flex;
    gap: 15px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.social-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.social-icon:hover {
    opacity: 0.8;
    transform: scale(1.05);
}

.nav-item {
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.nav-item:hover {
    opacity: 0.7;
}

/* Главная секция (Обложка) */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh; /* Секция занимает весь экран */
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Картинка красиво заполняет экран */
    display: block;
}

/* Градиент в черный цвет внизу картинки */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 80%, #000000 98%);
}

/* Позиционирование главного текста заголовка */
.hero-text {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: max-content;
    text-align: left;
    margin-top: -70px; /* Сдвиг вниз от меню */
}

.hero-text h1, .hero-text p {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 52px;
    color: #FFFFB7;
    -webkit-text-stroke: 1px #B2B2B2;
    margin: 0;
    white-space: nowrap;
}

/* Эффект лесенки на десктопе */
.line-1 { transform: translateX(-150px); }
.line-2 { transform: translateX(0); }
.line-3 { transform: translateX(150px); }


/* === Текст описания программы === */
.tour-description {
    position: relative;
    z-index: 6;
    max-width: 800px;    /* Ограничиваем ширину для удобства чтения */
    margin: 0px auto 80px auto; /* Заезжаем немного на градиент и делаем отступ снизу */
    padding: 0 20px;
    text-align: center;  /* Центрируем основной текст */
}

.description-promo {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 40px;
}

/* Список преимуществ */
.features-list {
    list-style: none;    /* Отключаем стандартные маркеры */
    display: inline-block; /* Позволяет выровнять весь блок по центру, но текст внутри будет по левому краю */
    text-align: left;
    margin-bottom: 50px; /* Отступ снизу до кнопки */
}

.features-list li {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 16px;
    
    /* Включаем флексбокс для идеального выравнивания */
    display: flex;
    align-items: center; /* Выравнивает круг и текст строго по одной горизонтальной оси */
    gap: 15px;           /* Фиксированный отступ между кругом и текстом */
}

/* Создаем идеально ровный круг вместо текстовой точки */
.features-list li::before {
    content: "";         /* Убираем текстовый символ */
    display: block;
    width: 8px;          /* Ширина круга */
    height: 8px;         /* Высота круга (должна быть равна ширине) */
    background-color: #ffffff; /* Цвет круга */
    border-radius: 50%;  /* Делает квадрат идеальным кругом */
    flex-shrink: 0;      /* Запрещает кругу сжиматься, если текст длинный */
}

/* === СТИЛИ ДЛЯ КНОПКИ «ОСТАВИТЬ ЗАЯВКУ» === */
.cta-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.btn-submit {
    background-color: #DE793B; /* Фирменный оранжевый цвет с макета */
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 14px 40px;
    border: none;
    border-radius: 25px; /* Скругленные края как на фото */
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

/* Эффект при наведении мышкой */
.btn-submit:hover {
    background-color: #cb682b; /* Чуть темнее при наведении */
    transform: scale(1.03);    /* Легкое увеличение */
    box-shadow: 0 6px 20px rgba(222, 121, 59, 0.3);
}

/* Эффект при клике */
.btn-submit:active {
    transform: scale(0.98);
}

/* === СТИЛИ ДЛЯ БЛОКА ПРОГРАММЫ ТУРА === */
.program-section {
    max-width: 1200px;
    margin: 60px auto 100px auto;
    padding: 0 20px;
    font-family: 'Inter', sans-serif;
}

/* Заголовок секции */
.program-title {
    font-size: 38px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    color: #ffffff;
    margin-bottom: 50px;
    letter-spacing: 0.5px;
}

/* Сетка для карточек */
.program-grid {
    display: flex;          /* Переключаем на flexbox */
    flex-wrap: wrap;        /* Позволяем карточкам переноситься на новую строку */
    gap: 40px;
    justify-content: center; /* Центрируем ВСЕ элементы (и верхний ряд, и нижний) */
    max-width: 1100px;      /* Ограничиваем ширину, чтобы в ряд вставало максимум 3 карточки */
    margin: 0 auto;
}

/* Стили самой карточки дня */
.day-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 340px; /* Элементы будут стремиться к этой ширине */
    flex: 1 1 300px;  /* Позволяет карточкам слегка сужаться на планшетах */
}

/* Дата над картинкой */
.day-date {
    font-size: 18px;
    color: #ffffff;
    opacity: 0.9;
    margin-bottom: 12px;
    font-weight: 300;
    align-self: center; /* Центрируем дату по макету */
}

/* Контейнер для квадратного изображения */
.day-image {
    width: 100%;
    aspect-ratio: 1 / 1; /* Делает блок идеально квадратным */
    overflow: hidden;
    margin-bottom: 20px;
}

.day-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.day-image:hover img {
    transform: scale(1.03); /* Легкий интерактивный эффект при наведении */
}

/* Список расписания */
.schedule-list {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.schedule-list li {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

/* Оформление времени */
.schedule-list .time {
    font-weight: 400;
    min-width: 55px; /* Фиксированная ширина для выравнивания текста */
    display: inline-block;
    color: #ffffff;
}

/* === МЕСТО ПРОЖИВАНИЯ И ЛОКАЦИЯ ТУРА === */
.location-section {
    max-width: 1200px;
    margin: 80px auto 120px auto;
    padding: 0 20px;
    font-family: 'Inter', sans-serif;
}

.location-title {
    font-size: 38px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
}

/* Сетка фотографий: 4 колонки на больших экранах, идеальные квадраты */
.location-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto 50px auto;
}

.location-img-item {
    width: 100%;
    aspect-ratio: 1 / 1; /* Гарантирует квадратные пропорции картинок */
    overflow: hidden;
}

.location-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.location-img-item:hover img {
    transform: scale(1.04);
}

/* Описание под фотографиями: центрированный текст, хорошая читаемость */
.location-description {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.location-description p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 20px;
}

.location-description p:last-child {
    margin-bottom: 0;
}


/* === СТИЛИ ДЛЯ СЕКЦИИ ОРГАНИЗАТОРОВ === */
.organizers-section {
    max-width: 1200px;
    margin: 80px auto 60px auto; /* Уменьшили нижний отступ, так как дальше блок цены */
    padding: 0 40px;
    font-family: 'Inter', sans-serif;
}

.organizers-title {
    font-size: 38px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    color: #ffffff;
    margin-bottom: 60px;
    letter-spacing: 0.5px;
}

/* Сетка для точечного позиционирования элементов как на макете */
.organizers-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
    gap: 20px 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.org-item {
    color: #ffffff;
}

.org-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Распределение элементов по сетке на ПК */
.org-alex-photo {
    grid-column: 1 / 5;
}

.org-alex-text {
    grid-column: 5 / 10;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}

.org-alex-extra-photo {
    grid-column: 10 / 13;
    padding-left: 10px;
}

.org-practice-text {
    grid-column: 1 / 9;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
}

.org-field-photo {
    grid-column: 9 / 13;
}

.org-alisa-photo {
    grid-column: 1 / 5;
    padding-right: 10px;
}

.org-alisa-text {
    grid-column: 5 / 12;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}

.org-alisa-text p {
    margin-bottom: 15px;
}
.org-alisa-text p:last-child {
    margin-bottom: 0;
}


/* === СТИЛИ ДЛЯ СЕКЦИИ СТОИМОСТИ И КОНТАКТОВ === */
.price-section {
    background-color: #000000;
    padding: 80px 20px;
    font-family: 'Inter', sans-serif;
}

.price-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Растягиваем блоки по высоте, чтобы работал margin-top: auto */
    gap: 40px;
}

/* Левая часть: Стоимость */
.price-info {
    max-width: 500px;
}

.price-title {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 15px;
}

.price-include {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
}

.price-value {
    font-size: 36px;
    font-weight: 400;
    color: #DE793B; /* Фирменный оранжевый акцент */
}

/* Правая часть: Контакты */
.contacts-info {
    text-align: right;
    display: flex;
    flex-direction: column; /* Делаем флекс-контейнером, чтобы управлять элементами по вертикали */
    align-items: flex-end;
}

.contacts-tagline {
    font-size: 18px;
    font-weight: 400;
    margin-top: 350px;
}

.contacts-username {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    
}

/* Телефон опускается вниз и выравнивается с ценой */
.contacts-phone {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    margin-top: auto; /* Выталкивает элемент в самый низ блока */
    transition: opacity 0.2s ease;
}

.contacts-phone:hover {
    opacity: 0.8;
}


/* === ОБЩАЯ АДАПТИВНОСТЬ ДЛЯ МОБИЛЬНЫХ ЭКРАНОВ (ПЛАНШЕТЫ) === */
@media (max-width: 1024px) {
    .navbar {
        padding: 15px 25px;
    }
    .nav-links {
        gap: 25px;
    }
    .nav-socials {
        left: 25px;
    }

    .hero-section {
        min-height: auto; 
        height: auto;
        display: flex;
        flex-direction: column; 
    }

    .image-container {
        position: relative;
        width: 100%;
        height: auto;
    }

    .hero-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .hero-text {
        position: absolute;
        top: 60%; 
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 0;
        width: 100%;
        padding: 0 20px;
        z-index: 5;
        display: flex;
        flex-direction: column;
        align-items: center; 
        gap: 4px; 
    }

    .hero-text h1, .hero-text p {
        font-size: 32px; 
        line-height: 1.2;
        -webkit-text-stroke: 0.5px #B2B2B2;
        white-space: nowrap; 
        margin: 0;
    }

    .line-1 { transform: translateX(-80%); }
    .line-2 { transform: translateX(0); }
    .line-3 { transform: translateX(15%); }

    .program-title {
        font-size: 32px;
        margin-bottom: 35px;
    }

    .program-grid {
        gap: 30px;
        max-width: 720px; 
        margin: 0 auto;
    }

    .location-title {
        font-size: 32px;
        margin-bottom: 35px;
    }

    .location-grid {
        grid-template-columns: repeat(2, 1fr); 
        gap: 15px;
        max-width: 700px;
        margin: 0 auto 40px auto;
    }

    .location-description {
        max-width: 700px;
        padding: 0 10px;
    }

    .organizers-title {
        font-size: 32px; /* Уменьшаем заголовок для мобильных */
        margin-bottom: 30px;
    }

    /* Настраиваем сетку так, чтобы она не ломала строки */
    .organizers-grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 15px 20px; /* Немного уменьшаем отступы на мобильных */
        padding: 0 10px;
    }

    /* Первая главная фотография Алексея (слева) */
    .org-alex-photo {
        grid-column: 1 / 5; /* Занимает первые 4 колонки, как и на десктопе */
    }

    /* Текст про Алексея (по центру) */
    .org-alex-text {
        grid-column: 5 / 10; /* Занимает пространство с 5 по 10 колонку */
        font-size: 14px;     /* Уменьшаем шрифт, чтобы текст помещался */
        line-height: 1.4;
    }

    /* Дополнительная фотография Алексея справа */
    .org-alex-extra-photo {
        grid-column: 10 / 13; /* Встает в самый правый край (10-13 колонки) */
        padding-left: 0;      /* Сбрасываем десктопный отступ */
    }

    .org-practice-text {
        grid-column: 1 / 9;   /* Занимает пространство с 1 по 9 колонку, оставляя место под фото */
        font-size: 14px;      /* Согласуем размер шрифта с остальным текстом */
        line-height: 1.4;
        padding-top: 10px;    /* Уменьшаем вертикальные отступы на мобильных */
        padding-bottom: 10px;
    }

    /* Круглая фотография практики в поле (справа) */
    .org-field-photo {
        grid-column: 9 / 13;  /* Занимает правые колонки, вставая ровно под верхним правым фото */
    }

    /* Фотография Алисы (слева) */
    .org-alisa-photo {
        grid-column: 1 / 5;   /* Занимает первые 4 колонки, вставая ровно под фото Алексея */
        padding-right: 0;     /* Убираем десктопный отступ, чтобы круг не сжимался */
    }

    /* Текст про Алису (справа) */
    .org-alisa-text {
        grid-column: 5 / 13;  /* Занимает всё оставшееся пространство справа */
        font-size: 14px;      /* Согласуем размер шрифта */
        line-height: 1.4;
    }

    .org-alisa-text p {
        margin-bottom: 8px;   /* Немного уменьшаем отступы между абзацами на мобильных */
    }

    .price-container {
        gap: 30px;
        padding: 0 20px;
    }

    .price-title {
        font-size: 24px;
    }

    .price-include {
        font-size: 16px;
    }

    .price-value {
        font-size: 30px;
    }

    .contacts-tagline {
        font-size: 16px;
        margin-top: 0; 
    }
}

/* === СТИЛИ ДЛЯ ТЕЛЕФОНОВ === */
/* === СТИЛИ ДЛЯ ТЕЛЕФОНОВ (УБРАНЫ ВСЕ ДУБЛИКАТЫ) === */
@media (max-width: 768px) {
    .tour-description,
    .program-section,
    .location-section,
    .organizers-section {
        scroll-margin-top: 55px; 
    }

    .navbar {
        padding: 12px 10px; 
        display: flex;
        flex-direction: row;      
        justify-content: flex-start; 
        align-items: center;
        gap: 15px;                 
        background-color: transparent; 
        border-bottom: 1px solid rgba(255, 255, 255, 0.4); 
    }
    
    .navbar.scrolled {
        background-color: #E07E37; 
        border-color: transparent; 
    }

    .nav-socials {
        position: static; 
        display: flex;
        gap: 8px; 
    }

    .social-icon img {
        width: 22px;
        height: 22px;
    }

    .nav-links {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px; 
    }

    .nav-item {
        font-size: 11px; 
        white-space: nowrap; 
    }

    .hero-section {
        min-height: auto; 
        height: auto;
        display: flex;
        flex-direction: column; 
    }

    .hero-text {
        position: absolute;
        top: 50%; 
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 0;
        width: 100%;
        padding: 0 20px;
        z-index: 5;
        display: flex;
        flex-direction: column;
        align-items: center; 
        gap: 2px; 
    }

    .hero-text h1, .hero-text p {
        font-size: 20px;
        line-height: 1.1; 
        -webkit-text-stroke: 0.5px #B2B2B2;
        white-space: nowrap;
        margin: 0; 
    }
    
    .line-1 { transform: translateX(-100%); }
    .line-2 { transform: translateX(0); }
    .line-3 { transform: translateX(25%); }

    .tour-description {
        margin-top: 10px;    
        margin-bottom: 35px; 
    }

    .description-promo {
        font-size: 17px;
        margin-bottom: 20px; 
    }

    .features-list {
        margin-bottom: 20px; 
    }

    .features-list li {
        font-size: 14px;
        margin-bottom: 8px;  
        gap: 12px;
        align-items: flex-start;
    }

    .btn-submit {
        font-size: 16px;
        padding: 12px 35px;
        width: 100%;
        max-width: 290px;
    }

    /* --- СЕТКА ПРОГРАММЫ СТРОГО ПО СКРИНШОТУ --- */
    .program-section {
        padding: 0 10px !important;
    }

    .program-title {
        font-size: 20px !important; /* Соответствует размеру на скриншоте */
        margin-bottom: 30px !important;
        text-align: center;
    }

    .program-grid {
        display: grid !important;
        /* Создаем 3 колонки, но на очень узких экранах они сожмутся пропорционально */
        grid-template-columns: repeat(3, 1fr) !important; 
        gap: 30px 10px !important; /* Отступы между карточками как на макете */
        max-width: 100% !important; 
        margin: 0 auto !important;
    }
    
    .location-title {
    font-size: 20px;
    }

    .day-card {
        width: 100% !important;
        max-width: 100% !important;
        border-bottom: none !important; /* Убираем разделительные линии */
        padding-bottom: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    /* На скриншоте даты выровнены по левому краю над картинкой */
    .day-date {
        font-size: 11px !important; 
        margin-bottom: 6px !important;
        align-self: flex-start !important;
        color: #fff;
    }

    .day-image {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .day-image img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
    }

    /* Настройки расписания, чтобы текст помещался в 3 колонки */
    .schedule-list {
        width: 100% !important;
    }

    .schedule-list li {
        font-size: 9px !important; /* Уменьшаем размер букв, чтобы строчки не ломались */
        margin-bottom: 5px !important;
        line-height: 1.2 !important;
        display: flex !important;
    }

    .schedule-list .time {
        min-width: 28px !important; /* Сужаем блок времени */
        margin-right: 4px !important;
    }

    /* Последние две карточки (18 и 19 число) сдвигаем по центру в нижнем ряду, как на скрине */
    .day-card:nth-child(4) {
        grid-column: 1 / 2;
        margin-left: 30%; /* Сдвиг для имитации центрирования двух элементов в трехколоночной сетке */
    }
    

    .day-card:nth-child(5) {
        grid-column: 2 / 3;
        margin-left: 80%;
    }

    /* Место проживания */
    /* Место проживания */
    .location-title {
        font-size: 20px; /* Исправил опечатку с "20x" */
        margin-bottom: 25px;
    }

    .location-grid {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important; /* Делаем 4 колонки в ряд, как на скрине */
        gap: 8px !important; /* Компактные отступы между картинками на мобильном */
        max-width: 100% !important;
        margin-bottom: 25px;
    }

    .location-description p {
        font-size: 10px;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    /* === СЕКЦИЯ ОРГАНИЗАТОРОВ (ФИНАЛЬНЫЙ СДВИГ И МАКСИМАЛЬНЫЙ РАЗМЕР) === */
    .organizers-section {
        padding: 0 10px !important;
    }

    .organizers-title {
        font-size: 20px !important;
        margin-bottom: 25px !important;
    }

    .organizers-grid {
        display: grid !important;
        grid-template-columns: repeat(12, 1fr) !important;
        gap: 12px 10px !important; /* Уменьшили горизонтальный gap, чтобы убрать пустоту */
        padding: 0 !important;
    }

    /* БЛОК АЛЕКСЕЯ */
    /* Фото слева: крупное, занимает 4 колонки, прижато влево */
    .org-alex-photo {
        grid-column: 1 / 5 !important;
        justify-self: start !important;
        width: 100% !important;
        max-width: 115px;
    }

    /* Текст: начинает сразу с 5-й колонки (вплотную к фото) и тянется до 10-й */
    .org-alex-text {
        grid-column: 5 / 10 !important;
        font-size: 9px !important;
        line-height: 1.3 !important;
        align-self: center;
        padding-left: 2px !important; /* Легкий отступ от фото, чтобы не слипалось */
    }

    /* Правое фото: аккуратное, прижато вправо */
    .org-alex-extra-photo {
        grid-column: 10 / 13 !important;
        justify-self: end !important;
        padding-left: 0 !important;
        width: 100% !important;
        max-width: 90px;
    }

    /* БЛОК ПРАКТИКИ */
    .org-practice-text {
        grid-column: 1 / 10 !important;
        font-size: 9px !important;
        line-height: 1.3 !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        align-self: center;
    }

    .org-field-photo {
        grid-column: 10 / 13 !important;
        justify-self: end !important;
        width: 100% !important;
        max-width: 90px;
    }

    /* БЛОК АЛИСЫ */
    /* Фото слева: крупное, занимает 4 колонки */
    .org-alisa-photo {
        grid-column: 1 / 5 !important;
        justify-self: start !important;
        padding-right: 0 !important;
        width: 100% !important;
        max-width: 115px;
    }

    /* Текст: стартует строго с 5-й колонки и занимает все место до правого края */
    .org-alisa-text {
        grid-column: 5 / 13 !important;
        font-size: 9px !important;
        line-height: 1.3 !important;
        align-self: center;
        padding-left: 2px !important;
    }

    .org-alisa-text p {
        margin-bottom: 4px !important;
    }
    .org-alisa-text p:last-child {
        margin-bottom: 0 !important;
    }

    /* === СЕКЦИЯ СТОИМОСТИ И КОНТАКТОВ ДЛЯ МОБИЛЬНЫХ === */
    .price-section {
        padding: 40px 15px !important; /* Уменьшаем вертикальные отступы */
    }

    .price-container {
        display: flex !important;
        flex-direction: column !important; /* Выстраиваем блоки друг под другом */
        gap: 50px !important; /* Делаем хороший отступ между ценой и контактами */
        padding: 0 10px !important;
    }

    /* Левая часть: Стоимость (выравнивание по левому краю) */
    .price-info {
        max-width: 100% !important;
        text-align: left !important;
    }

    .price-title {
        font-size: 20px !important; /* Уменьшаем заголовки в тон остальному макету */
        margin-bottom: 12px !important;
    }

    .price-include {
        font-size: 13px !important;
        line-height: 1.4 !important;
        margin-bottom: 16px !important;
    }

    .price-value {
        font-size: 20px !important; /* Размер для оранжевой цены */
        font-weight: 400 !important;
    }

    /* Правая часть: Контакты (сдвигаем вниз и выравниваем по правому краю) */
    .contacts-info {
        width: 100% !important;
        text-align: right !important; /* Текст прижимается к правому краю, как на скрине */
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;
        margin-top: 20px !important; /* Дополнительный визуальный сдвиг вниз */
    }

    .contacts-tagline {
        font-size: 13px !important;
        margin-top: 0 !important; /* Сбрасываем десктопный огромный margin */
        line-height: 1.4 !important;
    }

    .contacts-username {
        font-size: 13px !important;
        margin-top: 2px !important;
        line-height: 1.4 !important;
    }

    .contacts-phone {
        font-size: 14px !important;
        margin-top: 4px !important; /* Небольшой отступ от юзернейма */
        font-weight: 400 !important;
    }
}
.btn-buy {
    background-color: #DE793B;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 45px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 25px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-buy:hover {
    background-color: #cb682b;
    transform: scale(1.03);
}

/* Белая разделительная линия */
.footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    max-width: 1100px;
    margin: 60px auto 40px auto;
}

/* Сетка футера */
.main-footer {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr;
    gap: 40px;
    font-family: 'Inter', sans-serif;
}

.footer-column h4 {
    font-size: 16px;
    font-weight: 400;
    color: #DE793B; /* Оранжевые заголовки колонок */
    margin-bottom: 15px;
}

.footer-column p, 
.footer-column .footer-link, 
.footer-column .footer-text {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.6;
    display: block;
    text-decoration: none;
}

.footer-column .footer-link:hover {
    opacity: 0.8;
}

/* Иконки в футере */
.footer-socials {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.footer-socials a {
    display: inline-flex;
    transition: transform 0.2s ease;
}

.footer-socials a:hover {
    transform: scale(1.1);
}

.footer-socials img {
    width: 32px;
    height: 32px;
}

/* Текст дисклеймера справа */
.footer-disclaimer p {
    color: #DE793B; /* Цвет текста дисклеймера с картинки */
    opacity: 0.8;
    margin-bottom: 10px;
}
.footer-disclaimer p:last-child {
    margin-bottom: 0;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .footer-divider {
        margin: 40px auto 30px auto;
    }
    
    .main-footer {
        grid-template-columns: 1fr; /* Перестраиваем в одну колонку */
        gap: 35px;
        text-align: left;
        padding: 0 10px;
    }
    
    .btn-buy {
        width: 100%;
        max-width: 290px;
        font-size: 16px;
    }
}

.btn-buy {
    background-color: #DE793B;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 45px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 25px;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-buy:hover {
    background-color: #cb682b;
    transform: scale(1.03);
}

/* Разделительная черта перед футером */
.footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 1100px;
    margin: 60px auto 40px auto;
}

/* Сетка подвала сайта */
.main-footer {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr;
    gap: 40px;
    font-family: 'Inter', sans-serif;
    padding-bottom: 40px;
}

.footer-column h4 {
    font-size: 16px;
    font-weight: 400;
    color: #DE793B;
    margin-bottom: 15px;
}

.footer-column p, 
.footer-column .footer-link, 
.footer-column .footer-text {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.6;
    display: block;
    text-decoration: none;
}

.footer-column .footer-link:hover {
    opacity: 0.8;
}

/* Соцсети в подвале */
.footer-socials {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.footer-socials a {
    display: inline-flex;
    transition: transform 0.2s ease;
}

.footer-socials a:hover {
    transform: scale(1.1);
}

.footer-socials img {
    width: 32px;
    height: 32px;
}

/* Блок дисклеймера */
.footer-disclaimer p {
    color: #DE793B;
    opacity: 0.8;
    margin-bottom: 10px;
}
.footer-disclaimer p:last-child {
    margin-bottom: 0;
}

/* --- СТИЛИ ДЛЯ ВСПЛЫВАЮЩЕГО ОКНА (АНКЕТЫ) --- */

/* Задний полупрозрачный фон */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* Активация окна скриптом */
.modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

/* Тело модального окна */
.modal-content {
    background-color: #121212;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 20px;
    width: 100%;
    max-width: 440px;
    position: relative;
    font-family: 'Inter', sans-serif;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
    transform: translateY(-30px);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal-content {
    transform: translateY(0);
}

/* Кнопка закрытия (крестик) */
.modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 32px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s;
    line-height: 1;
}

.modal-close:hover {
    opacity: 1;
}

.modal-title {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 6px;
    text-align: center;
}

.modal-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 25px;
    text-align: center;
    font-weight: 300;
}

/* Поля формы */
.form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-group label {
    font-size: 13px;
    color: #DE793B;
    margin-bottom: 6px;
    font-weight: 400;
}

.form-group input {
    width: 100%;
    background-color: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 12px 16px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s;
}

.form-group input:focus {
    border-color: #DE793B;
}

/* Кнопка перехода к оплате */
.btn-submit-modal {
    width: 100%;
    background-color: #DE793B;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 14px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 10px;
    box-shadow: 0 4px 15px rgba(222, 121, 59, 0.2);
    transition: background-color 0.3s, transform 0.2s;
}

.btn-submit-modal:hover {
    background-color: #cb682b;
    transform: scale(1.02);
}

/* --- АДАПТИВНОСТЬ ПОД МОБИЛЬНЫЕ УСТРОЙСТВА --- */
@media (max-width: 768px) {
    .main-footer {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-divider {
        margin: 40px 15px 30px 15px;
    }
    
    .btn-buy {
        width: 100%;
        max-width: 300px;
    }

    .modal-content {
        padding: 30px 20px;
        max-width: 90%;
        border-radius: 16px;
    }

    .modal-title {
        font-size: 20px;
    }
}

/* === КРАСИВОЕ ВСКУСНОЕ УВЕДОМЛЕНИЕ (TOAST) === */
.toast-card {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #1a1a1a;
    border-left: 4px solid #DE793B; /* Наш фирменный оранжевый акцент */
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 3000;
    max-width: 380px;
    font-family: 'Inter', sans-serif;
    
    /* Начальное состояние: скрыто и смещено вниз */
    opacity: 0;
    transform: translateY(40px);
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Класс активации через JavaScript */
.toast-card.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.toast-icon {
    background-color: rgba(222, 121, 59, 0.15);
    color: #DE793B;
    font-size: 18px;
    font-weight: bold;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.toast-body {
    display: flex;
    flex-direction: column;
}

.toast-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
}

.toast-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    line-height: 1.4;
}

/* Мобильная адаптивность для уведомления */
@media (max-width: 480px) {
    .toast-card {
        bottom: auto;
        top: 20px;
        left: 5%;
        right: 5%;
        max-width: 90%;
        transform: translateY(-40px);
    }
    .toast-card.show {
        transform: translateY(0);
    }
}

