/* styles.css - Bazaar Finansal Oyun Kulübü - Türk Stili Tasarım */
/* Maksimum genişlik: 1090px, ortalanmış, mobil uyumlu */
/* Türk motifleri: Kırmızı-beyaz, Osmanlı mavisi, altın sarısı, lale deseni arka plan dokusu */

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

body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: #f8f1e9 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="%23d4a574" d="M50 10c22 0 40 18 40 40s-18 40-40 40S10 72 10 50 28 10 50 10zm0 15c-13.8 0-25 11.2-25 25s11.2 25 25 25 25-11.2 25-25-11.2-25-25-25z"/></svg>') repeat;
    background-size: 80px;
    color: #2c1810;
    line-height: 1.6;
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 15px;
}

.container {
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 20px;
}

/* === BLOK RENKLERİ - Kontrastlı Türk Paleti === */
/* Blok 1: Kırmızı-Beyaz (Bayrak) */
/* Blok 2: Osmanlı Mavisi */
/* Blok 3: Altın Sarısı */
/* Blok 4: Zümrüt Yeşili */
/* Blok 5: Bordo */
/* Blok 6: Krem */
/* Footer: Koyu Kahve */

.section {
    margin: 40px 0;
    border-radius: 18px;
    padding: 40px 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    position: relative;
    overflow: hidden;
}

.section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    pointer-events: none;
    border-radius: 18px;
}

/* === BLOK 1: TEKLİF (Kırmızı-Beyaz) === */
#teklif {
    background: linear-gradient(135deg, #e30613 0%, #c7000b 100%);
    color: #ffffff;
    text-align: center;
    min-height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 30px;
    border: 4px solid #ffffff;
}

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

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

.btn-primary {
    display: inline-block;
    background: #ffffff;
    color: #e30613;
    padding: 16px 36px;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    border: 3px solid #e30613;
}

.btn-primary:hover {
    background: #ffcccc;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* === BLOK 5: YORUMLAR (Osmanlı Mavisi) === */
#yorumlar {
    background: linear-gradient(135deg, #003087 0%, #00205b 100%);
    color: #ffffff;
}

#yorumlar h2 {
    color: #ffd700;
    text-align: center;
    margin-bottom: 35px;
    font-size: 2.2rem;
    position: relative;
}

#yorumlar h2::after {
    content: '✦';
    display: block;
    font-size: 1.5rem;
    margin-top: 10px;
    color: #ffd700;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.review {
    background: rgba(255,255,255,0.15);
    padding: 20px;
    border-radius: 14px;
    border-left: 5px solid #ffd700;
    backdrop-filter: blur(5px);
}

.review p:first-child {
    font-weight: bold;
    color: #ffd700;
    margin-bottom: 8px;
}

/* === BLOK 3: ÜRÜNLER (Altın Sarısı) === */
#urunler {
    background: linear-gradient(135deg, #ffd700 0%, #e6c200 100%);
    color: #2c1810;
}

#urunler h2 {
    color: #8b0000;
    text-align: center;
    margin-bottom: 35px;
    font-size: 2.2rem;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin-bottom: 50px;
}

.product {
    background: rgba(255,255,255,0.9);
    padding: 25px;
    border-radius: 16px;
    text-align: center;
    border: 2px solid #8b0000;
    transition: transform 0.3s ease;
}

.product:hover {
    transform: translateY(-8px);
}

.product h3 {
    color: #8b0000;
    margin-bottom: 10px;
}

.price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #e30613;
    margin-top: 10px;
}

/* === MAKALE - Öne Çıkarılmış === */
.article {
    background: #ffffff;
    padding: 35px;
    border-radius: 16px;
    border: 3px solid #8b0000;
    margin-top: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    position: relative;
}

.article::before {
    content: 'LALE';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #e30613;
    color: white;
    padding: 8px 20px;
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 30px;
    letter-spacing: 2px;
}

.article h3 {
    color: #8b0000;
    text-align: center;
    margin-bottom: 25px;
    font-size: 1.8rem;
}

.article ol {
    padding-left: 25px;
    margin: 20px 0;
}

.article li {
    margin-bottom: 15px;
    padding-left: 5px;
}

.article li strong {
    color: #e30613;
}

/* === BLOK 4.1: UZMAN FAALİYETLERİ (Zümrüt Yeşili) === */
#uzman-faaliyet {
    background: linear-gradient(135deg, #006400 0%, #004d00 100%);
    color: #ffffff;
}

#uzman-faaliyet h2 {
    color: #ffd700;
    text-align: center;
    margin-bottom: 20px;
}

/* === BLOK 2: ABONELİK FORMU (Bordo) === */
#abonelik-formu {
    background: linear-gradient(135deg, #8b0000 0%, #630000 100%);
    color: #ffffff;
    text-align: center;
}

#abonelik-formu h2 {
    color: #ffd700;
    margin-bottom: 25px;
}

form {
    max-width: 500px;
    margin: 0 auto;
}

form label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #ffd700;
}

form input[type="email"] {
    width: 100%;
    padding: 16px;
    border-radius: 50px;
    border: none;
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.2);
}

form button {
    background: #ffd700;
    color: #8b0000;
    padding: 16px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

form button:hover {
    background: #ffffff;
    transform: scale(1.05);
}

/* === BLOK 4: UZMANLAR (Krem) === */
#uzmanlar {
    background: linear-gradient(135deg, #f5f5dc 0%, #e6e6c7 100%);
    color: #2c1810;
}

#uzmanlar h2 {
    color: #8b0000;
    text-align: center;
    margin-bottom: 35px;
}

.experts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
}

.expert {
    background: white;
    padding: 25px;
    border-radius: 16px;
    text-align: center;
    border: 2px dashed #8b0000;
    transition: all 0.3s ease;
}

.expert:hover {
    border-style: solid;
    background: #fff8e6;
}

.expert h3 {
    color: #e30613;
    margin-bottom: 8px;
}

/* === BLOK 6: İLETİŞİM === */
#iletisim {
    background: #ffffff;
    border: 3px solid #e30613;
}

#iletisim h2 {
    color: #e30613;
    text-align: center;
    margin-bottom: 20px;
}

#iletisim p {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.map-container {
    margin-top: 30px;
    border: 3px solid #e30613;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

iframe {
    display: block;
    width: 100%;
    height: 400px;
    border: 0;
}

/* === FOOTER === */
.footer {
    background: #2c1810;
    color: #ffffff;
    text-align: center;
    padding: 25px 0;
    margin-top: 50px;
    border-top: 5px solid #e30613;
}

.footer p {
    font-size: 0.95rem;
}

/* === MOBİL UYUMLULUK === */
@media (max-width: 768px) {
    body {
        padding: 0 10px;
    }

    .container {
        padding: 0 15px;
    }

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

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

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

    .btn-primary {
        padding: 14px 30px;
        font-size: 1.1rem;
    }

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

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

    .article {
        padding: 25px;
    }

    form input[type="email"],
    form button {
        font-size: 1rem;
        padding: 14px;
    }

    iframe {
        height: 300px;
    }
}

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

    .section {
        padding: 25px 15px;
    }

    .article::before {
        font-size: 0.8rem;
        padding: 6px 16px;
    }
}
