/* Общие стили */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Playfair Display', serif;
    line-height: 1.6;
    color: #333;
    background: #f8f9fa;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

/* Фоновые декоративные элементы */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(255, 182, 193, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 218, 185, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 40% 60%, rgba(230, 230, 250, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 60% 30%, rgba(255, 192, 203, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 10% 70%, rgba(221, 160, 221, 0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: -2;
}

/* Декоративные элементы */
.decorative-element {
    position: fixed;
    pointer-events: none;
    z-index: -1;
    opacity: 0.8;
    animation: float 6s ease-in-out infinite;
}

.decorative-element:nth-child(1) {
    top: 10%;
    left: 5%;
    width: 60px;
    height: 60px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 10 C60 20, 80 20, 90 30 C80 40, 60 40, 50 50 C40 40, 20 40, 10 30 C20 20, 40 20, 50 10" fill="none" stroke="%23FF69B4" stroke-width="3"/></svg>') no-repeat center;
    animation-delay: 0s;
}

.decorative-element:nth-child(2) {
    top: 30%;
    right: 10%;
    width: 40px;
    height: 40px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="20" fill="none" stroke="%23DDA0DD" stroke-width="3"/><circle cx="50" cy="50" r="10" fill="none" stroke="%23DDA0DD" stroke-width="3"/></svg>') no-repeat center;
    animation-delay: 2s;
}

.decorative-element:nth-child(3) {
    bottom: 20%;
    left: 15%;
    width: 50px;
    height: 50px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M30 50 L50 30 L70 50 L50 70 Z" fill="none" stroke="%23FFB6C1" stroke-width="3"/></svg>') no-repeat center;
    animation-delay: 4s;
}

.decorative-element:nth-child(4) {
    top: 60%;
    right: 20%;
    width: 35px;
    height: 35px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 20 L60 40 L80 40 L65 55 L70 75 L50 65 L30 75 L35 55 L20 40 L40 40 Z" fill="none" stroke="%23E6E6FA" stroke-width="3"/></svg>') no-repeat center;
    animation-delay: 1s;
}

.decorative-element:nth-child(5) {
    bottom: 40%;
    right: 5%;
    width: 45px;
    height: 45px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 10 C70 10, 90 30, 90 50 C90 70, 70 90, 50 90 C30 90, 10 70, 10 50 C10 30, 30 10, 50 10" fill="none" stroke="%23FF69B4" stroke-width="3"/></svg>') no-repeat center;
    animation-delay: 3s;
}

.decorative-element:nth-child(6) {
    top: 15%;
    left: 50%;
    width: 30px;
    height: 30px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="15" fill="none" stroke="%23DDA0DD" stroke-width="3"/></svg>') no-repeat center;
    animation-delay: 5s;
}

.decorative-element:nth-child(7) {
    top: 45%;
    left: 8%;
    width: 25px;
    height: 25px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 15 L65 35 L85 35 L70 50 L75 70 L50 60 L25 70 L30 50 L15 35 L35 35 Z" fill="none" stroke="%23FFB6C1" stroke-width="3"/></svg>') no-repeat center;
    animation-delay: 1.5s;
}

.decorative-element:nth-child(8) {
    bottom: 15%;
    right: 25%;
    width: 35px;
    height: 35px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M25 50 L50 25 L75 50 L50 75 Z" fill="none" stroke="%23E6E6FA" stroke-width="3"/></svg>') no-repeat center;
    animation-delay: 3.5s;
}

.decorative-element:nth-child(9) {
    top: 25%;
    left: 25%;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="10" fill="none" stroke="%23FF69B4" stroke-width="3"/></svg>') no-repeat center;
    animation-delay: 4.5s;
}

.decorative-element:nth-child(10) {
    bottom: 60%;
    left: 60%;
    width: 40px;
    height: 40px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 10 C65 15, 85 25, 90 40 C85 55, 65 65, 50 70 C35 65, 15 55, 10 40 C15 25, 35 15, 50 10" fill="none" stroke="%23DDA0DD" stroke-width="3"/></svg>') no-repeat center;
    animation-delay: 2.5s;
}

.decorative-element:nth-child(11) {
    top: 70%;
    left: 35%;
    width: 30px;
    height: 30px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 20 L60 40 L80 40 L65 55 L70 75 L50 65 L30 75 L35 55 L20 40 L40 40 Z" fill="none" stroke="%23FFB6C1" stroke-width="3"/></svg>') no-repeat center;
    animation-delay: 0.5s;
}

.decorative-element:nth-child(12) {
    bottom: 30%;
    right: 40%;
    width: 25px;
    height: 25px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="12" fill="none" stroke="%23E6E6FA" stroke-width="3"/></svg>') no-repeat center;
    animation-delay: 5.5s;
}

.decorative-element:nth-child(13) {
    top: 80%;
    right: 15%;
    width: 35px;
    height: 35px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 10 C70 10, 90 30, 90 50 C90 70, 70 90, 50 90 C30 90, 10 70, 10 50 C10 30, 30 10, 50 10" fill="none" stroke="%23FF69B4" stroke-width="3"/></svg>') no-repeat center;
    animation-delay: 1.8s;
}

.decorative-element:nth-child(14) {
    top: 50%;
    left: 80%;
    width: 28px;
    height: 28px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M30 50 L50 30 L70 50 L50 70 Z" fill="none" stroke="%23DDA0DD" stroke-width="3"/></svg>') no-repeat center;
    animation-delay: 3.2s;
}

.decorative-element:nth-child(15) {
    bottom: 10%;
    left: 45%;
    width: 22px;
    height: 22px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="11" fill="none" stroke="%23FFB6C1" stroke-width="3"/></svg>') no-repeat center;
    animation-delay: 4.8s;
}

.decorative-element:nth-child(16) {
    top: 35%;
    right: 35%;
    width: 32px;
    height: 32px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 15 L65 35 L85 35 L70 50 L75 70 L50 60 L25 70 L30 50 L15 35 L35 35 Z" fill="none" stroke="%23E6E6FA" stroke-width="3"/></svg>') no-repeat center;
    animation-delay: 2.8s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    33% {
        transform: translateY(-10px) rotate(5deg);
    }
    66% {
        transform: translateY(5px) rotate(-3deg);
    }
}

/* Улучшенные секции с фоновыми элементами */
section {
    margin-bottom: 40px;
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
}

section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: 
        radial-gradient(circle at 30% 30%, rgba(255, 182, 193, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(255, 218, 185, 0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

section:hover {
    transform: translateY(-5px);
}

section:hover::before {
    background: 
        radial-gradient(circle at 30% 30%, rgba(255, 182, 193, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(255, 218, 185, 0.15) 0%, transparent 50%);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

/* Исключение для формы - оставляем рамки */
.rsvp-section {
    text-align: left;
    position: relative;
}

.rsvp-section::before {
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 10 C70 10, 90 30, 90 50 C90 70, 70 90, 50 90 C30 90, 10 70, 10 50 C10 30, 30 10, 50 10" fill="none" stroke="%23FF69B4" stroke-width="3"/></svg>') no-repeat center;
    opacity: 0.6;
    animation: float 6s ease-in-out infinite;
}

.rsvp-section::after {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 25px;
    height: 25px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="12" fill="none" stroke="%23DDA0DD" stroke-width="3"/></svg>') no-repeat center;
    opacity: 0.6;
    animation: float 6s ease-in-out infinite reverse;
}

/* Приглашение */
.invitation-section {
    text-align: center;
    background: #000;
    color: white;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.invitation-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    position: relative;
    z-index: 2;
    margin-top: -50px;
}

.title-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
}

.title-image-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.title-image-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 50%, #000 100%);
    pointer-events: none;
}

/* Заголовки */
.main-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    color: white;
    margin-bottom: 30px;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}

.invitation-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 300;
}

.invitation-text strong {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #fff;
}

/* Календарь */
.calendar {
    max-width: 600px;
    margin: 0 auto;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.calendar::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 20 L60 40 L80 40 L65 55 L70 75 L50 65 L30 75 L35 55 L20 40 L40 40 Z" fill="none" stroke="%23FF69B4" stroke-width="3"/></svg>') no-repeat center;
    opacity: 0.6;
    animation: float 4s ease-in-out infinite;
}

.calendar::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: -15px;
    width: 30px;
    height: 30px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="15" fill="none" stroke="%23DDA0DD" stroke-width="3"/></svg>') no-repeat center;
    opacity: 0.6;
    animation: float 4s ease-in-out infinite reverse;
}

.calendar-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background: #000;
    color: white;
}

.day-name {
    font-family: 'Playfair Display', serif;
    padding: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 0.9rem;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.day {
    font-family: 'Playfair Display', serif;
    padding: 15px;
    text-align: center;
    border: 1px solid #e9ecef;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.day:hover {
    background-color: #f8f9fa;
}

.day.empty {
    background-color: #f8f9fa;
}

.wedding-day {
    font-family: 'Playfair Display', serif;
    background: #000;
    color: white;
    font-weight: 700;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Тайминг мероприятия */
.timing-section {
    text-align: center;
    position: relative;
}

.timing-section::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 25px;
    height: 25px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 10 C60 20, 80 20, 90 30 C80 40, 60 40, 50 50 C40 40, 20 40, 10 30 C20 20, 40 20, 50 10" fill="none" stroke="%23FFB6C1" stroke-width="3"/></svg>') no-repeat center;
    opacity: 0.7;
    animation: float 5s ease-in-out infinite;
}

.timing-section::after {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M30 50 L50 30 L70 50 L50 70 Z" fill="none" stroke="%23E6E6FA" stroke-width="3"/></svg>') no-repeat center;
    opacity: 0.7;
    animation: float 5s ease-in-out infinite reverse;
}

.timing-list {
    max-width: 600px;
    margin: 0 auto;
    list-style: none;
}

.timing-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-bottom: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

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

.timing-time {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #000;
    min-width: 80px;
}

.timing-event {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: #333;
    text-align: right;
    flex-grow: 1;
    margin-left: 20px;
}

.timing-location {
    font-family: 'Playfair Display', serif;
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    margin-top: 5px;
    text-align: right;
}

.timing-event-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-grow: 1;
    margin-left: 20px;
}

/* Форма RSVP */
.rsvp-form {
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    font-family: 'Playfair Display', serif;
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #000;
    font-size: 1.1rem;
}

.form-group input[type="text"] {
    font-family: 'Playfair Display', serif;
    width: 100%;
    padding: 15px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input[type="text"]:focus {
    outline: none;
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.radio-group {
    display: flex;
    flex-direction: column;

}

.radio-label {
    font-family: 'Playfair Display', serif;
    display: flex !important;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 15px;

    transition: all 0.3s ease;
}

.radio-label:hover {
    border-color: #000;
    background-color: #f8f9fa;
}

.radio-label input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: #000;
}

.radio-label span {
    font-family: 'Playfair Display', serif;
}

.submit-btn {
    font-family: 'Playfair Display', serif;
    width: 100%;
    padding: 18px;
    background: #000;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.submit-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    background: #333;
}

.submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Модальное окно */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeIn 0.3s ease;
}

.modal-content {
    background: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 500px;
    margin: 20px;
    animation: slideIn 0.3s ease;
}

.modal-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #000;
    margin-bottom: 20px;
}

.modal-content p {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.close-btn {
    font-family: 'Playfair Display', serif;
    padding: 12px 30px;
    background: #000;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    background: #333;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { 
        opacity: 0;
        transform: translateY(-50px);
    }
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

/* Адаптивность */
@media (max-width: 768px) {
    .container {
        padding: 10px;
    }
    
    section {
        padding: 30px 20px;
        margin-bottom: 40px;
    }
    
    .invitation-section {
        padding: 0;
    }
    
    .invitation-content {
        padding: 30px 20px;
        margin-top: -30px;
    }
    
    .title-image {
        height: 500px;
    }
    
    .title-image-container {
        height: 500px;
    }
    
    .title-image-container::after {
        height: 100px;
    }
    
    .main-title {
        font-size: 2.2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .invitation-text {
        font-size: 1.1rem;
    }
    
    .day {
        padding: 10px 5px;
        font-size: 0.9rem;
    }
    
    .day-name {
        padding: 10px 5px;
        font-size: 0.8rem;
    }
    
    .timing-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .timing-time {
        min-width: auto;
    }
    
    .timing-event-container {
        margin-left: 0;
        align-items: center;
    }
    
    .timing-event {
        margin-left: 0;
        text-align: center;
    }
    
    .timing-location {
        text-align: center;
        margin-top: 3px;
    }
    
    .form-group input[type="text"] {
        padding: 12px;
    }
    
    .radio-label {
        padding: 12px;
    }
    
    .submit-btn {
        padding: 15px;
        font-size: 1.1rem;
    }
    
    .modal-content {
        padding: 30px 20px;
        margin: 10px;
    }
    
    .modal-content h3 {
        font-size: 1.5rem;
    }
    
    /* Скрываем декоративные элементы на мобильных */
    .decorative-element {
        display: none;
    }
    
    section::before,
    section::after,
    .calendar::before,
    .calendar::after,
    .timing-section::before,
    .timing-section::after,
    .rsvp-section::before,
    .rsvp-section::after,
    .info-section::before,
    .info-section::after {
        display: none;
    }
}

@media (max-width: 480px) {
    .title-image {
        height: 500px;
    }
    
    .title-image-container {
        height: 500px;
    }
    
    .title-image-container::after {
        height: 75px;
    }
    
    .invitation-content {
        margin-top: -20px;
    }
    
    .main-title {
        font-size: 1.8rem;
    }
    
    .section-title {
        font-size: 1.6rem;
    }
    
    .invitation-text {
        font-size: 1rem;
    }
    
    .day {
        padding: 8px 3px;
        font-size: 0.8rem;
    }
    
    .day-name {
        padding: 8px 3px;
        font-size: 0.7rem;
    }
    
    .calendar {
        border-radius: 10px;
    }
    
    .timing-time {
        font-size: 1rem;
    }
    
    .timing-event {
        font-size: 1rem;
    }
    
    .timing-location {
        font-size: 0.8rem;
    }
    
    .form-group label {
        font-size: 1rem;
    }
    
    .form-group input[type="text"] {
        padding: 10px;
        font-size: 0.9rem;
    }
    
    .radio-label {
        padding: 10px;
        font-size: 0.9rem;
    }
    
    .submit-btn {
        padding: 12px;
        font-size: 1rem;
    }
    
    /* Скрываем декоративные элементы на маленьких экранах */
    .decorative-element {
        display: none;
    }
    
    section::before,
    section::after,
    .calendar::before,
    .calendar::after,
    .timing-section::before,
    .timing-section::after,
    .rsvp-section::before,
    .rsvp-section::after,
    .info-section::before,
    .info-section::after {
        display: none;
    }
} 

/* Блок информации для гостей и подарков */
.info-section {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.07);
    padding: 40px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.info-section::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 25px;
    width: 30px;
    height: 30px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 20 L60 40 L80 40 L65 55 L70 75 L50 65 L30 75 L35 55 L20 40 L40 40 Z" fill="none" stroke="%23FFB6C1" stroke-width="3"/></svg>') no-repeat center;
    opacity: 0.7;
    animation: float 7s ease-in-out infinite;
}

.info-section::after {
    content: '';
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 28px;
    height: 28px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 10 C60 20, 80 20, 90 30 C80 40, 60 40, 50 50 C40 40, 20 40, 10 30 C20 20, 40 20, 50 10" fill="none" stroke="%23E6E6FA" stroke-width="3"/></svg>') no-repeat center;
    opacity: 0.7;
    animation: float 7s ease-in-out infinite reverse;
}

.info-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: #222;
    margin-bottom: 25px;
    line-height: 1.7;
}

.info-list {
    font-family: 'Playfair Display', serif;
    list-style: disc inside;
    margin: 0 auto 30px auto;
    padding: 0;
    max-width: 600px;
    text-align: left;
}

.info-list li {
    font-size: 1.05rem;
    color: #444;
    margin-bottom: 10px;
    line-height: 1.5;
}

.info-subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: #000;
    margin: 30px 0 15px 0;
    font-weight: 700;
    text-align: center;
} 

/* Анимация голубей */
.heart {
    position: absolute;
    width: 40px;
    height: 40px;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    animation: flyAway 3s ease-out forwards;
    transform-origin: center;
}

.heart::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 85 C50 85, 20 60, 20 40 C20 25, 35 15, 50 25 C65 15, 80 25, 80 40 C80 60, 50 85, 50 85" fill="%23ff6b9d" stroke="%23ff4d8a" stroke-width="2"/><path d="M50 85 C50 85, 20 60, 20 40 C20 25, 35 15, 50 25 C65 15, 80 25, 80 40 C80 60, 50 85, 50 85" fill="%23ff6b9d" stroke="%23ff4d8a" stroke-width="2" opacity="0.8"/></svg>') no-repeat center;
    background-size: contain;
    animation: pulseHeart 0.6s ease-in-out infinite alternate;
}

@keyframes flyAway {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0.5);
    }
    10% {
        opacity: 1;
        transform: translateY(-20px) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateY(-100vh) translateX(var(--fly-x)) scale(1.7);
    }
}

@keyframes pulseHeart {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

/* Контейнер для сердечек */
.heart-container, #pigeon-fx-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 9998;
}

/* Адаптивность для сердечек */
@media (max-width: 768px) {
    .heart {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 480px) {
    .heart {
        width: 30px;
        height: 30px;
    }
} 

/* Новые декоративные элементы поверх сайта */
.floating-heart,
.floating-ring,
.floating-flower,
.floating-star,
.floating-dove,
.floating-cupid {
    position: fixed;
    pointer-events: none;
    z-index: 1000;
    opacity: 0.6;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: floatingAnimation 8s ease-in-out infinite;
}

/* Сердечки */
.floating-heart {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 85 C50 85, 20 60, 20 40 C20 25, 35 15, 50 25 C65 15, 80 25, 80 40 C80 60, 50 85, 50 85" fill="%23ff6b9d" stroke="%23ff4d8a" stroke-width="2"/></svg>');
    animation: floatingAnimation 6s ease-in-out infinite;
}

/* Кольца */
.floating-ring {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="25" fill="none" stroke="%23ffd700" stroke-width="4"/><circle cx="50" cy="50" r="15" fill="none" stroke="%23ffd700" stroke-width="2"/></svg>');
    animation: floatingAnimation 7s ease-in-out infinite;
}

/* Цветы */
.floating-flower {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="12" fill="%23ffd700"/><path d="M50 15 L55 25 L65 25 L58 32 L60 42 L50 38 L40 42 L42 32 L35 25 L45 25 Z" fill="%23ffb6c1"/><path d="M85 50 L75 55 L75 65 L82 58 L92 60 L88 50 L92 40 L82 42 L75 35 L75 45 Z" fill="%23ffb6c1"/><path d="M50 85 L45 75 L35 75 L42 68 L40 58 L50 62 L60 58 L58 68 L65 75 L55 75 Z" fill="%23ffb6c1"/><path d="M15 50 L25 45 L25 35 L18 42 L8 40 L12 50 L8 60 L18 58 L25 65 L25 55 Z" fill="%23ffb6c1"/></svg>');
    animation: floatingAnimation 8s ease-in-out infinite;
}

/* Звезды */
.floating-star {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 10 L60 35 L85 35 L65 55 L75 80 L50 65 L25 80 L35 55 L15 35 L40 35 Z" fill="%23ffd700" stroke="%23ffa500" stroke-width="1"/></svg>');
    animation: floatingAnimation 9s ease-in-out infinite;
}

/* Голуби */
.floating-dove {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M30 60 C40 50, 60 50, 70 60 C80 70, 70 80, 60 75 C50 80, 40 70, 30 60" fill="%23ffffff" stroke="%23cccccc" stroke-width="2"/><circle cx="35" cy="55" r="3" fill="%23000000"/><path d="M25 45 L15 35 L25 25" stroke="%23cccccc" stroke-width="2" fill="none"/><path d="M75 45 L85 35 L75 25" stroke="%23cccccc" stroke-width="2" fill="none"/></svg>');
    animation: floatingAnimation 10s ease-in-out infinite;
}

/* Купидоны */
.floating-cupid {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="35" r="12" fill="%23ffb6c1"/><path d="M50 47 L50 70" stroke="%23ffb6c1" stroke-width="3" fill="none"/><path d="M35 60 L65 60" stroke="%23ffb6c1" stroke-width="3" fill="none"/><path d="M50 20 L60 15 L55 25" stroke="%23ff69b4" stroke-width="2" fill="none"/><path d="M50 20 L40 15 L45 25" stroke="%23ff69b4" stroke-width="2" fill="none"/></svg>');
    animation: floatingAnimation 11s ease-in-out infinite;
}

/* Анимация плавания */
@keyframes floatingAnimation {
    0%, 100% {
        transform: translateY(0px) translateX(0px) rotate(0deg) scale(1);
        opacity: 0.6;
    }
    25% {
        transform: translateY(-15px) translateX(5px) rotate(5deg) scale(1.05);
        opacity: 0.8;
    }
    50% {
        transform: translateY(-5px) translateX(-8px) rotate(-3deg) scale(0.95);
        opacity: 0.7;
    }
    75% {
        transform: translateY(-20px) translateX(3px) rotate(2deg) scale(1.1);
        opacity: 0.9;
    }
}

/* Адаптивность для новых декоративных элементов */
@media (max-width: 768px) {
    .floating-heart,
    .floating-ring,
    .floating-flower,
    .floating-star,
    .floating-dove,
    .floating-cupid {
        width: 25px;
        height: 25px;
        opacity: 0.5;
    }
}

@media (max-width: 480px) {
    .floating-heart,
    .floating-ring,
    .floating-flower,
    .floating-star,
    .floating-dove,
    .floating-cupid {
        width: 20px;
        height: 20px;
        opacity: 0.4;
    }
} 