/* =========================================================
   NETSERVICE ANGOLA
   PÁGINA: SOBRE
========================================================= */


/* =========================================================
   01. HERO
========================================================= */

.about-hero {
    position: relative;

    min-height: 530px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background: var(--ns-blue);
}


.about-hero-image {
    position: absolute;
    inset: 0;

    background-image:
        url("../images/hero/hero-netservice.jpg");

    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}


.about-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(5, 27, 46, .99) 0%,
            rgba(5, 27, 46, .95) 38%,
            rgba(5, 27, 46, .72) 65%,
            rgba(5, 27, 46, .40) 100%
        );
}


.about-hero-inner {
    position: relative;

    z-index: 2;
}


.about-hero-content {
    width: min(680px, 61%);

    padding: 70px 0;
}


.about-breadcrumb {
    margin: 0 0 16px;

    color: var(--ns-green);

    font-size: 12px;
    font-weight: 800;

    letter-spacing: .16em;
}


.about-hero h1 {
    margin: 0;

    color: #ffffff;

    font-size:
        clamp(
            44px,
            4.3vw,
            62px
        );

    font-weight: 800;
    line-height: 1.01;
    letter-spacing: -.045em;
}


.about-hero-text {
    max-width: 600px;

    margin: 24px 0 0;

    color:
        rgba(
            255,
            255,
            255,
            .83
        );

    font-size: 16px;
    line-height: 1.65;
}


.about-hero-actions {
    display: flex;
    flex-wrap: wrap;

    gap: 12px;

    margin-top: 28px;
}


.about-button-primary,
.about-button-secondary {
    min-height: 46px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 20px;

    border-radius: 7px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;
}


.about-button-primary {
    background: var(--ns-green);

    color: #10200c;
}


.about-button-secondary {
    border:
        1px solid
        rgba(
            255,
            255,
            255,
            .42
        );

    color: #ffffff;
}



/* =========================================================
   TÍTULOS
========================================================= */

.about-company h2,
.about-section-heading h2,
.about-method h2,
.about-compliance h2 {
    max-width: 610px;

    margin: 0;

    color: var(--ns-blue);

    font-size:
        clamp(
            36px,
            3.3vw,
            48px
        );

    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -.04em;
}



/* =========================================================
   02. QUEM SOMOS
========================================================= */

.about-company {
    padding: 60px 0;

    background: #ffffff;
}


.about-company-grid {
    display: grid;

    grid-template-columns:
        .9fr 1.1fr;

    gap: 90px;
}


.about-company-copy p {
    margin: 0 0 15px;

    color: #65727d;

    font-size: 15px;
    line-height: 1.7;
}



/* =========================================================
   03. NÚMEROS
========================================================= */

.about-numbers {
    padding: 0 0 60px;

    background: #ffffff;
}


.about-numbers-grid {
    display: grid;

    grid-template-columns:
        repeat(
            4,
            minmax(0, 1fr)
        );

    overflow: hidden;

    border:
        1px solid #dfe5e8;

    border-radius: 10px;
}


.about-number {
    min-height: 150px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 24px;

    border-right:
        1px solid #dfe5e8;
}


.about-number:last-child {
    border-right: 0;
}


.about-number strong {
    color: var(--ns-blue);

    font-size: 34px;
    font-weight: 800;

    letter-spacing: -.035em;
}


.about-number span {
    margin-top: 7px;

    color: #65727d;

    font-size: 13px;
    line-height: 1.5;
}



/* =========================================================
   04. CAPACIDADES
========================================================= */

.about-capabilities {
    padding: 56px 0;

    background: #f5f7f8;
}


.about-section-heading {
    display: grid;

    grid-template-columns:
        1.1fr .7fr;

    gap: 70px;

    align-items: end;

    margin-bottom: 30px;
}


.about-section-heading > p {
    margin: 0;

    color: #65727d;

    font-size: 14px;
    line-height: 1.65;
}


.about-capabilities-grid {
    display: grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );

    gap: 12px;
}


.about-capability-card {
    min-height: 190px;

    padding: 24px;

    border:
        1px solid #dfe5e8;

    border-radius: 10px;

    background: #ffffff;
}


.about-capability-card span {
    color: var(--ns-green);

    font-size: 12px;
    font-weight: 800;
}


.about-capability-card h3 {
    margin: 24px 0 8px;

    color: var(--ns-blue);

    font-size: 18px;
    font-weight: 700;
}


.about-capability-card p {
    margin: 0;

    color: #65727d;

    font-size: 13px;
    line-height: 1.55;
}



/* =========================================================
   05. COMO TRABALHAMOS
========================================================= */

.about-method {
    padding: 56px 0;

    background: var(--ns-blue);

    color: #ffffff;
}


.about-method-grid {
    display: grid;

    grid-template-columns:
        .9fr 1.1fr;

    gap: 80px;
}


.about-method h2 {
    color: #ffffff;
}


.about-method-intro {
    max-width: 500px;

    margin: 16px 0 0;

    color:
        rgba(
            255,
            255,
            255,
            .70
        );

    font-size: 14px;
    line-height: 1.65;
}


.about-method-cards {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 10px;
}


.about-method-card {
    min-height: 155px;

    padding: 22px;

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            .16
        );

    border-radius: 9px;

    background:
        rgba(
            255,
            255,
            255,
            .04
        );
}


.about-method-card span {
    color: var(--ns-green);

    font-size: 11px;
    font-weight: 800;
}


.about-method-card h3 {
    margin: 18px 0 7px;

    color: #ffffff;

    font-size: 16px;
}


.about-method-card p {
    margin: 0;

    color:
        rgba(
            255,
            255,
            255,
            .67
        );

    font-size: 13px;
    line-height: 1.5;
}



/* =========================================================
   06. CONFORMIDADE / ISO
========================================================= */

.about-compliance {
    padding: 56px 0;

    background: #ffffff;
}


.about-compliance-grid {
    display: grid;

    grid-template-columns:
        .9fr 1.1fr;

    gap: 80px;

    align-items: center;
}


.about-compliance-grid
> div:first-child
> p:last-child {
    max-width: 500px;

    margin: 16px 0 0;

    color: #65727d;

    font-size: 14px;
    line-height: 1.65;
}


.about-iso-grid {
    display: grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );

    gap: 12px;
}


.about-iso-card {
    min-height: 190px;

    display: flex;
    flex-direction: column;

    padding: 24px;

    border:
        1px solid #dfe5e8;

    border-radius: 10px;

    background: #f5f7f8;
}


.about-iso-card span {
    color: var(--ns-green);

    font-size: 12px;
    font-weight: 800;

    letter-spacing: .1em;
}


.about-iso-card strong {
    margin-top: 22px;

    color: var(--ns-blue);

    font-size: 34px;
    font-weight: 800;
}


.about-iso-card p {
    margin: auto 0 0;

    color: #65727d;

    font-size: 13px;
    line-height: 1.45;
}



/* =========================================================
   07. PRINCÍPIOS
========================================================= */

.about-principles {
    padding: 54px 0;

    background: #f5f7f8;
}


.about-principles-grid {
    display: grid;

    grid-template-columns:
        repeat(
            4,
            minmax(0, 1fr)
        );

    gap: 12px;
}


.about-principle {
    min-height: 190px;

    padding: 24px;

    border:
        1px solid #dfe5e8;

    border-radius: 10px;

    background: #ffffff;
}


.about-principle span {
    color: var(--ns-green);

    font-size: 11px;
    font-weight: 800;
}


.about-principle h3 {
    margin: 22px 0 8px;

    color: var(--ns-blue);

    font-size: 17px;
}


.about-principle p {
    margin: 0;

    color: #65727d;

    font-size: 13px;
    line-height: 1.55;
}



/* =========================================================
   08. SECTORES
========================================================= */

.about-sectors {
    padding: 54px 0;

    background: #ffffff;
}


.about-sector-list {
    display: grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );

    gap: 10px;
}


.about-sector-list div {
    min-height: 62px;

    display: flex;
    align-items: center;

    padding: 0 18px;

    border:
        1px solid #dfe5e8;

    border-radius: 8px;

    background: #f5f7f8;

    color: var(--ns-blue);

    font-size: 15px;
    font-weight: 700;
}


.about-sector-list div::before {
    content: "";

    width: 4px;
    height: 20px;

    margin-right: 12px;

    flex-shrink: 0;

    border-radius: 4px;

    background: var(--ns-green);
}



/* =========================================================
   09. CTA
========================================================= */

.about-contact {
    padding: 48px 0;

    background:
        var(
            --ns-green-dark,
            #1f5b3a
        );

    color: #ffffff;
}


.about-contact-grid {
    display: grid;

    grid-template-columns:
        1.2fr .8fr;

    gap: 70px;

    align-items: center;
}


.about-contact-label {
    margin: 0 0 10px;

    color:
        rgba(
            255,
            255,
            255,
            .72
        );

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .15em;
}


.about-contact h2 {
    margin: 0;

    color: #ffffff;

    font-size:
        clamp(
            34px,
            3.2vw,
            46px
        );

    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -.04em;
}


.about-contact-grid
> div
> p:last-child {
    max-width: 600px;

    margin: 15px 0 0;

    color:
        rgba(
            255,
            255,
            255,
            .78
        );

    font-size: 14px;
    line-height: 1.6;
}


.about-contact-actions {
    display: flex;

    justify-content: flex-end;
    align-items: center;

    flex-wrap: wrap;

    gap: 10px;
}


.about-contact-primary,
.about-contact-phone {
    min-height: 44px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 20px;

    border-radius: 7px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;
}


.about-contact-primary {
    background: #ffffff;

    color: var(--ns-blue);
}


.about-contact-phone {
    border:
        1px solid
        rgba(
            255,
            255,
            255,
            .45
        );

    color: #ffffff;
}



/* =========================================================
   10. TABLET
========================================================= */

@media (max-width: 900px) {

    .about-company-grid,
    .about-section-heading,
    .about-method-grid,
    .about-compliance-grid,
    .about-contact-grid {
        grid-template-columns: 1fr;
    }


    .about-numbers-grid {
        grid-template-columns:
            repeat(
                2,
                1fr
            );
    }


    .about-number:nth-child(2) {
        border-right: 0;
    }


    .about-number:nth-child(1),
    .about-number:nth-child(2) {
        border-bottom:
            1px solid #dfe5e8;
    }


    .about-capabilities-grid,
    .about-sector-list {
        grid-template-columns:
            repeat(
                2,
                1fr
            );
    }


    .about-principles-grid {
        grid-template-columns:
            repeat(
                2,
                1fr
            );
    }


    .about-contact-actions {
        justify-content: flex-start;
    }

}



/* =========================================================
   11. MOBILE
========================================================= */

@media (max-width: 700px) {

    .about-hero {
        min-height: 560px;
    }


    .about-hero-image {
        background-position: 67% center;
    }


    .about-hero-overlay {
        background:
            rgba(
                5,
                27,
                46,
                .86
            );
    }


    .about-hero-content {
        width: 100%;

        padding: 52px 0;
    }


    .about-hero h1 {
        font-size: 40px;
    }


    .about-company,
    .about-capabilities,
    .about-method,
    .about-compliance,
    .about-principles,
    .about-sectors {
        padding: 46px 0;
    }


    .about-numbers {
        padding:
            0 0 46px;
    }


    .about-numbers-grid,
    .about-capabilities-grid,
    .about-method-cards,
    .about-iso-grid,
    .about-principles-grid,
    .about-sector-list {
        grid-template-columns: 1fr;
    }


    .about-number,
    .about-number:nth-child(2) {
        border-right: 0;
        border-bottom:
            1px solid #dfe5e8;
    }


    .about-number:last-child {
        border-bottom: 0;
    }


    .about-contact {
        padding: 42px 0;
    }


    .about-contact-actions {
        flex-direction: column;

        align-items: stretch;
    }


    .about-contact-primary,
    .about-contact-phone {
        width: 100%;
    }

}



/* =========================================================
   12. MOBILE PEQUENO
========================================================= */

@media (max-width: 420px) {

    .about-hero h1 {
        font-size: 36px;
    }


    .about-company h2,
    .about-section-heading h2,
    .about-method h2,
    .about-compliance h2,
    .about-contact h2 {
        font-size: 31px;
    }

}