/* --- DEĞİŞKENLER VE TEMEL AYARLAR --- */
:root {
    --bordo: #4A0404;      /* Asil Şalgam Rengi */
    --kirmizi: #800000;
    --altin: #D4AF37;      /* Premium Altın Sarısı */
    --krem: #FDFBF7;       /* Göz Yormayan Arka Plan */
    --koyu-gri: #2C3E50;
    --acik-gri: #7F8C8D;
    --whatsapp: #25D366;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--krem);
    color: var(--koyu-gri);
    line-height: 1.7;
}

h1, h2, h3 {
    font-family: 'Playfair Display', serif;
    color: var(--bordo);
}

/* --- CAM EFEKTLİ NAVİGASYON --- */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 1.5rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(253, 251, 247, 0.9);
    backdrop-filter: blur(10px); /* Buzlu cam efekti */
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0,0,0,0.05);
}

.logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--bordo);
    font-family: 'Playfair Display', serif;
}

.logo span { color: var(--altin); }

.nav-links {
    display: flex;
    list-style: none;
    gap: 2.5rem;
}

.nav-links a {
    text-decoration: none;
    color: var(--koyu-gri);
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.nav-links a:hover { color: var(--altin); }

.nav-contact-btn {
    padding: 10px 24px;
    background: transparent;
    border: 2px solid var(--bordo);
    color: var(--bordo);
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.nav-contact-btn:hover {
    background: var(--bordo);
    color: white;
}

.hamburger {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--bordo);
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #000;
    transition: 0.3s;
}

/* --- HERO (KARŞILAMA) --- */
.hero {
    height: 100vh;
    background: linear-gradient(to right, rgba(74, 4, 4, 0.72), rgba(74, 4, 4, 0.46)), url('./bg_salgam.png') center/cover;
    display: flex;
    align-items: center;
    padding: 0 5%;
}

.hero-content {
    max-width: 600px;
    color: white;
    margin-top: 50px; /* Menü payı */
}

.hero h1 {
    font-size: 4rem;
    color: white;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero p {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--altin);
    color: var(--bordo);
    padding: 15px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: transform 0.3s, box-shadow 0.3s;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
}

/* --- GENEL BÖLÜM AYARLARI --- */
section { padding: 6rem 5%; }

.section-header { text-align: center; margin-bottom: 4rem; }
.section-header h2 { font-size: 2.5rem; }

.divider {
    height: 3px;
    width: 60px;
    background: var(--altin);
    margin: 1rem 0 2rem 0;
}
.divider.center { margin: 1rem auto 2rem auto; }

/* --- HAKKIMIZDA --- */
/* =========================================
   HİKAYEMİZ (HAKKIMIZDA) BÖLÜMÜ
   ========================================= */
.about {
    padding: 6rem 5%;
    background-color: var(--krem);
}

/* --- YAZI VE KART İÇİN 2 KOLONLU IZGARA --- */
.about-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr; /* Sol (Yazı) %55, Sağ (Kart) %45 alan kaplar */
    align-items: center;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.about-text {
    padding-right: 2rem;
}

.about-text h2 {
    font-size: 2.8rem;
    line-height: 1.2;
}

.about-text p {
    font-size: 1.1rem;
    color: var(--koyu-gri);
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

/* --- BİZİM SÖZÜMÜZ KARTI (SAĞ TARAF) --- */
.about-highlight {
    display: flex;
    justify-content: center;
}

.highlight-card {
    background: white;
    padding: 3rem 2.5rem 2.5rem 2.5rem;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(74, 4, 4, 0.08); /* Çok yumuşak premium gölge */
    text-align: center;
    position: relative;
    max-width: 420px;
    width: 100%;
    border-top: 4px solid var(--altin);
    border-bottom: 4px solid var(--altin);
}

.icon-wrapper {
    width: 76px;
    height: 76px;
    background: var(--bordo);
    color: var(--altin);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    margin: -65px auto 20px auto;
    box-shadow: 0 10px 20px rgba(74, 4, 4, 0.15);
    border: 6px solid var(--krem); /* İkonun etrafına krem rengi sınır vererek arka planla bütünleştirir */
}

.highlight-card h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
}

.highlight-text {
    font-size: 1.15rem;
    font-style: italic;
    color: var(--koyu-gri);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.signature {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: var(--altin);
    font-size: 1.1rem;
}

/* --- ALTTAKİ 3'LÜ ÖZELLİK KARTLARI --- */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    max-width: 1200px;
    margin: 5rem auto 0 auto;
}

.feature-card {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.feature-icon {
    font-size: 3rem;
    color: var(--bordo);
    margin-bottom: 1.5rem;
}

.feature-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: var(--bordo);
    margin-bottom: 1rem;
}

.feature-card p {
    font-size: 0.95rem;
    color: var(--acik-gri);
    line-height: 1.6;
}

/* --- MOBİL UYUM İÇİN DÜZELTMELER --- */
@media (max-width: 960px) {
    .about-container {
        grid-template-columns: 1fr; /* Mobilde yazıyı üste, kartı alta alır */
        text-align: center;
        gap: 5rem;
    }
    
    .about-text {
        padding-right: 0;
    }

    .divider {
        margin: 1rem auto 2rem auto; /* Mobilde altın çizgiyi ortalar */
    }
}

/* --- ÜRÜN KARTLARI (PREMIUM GÖRÜNÜM) --- */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.product-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    position: relative;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.card-img {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--bordo);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 2;
}

.badge-outline { background: transparent; border: 1px solid var(--bordo); color: var(--bordo); }
.badge-gold { background: var(--altin); color: var(--bordo); }

.card-content { padding: 2rem; position: relative; }
.card-content h3 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.card-content .desc { color: var(--acik-gri); font-size: 0.9rem; margin-bottom: 1.5rem; height: 50px;}

.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    border-top: 1px solid #eee;
    padding-top: 1rem;
}

.volume { font-size: 0.9rem; font-weight: 500; color: var(--koyu-gri); }
.price { font-size: 1.6rem; font-weight: 700; color: var(--bordo); }

.btn-order {
    width: 100%;
    padding: 15px;
    background: var(--whatsapp);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn-order:hover { background: #1da851; }

/* --- FOOTER --- */
footer {
    background: var(--bordo);
    color: white;
    padding: 4rem 5% 1rem 5%;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 2rem;
}

/* YENİ EKLENEN/GÜNCELLENEN KISIMLAR */
.footer-brand {
    display: flex;
    align-items: center; /* Logo ve metni dikeyde ortalar */
    gap: 15px; /* Logo ile metin arasındaki boşluk */
}

.footer-logo {
    height: 60px;
    width: auto;
    border-radius: 20px;
}

.brand-text h3 { 
    color: var(--altin); 
    margin-bottom: 0.2rem; /* Başlık ve paragraf arasını biraz daralttık ki bütün dursunlar */
}

.brand-text p {
    margin: 0;
    font-size: 0.95rem;
    color: #e2e2e2;
}
/* --------------------------------- */

.footer-contact p { 
    margin-bottom: 0.5rem; 
    display: flex; 
    align-items: center; 
    gap: 10px;
}

.footer-contact i { 
    color: var(--altin); 
}

.footer-bottom { 
    text-align: center; 
    padding-top: 2rem; 
    font-size: 0.9rem; 
    color: #ccc; 
}

/* --- YÜZEN WHATSAPP BUTONU --- */
.floating-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: var(--whatsapp);
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: transform 0.3s;
    text-decoration: none;
}

.floating-whatsapp:hover { transform: scale(1.1); }

/* --- MOBİL UYUM (RESPONSIVE) --- */
@media (max-width: 900px) {
    .about-container { flex-direction: column; text-align: center; }
    .divider { margin: 1rem auto 2rem auto; }
}

@media (max-width: 768px) {
    .nav-links, .nav-contact-btn { display: none; }
    .hamburger { display: block; }

    .nav-links {
        position: absolute;
        top: 100%;
        right: 0;
        flex-direction: column;

        transform: translateY(-10px);
        transition: all 0.35s ease;

        width: 100%;
        background: white;
        padding: 20px;
        display: none;
    }

    .nav-links.active {
        display: flex;
    }
    
    .hero h1 { font-size: 2.5rem; }
    .product-grid { grid-template-columns: 1fr; }
    
    .footer-content { flex-direction: column; text-align: center; }
    .footer-contact p { justify-content: center; }
}

/* =========================================
   TÜMÜNÜ GÖRÜNTÜLE BUTONU
   ========================================= */
.view-all-container {
    text-align: center;
    margin-top: 4rem;
}

.btn-view-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 40px;
    background: transparent;
    color: var(--bordo);
    border: 2px solid var(--bordo);
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.btn-view-all:hover {
    background: var(--bordo);
    color: white;
    box-shadow: 0 10px 20px rgba(74, 4, 4, 0.2);
    transform: translateY(-3px);
}

/* =========================================
   ALT SAYFALAR İÇİN ORTAK BAŞLIK ALANI
   ========================================= */
.page-header {
    padding: 160px 5% 60px 5%;
    text-align: center;
    background-color: var(--krem);
    border-bottom: 1px solid rgba(74, 4, 4, 0.05);
}

.page-header h1 {
    font-size: 3.5rem;
    color: var(--bordo);
    margin-bottom: 10px;
}

.page-header p {
    font-size: 1.1rem;
    color: var(--koyu-gri);
    max-width: 700px;
    margin: 0 auto;
}

/* =========================================
   SIKÇA SORULAN SORULAR (SSS) BÖLÜMÜ
   ========================================= */
.faq-section {
    background-color: white; /* Krem arka plandan ayrışması için beyaz yapıyoruz */
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: var(--krem);
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid rgba(74, 4, 4, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active {
    border-color: var(--altin);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.15);
}

.faq-question {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: transparent;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: rgba(212, 175, 55, 0.05);
}

.faq-question h3 {
    font-size: 1.1rem;
    font-family: 'Poppins', sans-serif; /* Playfair yerine daha okunaklı font */
    font-weight: 500;
    color: var(--koyu-gri);
    margin: 0;
}

.faq-item.active .faq-question h3 {
    color: var(--bordo);
    font-weight: 600;
}

.faq-icon {
    color: var(--bordo);
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg); /* Artı ikonunu çarpıya çevirir */
    color: var(--altin);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    background: white;
}

.faq-item.active .faq-answer {
    max-height: 500px; /* İçeriğin sığacağı kadar büyük bir değer */
    padding: 0 25px 20px 25px;
}

.faq-answer p {
    margin: 0;
    padding-top: 15px;
    border-top: 1px solid rgba(0,0,0,0.05);
    color: var(--acik-gri);
    font-size: 0.95rem;
    line-height: 1.7;
}

/* =========================================
   ÜRÜN RESİMLERİ İÇİN (YENİ EKLENEN)
   ========================================= */
/* Arka plan renklerini sıfırlıyoruz, resim kendi görünecek */
.card-img {
    background-color: transparent !important; 
    height: 450px;
    width: 100%;
    overflow: hidden; /* Resim dışarı taşarsa gizler */
}

.product-photo {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Resmi karta orantılı şekilde yayar/keser */
    object-position: center; /* Resmi ortalar */
    transition: transform 0.4s ease; /* Hover efekti için */
}

/* Kartın üzerine gelince resim hafifçe büyüsün (Premium hissi) */
.product-card:hover .product-photo {
    transform: scale(1.05);
}

/* Kargo Butonu Hover Efekti */
#kargoBtn:hover {
    background-color: #e2e2e2 !important;
    transition: 0.3s;
}

/* Modal Arkaplanı */
.modal {
    display: none; /* Varsayılan olarak gizli */
    position: fixed;
    z-index: 9999; /* En üstte durması için */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6); /* Yarı saydam siyah arkaplan */
}

/* Modal İçeriği (Kutu) */
.modal-content {
    background-color: #fff;
    margin: 5% auto; /* Üstten boşluk ve ortalama */
    padding: 30px;
    border-radius: 10px;
    width: 80%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    animation: modalFadeIn 0.3s;
}

/* Kapatma Çarpısı */
.close-modal {
    color: #aaa;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-modal:hover,
.close-modal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Modal Açılış Animasyonu */
@keyframes modalFadeIn {
    from {opacity: 0; transform: translateY(-20px);}
    to {opacity: 1; transform: translateY(0);}
}