/* =====================================================
   OTAO BRASIL
   PÁGINA SOBRE
===================================================== */


/* =====================================================
   HERO
===================================================== */

.about-hero {
    background: #071522;
    color: #ffffff;
    padding: 120px 0 110px;
}

.about-hero__content {
    max-width: 1100px;
}

.about-hero .section-eyebrow {
    color: #0875d1;
}

.about-hero h1 {
    margin-top: 28px;
    max-width: 1100px;
    color: #ffffff !important;
    font-size: clamp(52px, 6vw, 88px);
    line-height: 1.04;
    letter-spacing: -0.045em;
    font-weight: 700;
}

.about-hero p {
    max-width: 980px;
    margin-top: 34px;
    font-size: 21px;
    line-height: 1.65;
    color: #d7e0e8;
}


/* =====================================================
   QUEM SOMOS
===================================================== */

.about-intro {
    background: #ffffff;
    padding: 120px 0;
}

.about-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: start;
}

.about-intro__heading h2 {
    margin-top: 24px;
    max-width: 700px;
    font-size: clamp(42px, 4.5vw, 68px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.about-intro__text {
    padding-top: 55px;
}

.about-intro__text p {
    margin-bottom: 26px;
    font-size: 19px;
    line-height: 1.7;
    color: #526170;
}

.about-intro__text p:last-child {
    margin-bottom: 0;
}


/* =====================================================
   TRAJETÓRIA
===================================================== */

.about-timeline {
    background: #f5f7f9;
    padding: 120px 0;
}

.about-section-heading {
    max-width: 850px;
    margin-bottom: 70px;
}

.about-section-heading h2 {
    margin-top: 22px;
    font-size: clamp(44px, 5vw, 72px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.about-section-heading p {
    max-width: 760px;
    margin-top: 25px;
    font-size: 19px;
    line-height: 1.7;
    color: #5d6975;
}

.about-timeline__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.about-timeline__item {
    min-height: 320px;
    padding: 34px;
    background: #ffffff;
    border: 1px solid #e0e4e8;
    border-radius: 18px;
}

.about-timeline__item > span {
    display: block;
    margin-bottom: 48px;
    color: #086cc0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.about-timeline__item strong {
    display: block;
    margin-bottom: 18px;
    font-size: 22px;
}

.about-timeline__item h3 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.2;
}

.about-timeline__item p {
    color: #5d6975;
    font-size: 17px;
    line-height: 1.65;
}


/* =====================================================
   ESTRUTURA
===================================================== */

.about-structure {
    background: #ffffff;
    padding: 120px 0;
}

.about-structure__grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 90px;
    align-items: start;
}

.about-structure__content h2 {
    margin-top: 22px;
    max-width: 600px;
    font-size: clamp(44px, 5vw, 70px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.about-structure__content p {
    max-width: 560px;
    margin-top: 28px;
    color: #5d6975;
    font-size: 19px;
    line-height: 1.7;
}

.about-structure__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.about-card {
    min-height: 230px;
    padding: 32px;
    border: 1px solid #dfe3e7;
    border-radius: 18px;
    background: #ffffff;
}

.about-card > span {
    display: block;
    margin-bottom: 38px;
    color: #086cc0;
    font-size: 15px;
    font-weight: 700;
}

.about-card h3 {
    margin-bottom: 14px;
    font-size: 23px;
}

.about-card p {
    color: #5d6975;
    font-size: 16px;
    line-height: 1.6;
}


/* =====================================================
   DIFERENCIAIS
===================================================== */

.about-differentials {
    background: #f5f7f9;
    padding: 120px 0;
}

.about-section-heading--center {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.about-section-heading--center p {
    margin-left: auto;
    margin-right: auto;
}

.about-differentials__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.about-differential {
    min-height: 270px;
    padding: 34px;
    background: #ffffff;
    border: 1px solid #e0e4e8;
    border-radius: 18px;
}

.about-differential > span {
    display: block;
    margin-bottom: 48px;
    color: #086cc0;
    font-size: 15px;
    font-weight: 700;
}

.about-differential h3 {
    margin-bottom: 16px;
    font-size: 24px;
}

.about-differential p {
    color: #5d6975;
    font-size: 16px;
    line-height: 1.65;
}


/* =====================================================
   REGIÕES
===================================================== */

.about-regions {
    background: #ffffff;
    padding: 120px 0;
}

.about-regions__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.about-regions__grid h2 {
    margin-top: 22px;
    max-width: 650px;
    font-size: clamp(44px, 5vw, 70px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.about-regions__grid p {
    max-width: 600px;
    margin-top: 28px;
    color: #5d6975;
    font-size: 19px;
    line-height: 1.7;
}

.about-regions__list {
    border-top: 1px solid #dfe3e7;
}

.about-regions__list div {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 24px 0;
    border-bottom: 1px solid #dfe3e7;
}

.about-regions__list span {
    width: 32px;
    color: #086cc0;
    font-size: 14px;
    font-weight: 700;
}

.about-regions__list strong {
    font-size: 19px;
}


/* =====================================================
   CTA
===================================================== */

.about-cta {
    background: #071522;
    color: #ffffff;
    padding: 100px 0;
}

.about-cta__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}

.about-cta__content > div {
    max-width: 850px;
}

.about-cta .section-eyebrow {
    color: #0875d1;
}

.about-cta h2 {
    margin-top: 22px;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.about-cta p {
    max-width: 700px;
    margin-top: 24px;
    color: #d7e0e8;
    font-size: 18px;
    line-height: 1.7;
}


/* =====================================================
   RESPONSIVO
===================================================== */

@media (max-width: 1100px) {

    .about-timeline__grid,
    .about-differentials__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-intro__grid,
    .about-structure__grid,
    .about-regions__grid {
        gap: 60px;
    }

}


@media (max-width: 800px) {

    .about-hero {
        padding: 80px 0;
    }

    .about-hero h1 {
        font-size: 48px;
    }

    .about-hero p {
        font-size: 18px;
    }

    .about-intro,
    .about-timeline,
    .about-structure,
    .about-differentials,
    .about-regions {
        padding: 80px 0;
    }

    .about-intro__grid,
    .about-structure__grid,
    .about-regions__grid {
        grid-template-columns: 1fr;
    }

    .about-intro__text {
        padding-top: 0;
    }

    .about-timeline__grid,
    .about-differentials__grid,
    .about-structure__cards {
        grid-template-columns: 1fr;
    }

    .about-section-heading {
        margin-bottom: 45px;
    }

    .about-cta__content {
        flex-direction: column;
        align-items: flex-start;
    }

}


@media (max-width: 520px) {

    .about-hero h1 {
        font-size: 40px;
    }

    .about-section-heading h2,
    .about-intro__heading h2,
    .about-structure__content h2,
    .about-regions__grid h2,
    .about-cta h2 {
        font-size: 38px;
    }

    .about-timeline__item,
    .about-card,
    .about-differential {
        padding: 28px;
    }

}
/* =====================================================
   CTA — PÁGINA SOBRE
===================================================== */

.about-cta h2,
.about-cta h3 {
    color: #ffffff !important;
}

.about-cta p {
    color: #d7e0e8 !important;
}

.about-cta a {
    color: #ffffff !important;
}
/* =====================================================
   CTA — BOTÃO PADRONIZADO
===================================================== */

.about-cta a,
.about-cta .btn,
.about-cta .button,
.about-cta .cta-button {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 280px;
    min-height: 72px;

    padding: 0 28px;

    background: #006fc9 !important;
    color: #ffffff !important;

    border: 1px solid #006fc9 !important;
    border-radius: 8px;

    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;

    text-align: center;
    text-decoration: none;

    box-sizing: border-box;

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}


.about-cta a:hover,
.about-cta .btn:hover,
.about-cta .button:hover,
.about-cta .cta-button:hover {

    background: #005eaa !important;
    border-color: #005eaa !important;
    color: #ffffff !important;

    transform: translateY(-2px);
}