
/* ============================================
   GLOBAL SERVIS - REKLAM ODAKLI İYİLEŞTİRMELER
   Mobil Uyumlu, Kullanıcı Dostu, Dönüşüm Optimize
   ============================================ */

/* 1. LOGO İYİLEŞTİRMESİ - Yana doğru uzatma + Alt yazı tam görünür */
.header-modern {
    padding: 15px 0 !important;
    min-height: 80px !important;
}

.logo-container {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 5px 0 !important;
}

.logo-icon {
    width: 55px !important;
    height: 55px !important;
    background: linear-gradient(135deg, #1e88e5 0%, #1565c0 100%) !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    box-shadow: 0 2px 8px rgba(30, 136, 229, 0.3) !important;
}

.logo-icon i {
    font-size: 30px !important;
    color: white !important;
}

.logo-text {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 3px !important;
}

.logo-main {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #2c3e50 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.5px !important;
}

.logo-sub {
    font-size: 14px !important;
    color: #1e88e5 !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}


.hero-content {
    padding-top: 40px !important;
}

.hero-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    padding: 14px 28px !important;
    border-radius: 50px !important;
    color: #1e88e5 !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    margin-bottom: 30px !important;
    margin-top: 20px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
    border: 2px solid #1e88e5 !important;
}

.hero-badge i {
    font-size: 24px !important;
    color: #ffc107 !important;
}

/* 3. UYARI İKONU - Büyük ve Yanıp Sönen */
.emergency-icon {
    font-size: 48px !important;
    animation: blink 1.5s infinite !important;
}

.emergency-icon i {
    color: #ffc107 !important;
    filter: drop-shadow(0 0 10px rgba(255, 193, 7, 0.5));
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.1);
    }
}

/* 4. ABOUT BUTONLARI - Mavi Tema Uyumlu */
.about-actions .btn-primary-large {
    background: linear-gradient(135deg, #1e88e5 0%, #1565c0 100%) !important;
    color: white !important;
    border: none !important;
}

.about-actions .btn-primary-large:hover {
    background: linear-gradient(135deg, #1565c0 0%, #0d47a1 100%) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(30, 136, 229, 0.3) !important;
}

.about-actions .btn-outline-large {
    background: transparent !important;
    color: #1e88e5 !important;
    border: 2px solid #1e88e5 !important;
}

.about-actions .btn-outline-large:hover {
    background: #1e88e5 !important;
    color: white !important;
    transform: translateY(-3px) !important;
}

/* 5. FOOTER - Kurumsal Yatay Format (Yükseklik Yok) */
.footer {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important;
    padding: 40px 0 25px !important;
}

.footer-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    margin-bottom: 30px !important;
}

.footer-section {
    flex: 1 !important;
    min-width: 200px !important;
    padding: 0 !important;
}

.footer-section:first-child {
    flex: 1.5 !important;
}

.footer-section h3 {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    padding-bottom: 8px !important;
    border-bottom: 2px solid #1e88e5 !important;
    display: inline-block !important;
}

.footer-section ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-section ul li {
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.footer-section ul li i {
    color: #1e88e5 !important;
    font-size: 13px !important;
    width: 18px !important;
    flex-shrink: 0 !important;
}

.footer-section ul li a,
.footer-section ul li span {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    font-size: 13px !important;
    transition: all 0.3s ease !important;
    line-height: 1.4 !important;
}

.footer-section ul li a:hover {
    color: #1e88e5 !important;
    padding-left: 3px !important;
}

.social-links {
    display: flex !important;
    gap: 10px !important;
    margin-top: 12px !important;
}

.social-links a {
    width: 36px !important;
    height: 36px !important;
    background: rgba(30, 136, 229, 0.1) !important;
    border: 1px solid #1e88e5 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #1e88e5 !important;
    transition: all 0.3s ease !important;
    font-size: 14px !important;
}

.social-links a:hover {
    background: #1e88e5 !important;
    color: white !important;
    transform: translateY(-2px) !important;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding-top: 20px !important;
    text-align: center !important;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 12px !important;
    margin: 6px 0 !important;
    line-height: 1.5 !important;
}

@media (max-width: 992px) {
    .footer-content {
        flex-direction: column !important;
    }
    
    .footer-section {
        width: 100% !important;
    }
}


/* Services Grid - 3 sütun yerine 2 sütun (daha temiz görünüm) */
.services-grid-premium {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
    gap: 1.5rem !important;
}

@media (max-width: 768px) {
    .services-grid-premium {
        grid-template-columns: 1fr !important;
    }
}

/* Service Card İyileştirmeleri */
.service-card-premium {
    border: 1px solid #e0e0e0;
}

.service-card-premium:hover {
    border-color: #1e88e5;
    box-shadow: 0 8px 30px rgba(30, 136, 229, 0.15) !important;
}

/* Service Button İyileştirmesi */
.service-btn {
    background: linear-gradient(135deg, #1e88e5 0%, #1565c0 100%) !important;
    color: white !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.service-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(30, 136, 229, 0.3) !important;
    gap: 0.75rem !important;
}

/* Process Steps - Daha kompakt */
.process-steps {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
    gap: 1.5rem !important;
}

@media (max-width: 768px) {
    .process-steps {
        grid-template-columns: 1fr !important;
    }
}

/* About Grid - Mobilde tek sütun */
@media (max-width: 992px) {
    .about-grid {
        grid-template-columns: 1fr !important;
    }
    
    .about-visual {
        margin-top: 2rem;
    }
}

/* FAQ Grid - Mobilde tek sütun */
@media (max-width: 992px) {
    .faq-grid {
        grid-template-columns: 1fr !important;
    }
    
    .faq-content {
        margin-bottom: 2rem;
    }
}

/* CTA Section - Daha çekici */
.cta-section {
    background: linear-gradient(135deg, #1e88e5 0%, #1565c0 100%) !important;
}

.cta-icon {
    animation: pulse 2s infinite;
}

/* Footer - Daha kompakt */
.footer {
    padding: 2.5rem 0 1rem !important;
}

.footer-content {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }
}

/* Sticky Call Button - Daha belirgin */
.call-now-bar {
    padding: 18px 0 !important;
    font-size: 1.1rem !important;
    box-shadow: 0 -8px 25px rgba(229, 57, 53, 0.4) !important;
}

/* Smooth Scroll Behavior */
html {
    scroll-padding-top: 80px;
}

/* Touch-Friendly Buttons */
@media (max-width: 768px) {
    .btn-primary-large,
    .btn-outline-large,
    .btn-secondary-large,
    .service-btn,
    .emergency-btn {
        min-height: 48px !important;
        padding: 0.875rem 1.5rem !important;
    }
    
    .call-now-bar {
        min-height: 56px !important;
    }
}

/* Loading Performance */
img {
    loading: lazy;
}

/* Accessibility */
a, button {
    cursor: pointer;
}

a:focus, button:focus {
    outline: 2px solid #1e88e5;
    outline-offset: 2px;
}

/* Hover States - Daha smooth */
.service-card-premium,
.faq-item,
.process-step,
.feature-item-large,
.area-item {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Section Spacing - Daha dengeli */
section {
    padding: 4rem 0 !important;
}

@media (max-width: 768px) {
    section {
        padding: 2.5rem 0 !important;
    }
}

/* Typography - Daha okunabilir */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Emergency Banner - Daha dikkat çekici ama yorucu değil */
.emergency-banner {
    background: linear-gradient(135deg, #1e88e5 0%, #1565c0 100%) !important;
    padding: 1.25rem 0 !important;
}

.emergency-icon {
    font-size: 1.75rem !important;
}

/* Mobile Menu İyileştirmesi */
@media (max-width: 768px) {
    .nav-menu.active {
        max-height: 400px;
        overflow-y: auto;
    }
}

/* Stats - Daha belirgin */
.stat-number {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

/* Service Overlay - Daha yumuşak */
.service-overlay {
    background: linear-gradient(135deg, rgba(30, 136, 229, 0.9) 0%, rgba(21, 101, 192, 0.9) 100%) !important;
}

/* Cities List - Daha interaktif */
.cities-list li {
    transition: all 0.3s ease !important;
    cursor: pointer;
}

.cities-list li:hover {
    transform: translateY(-2px) scale(1.02) !important;
}

/* Scroll Indicator - Daha belirgin */
.scroll-indicator {
    opacity: 0.9;
}

/* Button Focus States */
.btn-primary-large:focus,
.btn-outline-large:focus,
.service-btn:focus {
    box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.3) !important;
}

/* Reduced Motion için */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
