/* ОБЩИЕ НАСТРОЙКИ И ПЕРЕМЕННЫЕ */
:root {
    --bg-color: #FFFBF5; --text-color: #2c2c2c; --card-bg-color: #ffffff; --border-color: #f0e9e1;
    --header-bg: rgba(255, 251, 245, 0.8); --shadow-color: rgba(0, 0, 0, 0.05);
    --font-heading: 'Lora', serif; --font-body: 'Poppins', sans-serif;
    --accent-primary: #D62F6D; --accent-secondary: #ff69b4; --accent-soft: #FFECEF;
}
body[data-theme="dark"] {
    --bg-color: #1a1a1a; --text-color: #e0e0e0; --card-bg-color: #252525;
    --border-color: #333; --header-bg: rgba(30, 30, 30, 0.8); --shadow-color: rgba(0, 0, 0, 0.4);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background-color: var(--bg-color); color: var(--text-color); font-family: var(--font-body); line-height: 1.6; transition: background-color 0.3s ease, color 0.3s ease; }

/* ШАПКА */
.site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background-color: var(--header-bg); backdrop-filter: blur(10px); box-shadow: 0 2px 10px var(--shadow-color); transition: background-color 0.3s ease; }
.header-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; height: 70px; display: flex; justify-content: space-between; align-items: center; }
.logo { font-family: var(--font-heading); font-weight: 700; font-size: 1.5rem; text-decoration: none; color: var(--accent-primary);}
.main-nav a { margin: 0 15px; text-decoration: none; color: var(--text-color); font-weight: 600; transition: color 0.3s ease; }
.main-nav a:hover { color: var(--accent-primary); }

/* ПЕРЕКЛЮЧАТЕЛЬ ТЕМ */
.theme-switcher { position: relative; display: inline-block; width: 50px; height: 28px; }
.theme-switcher input { opacity: 0; width: 0; height: 0; }
.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; transition: 0.4s; border-radius: 28px; }
.slider:before { position: absolute; content: ""; height: 20px; width: 20px; left: 4px; bottom: 4px; background-color: white; transition: 0.4s; border-radius: 50%; }
input:checked + .slider { background-color: var(--accent-secondary); }
input:checked + .slider:before { transform: translateX(22px); }

/* ОБЩИЕ СТИЛИ */
main { padding-top: 70px; }
main > section { padding: 100px 5%; max-width: 1200px; margin: 0 auto; overflow: hidden; }
.section-title { font-family: var(--font-heading); font-size: clamp(2.5rem, 6vw, 3.5rem); text-align: center; margin-bottom: 60px; color: var(--text-color); }
.cta-button { display: inline-block; padding: 14px 35px; background: var(--accent-primary); color: white; text-decoration: none; font-family: var(--font-body); font-weight: 600; border-radius: 50px; border: none; cursor: pointer; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.cta-button:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(214, 47, 109, 0.3); }
.cta-button.secondary { background: none; color: var(--accent-primary); border: 2px solid var(--accent-primary); }

/* HERO SECTION */
.hero-section { height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; padding: 20px; margin-top: -70px; }
.hero-video-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; overflow: hidden; }
.hero-video-bg video { width: 100%; height: 100%; object-fit: cover; }
.hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(255, 251, 245, 0.6); }
body[data-theme="dark"] .hero-section::before { background-color: rgba(26, 26, 26, 0.7); }
.hero-title { font-family: var(--font-heading); font-size: clamp(2.8rem, 8vw, 5rem); color: var(--text-color); }
.hero-subtitle { font-size: 1.2rem; max-width: 600px; margin: 20px auto 40px; }

/* УСЛУГИ */
.services-section { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; text-align: center; }
.card { padding: 40px 30px; background-color: var(--card-bg-color); border-radius: 20px; border: 1px solid var(--border-color); transition: transform 0.4s ease, box-shadow 0.4s ease; }
.card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px var(--shadow-color); }
.card-icon { font-size: 3rem; margin-bottom: 15px; }
.card-title { font-family: var(--font-heading); font-size: 1.8rem; margin-bottom: 10px; color: var(--text-color); }

/* ОБ АЗИЗЕ (тизер) */
.about-aziza-section { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; background-color: var(--accent-soft); max-width: none; padding-left: 10%; padding-right: 10%; }
body[data-theme="dark"] .about-aziza-section { background-color: #2a2a2a; }
.about-aziza-image { border-radius: 20px; overflow: hidden; }
.about-aziza-image img { width: 100%; height: 100%; object-fit: cover; }
.about-aziza-text .section-title { text-align: left; }
.quote { font-family: var(--font-heading); font-size: 1.5rem; font-style: italic; margin-bottom: 30px; }

/* ГАЛЕРЕЯ (тизер) */
.gallery-teaser-swiper { padding: 10px 0 40px; }
.gallery-teaser-swiper .swiper-slide { border-radius: 15px; overflow: hidden; }
.gallery-teaser-swiper img { width: 100%; height: 100%; object-fit: cover; }
.gallery-link-wrapper { text-align: center; margin-top: 40px; }

/* ОТЗЫВЫ */
.testimonials-section { background-color: var(--accent-soft); max-width: none; padding-left: 0; padding-right: 0; }
body[data-theme="dark"] .testimonials-section { background-color: #2a2a2a; }
.testimonials-swiper { max-width: 800px; }
.testimonial-card { text-align: center; padding: 40px; }
.testimonial-card p { font-family: var(--font-heading); font-size: 1.8rem; font-style: italic; margin-bottom: 20px; }
.testimonial-card span { font-weight: 600; color: var(--accent-primary); }
.testimonials-swiper .swiper-pagination-bullet-active { background-color: var(--accent-primary); }

/* ПОДВАЛ */
.footer { padding: 50px 5%; background-color: var(--card-bg-color); color: #888; border-top: 1px solid var(--border-color); }
.footer-container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; max-width: 1200px; margin: 0 auto; }
.footer-column { flex: 1; min-width: 200px; }
.footer-column h4 { font-family: var(--font-heading); color: var(--text-color); margin-bottom: 15px; }
.footer-column a, .footer-column p { color: #888; text-decoration: none; display: block; margin-bottom: 8px; }
.footer-column a:hover { color: var(--accent-primary); }
.social-links a { margin-right: 15px; }
.footer-bottom { text-align: center; padding-top: 30px; margin-top: 30px; border-top: 1px solid var(--border-color); }

/* СТРАНИЦА ПРАЙСА */
.price-section { padding-top: 60px; }
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; margin-top: 60px; }
.price-card { background-color: var(--card-bg-color); border: 1px solid var(--border-color); border-radius: 15px; padding: 30px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.price-card.popular { border: 2px solid var(--accent-primary); }
.popular-badge { position: absolute; top: 15px; right: -45px; background-color: var(--accent-primary); color: white; padding: 5px 40px; transform: rotate(45deg); font-size: 0.9rem; font-weight: 600; }
.price-card-header { text-align: center; border-bottom: 1px solid var(--border-color); padding-bottom: 20px; margin-bottom: 20px; }
.price-card-header h3 { font-family: var(--font-heading); font-size: 1.8rem; }
.price-tag { font-size: 2.5rem; font-weight: 900; color: var(--accent-primary); margin-top: 10px; }
.price-features { list-style: none; flex-grow: 1; padding-left: 0; }
.price-features li { margin-bottom: 15px; }
.price-card .cta-button { margin-top: 20px; align-self: center; }

@media (max-width: 768px) {
    .main-nav { display: none; }
    .about-aziza-section { grid-template-columns: 1fr; text-align: center; }
    .about-aziza-text .section-title { text-align: center; }
}