/* Profesyonel Organizasyon Sayfası - Okunabilir ve Modern */

/* Hero Section */
.premium-hero-org {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.premium-hero-org::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
}

.hero-content-wrapper-org {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-badge-org {
    display: inline-block;
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.hero-title-org {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 25px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.hero-subtitle-org {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.8;
    margin-bottom: 50px;
    font-weight: 400;
}

.hero-metrics-org {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.metric-item-org {
    text-align: center;
}

.metric-value-org {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.metric-label-org {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.metric-divider-org {
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.3);
}

.hero-cta-org {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-hero-premium {
    display: inline-flex;
    align-items: center;
    padding: 16px 36px;
    background: #fff;
    border: none;
    border-radius: 8px;
    color: #1e3a8a;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-hero-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    color: #1e3a8a;
}

.btn-hero-outline-premium {
    display: inline-flex;
    align-items: center;
    padding: 16px 36px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-hero-outline-premium:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    color: #fff;
}

/* Why Choose Us Section */
.why-choose-premium-org {
    padding: 100px 0;
    background: #fff;
}

.why-content-org {
    padding-right: 40px;
}

.why-description-org {
    font-size: 1.15rem;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 50px;
    font-weight: 400;
}

.why-features-org {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.why-feature-item-org {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.why-icon-org {
    width: 60px;
    height: 60px;
    background: #eff6ff;
    border: 2px solid #3b82f6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.why-feature-item-org:hover .why-icon-org {
    background: #3b82f6;
    transform: scale(1.1);
}

.why-icon-org i {
    font-size: 1.5rem;
    color: #3b82f6;
    transition: color 0.3s ease;
}

.why-feature-item-org:hover .why-icon-org i {
    color: #fff;
}

.why-text-org h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 10px;
}

.why-text-org p {
    font-size: 1rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.7;
    font-weight: 400;
}

.stats-premium-org {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.stat-card-premium-org {
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 35px 30px;
    display: flex;
    align-items: center;
    gap: 25px;
    transition: all 0.3s ease;
}

.stat-card-premium-org:hover {
    border-color: #3b82f6;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15);
    transform: translateY(-3px);
    background: #fff;
}

.stat-icon-premium-org {
    width: 70px;
    height: 70px;
    background: #eff6ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon-premium-org i {
    font-size: 1.8rem;
    color: #3b82f6;
}

.stat-info-org {
    flex-grow: 1;
}

.stat-number-premium-org {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 5px;
}

.stat-text-premium-org {
    font-size: 0.95rem;
    color: #6b7280;
    font-weight: 500;
}

/* Section Headers */
.section-header-premium-org {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.section-label-org {
    display: inline-block;
    padding: 8px 24px;
    background: #eff6ff;
    border: 2px solid #3b82f6;
    border-radius: 50px;
    color: #3b82f6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.section-title-premium-org {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-desc-premium-org {
    font-size: 1.15rem;
    color: #6b7280;
    line-height: 1.7;
    font-weight: 400;
}

/* Premium Services Section */
.premium-services-org {
    padding: 100px 0;
    background: #f9fafb;
}

.services-grid-org {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}

.service-item-premium-org {
    padding: 45px 40px;
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    transition: all 0.3s ease;
    position: relative;
}

.service-item-premium-org:hover {
    border-color: #3b82f6;
    box-shadow: 0 10px 40px rgba(59, 130, 246, 0.15);
    transform: translateY(-5px);
}

.service-number-org {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 4rem;
    font-weight: 800;
    color: #eff6ff;
    line-height: 1;
}

.service-icon-premium-org {
    width: 70px;
    height: 70px;
    background: #eff6ff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.service-icon-premium-org i {
    font-size: 1.8rem;
    color: #3b82f6;
}

.service-title-premium-org {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 15px;
}

.service-desc-premium-org {
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 25px;
    font-weight: 400;
}

.service-features-org {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-features-org li {
    padding: 10px 0;
    color: #6b7280;
    font-size: 1rem;
    position: relative;
    padding-left: 25px;
    font-weight: 400;
}

.service-features-org li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #3b82f6;
    font-weight: 700;
    font-size: 1.1rem;
}

/* Process Section */
.process-premium-org {
    padding: 100px 0;
    background: #fff;
}

.process-steps-org {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.process-step-org {
    flex: 1;
    min-width: 220px;
    text-align: center;
    position: relative;
    padding-top: 30px;
}

.step-number-org {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3b82f6, #1e3a8a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.step-icon-org {
    width: 90px;
    height: 90px;
    background: #eff6ff;
    border: 3px solid #3b82f6;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 25px;
    transition: all 0.3s ease;
}

.process-step-org:hover .step-icon-org {
    background: #3b82f6;
    transform: translateY(-5px) scale(1.05);
}

.step-icon-org i {
    font-size: 2.2rem;
    color: #3b82f6;
    transition: color 0.3s ease;
}

.process-step-org:hover .step-icon-org i {
    color: #fff;
}

.step-title-org {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 12px;
}

.step-desc-org {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.6;
    font-weight: 400;
}

.process-arrow-org {
    flex-shrink: 0;
    color: #3b82f6;
    font-size: 2rem;
    margin-top: 60px;
}

.process-arrow-org i {
    opacity: 0.4;
}

/* Organizasyonlar Section */
.organizasyonlar-premium {
    padding: 100px 0;
    background: #fff;
}

.organizasyon-grid-premium {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.organizasyon-card-premium {
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.organizasyon-card-premium:hover {
    border-color: #3b82f6;
    box-shadow: 0 10px 40px rgba(59, 130, 246, 0.15);
    transform: translateY(-5px);
}

.organizasyon-image-premium {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.organizasyon-image-premium img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.organizasyon-card-premium:hover .organizasyon-image-premium img {
    transform: scale(1.1);
}

.image-overlay-premium {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.organizasyon-card-premium:hover .image-overlay-premium {
    opacity: 1;
}

.organizasyon-badge-premium {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

.badge-yerli-premium {
    background: #3b82f6;
    color: white;
}

.badge-uluslararasi-premium {
    background: #10b981;
    color: white;
}

.organizasyon-content-premium {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.organizasyon-title-premium {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 15px;
    line-height: 1.4;
}

.organizasyon-title-premium a {
    color: #1f2937;
    text-decoration: none;
    transition: color 0.3s ease;
}

.organizasyon-title-premium a:hover {
    color: #3b82f6;
}

.organizasyon-description-premium {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 25px;
    font-weight: 400;
    flex-grow: 1;
}

.organizasyon-meta-premium {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
    padding-top: 20px;
    border-top: 2px solid #e5e7eb;
}

.meta-item-premium {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    font-size: 0.95rem;
    font-weight: 500;
}

.meta-item-premium i {
    color: #3b82f6;
    font-size: 1rem;
}

.btn-organizasyon-premium {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background: #3b82f6;
    border: none;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: auto;
}

.btn-organizasyon-premium:hover {
    background: #1e3a8a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3);
}

.btn-organizasyon-premium i {
    transition: transform 0.3s ease;
}

.btn-organizasyon-premium:hover i {
    transform: translateX(5px);
}

.btn-view-all-premium {
    display: inline-flex;
    align-items: center;
    padding: 16px 36px;
    background: #3b82f6;
    border: none;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-view-all-premium:hover {
    background: #1e3a8a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3);
}

/* CTA Section */
.cta-premium-org {
    padding: 100px 0;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    position: relative;
    overflow: hidden;
}

.cta-premium-org::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
}

.cta-wrapper-premium-org {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.cta-content-premium-org {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 60px 50px;
}

.cta-title-premium-org {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.cta-desc-premium-org {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.8;
    margin-bottom: 40px;
    font-weight: 400;
}

.cta-buttons-premium-org {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta-primary-premium {
    display: inline-flex;
    align-items: center;
    padding: 18px 40px;
    background: #fff;
    border: none;
    border-radius: 8px;
    color: #1e3a8a;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-cta-primary-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    color: #1e3a8a;
}

.btn-cta-secondary-premium {
    display: inline-flex;
    align-items: center;
    padding: 18px 40px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

.btn-cta-secondary-premium:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    color: #fff;
}

/* Empty State */
.empty-state-premium {
    padding: 100px 0;
    background: #fff;
}

.empty-content {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.empty-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    background: #eff6ff;
    border: 3px solid #3b82f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empty-icon i {
    font-size: 3rem;
    color: #3b82f6;
}

.empty-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 15px;
}

.empty-description {
    font-size: 1.1rem;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 30px;
    font-weight: 400;
}

.btn-contact-premium {
    display: inline-flex;
    align-items: center;
    padding: 16px 36px;
    background: #3b82f6;
    border: none;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-contact-premium:hover {
    background: #1e3a8a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3);
}

/* Responsive Design */
@media (max-width: 1199.98px) {
    .organizasyon-grid-premium {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .stats-premium-org {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991.98px) {
    .premium-hero-org {
        padding: 80px 0 60px;
    }
    
    .hero-title-org {
        font-size: 2.5rem;
    }
    
    .hero-subtitle-org {
        font-size: 1.1rem;
    }
    
    .hero-metrics-org {
        gap: 30px;
    }
    
    .metric-divider-org {
        display: none;
    }
    
    .organizasyonlar-premium,
    .premium-services-org,
    .why-choose-premium-org,
    .process-premium-org,
    .cta-premium-org,
    .empty-state-premium {
        padding: 80px 0;
    }
    
    .why-content-org {
        padding-right: 0;
        margin-bottom: 50px;
    }
    
    .services-grid-org {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .organizasyon-grid-premium {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .process-steps-org {
        flex-direction: column;
    }
    
    .process-arrow-org {
        transform: rotate(90deg);
        margin: 10px 0;
    }
    
    .section-title-premium-org {
        font-size: 2.3rem;
    }
}

@media (max-width: 767.98px) {
    .premium-hero-org {
        padding: 60px 0 40px;
    }
    
    .hero-title-org {
        font-size: 2rem;
    }
    
    .hero-subtitle-org {
        font-size: 1rem;
    }
    
    .section-title-premium-org {
        font-size: 2rem;
    }
    
    .cta-title-premium-org {
        font-size: 2rem;
    }
    
    .service-item-premium-org {
        padding: 35px 25px;
    }
    
    .organizasyon-grid-premium {
        grid-template-columns: 1fr;
    }
    
    .organizasyon-content-premium {
        padding: 25px 20px;
    }
    
    .cta-content-premium-org {
        padding: 40px 30px;
    }
    
    .cta-buttons-premium-org {
        flex-direction: column;
    }
    
    .btn-cta-primary-premium,
    .btn-cta-secondary-premium {
        width: 100%;
        justify-content: center;
    }
    
    .hero-cta-org {
        flex-direction: column;
    }
    
    .btn-hero-premium,
    .btn-hero-outline-premium {
        width: 100%;
        justify-content: center;
    }
    
    .stats-premium-org {
        grid-template-columns: 1fr;
    }
}
