/**
 * Section - Quem Somos About
 * Two-column layout with images on left and text content on right
 * Includes overlay card and video play button
 *
 * @package SeedDigital
 * @since 1.0.0
 */

/* ============================================
   Section Container
   ============================================ */
.section-who-we-are-about{
    padding: 80px 0;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
}

/* ============================================
   Wrapper
   ============================================ */
.who-we-are-about__wrapper {
    max-width: 1384px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 110px 119px;
    box-sizing: border-box;
}

/* ============================================
   Images Column (Left)
   ============================================ */
.who-we-are-about__images {
    position: relative;
    width: 592px;
    height: 912px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* Image Container */
.who-we-are-about__image-container {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    z-index: 1;
}

.who-we-are-about__image-container--main {
    z-index: 1;
}

.who-we-are-about__image-container--main {
    position: absolute;
    width: 592px;
    height: 539px;
    left: 0;
    top: 0;
}

.who-we-are-about__image-container--secondary {
    position: absolute;
    width: 352px;
    height: 288px;
    left: 0;
    top: 571px;
}

.who-we-are-about__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Curve Decorations */
.who-we-are-about__curve {
    position: absolute;
    background: #C0C0C0;
    z-index: 1;
}

.who-we-are-about__curve--top-left {
    width: 128px;
    height: 128px;
    left: 0;
    top: 0;
    transform: rotate(180deg);
}

.who-we-are-about__curve--bottom-right {
    width: 64px;
    height: 64px;
    left: 528px;
    top: 484px;
}

.who-we-are-about__curve--bottom-left {
    width: 64px;
    height: 64px;
    left: 0;
    top: 795px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

/* Video Circle */
.who-we-are-about__video-circle {
    position: absolute;
    left: 276px;
    right: 132px;
    top: 516px;
    bottom: 212px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 32px;
    gap: 20px;
    isolation: isolate;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(27, 26, 26, 0.12);
    border-radius: 95px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 50;
}

.who-we-are-about__video-circle:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 32px rgba(27, 26, 26, 0.18);
}

.who-we-are-about__video-icon {
    position: absolute;
    left: 60px;
    right: 60px;
    top: 60px;
    bottom: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px;
    background: #FF0F3A;
    border-radius: 40px;
    z-index: 0;
}

.who-we-are-about__play-icon {
    width: 14px;
    height: 16px;
    background: #FFFFFF;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.who-we-are-about__video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}

/* ============================================
   Satisfied Users Card (Overlay)
   ============================================ */
.who-we-are-about__card {
    position: absolute;
    width: 208px;
    height: auto;
    min-height: 278px;
    left: 384px;
    top: 571px;
    z-index: 10;
}

.who-we-are-about__card-bg {
    position: absolute;
    width: 208px;
    height: 288px;
    left: 0;
    top: 0;
    background: #0BA5EC;
    border-radius: 16px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    overflow: visible;
}

/* Curve no card - bottom right (corte decorativo) */
.who-we-are-about__card-bg .who-we-are-about__curve--bottom-right {
    position: absolute;
    width: 56px;
    height: 56px;
    left: 0;
    bottom: 0;
    background: #D9D9D9;
    z-index: 1;
    clip-path: ellipse(56px 56px at 0% 100%);
}

.who-we-are-about__card-content {
    position: absolute;
    width: 208px;
    height: 251px;
    left: 0;
    top: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 88px 40px 40px;
    gap: 20px;
    isolation: isolate;
    background: #0BA5EC;
    border-radius: 16px;
    box-sizing: border-box;
}

.who-we-are-about__card-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    gap: 24px;
    width: 100%;
    max-width: 128px;
    height: auto;
    min-height: 79px;
    filter: drop-shadow(0px 4px 24px rgba(8, 2, 52, 0.1));
    z-index: 0;
}

.who-we-are-about__card-percentage {
    width: 100%;
    height: auto;
    min-height: 29px;
    font-family: 'Be Vietnam', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0;
}

.who-we-are-about__card-description {
    width: 100%;
    max-width: 128px;
    height: auto;
    min-height: 26px;
    font-family: 'Be Vietnam', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #F9F9F9;
    margin: 0;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.who-we-are-about__card-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 8px;
    width: auto;
    min-width: 95px;
    height: auto;
    min-height: 24px;
    text-decoration: none;
    flex: none;
    order: 2;
    flex-grow: 0;
    z-index: 2;
    margin-top: 4px;
}

.who-we-are-about__card-button-icon {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 8px;
    gap: 0;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 6px;
    flex: none;
    order: 0;
    flex-grow: 0;
    box-sizing: border-box;
}

.who-we-are-about__arrow-icon {
    width: 10px;
    height: 8px;
    background: #222222;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    display: block;
}

.who-we-are-about__card-button-text {
    width: auto;
    min-width: 63px;
    height: auto;
    min-height: 16px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 0;
    white-space: nowrap;
}

.who-we-are-about__card-star {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px;
    gap: 10px;
    position: absolute;
    width: 44px;
    height: 44px;
    left: 132px;
    top: 30px;
    border: 1px solid #EAEAEA;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    flex: none;
    order: 1;
    flex-grow: 0;
    z-index: 1;
}

.who-we-are-about__card-star svg {
    width: 20px;
    height: 20px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* ============================================
   Text Content Column (Right)
   ============================================ */
.who-we-are-about__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 56px;
    width: 520px;
    height: 842px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.who-we-are-about__title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 24px;
    width: 520px;
    height: 285px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.who-we-are-about__label {
    width: 520px;
    height: 13px;
    font-family: 'Be Vietnam', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #475467;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.who-we-are-about__title {
    width: 520px;
    height: 248px;
    font-family: 'Be Vietnam', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.who-we-are-about__description {
    width: 520px;
    height: auto;
    font-family: 'Be Vietnam', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #282828;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.who-we-are-about__description p {
    margin: 0 0 24px 0;
}

.who-we-are-about__description p:last-child {
    margin-bottom: 0;
}

/* ============================================
   Responsive Styles
   ============================================ */
@media (max-width: 1440px) {
    .who-we-are-about__wrapper {
        max-width: 100%;
        padding: 0 24px;
        gap: 80px;
    }
    
    .who-we-are-about__images {
        width: 100%;
        max-width: 592px;
        height: auto;
        min-height: 912px;
    }
    
    .who-we-are-about__content {
        width: 100%;
        max-width: 520px;
        height: auto;
    }
}

@media (max-width: 1200px) {
    .who-we-are-about__wrapper {
        gap: 60px;
    }
    
    .who-we-are-about__card {
        left: 300px;
    }
    
    .who-we-are-about__video-circle {
        left: 200px;
        right: 200px;
    }
}

@media (max-width: 1024px) {
    .section-who-we-are-about {
        padding: 60px 0;
    }
    
    .who-we-are-about__wrapper {
        flex-direction: column;
        align-items: center;
        gap: 60px;
        padding: 0 24px;
    }
    
    .who-we-are-about__images {
        width: 100%;
        max-width: 592px;
        height: auto;
        min-height: auto;
        position: relative;
    }
    
    .who-we-are-about__image-container--main {
        position: relative;
        width: 100%;
        max-width: 592px;
        height: auto;
        min-height: 400px;
        left: auto;
        top: auto;
    }
    
    .who-we-are-about__image-container--secondary {
        position: relative;
        width: 100%;
        max-width: 352px;
        height: auto;
        min-height: 250px;
        left: auto;
        top: 30px;
        margin: 0 auto;
    }
    
    .who-we-are-about__video-circle {
        position: absolute;
        left: 50%;
        right: auto;
        top: 50%;
        bottom: auto;
        transform: translate(-50%, -50%);
        width: 140px;
        height: 140px;
        padding: 24px;
    }
    
    .who-we-are-about__video-icon {
        left: 24px;
        right: 24px;
        top: 24px;
        bottom: 24px;
        padding: 20px;
    }
    
    .who-we-are-about__card {
        position: absolute;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
        margin: 0;
        transform: translateY(50%);
    }
    
    .who-we-are-about__content {
        width: 100%;
        max-width: 520px;
        height: auto;
    }
    
    .who-we-are-about__title {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .section-who-we-are-about {
        padding: 40px 0;
    }
    
    .who-we-are-about__wrapper {
        padding: 0 16px;
        gap: 40px;
    }
    
    .who-we-are-about__images {
        width: 100%;
        height: auto;
        min-height: auto;
    }
    
    .who-we-are-about__image-container--main {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 300px;
        max-width: 100%;
    }
    
    .who-we-are-about__image-container--secondary {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 200px;
        top: 20px;
        left: auto;
        margin: 0;
    }
    
    .who-we-are-about__curve {
        display: none;
    }
    
    .who-we-are-about__video-circle {
        position: absolute;
        left: 50%;
        right: auto;
        top: 40%;
        bottom: auto;
        transform: translate(-50%, -50%);
        width: 120px;
        height: 120px;
        padding: 20px;
    }
    
    .who-we-are-about__video-icon {
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
        padding: 16px;
    }
    
    .who-we-are-about__card {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
        margin: 2rem auto 0 5rem;
        width: 100%;
        max-width: 208px;
    }
    
    .who-we-are-about__card-bg {
        transform: none;
    }
    
    .who-we-are-about__content {
        width: 100%;
        gap: 40px;
    }
    
    .who-we-are-about__title-block {
        width: 100%;
        height: auto;
        align-items: flex-start;
        gap: 16px;
    }
    
    .who-we-are-about__label {
        width: 100%;
        height: auto;
        font-size: 16px;
    }
    
    .who-we-are-about__title {
        width: 100%;
        height: auto;
        font-size: 36px;
        line-height: 120%;
    }
    
    .who-we-are-about__description {
        width: 100%;
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .section-who-we-are-about {
        padding: 32px 0;
    }
    
    .who-we-are-about__wrapper {
        padding: 0 16px;
        gap: 32px;
    }
    
    .who-we-are-about__title {
        font-size: 28px;
        line-height: 120%;
    }
    
    .who-we-are-about__label {
        font-size: 14px;
    }
    
    .who-we-are-about__description {
        font-size: 14px;
        line-height: 22px;
    }
    
    .who-we-are-about__card {
        max-width: 100%;
    }
    
    .who-we-are-about__video-circle {
        width: 100px;
        height: 100px;
        padding: 16px;
    }
    
    .who-we-are-about__video-icon {
        left: 16px;
        right: 16px;
        top: 16px;
        bottom: 16px;
        padding: 12px;
    }
    
    .who-we-are-about__play-icon {
        width: 12px;
        height: 14px;
    }
}

@media (max-width: 375px) {
    .who-we-are-about__title {
        font-size: 24px;
    }
    
    .who-we-are-about__description {
        font-size: 13px;
        line-height: 20px;
    }
}
