/* Şehir Klinik Yönetimi - Frontend CSS */

/* Geri Dön Butonu */
.sky-geri-don-wrapper {
    margin-bottom: 30px;
}

.sky-geri-don-buton {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: white;
    color: #667eea !important;
    text-decoration: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid #667eea;
}

.sky-geri-don-buton:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white !important;
    transform: translateX(-5px);
    box-shadow: 0 6px 25px rgba(102, 126, 234, 0.4);
}

.sky-geri-ok {
    font-size: 20px;
    font-weight: 900;
    transition: transform 0.3s ease;
}

.sky-geri-don-buton:hover .sky-geri-ok {
    transform: translateX(-3px);
}

.sky-sehir-listesi {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    margin: 40px 0;
    padding: 0;
}

.sky-sehir-buton {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 25px;
    background: white;
    color: #2c3e50 !important;
    text-decoration: none;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.15);
    border: 3px solid transparent;
    overflow: hidden;
    min-height: 180px;
}

.sky-sehir-buton::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.sky-sehir-buton:hover::before {
    opacity: 1;
}

.sky-sehir-buton::after {
    content: '📍';
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    opacity: 0.15;
    transition: all 0.4s ease;
}

.sky-sehir-buton:hover::after {
    opacity: 0.3;
    transform: scale(1.2) rotate(15deg);
}

.sky-sehir-icon {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 40px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.3);
}

.sky-sehir-buton:hover .sky-sehir-icon {
    background: white;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.4);
}

.sky-sehir-adi-text {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
    text-align: center;
}

.sky-sehir-buton:hover .sky-sehir-adi-text {
    color: white !important;
}

.sky-sehir-buton:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 50px rgba(102, 126, 234, 0.4);
    border-color: rgba(102, 126, 234, 0.5);
}

.sky-sehir-alt-bilgi {
    position: relative;
    z-index: 1;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.7;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sky-sehir-buton:hover .sky-sehir-alt-bilgi {
    color: white !important;
    opacity: 1;
}

.sky-sehir-sayfa {
    padding: 60px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 500px;
}

.sky-container {
    max-width: 1400px;
    margin: 0 auto;
}

.sky-sehir-baslik {
    text-align: center;
    color: #2c3e50;
    font-size: 48px;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    position: relative;
    display: inline-block;
    width: 100%;
}

.sky-sehir-baslik::before {
    content: '🏥';
    display: block;
    font-size: 60px;
    margin-bottom: 10px;
    filter: grayscale(0);
}

.sky-sehir-alt-baslik {
    text-align: center;
    color: #5a6c7d;
    font-size: 18px;
    margin-bottom: 50px;
    font-weight: 500;
}

.sky-klinik-listesi {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 30px;
    margin: 20px 0;
}

.sky-klinik-kart {
    background: white;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.12);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 3px solid transparent;
    position: relative;
}

.sky-klinik-kart::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

.sky-klinik-kart:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.25);
    border-color: rgba(102, 126, 234, 0.3);
}

.sky-klinik-baslik {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 25px 30px;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    position: relative;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sky-klinik-baslik::before {
    content: '🏥';
    position: absolute;
    left: 20px;
    font-size: 32px;
    opacity: 0.4;
}

.sky-klinik-bilgi {
    padding: 30px;
    background: white;
}

.sky-klinik-satir {
    display: flex;
    margin-bottom: 22px;
    align-items: flex-start;
    line-height: 1.7;
    padding: 15px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.03) 0%, rgba(118, 75, 162, 0.03) 100%);
    border-radius: 12px;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
}

.sky-klinik-satir:hover {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
    border-left-color: #667eea;
    transform: translateX(5px);
}

.sky-klinik-satir:last-child {
    margin-bottom: 0;
}

.sky-etiket {
    font-weight: 800;
    color: #667eea;
    min-width: 80px;
    font-size: 15px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sky-etiket::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
}

.sky-deger {
    color: #2c3e50;
    flex: 1;
    font-size: 15px;
    font-weight: 500;
}

.sky-mesaj {
    text-align: center;
    padding: 60px 30px;
    background: white;
    border-radius: 20px;
    color: #7f8c8d;
    font-size: 18px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 3px dashed rgba(102, 126, 234, 0.2);
}

.sky-mesaj::before {
    content: '📋';
    display: block;
    font-size: 64px;
    margin-bottom: 20px;
    opacity: 0.3;
}

/* Ana Sayfa Başlık Wrapper */
.sky-ana-sayfa-baslik {
    text-align: center;
    margin-bottom: 50px;
    padding: 40px 20px 20px;
}

.sky-ana-sayfa-baslik h1 {
    font-size: 42px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    margin-bottom: 15px;
}

.sky-ana-sayfa-baslik p {
    font-size: 18px;
    color: #5a6c7d;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .sky-klinik-listesi {
        grid-template-columns: 1fr;
    }
    
    .sky-sehir-listesi {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .sky-sehir-baslik {
        font-size: 32px;
    }
    
    .sky-sehir-baslik::before {
        font-size: 48px;
    }
    
    .sky-sehir-buton {
        padding: 30px 20px;
        font-size: 18px;
        min-height: 160px;
    }
    
    .sky-sehir-icon {
        width: 70px;
        height: 70px;
        font-size: 35px;
    }
    
    .sky-klinik-kart {
        margin: 0 10px;
    }
    
    .sky-klinik-baslik {
        font-size: 19px;
        padding: 20px 25px;
    }
}

@media (max-width: 480px) {
    .sky-sehir-sayfa {
        padding: 30px 10px;
    }
    
    .sky-sehir-listesi {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sky-sehir-baslik {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .sky-sehir-baslik::before {
        font-size: 40px;
    }
    
    .sky-sehir-buton {
        min-height: 140px;
    }
    
    .sky-klinik-baslik {
        font-size: 18px;
        padding: 18px 20px;
        min-height: 70px;
    }
    
    .sky-klinik-baslik::before {
        font-size: 28px;
        left: 15px;
    }
    
    .sky-klinik-bilgi {
        padding: 20px;
    }
    
    .sky-klinik-satir {
        flex-direction: column;
        margin-bottom: 15px;
        padding: 12px;
    }
    
    .sky-etiket {
        margin-bottom: 5px;
    }
    
    .sky-ana-sayfa-baslik h1 {
        font-size: 32px;
    }
}
