/* ================================
   PÁGINA EMPRESA - MECH ENGENHARIA
   Parte 1 - Hero, Quem Somos e MVV
================================ */

/* HERO */

.empresa-hero {
    min-height: 720px;
    background:
        linear-gradient(
            90deg,
            rgba(3, 9, 20, 0.96) 0%,
            rgba(3, 9, 20, 0.82) 45%,
            rgba(3, 9, 20, 0.35) 100%
        ),
        url('/static/img/empresa-banner.jpg');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.empresa-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 25% 50%, rgba(0,168,255,.18), transparent 35%),
        linear-gradient(to bottom, transparent 70%, rgba(3,9,20,.55));
    pointer-events: none;
}

.empresa-hero-content {
    position: relative;
    z-index: 2;
    max-width: 780px;
}

.empresa-hero .tag {
    color: #00A8FF;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.empresa-hero h1 {
    font-size: 4.5rem;
    line-height: 1.05;
    font-weight: 900;
    margin: 22px 0 28px;
    max-width: 850px;
}

.empresa-hero p {
    max-width: 720px;
    font-size: 1.22rem;
    line-height: 1.8;
    color: #dce8f5;
    margin-bottom: 36px;
}

/* QUEM SOMOS */

.empresa-sobre {
    padding: 110px 0;
    background:
        radial-gradient(circle at top left, rgba(0,168,255,.10), transparent 32%),
        #f4f8fc;
}

.empresa-sobre-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 70px;
    align-items: center;
}

.section-label {
    display: inline-block;
    color: #00A8FF;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.empresa-sobre-text h2 {
    font-size: 3rem;
    line-height: 1.15;
    color: #071827;
    margin-bottom: 26px;
}

.empresa-sobre-text p {
    color: #52606d;
    font-size: 1.08rem;
    line-height: 1.9;
    margin-bottom: 22px;
}

.empresa-sobre-card {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(3,9,20,.96), rgba(7,24,39,.92)),
        url('/static/img/empresa-banner.jpg');
    background-size: cover;
    background-position: center;
    padding: 45px;
    border-radius: 26px;
    color: #fff;
    box-shadow: 0 28px 70px rgba(0,0,0,.22);
}

.empresa-sobre-card::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    right: -70px;
    top: -70px;
    background: rgba(0,168,255,.18);
    border-radius: 50%;
}

.empresa-sobre-card h3 {
    position: relative;
    z-index: 2;
    font-size: 1.8rem;
    line-height: 1.25;
    margin-bottom: 22px;
}

.empresa-sobre-card p {
    position: relative;
    z-index: 2;
    color: #dce8f5;
    line-height: 1.8;
    font-size: 1.05rem;
}

/* MISSÃO, VISÃO E VALORES */

.empresa-mvv {
    padding: 110px 0;
    background: #fff;
}

.empresa-mvv .section-title {
    margin-bottom: 58px;
}

.empresa-mvv .section-title h2 {
    color: #071827;
    font-size: 2.8rem;
}

.mvv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.mvv-card {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    padding: 38px 32px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
    border: 1px solid rgba(0,0,0,.05);
    transition: .35s ease;
}

.mvv-card::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    right: -70px;
    top: -70px;
    background: rgba(0,168,255,.12);
    border-radius: 50%;
    transition: .35s ease;
}

.mvv-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 75px rgba(0,0,0,.14);
}

.mvv-card:hover::before {
    width: 240px;
    height: 240px;
    background: rgba(0,168,255,.18);
}

.mvv-icon {
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, #00A8FF, #0077cc);
    color: #fff;
    font-size: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    box-shadow: 0 14px 32px rgba(0,168,255,.35);
}

.mvv-card h3 {
    position: relative;
    z-index: 2;
    color: #071827;
    font-size: 1.55rem;
    margin-bottom: 18px;
}

.mvv-card p {
    position: relative;
    z-index: 2;
    color: #5f6f80;
    line-height: 1.8;
    font-size: 1.02rem;
}

/* PEQUENOS AJUSTES GERAIS */

.empresa-hero .hero-buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.empresa-hero .btn-primary,
.empresa-hero .btn-secondary {
    position: relative;
    z-index: 2;
}

/* ================================
   Parte 2 - Diferenciais e Atuação
================================ */

/* DIFERENCIAIS */

.empresa-diferenciais {
    padding: 110px 0;
    background:
        linear-gradient(135deg, #071827 0%, #030914 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.empresa-diferenciais::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -160px;
    top: -160px;
    background: rgba(0,168,255,.16);
    border-radius: 50%;
}

.empresa-diferenciais-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.empresa-diferenciais h2 {
    font-size: 3rem;
    line-height: 1.15;
    margin-bottom: 24px;
    color: #fff;
}

.empresa-diferenciais p {
    color: #dce8f5;
    line-height: 1.85;
    font-size: 1.08rem;
}

.diferenciais-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.diferenciais-list div {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.13);
    padding: 24px 24px;
    border-radius: 18px;
    color: #fff;
    font-weight: 800;
    box-shadow: 0 18px 45px rgba(0,0,0,.16);
    transition: .35s ease;
}

.diferenciais-list div::before {
    content: "✓";
    color: #00A8FF;
    font-weight: 900;
    margin-right: 10px;
}

.diferenciais-list div:hover {
    transform: translateY(-8px);
    background: rgba(0,168,255,.13);
    border-color: rgba(0,168,255,.35);
}

/* ÁREAS DE ATUAÇÃO */

.empresa-atuacao {
    padding: 110px 0;
    background:
        radial-gradient(circle at top left, rgba(0,168,255,.12), transparent 32%),
        #f4f8fc;
}

.empresa-atuacao .section-title {
    margin-bottom: 58px;
}

.empresa-atuacao .section-title h2 {
    font-size: 2.8rem;
    color: #071827;
}

.atuacao-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.atuacao-card {
    position: relative;
    overflow: hidden;
    min-height: 290px;
    padding: 36px 30px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
    border: 1px solid rgba(0,0,0,.05);
    transition: .35s ease;
}

.atuacao-card::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    right: -60px;
    top: -60px;
    border-radius: 50%;
    background: rgba(0,168,255,.12);
    transition: .35s ease;
}

.atuacao-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 75px rgba(0,0,0,.15);
}

.atuacao-card:hover::before {
    width: 240px;
    height: 240px;
    background: rgba(0,168,255,.18);
}

.atuacao-card > div {
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, #00A8FF, #0077cc);
    color: #fff;
    font-size: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    box-shadow: 0 14px 32px rgba(0,168,255,.35);
}

.atuacao-card h3 {
    position: relative;
    z-index: 2;
    color: #071827;
    font-size: 1.45rem;
    margin-bottom: 16px;
}

.atuacao-card p {
    position: relative;
    z-index: 2;
    color: #5f6f80;
    line-height: 1.8;
}

/* VARIAÇÃO PREMIUM NO HOVER */

.atuacao-card:nth-child(1):hover,
.atuacao-card:nth-child(2):hover,
.atuacao-card:nth-child(3):hover {
    border-color: rgba(0,168,255,.28);
}

.atuacao-card:nth-child(4),
.atuacao-card:nth-child(5),
.atuacao-card:nth-child(6) {
    background:
        linear-gradient(180deg, #fff 0%, #f9fcff 100%);
}

/* AJUSTE DE TÍTULOS */

.empresa-diferenciais .section-label,
.empresa-atuacao .section-label {
    color: #00A8FF;
}

/* ================================
   Parte 3 - Timeline, CTA e Responsivo
================================ */

/* TIMELINE */

.empresa-timeline {
    padding: 110px 0;
    background: #fff;
}

.empresa-timeline .section-title {
    margin-bottom: 60px;
}

.empresa-timeline .section-title h2 {
    font-size: 2.8rem;
    color: #071827;
}

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.timeline-item {
    position: relative;
    overflow: hidden;
    background: #f4f8fc;
    padding: 34px 30px;
    border-radius: 22px;
    border-left: 5px solid #00A8FF;
    box-shadow: 0 16px 40px rgba(0,0,0,.07);
    transition: .35s ease;
}

.timeline-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 65px rgba(0,0,0,.13);
}

.timeline-item span {
    display: block;
    color: #00A8FF;
    font-size: 2.4rem;
    font-weight: 900;
    margin-bottom: 18px;
}

.timeline-item h3 {
    color: #071827;
    font-size: 1.35rem;
    margin-bottom: 14px;
}

.timeline-item p {
    color: #5f6f80;
    line-height: 1.75;
}

/* CTA FINAL */

.empresa-cta {
    padding: 115px 0;
    background:
        linear-gradient(
            90deg,
            rgba(3,9,20,.96),
            rgba(3,9,20,.78)
        ),
        url('/static/img/empresa-banner.jpg');
    background-size: cover;
    background-position: center;
    text-align: left;
    color: #fff;
}

.empresa-cta h2 {
    max-width: 780px;
    font-size: 3.3rem;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 20px;
}

.empresa-cta p {
    max-width: 720px;
    color: #dce8f5;
    line-height: 1.8;
    margin-bottom: 34px;
}

.empresa-cta .section-label {
    color: #00A8FF;
}

/* RESPONSIVO */

@media (max-width: 1180px) {
    .atuacao-grid,
    .timeline-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .empresa-hero h1 {
        font-size: 3.7rem;
    }
}

@media (max-width: 992px) {
    .empresa-sobre-grid,
    .empresa-diferenciais-grid {
        grid-template-columns: 1fr;
    }

    .mvv-grid {
        grid-template-columns: 1fr;
    }

    .empresa-sobre-text h2,
    .empresa-diferenciais h2,
    .empresa-cta h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 700px) {
    .empresa-hero {
        min-height: 620px;
        text-align: center;
        background-position: center;
    }

    .empresa-hero h1 {
        font-size: 2.45rem;
    }

    .empresa-hero p {
        font-size: 1rem;
    }

    .empresa-hero .hero-buttons {
        justify-content: center;
    }

    .diferenciais-list,
    .atuacao-grid,
    .timeline-grid {
        grid-template-columns: 1fr;
    }

    .empresa-sobre,
    .empresa-mvv,
    .empresa-diferenciais,
    .empresa-atuacao,
    .empresa-timeline,
    .empresa-cta {
        padding: 75px 0;
    }

    .empresa-sobre-card {
        padding: 32px;
    }

    .empresa-sobre-text h2,
    .empresa-mvv .section-title h2,
    .empresa-atuacao .section-title h2,
    .empresa-timeline .section-title h2,
    .empresa-diferenciais h2,
    .empresa-cta h2 {
        font-size: 2.1rem;
    }
}

.navbar .logo {
    display: flex !important;
    align-items: center !important;
    height: 70px !important;
    overflow: hidden !important;
}

.navbar .logo a {
    display: flex !important;
    align-items: center !important;
    height: 70px !important;
}

.navbar .logo img {
    display: block !important;
    height: 62px !important;
    max-height: 62px !important;
    width: auto !important;
    max-width: 180px !important;
    object-fit: contain !important;
}

.navbar .logo {
    display: flex !important;
    align-items: center !important;
    height: 70px !important;
    overflow: hidden !important;
}

.navbar .logo a {
    display: flex !important;
    align-items: center !important;
    height: 70px !important;
}

.navbar .logo img {
    display: block !important;
    height: 62px !important;
    max-height: 62px !important;
    width: auto !important;
    max-width: 180px !important;
    object-fit: contain !important;
}