/*
Theme Name: Fruitful Child - Deniz Elektronik
Theme URI: https://www.adanatvtamir.com
Description: 2025 Optimizasyonları - Deniz Elektronik Adana TV Tamir için özel child theme
Author: Deniz Elektronik
Author URI: https://www.adanatvtamir.com
Template: fruitful
Version: 1.0.2025
*/

/* Modern System Font Stack - Hızlı Yükleme */
body, html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Mobil Call Button - Yeşil */
#deniz-mobile-btn {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 99999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: #25D366 !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4) !important;
    text-decoration: none !important;
    border: none !important;
    padding: 0 !important;
}

/* Desktop Call Button - Mavi */
#deniz-desktop-btn {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    z-index: 99998 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%) !important;
    box-shadow: 0 8px 24px rgba(0, 102, 204, 0.4) !important;
    text-decoration: none !important;
    transition: transform 0.3s !important;
    border: none !important;
    padding: 0 !important;
}

#deniz-desktop-btn:hover {
    transform: translateY(-4px) scale(1.1) !important;
}

/* Performans İyileştirmeleri */
img {
    height: auto;
    max-width: 100%;
}

/* Mobil Optimizasyon */
@media (max-width: 768px) {
    body {
        font-size: 16px;
        line-height: 1.6;
    }
    
    a, button, input {
        min-height: 48px;
        min-width: 48px;
    }
}
