/* styles.css – Ankara, Türkiye Temalı Modern ve Kontrastlı Tasarım */

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

body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 1.7;
    color: #2d1b14;
    background: #f8f5f2;
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Bloklar için kontrastlı renk paleti – Ankara’nın tarihî dokusu: Kiremit kırmızı, taş beji, lacivert, zeytin yeşili */
.block {
    margin: 40px 0;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.block:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

/* Blok 1 – Teklif (Kiremit Kırmızı Üzeri Beyaz) */
#teklif {
    background: linear-gradient(135deg, #a83232, #c94b4b);
    color: #ffffff;
    min-height: 470px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#teklif::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path fill="%23ffffff15" d="M0 50 Q25 30, 50 50 T100 50 L100 100 L0 100 Z"/></svg>') repeat;
    opacity: 0.1;
    z-index: 0;
}

#teklif h1, #teklif p, #teklif .btn {
    position: relative;
    z-index: 1;
}

#teklif h1 {
    font-size: 2.6rem;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

#teklif p {
    font-size: 1.2rem;
    margin-bottom: 24px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Butonlar – Genel */
.btn {
    display: inline-block;
    background: #ffffff;
    color: #a83232;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    cursor: pointer;
    border: none;
}

.btn:hover {
    background: #fff5f0;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

/* Blok 5 – Yorumlar (Taş Beji Üzeri Koyu Kahve) */
#yorumlar {
    background: #ede7d9;
    color: #2d1b14;
}

#yorumlar h2 {
    color: #8b5a2b;
    margin-bottom: 28px;
    font-size: 2rem;
    text-align: center;
}

.yorum {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    border-left: 5px solid #c94b4b;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.yorum strong {
    color: #a83232;
}

/* Blok 2 – Form (Lacivert Üzeri Beyaz) */
#abonelik-formu {
    background: #1a2a44;
    color: #ffffff;
    text-align: center;
}

#abonelik-formu h2 {
    color: #ffd700;
    margin-bottom: 16px;
    font-size: 2rem;
}

#abonelik-formu p {
    margin-bottom: 24px;
    font-size: 1.1rem;
}

form {
    display: flex;
    gap: 12px;
    max-width: 520px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

form input[type="email"] {
    flex: 1;
    min-width: 260px;
    padding: 14px 18px;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    outline: none;
    background: #ffffff;
    color: #2d1b14;
}

form input[type="email"]::placeholder {
    color: #888;
}

form button {
    background: #ffd700;
    color: #1a2a44;
    font-weight: bold;
}

form button:hover {
    background: #ffed4e;
}

/* Blok 4 – Uzmanlar (Zeytin Yeşili Üzeri Krem) */
#uzmanlar {
    background: #5d7b5a;
    color: #f2e8d5;
}

#uzmanlar h2 {
    color: #ffd700;
    text-align: center;
    margin-bottom: 32px;
    font-size: 2rem;
}

.uzman {
    background: rgba(255, 255, 255, 0.15);
    padding: 18px;
    border-radius: 12px;
    margin-bottom: 16px;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.uzman h3 {
    color: #ffffff;
    margin-bottom: 6px;
    font-size: 1.3rem;
}

.uzman p {
    font-size: 0.95rem;
    color: #e8d9c2;
}

/* Blok 3 – Hizmetler ve Makale (Beyaz Üzeri Koyu) */
#hizmetler {
    background: #ffffff;
    color: #2d1b14;
    border: 1px solid #e0d6c8;
}

#hizmetler h2 {
    color: #a83232;
    text-align: center;
    margin-bottom: 28px;
    font-size: 2rem;
}

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

.fiyat-list li {
    padding: 14px 20px;
    background: #fdf8f5;
    margin-bottom: 12px;
    border-radius: 10px;
    font-weight: 600;
    border-left: 4px solid #c94b4b;
    display: flex;
    justify-content: space-between;
}

/* Makale – Özel Vurgu */
#hizmetler h3 {
    color: #8b5a2b;
    font-size: 1.7rem;
    margin: 40px 0 20px;
    text-align: center;
    position: relative;
}

#hizmetler h3::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #ffd700;
    margin: 12px auto 0;
    border-radius: 2px;
}

#hizmetler ol {
    counter-reset: item;
    padding-left: 0;
    max-width: 800px;
    margin: 0 auto;
}

#hizmetler ol li {
    display: block;
    margin-bottom: 20px;
    padding: 16px;
    background: #f8f5f2;
    border-radius: 10px;
    position: relative;
    padding-left: 50px;
    border: 1px dashed #e0d6c8;
}

#hizmetler ol li::before {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    left: 16px;
    top: 14px;
    width: 28px;
    height: 28px;
    background: #a83232;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
}

#hizmetler ol li strong {
    color: #a83232;
}

/* Blok 4.1 – Medya (Kum Beji Üzeri Koyu) */
#medya {
    background: #d9c2a7;
    color: #2d1b14;
}

#medya h2 {
    color: #8b5a2b;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.9rem;
}

#medya p {
    max-width: 800px;
    margin: 0 auto;
    font-style: italic;
    line-height: 1.8;
}

/* Blok 6 – İletişim ve Harita */
#iletisim {
    background: #2d1b14;
    color: #f8f5f2;
    text-align: center;
}

#iletisim h2 {
    color: #ffd700;
    margin-bottom: 20px;
}

#iletisim p {
    margin-bottom: 16px;
    font-size: 1.1rem;
}

#iletisim .domainName {
    color: #ffd700;
    font-weight: bold;
}

.map iframe {
    border-radius: 12px;
    border: 3px solid #ffd700;
    margin-top: 20px;
}

/* Footer */
footer {
    background: #1a1a1a;
    color: #cccccc;
    text-align: center;
    padding: 24px;
    font-size: 0.9rem;
    border-top: 1px solid #333;
}

footer .domainName {
    color: #ffd700;
}

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

    .block {
        padding: 30px 20px;
        margin: 30px 0;
    }

    #teklif {
        min-height: 420px;
        padding: 40px 20px;
    }

    #teklif h1 {
        font-size: 2rem;
    }

    #teklif p {
        font-size: 1.1rem;
    }

    form {
        flex-direction: column;
    }

    form input[type="email"], form button {
        width: 100%;
    }

    .fiyat-list li {
        flex-direction: column;
        text-align: center;
    }

    #hizmetler ol li {
        padding-left: 56px;
    }

    #hizmetler ol li::before {
        left: 12px;
    }
}

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

    .btn {
        padding: 12px 24px;
        font-size: 1rem;
    }

    #hizmetler h3 {
        font-size: 1.5rem;
    }
}
