/* Grupo Henry — layout inspirado Empregare */
:root {
    --gh-primary: #3e3edf;
    --gh-primary-hover: #3232c4;
    --gh-primary-soft: #eaeafb;
    --gh-text: #333335;
    --gh-muted: #6b7280;
    --gh-bg-light: #f8f9fb;
    --gh-border: #e5e7eb;
    --gh-gold: #e8b84b;
    --gh-online: #2563eb;
    --gh-pres: #ea580c;
    --gh-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

*, *::before, *::after { box-sizing: border-box; }

body.gh-empregare {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--gh-text);
    background: #fff;
    overflow-x: hidden;
    margin-top: 0 !important;
}

body.gh-empregare #header-candidato.gh-header-empregare {
    overflow-x: hidden;
}

html {
    scroll-padding-top: 72px;
}

body.gh-empregare .gh-main-empregare {
    padding-top: 64px;
}

@media (min-width: 992px) {
    body.gh-empregare .gh-main-empregare {
        padding-top: 72px;
    }
}

body.gh-empregare .btn-primary {
    --bs-btn-bg: var(--gh-primary);
    --bs-btn-border-color: var(--gh-primary);
    --bs-btn-hover-bg: var(--gh-primary-hover);
    --bs-btn-hover-border-color: var(--gh-primary-hover);
    --bs-btn-active-bg: var(--gh-primary-hover);
    --bs-btn-active-border-color: var(--gh-primary-hover);
}

body.gh-empregare .btn-outline-primary {
    --bs-btn-color: var(--gh-primary);
    --bs-btn-border-color: var(--gh-primary);
    --bs-btn-hover-bg: var(--gh-primary);
    --bs-btn-hover-border-color: var(--gh-primary);
}

body.gh-empregare .text-primary { color: var(--gh-primary) !important; }
body.gh-empregare .bg-azul-claro { background: #eff3fc !important; }

/* Empregare utilities */
.sombra-1 {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
}

.fs-custom-7 { font-size: 0.9rem !important; }

.cor-texto-cinza { color: #a3a3a3 !important; }

.disableFocusHover:focus,
.disableFocusHover:hover {
    background-color: #fff;
    border-color: unset;
    box-shadow: unset;
    color: unset;
    outline: unset;
}

.m-custom-negativo { margin: 0; }

/* Header — espelha Empregare */
.gh-header-empregare,
.header-empregare.gh-header-empregare {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    min-height: 64px;
    max-height: none !important;
    overflow-x: hidden;
    overflow-y: visible;
    z-index: 1030;
    background: #fff;
    padding: 0;
    box-sizing: border-box;
}

.gh-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    max-width: 100%;
    min-height: 64px;
    padding: 0.5rem 0;
    box-sizing: border-box;
    overflow: hidden;
}

.gh-header-logo {
    display: flex;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
    max-width: calc(100% - 7.25rem);
    text-decoration: none;
    overflow: hidden;
}

.gh-header-nav-desktop {
    flex: 1 1 auto;
    justify-content: flex-end;
}

.gh-header-acoes {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    flex: 0 0 auto;
    margin-left: auto;
}

.gh-header-menu-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    color: var(--gh-text) !important;
    text-decoration: none;
    flex-shrink: 0;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    line-height: 1;
}

.gh-header-menu-btn .icone {
    font-size: 1.75rem;
    line-height: 1;
}

@media (min-width: 992px) {
    .gh-header-menu-btn {
        display: none !important;
    }
}

.gh-header-empregare .navbar {
    padding: 0.65rem 0;
    min-height: 75px;
    align-items: center;
}

.gh-header-empregare .imagem-link {
    display: flex;
    align-items: center;
    max-width: 100%;
}

.gh-header-empregare .imagem-link img {
    height: 40px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.gh-header-empregare .nav-link {
    color: var(--gh-text);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.45rem 0.85rem !important;
    text-decoration: none;
    transition: color 0.15s;
}

.gh-header-empregare .nav-link:hover { color: var(--gh-primary); }

.gh-header-empregare .link-underline {
    position: relative;
    text-decoration: none;
}

.gh-header-empregare .btn-cadastrar-topo {
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.5rem 1.1rem;
    white-space: nowrap;
}

.gh-header-empregare .btn-login {
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.375rem 0.85rem;
    white-space: nowrap;
}

.gh-header-empregare .icone {
    font-size: 1.75rem;
    color: var(--gh-text);
    line-height: 1;
}

.offcanvas-customizado .offcanvas-link {
    background: var(--gh-bg-light);
    color: var(--gh-text);
    text-decoration: none;
}

.offcanvas-customizado .offcanvas-link:hover {
    background: var(--gh-primary-soft);
    color: var(--gh-primary);
}

/* ── Menu lateral mobile (custom — sem Bootstrap offcanvas) ── */
.gh-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    z-index: 1045;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
}

.gh-mobile-menu.is-open {
    pointer-events: auto;
    visibility: visible;
}

.gh-mobile-menu-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.gh-mobile-menu.is-open .gh-mobile-menu-backdrop {
    opacity: 1;
}

.gh-mobile-menu-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.28s ease;
    overflow: hidden;
    overflow-x: hidden;
    box-sizing: border-box;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
    overscroll-behavior: contain;
    touch-action: pan-y;
}

.gh-mobile-menu.is-open .gh-mobile-menu-panel {
    transform: translateX(0);
}

.gh-mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--gh-border);
    flex-shrink: 0;
    box-sizing: border-box;
}

.gh-mobile-menu-head-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.gh-mobile-menu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--gh-muted);
    font-size: 1.25rem;
    cursor: pointer;
    flex-shrink: 0;
}

.gh-mobile-menu-title {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--gh-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gh-mobile-menu-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
}

.gh-mobile-menu-nav {
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.gh-mobile-menu-lang {
    width: 100%;
    max-width: 100%;
}

.gh-mobile-menu-lang-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding: 0.65rem 1rem;
    border: 1px solid var(--gh-primary);
    border-radius: 8px;
    background: #fff;
    color: var(--gh-primary);
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    box-sizing: border-box;
}

.gh-mobile-menu-lang-btn::after {
    display: none;
}

.gh-mobile-menu-lang .dropdown-menu {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.gh-mobile-menu-cta {
    display: inline-block;
    align-self: flex-start;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    background: var(--gh-primary);
    color: #fff !important;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    box-sizing: border-box;
}

.gh-mobile-menu-cta:hover {
    background: var(--gh-primary-hover);
    color: #fff !important;
}

.gh-mobile-menu-link {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0.75rem 1rem;
    border: 0;
    border-radius: 8px;
    background: var(--gh-bg-light);
    color: var(--gh-text);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.gh-mobile-menu-link:hover {
    background: var(--gh-primary-soft);
    color: var(--gh-primary);
}

html.gh-mobile-menu-open,
body.gh-empregare.gh-mobile-menu-open {
    overflow: hidden !important;
    overflow-x: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
    overscroll-behavior: none;
    touch-action: none;
}

body.gh-empregare.gh-mobile-menu-open {
    position: fixed;
    left: 0;
    right: 0;
}

@media (max-width: 991.98px) {
    html,
    body.gh-empregare {
        max-width: 100%;
        overflow-x: clip;
    }
}

@media (min-width: 992px) {
    .gh-mobile-menu {
        display: none !important;
    }
}

/* Hero — espelha home.min.css Empregare */
.section-banner-home {
    background: linear-gradient(90deg, #fff, #f1f4fa 99.99%, #e6ecf8);
    padding-top: 0;
    min-height: auto;
    position: relative;
    overflow: hidden;
}

.section-banner-home .home-form-col,
.section-banner-home .gh-hero-form-col {
    z-index: 100;
    margin-top: 0 !important;
    padding-top: 1rem;
    padding-bottom: 2rem;
    overflow: visible;
}

.container-destaque {
    background-repeat: no-repeat;
    background-position-x: calc(100% - 85px);
    background-position-y: bottom;
    padding-bottom: 40px;
    align-items: flex-start;
}

.section-banner-home .gh-hero-intro {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.section-banner-home .gh-hero-title {
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}

.section-banner-home .home-form-col .btn-recrutador {
    max-width: 235px;
}

.home-form-col h1 {
    font-size: clamp(1.65rem, 5vw, 2.75rem);
    font-weight: 600;
    color: var(--gh-text);
    line-height: 1.15;
}

.home-form-col > article > p {
    color: var(--gh-muted);
    font-size: 1rem;
    margin-bottom: 0;
}

.col-input-oportunidade {
    border-width: 0 1px 0 0 !important;
}

.col-input-oportunidade input {
    border: none !important;
}

.col-input-localizacao input {
    background: #f8f9fa;
}

.icone-input-pesquisa {
    background: #f8f9fa !important;
    border: none !important;
    color: #a3a3a3;
    padding-left: 0.25rem;
}

.btn-buscar-vaga {
    max-width: fit-content;
    font-weight: 600;
    white-space: nowrap;
}

.gh-hero-stats-row {
    font-size: 0.95rem;
    color: var(--gh-muted);
}

.gh-hero-stats-row strong { color: var(--gh-text); }

.gh-home-candidatos-stats {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.gh-home-candidatos-count {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gh-text);
    line-height: 1.35;
    letter-spacing: -0.01em;
    margin: 0;
}

.gh-home-candidatos-avatars {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    padding: 2px 0;
}

.gh-home-candidatos-avatar {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin-left: -12px;
    background: #f1f5f9;
    box-shadow:
        0 0 0 2.5px #fff,
        0 2px 8px rgba(15, 23, 42, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gh-home-candidatos-avatar:first-child {
    margin-left: 0;
}

.gh-home-candidatos-avatar:hover {
    transform: translateY(-2px);
    z-index: 10 !important;
    box-shadow:
        0 0 0 2.5px #fff,
        0 4px 14px rgba(15, 23, 42, 0.18);
}

.gh-home-candidatos-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.gh-vagas-destaque {
    margin: 1.25rem 0 1rem;
    padding: 1.15rem 1.1rem 1rem;
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    box-shadow: 0 10px 32px rgba(15, 23, 42, 0.06);
}

.gh-vagas-destaque-head {
    margin-bottom: 1rem;
}

.gh-vagas-destaque-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    background: rgba(251, 191, 36, 0.14);
    border: 1px solid rgba(251, 191, 36, 0.35);
    color: #b45309;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.gh-vagas-destaque-title {
    margin: 0.55rem 0 0.25rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--gh-text);
    letter-spacing: -0.02em;
}

.gh-vagas-destaque-desc {
    margin: 0;
    font-size: 0.875rem;
    color: var(--gh-muted);
    line-height: 1.45;
}

.splide-vagas-destaque {
    position: relative;
}

.splide-vagas-destaque .splide__track {
    overflow: visible;
}

.gh-vagas-destaque-arrows .splide__arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
    color: var(--gh-text);
    opacity: 1;
    top: -2.6rem;
    transform: none;
}

.gh-vagas-destaque-arrows .splide__arrow--prev {
    right: 2.75rem;
    left: auto;
}

.gh-vagas-destaque-arrows .splide__arrow--next {
    right: 0;
}

.gh-vaga-destaque-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem 1.05rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.gh-vaga-destaque-card:hover {
    transform: translateY(-3px);
    border-color: rgba(99, 102, 241, 0.22);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.gh-vaga-destaque-card-top {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.gh-vaga-destaque-logo {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #f1f5f9;
    border: 1px solid rgba(15, 23, 42, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.gh-vaga-destaque-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 4px;
}

.gh-vaga-destaque-logo i {
    font-size: 1.1rem;
    color: #64748b;
}

.gh-vaga-destaque-meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.gh-vaga-destaque-empresa {
    font-size: 0.78rem;
    font-weight: 600;
    color: #475569;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gh-vaga-destaque-tipo {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    width: fit-content;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
}

.gh-vaga-destaque-tipo.is-online {
    background: rgba(37, 99, 235, 0.1);
    color: #1d4ed8;
}

.gh-vaga-destaque-tipo.is-presencial {
    background: rgba(234, 88, 12, 0.1);
    color: #c2410c;
}

.gh-vaga-destaque-titulo {
    margin: 0 0 0.45rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--gh-text);
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gh-vaga-destaque-desc {
    margin: 0 0 0.55rem;
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gh-vaga-destaque-local,
.gh-vaga-destaque-contrato {
    margin: 0 0 0.35rem;
    font-size: 0.78rem;
    color: #64748b;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gh-vaga-destaque-local i,
.gh-vaga-destaque-contrato i {
    color: #94a3b8;
    margin-right: 0.2rem;
}

.gh-vaga-destaque-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: 0.35rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: #92400e;
    border: 1px solid rgba(245, 158, 11, 0.35);
}

.gh-vaga-destaque-cta {
    margin-top: auto;
    padding-top: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--gh-primary, #3e3edf);
    text-decoration: none;
}

.gh-vaga-destaque-cta:hover {
    color: #312e81;
}

@media (max-width: 575.98px) {
    .gh-vagas-destaque {
        padding: 1rem 0.85rem 0.85rem;
    }

    .gh-vagas-destaque-title {
        font-size: 1.2rem;
    }

    .gh-vagas-destaque-arrows .splide__arrow {
        top: -2.35rem;
    }
}

.splide-parceiros {
    padding: 0.25rem 0;
}

.splide-parceiros .splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.splide-parceiros .partner-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 80px;
    padding: 0.85rem 1.25rem;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.splide-parceiros .partner-logo-wrap:hover {
    transform: translateY(-3px);
    border-color: rgba(99, 102, 241, 0.18);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
}

.splide-parceiros .partner-logo {
    display: block;
    max-width: 148px;
    max-height: 56px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    filter: grayscale(0.12) saturate(0.95);
    opacity: 0.9;
    transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.splide-parceiros .partner-logo-wrap:hover .partner-logo {
    filter: grayscale(0) saturate(1);
    opacity: 1;
    transform: scale(1.03);
}

@media (max-width: 575.98px) {
    .splide-parceiros .partner-logo-wrap {
        min-height: 72px;
        padding: 0.75rem 1rem;
    }

    .splide-parceiros .partner-logo {
        max-width: 120px;
        max-height: 48px;
    }
}

.btn-recrutador {
    background: #fff !important;
    border: 1px solid var(--gh-border) !important;
    border-radius: 8px !important;
    padding: 0 !important;
    text-decoration: none;
    color: var(--gh-text) !important;
    box-shadow: none;
    transition: transform 0.2s, box-shadow 0.2s;
    overflow: hidden;
}

.btn-recrutador:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    color: var(--gh-text) !important;
}

.btn-recrutador .bg-primary {
    background: var(--gh-primary) !important;
    border-radius: 8px 0 0 8px !important;
}

.card-procure-trabalho {
    left: -9% !important;
    max-width: 221px;
}

.card-procure-trabalho .card-badge-azul {
    background-color: #c5fff8;
}

.card-cadastre-curriculo {
    max-width: 230px;
}

.card-cadastre-curriculo .card-badge-roza {
    background-color: #fae7cc;
    left: 5%;
    top: -35% !important;
}

.card-procure-trabalho,
.card-cadastre-curriculo {
    background: #fff;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: var(--gh-text);
}

.card-badge-azul {
    border-radius: 10px;
}

.card-badge-roza {
    border-radius: 10px;
    bottom: -12px;
    right: 12px;
}

/* Sections */
.gh-section-empregare {
    padding: 4rem 0;
}

.gh-section-empregare.bg-alt {
    background: var(--gh-bg-light);
}

.gh-section-empregare h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    color: var(--gh-text);
    margin-bottom: .5rem;
}

.gh-section-empregare .section-desc {
    color: var(--gh-muted);
    font-size: 1rem;
    max-width: 560px;
    line-height: 1.65;
}

.gh-type-pill {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: .35rem .85rem;
    border-radius: 20px;
    margin-bottom: 1rem;
}

.gh-type-pill.online {
    background: rgba(37, 99, 235, 0.1);
    color: var(--gh-online);
}

.gh-type-pill.presencial {
    background: rgba(234, 88, 12, 0.1);
    color: var(--gh-pres);
}

/* Regional cards */
.gh-regioes-scroll {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 1rem 0 1.5rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.gh-regioes-scroll::-webkit-scrollbar { height: 6px; }
.gh-regioes-scroll::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 3px; }

.card-cidade-oportunidade {
    flex: 0 0 261px;
    scroll-snap-align: start;
    height: 300px;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    background: linear-gradient(135deg, var(--gh-primary) 0%, #6366f1 100%);
    transition: transform 0.25s;
}

.card-cidade-oportunidade:hover {
    transform: translateY(-4px);
    color: #fff;
}

.card-cidade-oportunidade .card-body {
    position: relative;
    z-index: 1;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(31, 31, 31, 0) 23.22%, #251f1f 92.31%);
    text-align: center;
}

.card-cidade-oportunidade p {
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.card-cidade-oportunidade p:last-child {
    font-size: .85rem;
    opacity: .85;
    font-weight: 500;
}

.card-cidade-oportunidade img.position-absolute {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.card-cidade-nome-topo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0.85rem 0.75rem 1.5rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

/* Carousel regional — Splide + imagens dos estados */
.splide-cards-oportunidades {
    max-width: 100%;
}

.splide-cards-oportunidades .splide__track {
    overflow: visible;
}

.splide-cards-oportunidades .splide__slide.card-cidade-oportunidade,
.splide-cards-oportunidades a.card-cidade-oportunidade.splide__slide {
    display: block;
    width: 100%;
    height: 300px;
    min-height: 300px;
    flex-shrink: 0;
}

.splide-cards-oportunidades .card-cidade-oportunidade img.position-absolute {
    display: block;
    object-fit: cover;
    z-index: 0;
}

.splide-cards-oportunidades .card-cidade-oportunidade .card-body {
    min-height: 100%;
}

.splide-cards-oportunidades .splide__arrow {
    z-index: 3;
}

/* Vaga cards — light theme */
.vagas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}

.vaga-card {
    background: #fff;
    border: 1px solid var(--gh-border);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: var(--gh-shadow);
    transition: transform .3s, box-shadow .3s, border-color .3s;
}

.vaga-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(62, 62, 223, 0.25);
}

.vaga-card-header {
    padding: 1.25rem 1.25rem .75rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .75rem;
}

.vaga-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    background: rgba(37, 99, 235, 0.1);
    color: var(--gh-online);
    border: 1px solid rgba(37, 99, 235, 0.15);
}

.vaga-icon.presencial {
    background: rgba(234, 88, 12, 0.1);
    color: var(--gh-pres);
    border-color: rgba(234, 88, 12, 0.15);
}

.vaga-icon.vaga-icon-logo {
    background: #f8fafc;
    border-color: var(--gh-border);
    padding: .35rem;
}

.vaga-empresa-logo-img { width: 100%; height: 100%; object-fit: contain; }

.vaga-empresa-label {
    font-size: .65rem;
    font-weight: 700;
    padding: .22rem .65rem;
    border-radius: 20px;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: var(--gh-bg-light);
    color: var(--gh-muted);
    border: 1px solid var(--gh-border);
}

.vaga-header-badges { display: flex; flex-direction: column; align-items: flex-end; gap: .35rem; }

.vaga-badge-tipo {
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .22rem .65rem;
    border-radius: 20px;
}

.vaga-badge-tipo.online {
    background: rgba(37, 99, 235, 0.1);
    color: var(--gh-online);
}

.vaga-badge-tipo.presencial {
    background: rgba(234, 88, 12, 0.1);
    color: var(--gh-pres);
}

.vaga-destaque-label {
    font-size: .65rem;
    font-weight: 700;
    padding: .22rem .65rem;
    border-radius: 20px;
    background: rgba(232, 184, 75, 0.15);
    color: #b45309;
    border: 1px solid rgba(232, 184, 75, 0.35);
}

.vaga-card-body { padding: 0 1.25rem 1rem; flex: 1; }
.vaga-card-body h3 { font-size: 1.05rem; font-weight: 700; color: var(--gh-text); margin-bottom: .45rem; }
.vaga-card-body p { font-size: .85rem; color: var(--gh-muted); line-height: 1.65; margin-bottom: .75rem; }

.vaga-requisitos { list-style: none; padding: 0; margin: 0 0 .75rem; display: flex; flex-direction: column; gap: .3rem; }
.vaga-requisitos li { font-size: .82rem; color: var(--gh-muted); display: flex; align-items: flex-start; gap: .45rem; }
.vaga-requisitos li i { color: var(--gh-primary); margin-top: .2rem; flex-shrink: 0; font-size: .75rem; }

.vaga-info { display: flex; flex-wrap: wrap; gap: .4rem; }
.vaga-local, .vaga-tipo-contrato {
    font-size: .73rem;
    font-weight: 600;
    color: var(--gh-muted);
    background: var(--gh-bg-light);
    border: 1px solid var(--gh-border);
    padding: .22rem .65rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: .35rem;
}

.vaga-card-footer { padding: 1rem 1.25rem; border-top: 1px solid var(--gh-border); }

.btn-candidatar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    padding: .75rem;
    background: var(--gh-primary-soft);
    border: 1px solid rgba(62, 62, 223, 0.2);
    color: var(--gh-primary);
    font-weight: 700;
    font-size: .85rem;
    text-decoration: none;
    border-radius: 8px;
    transition: background .2s, transform .2s;
}

.btn-candidatar:hover {
    background: var(--gh-primary);
    color: #fff;
    transform: translateY(-1px);
}

.btn-candidatar.btn-presencial {
    background: rgba(234, 88, 12, 0.08);
    border-color: rgba(234, 88, 12, 0.2);
    color: var(--gh-pres);
}

.btn-candidatar.btn-presencial:hover {
    background: var(--gh-pres);
    color: #fff;
}

.vaga-card.gh-regiao-hidden { display: none !important; }
.gh-vaga-list-item.gh-regiao-hidden { display: none !important; }
.gh-section-tipo-hidden { display: none !important; }

/* Resultados de busca — listagem Empregare */
.gh-busca-resultados .listagem-vagas {
    margin-top: 0.5rem;
}

.gh-busca-resultados .card-vaga {
    transition: box-shadow 0.2s, transform 0.2s;
}

.gh-busca-resultados .card-vaga:hover {
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.12) !important;
    transform: translateY(-2px);
}

.gh-busca-resultados .logo-aside-tamanho {
    width: 48px;
    height: 48px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
}

.gh-busca-resultados .logo-aside-tamanho img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.gh-busca-resultados .bg-span-card-vaga {
    background: #eef0f4;
    color: #4b5563;
    vertical-align: middle;
    margin-right: 0.35rem;
}

.gh-busca-resultados .card-vaga-empresa {
    color: #6b7280;
    font-size: 0.875rem;
}

.gh-busca-resultados .titulo-vaga {
    color: #111827;
}

.gh-busca-resultados .card-cidades {
    color: #374151;
    font-size: 0.9rem;
}

.gh-busca-resultados .box-quantidade-total-vagas {
    color: #6b7280;
    font-size: 0.95rem;
}

/* Busca região */
.gh-regiao-busca {
    margin: 0 auto 2rem;
    max-width: 900px;
    background: #fff;
    border: 1px solid var(--gh-border);
    border-radius: 14px;
    padding: 1.5rem;
    box-shadow: var(--gh-shadow);
}

.gh-regiao-busca-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--gh-text);
    margin-bottom: .35rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.gh-regiao-busca-title i { color: var(--gh-pres); }
.gh-regiao-busca-desc { font-size: .875rem; color: var(--gh-muted); margin-bottom: 1rem; }

.gh-regiao-busca-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

.gh-regiao-busca-row-nome { margin-bottom: .85rem; grid-template-columns: 1fr; }

.gh-regiao-busca-field { display: flex; flex-direction: column; gap: .35rem; min-width: 0; }
.gh-regiao-busca-field label {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--gh-muted);
}

.gh-regiao-busca-select,
.gh-regiao-busca-input {
    width: 100%;
    background: var(--gh-bg-light);
    border: 1px solid var(--gh-border);
    color: var(--gh-text);
    border-radius: 8px;
    padding: .72rem .85rem;
    font-size: .88rem;
}

.gh-regiao-busca-select:focus,
.gh-regiao-busca-input:focus {
    outline: none;
    border-color: var(--gh-primary);
    box-shadow: 0 0 0 3px rgba(62, 62, 223, 0.12);
}

.gh-regiao-busca-actions { display: flex; gap: .65rem; flex-wrap: wrap; margin-top: .85rem; }

.gh-regiao-busca-btn {
    background: var(--gh-primary);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: .72rem 1.15rem;
    font-weight: 700;
    font-size: .82rem;
    cursor: pointer;
}

.gh-regiao-busca-clear {
    background: #fff;
    color: var(--gh-muted);
    border: 1px solid var(--gh-border);
    border-radius: 8px;
    padding: .72rem 1.15rem;
    font-weight: 600;
    font-size: .82rem;
    cursor: pointer;
}

.gh-regiao-busca-status { margin-top: .75rem; font-size: .82rem; color: var(--gh-muted); min-height: 1.1rem; }
.gh-regiao-busca-status.has-match { color: var(--gh-primary); font-weight: 600; }

/* Busca integrada no hero (Empregare) */
.gh-regiao-busca-integrada {
    overflow: hidden;
}

.gh-regiao-busca-integrada .gh-home-busca-linha-principal {
    align-items: stretch;
}

.gh-regiao-busca-integrada .gh-home-busca-select {
    appearance: auto;
    background-color: transparent;
    cursor: pointer;
    min-width: 0;
}

.gh-regiao-busca-integrada .gh-home-busca-filtros-extra {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 0;
    padding-top: 0.75rem !important;
}

.gh-regiao-busca-integrada .gh-home-busca-clear {
    white-space: nowrap;
    align-self: center;
}

.gh-regiao-busca-integrada .gh-regiao-busca-status {
    margin-top: 0;
    font-size: 0.8125rem;
}

@media (max-width: 760px) {
    .gh-regiao-busca-row { grid-template-columns: 1fr; }
}

/* Gamificação */
.gh-gami-banner {
    background: var(--gh-primary-soft);
    border: 1px solid rgba(62, 62, 223, 0.12);
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.gh-gami-banner-icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid rgba(62, 62, 223, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: var(--gh-primary);
}

.gh-gami-banner-body h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--gh-text);
    margin-bottom: .5rem;
}

.gh-gami-banner-body p { font-size: .9rem; color: var(--gh-muted); line-height: 1.7; margin: 0; }

.gh-gami-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-top: 1rem;
    background: var(--gh-primary);
    color: #fff;
    font-weight: 700;
    font-size: .85rem;
    padding: .65rem 1.4rem;
    border-radius: 8px;
    text-decoration: none;
    transition: background .2s, transform .2s;
}

.gh-gami-cta-btn:hover { background: var(--gh-primary-hover); color: #fff; transform: translateY(-2px); }

.gh-gami-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 1rem;
}

.gh-gami-pub-card {
    background: #fff;
    border: 1px solid var(--gh-border);
    border-radius: 12px;
    padding: 1.2rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    box-shadow: var(--gh-shadow);
    transition: transform .25s, border-color .25s;
}

.gh-gami-pub-card:hover { transform: translateY(-3px); border-color: rgba(62, 62, 223, 0.2); }

.gh-gami-pub-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 9px;
    flex-shrink: 0;
    background: var(--gh-primary-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gh-primary);
}

.gh-gami-pub-card-body h4 { font-size: .9rem; font-weight: 700; color: var(--gh-text); margin-bottom: .3rem; }
.gh-gami-pub-desc { font-size: .8rem; color: var(--gh-muted); line-height: 1.6; margin-bottom: .6rem; }
.gh-gami-pub-meta { display: flex; flex-wrap: wrap; gap: .35rem; }

.gh-gami-pub-badge {
    font-size: .68rem;
    font-weight: 700;
    padding: .18rem .55rem;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}

.gh-gami-pub-badge.nivel { background: #f3e8ff; color: #7c3aed; }
.gh-gami-pub-badge.money { background: #d1fae5; color: #059669; }
.gh-gami-pub-badge.gift { background: #fef3c7; color: #b45309; }
.gh-gami-pub-badge.prazo { background: var(--gh-bg-light); color: var(--gh-muted); }

.gh-rank-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 1.25rem; }

.gh-rank-card {
    background: #fff;
    border: 1px solid var(--gh-border);
    border-radius: 14px;
    padding: 1rem;
    box-shadow: var(--gh-shadow);
}

.gh-rank-card-head {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .85rem;
    padding-bottom: .6rem;
    border-bottom: 1px solid var(--gh-border);
}

.gh-rank-setor-badge { font-size: .72rem; font-weight: 700; padding: .2rem .7rem; border-radius: 20px; }

.gh-gami-ranking-list { display: flex; flex-direction: column; gap: .35rem; }

.gh-gami-rank-row {
    display: flex;
    align-items: center;
    gap: .55rem;
    padding: .4rem .5rem;
    border-radius: 8px;
}

.gh-gami-rank-row:hover { background: var(--gh-bg-light); }
.gh-gami-rank-row.gh-top3 { background: var(--gh-primary-soft); }

.gh-gami-rank-pos { font-size: .95rem; min-width: 1.5rem; text-align: center; }

.gh-gami-rank-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--gh-primary-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 700;
    color: var(--gh-primary);
}

.gh-gami-rank-avatar img { width: 100%; height: 100%; object-fit: cover; }
.gh-gami-rank-info { flex: 1; min-width: 0; }
.gh-gami-rank-nome { font-size: .8rem; font-weight: 600; color: var(--gh-text); display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gh-gami-rank-bar-wrap { height: 3px; background: var(--gh-border); border-radius: 2px; margin-top: .25rem; }
.gh-gami-rank-bar { height: 100%; background: var(--gh-primary); border-radius: 2px; }
.gh-gami-rank-nivel { font-size: .72rem; font-weight: 700; color: var(--gh-primary); white-space: nowrap; }
.gh-gami-rank-tar { font-size: .72rem; color: var(--gh-muted); white-space: nowrap; }

.gh-setor-pill {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .76rem;
    font-weight: 700;
    padding: .22rem .75rem;
    border-radius: 20px;
    margin-bottom: .85rem;
}

/* Benefícios */
.gh-ben-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}

.gh-ben-card {
    background: #fff;
    border: 1px solid var(--gh-border);
    border-radius: 12px;
    padding: 1.75rem;
    box-shadow: var(--gh-shadow);
    transition: transform .3s, border-color .3s;
}

.gh-ben-card:hover {
    transform: translateY(-4px);
    border-color: rgba(62, 62, 223, 0.2);
}

.gh-ben-icon {
    width: 48px;
    height: 48px;
    background: var(--gh-primary-soft);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--gh-primary);
    margin-bottom: 1.1rem;
}

.gh-ben-card h4 { font-size: .98rem; font-weight: 700; color: var(--gh-text); margin-bottom: .4rem; }
.gh-ben-card p { font-size: .85rem; color: var(--gh-muted); line-height: 1.65; margin: 0; }

/* Cursos CTA */
.card-gerador-curriculo {
    border-radius: 16px !important;
    box-shadow: 15px 17px 1px #d8d8f8;
}

.card-gerador-curriculo .card-title {
    font-weight: 700;
    color: var(--gh-text);
}

/* Footer */
.footer-empregare {
    background: #fff;
    border-top: 1px solid var(--gh-border) !important;
}

.footer-empregare .fs-4 { font-size: 1.1rem !important; font-weight: 700; color: var(--gh-text); }

.footer-empregare .list-group-item {
    border: none;
    padding: .35rem 0;
    background: transparent;
}

.footer-empregare .list-group-item a {
    color: var(--gh-muted);
    text-decoration: none;
    font-size: .875rem;
}

.footer-empregare .list-group-item a:hover { color: var(--gh-primary); }

.footer-empregare .link-underline:hover { text-decoration: underline; }

.footer-empregare .icone-footer {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--gh-bg-light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--gh-text);
    text-decoration: none;
    transition: background .15s, color .15s;
}

.footer-empregare .icone-footer:hover {
    background: var(--gh-primary-soft);
    color: var(--gh-primary);
}

.footer-empregare .gh-footer-logo {
    height: auto;
    max-height: 56px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    display: block;
}

/* Cookie bar Grupo Henry */
.gh-cookie-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1045;
    background: #fff;
    border-top: 1px solid var(--gh-border);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
}

.gh-cookie-bar p {
    color: var(--gh-muted);
    max-width: 720px;
}

.gh-cookie-bar a {
    color: var(--gh-primary);
    text-decoration: underline;
}

.list-terms .list-group-item { padding: .25rem .75rem; }
.list-terms a, .list-terms button { color: var(--gh-muted) !important; }

/* Entry modal */
.gh-entry-overlay {
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    opacity: 0;
    transition: opacity .35s ease;
}

.gh-entry-overlay.gh-entry-visible { opacity: 1; }

.gh-entry-box {
    background: #fff;
    border: none;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    max-width: 480px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    animation: ghEntrySlide .45s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes ghEntrySlide {
    from { opacity: 0; transform: translateY(24px) scale(.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.gh-entry-logo img { max-height: 56px; margin-bottom: 1.25rem; }
.gh-entry-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--gh-text);
    margin-bottom: 1.75rem;
    line-height: 1.45;
}

@media (max-width: 575.98px) {
    .gh-entry-title {
        font-size: 1rem;
    }
}
.gh-entry-subtitle { font-size: .92rem; color: var(--gh-muted); line-height: 1.6; margin-bottom: 1.75rem; }
.gh-entry-actions { display: flex; flex-direction: column; gap: .75rem; }

.gh-entry-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    width: 100%;
    padding: 1rem 1.25rem;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
}

.gh-entry-btn:hover { transform: translateY(-2px); }

.gh-entry-btn-vagas {
    background: var(--gh-primary);
    color: #fff;
    box-shadow: 0 8px 24px rgba(62, 62, 223, 0.3);
}

.gh-entry-btn-empresa {
    background: #fff;
    color: var(--gh-primary);
    border: 2px solid var(--gh-primary) !important;
}

/* Grupo Henry 2026 — header */
body.gh-empregare #header-candidato.gh-header-empregare .gh-header-logo img {
    height: 42px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

body.gh-empregare #header-candidato.gh-header-empregare .nav-link {
    color: var(--gh-text) !important;
    white-space: nowrap;
}

body.gh-empregare #header-candidato.gh-header-empregare .dropdown-toggle-linguagem-topo {
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
}

body.gh-empregare #header-candidato.gh-header-empregare .btn-login {
    display: inline-flex !important;
    align-items: center;
    color: var(--gh-primary) !important;
    background: #fff !important;
    border-color: var(--gh-primary) !important;
    flex-shrink: 0;
    white-space: nowrap;
}

body.gh-empregare #header-candidato.gh-header-empregare .btn-cadastrar-topo {
    background: var(--gh-primary);
    border-color: var(--gh-primary);
    color: #fff !important;
}

@media (max-width: 991.98px) {
    body.gh-empregare #header-candidato.gh-header-empregare {
        width: 100%;
        max-width: 100vw;
        max-height: none !important;
        overflow-x: hidden !important;
    }

    body.gh-empregare #header-candidato.gh-header-empregare .gh-header-container {
        width: 100%;
        max-width: 100%;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    body.gh-empregare #header-candidato.gh-header-empregare .gh-header-bar {
        min-height: 56px;
        gap: 0.35rem;
        width: 100%;
        max-width: 100%;
    }

    body.gh-empregare #header-candidato.gh-header-empregare .gh-header-logo {
        flex: 1 1 0;
        min-width: 0;
        max-width: calc(100% - 6.75rem);
    }

    body.gh-empregare #header-candidato.gh-header-empregare .gh-header-logo img {
        width: auto !important;
        max-width: 100% !important;
        height: 32px;
    }

    body.gh-empregare #header-candidato.gh-header-empregare .gh-header-acoes {
        display: flex !important;
        flex: 0 0 auto;
        gap: 0.25rem;
        visibility: visible !important;
        opacity: 1 !important;
    }

    body.gh-empregare #header-candidato.gh-header-empregare .btn-login {
        padding: 0.3rem 0.55rem;
        font-size: 0.78rem;
    }

    body.gh-empregare #header-candidato.gh-header-empregare .gh-header-menu-btn {
        width: 2.1rem;
        height: 2.1rem;
    }

    body.gh-empregare #header-candidato.gh-header-empregare .gh-header-menu-btn .icone {
        font-size: 1.5rem;
    }
}

/* ── Tablet ── */
@media (max-width: 989.98px) {
    .container-destaque {
        background-image: none !important;
    }
}

/* ── Mobile (Empregare: 768.98px) ── */
@media (max-width: 768.98px) {
    .gh-header-empregare {
        background: #fff !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
    }

    body.gh-empregare .form-control {
        padding: 0.575rem 0.75rem;
    }

    .gh-section-empregare {
        padding: 2.5rem 0;
    }

    .section-banner-home {
        padding-bottom: 1rem;
    }

    .section-banner-home .home-form-col,
    .section-banner-home .gh-hero-form-col {
        padding-top: 0.75rem !important;
        padding-bottom: 1.25rem !important;
        margin-top: 0 !important;
    }

    .home-form-col h1,
    .section-banner-home .gh-hero-title {
        font-size: 1.65rem;
        padding-top: 0 !important;
        padding-bottom: 0.35rem !important;
    }

    .gh-gami-banner {
        padding: 1.25rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .gh-gami-banner-icon {
        width: 52px;
        height: 52px;
        font-size: 1.35rem;
    }

    .vagas-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .gh-gami-cards-grid,
    .gh-ben-grid,
    .gh-rank-grid {
        grid-template-columns: 1fr;
    }

    .gh-regiao-busca {
        padding: 1rem;
    }

    .vaga-card-header {
        flex-wrap: wrap;
    }

    .vaga-header-badges {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        margin-top: 0.35rem;
    }
}

/* ── Mobile (Empregare: 767.98px) ── */
@media (max-width: 767.98px) {
    body.gh-empregare .gh-main-empregare {
        padding-top: 64px;
    }

    .col-input-oportunidade {
        border-width: 0 0 1px !important;
    }

    .col-input-oportunidade input {
        border: none !important;
    }

    .col-input-localizacao input,
    .col-input-localizacao select {
        border-width: 0 !important;
    }

    .gh-regiao-busca-integrada .gh-home-busca-linha-principal .col-input-localizacao {
        border-width: 0 0 1px !important;
    }

    .gh-regiao-busca-integrada .gh-home-busca-filtros-extra .form-select {
        width: 100%;
    }

    .btn-buscar-vaga {
        max-width: unset !important;
        width: 100%;
        border-radius: 8px !important;
        margin-top: 0.25rem;
    }

    .section-banner-home .home-form-col .btn-recrutador {
        max-width: none;
        width: 100%;
    }

    .gh-header-empregare .btn-login {
        padding: 0.35rem 0.65rem;
        font-size: 0.8rem;
    }

    .gh-header-empregare .navbar {
        min-height: 64px;
        padding: 0.5rem 0;
    }

    .gh-header-empregare .imagem-link img {
        height: 34px;
    }

    .gh-entry-box {
        padding: 1.75rem 1.25rem;
    }

    .footer-empregare .fs-4 {
        font-size: 1rem !important;
    }
}

/* ── Mobile pequeno (Empregare: 576.98px) ── */
@media (max-width: 576.98px) {
    .m-custom-negativo {
        margin: 0 -24px;
    }

    .gh-regioes-scroll {
        margin: 0 -24px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .card-cidade-oportunidade {
        flex: 0 0 261px;
        max-width: 261px !important;
    }

    .card-gerador-curriculo {
        box-shadow: none !important;
    }

    #tags-busca-especifica .btn-sm {
        font-size: 0.75rem;
    }
}

/* ── Telas muito pequenas (Empregare: 360px) ── */
@media (max-width: 360px) {
    body.gh-empregare #header-candidato.gh-header-empregare .gh-header-container {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    body.gh-empregare #header-candidato.gh-header-empregare .gh-header-logo {
        max-width: calc(100% - 6.25rem);
    }

    body.gh-empregare #header-candidato.gh-header-empregare .gh-header-logo img {
        height: 28px;
    }

    body.gh-empregare #header-candidato.gh-header-empregare .btn-login {
        padding: 0.28rem 0.45rem;
        font-size: 0.72rem;
    }
}
