/* ==========================================================================
   İLETİŞİM SAYFASI ÖZEL STİLLERİ (iletisim.css)
   ========================================================================== */

/* 1. Header Alanı - Gradyan */
.contact-header {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #101827 0%, #006687 50%, #2DB84D 100%);
    overflow: hidden;
    color: #ffffff;
    text-align: center;
}

.contact-header-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.contact-header-text {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 850px;
    margin: 0 auto;
    opacity: 0.85;
}

/* 2. Birleşik İletişim Kartı (Resimli) */
.unified-contact-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.unified-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(16, 24, 39, 0.85) 0%, rgba(0, 102, 135, 0.9) 100%);
    z-index: 1;
}

.unified-card-content {
    position: relative;
    z-index: 2;
    padding: 40px 32px;
    color: #ffffff;
    height: 100%;
}

/* İletişim Maddeleri (Beyaz Tema) */
.contact-item-light {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.contact-icon-box-light {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #2DB84D;
}

.contact-text-light h4 {
    font-size: 0.7rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}

.contact-text-light p {
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.5;
}

/* 3. İletişim Bilgileri */
.contact-info-card {
    background: #ffffff;
    padding: 32px;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Renkler */
.icon-address { background: #f0fdf4; color: #16a34a; }
.icon-email { background: #f0f9ff; color: #007AFF; }
.icon-phone { background: #f0fdf4; color: #2DB84D; } /* Telefon Yeşil Yapıldı */

.contact-text h4 {
    font-size: 0.75rem;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.contact-text p {
    font-size: 0.95rem;
    color: #1e293b;
    font-weight: 600;
    line-height: 1.5;
}

/* 4. Harita (Hep Renkli) */
.map-container {
    margin-top: 60px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    /* Grayscale kaldırıldı, hep renkli */
}

.map-container iframe {
    filter: none !important;
}

@media (max-width: 768px) {
    .contact-header-title { font-size: 2.5rem; }
}
