/* Contact Page Styles */

.contact-container {
    min-height: calc(100vh - 200px);
    padding: 2rem 1rem;
    background: #f8f9fa;
}

.contact-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .contact-wrapper {
        grid-template-columns: 40% 60%;
        gap: 0;
    }
}

/* Sol Sütun - Resim */
.contact-left {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    background: var(--contact-bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.contact-gradient {
    text-align: center;
    color: white;
    position: relative;
    z-index: 1;
}

.contact-icon-wrapper {
    margin-bottom: 1.5rem;
}

.contact-icon {
    width: 48px;
    height: 48px;
    color: white;
    opacity: 0.9;
}

.contact-title {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: white;
}

.contact-subtitle {
    font-size: 1rem;
    opacity: 0.9;
    line-height: 1.5;
    max-width: 280px;
    margin: 0 auto;
}

/* Sağ Sütun - Bilgiler */
.contact-right {
    padding: 2.5rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .contact-right {
        padding: 3rem 2.5rem;
    }
}

.contact-info-card {
    width: 100%;
    max-width: 600px;
}

.contact-info-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

.contact-info-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 8px;
    color: #667eea;
}

.contact-info-icon svg {
    width: 18px;
    height: 18px;
}

.contact-info-content {
    flex: 1;
}

.contact-info-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 0.375rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-info-value {
    font-size: 0.875rem;
    color: #1f2937;
    line-height: 1.5;
    word-break: break-word;
}

.contact-info-inline {
    width: 100%;
}

.contact-info-values-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.contact-separator {
    color: #d1d5db;
    font-size: 0.875rem;
}

.contact-country-separator {
    color: #9ca3af;
    margin: 0 0.375rem;
}

.contact-link {
    color: #667eea;
    text-decoration: none;
    transition: color 0.2s;
    cursor: pointer;
}

.contact-link:hover {
    color: #764ba2;
    text-decoration: underline;
}

.contact-phone-item {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.contact-inline-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.contact-whatsapp-icon {
    color: #25D366;
}

.contact-phone-icon {
    color: #667eea;
    width: 14px;
    height: 14px;
}

/* Boş Durum */
.contact-empty {
    text-align: center;
    padding: 3rem 1rem;
    color: #6b7280;
}

.contact-empty-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    color: #d1d5db;
}

.contact-empty-text {
    font-size: 1rem;
    color: #6b7280;
}

/* Responsive */
@media (max-width: 767px) {
    .contact-container {
        padding: 1rem 0.5rem;
    }

    .contact-left {
        min-height: 300px;
        padding: 2rem 1.5rem;
    }

    .contact-title {
        font-size: 1.5rem;
    }

    .contact-subtitle {
        font-size: 0.9375rem;
    }
    
    .contact-icon {
        width: 40px;
        height: 40px;
    }

    .contact-right {
        padding: 2rem 1.25rem;
    }

    .contact-info-item {
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .contact-info-icon {
        width: 32px;
        height: 32px;
    }

    .contact-info-icon svg {
        width: 16px;
        height: 16px;
    }

    .contact-info-label {
        font-size: 0.6875rem;
    }

    .contact-info-value {
        font-size: 0.75rem;
        white-space: nowrap;
    }
    
    .contact-info-values-inline {
        flex-direction: row;
        align-items: center;
        gap: 0.375rem;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    
    .contact-separator {
        display: inline;
        font-size: 0.75rem;
    }
    
    .contact-phone-item {
        white-space: nowrap;
    }
}

/* Mobil Ana Sayfa Butonu */
.contact-mobile-button-wrapper {
    display: none;
}

@media (max-width: 767px) {
    .contact-mobile-button-wrapper {
        display: flex;
        justify-content: center;
        padding: 1.5rem 1rem;
        background: #f8f9fa;
    }
    
    .contact-mobile-button {
        display: inline-block;
        width: 100%;
        max-width: 400px;
        padding: 0.875rem 1.5rem;
        background: #25D366;
        color: white;
        text-align: center;
        text-decoration: none;
        font-size: 0.9375rem;
        font-weight: 600;
        border-radius: 8px;
        transition: background-color 0.2s, transform 0.1s;
        box-shadow: 0 2px 4px rgba(37, 211, 102, 0.3);
    }
    
    .contact-mobile-button:hover {
        background: #20ba5a;
        transform: translateY(-1px);
        box-shadow: 0 4px 6px rgba(37, 211, 102, 0.4);
    }
    
    .contact-mobile-button:active {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(37, 211, 102, 0.3);
    }
}
