/* HERO SECTION */
.hero {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 110px);
    background-image: url("../imagens/background_main.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 40px 20px;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(7, 24, 44, 0.72), rgba(7, 24, 44, 0.6));
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 950px;
    padding: 20px;
    color: white;
}

.hero-tag {
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-content h1 {
    font-size: 58px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 20px;
}

.hero-content p {
    max-width: 760px;
    margin: 0 auto 32px;
    font-size: 21px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
}

.hero-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-block;
    padding: 15px 30px;
    background: #00B4D8;
    color: white;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.hero-btn:hover {
    background: #0096c7;
    transform: translateY(-2px);
}

.secondary-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.secondary-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
}

/* GENERAL SECTIONS */
.section {
    padding: 90px 20px;
    background: #ffffff;
}

.light-section {
    background: #f5f8fc;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-heading {
    margin-bottom: 50px;
}

.section-heading.center {
    text-align: center;
}

.section-label {
    display: inline-block;
    margin-bottom: 14px;
    color: #0b4da2;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.section-label.light {
    color: #8fdfff;
}

.section-heading h2 {
    font-size: 40px;
    line-height: 1.25;
    color: #0a2340;
    margin-bottom: 16px;
}

.section-heading p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
    color: #506174;
}

/* ABOUT */
.about-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 32px;
    align-items: start;
}

.about-text p {
    font-size: 18px;
    line-height: 1.9;
    color: #45576b;
    margin-bottom: 20px;
}

.about-highlights {
    display: grid;
    gap: 20px;
}

.highlight-card {
    background: #f5f8fc;
    border: 1px solid #e3ebf4;
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 8px 24px rgba(10, 35, 64, 0.05);
}

.highlight-card h3 {
    font-size: 24px;
    color: #0b4da2;
    margin-bottom: 10px;
}

.highlight-card p {
    color: #56677a;
    line-height: 1.7;
}

/* SERVICES */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.service-card {
    background: #ffffff;
    border: 1px solid #e4ebf2;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(10, 35, 64, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(10, 35, 64, 0.1);
}

.service-card h3 {
    font-size: 22px;
    color: #0a2340;
    margin-bottom: 14px;
}

.service-card p {
    font-size: 16px;
    line-height: 1.75;
    color: #56677a;
}

/* CAPABILITIES */
.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.capability-item {
    background: #0a2340;
    color: #ffffff;
    padding: 22px 18px;
    text-align: center;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 10px 26px rgba(10, 35, 64, 0.08);
}

/* INDUSTRIES */
.industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.industry-card {
    background: #ffffff;
    border: 1px solid #e4ebf2;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #0a2340;
    box-shadow: 0 8px 24px rgba(10, 35, 64, 0.05);
}

/* WHY US */
.why-section {
    background: #ffffff;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.why-card {
    background: #f7fafd;
    border-left: 5px solid #00B4D8;
    padding: 28px;
    border-radius: 16px;
}

.why-card h3 {
    font-size: 22px;
    color: #0a2340;
    margin-bottom: 12px;
}

.why-card p {
    color: #56677a;
    line-height: 1.75;
}

/* CTA */
.cta-section {
    padding: 90px 20px;
    background: #071b32;
}

.cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: linear-gradient(135deg, #0a2340, #0b4da2);
    border-radius: 24px;
    padding: 50px;
    color: white;
    box-shadow: 0 20px 40px rgba(5, 18, 34, 0.25);
}

.cta-text h2 {
    font-size: 36px;
    margin-bottom: 14px;
}

.cta-text p {
    max-width: 700px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

/* FOOTER */
.footer {
    background: #06152b;
    color: #ffffff;
    padding-top: 70px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 40px;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 30px;
}

.footer-brand img {
    max-width: 220px;
    margin-bottom: 18px;
}

.footer-brand p,
.footer-contact p,
.footer-links a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.8;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

.footer-links h3,
.footer-contact h3 {
    margin-bottom: 14px;
    font-size: 14px;
    color: #ffffff;
}

.footer-links a:hover {
    color: #00B4D8;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
    padding: 22px 20px;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .cards-grid,
    .capabilities-grid,
    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-grid,
    .cta-box,
    .footer-container {
        grid-template-columns: 1fr;
    }

    .cta-box {
        display: block;
        text-align: center;
    }

    .cta-actions {
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 38px;
    }

    .hero-content p {
        font-size: 18px;
    }

    .section {
        padding: 70px 20px;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .cards-grid,
    .capabilities-grid,
    .industries-grid,
    .why-grid {
        grid-template-columns: 1fr;
    }

    .hero-actions {
        flex-direction: column;
        align-items: center;
    }

    .hero-btn {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }

    .cta-box {
        padding: 34px 24px;
    }

    .cta-text h2 {
        font-size: 28px;
    }
}