/* ========== BAYİLER (Bayilerimiz sayfası — simya'dan port, GO altın teması) ========== */
.bayi-section { padding: 4rem 0 5rem; background: var(--go-bg, #FAFAF8); }
.bayi-intro { max-width: 720px; margin: 1rem auto 0; color: var(--go-gray-light, #6B6B6B); font-size: 0.95rem; line-height: 1.7; }
.bayi-intro a { color: var(--go-gold-dark, #D4940A); font-weight: 600; text-decoration: none; }
.bayi-intro a:hover { text-decoration: underline; }

/* Harita tam genişlik */
.bayi-harita-wrap { background: var(--go-white, #fff); border: 1px solid #e6e0d4; border-radius: var(--go-radius, 14px); padding: 1.5rem; box-shadow: var(--go-shadow-sm, 0 2px 8px rgba(0,0,0,0.06)); }
.turkiye-harita { width: 100%; height: auto; display: block; }
.turkiye-harita .il { fill: #e6e0d4; stroke: #fff; stroke-width: 0.6; transition: fill 0.2s ease; cursor: pointer; outline: none; }
.turkiye-harita .il.has-online { fill: #F7E1A0; }   /* online satış — açık altın */
.turkiye-harita .il.has-bayi { fill: #EDB338; }     /* fiziki bayi — altın */
.turkiye-harita .il:hover,
.turkiye-harita .il.has-online:hover,
.turkiye-harita .il.has-bayi:hover { fill: var(--go-gold-light, #FFD040); }
.turkiye-harita .il.active { fill: var(--go-gold, #F2A900) !important; }
.turkiye-harita .il:focus-visible { fill: var(--go-gold-light, #FFD040); }
.bayi-harita-legend { display: flex; gap: 1.5rem; justify-content: center; margin-top: 1rem; font-size: 0.85rem; color: var(--go-gray-light, #6B6B6B); }
.bayi-dot { display: inline-block; width: 12px; height: 12px; border-radius: 3px; vertical-align: middle; margin-right: 0.2rem; }
.bayi-dot--var { background: #EDB338; }
.bayi-dot--online { background: #F7E1A0; }

/* Bayiler — haritanın altında */
.bayi-alt { margin-top: 2.5rem; }
.bayi-secim { max-width: 440px; margin: 0 auto 1.8rem; }
.bayi-label { display: block; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: #8a8578; margin-bottom: 0.4rem; text-align: center; }
.bayi-select { width: 100%; padding: 0.8rem 1rem; border: 1.5px solid #d8d2c4; border-radius: 10px; font-family: var(--font-body, sans-serif); font-size: 0.95rem; background: var(--go-white, #fff); color: var(--go-gray, #4A4A4A); }
.bayi-select:focus { outline: none; border-color: var(--go-gold, #F2A900); }
.bayi-liste { min-height: 80px; }
.bayi-bos, .bayi-il-bos { text-align: center; color: #b0a99b; padding: 3rem 1rem; }
.bayi-bos i { font-size: 2.5rem; margin-bottom: 0.8rem; display: block; color: #d8d2c4; }
.bayi-il-bos { padding: 1.5rem 1rem; color: var(--go-gray-light, #6B6B6B); }
.bayi-il-bos a { color: var(--go-gold-dark, #D4940A); font-weight: 600; }
.bayi-il-baslik { font-family: var(--font-display, sans-serif); font-size: 1.4rem; color: var(--go-black, #1A1A1A); margin-bottom: 1.5rem; display: flex; align-items: center; justify-content: center; gap: 0.6rem; }
.bayi-plaka { background: var(--go-gold, #F2A900); color: var(--go-black, #1A1A1A); font-size: 0.8rem; font-weight: 700; padding: 0.25rem 0.6rem; border-radius: 6px; }
.bayi-kartlar { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1rem; }
.bayi-kart { background: var(--go-white, #fff); border: 1px solid #e6e0d4; border-left: 3px solid var(--go-gold, #F2A900); border-radius: 10px; padding: 1rem 1.1rem; }
.bayi-kart--online { border-left-color: var(--go-black, #1A1A1A); background: var(--go-bg-warm, #F5F3EE); }
.bayi-kart h4 { font-size: 1rem; font-weight: 700; color: var(--go-black, #1A1A1A); margin-bottom: 0.5rem; }
.bayi-kart h4 i { color: var(--go-gold-dark, #D4940A); margin-right: 0.3rem; }
.bayi-kart--online h4 i { color: var(--go-black, #1A1A1A); }
.bayi-adres, .bayi-tel { font-size: 0.86rem; color: var(--go-gray-light, #6B6B6B); line-height: 1.6; margin-bottom: 0.35rem; display: flex; gap: 0.5rem; }
.bayi-adres i, .bayi-tel i { color: var(--go-gold-dark, #D4940A); margin-top: 0.2rem; flex-shrink: 0; }
.bayi-tel a { color: var(--go-gray, #4A4A4A); text-decoration: none; }
.bayi-tel a:hover { color: var(--go-gold-dark, #D4940A); }
.bayi-online-btn { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.4rem; color: var(--go-black, #1A1A1A); font-weight: 600; font-size: 0.86rem; text-decoration: none; }
.bayi-online-btn:hover { text-decoration: underline; }

/* Bayimiz Olun — başvuru çağrısı (CTA) */
.bayi-cta { margin-top: 3rem; }
.bayi-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; background: var(--go-gradient-gold, linear-gradient(135deg, #F2A900, #FFD040)); border-radius: var(--go-radius-lg, 20px); padding: 2rem 2.4rem; box-shadow: 0 10px 30px rgba(242,169,0,0.28); }
.bayi-cta__title { font-family: var(--font-display, sans-serif); font-size: 1.5rem; font-weight: 700; color: var(--go-black, #1A1A1A); margin: 0 0 0.4rem; }
.bayi-cta__title i { margin-right: 0.4rem; }
.bayi-cta__desc { font-size: 0.95rem; color: rgba(26,26,26,0.82); line-height: 1.6; margin: 0; max-width: 560px; }
.bayi-cta__btn { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--go-black, #1A1A1A); color: var(--go-white, #fff); font-family: var(--font-display, sans-serif); font-weight: 600; font-size: 0.98rem; padding: 0.85rem 1.6rem; border-radius: 50px; text-decoration: none; white-space: nowrap; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.bayi-cta__btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.25); color: var(--go-white, #fff); }
.bayi-cta__btn i { transition: transform 0.2s ease; }
.bayi-cta__btn:hover i { transform: translateX(3px); }
@media (max-width: 575px) {
    .bayi-cta__inner { padding: 1.6rem 1.4rem; text-align: center; justify-content: center; }
    .bayi-cta__desc { margin: 0 auto; }
    .bayi-cta__title { font-size: 1.25rem; }
}
