:root {
    --v-dark: #344e41;
    --v-primary: #7a9460;
    --v-black: #0a0a0a;
    --v-white: #ffffff;
    --v-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* --- ANA YAPI VE DİĞERLERİ AYNI KALIYOR --- */
.vadi-stacked-header { min-height: 100vh; background-color: #fdfdfd; position: relative; display: flex; align-items: center; overflow: hidden; padding: 80px 5%; }
.vadi-bg-shape-modern { position: absolute; top: 0; right: 0; width: 45%; height: 100%; background: #344e41;
clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%); z-index: 1; }
.vadi-container { width: 100%; max-width: 1400px; margin: 0 auto; position: relative; z-index: 10; }
.vadi-main-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; }

/* --- YAZI VE BUTONLAR AYNI KALIYOR --- */
.vadi-badge-new { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; }
.v-line { width: 40px; height: 2px; background: var(--v-primary); }
.vadi-badge-new span { font-size: 0.85rem; font-weight: 800; color:#344e41; letter-spacing: 3px; text-transform: uppercase; }
.v-trust-pill { background: var(--v-primary); color: white; padding: 6px 14px; border-radius: 50px; font-size: 0.75rem; font-weight: 700; display: inline-flex; align-items: center; gap: 5px; box-shadow: 0 8px 15px rgba(122, 148, 96, 0.2); margin-left: 10px; }
.vadi-title-new { font-size: clamp(2.8rem, 5vw, 4.5rem); line-height: 0.95; font-weight: 900; color: #344e41; margin-bottom: 30px; }
.vadi-italic { color: #7a9460; font-style: italic; font-weight: 300; }
.vadi-text-new { font-size: 1.05rem; color: #666; line-height: 1.8; max-width: 480px; margin-bottom: 40px; }
.vadi-btns-new { display: flex; gap: 15px; }
.btn-v-dark-new { background: #344e41; color: white; padding: 20px 50px; border-radius: 12px; text-decoration: none; font-weight: 700; transition: 0.4s var(--v-curve); box-shadow: 0 15px 30px rgba(52, 78, 65, 0.2); display: inline-block; border: 2px solid #344e41; }
.btn-v-dark-new:hover { background: #7a9460; border-color: #7a9460; transform: translateY(-7px); }
.btn-v-wa-new { border: 2px solid #e0e0e0; padding: 18px 35px; border-radius: 12px; color: var(--v-dark); text-decoration: none; display: flex; align-items: center; gap: 10px; font-weight: 700; background: white; transition: 0.3s; }

/* --- 📸 YATAY FOTOĞRAF SİSTEMİ --- */
.vadi-cards-container { position: relative; width: 100%; height: 450px; display: flex; justify-content: center; align-items: center; }
.v-card { position: absolute; width: 520px; height: 340px; border-radius: 20px; overflow: hidden; background: white; box-shadow: 0 30px 60px rgba(0,0,0,0.12); border: 10px solid white; cursor: pointer; transition: transform 0.6s var(--v-curve), opacity 0.5s ease, z-index 0s !important; }
.v-card img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.card-top { transform: rotate(4deg); top: 50px; left: 100px; }
.card-mid { transform: rotate(-3deg); top: 25px; left: 50px; }
.card-bot { transform: rotate(-6deg); top: 0; left: 0; }

/* --- 📊 STATS PANELİ (PREMIUM GÜNCELLEME) --- */
.vadi-mini-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    padding: 25px 40px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.06);
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(0,0,0,0.03);
    position: relative;
    overflow: hidden;
}

.stat-box { text-align: center; flex: 1; z-index: 2; }
.stat-box strong { display: block; font-size: 1.5rem; color:#344e41; font-weight: 900; letter-spacing: -1px; }
.stat-box span { font-size: 0.65rem; color: #888; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 4px; display: block; }
.stat-sep { width: 1px; height: 30px; background: linear-gradient(to bottom, transparent, #eee, transparent); }

/* --- MOBİL SLIDER İNDİKATÖRLERİ (MODERN) --- */
.v-slider-dots { display: none; }

/* --- 📱 MOBİL UYUM (HİZALAMA DÜZELTİLDİ) --- */
@media (max-width: 992px) {
    .vadi-stacked-header { padding: 40px 15px; height: auto; }
    .vadi-main-grid { grid-template-columns: 1fr; text-align: center; gap: 40px; }
    .vadi-bg-shape-modern { display: none; }
    .vadi-badge-new { flex-direction: column; gap: 8px; }
    .v-trust-pill { margin-left: 0; }

    /* Mobilde Kart Konteynırı */
    .vadi-cards-container { 
        height: auto; 
        min-height: 330px; /* Fotoğraf + Dots için güvenli alan */
        margin-top: 40px; 
        display: flex; 
        flex-direction: column; 
        align-items: center; 
        position: relative;
    }
    
    .v-card { 
        width: 90vw; 
        height: 240px; 
        left: 50% !important; 
        transform: translateX(-50%) !important; 
        border-width: 6px; 
        position: absolute; /* Kartların üst üste binmesi için */
    }

    /* DOTS DÜZENLEME (Konum Sabitlendi) */
    .v-slider-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        margin-top: 285px; /* Kart yüksekliği (240px) + rotasyon payı (45px) */
        z-index: 20;
        height: 12px;
        width: 100%;
    }

    .dot {
        width: 14px; 
        height: 6px; 
        background: #d1d1d1;
        border-radius: 10px; 
        transition: all 0.4s var(--v-curve);
        opacity: 0.5;
    }

    .dot.active { 
        background: var(--v-primary); 
        width: 38px; 
        opacity: 1;
        box-shadow: 0 2px 8px rgba(122, 148, 96, 0.3);
    }

    /* STATS MOBİL DÜZENLEME (Konum Sabitlendi) */
    .vadi-mini-stats {
        width: 92vw;
        margin: 35px auto 0; /* Dots'un altına 35px temiz boşluk */
        padding: 20px 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.04);
        background: #fff;
        border-radius: 15px;
        position: relative;
        z-index: 10;
    }
    
    .stat-box strong { font-size: 1.2rem; }
    .stat-box span { font-size: 0.55rem; letter-spacing: 1px; }

    /* Kart Rotasyonları (Z-index çakışması önlendi) */
    .card-top { top: 35px !important; transform: translateX(-50%) rotate(3deg) !important; }
    .card-mid { top: 18px !important; transform: translateX(-50%) rotate(-2deg) !important; }
    .card-bot { top: 0 !important; transform: translateX(-50%) rotate(-5deg) !important; }
}

/* Katalog Süsleme */
.featured-products { position: relative; padding: 100px 5%; overflow: hidden; }

.bg-text {
    position: absolute;
    top: 50px; left: -50px;
    font-size: 15rem;
    font-weight: 900;
    color: rgba(122, 148, 96, 0.03); /* Çok silik dev arka plan yazısı */
    z-index: -1;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.product-item {
    background: white;
    transition: 0.5s;
}

.product-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

/* Mobilde Hero'yu alt alta al */
@media (max-width: 992px) {
    .hero-container { grid-template-columns: 1fr; text-align: center; }
    .hero-btns { justify-content: center; }
    .main-img { border-radius: 20px; height: 350px; }
}


/* Katalog Bölümü Genel */
.catalog-section {
    padding: 120px 8%;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.bg-watermark {
    position: absolute;
    top: 50px;
    right: -50px;
    font-size: 12rem;
    font-weight: 900;
    color: rgba(122, 148, 96, 0.04);
    pointer-events: none;
    user-select: none;
}

.section-header .pre-title {
    color: var(--primary-green);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.8rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

/* Masonry Grid Sistemi */
.masonry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 280px;
    gap: 25px;
    margin-top: 60px;
}

.grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 24px; /* Daha yumuşak köşeler */
    background: #f0f0f0;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.grid-item:hover img {
    transform: scale(1.08);
}

/* Grid Pozisyonları */
.tall { grid-row: span 2; }
.wide { grid-column: span 2; }

/* Overlay (Üzerine Gelince Çıkan Bilgi) */
.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    display: flex;
    align-items: flex-end;
    padding: 40px;
    opacity: 0;
    transition: all 0.5s ease;
    backdrop-filter: blur(2px); /* Çok hafif bulanıklık şıklık katar */
}

.grid-item:hover .overlay {
    opacity: 1;
}

.overlay-content h3 {
    color: white;
    font-size: 1.6rem;
    margin: 10px 0;
}

.item-cat {
    color: var(--primary-green);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.overlay-content p {
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.explore-link {
    color: white;
    font-weight: 600;
    border-bottom: 2px solid var(--primary-green);
}

/* Mobilde Görünüm */
@media (max-width: 992px) {
    .masonry-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 300px;
    }
}

@media (max-width: 650px) {
    .masonry-grid {
        grid-template-columns: 1fr;
    }
    .tall, .wide {
        grid-column: auto;
        grid-row: auto;
    }
}



:root {
    --primary-green: #7a9460;
    --dark-green: #344e41;
}

.interactive-hero {
    min-height: 100vh;
    background: #ffffff;
    padding: 100px 5%;
    display: flex;
    align-items: center;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 2fr; /* Metin dar, akordiyon geniş */
    gap: 60px;
    width: 100%;
    align-items: center;
}

/* Metin Alanı */
.hero-static-text .badge { color: var(--primary-green); font-weight: 800; letter-spacing: 2px; font-size: 0.75rem; }
.hero-static-text h1 { font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1; margin: 20px 0; font-weight: 900; }
.hero-static-text h1 span { color: var(--primary-green); font-style: italic; font-weight: 400; }
.hero-static-text p { color: #666; line-height: 1.7; margin-bottom: 40px; }

.btn-main-green {
    background: var(--dark-green);
    color: white;
    padding: 18px 40px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    transition: 0.3s;
}

/* --- AKORDİYON KUTULAR --- */
.accordion-gallery {
    display: flex;
    gap: 20px;
    height: 550px;
}

.acc-card {
    position: relative;
    flex: 1; /* Dar hali */
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Açılan Kutu Ayarı */
.acc-card.active {
    flex: 3; /* Genişleyen hali */
}

.acc-bg { position: absolute; inset: 0; z-index: 1; }
.acc-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.4); transition: 0.6s; }

.acc-card.active .acc-bg img { filter: brightness(0.65); transform: scale(1.05); }

/* İçerik Yazıları */
.acc-content {
    position: absolute;
    bottom: 0; left: 0;
    padding: 40px;
    z-index: 5;
    width: 100%;
    color: white;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s 0.2s;
}

.acc-card.active .acc-content {
    opacity: 1;
    transform: translateY(0);
}

.acc-num { color: var(--primary-green); font-weight: 900; font-size: 1rem; }
.acc-content h3 { font-size: 1.8rem; line-height: 1.1; margin: 10px 0; }
.acc-content p { font-size: 0.9rem; opacity: 0.8; margin-bottom: 20px; max-width: 300px; }
.acc-link { color: var(--primary-green); text-decoration: none; font-weight: 800; }

/* --- MOBİL UYUM --- */
@media (max-width: 992px) {
    .hero-container { grid-template-columns: 1fr; text-align: center; }
    .accordion-gallery { flex-direction: column; height: 800px; }
    .acc-card.active { flex: 5; }
    .hero-btns-row { justify-content: center; display: flex; }
}


/* --- VADI CLEAN MAP ULTIMATE - FINAL REVISED --- */
.vadi-map-clean-section {
    padding: clamp(60px, 10vw, 120px) 0;
    background: #080808;
    position: relative;
    overflow: hidden;
}

.map-modern-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 80px;
    align-items: center;
}

/* Tipografi & SEO */
.m-tag { color: var(--primary-green); font-weight: 900; letter-spacing: 5px; font-size: 0.7rem; margin-bottom: 20px; display: block; }
.m-title { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 950; line-height: 0.95; color: #fff !important; }
.m-title span { color: var(--primary-green); font-weight: 300; opacity: 0.9; }

/* Bembeyaz Paragraf */
.m-rich-content p { color: #ffffff !important; line-height: 1.8; font-size: 1.1rem; margin: 30px 0; opacity: 0.95; }

/* Yeşil Özellikler Listesi */
.m-features-list { margin-bottom: 40px; display: flex; flex-direction: column; gap: 15px; }
.mf-item {
    font-size: 1rem; font-weight: 700; color: var(--primary-green);
    display: flex; align-items: center; gap: 12px;
    background: rgba(122, 148, 96, 0.05);
    padding: 12px 18px; border-radius: 8px;
    border-left: 3px solid var(--primary-green);
}
.mf-item span { color: #fff; font-family: monospace; font-weight: 900; }

.city-hashes { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.c-hash { background: #111; color: #777; padding: 6px 14px; border-radius: 4px; font-size: 0.75rem; font-weight: 800; border: 1px solid #1a1a1a; transition: 0.3s; text-transform: capitalize; }
.c-hash:hover { color: var(--primary-green); border-color: var(--primary-green); }

/* Harita Viewport (Noktaların Haritaya Yakınlığı İçin Düzenlendi) */
.map-viewport {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 40px;
    padding: 40px; /* Boşluğu azalttık ki noktalar haritaya daha yakın olsun */
    position: relative;
    box-shadow: 0 40px 100px rgba(0,0,0,0.5);
}

.map-base-svg {
    width: 100%;
    filter: invert(1) grayscale(1) brightness(1.8);
    opacity: 0.12;
    pointer-events: none;
}

/* PİNLER: Harita Gövdesine Milimetrik Sabitlendi */
.p-dot {
    position: absolute;
    width: 10px; height: 10px;
    background: var(--primary-green);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 15px var(--primary-green);
    z-index: 10;
}

/* NOKTA KONUMLARI (GÖVDEYE TAM YAPIŞIK) */
.i-ist { top: 40%; left: 22%; } /* İstanbul */
.i-sam { top: 32%; left: 63%; } /* Samsun */
.i-ord { top: 35%; left: 69%; } /* Ordu */
.i-gir { top: 38%; left: 74%; } /* Giresun */
.i-tra { top: 37%; left: 79%; } /* Trabzon */

/* Status Badge */
.mini-status-badge {
    position: absolute;
    bottom: 20px; left: 25px;
    display: flex; align-items: center; gap: 8px;
    background: rgba(0,0,0,0.5);
    padding: 6px 12px; border-radius: 50px;
}
.s-dot { width: 6px; height: 6px; background: var(--primary-green); border-radius: 50%; animation: pulse 2s infinite; }
.s-label { color: #666; font-size: 0.6rem; font-weight: 900; text-transform: uppercase; letter-spacing: 1.5px; }

@keyframes pulse { 0% { opacity: 1; scale: 1; } 50% { opacity: 0.5; scale: 1.5; } 100% { opacity: 1; scale: 1; } }

/* MOBİL UYUM (NOKTALARIN GÖRÜNÜRLÜĞÜ FIX) */
@media (max-width: 992px) {
    .map-modern-grid { grid-template-columns: 1fr; text-align: center; gap: 40px; }
    .map-viewport { padding: 20px 10px; border-radius: 20px; width: 100%; } /* Mobilde padding iyice daraltıldı */
    
    /* Mobilde noktalar harita küçüldüğü için daha hassas ayarlandı */
    .i-ist { top: 40%; left: 23%; }
    .i-sam { top: 32%; left: 62%; }
    .i-ord { top: 35%; left: 68%; }
    .i-gir { top: 38%; left: 73%; }
    .i-tra { top: 37%; left: 78%; }

    .mini-status-badge { position: relative; bottom: 0; left: 0; margin: 20px auto 0; width: fit-content; }
    .city-hashes { justify-content: center; }
}