/* About Us Page Styles */

.sw-about-us {
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 96px 80px 0px 80px;
    margin: 0 auto;
    gap: 120px;
}

.sw-about-us__brand {
    width: 100%;
    height: 864px;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: 
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url('../assets/images/woman.png') no-repeat center center,
        linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url('../assets/images/background-footer.png') no-repeat center center;
    background-size: 
        cover,
        contain,
        cover,
        cover;
    background-position: 
        center,
        center,
        center,
        center;
}

.sw-about-us__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    max-width: 600px;
    padding-left: 80px;
}

.sw-about-us__title {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    line-height: 120%;
    color: #F9F9F9;
    margin: 0;
    text-align: left;
    vertical-align: middle;
}

.sw-about-us__title-accent {
    color: #FFD700;
}

.sw-about-us__description {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #F9F9F9;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    max-width: 500px;
}

.sw-about-us__company {
    width: 100%;
    min-height: 960px;
    background: url('../assets/images/background-about-company 2.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 32px;
    position: relative;
}

.sw-about-us__company-card {
    background: rgba(23, 23, 23, 0.8);
    border-radius: 16px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.10);
    border: 0.5px solid #242424;
    backdrop-filter: blur(16px);
    padding: 160px 40px;
    max-width: 434px;
    margin-left: 80px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.sw-about-us__company-title {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 120%;
    color: #fff;
    margin: 0 0 16px 0;
    text-align: left;
    vertical-align: middle;
}

.sw-about-us__company-title-accent {
    color: #FFD700;
}

.sw-about-us__company-list {
    list-style: disc inside;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sw-about-us__company-list li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #D8D8D8;
    margin: 0 0 0 18px;
    text-align: left;
    vertical-align: middle;
}

.sw-strengths__title-accent {
    color: #FFD700;
}

/* Strengths Section Styles */
.sw-strengths__cards {
    gap: 16px;
}

/* FAQ Section Styles */
.sw-faq {
    width: 100%;
    display: block;
}
.sw-faq__title-accent {
    color: #FFD700;
}
.sw-faq--about-us {
    background: #0D0D0C;
    padding: 16px 80px;
    min-height: 100vh;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sw-faq--about-us .sw-faq__container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 48px;
}

/* Team Section Styles */
.sw-about-us__team {
    padding: 32px 0;
    max-width: 100%;
    overflow: hidden;
}
.sw-about-us__team-title {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #F9F9F9;
    margin-bottom: 32px;
}
.sw-about-us__team-title-accent {
    color: #FCD704;
}
.sw-about-us__team-slider {
    margin-bottom: 32px;
    overflow: hidden;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
}
.swiper-wrapper {
    width: 100% !important;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.sw-about-us__team-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
.sw-about-us__team-card {
    width: 100%;
    max-width: none;
    min-width: 0;
    height: 700px;
    background: #171717;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 8px;
    margin: 0;
    box-sizing: border-box;
}

/* --- Swiper wrapper --- */
.swiper-wrapper {
    width: 100% !important;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    flex-shrink: 0;
    margin: 0;
}
.sw-about-us__team-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.sw-about-us__team-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}
.sw-about-us__team-card-content {
    position: relative;
    z-index: 3;
    background: #0D0D0C;
    border-radius: 16px;
    padding: 16px;
    margin-top: auto;
}
.sw-about-us__team-card-position {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #D8D8D8;
    margin-bottom: 8px;
}
.sw-about-us__team-card-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #F9F9F9;
}
.sw-about-us__team-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}
.swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.swiper-pagination {
    position: static;
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 16px;
}
.sw-about-us__team-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #FCD704 !important;
    opacity: 0.3 !important;
    transition: all 0.3s ease;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 6px !important;
}
.sw-about-us__team-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
    width: 48px;
    border-radius: 8px;
    background: #FCD704 !important;
}

/* Responsive Design for Team Section */
@media (max-width: 768px) {
    .sw-about-us {
        padding: 32px 16px 0px 16px;
        gap: 64px;
    }
    
    .sw-about-us__brand {
        height: 812px;
        background: 
            linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
            linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
            url('../assets/images/background-footer.png') no-repeat center center;
        background-size: 
            cover,
            cover,
            cover;
        background-position: 
            right,
            right,
            right;
        justify-content: center;
        align-items: center;
    }
    
    .sw-about-us__content {
        padding-left: 16px;
        padding-right: 16px;
        align-items: flex-start;
        text-align: center;
        max-width: 100%;
    }
    
    .sw-about-us__title {
        font-size: 36px;
    }
    
    .sw-about-us__description {
        font-size: 14px;
        text-align: start;
        max-width: 100%;
    }

    .sw-about-us__company-card {
        margin: 16px 8px;
        padding: 32px 16px;
        max-width: 95vw;
    }
    .sw-about-us__company-title {
        font-size: 28px;
    }

    .sw-about-us .sw-strengths {
        padding: 16px 0px 0px 0px;
    }
    
    .sw-about-us__team {
        padding: 32px 16px;
    }
    
    .sw-about-us__team-title {
        font-size: 28px;
        margin-bottom: 24px;
    }
    
    .sw-about-us__team-card {
        max-width: none;
    }
    
    .sw-about-us__team-card-content {
        padding: 8px;
    }

    .sw-faq--about-us {
        min-height: auto;
        height: auto;
        padding: 0px 16px 64px 16px;
        align-items: center;
        justify-content: center;
    }
    
    .sw-faq--about-us .sw-faq__container {
        flex-direction: column;
        gap: 16px;
        max-width: none;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .sw-about-us__content {
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .sw-about-us__description {
        font-size: 14px;
    }
    
    .sw-about-us__team-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .sw-about-us__team-card {
        max-width: none;
    }
}