.meet-team-section {
    padding: 0;
    background: #ffffff;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 100vw;
    margin: 0;
    left: 0;
    right: 0;
}

.meet-team-section .container {
    position: relative;
    z-index: 15;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100vh;
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: 12vh 0 0 0 !important;
}

.mobile-hero-image {
    display: none;
}

.mobile-hero-img {
    width: 100%;
    max-width: 20.83vw;
    height: auto;
    border-radius: 1.11vh;
    margin: 1.85vh auto;
    box-shadow: 0 0.74vh 2.96vh rgba(0, 0, 0, 0.1);
}

.meet-team-header {
    text-align: center;
    position: relative;
    z-index: 15;
    background: transparent;
    padding: 2vh 2vw;
    margin: 0 auto;
    max-width: 80vw;
}

.meet-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1vh;
    position: relative;
}

.meet-badge::before,
.meet-badge::after {
    content: '';
    width: 2.08vw;
    height: 0.093vh;
    background: #ffffff;
}

.meet-badge span {
    font-size: 1.3vh;
    font-weight: 700;
    letter-spacing: 0.093vh;
    text-transform: uppercase;
    margin: 0 1.04vw;
    white-space: nowrap;
    color: #ffffff;
    text-shadow: 0 0.19vh 0.37vh rgba(0, 0, 0, 0.5);
}

.meet-title {
    font-size: 4.44vh;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 2vh;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    text-shadow: 0 0.37vh 0.74vh rgba(0, 0, 0, 0.5);
}

.meet-title .highlight-text {
    font-weight: 700;
}

.meet-title .title-dot {
    color: #b3ce3a;
}

.group-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 110vw;
    height: 100vh;
    z-index: 1;
    margin: 0;
    overflow: hidden;
}

.group-image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.1) 85%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}

.meet-team-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30vh;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.85) 70%, rgba(0, 0, 0, 0.95) 85%, rgba(0, 0, 0, 1) 100%);
    z-index: 25;
    pointer-events: none;
}

.group-image {
    width: 110vw;
    height: 100vh;
    object-fit: cover;
    object-position: left center;
    transform: translateX(-10vw);
    display: block;
}

@media (max-width: 480px) {
    .meet-team-section {
        height: 60vh;
        width: 100vw;
        margin: 0;
    }
    
    .meet-team-section .container {
        height: 60vh;
        padding: 10vh 0 0 0 !important;
    }
    
    .meet-team-header {
        max-width: 90vw;
        padding: 1vh 4vw;
        margin: 0 auto;
    }
    
    .meet-title {
        font-size: 3.5vh;
        margin-bottom: 2vh;
    }
    
    .group-image-container {
        width: 100vw;
        height: 60vh;
        margin: 0;
    }
    
    .group-image {
        width: 100vw;
        height: 60vh;
        object-fit: cover;
        object-position: 58% center;
        transform: none;
    }
    
    .mobile-hero-image {
        display: none !important;
    }
    
    .mobile-hero-img {
        max-width: 60vw !important;
        margin: 0 auto !important;
        border-radius: 1.5vh !important;
    }
    
    .meet-team-section::after {
        height: 25vh !important;
    }
}

@media (max-width: 480px) and (orientation: landscape),
       (max-width: 896px) and (max-height: 500px) and (orientation: landscape) {
    .meet-team-section {
        width: 100vw !important;
        overflow: hidden !important;
        position: relative !important;
        background: #000000 !important;
    }
    
    .group-image-container {
        width: 100vw !important;
        min-width: 100vw !important;
        max-width: 100vw !important;
        height: 100vh !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }
    
    .group-image {
        width: 100vw !important;
        min-width: 100vw !important;
        max-width: 100vw !important;
        height: 100vh !important;
        object-fit: cover !important;
        object-position: center center !important;
        transform: none !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .group-image-container::before {
        width: 100vw !important;
        min-width: 100vw !important;
        max-width: 100vw !important;
        height: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .meet-team-header {
        max-width: 85vw;
        padding: 3.5vh 3vw;
    }
    
    .meet-title {
        font-size: 4vh;
    }
    
    .meet-team-section::after {
        height: 27vh !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .meet-team-header {
        max-width: 75vw;
    }
}
