/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
}

/* Header */
header.govbr-header {
    background-color: #ffffff;
    width: 100%;
    padding: 12px 24px 8px;
    margin: 0;
}

.govbr-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.govbr-top-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.govbr-logo {
    display: inline-flex;
    align-items: center;
    font-family: 'Montserrat', 'Segoe UI', sans-serif;
    font-weight: 900;
    font-size: 1.65rem;
    letter-spacing: 0.001em;
    gap: 0.02em;
}
.govbr-logo .g { color: #2b68b5; }
.govbr-logo .o { color: #f5b400; }
.govbr-logo .v { color: #1fa249; }
.govbr-logo .dot { color: #2b68b5; }
.govbr-logo .b { color: #2b68b5; }
.govbr-logo .r { color: #f5b400; }

.divider {
    width: 1px;
    height: 22px;
    background: #d8dfe8;
}

.govbr-top-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.icon-btn {
    background: none;
    border: none;
    padding: 6px;
    color: #1f56b2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 6px;
}
.icon-btn:hover { background: #eef3fb; }

.enter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background: #0a56c2;
    color: #ffffff;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 600;
    border: 1px solid #0a56c2;
}
.enter-btn:hover { background: #0c62dd; }

.govbr-ministry {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #1a1a1a;
    margin: 14px 0 10px;
    font-weight: 600;
}

.ministry-icon svg { color: #1a1a1a; }

.govbr-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0 0 8px;
    font-size: 0.95em;
    color: #2d589c;
    border-bottom: 1px solid #e6eaf0;
}

.crumb { color: #2d589c; text-decoration: none; font-weight: 600; }
.crumb:hover { text-decoration: underline; }
.crumb-sep { color: #6b7da6; }
.crumb.current { color: #1d3466; font-weight: 700; }
.crumb.home svg { color: #2d589c; }

/* Main Content */
main {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 24px 40px;
}

.category {
    text-transform: uppercase;
    font-size: 0.9em;
    color: #666666;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

h1 {
    font-size: 2em;
    margin-bottom: 18px;
    color: #0d3e7d;
    line-height: 1.3;
    font-weight: 700;
}

h2 {
    font-size: 1.5em;
    margin: 36px 0 18px;
    color: #1a1a1a;
}

p {
    font-size: 1em;
    margin-bottom: 18px;
    color: #4a4a4a;
    line-height: 1.6;
}

.share {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.share span {
    margin-right: 10px;
    color: #666666;
}

.share-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin-right: 5px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50%;
}

.facebook { background-color: #3b5998; color: #fff; }
.linkedin { background-color: #0077b5; color: #fff; }
.twitter { background-color: #1da1f2; color: #fff; }

.dates {
    font-size: 0.85em;
    color: #8a8a8a;
    margin-bottom: 24px;
}

.banner-image {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    margin: 30px 0;
}

/* Botão inscrição */
.inscricao-btn {
    background-color: #0a4db0;
    color: #ffffff;
    border: none;
    padding: 13px 24px;
    font-size: 1.05em;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 30px auto 18px;
    font-weight: 700;
    font-family: 'Montserrat', 'Segoe UI', sans-serif;
    letter-spacing: 0.01em;
    box-shadow: 0 6px 12px rgba(10, 77, 176, 0.24);
    text-align: center;
}
.inscricao-btn:hover {
    background-color: #084299;
}

.vagas-title {
    text-align: center;
    font-size: 1.05em;
    color: #a0a4ab;
    margin-bottom: 36px;
    font-family: 'Montserrat', 'Segoe UI', sans-serif;
}

/* Listas */
.changes-list, .legal-list {
    list-style-type: disc;
    padding-left: 30px;
    font-size: 1.1em;
    color: #333333;
    margin-bottom: 30px;
}

.changes-list li, .legal-list li {
    margin-bottom: 10px;
}

.steps-list {
    list-style-type: decimal;
    padding-left: 40px;
    font-size: 1.1em;
    color: #333333;
    margin-bottom: 30px;
}

.steps-list li {
    margin-bottom: 10px;
}

/* Box vagas */
.vagas-box {
    background-color: #f5f5f5;
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
}

.vagas-box h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #000000;
}

/* Footer (gov.br style) */
.govbr-footer {
    background-color: #0b2144; /* Navy */
    color: #e6f0ff;
    padding: 24px 0 40px;
}

.govbr-footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.govbr-logo {
    font-size: 2rem;
    font-weight: 700;
    margin: 8px 0 16px;
}

.govbr-accordion {
    border-top: 1px solid rgba(255,255,255,0.1);
}

.govbr-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0; /* vertical rhythm like screenshot */
    border-bottom: 1px solid rgba(255,255,255,0.12);
    font-weight: 600;
    letter-spacing: 0.02em;
}

.govbr-row span:first-child {
    font-size: 1.05rem;
}

.chevron {
    width: 20px;
    height: 20px;
    position: relative;
}

.chevron::before {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #9fb7d8;
    border-bottom: 2px solid #9fb7d8;
    transform: translateY(-60%) rotate(45deg); /* caret down-right */
}

.govbr-actions {
    margin: 16px 0 8px;
}

.cookies-reset {
    background: transparent;
    color: #e6f0ff;
    border: none;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.reset-icon {
    width: 18px;
    height: 18px;
    border: 2px solid #9fb7d8;
    border-radius: 50%;
    position: relative;
}
.reset-icon::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #9fb7d8;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.govbr-social {
    margin-top: 18px;
}

.social-title {
    font-size: 0.95rem;
    margin-bottom: 12px;
    font-weight: 600;
}

.icons {
    display: flex;
    align-items: center;
    gap: 16px;
}

.icon {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    color: #e6f0ff;
}

/* Responsivo */
@media (max-width: 768px) {
    .govbr-row { padding: 16px 0; }
    h1 {
        font-size: 2em;
    }

    main {
        padding: 10px;
    }
}
