:root {
    /* Brand / Identidade */
    --color-brand-primary: #1f6fe5;
    --color-brand-primary-hover: #185ac0;
    --color-brand-secondary: #0b2c5f;

    /* Backgrounds */
    --color-bg-page: #F2F6FE;
    --color-bg-section: #FEFEFE;
    --color-bg-card: #ffffff;
    --color-bg-muted: #eef3fb;

    /* Textos */
    --color-text-primary: #092143;
    --color-text-secondary: #475569;
    --color-text-muted: #94a3b8;
    --color-text-inverse: #ffffff;

    /* Bordas e divisores */
    --color-border-default: #e2e8f0;
    --color-border-muted: #edf2f7;

    /* Estados */
    --color-status-success: #22c55e;
    --color-status-success-bg: #e8f9f0;

    --color-status-info: #1f6fe5;
    --color-status-info-bg: #e8f1ff;

    --color-status-warning: #f59e0b;
    --color-status-warning-bg: #fff7ed;

    --color-status-error: #ef4444;
    --color-status-error-bg: #fee2e2;

    /* Ações */
    --color-action-primary: var(--color-brand-primary);
    --color-action-primary-hover: var(--color-brand-primary-hover);
    --color-action-disabled: #cbd5e1;

    /* Sombras */
    --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.06);
    --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.08);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", Arial, sans-serif;
}

html,
body {
    height: 100%;
}

body {
    background: var(--color-bg-page) !important;
    display: flex;
    flex-direction: column;
}

/* MAIN */
.container-my {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Header */
.topbar {
    background: var(--color-bg-section);
}

.topbar-inner {
    max-width: 1200px;
    margin: 0 auto;
    height: 80px;
    padding: 0 40px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
}

/* Navegação */
.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-links li {
    display: flex;
}

.nav-links a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-text-secondary);
    position: relative;
    padding: 4px 0;
    transition: color 0.2s ease;
}

/* Hover elegante */
.nav-links a:hover {
    color: var(--color-brand-primary);
}

/* Linha animada no hover */
.nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0%;
    height: 2px;
    background: var(--color-brand-primary);
    transition: width 0.25s ease;
}

.nav-links a:hover::after {
    width: 100%;
}


/* HERO */
.hero-wrapper {
    max-width: 1200px;
    height: 680px;
    max-height: fit-content;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
}

/* TEXTO */
.hero-container-text {
    max-width: 520px;
    height: 420px;
}

.hero-container-text h1 {
    font-size: 42px;
    line-height: 1.2;
    color: var(--color-text-primary);
    margin-bottom: 16px;
}

.hero-container-text p {
    font-size: 16px;
    color: var(--color-text-secondary);
    margin-bottom: 28px;
}

.hero-actions {
    display: flex;
    gap: 12px;
}

/* BOTÃO */
.hero-actions button {
    padding: 12px 28px;
    background: var(--color-action-primary);
    color: var(--color-text-inverse);
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}

.hero-actions button:hover {
    background: var(--color-action-primary-hover);
}

/* IMAGEM */
.hero-container-vector {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.hero-container-vector img {
    width: 550px;
    object-fit: contain;
}


/* FOOTER */
.footer {
    background: var(--color-bg-section);
    color: var(--color-text-inverse);
    padding: 80px 0 40px;
}

.footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* GRID */
.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

/* SECTIONS */
.footer-section h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #041E42;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    color: #041E42;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    font-size: 14px;
    margin-bottom: 10px;
    color: #041E42;
}

/* LINKS */
.footer-section ul li a {
    color: #041E42;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-section ul li a:hover {
    color: #051429;
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    color: #041E42;
}

@media (max-width: 768px) {

    /* HEADER */
    .topbar-inner {
        padding: 0 20px;
    }

    .nav-links {
        display: none;
    }

    /* HERO */
    .hero-wrapper {
    min-height: 95vh;
    padding: 40px 20px;
    display: flex; /* Certifique-se de que o flex está ativo */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    text-align: center;
    
    /* FILTRO ADICIONADO AQUI: */
    /* O primeiro rgba é a cor no topo, o segundo é na base. 0.6 é a opacidade (60%) */
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url('../img/backgroundHero.png') no-repeat center center;
    
    background-size: cover;
    z-index: 1;
}

    /* TEXTO */
    .hero-container-text {
        max-width: 360px;
        height: auto;
    }

    .hero-container-text h1 {
        color: var(--color-text-inverse);
        font-size: 28px;
        line-height: 1.25;
        margin-bottom: 12px;
    }

    .hero-container-text p {
        color: var(--color-text-muted);
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 24px;
    }

    /* CTA */
    .hero-actions {
        width: 100%;
        justify-content: center;
    }

    .hero-actions button {
        width: 100%;
        max-width: 280px;
        padding: 14px 0;
        font-size: 15px;
        border-radius: 10px;
    }

    /* REMOVE IMAGEM */
    .hero-container-vector {
        display: none;
    }

    /* FOOTER */
    .footer {
        padding: 50px 0 30px;
    }

    .footer .container {
        padding: 0 16px;
    }

    /* GRID → 1 COLUNA */
    .footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    /* SECTIONS */
    .footer-section h4 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .footer-section p {
        font-size: 15px;
        line-height: 1.5;
    }

    .footer-section ul li {
        font-size: 13px;
        margin-bottom: 8px;
    }

    /* LINKS */
    .footer-section ul li a {
        display: inline-block;
        padding: 6px 0;
    }

    /* BOTTOM */
    .footer-bottom {
        padding-top: 16px;
        margin-top: 30px;
    }

    .footer-bottom p {
        font-size: 12px;
        line-height: 1.4;
    }

    .estamosPresentes {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

}