.empresa-page {
    --empresa-bg-soft: #f3f8fc;
    --empresa-bg-deep: #0f2f45;
    --empresa-primary: #1f6d9e;
    --empresa-primary-strong: #144f74;
    --empresa-text: #1d2f3d;
    --empresa-muted: #5f7485;
    --empresa-border: #d8e2ea;
    padding-bottom: 20px;
}

.empresa-hero {
    margin-top: 26px;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(130deg, #13344c 0%, #1a4a6b 52%, #23648f 100%);
    border: 1px solid #2d6f9e;
    box-shadow: 0 12px 30px rgba(10, 34, 50, 0.2);
}

.empresa-hero-copy {
    padding: 30px 28px 24px;
    color: #eef8ff;
}

.empresa-kicker {
    margin: 0 0 10px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.2px;
    font-size: 0.82em;
    color: #9dd4f4;
}

.empresa-hero-copy h1 {
    margin: 0 0 14px;
    color: #eef8ff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1.2;
    font-size: 2em;
}

.empresa-hero-copy p {
    margin: 0;
    max-width: 960px;
    color: #ddedf7;
    line-height: 1.62;
    font-size: 1.08em;
}

.empresa-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(198, 230, 248, 0.2);
    background: rgba(4, 22, 35, 0.24);
}

.empresa-hero-stats article {
    padding: 16px 18px 18px;
    border-right: 1px solid rgba(198, 230, 248, 0.2);
}

.empresa-hero-stats article:last-child {
    border-right: 0;
}

.empresa-hero-stats strong {
    display: block;
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    font-size: 1.28em;
    letter-spacing: 0.4px;
    margin-bottom: 3px;
}

.empresa-hero-stats span {
    color: #cce5f4;
    font-size: 0.96em;
}

.empresa-blocos {
    margin-top: 18px;
}

.empresa-card {
    background: #ffffff;
    border: 1px solid var(--empresa-border);
    border-radius: 12px;
    box-shadow: 0 7px 18px rgba(13, 36, 56, 0.07);
    padding: 24px 22px;
    margin-bottom: 18px;
}

.empresa-card h2 {
    margin: 0 0 14px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #143f5d;
    font-size: 1.5em;
}

.empresa-card p {
    margin: 0 0 14px;
    color: var(--empresa-text);
    line-height: 1.62;
    font-size: 1.05em;
}

.empresa-card p:last-child {
    margin-bottom: 0;
}

.empresa-card-highlight {
    background: linear-gradient(180deg, #f7fbff 0%, #eef6fc 100%);
    border-color: #cfe1ef;
}

.empresa-card-highlight ul {
    margin: 0 0 14px;
    padding-left: 18px;
    color: #1e3342;
    line-height: 1.55;
}

.empresa-card-highlight li {
    margin-bottom: 7px;
}

.empresa-link {
    display: inline-block;
    margin-top: 10px;
    background: var(--empresa-primary);
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 6px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.empresa-link:hover {
    background: var(--empresa-primary-strong);
}

.empresa-timeline {
    background: var(--empresa-bg-soft);
}

.empresa-timeline-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.empresa-timeline-grid article {
    border: 1px solid #d4e2ec;
    border-radius: 10px;
    padding: 14px 12px;
    background: #ffffff;
}

.empresa-timeline-grid h3 {
    margin: 0 0 8px;
    color: #1a5a82;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.4px;
    font-size: 1.16em;
}

.empresa-timeline-grid p {
    margin: 0;
    color: #32495b;
    font-size: 0.96em;
    line-height: 1.5;
}

@media screen and (max-width: 980px) {
    .empresa-hero-copy {
        padding: 24px 18px 20px;
    }

    .empresa-hero-copy h1 {
        font-size: 1.48em;
    }

    .empresa-hero-stats {
        grid-template-columns: 1fr;
    }

    .empresa-hero-stats article {
        border-right: 0;
        border-bottom: 1px solid rgba(198, 230, 248, 0.2);
    }

    .empresa-hero-stats article:last-child {
        border-bottom: 0;
    }

    .empresa-card {
        padding: 20px 16px;
    }

    .empresa-timeline-grid {
        grid-template-columns: 1fr;
    }
}
