:root {
    /* 1. tokens/variáveis visuais */
    --soea81-fed-bg: #f6f1e8;
    --soea81-fed-bg-soft: #fcf9f3;
    --soea81-fed-surface: #ffffff;
    --soea81-fed-surface-muted: #f7f3ec;
    --soea81-fed-border: #dfd5c8;
    --soea81-fed-border-strong: #cdbda8;

    --soea81-fed-primary: #1f3f66;
    --soea81-fed-primary-hover: #173554;
    --soea81-fed-accent: #2f567f;
    --soea81-fed-highlight: #b08a57;
    --soea81-fed-highlight-soft: #efe2cc;

    --soea81-fed-text: #2d3a49;
    --soea81-fed-text-soft: #5d6a79;
    --soea81-fed-text-contrast: #ffffff;

    --soea81-fed-radius-sm: 10px;
    --soea81-fed-radius-md: 16px;
    --soea81-fed-radius-lg: 22px;

    --soea81-fed-shadow-soft: 0 10px 25px rgba(31, 63, 102, 0.08);
    --soea81-fed-shadow-card: 0 16px 36px rgba(28, 52, 80, 0.12);
    --soea81-fed-focus-ring: 0 0 0 3px rgba(47, 86, 127, 0.2);
    --soea81-fed-focus-ring-strong: 0 0 0 4px rgba(31, 63, 102, 0.14);
}

/* 2. background global */
html,
body {
    min-height: 100%;
}

body.soea81-premium-federal {
    font-family: "Open Sans", Arial, sans-serif;
    color: var(--soea81-fed-text);
    background-color: var(--soea81-fed-bg);
    background-image:
        radial-gradient(circle at 15% 10%, rgba(47, 86, 127, 0.1) 0%, rgba(47, 86, 127, 0) 45%),
        radial-gradient(circle at 85% 6%, rgba(176, 138, 87, 0.14) 0%, rgba(176, 138, 87, 0) 36%),
        linear-gradient(180deg, #fdfbf7 0%, #f8f3ea 52%, #f3ecdf 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body.soea81-premium-federal .wrapper,
body.soea81-premium-federal .page-shell,
body.soea81-premium-federal .page-shell__container,
body.soea81-premium-federal .page-card {
    background: transparent;
}

body.soea81-premium-federal .page-shell {
    min-height: calc(100vh - 52px);
    padding: 6px 15px 30px;
}

body.soea81-premium-federal .page-shell__container {
    max-width: 1200px;
    margin: 0 auto;
}

body.soea81-premium-federal .page-card {
    border-radius: var(--soea81-fed-radius-md);
}

/* 3. tipografia */
body.soea81-premium-federal h1,
body.soea81-premium-federal h2,
body.soea81-premium-federal h3,
body.soea81-premium-federal h4,
body.soea81-premium-federal h5 {
    color: var(--soea81-fed-primary);
    letter-spacing: 0.1px;
}

body.soea81-premium-federal p,
body.soea81-premium-federal li,
body.soea81-premium-federal label,
body.soea81-premium-federal span,
body.soea81-premium-federal .form-control {
    color: var(--soea81-fed-text);
}

/* 4. header */
body.soea81-premium-federal .header-v8 .blog-topbar {
    display: none;
}

body.soea81-premium-federal .header-v8 .navbar,
body.soea81-premium-federal .header-v8 .header-sticky,
body.soea81-premium-federal .header-v8 .header-static,
body.soea81-premium-federal .header-fixed .header-sticky,
body.soea81-premium-federal .header-default {
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(60, 74, 166, 0.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

body.soea81-premium-federal .soea-header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

body.soea81-premium-federal .header-v8 .navbar-brand {
    height: 88px;
    max-height: 88px;
    line-height: 64px;
    padding: 10px 0;
}

body.soea81-premium-federal .header-v8 .navbar-brand img {
    max-height: 68px;
    width: auto;
    object-fit: contain;
}

body.soea81-premium-federal .header-v8 .container > .navbar-header,
body.soea81-premium-federal .header-v8 .container-fluid > .navbar-header,
body.soea81-premium-federal .header-v8 .container > .navbar-collapse,
body.soea81-premium-federal .header-v8 .container-fluid > .navbar-collapse {
    margin-bottom: 0;
}

body.soea81-premium-federal .header-v8 .navbar-nav {
    top: 0;
}

/* 5. navegação */
body.soea81-premium-federal .header-v8 .navbar-nav > li > a {
    color: var(--soea81-fed-primary);
    font-weight: 600;
    line-height: 28px;
    padding: 14px 10px;
    border-radius: 10px;
    margin: 4px 2px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

body.soea81-premium-federal .header-v8 .navbar-nav > li > a:hover,
body.soea81-premium-federal .header-v8 .navbar-nav > .active > a,
body.soea81-premium-federal .header-v8 .navbar-nav > .active > a:hover {
    color: var(--soea81-fed-primary-hover);
    background-color: rgba(60, 74, 166, 0.08);
}

body.soea81-premium-federal .soea-header__utility > li > a {
    font-size: 13px;
    color: var(--soea81-fed-text-soft);
    font-weight: 600;
}

body.soea81-premium-federal .soea-header__utility > li > a:hover {
    color: var(--soea81-fed-primary);
    background: rgba(31, 63, 102, 0.06);
}

body.soea81-premium-federal .header-v8 .navbar-toggle {
    margin-top: 8px;
    border-color: rgba(31, 63, 102, 0.32);
}

body.soea81-premium-federal .header-v8 .navbar-toggle .icon-bar {
    background-color: var(--soea81-fed-primary);
}

/* 6. hero/banner */
body.soea81-premium-federal .title-v1,
body.soea81-premium-federal .breadcrumbs,
body.soea81-premium-federal .breadcrumbs-v3,
body.soea81-premium-federal .image-bg {
    background-color: transparent;
}

body.soea81-premium-federal .title-v1 h1,
body.soea81-premium-federal .title-v1 h2 {
    color: var(--soea81-fed-primary);
}

/* 7. login */
body.soea81-premium-federal .login-page {
    min-height: calc(100vh - 90px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(8px, 3.5vh, 30px) 0 20px;
}

body.soea81-premium-federal .login-page .content-sm {
    width: 100%;
    max-width: 1060px;
}

body.soea81-premium-federal .login-page__row {
    display: flex;
    justify-content: center;
}

body.soea81-premium-federal .login-page .reg-page {
    margin: 0;
    border-radius: var(--soea81-fed-radius-lg);
    border: 1px solid var(--soea81-fed-border);
    background: linear-gradient(180deg, #ffffff 0%, #fcf9f3 100%);
    box-shadow: var(--soea81-fed-shadow-card);
    padding: 34px 32px;
}

body.soea81-premium-federal .login-header h2 {
    color: var(--soea81-fed-primary);
    font-weight: 700;
    font-size: clamp(26px, 2.8vw, 31px);
    line-height: 1.22;
    margin: 0 0 10px;
}

body.soea81-premium-federal .login-header p {
    margin-bottom: 24px;
    color: var(--soea81-fed-text-soft);
    line-height: 1.52;
}

/* 8. cards e superfícies */
body.soea81-premium-federal .content-boxes-v6,
body.soea81-premium-federal .panel,
body.soea81-premium-federal .panel-default,
body.soea81-premium-federal .card,
body.soea81-premium-federal .thumbnail,
body.soea81-premium-federal .box-shadow,
body.soea81-premium-federal .soea81-fed-surface,
body.soea81-premium-federal .reg-page,
body.soea81-premium-federal .well,
body.soea81-premium-federal .service-block {
    background: var(--soea81-fed-surface);
    border: 1px solid var(--soea81-fed-border);
    border-radius: var(--soea81-fed-radius-md);
    box-shadow: var(--soea81-fed-shadow-soft);
}

body.soea81-premium-federal .panel:hover,
body.soea81-premium-federal .panel-default:hover,
body.soea81-premium-federal .card:hover,
body.soea81-premium-federal .service-block:hover,
body.soea81-premium-federal .thumbnail:hover {
    box-shadow: 0 18px 34px rgba(27, 48, 73, 0.14);
    border-color: rgba(31, 63, 102, 0.24);
}

body.soea81-premium-federal .panel-heading,
body.soea81-premium-federal .service-block .service-heading {
    border-bottom: 1px solid var(--soea81-fed-border);
    color: var(--soea81-fed-primary);
    background: linear-gradient(180deg, #fdfaf5 0%, #f8f1e6 100%);
}

/* 9. botões */
body.soea81-premium-federal .btn,
body.soea81-premium-federal .reg-page .btn.btn-u {
    border-radius: 12px;
    font-weight: 600;
    letter-spacing: 0.2px;
    box-shadow: 0 2px 0 rgba(31, 63, 102, 0.08);
    transition: all 0.2s ease;
}

body.soea81-premium-federal .btn.btn-u,
body.soea81-premium-federal .btn-u,
body.soea81-premium-federal .btn-primary {
    border: 1px solid var(--soea81-fed-primary);
    background: var(--soea81-fed-primary);
    color: var(--soea81-fed-text-contrast);
}

body.soea81-premium-federal .btn.btn-u:hover,
body.soea81-premium-federal .btn-u:hover,
body.soea81-premium-federal .btn-primary:hover,
body.soea81-premium-federal .btn.btn-u:focus,
body.soea81-premium-federal .btn-u:focus,
body.soea81-premium-federal .btn-primary:focus {
    background: var(--soea81-fed-primary-hover);
    border-color: var(--soea81-fed-primary-hover);
    color: var(--soea81-fed-text-contrast);
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(19, 45, 73, 0.25);
}

body.soea81-premium-federal .btn.btn-u-blue,
body.soea81-premium-federal .btn-default,
body.soea81-premium-federal .btn-secondary {
    border: 1px solid var(--soea81-fed-border-strong);
    background: #ffffff;
    color: var(--soea81-fed-primary);
}

body.soea81-premium-federal .btn.btn-u-blue:hover,
body.soea81-premium-federal .btn-default:hover,
body.soea81-premium-federal .btn-secondary:hover {
    border-color: var(--soea81-fed-primary);
    background: #f5efe4;
    color: var(--soea81-fed-primary);
    box-shadow: 0 8px 16px rgba(31, 63, 102, 0.14);
}

body.soea81-premium-federal .btn:focus,
body.soea81-premium-federal .btn:active:focus {
    outline: none;
    box-shadow: var(--soea81-fed-focus-ring-strong);
}

/* 10. formulários */
body.soea81-premium-federal .reg-page .input-group-addon,
body.soea81-premium-federal .input-group-addon {
    border: 1px solid var(--soea81-fed-border);
    background: var(--soea81-fed-surface-muted);
    color: var(--soea81-fed-accent);
}

body.soea81-premium-federal .reg-page .form-control,
body.soea81-premium-federal .form-control,
body.soea81-premium-federal select,
body.soea81-premium-federal textarea {
    border: 1px solid var(--soea81-fed-border);
    border-radius: var(--soea81-fed-radius-sm);
    color: var(--soea81-fed-text);
    background-color: rgba(255, 255, 255, 0.99);
    min-height: 42px;
    padding: 9px 12px;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.soea81-premium-federal textarea {
    min-height: 100px;
    resize: vertical;
}

body.soea81-premium-federal .form-group label,
body.soea81-premium-federal .control-label {
    color: var(--soea81-fed-primary);
    font-weight: 600;
    margin-bottom: 6px;
}

body.soea81-premium-federal .reg-page .input-group .form-control {
    border-radius: 0 var(--soea81-fed-radius-sm) var(--soea81-fed-radius-sm) 0;
}

body.soea81-premium-federal .reg-page .input-group-addon {
    border-radius: var(--soea81-fed-radius-sm) 0 0 var(--soea81-fed-radius-sm);
}

body.soea81-premium-federal .form-control:focus,
body.soea81-premium-federal select:focus,
body.soea81-premium-federal textarea:focus {
    border-color: var(--soea81-fed-accent);
    box-shadow: var(--soea81-fed-focus-ring), inset 0 0 0 1px rgba(31, 63, 102, 0.1);
    background-color: #ffffff;
}

body.soea81-premium-federal .form-control::-webkit-input-placeholder,
body.soea81-premium-federal textarea::-webkit-input-placeholder,
body.soea81-premium-federal input::-webkit-input-placeholder {
    color: #8a97a5;
}

body.soea81-premium-federal .form-control::placeholder,
body.soea81-premium-federal textarea::placeholder,
body.soea81-premium-federal input::placeholder {
    color: #8a97a5;
}

body.soea81-premium-federal .regulamento-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(176, 138, 87, 0.72);
    color: #8b6a3e;
    border-radius: 10px;
    padding: 9px 13px;
    text-decoration: none;
    font-weight: 600;
}

body.soea81-premium-federal .regulamento-link:hover,
body.soea81-premium-federal .regulamento-link:focus {
    background: rgba(176, 138, 87, 0.12);
    color: #7b5a30;
    text-decoration: none;
}

/* 11. tabelas/listagens */
body.soea81-premium-federal .table,
body.soea81-premium-federal .table-bordered {
    background: var(--soea81-fed-surface);
    border-color: var(--soea81-fed-border);
    border-radius: 12px;
    overflow: hidden;
}

body.soea81-premium-federal .table > thead > tr > th {
    background: linear-gradient(180deg, #fbf6ed 0%, #f0e2cc 100%);
    color: var(--soea81-fed-primary);
    border-bottom: 1px solid var(--soea81-fed-border-strong);
    border-top: 0;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

body.soea81-premium-federal .table > tbody > tr > td {
    border-color: #eadfce;
    vertical-align: middle;
}

body.soea81-premium-federal .table-hover > tbody > tr:hover > td {
    background: #f9f2e5;
}

body.soea81-premium-federal .pagination > li > a,
body.soea81-premium-federal .pagination > li > span {
    color: var(--soea81-fed-primary);
    border-color: var(--soea81-fed-border);
    background: #fff;
}

body.soea81-premium-federal .pagination > .active > a,
body.soea81-premium-federal .pagination > .active > span {
    background: var(--soea81-fed-primary);
    border-color: var(--soea81-fed-primary);
    color: #fff;
}

/* 12. mensagens/estados */
body.soea81-premium-federal .alert-success {
    background: #f2f8ef;
    border-color: #cfe1c5;
    color: #3d6247;
}

body.soea81-premium-federal .alert-danger,
body.soea81-premium-federal .validation-summary-errors {
    background: #fbf1f1;
    border-color: #e8c5c5;
    color: #8b4343;
}

body.soea81-premium-federal .alert-info {
    background: #eef5fc;
    border-color: #c7daee;
    color: #2e567d;
}

/* 13. rodapé */
body.soea81-premium-federal footer,
body.soea81-premium-federal .footer,
body.soea81-premium-federal .copyright {
    background: linear-gradient(180deg, #f6efe2 0%, #ece0cd 100%);
    border-top: 1px solid rgba(31, 63, 102, 0.22);
    color: #455464;
}

body.soea81-premium-federal .footer {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

body.soea81-premium-federal footer .title-v4,
body.soea81-premium-federal .footer .headline,
body.soea81-premium-federal .footer h4 {
    color: var(--soea81-fed-primary);
    font-weight: 700;
}

body.soea81-premium-federal .footer a,
body.soea81-premium-federal .copyright a {
    color: var(--soea81-fed-primary);
    font-weight: 600;
}

body.soea81-premium-federal .footer a:hover,
body.soea81-premium-federal .copyright a:hover {
    color: var(--soea81-fed-primary-hover);
}

/* 14. responsividade */
@media (max-width: 991px) {
    body.soea81-premium-federal {
        background-attachment: scroll;
    }

    body.soea81-premium-federal .page-shell {
        padding-top: 4px;
    }

    body.soea81-premium-federal .header-v8 .navbar-nav > li > a {
        line-height: 24px;
        padding: 10px 14px;
    }

    body.soea81-premium-federal .login-page {
        min-height: calc(100vh - 74px);
        padding-top: 14px;
    }
}

@media (max-width: 767px) {
    body.soea81-premium-federal .login-page {
        padding-top: 8px;
    }

    body.soea81-premium-federal .login-page .reg-page {
        border-radius: var(--soea81-fed-radius-md);
        padding: 26px 18px;
    }

    body.soea81-premium-federal .login-header h2 {
        font-size: 24px;
    }
}


/* 15. seção de informações úteis */
body.soea81-premium-federal .soea-info {
    margin: 8px 0 40px;
}

body.soea81-premium-federal .soea-info__header h2 {
    color: var(--soea81-fed-primary);
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 700;
    margin-bottom: 18px;
}

body.soea81-premium-federal .soea-info__cards {
    margin-top: 14px;
    row-gap: 18px;
}

body.soea81-premium-federal .soea-info-card {
    height: 100%;
    padding: 24px 20px;
    text-align: center;
    border-radius: var(--soea81-fed-radius-md);
    border: 1px solid var(--soea81-fed-border);
    background: linear-gradient(180deg, #ffffff 0%, #faf5ed 100%);
    box-shadow: var(--soea81-fed-shadow-soft);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.soea81-premium-federal .soea-info-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(27, 48, 73, 0.14);
    border-color: rgba(31, 63, 102, 0.24);
}

body.soea81-premium-federal .soea-info-card__icon {
    font-size: 32px;
    margin-bottom: 12px;
    color: var(--soea81-fed-accent);
}

body.soea81-premium-federal .soea-info-card h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--soea81-fed-primary);
}

/* 16. rodapé customizado da página */
body.soea81-premium-federal .soea-footer {
    margin: 40px 0 12px;
    padding: 28px 18px;
    border-radius: var(--soea81-fed-radius-md);
    border: 1px solid var(--soea81-fed-border-strong);
    background: linear-gradient(180deg, #f9f2e6 0%, #efe3d0 100%);
    box-shadow: var(--soea81-fed-shadow-soft);
}

body.soea81-premium-federal .soea-footer__logos img {
    width: min(430px, 100%);
    height: auto;
    display: inline-block;
}

body.soea81-premium-federal .soea-footer__text {
    margin-top: 16px;
}

body.soea81-premium-federal .soea-footer__text p {
    margin: 4px 0;
    font-weight: 700;
    color: var(--soea81-fed-primary);
}

body.soea81-premium-federal .soea-footer__text p:first-child {
    font-size: 22px;
}

/* 17. topo minimalista + breadcrumb único + home/cards */
body.soea81-premium-federal {
    background-image:
        linear-gradient(180deg, #f5efe3 0%, #fbf8f2 52%, #ffffff 100%);
}

body.soea81-premium-federal .soea-navbar-minimal .container {
    display: flex;
    align-items: center;
    min-height: 84px;
}

body.soea81-premium-federal .soea-navbar-main {
    display: flex;
    align-items: center;
    width: 100%;
}

body.soea81-premium-federal .soea-navbar-main__left {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

body.soea81-premium-federal .soea-navbar-minimal__content {
    width: 100%;
}

body.soea81-premium-federal .soea-navbar-minimal__right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: flex-end;
}

body.soea81-premium-federal .soea-navbar-userinfo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-right: 4px;
    min-width: 0;
}

body.soea81-premium-federal .soea-navbar-user {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--soea81-fed-primary);
    font-weight: 700;
    font-size: 13px;
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.soea81-premium-federal .soea-navbar-inscricao {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid rgba(31, 63, 102, 0.16);
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #30547b;
    background: rgba(255, 255, 255, 0.88);
}

body.soea81-premium-federal .soea-navbar-password {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(31, 63, 102, 0.18);
    border-radius: 999px;
    padding: 9px 16px;
    color: var(--soea81-fed-primary);
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s ease;
}

body.soea81-premium-federal .soea-navbar-password:hover,
body.soea81-premium-federal .soea-navbar-password:focus {
    background: rgba(31, 63, 102, 0.08);
    color: var(--soea81-fed-primary-hover);
    text-decoration: none;
}

body.soea81-premium-federal .soea-navbar-logout {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(31, 63, 102, 0.26);
    border-radius: 999px;
    padding: 9px 16px;
    color: #fff;
    background: var(--soea81-fed-primary);
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-left: auto;
}

body.soea81-premium-federal .soea-navbar-logout,
body.soea81-premium-federal .soea-navbar-logout span,
body.soea81-premium-federal .soea-navbar-logout i {
    color: #ffffff;
}

body.soea81-premium-federal .soea-navbar-logout:hover,
body.soea81-premium-federal .soea-navbar-logout:focus {
    background: var(--soea81-fed-primary-hover);
    color: #fff;
    text-decoration: none;
}

body.soea81-premium-federal .soea-navbar-countdown-host {
    min-height: 32px;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    white-space: nowrap;
}

body.soea81-premium-federal .breadcrumbs,
body.soea81-premium-federal .soea-breadcrumb-default {
    margin: 0;
    padding: 10px 0;
    background: transparent;
    border: 0;
}

body.soea81-premium-federal .breadcrumbs .breadcrumb {
    margin: 0;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(31, 63, 102, 0.12);
    box-shadow: 0 10px 20px rgba(31, 63, 102, 0.08);
}

body.soea81-premium-federal .breadcrumbs .breadcrumb > li,
body.soea81-premium-federal .breadcrumbs .breadcrumb > .active {
    color: var(--soea81-fed-primary);
}

body.soea81-premium-federal .breadcrumbs h1,
body.soea81-premium-federal .breadcrumbs h2,
body.soea81-premium-federal .breadcrumbs .pull-left {
    display: none;
}

body.soea81-premium-federal .tp-banner-container,
body.soea81-premium-federal .purchase,
body.soea81-premium-federal .profile-body,
body.soea81-premium-federal #sky-form,
body.soea81-premium-federal .alert {
    border-radius: var(--soea81-fed-radius-md);
    overflow: hidden;
}

body.soea81-premium-federal .purchase {
    margin-top: 0;
    border: 1px solid var(--soea81-fed-border);
    box-shadow: var(--soea81-fed-shadow-soft);
}

body.soea81-premium-federal .purchase .container {
    width: 100%;
}

body.soea81-premium-federal .soea-home-shortcuts {
    margin: 18px auto 6px;
}

body.soea81-premium-federal .soea-shortcut-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.soea81-premium-federal .soea-shortcut-item {
    flex: 1 1 220px;
}

body.soea81-premium-federal .soea-shortcut-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(31, 63, 102, 0.16);
    background: rgba(255, 255, 255, 0.95);
    color: var(--soea81-fed-primary);
    text-decoration: none;
    box-shadow: 0 10px 18px rgba(31, 63, 102, 0.09);
    transition: all 0.2s ease;
}

body.soea81-premium-federal .soea-shortcut-link:hover,
body.soea81-premium-federal .soea-shortcut-link:focus {
    text-decoration: none;
    color: var(--soea81-fed-primary-hover);
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(31, 63, 102, 0.14);
}

body.soea81-premium-federal .soea-shortcut-link i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(31, 63, 102, 0.11);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

body.soea81-premium-federal .soea-shortcut-link--primary {
    border-color: rgba(31, 63, 102, 0.35);
    background: linear-gradient(145deg, #1f3f66 0%, #2e567f 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(19, 45, 73, 0.3);
}

body.soea81-premium-federal .soea-shortcut-link--primary i {
    background: rgba(255, 255, 255, 0.2);
}

body.soea81-premium-federal .soea-shortcut-link--primary:hover,
body.soea81-premium-federal .soea-shortcut-link--primary:focus {
    color: #fff;
    box-shadow: 0 18px 32px rgba(19, 45, 73, 0.35);
}

body.soea81-premium-federal .soea-shortcut-link--primary.is-pending {
    animation: soeaCtaGlow 2.8s ease-in-out infinite;
}

body.soea81-premium-federal .soea-home-main-cta {
    width: 100%;
    padding: 13px 18px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 14px;
    box-shadow: 0 14px 24px rgba(19, 45, 73, 0.26);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

body.soea81-premium-federal .soea-home-main-cta,
body.soea81-premium-federal .soea-home-main-cta span,
body.soea81-premium-federal .soea-home-main-cta i,
body.soea81-premium-federal .soea-shortcut-link--primary,
body.soea81-premium-federal .soea-shortcut-link--primary span,
body.soea81-premium-federal .soea-shortcut-link--primary i {
    color: #ffffff;
}

body.soea81-premium-federal .tp-banner-container {
    margin-bottom: 10px;
}

body.soea81-premium-federal .purchase {
    margin-bottom: 12px;
}

body.soea81-premium-federal .soea-home-main-cta:hover,
body.soea81-premium-federal .soea-home-main-cta:focus {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 20px 30px rgba(19, 45, 73, 0.31);
    filter: brightness(1.03);
}

body.soea81-premium-federal .soea-home-main-cta--pulse {
    animation: soeaCtaPulse 2.6s ease-in-out infinite;
}

@keyframes soeaCtaPulse {
    0%, 100% {
        box-shadow: 0 14px 24px rgba(19, 45, 73, 0.26);
    }
    50% {
        box-shadow: 0 18px 34px rgba(19, 45, 73, 0.34);
    }
}

@keyframes soeaCtaGlow {
    0%, 100% {
        box-shadow: 0 14px 28px rgba(19, 45, 73, 0.3);
    }
    50% {
        box-shadow: 0 18px 34px rgba(176, 138, 87, 0.33);
    }
}

body.soea81-premium-federal .profile .col,
body.soea81-premium-federal .profile [class*="col-"] {
    max-width: 100%;
}

@media (max-width: 991px) {
    body.soea81-premium-federal .soea-navbar-main__left {
        width: 100%;
        justify-content: space-between;
    }

    body.soea81-premium-federal .soea-navbar-minimal__right {
        width: 100%;
        justify-content: flex-end;
        margin: 10px 0 12px;
        flex-wrap: wrap;
    }

    body.soea81-premium-federal .soea-navbar-password span,
    body.soea81-premium-federal .soea-navbar-inscricao {
        display: none;
    }

    body.soea81-premium-federal .soea-navbar-user {
        max-width: 140px;
    }

    body.soea81-premium-federal .header-v8 .navbar-brand {
        height: 74px;
        max-height: 74px;
        line-height: 56px;
    }

    body.soea81-premium-federal .header-v8 .navbar-brand img {
        max-height: 54px;
    }

    body.soea81-premium-federal .breadcrumbs .breadcrumb {
        float: none !important;
        display: inline-flex;
        flex-wrap: wrap;
        max-width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.soea81-premium-federal .soea-home-main-cta,
    body.soea81-premium-federal .soea-home-main-cta--pulse,
    body.soea81-premium-federal .soea-shortcut-link--primary.is-pending {
        animation: none;
        transition: none;
    }
}

/* 18. normalização visual global unificada */
:root {
    --soea81-fed-shadow-level-1: 0 10px 30px rgba(0, 0, 0, 0.08);
    --soea81-fed-shadow-level-2: 0 16px 30px rgba(0, 0, 0, 0.12);
    --soea81-fed-shadow-level-3: 0 24px 44px rgba(0, 0, 0, 0.18);
}

body.soea81-premium-federal,
body.soea81-premium-federal .site-wrapper,
body.soea81-premium-federal .wrapper {
    min-height: 100vh;
    background: linear-gradient(180deg, #F5EFE3 0%, #FBF8F2 52%, #FFFFFF 100%);
}

body.soea81-premium-federal .page-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px;
}

body.soea81-premium-federal .container,
body.soea81-premium-federal .container-fluid,
body.soea81-premium-federal .content,
body.soea81-premium-federal .content-md,
body.soea81-premium-federal .content-sm,
body.soea81-premium-federal .content-lg {
    background-color: transparent;
}

body.soea81-premium-federal .card-premium,
body.soea81-premium-federal .panel,
body.soea81-premium-federal .panel-default,
body.soea81-premium-federal .card,
body.soea81-premium-federal .well,
body.soea81-premium-federal .service-block,
body.soea81-premium-federal .purchase,
body.soea81-premium-federal .soea-info-card,
body.soea81-premium-federal .thumbnail,
body.soea81-premium-federal .box,
body.soea81-premium-federal .box-shadow {
    background: #FFFFFF;
    border: 1px solid rgba(31, 63, 102, 0.08);
    border-radius: 18px;
    box-shadow: var(--soea81-fed-shadow-level-1);
    padding: 24px;
    margin-bottom: 24px;
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

body.soea81-premium-federal .card-premium-sm {
    padding: 16px;
    border-radius: 16px;
}

body.soea81-premium-federal .card-premium-lg {
    padding: 32px;
    border-radius: 20px;
}

body.soea81-premium-federal .card-premium:hover,
body.soea81-premium-federal .panel:hover,
body.soea81-premium-federal .panel-default:hover,
body.soea81-premium-federal .card:hover,
body.soea81-premium-federal .well:hover,
body.soea81-premium-federal .service-block:hover,
body.soea81-premium-federal .soea-info-card:hover,
body.soea81-premium-federal .thumbnail:hover,
body.soea81-premium-federal .box:hover,
body.soea81-premium-federal .box-shadow:hover {
    box-shadow: var(--soea81-fed-shadow-level-2);
    transform: translateY(-2px);
    border-color: rgba(31, 63, 102, 0.14);
}

body.soea81-premium-federal .dropdown-menu {
    border-radius: 12px;
    border: 1px solid rgba(31, 63, 102, 0.1);
    box-shadow: var(--soea81-fed-shadow-level-2);
}

body.soea81-premium-federal .modal-content {
    border-radius: 18px;
    border: 1px solid rgba(31, 63, 102, 0.12);
    box-shadow: var(--soea81-fed-shadow-level-3);
}

body.soea81-premium-federal .form-control,
body.soea81-premium-federal input.form-control,
body.soea81-premium-federal select.form-control,
body.soea81-premium-federal textarea.form-control {
    min-height: 46px;
    border-radius: 10px;
    padding: 10px 14px;
}

body.soea81-premium-federal .btn-primary-premium,
body.soea81-premium-federal .btn-primary,
body.soea81-premium-federal .btn.btn-u {
    background: #3C4AA6;
    border-color: #3C4AA6;
    color: #FFFFFF;
    border-radius: 12px;
    padding: 10px 20px;
}

body.soea81-premium-federal .btn-primary-premium:hover,
body.soea81-premium-federal .btn-primary-premium:focus,
body.soea81-premium-federal .btn-primary:hover,
body.soea81-premium-federal .btn-primary:focus,
body.soea81-premium-federal .btn.btn-u:hover,
body.soea81-premium-federal .btn.btn-u:focus {
    background: #33408f;
    border-color: #33408f;
    color: #FFFFFF;
    transform: translateY(-1px);
    box-shadow: var(--soea81-fed-shadow-level-1);
}

body.soea81-premium-federal .btn-secondary-premium,
body.soea81-premium-federal .btn-default,
body.soea81-premium-federal .btn-secondary {
    background: #F8F6F2;
    border: 1px solid rgba(31, 63, 102, 0.2);
    color: #1f3f66;
    border-radius: 12px;
    padding: 10px 20px;
}

body.soea81-premium-federal .btn-secondary-premium:hover,
body.soea81-premium-federal .btn-secondary-premium:focus,
body.soea81-premium-federal .btn-default:hover,
body.soea81-premium-federal .btn-default:focus,
body.soea81-premium-federal .btn-secondary:hover,
body.soea81-premium-federal .btn-secondary:focus {
    background: #EFE9DD;
    border-color: rgba(31, 63, 102, 0.35);
    color: #173554;
}

body.soea81-premium-federal .header-v8 .soea-navbar-minimal .container {
    min-height: 88px;
    align-items: center;
}

body.soea81-premium-federal .conf-footer {
    margin: 8px auto 24px;
    max-width: 1200px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(31, 63, 102, 0.12);
    box-shadow: var(--soea81-fed-shadow-level-1);
    padding: 20px 24px;
    text-align: center;
}

body.soea81-premium-federal .conf-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

body.soea81-premium-federal .conf-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

body.soea81-premium-federal .conf-footer small,
body.soea81-premium-federal .conf-footer span {
    color: #4f5f72;
}

body.soea81-premium-federal .conf-parceiros {
    max-height: 28px;
    width: auto;
}

@media (max-width: 991px) {
    body.soea81-premium-federal .page-container {
        padding: 16px;
    }

    body.soea81-premium-federal .card-premium,
    body.soea81-premium-federal .panel,
    body.soea81-premium-federal .panel-default,
    body.soea81-premium-federal .card,
    body.soea81-premium-federal .well,
    body.soea81-premium-federal .service-block,
    body.soea81-premium-federal .purchase,
    body.soea81-premium-federal .soea-info-card,
    body.soea81-premium-federal .thumbnail,
    body.soea81-premium-federal .box,
    body.soea81-premium-federal .box-shadow {
        padding: 18px;
        border-radius: 16px;
    }

    body.soea81-premium-federal .btn-primary-premium,
    body.soea81-premium-federal .btn-secondary-premium {
        width: 100%;
    }

    body.soea81-premium-federal .conf-footer__inner {
        justify-content: center;
    }
}
