/* Yaşlı Bakım Widget Styles */
@import url('evde-hasta-bakim-style.css');

/* Yaşlı Bakım Özel Renkler - Mor Tema */
.yasli-bakim .hizmet-hero {
    background: linear-gradient(135deg, #6B21A8 0%, #8B5CF6 100%);
}

.yasli-bakim .btn-primary {
    background: linear-gradient(90deg, #8B5CF6 0%, #A78BFA 100%) !important;
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.3) !important;
}

.yasli-bakim .btn-primary:hover {
    box-shadow: 0 12px 30px rgba(139, 92, 246, 0.4) !important;
}

.yasli-bakim .section-badge {
    background: rgba(139, 92, 246, 0.1) !important;
    color: #8B5CF6 !important;
}

.yasli-bakim .ozellik-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.yasli-bakim .ozellik-icon {
    background: linear-gradient(135deg, #8B5CF6 0%, #A78BFA 100%) !important;
    margin: 0 auto 25px;
}

.yasli-bakim .check-icon {
    background: linear-gradient(135deg, #8B5CF6 0%, #A78BFA 100%) !important;
}

.yasli-bakim .hizmet-surec {
    background: linear-gradient(135deg, #8B5CF6 0%, #A78BFA 100%) !important;
}

/* Yaşlı Bakım - Süreç Bölümü Başlık Renkleri */
.yasli-bakim .hizmet-surec .section-title {
    color: #ffffff !important;
}

.yasli-bakim .hizmet-surec .section-badge {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

/* Yaşlı Bakım - Timeline İçerik Renkleri (Beyaz Kutucuklar) */
.yasli-bakim .timeline-content h3 {
    color: #2c3e50 !important;
}

.yasli-bakim .timeline-content p {
    color: #5a6c7d !important;
}

.yasli-bakim .timeline-number {
    color: #8B5CF6 !important;
}

.yasli-bakim .cta-buttons .btn-primary {
    background: linear-gradient(90deg, #8B5CF6 0%, #A78BFA 100%) !important;
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.3) !important;
}

.yasli-bakim .cta-buttons .btn-secondary {
    color: #8B5CF6 !important;
    border-color: #8B5CF6 !important;
}

.yasli-bakim .cta-buttons .btn-secondary:hover {
    background: #8B5CF6 !important;
    color: #ffffff !important;
}

.yasli-bakim .info-item svg {
    color: #8B5CF6 !important;
}

.yasli-bakim .hizmet-cta {
    background: linear-gradient(135deg, #F3E8FF 0%, #E9D5FF 100%) !important;
}

/* İstatistik Kartları */
.yasli-stats {
    padding: 0;
    margin-top: -80px;
    position: relative;
    z-index: 10;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.stat-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(139, 92, 246, 0.2);
}

.yasli-stat .stat-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #8B5CF6 0%, #A78BFA 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #ffffff;
}

.stat-number {
    font-size: 42px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 15px;
    color: #5a6c7d;
    font-weight: 500;
}

/* Hizmet Türleri */
.yasli-hizmet-turleri {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.section-desc {
    font-size: 18px;
    color: #5a6c7d;
    max-width: 600px;
    margin: 15px auto 0;
    line-height: 1.6;
}

.hizmet-turleri-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.tur-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.tur-card.featured {
    border-color: #8B5CF6;
    transform: scale(1.05);
    box-shadow: 0 20px 60px rgba(139, 92, 246, 0.2);
}

.featured-badge {
    position: absolute;
    top: 20px;
    right: -35px;
    background: linear-gradient(90deg, #8B5CF6 0%, #A78BFA 100%);
    color: #ffffff;
    padding: 8px 40px;
    font-size: 13px;
    font-weight: 700;
    transform: rotate(45deg);
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
}

.tur-card:hover {
    transform: translateY(-10px);
    border-color: #8B5CF6;
    box-shadow: 0 20px 50px rgba(139, 92, 246, 0.15);
}

.tur-card.featured:hover {
    transform: scale(1.05) translateY(-10px);
}

.tur-header {
    text-align: center;
    margin-bottom: 25px;
}

.yasli-tur .tur-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #8B5CF6 0%, #A78BFA 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #ffffff;
}

.tur-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.tur-desc {
    font-size: 15px;
    color: #5a6c7d;
    line-height: 1.7;
    margin: 0 0 25px 0;
    text-align: center;
}

.tur-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.tur-features li {
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 14px;
    color: #5a6c7d;
    position: relative;
    padding-left: 25px;
}

.tur-features li:last-child {
    border-bottom: none;
}

.tur-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #8B5CF6;
    font-weight: 700;
}

.tur-price {
    text-align: center;
    padding: 15px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(167, 139, 250, 0.1) 100%);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #8B5CF6;
}

/* Detaylı Hizmetler */
.yasli-detayli-hizmetler {
    padding: 100px 0;
    background: #ffffff;
}

.detayli-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.detayli-item {
    padding: 35px 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.detayli-item:hover {
    border-color: #8B5CF6;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(139, 92, 246, 0.15);
}

.yasli-detay .detayli-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #8B5CF6 0%, #A78BFA 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #ffffff;
}

.detayli-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 12px 0;
}

.detayli-item p {
    font-size: 14px;
    color: #5a6c7d;
    line-height: 1.6;
    margin: 0;
}

/* Neden Biz Section */
.yasli-neden-biz {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.neden-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.neden-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.neden-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(139, 92, 246, 0.95) 0%, transparent 100%);
    padding: 40px 30px;
}

.overlay-text h3 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px 0;
}

.overlay-text p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.neden-text {
    padding: 20px 0;
}

.neden-desc {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.8;
    margin: 20px 0 35px 0;
}

.neden-features {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.neden-feature {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.yasli-feature-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #8B5CF6 0%, #A78BFA 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}

.feature-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 8px 0;
}

.feature-content p {
    font-size: 14px;
    color: #5a6c7d;
    line-height: 1.6;
    margin: 0;
}

/* CTA Section */
.yasli-cta {
    background: linear-gradient(135deg, #8B5CF6 0%, #A78BFA 100%) !important;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .hizmet-turleri-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .tur-card.featured {
        transform: scale(1);
    }
    
    .tur-card.featured:hover {
        transform: translateY(-10px);
    }
    
    .detayli-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .neden-content {
        gap: 40px;
    }
    
    .neden-image img {
        height: 400px;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .yasli-stats {
        margin-top: 0;
        padding: 40px 0;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .stat-card {
        padding: 25px 20px;
    }
    
    .yasli-stat .stat-icon {
        width: 60px;
        height: 60px;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .yasli-hizmet-turleri,
    .yasli-detayli-hizmetler,
    .yasli-neden-biz {
        padding: 60px 0;
    }
    
    .section-desc {
        font-size: 16px;
    }
    
    .hizmet-turleri-grid {
        margin-top: 40px;
    }
    
    .tur-card {
        padding: 30px 25px;
    }
    
    .detayli-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }
    
    .neden-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .neden-image img {
        height: 300px;
    }
    
    .overlay-text h3 {
        font-size: 24px;
    }
    
    .overlay-text p {
        font-size: 16px;
    }
}

/* Animation */
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.stat-card,
.tur-card,
.detayli-item {
    animation: fadeInScale 0.5s ease-out;
}
