/* styles.css – Турецкий сериал стиль: роскошь, драма, золотые акценты, глубокие цвета */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,700&family=Cormorant+Garamond:wght@400;600&family=Montserrat:wght@300;400;500;600&display=swap');
/* Разрешенные шрифты: Playfair Display (заголовки), Cormorant Garamond (текст), Montserrat (вспомогательный) */

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

body {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    line-height: 1.7;
    color: #f5f0e6;
    background: #0b0e17;
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Контрастное чередование блоков как в турецких сериалах: тёмный дворец → светлый сад → ночь → золото */
.section:nth-child(odd) {
    background: linear-gradient(135deg, #1a0d2e 0%, #2d1b4e 100%);
    color: #f5f0e6;
}

.section:nth-child(even) {
    background: linear-gradient(135deg, #8b1e3f 0%, #c94f5f 100%);
    color: #fffdf9;
}

/* Первый блок – героический offer */
#teklif {
    min-height: 470px;
    background: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?ixlib=rb-4.0.3&auto=format&fit=crop&q=80') center/cover no-repeat,
                linear-gradient(rgba(11, 14, 23, 0.85), rgba(11, 14, 23, 0.9));
    display: flex;
    align-items: center;
    text-align: center;
    color: #fffdf9 !important;
}

#teklif .container {
    max-width: 900px;
    margin: 0 auto;
}

#teklif h1 {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    margin-bottom: 20px;
    text-shadow: 0 3px 10px rgba(0,0,0,0.8);
    letter-spacing: 2px;
}

#teklif p {
    font-size: 22px;
    margin-bottom: 30px;
    opacity: 0.95;
}

.btn {
    display: inline-block;
    background: linear-gradient(to right, #d4af37, #ffd700);
    color: #1a0d2e;
    font-weight: 600;
    font-size: 20px;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.6);
    background: linear-gradient(to right, #ffd700, #fffacd);
}

/* Общие контейнеры */
.container {
    max-width: 1090px;
    margin: 0 auto;
    padding: 70px 20px;
}

h2, h3 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

h2::after, h3::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #d4af37;
    margin: 20px auto;
    border-radius: 3px;
}

/* Цены */
.prices {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.price-card {
    background: rgba(255,255,255,0.12);
    padding: 30px 25px;
    border-radius: 20px;
    text-align: center;
    border: 2px solid #d4af37;
    transition: transform 0.3s;
}

.price-card:hover {
    transform: translateY(-15px);
}

.price-card h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #ffd700;
}

.price-card .price {
    font-size: 36px;
    font-weight: 700;
    color: #d4af37;
    margin: 15px 0;
}

.price-card ul {
    text-align: left;
    list-style: none;
}

.price-card ul li {
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
}

.price-card ul li::before {
    content: '✦';
    color: #d4af37;
    position: absolute;
    left: 0;
}

/* Статья – выделяем как важный эпизод */
.blog-article {
    background: rgba(0,0,0,0.4);
    padding: 50px;
    border-radius: 25px;
    border: 2px solid #d4af37;
    margin: 50px 0;
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
}

.blog-article h3 {
    font-size: 36px;
    color: #ffd700;
    text-align: center;
}

/* Форма подписки */
.form-section {
    text-align: center;
}

.form-section form {
    max-width: 520px;
    margin: 0 auto;
}

.form-section input[type="email"] {
    width: 100%;
    padding: 18px 25px;
    font-size: 18px;
    border-radius: 50px;
    border: none;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    box-shadow: inset 0 3px 10px rgba(0,0,0,0.2);
}

.form-section button {
    width: 100%;
    padding: 18px;
    font-size: 20px;
}

/* Отзывы */
.reviews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.review {
    background: rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 20px;
    border-left: 5px solid #d4af37;
    font-style: italic;
}

.review strong {
    display: block;
    margin-bottom: 15px;
    color: #ffd700;
    font-style: normal;
}

/* Эксперты */
.experts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    text-align: center;
}

.experts div {
    background: rgba(255,255,255,0.1);
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #d4af37;
}

/* Карта */
iframe {
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
    margin-top: 30px;
}

/* Футер */
.footer {
    text-align: center;
    padding: 40px;
    background: #0b0e17;
    color: #888;
    font-size: 15px;
}

/* Мобильная версия */
@media (max-width: 768px) {
    #teklif h1 {
        font-size: 38px;
    }

    #teklif p {
        font-size: 19px;
    }

    .container {
        padding: 50px 15px;
    }

    h2, h3 {
        font-size: 34px;
    }

    .prices,
    .reviews,
    .experts {
        grid-template-columns: 1fr;
    }

    .blog-article {
        padding: 30px 20px;
    }

    .btn {
        padding: 14px 30px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    #teklif {
        min-height: 550px;
        padding-top: 50px;
    }

    #teklif h1 {
        font-size: 32px;
    }
}
