/* ===================================================
   NOSSA EMPRESA – layout editorial (sem hero)
   =================================================== */

/* ── INTRO EDITORIAL ─────────────────────────────── */
.nepg-intro {
    background: #f5f5f5;
    padding: 60px 0;
}

.nepg-intro__grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 52px;
    align-items: center;
}

.nepg-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 126, 0, .1);
    border: 1px solid rgba(255, 126, 0, .3);
    color: var(--cor-site-1);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 6px;
    margin-bottom: 24px;
}

.nepg-intro__h1 {
    font-size: clamp(30px, 4.5vw, 52px);
    font-weight: 900;
    color: var(--cor-site-2);
    line-height: 1.1;
    margin: 0 0 22px;
}

.nepg-intro__destaque {
    color: var(--cor-site-1);
    display: block;
}

.nepg-intro__lead {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin: 0;
    max-width: 520px;
}

/* Caixa de info (coluna direita) */
.nepg-infobox {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    overflow: hidden;
}

.nepg-infobox__item {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.nepg-infobox__sep {
    height: 1px;
    background: #d4d4d4;
}

.nepg-infobox__label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #888;
}

.nepg-infobox__val {
    font-size: 17px;
    font-weight: 800;
    color: var(--cor-site-2);
}

.nepg-infobox__selos {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.nepg-infobox__selos span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 999px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    color: var(--cor-site-2);
}

.nepg-infobox__selos span i {
    color: var(--cor-site-1);
    font-size: 11px;
}

/* ── QUEM SOMOS ──────────────────────────────────── */
.nepg-sobre {
    background: #fff;
    padding: 60px 0;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
}

.nepg-sobre__grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 52px;
    align-items: start;
}

.nepg-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    padding: 5px 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--cor-site-1);
    margin-bottom: 18px;
}

.nepg-sobre__h2 {
    font-size: clamp(22px, 2.5vw, 30px);
    font-weight: 800;
    color: var(--cor-site-2);
    margin: 0 0 24px;
    line-height: 1.2;
}

.nepg-sobre__texto {
    font-size: 15.5px;
    line-height: 1.8;
    color: #444;
    margin: 0 0 16px;
}

.nepg-sobre__texto:last-of-type {
    margin-bottom: 0;
}

/* Card aside */
.nepg-sobre__destaque {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-top: 3px solid var(--cor-site-1);
    border-radius: 10px;
    padding: 28px 24px;
    position: sticky;
    top: 24px;
}

.nepg-sobre__frase {
    font-size: 16px;
    font-weight: 700;
    color: var(--cor-site-2);
    line-height: 1.65;
    margin: 0 0 24px;
    font-style: italic;
}

.nepg-sobre__nums {
    display: flex;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #d4d4d4;
}

.nepg-sobre__num {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 16px;
}

.nepg-sobre__num:first-child {
    padding-left: 0;
}

.nepg-sobre__num strong {
    font-size: 28px;
    font-weight: 900;
    color: var(--cor-site-1);
    line-height: 1;
}

.nepg-sobre__num span {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.nepg-sobre__num-sep {
    width: 1px;
    height: 40px;
    background: #d4d4d4;
    flex-shrink: 0;
}

/* ── ÁREAS DE ATUAÇÃO ────────────────────────────── */
.nepg-areas {
    background: #f5f5f5;
    padding: 60px 0;
}

.footer-avancado.footer-v2 {
    margin-top: 0px !important;
}

.nepg-areas__header {
    margin-bottom: 40px;
}

.nepg-areas__h2 {
    font-size: clamp(22px, 2.8vw, 32px);
    font-weight: 800;
    color: var(--cor-site-2);
    margin: 0 0 10px;
    line-height: 1.2;
}

.nepg-areas__sub {
    font-size: 15px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.nepg-areas__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.nepg-area-card {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    padding: 28px 22px;
}

.nepg-area-card__icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 126, 0, .1);
    border: 1px solid rgba(255, 126, 0, .22);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--cor-site-1);
    margin-bottom: 18px;
}

.nepg-area-card__titulo {
    font-size: 15.5px;
    font-weight: 800;
    color: var(--cor-site-2);
    margin: 0 0 10px;
    line-height: 1.3;
}

.nepg-area-card__texto {
    font-size: 14px;
    line-height: 1.75;
    color: #555;
    margin: 0;
}

/* ── CTA FINAL ───────────────────────────────────── */
.nepg-cta {
    background: var(--cor-site-2);
    padding: 60px 0;
    border-bottom: 1px solid #494949;
}

.nepg-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.nepg-cta__tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--cor-site-1);
    background: rgba(255, 126, 0, .15);
    border: 1px solid rgba(255, 126, 0, .3);
    border-radius: 6px;
    padding: 5px 14px;
    margin-bottom: 12px;
}

.nepg-cta__h2 {
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 800;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.2;
}

.nepg-cta__sub {
    font-size: 15px;
    color: rgba(255, 255, 255, .6);
    margin: 0;
    line-height: 1.6;
    max-width: 480px;
}

.nepg-cta__acoes {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.nepg-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 26px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity .18s ease, transform .18s ease;
}

.nepg-cta__btn:hover, .nepg-cta__btn:focus {
    text-decoration: none;
    transform: translateY(-3px);
    opacity: .85;
}

.nepg-cta__btn--prim {
    background: #fff;
    color: var(--cor-site-2);
}

.nepg-cta__btn--wpp {
    background: #25d366;
    color: #fff;
}

/* ── RESPONSIVO ──────────────────────────────────── */
@media (max-width: 1024px) {
    .nepg-intro__grid {
        grid-template-columns: 1fr 300px;
        gap: 36px;
    }
}

@media (max-width: 900px) {
    .nepg-intro__grid,
    .nepg-sobre__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .nepg-sobre__destaque {
        position: static;
    }

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

    .nepg-cta__inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .nepg-intro,
    .nepg-sobre,
    .nepg-areas,
    .nepg-cta {
        padding: 48px 0;
    }

    .nepg-areas__grid {
        grid-template-columns: 1fr;
    }

    .nepg-cta__acoes {
        flex-direction: column;
        width: 100%;
    }

    .nepg-cta__btn {
        justify-content: center;
    }
}
