/* Стили для страницы команды */

/* Hero секция команды */
.team-hero {
    padding: 140px 0 80px;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.team-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.2) 0%, transparent 70%);
    border-radius: 50%;
}

.team-hero::after {
    content: '';
    position: absolute;
    bottom: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.2) 0%, transparent 70%);
    border-radius: 50%;
}

.team-hero-content {
    position: relative;
    z-index: 1;
}

.team-hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--text-white);
    margin-bottom: 1rem;
}

.team-hero p {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.8);
}

/* Команда */
.team-section {
    padding: 100px 0;
    background: var(--bg-light);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

.team-member {
    background: var(--bg-white);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid var(--border-color);
}

.team-member:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

.member-image {
    position: relative;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    padding: 3rem 2rem 2rem;
    text-align: center;
}

.avatar {
    width: 140px;
    height: 140px;
    background: var(--bg-white);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.avatar i {
    font-size: 4rem;
    color: var(--primary-color);
}

.member-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.member-social {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.member-social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-white);
    text-decoration: none;
    transition: all 0.3s ease;
}

.member-social a:hover {
    background: var(--text-white);
    color: var(--primary-color);
    transform: translateY(-3px);
}

.member-info {
    padding: 2rem;
}

.member-info h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.member-role {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.member-description {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.member-expertise {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.member-expertise span {
    padding: 6px 12px;
    background: var(--bg-light);
    color: var(--text-dark);
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Ценности */
.values-section {
    padding: 100px 0;
    background: var(--bg-white);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.value-card {
    text-align: center;
    padding: 2rem;
    background: var(--bg-light);
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
    border-color: var(--primary-color);
}

.value-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.value-icon i {
    font-size: 2.5rem;
    color: var(--text-white);
}

.value-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.value-card p {
    color: var(--text-light);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Акселераторы */
.accelerators-section {
    padding: 100px 0;
    background: var(--bg-white);
}

.accelerators-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.accelerator-item {
    text-align: center;
}

.accelerator-logo {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0 auto 1rem;
    transition: transform 0.3s ease;
}

.accelerator-logo:hover {
    transform: scale(1.05);
}

.sk-logo {
    background: linear-gradient(135deg, #c4d82e 0%, #9fb916 100%);
    color: white;
}

.nuris-logo {
    background: linear-gradient(135deg, #f5a623 0%, #e89500 100%);
    color: white;
}

.brinc-logo {
    background: linear-gradient(135deg, #ff4d4d 0%, #e63939 100%);
    color: white;
}

.seedstars-logo {
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: white;
}

.astana-logo {
    background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
    color: white;
    font-size: 2rem;
}

.accelerator-item p {
    color: var(--text-dark);
    font-weight: 600;
    font-size: 0.9rem;
}

/* Преимущества компании */
.company-advantages {
    padding: 100px 0;
    background: var(--bg-light);
}

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

.advantage-badge {
    background: var(--gradient-primary);
    color: white;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.advantage-badge:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.advantage-badge i {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}

.advantage-badge span {
    font-size: 1.1rem;
    font-weight: 600;
}

.company-description {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    padding: 2rem 2.5rem;
    border-radius: 16px;
    border-left: 4px solid var(--primary-color);
}

.company-description p {
    font-size: 1.1rem;
    color: var(--text-dark);
    line-height: 1.7;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.company-description i {
    color: var(--primary-color);
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 4px;
}

/* Присоединяйтесь */
.join-section {
    padding: 100px 0;
    background: var(--bg-white);
}

.join-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.join-text h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.join-text > p {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 2.5rem;
    line-height: 1.7;
}

.join-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.benefit-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
    flex-shrink: 0;
}

.benefit-item span {
    color: var(--text-dark);
    font-weight: 500;
}

.join-form-wrapper {
    background: var(--bg-white);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: var(--shadow);
}

.join-form h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--text-dark);
}

.file-upload-label {
    display: block;
    width: 100%;
    padding: 14px 18px;
    border: 2px dashed var(--border-color);
    border-radius: 12px;
    background: var(--bg-light);
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.file-upload-label:hover {
    border-color: var(--primary-color);
    background: rgba(59, 130, 246, 0.05);
}

.file-upload-label i {
    color: var(--primary-color);
    margin-right: 8px;
}

.file-upload-label span {
    color: var(--text-light);
    font-size: 0.95rem;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .join-content {
        grid-template-columns: 1fr;
    }

    .team-hero h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    * {
        max-width: 100%;
    }

    .container {
        padding: 0 15px;
        width: 100%;
        overflow-x: hidden;
    }

    .team-hero {
        padding: 120px 0 60px;
        overflow-x: hidden;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        width: 100%;
    }

    .team-member {
        width: 100%;
        box-sizing: border-box;
    }

    .avatar {
        margin: 0 auto;
    }

    .values-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .join-benefits {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .team-hero h1 {
        font-size: 2rem;
        word-wrap: break-word;
    }

    .team-hero p {
        font-size: 1.1rem;
        padding: 0 1rem;
    }

    .accelerators-logos {
        gap: 2rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .accelerator-logo {
        width: 100px;
        height: 100px;
        font-size: 1rem;
    }

    .advantages-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .advantage-card {
        width: 100%;
        box-sizing: border-box;
    }

    .company-description {
        padding: 1.5rem;
        width: 100%;
        box-sizing: border-box;
    }

    .company-description p {
        font-size: 1rem;
    }

    .join-section {
        overflow-x: hidden;
    }

    .resume-form {
        width: 100%;
        padding: 1.5rem;
        box-sizing: border-box;
    }

    .form-group {
        width: 100%;
    }

    input, textarea, select {
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }

    .team-hero {
        padding: 100px 0 40px;
    }

    .team-hero h1 {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .team-hero p {
        font-size: 0.9rem;
        padding: 0 0.5rem;
    }

    .member-info h3 {
        font-size: 1.2rem;
    }

    .member-info p {
        font-size: 0.85rem;
    }

    .avatar {
        width: 100px;
        height: 100px;
    }

    .avatar i {
        font-size: 3rem;
    }

    .resume-form {
        padding: 1rem;
    }

    .btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .advantage-card {
        padding: 1.25rem;
    }
}