/* ===========================
   Sobre page – imports shared modules + page-specific styles
   =========================== */
@import url('base.css');
@import url('components/topbar.css');
@import url('components/footer.css');
@import url('sections/linkedin.css');
@import url('sections/clients.css');
@import url('responsive.css');

/* Shared label style */
.sobre-label {
    color: #0067CC;
    font-family: var(--Font-Family-Label);
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: 0.09375rem;
    font-weight: 700;
    text-transform: uppercase;
}

.sobre-label--blue {
    color: #0067CC;
}

/* ===========================
   Hero
   =========================== */
.sobre-hero {
    background:
        linear-gradient(180deg, rgba(11, 22, 65, 0) 0%, rgba(11, 22, 65, 1) 100%),
        linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('../img/hero-sobre.png');
        background-size: cover;
        background-position: center;
    padding: 4rem 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 45rem;
}

.sobre-hero__inner {
    width: 100%;
    max-width: 103.75rem;
}

.sobre-hero__copy {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 55rem;
}

.sobre-hero__title {
    color: #FFFFFF;
    font-family: var(--Font-Family-Heading-Heavy);
    font-size: 3.5rem;
    line-height: 4.1875rem;
    letter-spacing: -0.0625rem;
    font-weight: 400;
}

.sobre-hero__subtitle {
    color: #FFFFFF;
    font-family: var(--Font-Family-Label);
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: 500;
}

/* ===========================
   Intro (20 anos)
   =========================== */
.sobre-intro {
    background: #FFFFFF;
    padding: 5rem 80px;
    display: flex;
    justify-content: center;
}

.sobre-intro__inner {
    display: flex;
    flex-direction: row;
    gap: 7.0625rem;
    align-items: flex-start;
    max-width: 80rem;
    width: 100%;
}

.sobre-intro__text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 40.4375rem;
}

.sobre-intro__title {
    color: #0B1641;
    font-family: 'NexaXBold', 'Nexa XBold', sans-serif;
    font-size: 2.875rem;
    line-height: 3.105rem;
    letter-spacing: -0.0625rem;
    font-weight: 400;
}

.sobre-intro__highlight {
    color: #0067CC;
}

.sobre-intro__description {
    color: #4B4C52;
    font-family: var(--Font-Family-Label);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
}

.sobre-intro__image-placeholder {
    width: 24.72rem;
    height: 18.86rem;
    flex-shrink: 0;
    border-radius: 1rem;
}

/* ===========================
   O que acreditamos
   =========================== */
.sobre-belief {
    padding: 7.5rem 80px;
    display: flex;
    justify-content: center;
}

.sobre-belief__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 80rem;
    width: 100%;
}

.sobre-belief__text {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
    max-width: 37rem;
}

.sobre-belief__title {
    color: #0B1641;
    font-family: 'NexaXBold', 'Nexa XBold', sans-serif;
    font-size: 2.875rem;
    line-height: 3.105rem;
    letter-spacing: -0.0625rem;
    font-weight: 400;
}

.sobre-belief__description {
    color: #3C3C3E;
    font-family: var(--Font-Family-Label);
    font-size: 1.1875rem;
    line-height: 1.84rem;
    font-weight: 500;
}

.sobre-belief__image {
    width: 359px;
    height: 328px;
    flex-shrink: 0;
    border-radius: 1.5rem;
    object-fit: cover;
}

/* ===========================
   Diferenciais
   =========================== */
.sobre-diff {
    background: #FFFFFF;
    padding: 7.5rem 80px;
    display: flex;
    justify-content: center;
}

.sobre-diff__inner {
    max-width: 80rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.75rem;
}

.sobre-diff__header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 42.5rem;
}

.sobre-diff__title {
    color: #0B1641;
    font-family: 'NexaXBold', 'Nexa XBold', sans-serif;
    font-size: 2.875rem;
    line-height: 3.105rem;
    letter-spacing: -0.0625rem;
    font-weight: 400;
}

.sobre-diff__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.sobre-diff__card {
    background: #FFFFFF;
    border-radius: 1rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
    min-height: 12.5rem;
    box-shadow: 1px 2px 12px 2px rgba(224, 224, 225, 1);
}

.sobre-diff__card-icon {
    background: #0067CC;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
}

.sobre-diff__card-title {
    color: #0B1641;
    font-family: 'NexaBold', 'Nexa Bold', sans-serif;
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: -0.03125rem;
    font-weight: 700;
}

.sobre-diff__card-text {
    color: #4B4C52;
    font-family: var(--Font-Family-Label);
    font-size: 0.9375rem;
    line-height: 1.40625rem;
    font-weight: 400;
}

/* ===========================
   Ecglobal + Stefanini
   =========================== */
.sobre-stefanini {
    padding: 7.5rem 80px;
    display: flex;
    justify-content: center;
}

.sobre-stefanini__inner {
    max-width: 80rem;
    width: 100%;
}

.sobre-stefanini__content {
    display: flex;
    flex-direction: row;
    gap: 11.5rem;
    align-items: flex-start;
}

.sobre-stefanini__text {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    max-width: 35.5rem;
}

.sobre-stefanini__header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.sobre-stefanini__title {
    color: #0B1641;
    font-family: 'NexaXBold', 'Nexa XBold', sans-serif;
    font-size: 2.875rem;
    line-height: 3.105rem;
    letter-spacing: -0.0625rem;
    font-weight: 400;
}

.sobre-stefanini__description {
    color: #3C3C3E;
    font-family: var(--Font-Family-Label);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
}

.sobre-stefanini__logos {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    padding-top: 7.1875rem;
}

.sobre-stefanini__logo {
    width: 25.5rem;
    height: auto;
}

.sobre-stefanini__connector {
    width: 3.29rem;
    height: 3.31rem;
}

/* ===========================
   Proof Points
   =========================== */
.sobre-proof {
    padding: 7.5rem 80px;
    display: flex;
    justify-content: center;
}

.sobre-proof__inner {
    max-width: 80rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.sobre-proof__header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 73rem;
}

.sobre-proof__title {
    color: #0B1641;
    font-family: var(--Font-Family-Heading-Heavy);
    font-size: 3rem;
    line-height: 3.625rem;
    letter-spacing: -0.0625rem;
    font-weight: 400;
}

.sobre-proof__description {
    color: #3C3C3E;
    font-family: var(--Font-Family-Label);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
}

.sobre-proof__image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center 21%;
    border-radius: 2rem;
}

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

.sobre-proof__stat {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.sobre-proof__stat-value {
    color: #0067CC;
    font-family: var(--Font-Family-Heading-Heavy);
    font-size: 4.5rem;
    line-height: 5.375rem;
    letter-spacing: -0.09375rem;
    font-weight: 400;
}

.sobre-proof__stat-label {
    color: #3C3C3E;
    font-family: var(--Font-Family-Label);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
}

/* ===========================
   Tecnologia Aplicada
   =========================== */
.sobre-tech {
    padding: 6.5rem 80px;
    display: flex;
    justify-content: center;
}

.sobre-tech__inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 80rem;
    width: 100%;
}

.sobre-tech__text {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
    max-width: 37rem;
}

.sobre-tech__title {
    color: #0B1641;
    font-family: 'NexaXBold', 'Nexa XBold', sans-serif;
    font-size: 2.875rem;
    line-height: 3.105rem;
    letter-spacing: -0.0625rem;
    font-weight: 400;
}

.sobre-tech__description {
    color: #3C3C3E;
    font-family: var(--Font-Family-Label);
    font-size: 1.1875rem;
    line-height: 1.84rem;
    font-weight: 500;
}

.sobre-tech__image {
    width: 31.4375rem;
    height: 28.75rem;
    flex-shrink: 0;
    border-radius: 1.5rem;
    object-fit: cover;
}

/* ===========================
   Segmentos
   =========================== */
.sobre-segments {
    padding: 7.5rem 80px;
    display: flex;
    justify-content: center;
}

.sobre-segments__inner {
    max-width: 80rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
}

.sobre-segments__header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-self: stretch;
}

.sobre-segments__title {
    color: #0B1641;
    font-family: var(--Font-Family-Heading-Heavy);
    font-size: 3rem;
    line-height: 3.625rem;
    letter-spacing: -0.0625rem;
    font-weight: 400;
}

.sobre-segments__subtitle {
    color: #4B4C52;
    font-family: var(--Font-Family-Label);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
}

.sobre-segments__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

.sobre-segments__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    width: 100%;
    max-width: 80rem;
    padding-top: 2rem;
    align-items: center;
}

/* ===========================
   CTA
   =========================== */
.sobre-cta {
    background: #FFFFFF;
    padding: 6rem 2.5rem 0;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 37.8125rem;
}

.sobre-cta__inner {
    max-width: 80rem;
    width: 100%;
    position: relative;
}

.sobre-cta__wave {
    position: absolute;
    right: -2rem;
    top: 2.375rem;
    width: 48rem;
    height: auto;
}

.sobre-cta__text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 40.4375rem;
}

.sobre-cta__title {
    color: #0B1641;
    font-family: 'NexaXBold', 'Nexa XBold', sans-serif;
    font-size: 2.875rem;
    line-height: 3.105rem;
    letter-spacing: -0.0625rem;
    font-weight: 400;
}

.sobre-cta__subtitle {
    color: #4B4C52;
    font-family: var(--Font-Family-Label);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
}

/* Footer rounded variant for sobre */
.footer--rounded {
    border-radius: 1.5rem;
    margin: 1rem;
}

/* ===========================
   Conteúdos relacionados
   =========================== */
/* v2 */
.sobre-content {
    display: none;
}

.sobre-content__inner {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
    max-width: 91.5rem;
}

.sobre-content__title {
    color: #0B1641;
    font-family: var(--Font-Family-Heading-Heavy);
    font-size: 3rem;
    line-height: 120%;
    letter-spacing: -0.02em;
    font-weight: 400;
    padding: 0 5rem;
}

.sobre-content__title-highlight {
    color: #0067CC;
}

/* Override linkedin card text color for white background */
.sobre-content .linkedin__card-text {
    color: #141415;
}

.sobre-content .linkedin__card-meta {
    color: #8D8E91;
}

.sobre-content .linkedin__feed::before {
    background: linear-gradient(90deg, #FFFFFF 0%, transparent 100%);
}

.sobre-content .linkedin__feed::after {
    background: linear-gradient(270deg, #FFFFFF 0%, transparent 100%);
}

/* ===========================
   Sobre – Page-specific responsive overrides
   =========================== */
@media (max-width: 1200px) {
    .sobre-diff__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sobre-segments__grid {
        grid-template-columns: repeat(3, 1fr);
    }

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

    .sobre-stefanini__content {
        flex-direction: column;
        gap: 3rem;
    }

    .sobre-intro__inner {
        flex-direction: column;
        gap: 2.5rem;
    }

    .sobre-belief__inner {
        flex-direction: column;
        gap: 2.5rem;
    }

    .sobre-tech__inner {
        flex-direction: column;
        gap: 2.5rem;
    }
}

@media (max-width: 767px) {
    /* -- Hero -- */
    .sobre-hero {
        justify-content: flex-end;
        height: auto;
        min-height: 24rem;
        padding: 2rem 16px;
    }

    .sobre-hero__title {
        font-size: 1.75rem;
        line-height: 2.125rem;
    }

    .sobre-hero__subtitle {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .sobre-hero__copy {
        max-width: 100%;
    }

    /* -- Intro -- */
    .sobre-intro {
        padding: 3rem 16px;
    }

    .sobre-intro__inner {
        flex-direction: column;
        gap: 2rem;
    }

    .sobre-intro__text {
        max-width: 100%;
    }

    .sobre-intro__title {
        font-size: 1.625rem;
        line-height: 2rem;
    }

    .sobre-intro__description {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .sobre-intro__image-placeholder {
        width: 100%;
        height: auto;
    }

    /* -- Belief -- */
    .sobre-belief {
        padding: 3rem 16px;
    }

    .sobre-belief__inner {
        flex-direction: column;
        gap: 2rem;
    }

    .sobre-belief__text {
        max-width: 100%;
    }

    .sobre-belief__title {
        font-size: 1.625rem;
        line-height: 2rem;
    }

    .sobre-belief__description {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .sobre-belief__image {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    /* Remove forced <br> on mobile */
    .sobre-belief__title br,
    .sobre-belief__description br,
    .sobre-stefanini__description br {
        display: none;
    }

    /* -- Diferenciais -- */
    .sobre-diff {
        padding: 3rem 16px;
    }

    .sobre-diff__title {
        font-size: 1.625rem;
        line-height: 2rem;
    }

    .sobre-diff__grid {
        grid-template-columns: 1fr;
    }

    .sobre-diff__card {
        min-height: auto;
    }

    /* -- Stefanini -- */
    .sobre-stefanini {
        padding: 3rem 16px;
    }

    .sobre-stefanini__content {
        flex-direction: column;
        gap: 2rem;
    }

    .sobre-stefanini__text {
        max-width: 100%;
        gap: 2rem;
    }

    .sobre-stefanini__title {
        font-size: 1.625rem;
        line-height: 2rem;
    }

    .sobre-stefanini__description {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .sobre-stefanini__logos {
        flex-direction: column;
        align-items: center;
        padding-top: 0;
    }

    .sobre-stefanini__logo {
        width: 12rem;
        height: auto;
    }

    .sobre-stefanini__connector {
        width: 2rem;
        height: 2rem;
    }

    /* -- Proof Points -- */
    .sobre-proof {
        padding: 3rem 16px;
    }

    .sobre-proof__title {
        font-size: 1.625rem;
        line-height: 2rem;
    }

    .sobre-proof__description {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .sobre-proof__image {
        height: 200px;
        border-radius: 1rem;
    }

    .sobre-proof__stats {
        grid-template-columns: 1fr;
    }

    .sobre-proof__stat-value {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .sobre-proof__stat-label {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    /* -- Tecnologia Aplicada -- */
    .sobre-tech {
        padding: 3rem 16px;
    }

    .sobre-tech__inner {
        flex-direction: column;
        gap: 2rem;
    }

    .sobre-tech__text {
        max-width: 100%;
    }

    .sobre-tech__title {
        font-size: 1.625rem;
        line-height: 2rem;
    }

    .sobre-tech__description {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .sobre-tech__image {
        width: 100%;
        height: auto;
    }

    /* -- Segmentos -- */
    .sobre-segments {
        padding: 3rem 16px;
    }

    .sobre-segments__title {
        font-size: 1.625rem;
        line-height: 2rem;
    }

    .sobre-segments__subtitle {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .sobre-segments__grid {
        grid-template-columns: 1fr;
    }

    .sobre-segments__logos {
        gap: 1.5rem;
    }

    /* -- CTA -- */
    .sobre-cta {
        height: auto;
        min-height: auto;
        padding: 2.5rem 16px 0;
    }

    .sobre-cta__title {
        font-size: 1.625rem;
        line-height: 2rem;
    }

    .sobre-cta__subtitle {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .sobre-cta__wave {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        margin-top: 2rem;
    }

    /* -- Footer rounded -- */
    .footer--rounded {
        margin: 0.5rem;
    }
}
