/* Team Page Specific Styles */

/* Hero Section */
.team-hero {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 120px 0 80px;
    text-align: center;
}

.team-hero h1 {
    font-size: 3rem;
    color: #2C5F41;
    margin-bottom: 20px;
    font-weight: 700;
}

.team-hero p {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* Team Intro Section */
.team-intro {
    padding: 80px 0;
}

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

.intro-content h2 {
    color: #2C5F41;
    margin-bottom: 30px;
    font-size: 2.5rem;
}

.intro-lead {
    font-size: 1.3rem;
    color: #4F9A94;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 30px;
}

.intro-content p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.8;
}

/* Team Members Section */
.team-members {
    background: #f8f9fa;
    padding: 80px 0;
}

.team-members h2 {
    text-align: center;
    color: #2C5F41;
    margin-bottom: 50px;
    font-size: 2.5rem;
}

.members-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.member-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.member-photo {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.member-photo svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-info {
    padding: 30px;
}

.member-info h3 {
    color: #2C5F41;
    margin-bottom: 10px;
    font-size: 1.5rem;
}

.member-role {
    color: #4F9A94;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.member-description {
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
}

.member-specialties {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.specialty {
    background: rgba(79, 154, 148, 0.1);
    color: #2C5F41;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.member-contact a {
    color: #4F9A94;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.member-contact a:hover {
    color: #2C5F41;
    text-decoration: underline;
}

/* Team Values Section */
.team-values {
    padding: 80px 0;
}

.team-values h2 {
    text-align: center;
    color: #2C5F41;
    margin-bottom: 50px;
    font-size: 2.5rem;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.value-card {
    background: white;
    padding: 35px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-color: #4F9A94;
}

.value-icon {
    margin-bottom: 20px;
}

.value-icon svg {
    width: 50px;
    height: 50px;
}

.value-card h3 {
    color: #2C5F41;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.value-card p {
    color: #666;
    line-height: 1.6;
}

/* Team Process Section */
.team-process {
    background: #f8f9fa;
    padding: 80px 0;
}

.team-process h2 {
    text-align: center;
    color: #2C5F41;
    margin-bottom: 50px;
    font-size: 2.5rem;
}

.process-timeline {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.process-timeline::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #4F9A94;
}

.timeline-item {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    position: relative;
}

.timeline-marker {
    background: linear-gradient(45deg, #2C5F41, #4F9A94);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.3rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(44, 95, 65, 0.3);
}

.timeline-content {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    flex: 1;
}

.timeline-content h3 {
    color: #2C5F41;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.timeline-content p {
    color: #666;
    line-height: 1.7;
}

/* Team Awards Section */
.team-awards {
    padding: 80px 0;
}

.team-awards h2 {
    text-align: center;
    color: #2C5F41;
    margin-bottom: 50px;
    font-size: 2.5rem;
}

.awards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.award-item {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.award-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-color: #FFD700;
}

.award-icon {
    margin-bottom: 20px;
}

.award-icon svg {
    width: 50px;
    height: 50px;
}

.award-item h3 {
    color: #2C5F41;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.award-item p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Team CTA Section */
.team-cta {
    background: linear-gradient(135deg, #2C5F41 0%, #4F9A94 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.team-cta h2 {
    color: white;
    margin-bottom: 20px;
    font-size: 2.5rem;
}

.team-cta p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
}

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

.cta-buttons .cta-button {
    background: white;
    color: #2C5F41;
}

.cta-buttons .cta-button:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}

.cta-buttons .secondary-button {
    background: transparent;
    color: white;
    border-color: white;
}

.cta-buttons .secondary-button:hover {
    background: white;
    color: #2C5F41;
}

/* Active Navigation Link */
.nav-menu a.active {
    color: #2C5F41;
    font-weight: 700;
}

/* Responsive Design */
@media (max-width: 768px) {
    .team-hero {
        padding: 100px 0 60px;
    }
    
    .team-hero h1 {
        font-size: 2.5rem;
    }
    
    .members-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .awards-grid {
        grid-template-columns: 1fr;
    }
    
    .process-timeline::before {
        left: 20px;
    }
    
    .timeline-item {
        gap: 20px;
    }
    
    .timeline-marker {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .timeline-content {
        padding: 20px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .cta-button,
    .cta-buttons .secondary-button {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .team-hero h1 {
        font-size: 2rem;
    }
    
    .intro-content h2,
    .team-members h2,
    .team-values h2,
    .team-process h2,
    .team-awards h2,
    .team-cta h2 {
        font-size: 2rem;
    }
    
    .member-info {
        padding: 20px;
    }
    
    .member-photo {
        height: 250px;
    }
    
    .timeline-item {
        flex-direction: column;
        text-align: center;
    }
    
    .process-timeline::before {
        display: none;
    }
    
    .timeline-marker {
        margin: 0 auto 15px;
    }
}