* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Georgia", "Times New Roman", "Playfair Display", serif;
    background-color: #ffffff;
    overflow-x: hidden;
    width: 100%;
}

.hero {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: url('11.png') no-repeat top 45px center;
    background-size: 108% auto;
    background-color: #ffffff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    color: #000000;
}

.content {
    padding: 30vh 20px 0 20px;
    width: 100%;
    background-color: transparent;
}

h1 {
    font-size: 8vw;
    font-weight: 400; /* Немного тоньше для элегантности */
    line-height: 1.2;
    letter-spacing: 2px; /* Добавим немного простора */
    text-transform: uppercase;
    margin-bottom: 2px;
    /* Заменяем шрифт */
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    text-shadow: 0 0 2px rgba(255,255,255,0.5);
}

.ampersand {
    font-size: 6vw;
    font-weight: 300; /* Делаем амперсанд тоньше */
    line-height: 1;
    margin: 2px 0;
    opacity: 0.7;
    /* Заменяем шрифт */
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    font-style: italic; /* Добавляем курсив для амперсанда — это очень элегантно */
}

h2 {
    font-size: 7vw;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    /* Заменяем шрифт */
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    text-shadow: 0 0 2px rgba(255,255,255,0.5);
}

.date {
    font-size: 5.8vw; /* Немного уменьшил для изящества */
    font-weight: 350;
    letter-spacing: 3px; /* Увеличил межбуквенное расстояние */
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 15px;
    display: inline-block;
    margin-top: 5px;
    /* Заменяем шрифт */
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    text-transform: uppercase;
}

@media (min-width: 500px) {
    h1 { font-size: 48px; } /* Немного подправил размер для десктопа */
    .ampersand { font-size: 36px; }
    h2 { font-size: 42px; }
    .date { font-size: 22px; }
}

/* ===== ВТОРАЯ СЕКЦИЯ ===== */
.invitation {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: url('3j.png') no-repeat center center;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000000;
    margin-top: -15vh;
    z-index: 2;
}

.invitation-content {
    max-width: 80%;
    padding: 20px;
    background-color: transparent;
    margin-top: 190px;
}

.invitation-text {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 5vw;
    line-height: 1.4;
    margin-bottom: 30px;
    font-weight: 400;
    color: #5c5a5a;
}   

.invitation-date {
    /* Заменяем шрифт на тот же, что и в hero-секции */
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    font-size: 6vw;
    font-weight: 400; /* Используем среднюю насыщенность, как у имен */
    letter-spacing: 3px; /* Добавляем такое же межбуквенное расстояние, как у даты в hero */
    padding-top: 150px;
    display: inline-block;
    text-transform: uppercase;
    /* Добавим небольшую прозрачность для легкости (опционально) */
    /* color: rgba(0, 0, 0, 0.8); */
}

@media (min-width: 500px) {
    .invitation-text {
        font-size: 25px;
    }
    .invitation-date {
        font-size: 32px; /* Немного увеличил для десктопа */
    }
}

/* ===== ТРЕТЬЯ СЕКЦИЯ (АДРЕС) ===== */
.address {
    width: 100vw;
    height: 100vh;
    background: url('3.png') no-repeat center center;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000000;
    margin: 0;
    padding: 0;
    margin-top: -20vh;
    background-color: #e1edf8;
}

.address-content {
    max-width: 80%;
    padding: 20px;
    background-color: transparent;
}

.venue {
    /* Заменяем шрифт на Cormorant Garamond */
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    font-size: 7vw;
    line-height: 1.4;
    font-weight: 400; /* Та же насыщенность, что и у имен */
    letter-spacing: 1.5px; /* Немного межбуквенного расстояния для элегантности */
    text-shadow: 0 0 8px rgba(255,255,255,0.5);
    color: #717171;
}

@media (min-width: 500px) {
    .venue {
        font-size: 38px; /* Немного увеличил для лучшей читаемости на десктопе */
    }
}

/* ===== ЧЕТВЁРТАЯ СЕКЦИЯ (ФОТО 4) ===== */
.photo-four {
    width: 100vw;
    height: 100vh;
    background: url('4.JPEG') no-repeat center center;
    background-size: contain;
    background-color: #e1edf8;
    background-position: center center;
    margin: 0;
    padding: 0;
    margin-top: -15vh;
}

/* ===== ПЯТАЯ СЕКЦИЯ (ФОТО 5) ===== */
.photo-five {
    width: 100vw;
    height: 100vh;
    background: url('5.png') no-repeat center center;
    background-size: 100% auto;
    background-color: #f6f6f4;
    margin: 0;
    padding: 0;
    margin-top: -5vh;
}

/* ===== ШЕСТАЯ СЕКЦИЯ (ФОТО 6) ===== */
.photo-six {
    width: 100vw;
    height: 100vh;
    background: url('6.png') no-repeat center center;
    background-size: 100% auto;
    background-color: #E1EDF8;
    margin: 0;
    padding: 0;
    margin-top: -1vh;
}

/* ===== СЕКЦИЯ АНКЕТЫ ГОСТЯ ===== */
.guest-form {
    width: 100vw;
    min-height: 100vh;
    background-color: #e3edf7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    margin: 0;
    margin-top: -8vh;
}


.form-container {
    max-width: 500px;
    width: 100%;
    background-color: transparent;
    padding: 30px 25px;
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif; /* Элегантный шрифт для всего контейнера */
}

.form-container h3 {
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    font-size: 42px; /* Увеличил для элегантности */
    text-align: center;
    margin-bottom: 10px;
    color: #333;
    font-weight: 500; /* Немного жирнее для заголовка */
    letter-spacing: 1.5px;
}

.form-group {
    margin-bottom: 35px;
}

.form-group label {
    display: block;
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    font-size: 22px; /* Увеличил для элегантности */
    font-weight: 500;
    margin-bottom: 12px;
    color: #444;
    letter-spacing: 0.8px;
}

.line-input {
    width: 100%;
    padding: 12px 0 8px 0;
    font-size: 20px; /* Увеличил */
    border: none;
    border-bottom: 1px solid #aaa;
    background-color: transparent;
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    outline: none;
    font-weight: 400;
    color: #333;
}

.line-input:focus {
    border-bottom-color: #000;
}

.line-input::placeholder {
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    font-size: 18px;
    color: #999;
    font-style: italic;
    font-weight: 300;
}

.vertical-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vertical-option {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    font-weight: 400;
    font-size: 20px; /* Увеличил */
    cursor: pointer;
    margin-bottom: 0;
    color: #333;
}

.vertical-option input {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #a5b8ce; /* Нежный голубой для радио и чекбоксов */
}

.submit-btn {
    width: 100%;
    padding: 16px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border: 1px solid #d0d0d0; /* Добавил легкую границу */
    border-radius: 50px;
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    font-size: 24px; /* Увеличил */
    font-weight: 500;
    letter-spacing: 1.5px;
    cursor: pointer;
    margin-top: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.submit-btn:hover {
    background-color: #f9f9f9;
    border-color: #a5b8ce; /* Голубая граница при наведении */
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(165, 184, 206, 0.3);
}

.response-deadline {
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    font-size: 20px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    color: #666;
    font-style: italic;
    letter-spacing: 0.5px;
    font-weight: 400;
}

input[type="radio"], 
input[type="checkbox"] {
    accent-color: #e3edf7;
}

/* ===== ФУТЕР С ТАЙМЕРОМ ===== */
.wedding-footer {
    width: 100vw;
    background: url('2.JPG') no-repeat center center;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    height: 50vh;
    margin-top: 0; /* Убираем отрицательный отступ, если был */
    background-color: #e1edf9;
}

.timer-container {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #4a5b6e;
    padding: 20px;
    width: 100%;
    margin-top: 25vh;
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    background-color: #e1edf9; /* добавить эту строку */
    border-radius: 10px; /* можно добавить скругление */
    max-width: 400px; /* ограничить ширину */
    margin-left: auto;
    margin-right: auto;
}

.timer-title {
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    font-size: 28px;
    margin-bottom: 30px;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    color: #3b4b5c; /* Чуть темнее для заголовка */
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);
}

.timer {
    display: flex;
    justify-content: space-around;
    max-width: 600px; /* Немного увеличил */
    margin: 0 auto;
    gap: 15px;
    flex-wrap: wrap;
}

.timer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px; /* Немного увеличил */
}

.timer-number {
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    font-size: clamp(40px, 10vw, 70px); /* Увеличил размер цифр */
    font-weight: 500; /* Сделал немного жирнее для элегантности */
    line-height: 1.2;
    color: #2c3a4a; /* Более темный оттенок для цифр */
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.6);
}

.timer-label {
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    font-size: clamp(14px, 3.5vw, 20px); /* Увеличил */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 5px;
    font-weight: 400;
    color: #4a5b6e;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);
}

@media (max-width: 400px) {
    .timer-container {
        max-width: 320px;
        margin-top: 10vh;
    }
    
    .timer-number {
        font-size: 28px;
    }
    
    .timer-label {
        font-size: 11px;
    }
    
    .timer-title {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .wedding-footer {
        height: 45vh;
        background-size: cover; /* Лучше смотрится на мобильных */
    }
    
    .timer-container {
        max-width: 320px;
        margin-top: 14vh;
        padding: 15px;
    }
    
    .timer-title {
        font-size: 22px;
        margin-bottom: 20px;
        letter-spacing: 2px;
    }
    
    .timer {
        gap: 8px;
    }
    
    .timer-item {
        min-width: 60px;
    }
    
    .timer-number {
        font-size: clamp(30px, 8vw, 50px);
    }
    
    .timer-label {
        font-size: clamp(12px, 3vw, 16px);
        letter-spacing: 1px;
    }
}

@media (max-width: 320px) {
    .timer {
        gap: 5px;
    }
    
    .timer-item {
        min-width: 45px;
    }
    
    .timer-number {
        font-size: 24px;
    }
    
    .timer-label {
        font-size: 9px;
        letter-spacing: 0.5px;
    }
}

.gift-note {
    position: relative;
    top: 53%;
    transform: translateY(-50%);
    width: 90%;
    max-width: 650px; /* Немного увеличил */
    margin: 0 auto;
    text-align: center;
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    font-size: clamp(24px, 6vw, 40px); /* УВЕЛИЧИЛ размер */
    line-height: 1.6;
    color: #626161;
    z-index: 3;
    padding: 40px 20px;
    font-weight: 400;
    text-shadow: 0px 0px 10px rgba(255,255,255,0.8);
    left: 0;
    right: 0;
}

.gift-note span {
    display: block;
    font-size: inherit;
    margin-top: 20px; /* Немного увеличил отступ */
    font-style: italic;
    font-weight: 400;
}


/* ===== ТЕКСТ НА ФОТО 6 ===== */
.photo-six {
    position: static;
}



/* ===== НАЛОЖЕНИЕ DRESS.png ПОВЕРХ ФОТО 5 ===== */
.photo-five {
    position: relative;
    overflow: hidden;
}

.overlay-dress {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%; /* или конкретные пиксели, например 300px */
    max-width: 400px;
    height: auto;
    z-index: 10;
    pointer-events: none; /* чтобы не мешала кликам */
}

/* ===== МУЗЫКАЛЬНЫЙ ПЛЕЕР ===== */
.music-player {
    position: absolute;
    bottom: 80px;
    right: 40px;
    z-index: 10;
}

.music-circle {
    position: relative;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.play-triangle {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 28px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding-left: 3px; /* для центрирования треугольника */

    
}

.play-triangle:hover {
    transform: scale(1.05);
    background-color: #ffffff;
}

.circle-text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotate 10s linear infinite;
}

.circle-text text {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* пауза */
.play-triangle.paused {
    background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 500px) {
    .music-player {
        bottom: 200px;
        right: 150px;
    }
    
    .music-circle {
        width: 100px;
        height: 100px;
    }
    
    .play-triangle {
        width: 46px;
        height: 46px;
        font-size: 16px;
        color: #a5b8ce;
    }
    
    .circle-text text {
        font-size: 6px;
    }
}



.pause-button {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* расстояние между полосками */
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	
}





.pause-bar {
    width: 2px !important;  /* ← ИЗМЕНИТЕ ЭТО ЗНАЧЕНИЕ */
    height: 24px; /* высота полосок */
    background-color: #a5b8ce;
    display: inline-block;
    border-radius: 1px; /* чуть скруглить для эстетики */
}


/* ===== ГОВНО-ПЛЕЕР ДЛЯ МОБИЛ ===== */
@media (max-width: 768px) {
    .music-player {
        position: absolute !important;
        bottom: 280px !important;
        right: 145px !important;
        left: auto !important;
        top: auto !important;
        z-index: 9999 !important;
    }
    
    .music-circle {
        width: 100px !important;
        height: 100px !important;
    }
    
    .play-pause-btn, .play-triangle {
        width: 44px !important;
        height: 44px !important;
    }
	
	.pause-button {
        width: 44px !important;
        height: 44px !important;
        gap: 5px;
    }
	
	.pause-bar {
        width: 1.5px;  /* ещё тоньше на мобилках */
        height: 18px;
    }
}

/* Для совсем маленьких */
@media (max-width: 400px) {
    .music-player {
        bottom: 260px !important;
        right: 145px !important;
    }
}








.route-button {
    display: inline-block;
    margin-top: 60px;
    padding: 12px 30px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #000000;
    border-radius: 50px;
    /* Меняем шрифт на тот же элегантный */
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    font-size: 18px; /* Немного увеличил размер */
    font-weight: 500; /* Можно оставить полужирное начертание для кнопки */
    color: #333;
    text-decoration: none;
    letter-spacing: 1.5px; /* Добавляем межбуквенный интервал */
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.route-button:hover {
    background-color: #ffffff;
    border: 1px solid #000000;  /* Добавлено для единообразия при наведении */
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

@media (max-width: 500px) {
    .route-button {
        padding: 10px 25px;
        font-size: 16px; /* Увеличил для мобильных */
        margin-top: 20px;
    }
}


.contacts-section {
    width: 100vw;
    min-height: 40vh;
    background-color: #E1EDF8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;              /* Убираем внешние отступы */
    padding: 0 0 60px 0 !important;             /* Убираем внутренние отступы */
    border: none;           /* Убираем границы */
    box-sizing: border-box; /* Чтобы padding не влиял на ширину */
}

.contacts-container {
    max-width: 800px;
    width: 100%;
    text-align: center;
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    color: #4a5b6e;
    margin: 0;              /* Убираем отступы */
    padding: 40px 20px;     /* Оставляем только внутренние отступы для текста */
    box-sizing: border-box;
}

.contacts-title {
    font-size: clamp(20px, 4vw, 28px);
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-transform: uppercase;
    opacity: 0.9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 15px;
    display: inline-block;
}

.contacts-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.contact-item {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 20px;
    flex-wrap: wrap;
    font-size: clamp(22px, 5vw, 32px); /* Крупный текст */
    text-align: center;
}

.contact-name {
    font-weight: 500;
    white-space: nowrap;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    color: #3b4b5c;
    text-align: center;  
}

.contact-phone {
    font-weight: 400;
    color:  #4a5b6e;;
    text-decoration: none;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    transition: all 0.3s ease;
    padding-bottom: 2px;
    text-align: center;
}

.contact-phone:hover {
    border-bottom-color: #ffffff;
    transform: translateY(-1px);
}

/* Мобильная версия для контактов */
@media (max-width: 600px) {
    .contacts-section {
        min-height: 35vh;
        padding: 0;          /* Убираем padding на мобильных */
    }
    
    .contacts-title {
        font-size: 18px;
        margin-bottom: 25px;
    }
    
    .contact-item {
        font-size: clamp(18px, 4.5vw, 26px);
        flex-direction: column;
        gap: 5px;
    }
    
    .contact-name {
        white-space: normal;
    }
    
    .contact-phone {
        white-space: normal;
        font-size: 0.9em; /* Чуть уменьшаем телефон на мобильных */
        border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
        padding: 5px 0;
        display: inline-block;
    }
}

/* Для совсем маленьких экранов */
@media (max-width: 400px) {
    .gift-note {
        font-size: 20px; /* Увеличено, но с учетом маленького экрана */
    }
    
    .contacts-section {
        min-height: 30vh;
    }
}


/* ===== ТЕКСТ НАД ПАЛИТРОЙ ===== */
.dress-message {
    position: absolute;
    bottom: 15%; /* Расположение от низа */
    left: 0;
    right: 0;
    text-align: center;
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    font-size: clamp(22px, 5vw, 36px);
    line-height: 1.4;
    color: #626161;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.9);
    z-index: 20;
    padding: 0 20px;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    font-style: italic; /* Легкий курсив для элегантности */
}

/* Для мобильных устройств */
@media (max-width: 600px) {
    .dress-message {
        bottom: 12%; /* Немно корректируем позицию */
        font-size: clamp(18px, 4vw, 26px);
        line-height: 1.3;
        padding: 0 15px;
    }
}

@media (max-width: 400px) {
    .dress-message {
        bottom: 41%;
        font-size: 21px;
    }
}

/* Обновляем существующий .photo-five, чтобы убедиться, что он relative */
.photo-five {
    position: relative; /* Убедитесь, что это есть! */
    width: 100vw;
    height: 100vh;
    background: url('5.png') no-repeat center center;
    background-size: 100% auto;
    background-color: #f6f6f4;
    margin: 0;
    padding: 0;
    margin-top: -5vh;
    overflow: hidden; /* Чтобы ничего не вылезало за пределы */
}


/* ===== НОВАЯ СЕКЦИЯ С ФОТО LOC ===== */
.location-section {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    background-color: #e1edf8; /* Тот же фон на всякий случай */
    line-height: 0; /* Убираем возможные отступы у inline-элементов */
    margin-top: -150px;
    margin-bottom: 100px;
}

.location-full-image {
    width: 80%;
    height: auto;
    clip-path: inset(10% 0 0 0); /* обрезать сверху 10% */
    display: block;
}

/* Убирает синее/серое выделение при нажатии на мобильных */
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Для интерактивных элементов дополнительно */
button,
a,
input[type="button"],
input[type="submit"],
.route-button,
.submit-btn,
.play-triangle,
.pause-button,
.contact-phone {
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
}

/* Убирает стандартный outline при фокусе (но оставляет для accessibility — можно закомментировать) */
:focus {
    outline: none !important;
}

/* Для клавиатурной навигации (если нужно сохранить доступность) */
:focus-visible {
    outline: 1px solid #a5b8ce !important;
}

/* ===== СЕКЦИЯ КАЛЕНДАРЯ ===== */
.calendar-section {
    width: 100vw;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px 60px 20px;
    margin: 0;
    box-sizing: border-box;
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
}

.calendar-container {
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.calendar-month {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #333;
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
}

/* Полоса с днями недели (общий фон) */
.weekdays-bar {
    background-color: #e1edf9;
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
    margin-bottom: 15px;
    border-radius: 4px;
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #4a5b6e;
    letter-spacing: 0.5px;
}

.weekdays-bar span {
    flex: 1;
    text-align: center;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.day {
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    font-size: 20px;
    padding: 10px 0;
    color: #333;
    font-weight: 400;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.day.empty {
    background-color: transparent;
}

/* Обводка сердечком для даты свадьбы */
.wedding-day {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heart-outline {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 20px;
    z-index: 1;
}

.heart-outline::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    background-color: #e1edf9;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>') no-repeat center;
    mask-size: contain;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>') no-repeat center;
    -webkit-mask-size: contain;
    z-index: -1;
}
/* Для мобильных */
@media (max-width: 500px) {

        .calendar-section {
        padding: 15px 20px 260px 20px; /* было 70px, стало 100px */
    }

    .calendar-month {
        font-size: 28px;
    }
    
    .weekdays-bar {
        font-size: 14px;
        padding: 10px 0;
    }
    
    .day {
        font-size: 16px;
        padding: 8px 0;
    }
    
    .heart-outline {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    
    .heart-outline::before {
        font-size: 36px;
    }
}


/* Стили для уведомлений формы */
.form-notification {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 40px;
    border-radius: 50px;
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: slideIn 0.3s ease;
    white-space: nowrap;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
}

.form-notification.success {
    background-color: rgba(165, 184, 206, 0.95);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.form-notification.error {
    background-color: rgba(220, 120, 120, 0.95);
    color: white;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translate(-50%, -30%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* Адаптация для мобильных */
@media (max-width: 600px) {
    .form-notification {
        font-size: 18px;
        padding: 15px 30px;
        white-space: normal;
        width: 80%;
        max-width: 300px;
    }
}

/* Стили для отключенной кнопки */
.submit-btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

.submit-btn:disabled:hover {
    transform: none;
    box-shadow: none;
}

/* Анимация пульсации для кнопки во время отправки */
@keyframes pulse {
    0% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}

.submit-btn:disabled {
    animation: pulse 1.5s infinite;
}


/* Стили для уведомлений формы */
.form-notification {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 40px;
    border-radius: 50px;
    font-family: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: slideIn 0.3s ease;
    white-space: nowrap;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
}

.form-notification.success {
    background-color: rgba(165, 184, 206, 0.95);
    color: white;
}

.form-notification.error {
    background-color: rgba(220, 120, 120, 0.95);
    color: white;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translate(-50%, -30%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* Стили для отключенной кнопки */
.submit-btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}

/* Адаптация для мобильных */
@media (max-width: 600px) {
    .form-notification {
        font-size: 18px;
        padding: 15px 30px;
        white-space: normal;
        width: 80%;
        max-width: 300px;
    }
}
