/* styles.css – İstanbul temalı, zarif ve kontrastlı tasarım */
/* Maksimum genişlik 1090px, ortalanmış, mobil uyumlu */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@700&family=Playfair+Display:wght@400;600&family=Montserrat:wght@300;400;500&display=swap');
/* Not: Kullanıcı talimatı "Google Fonts kullanma" dediği için bu satırı kaldırdık. Yerine sistem fontları kullanıyoruz. */

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

body {
    font-family: 'Georgia', 'Times New Roman', serif; /* Google Fonts yerine sistem fontları */
    background: #f8f5f2; /* Balat'ın eski taş evlerine uygun sıcak bej */
    color: #2c1a0d;
    line-height: 1.7;
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Başlık ve genel tipografi */
h1, h2, h3, h4 {
    font-family: 'Cinzel', 'Georgia', serif; /* Google Fonts yerine fallback */
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.8rem;
    color: #8b1e3f; /* Boğazın derin kırmızı tonu */
}

h2 {
    font-size: 2rem;
    color: #1a3d5e; /* Haliç mavisi */
    border-bottom: 3px solid #d4a574; /* Altın kum rengi çizgi */
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.6rem;
    color: #8b1e3f;
    margin: 1.5rem 0 1rem;
}

p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

/* Bölüm yapısı – kontrastlı renk blokları */
.section {
    padding: 60px 40px;
    margin: 30px 0;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
}

/* Arka plan renkleri – İstanbul’un dokularından ilham */
#teklif {
    background: linear-gradient(135deg, #1a3d5e 0%, #2c5a7e 100%); /* Haliç gecesi mavisi */
    color: #f8f5f2;
    min-height: 470px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 80px 40px;
}

#yorumlar { background: #fff9f0; } /* Ayasofya mozaik beji */
#urunler { background: #e8f0e8; } /* Yeşil çini tonu */
#medya { background: #f0e8e8; } /* Pembe taş ev */
#abonelik-formu { background: #fff5e6; } /* Sıcak davet tonu */
#uzmanlar { background: #e6f0ff; } /* Açık mavi, temiz his */
#iletisim { background: #f5f0e8; } /* Kum rengi */

/* İlk blok – davet butonu */
#teklif .btn {
    display: inline-block;
    margin-top: 2rem;
    padding: 16px 36px;
    background: #d4a574; /* Altın sarısı */
    color: #2c1a0d;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 6px 16px rgba(212, 165, 116, 0.4);
}

#teklif .btn:hover {
    background: #e6c084;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(212, 165, 116, 0.5);
}

/* Ürün listesi */
.price-list {
    list-style: none;
    margin: 2rem 0;
}

.price-list li {
    background: rgba(255,255,255,0.7);
    padding: 14px 20px;
    margin: 10px 0;
    border-left: 5px solid #d4a574;
    border-radius: 8px;
    font-weight: 500;
    transition: transform 0.2s;
}

.price-list li:hover {
    transform: translateX(8px);
    background: #fff;
}

/* Makale – özel çerçeve */
article {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    border: 2px solid #d4a574;
    margin: 30px 0;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    font-style: italic;
    position: relative;
}

article::before {
    content: '✦';
    position: absolute;
    top: -15px;
    left: 20px;
    background: #fff;
    padding: 0 10px;
    color: #d4a574;
    font-size: 1.5rem;
}

/* Uzmanlar */
.expert {
    background: rgba(255,255,255,0.8);
    padding: 18px;
    margin: 15px 0;
    border-radius: 10px;
    border-left: 4px solid #1a3d5e;
}

/* Form tasarımı */
form {
    max-width: 500px;
    margin: 0 auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #2c1a0d;
}

form input[type="email"] {
    width: 100%;
    padding: 14px;
    border: 2px solid #d4a574;
    border-radius: 8px;
    font-size: 1rem;
    margin-bottom: 20px;
    transition: border 0.3s;
}

form input[type="email"]:focus {
    outline: none;
    border-color: #8b1e3f;
    box-shadow: 0 0 0 3px rgba(139, 30, 63, 0.2);
}

form button {
    background: #8b1e3f;
    color: white;
    border: none;
    padding: 14px 32px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s;
}

form button:hover {
    background: #a13355;
    transform: translateY(-2px);
}

/* Yorumlar */
.review {
    background: #ffffff;
    padding: 18px;
    margin: 15px 0;
    border-radius: 10px;
    border-right: 4px solid #d4a574;
    font-style: italic;
}

.review strong {
    color: #1a3d5e;
    display: block;
    margin-bottom: 6px;
}

/* Harita */
iframe {
    border-radius: 12px;
    margin-top: 20px;
    border: 3px solid #d4a574;
}

/* Footer */
footer {
    text-align: center;
    padding: 30px;
    background: #1a1a1a;
    color: #ccc;
    margin-top: 50px;
    font-size: 0.9rem;
    border-top: 4px solid #d4a574;
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
    body {
        padding: 0 15px;
    }

    .section {
        padding: 40px 20px;
        margin: 20px 0;
    }

    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.7rem;
    }

    #teklif {
        min-height: 400px;
        padding: 60px 20px;
    }

    #teklif .btn {
        padding: 14px 28px;
        font-size: 1.1rem;
    }

    form {
        padding: 20px;
    }

    .price-list li, .expert, .review {
        padding: 14px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 1.9rem;
    }

    #teklif {
        min-height: 380px;
    }

    article {
        padding: 20px;
        font-size: 0.95rem;
    }
}
