/* Takımlar Sayfası CSS - ASEC Kulübü */

/* Ana Renkler
- Ana Renk (Lacivert): #1B1F3B
- Gece Mavisi: #2C3E50
- Mor: #6A0DAD
- Koyu Mor: #4B0082
- Menekşe: #9370DB
- Sistem Moru: #B39DDB
- Açık Mor: #E6E6FA
*/

/* Genel Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Takımlar Header Bölümü */
.teams-header {
    position: relative;
    padding: 6rem 0;
    color: #1B1F3B;
    overflow: hidden;
    background-color: #f5f5f5;
}

.header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    background-image: url('data:image/svg+xml;utf8,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><path d="M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657l1.415 1.414L13.858 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97l-1.414 1.414L0 36.485v-2.83zm0 5.657L8.485 47.8l-1.414 1.414L0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.344 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.414 1.414L60 36.485v-2.83zm0 5.657L51.515 47.8l1.414 1.414L60 42.143v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83zM39.9 16.385l1.414-1.414L30 3.658 18.686 14.97l1.415 1.415 9.9-9.9 9.9 9.9zm-2.83 2.828l1.415-1.414L30 9.313 21.515 17.8l1.414 1.413L30 11.8l7.07 7.414z" fill="%231B1F3B" fill-rule="evenodd" fill-opacity="0.05"/></svg>');
    z-index: -1;
}

.header-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.header-content h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    color: #1B1F3B;
    background: linear-gradient(135deg, #4B0082, #6A0DAD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header-content h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #6A0DAD, #9370DB);
    border-radius: 2px;
}

.header-content p {
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto 3rem;
    color: #2C3E50;
    font-weight: 500;
}

/* Header İstatistikler */
.header-stats {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-top: 3rem;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
    padding: 1.5rem 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(106, 13, 173, 0.1);
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #6A0DAD;
    margin-bottom: 0.5rem;
    position: relative;
}

.stat-number::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgba(106, 13, 173, 0.1);
    border-radius: 50%;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0.3;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }
}

.stat-label {
    font-size: 1rem;
    color: #2C3E50;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Takımlar Grid */
.teams-grid {
    padding: 5rem 0;
    background-color: #f9f9f9;
}

.departments-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.team-card {
    background-color: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 1rem;
    transition: all 0.5s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(106, 13, 173, 0.15);
}

/* Takım Banner */
.team-banner {
    background: linear-gradient(135deg, #6A0DAD, #9370DB);
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.team-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><rect width="30" height="30" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></svg>');
    opacity: 0.5;
}

.team-banner i {
    font-size: 5rem;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
    transition: all 0.5s ease;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.team-card:hover .team-banner i {
    transform: scale(1.1);
    color: #FFFFFF;
}

/* Takım İçeriği */
.team-content {
    padding: 2.5rem;
    background-color: #FFFFFF;
}

.team-content h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #1B1F3B;
    margin-bottom: 1.2rem;
    position: relative;
    padding-bottom: 1rem;
}

.team-content h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #6A0DAD, #9370DB);
    border-radius: 2px;
}

.team-description {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    font-weight: 400;
}

/* Takım Üyeleri */
.team-members {
    margin-top: 2rem;
}

.member-card {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    padding: 1rem;
    backdrop-filter: blur(5px);
}

.member-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(106, 13, 173, 0.1);
}

.member-image {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #6A0DAD;
    box-shadow: 0 0 10px rgba(106, 13, 173, 0.3);
    flex-shrink: 0;
}

.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

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

.member-info {
    padding-left: 1.5rem;
    text-align: left;
    flex-grow: 1;
}

.member-info h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1B1F3B;
    margin-bottom: 0.5rem;
}

.member-role {
    font-size: 0.9rem;
    color: #6A0DAD;
    margin-bottom: 1rem;
    font-weight: 600;
}

.member-social {
    display: flex;
    gap: 0.8rem;
    margin-top: 0.5rem;
}

.member-social a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1B1F3B;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.member-social a:hover {
    background-color: #6A0DAD;
    color: #FFFFFF;
    transform: translateY(-3px);
}

/* Responsive Tasarım */
@media (max-width: 992px) {
    .header-stats {
        gap: 2.5rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .departments-row {
        grid-template-columns: 1fr;
    }
    
    .teams-header {
        padding: 4rem 0;
    }
    
    .header-content h2 {
        font-size: 2.5rem;
    }
    
    .header-content p {
        font-size: 1.1rem;
    }
    
    .header-stats {
        flex-wrap: wrap;
        gap: 2rem;
    }
    
    .member-card {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }
    
    .member-info {
        padding-left: 0;
        padding-top: 1rem;
        text-align: center;
    }
    
    .member-social {
        justify-content: center;
    }
    
    .team-content h3 {
        font-size: 1.8rem;
    }
    
    .team-description {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .header-content h2 {
        font-size: 2rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .team-content {
        padding: 1.8rem;
    }
    
    .team-members {
        grid-template-columns: 1fr;
    }
}

/* Teknik Ekip Bölümü */
.technical-team {
    padding: 5rem 0;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.technical-team::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><path d="M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657l1.415 1.414L13.858 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97l-1.414 1.414L0 36.485v-2.83zm0 5.657L8.485 47.8l-1.414 1.414L0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.344 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.414 1.414L60 36.485v-2.83zm0 5.657L51.515 47.8l1.414 1.414L60 42.143v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83z" fill="%231B1F3B" fill-rule="evenodd" fill-opacity="0.03"/></svg>');
    z-index: 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
    z-index: 1;
}

.section-title h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1B1F3B;
    background: linear-gradient(135deg, #4B0082, #6A0DAD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    position: relative;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #6A0DAD, #9370DB);
    border-radius: 2px;
}

.section-title p {
    font-size: 1.2rem;
    color: #2C3E50;
    max-width: 700px;
    margin: 1.5rem auto 0;
}

.tech-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    position: relative;
    z-index: 1;
}

/* Responsive Tasarım - Teknik Ekip */
@media (max-width: 992px) {
    .tech-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .section-title h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .tech-team-grid {
        grid-template-columns: 1fr;
    }
    
    .section-title h2 {
        font-size: 2.2rem;
    }
    
    .section-title p {
        font-size: 1.1rem;
    }
}
