/* Trabalhe Conosco - Visual alinhado ao index */
.tc-hero {
    position: relative;
    isolation: isolate;
    padding: clamp(3.25rem, 6vw, 5.5rem) 0;
    overflow: hidden;
}

.tc-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 50% 50%, transparent 25%, #000 120%),
        linear-gradient(90deg, rgba(0, 255, 234, 0.04) 1px, transparent 1px),
        linear-gradient(rgba(0, 255, 234, 0.04) 1px, transparent 1px);
    background-size: 100% 100%, 40px 40px, 40px 40px;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
}

.tc-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(5, 11, 20, 0.96) 0%, rgba(7, 21, 35, 0.78) 58%, rgba(0, 255, 234, 0.08) 100%);
    pointer-events: none;
    z-index: 0;
}

.tc-hero .container {
    position: relative;
    z-index: 1;
}

.tc-hero-row {
    min-height: 32rem;
}

.tc-hero-copy {
    max-width: 44rem;
}

.tc-hero-eyebrow {
    width: fit-content;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(0, 255, 234, 0.34);
    border-radius: 999px;
    background: rgba(0, 255, 234, 0.08);
    color: #00ffea !important;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

.tc-title {
    font-size: clamp(2.35rem, 4.8vw, 3.6rem);
    font-weight: 800;
    letter-spacing: 0 !important;
    line-height: 1.06;
    margin-bottom: 1rem;
    text-shadow: 0 0 22px rgba(0, 255, 234, 0.08);
    text-transform: none !important;
}

.tc-lede {
    font-size: 1.12rem;
    line-height: 1.65;
    max-width: 640px;
    margin-bottom: 1.75rem;
    color: rgba(232, 241, 255, 0.78) !important;
}

.tc-cta {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.tc-btn {
    appearance: none;
    -webkit-appearance: none;
    min-height: 48px;
    min-width: 190px;
    padding: 0.85rem 1.2rem;
    border: 1px solid transparent;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    gap: 0.55rem;
    color: #fff !important;
    cursor: pointer;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    overflow-wrap: anywhere;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tc-btn:hover {
    transform: translateY(-1px);
}

.tc-btn:focus-visible,
.btn-prioridade:focus-visible,
.tc-form-actions .btn-tech:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.95);
    outline-offset: 3px;
    box-shadow: 0 0 0 6px rgba(0, 255, 234, 0.28);
}

.tc-btn-primary {
    background: linear-gradient(180deg, #d43b12 0%, #a9290c 100%);
    border-color: rgba(255, 155, 119, 0.6);
    box-shadow: 0 12px 28px rgba(255, 77, 29, 0.28);
}

.tc-btn-primary:hover,
.tc-btn-primary:focus-visible {
    background: linear-gradient(180deg, #c9360f 0%, #9f250a 100%);
    color: #fff !important;
}

.tc-btn-secondary {
    background: rgba(5, 11, 20, 0.24);
    border-color: rgba(0, 255, 234, 0.55);
    color: #dffffc !important;
}

.tc-btn-secondary:hover,
.tc-btn-secondary:focus-visible {
    background: rgba(0, 255, 234, 0.12);
    border-color: rgba(0, 255, 234, 0.84);
    color: #fff !important;
}

.tc-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.25rem;
    padding: 0;
    list-style: none;
}

.tc-chip {
    min-height: 38px;
    padding: 0.45rem 0.85rem;
    border-radius: 0;
    border: 1px solid rgba(0, 255, 234, 0.22);
    background: rgba(255, 255, 255, 0.055);
    color: rgba(232, 241, 255, 0.82);
    font-size: 0.85rem;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    overflow-wrap: anywhere;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.tc-chip i {
    color: #00ffea;
}

.tc-hero-picture {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(0, 255, 234, 0.22);
    border-radius: 0;
    background: #07101a;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.42), 0 0 28px rgba(0, 255, 234, 0.12);
    clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}

.tc-hero-picture::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-top: 1px solid rgba(0, 255, 234, 0.32);
    border-right: 1px solid rgba(255, 77, 29, 0.32);
    pointer-events: none;
    z-index: 2;
}

.tc-hero-picture::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 11, 20, 0.02), rgba(5, 11, 20, 0.18));
    pointer-events: none;
    z-index: 1;
}

.tc-hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ---- Hero repaginado: destaque no título, selo ao vivo, diferenciais e cartão flutuante ---- */
.tc-title-accent {
    color: var(--neon-blue, #00ffea);
    text-shadow: 0 0 26px rgba(0, 255, 234, 0.35);
}

.tc-hero-live {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1.4rem;
    padding: 0.45rem 0.9rem;
    font-size: 0.86rem;
    font-weight: 700;
    color: #eafffb;
    border: 1px solid rgba(0, 255, 157, 0.4);
    background: rgba(0, 255, 157, 0.08);
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.tc-hero-live--soft {
    color: #dffffc;
    border-color: rgba(0, 255, 234, 0.4);
    background: rgba(0, 255, 234, 0.08);
}

.tc-hero-live__dot {
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--neon-green, #00ff9d);
    box-shadow: 0 0 0 4px rgba(0, 255, 157, 0.18), 0 0 12px rgba(0, 255, 157, 0.8);
}

.tc-hero-live--soft .tc-hero-live__dot {
    background: var(--neon-blue, #00ffea);
    box-shadow: 0 0 0 4px rgba(0, 255, 234, 0.16), 0 0 12px rgba(0, 255, 234, 0.7);
}

@media (prefers-reduced-motion: no-preference) {
    .tc-hero-live__dot {
        animation: tcHeroPulse 2.6s ease-in-out infinite;
    }
}

@keyframes tcHeroPulse {
    0%, 100% { box-shadow: 0 0 0 3px rgba(0, 255, 157, 0.22), 0 0 10px rgba(0, 255, 157, 0.6); }
    50% { box-shadow: 0 0 0 7px rgba(0, 255, 157, 0.05), 0 0 16px rgba(0, 255, 157, 0.95); }
}

.tc-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1.4rem;
    margin: 1.4rem 0 0;
    padding: 0;
    list-style: none;
}

.tc-hero-stats li {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: rgba(232, 241, 255, 0.86);
}

.tc-hero-stats i {
    color: var(--neon-blue, #00ffea);
    font-size: 1.05rem;
}

.tc-hero-visual {
    position: relative;
}

.tc-hero-float {
    position: absolute;
    left: 1rem;
    bottom: 1.25rem;
    width: min(280px, 78%);
    padding: 1rem 1.15rem;
    background: rgba(5, 11, 20, 0.82);
    border: 1px solid rgba(0, 255, 234, 0.28);
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(12px);
    clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
}

.tc-hero-float__tag {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0.15rem 0.5rem;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #111827;
    background: var(--neon-orange, #ff4d1d);
    clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
}

.tc-hero-float strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.25;
}

.tc-hero-float__sub {
    display: block;
    color: rgba(232, 241, 255, 0.72);
    font-size: 0.82rem;
    line-height: 1.4;
}

/* Tema claro: manter selo/diferenciais legíveis sobre o hero escuro imersivo. */
body.light-theme .tc-hero .tc-hero-stats li,
body.light-theme .tc-hero .tc-title-accent {
    color: #f7fbff !important;
    -webkit-text-fill-color: currentColor !important;
}

body.light-theme .tc-hero .tc-title-accent {
    color: #00ffea !important;
}

.tc-form-section .tech-card {
    border-radius: 0;
    clip-path: polygon(15px 0,
            100% 0,
            100% calc(100% - 15px),
            calc(100% - 15px) 100%,
            0 100%,
            0 15px);
}

.tc-hero-card {
    padding: 1.8rem;
}

.tc-step-list,
.tc-info-list {
    display: grid;
    gap: 0.85rem;
    margin-top: 1rem;
}

.tc-step,
.tc-info-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

.tc-step-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--neon-blue);
    background: rgba(0, 255, 234, 0.1);
}

.tc-step strong,
.tc-info-item strong {
    display: block;
    font-size: 0.95rem;
}

.tc-step span,
.tc-info-item span {
    color: var(--text-tech);
    font-size: 0.9rem;
}

.tc-card-note {
    margin: 1rem 0 0;
    color: var(--text-tech);
}

.btn-prioridade {
    color: var(--neon-blue) !important;
    border-color: var(--neon-blue) !important;
    justify-content: center;
    text-align: center;
    min-width: 180px;
}

.btn-prioridade:hover {
    background: rgba(0, 255, 234, 0.15);
    box-shadow: 0 0 18px rgba(0, 255, 234, 0.45);
    color: #fff !important;
}

.tc-form-section {
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    scroll-margin-top: 96px;
}

.tc-form-card {
    padding: 1.75rem;
}

.tc-form-head h2 {
    margin-bottom: 0.4rem;
}

.tc-form-head p {
    margin-bottom: 1.5rem;
    color: var(--text-tech);
}

/* body.dark-theme vence a regra global "body.dark-theme input !important" do
   site-dark.css (especificidade) — sem isso o input cai no cinza global. */
body.dark-theme .tc-input {
    background: rgba(5, 11, 20, 0.55) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    color: #fff !important;
}

body.dark-theme .tc-input:focus {
    border-color: rgba(0, 255, 234, 0.6) !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 255, 234, 0.15) !important;
}

.tc-field label {
    color: var(--text-tech);
}

.tc-field .tc-icon {
    margin-right: 6px;
}

.tc-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.tc-info-card {
    padding: 1.5rem;
}

.tc-tips {
    margin: 1rem 0 0;
    padding-left: 1.1rem;
    color: var(--text-tech);
}

.tc-tips li {
    margin-bottom: 0.5rem;
}

.tc-alert {
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 255, 234, 0.06);
    color: #fff;
    clip-path: polygon(15px 0,
            100% 0,
            100% calc(100% - 15px),
            calc(100% - 15px) 100%,
            0 100%,
            0 15px);
}

.tc-alert--success {
    border-color: rgba(0, 255, 157, 0.4);
}

.tc-alert--error {
    border-color: rgba(255, 77, 29, 0.4);
    background: rgba(255, 77, 29, 0.08);
}

@media (max-width: 1199px) {
    .tc-hero-row {
        min-height: 29rem;
    }
}

@media (max-width: 991px) {
    .tc-hero {
        padding: 4rem 0 3.5rem;
    }

    .tc-hero-row {
        min-height: 0;
        row-gap: 2rem;
    }

    .tc-hero-picture {
        max-width: 46rem;
        margin: 0 auto;
    }

    .tc-form-actions {
        justify-content: stretch;
    }
}

@media (max-width: 576px) {
    .tc-hero {
        /* vence o !important global de section-gamer (gamer-tech-v5.css) p/ manter o respiro inferior */
        padding: 1.35rem 0 2rem !important;
    }

    /* contexto de empilhamento + respiro superior p/ não colar/sobrepor com o hero */
    .careers-jobs {
        padding-top: 1.75rem !important;
    }

    .tc-hero-row {
        --bs-gutter-x: 0;
        row-gap: 1.1rem;
    }

    .tc-hero-copy {
        max-width: none;
    }

    /* Centraliza o chip "X vagas abertas agora" só no mobile.
       margin-inline:auto preserva o margin-block (1.4rem) da base. */
    .tc-hero-live {
        display: flex;
        width: fit-content;
        margin-inline: auto;
    }

    .tc-hero-eyebrow {
        padding: 0.38rem 0.65rem;
        font-size: 0.75rem;
        letter-spacing: 0.04em;
    }

    .tc-title {
        font-size: 1.82rem;
        line-height: 1.12;
        margin-bottom: 0.7rem;
    }

    .tc-lede {
        font-size: 0.92rem;
        line-height: 1.5;
        margin-bottom: 0.9rem;
    }

    .tc-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 0.55rem;
    }

    .tc-btn {
        width: 100%;
        min-width: 0;
        min-height: 48px;
        padding: 0.75rem 0.9rem;
        clip-path: none;
        border-radius: 8px;
        transform: none;
    }

    .tc-btn:hover,
    .tc-btn:focus-visible {
        transform: none;
    }

    .tc-chip-row {
        display: flex;
        gap: 0.45rem;
        margin: 0.95rem -0.75rem 0;
        padding: 0 0.75rem 0.2rem;
        overflow-x: auto;
        scroll-snap-type: x proximity;
    }

    .tc-chip {
        flex: 0 0 auto;
        min-height: 36px;
        width: auto;
        justify-content: center;
        padding: 0.42rem 0.7rem;
        border-radius: 999px;
        clip-path: none;
        text-align: center;
        font-size: 0.76rem;
        line-height: 1.25;
        white-space: normal;
        scroll-snap-align: start;
    }

    .tc-hero-picture {
        aspect-ratio: 16 / 9;
        clip-path: none;
        border-radius: 8px;
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.32);
    }

    .tc-hero-picture::before {
        inset: 8px;
    }
}

@media (max-width: 380px) {
    .tc-hero {
        padding: 1.15rem 0 1.6rem !important;
    }

    .careers-jobs {
        padding-top: 1.5rem !important;
    }

    .tc-hero-row {
        row-gap: 0.55rem;
    }

    .tc-hero-eyebrow {
        padding: 0.35rem 0.65rem;
        font-size: 0.75rem;
    }

    .tc-title {
        font-size: 1.62rem;
        line-height: 1.08;
        margin-bottom: 0.65rem;
    }

    .tc-lede {
        font-size: 0.9rem;
        line-height: 1.43;
        margin-bottom: 0.85rem;
    }

    .tc-cta {
        gap: 0.5rem;
    }

    .tc-btn {
        min-height: 46px;
        padding: 0.72rem 0.95rem;
    }

    .tc-chip {
        min-height: 34px;
        padding: 0.36rem 0.62rem;
        font-size: 0.75rem;
        gap: 5px;
    }

    .tc-chip i {
        display: none;
    }
}

/* Light theme: this hero intentionally keeps the immersive dark image treatment. */
body.light-theme .tc-hero {
    background: #050b14 !important;
    color: #f7fbff !important;
}

body.light-theme .tc-hero::before {
    opacity: 0.42;
}

body.light-theme .tc-hero::after {
    background: linear-gradient(120deg, rgba(5, 11, 20, 0.9) 0%, rgba(7, 21, 35, 0.72) 58%, rgba(0, 255, 234, 0.06) 100%) !important;
}

body.light-theme .tc-hero .tc-title,
body.light-theme .tc-hero .tc-lede,
body.light-theme .tc-hero .tc-chip,
body.light-theme .tc-hero .tc-chip span,
body.light-theme .tc-hero .tc-btn,
body.light-theme .tc-hero .tc-btn i {
    color: #f7fbff !important;
    -webkit-text-fill-color: currentColor !important;
}

body.light-theme .tc-hero .tc-lede {
    color: rgba(247, 251, 255, 0.82) !important;
}

body.light-theme .tc-hero .tc-hero-eyebrow,
body.light-theme .tc-hero .tc-chip i {
    color: #00ffea !important;
    -webkit-text-fill-color: currentColor !important;
}

body.light-theme .tc-hero .tc-chip {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(0, 255, 234, 0.26) !important;
}

body.light-theme .tc-hero .tc-hero-picture {
    background: #07101a !important;
    border-color: rgba(0, 255, 234, 0.26) !important;
    box-shadow: 0 22px 54px rgba(5, 11, 20, 0.42), 0 0 28px rgba(0, 255, 234, 0.12) !important;
}

/* ==========================================================================
   Trabalhe Conosco - vagas, filtros e processo (tema gamer-tech do site)
   CTAs canônicos: .btn-tech / .btn-tech-outline (gamer-tech-ui / v5).
   ========================================================================== */

/* Hero: os CTAs agora são os botões canônicos do site. */
.tc-cta .btn-tech,
.tc-cta .btn-tech-outline {
    min-height: 48px;
}

/* Alinhamento/gap padronizados entre primário e secundário (ícone + texto). */
.tc-cta .btn-tech,
.tc-cta .btn-tech-outline,
.careers-filters__actions .btn-tech,
.careers-filters__actions .btn-tech-outline,
.job-card__actions .btn-tech,
.job-card__actions .btn-tech-outline,
.careers-rh__actions .btn-tech,
.careers-rh__actions .btn-tech-outline {
    align-items: center;
    gap: 0.6rem;
}

/* Cabeçalho de seção centralizado, no mesmo padrão da home. */
.careers-head {
    max-width: 720px;
    margin: 0 auto clamp(1.75rem, 4vw, 2.6rem);
    text-align: center;
}

.careers-head__kicker {
    justify-content: center;
}

.careers-head__title {
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 0.6rem;
}

.careers-head__lede {
    margin: 0;
    color: var(--text-tech, #8faab9);
    font-size: 1.02rem;
    line-height: 1.6;
}

.careers-jobs {
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding: clamp(2.75rem, 5vw, 4.5rem) 0;
}

/* Filtros públicos (descoberta) */
.careers-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 2.25rem;
}

.careers-filters__field {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 170px;
}

.careers-filters__field label {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-tech, #8faab9);
}

.careers-filters select {
    box-sizing: border-box;
    height: 46px;
    padding: 0 0.9rem;
    background: rgba(5, 11, 20, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 0.95rem;
    appearance: auto;
    /* mesmo chanfro dos btn-tech para casar a identidade gamer-tech */
    clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.careers-filters select:focus {
    outline: none;
    border-color: rgba(0, 255, 234, 0.6);
    box-shadow: 0 0 0 0.2rem rgba(0, 255, 234, 0.15);
}

.careers-filters__actions {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
}

.careers-filters__actions .btn-tech,
.careers-filters__actions .btn-tech-outline {
    box-sizing: border-box;
    min-height: 46px;
    height: 46px;
    /* neutraliza o padding vertical de 15px da base p/ bater com a altura do select */
    padding-top: 0;
    padding-bottom: 0;
}

/* Card de vaga (substitui o antigo showcase/poster fixo) */
.careers-grid {
    margin-top: 0;
}

.job-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    padding: 1.4rem;
}

.job-card__head {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.job-card__icon {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: var(--neon-blue, #00ffea);
    border: 1px solid rgba(0, 255, 234, 0.28);
    background: rgba(0, 255, 234, 0.08);
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.job-card__heading {
    flex: 1 1 auto;
    min-width: 0;
}

.job-card__area {
    display: block;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--neon-orange, #ff4d1d);
    margin-bottom: 0.15rem;
}

.job-card__title {
    margin: 0;
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.22;
    color: #fff;
    overflow-wrap: anywhere;
}

.job-card__badge {
    flex: 0 0 auto;
    align-self: flex-start;
    padding: 0.25rem 0.5rem;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #111827;
    background: var(--neon-orange, #ff4d1d);
    clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
}

.job-card--featured {
    border-color: rgba(255, 77, 29, 0.45);
    box-shadow: inset 0 0 0 1px rgba(255, 77, 29, 0.16), 0 18px 40px rgba(0, 0, 0, 0.3);
}

.job-card__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.9rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.job-card__facts li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.86rem;
    color: rgba(232, 241, 255, 0.86);
}

.job-card__facts i {
    color: var(--neon-blue, #00ffea);
    font-size: 0.9rem;
}

.job-card__reqs {
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.job-card__reqs-label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-tech, #8faab9);
}

.job-card__reqs ul {
    display: grid;
    gap: 0.32rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.job-card__reqs li {
    position: relative;
    padding-left: 1.1rem;
    font-size: 0.88rem;
    line-height: 1.4;
    color: rgba(232, 241, 255, 0.82);
}

.job-card__reqs li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    background: var(--neon-green, #00ff9d);
}

.job-card__reqs-more {
    display: inline-block;
    margin-top: 0.45rem;
    font-size: 0.78rem;
    color: var(--neon-blue, #00ffea);
}

.job-card__actions {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    padding-top: 0.35rem;
}

.job-card__actions .btn-tech,
.job-card__actions .btn-tech-outline {
    flex: 1 1 auto;
    justify-content: center;
    min-height: 48px;
    padding: 0.75rem 1rem;
    font-size: 0.92rem;
}

/* Estado vazio */
.careers-empty {
    max-width: 560px;
    margin: 0 auto;
    padding: 2.25rem 1.5rem;
    text-align: center;
}

.careers-empty > i {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 2.1rem;
    color: var(--neon-blue, #00ffea);
}

.careers-empty h3 {
    margin-bottom: 0.5rem;
    color: #fff;
    font-weight: 800;
}

.careers-empty p {
    margin-bottom: 1.25rem;
    color: var(--text-tech, #8faab9);
}

/* Faixa RH (sempre visível para quem tem acesso, mesmo sem vagas) */
.careers-rh {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: 2.5rem;
    padding: 1.5rem;
}

.careers-rh__copy {
    flex: 1 1 320px;
}

.careers-rh__copy h3 {
    margin: 0.35rem 0;
    color: #fff;
    font-weight: 800;
    font-size: 1.15rem;
}

.careers-rh__copy p {
    margin: 0;
    color: var(--text-tech, #8faab9);
    font-size: 0.92rem;
}

.careers-rh__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

/* Processo "Como funciona" */
.careers-process {
    padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.careers-step {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    width: 100%;
    padding: 1.6rem;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.careers-step:hover,
.careers-step:focus-within {
    transform: translateY(-4px);
    border-color: rgba(255, 77, 29, 0.45);
    box-shadow: 0 18px 40px rgba(255, 77, 29, 0.14);
}

.careers-step__num {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
    font-weight: 900;
    color: #111827;
    background: var(--neon-orange, #ff4d1d);
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

/* No tema escuro, o numero do passo segue o MESMO tratamento dos CTAs
   (glass orange + borda neon + glow + texto branco) para coerencia visual
   com os botoes. O tema claro mantem o laranja solido base. */
body.dark-theme .careers-step__num {
    color: #fff;
    background: var(--vn-glass-orange-bg);
    border: 1px solid var(--vn-glass-orange-border);
    box-shadow: var(--vn-glass-orange-glow);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.careers-step h3 {
    margin: 0;
    color: #fff;
    font-weight: 800;
    font-size: 1.15rem;
}

.careers-step p {
    margin: 0;
    color: var(--text-tech, #8faab9);
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .careers-rh {
        justify-content: flex-start;
    }
}

@media (max-width: 576px) {
    .tc-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .tc-cta .btn-tech,
    .tc-cta .btn-tech-outline {
        width: 100%;
        justify-content: center;
        clip-path: none;
        border-radius: 8px;
    }

    .careers-filters {
        flex-direction: column;
        align-items: stretch;
    }

    .careers-filters__field {
        min-width: 0;
    }

    .careers-filters__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .careers-filters__actions .btn-tech,
    .careers-filters__actions .btn-tech-outline {
        width: 100%;
        justify-content: center;
        clip-path: none;
        border-radius: 8px;
    }

    .job-card__actions {
        flex-direction: column;
    }

    .job-card__actions .btn-tech,
    .job-card__actions .btn-tech-outline {
        width: 100%;
        clip-path: none;
        border-radius: 8px;
    }

    .careers-rh {
        flex-direction: column;
        align-items: stretch;
    }

    .careers-rh__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .careers-rh__actions .btn-tech,
    .careers-rh__actions .btn-tech-outline {
        width: 100%;
        justify-content: center;
        clip-path: none;
        border-radius: 8px;
    }
}

/* Tema claro: as seções de vagas/processo seguem o fundo escuro imersivo do site. */
body.light-theme .careers-head__title,
body.light-theme .job-card__title,
body.light-theme .careers-step h3,
body.light-theme .careers-empty h3,
body.light-theme .careers-rh__copy h3 {
    color: #f7fbff !important;
}

/* ============================================================
   CTAs premium (segue o exemplo do dono): primário laranja com
   ícone em chip circular branco e cantos chanfrados; secundário
   segue o ciano do btn-tech-outline. No tema claro o sistema
   global de action-glass já aplica; aqui reforçamos o tema escuro.
   ============================================================ */
body.dark-theme .tc-cta > .btn-tech,
body.dark-theme .job-card__actions > .btn-tech,
body.dark-theme .careers-filters__actions > .btn-tech,
body.dark-theme .careers-rh__actions > .btn-tech {
    background: var(--vn-glass-orange-bg);
    border: 1px solid var(--vn-glass-orange-border);
    color: #fff !important;
    box-shadow: var(--vn-glass-orange-glow);
    text-shadow: var(--vn-glass-text-shadow);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

body.dark-theme .tc-cta > .btn-tech:hover,
body.dark-theme .tc-cta > .btn-tech:focus-visible,
body.dark-theme .job-card__actions > .btn-tech:hover,
body.dark-theme .job-card__actions > .btn-tech:focus-visible,
body.dark-theme .careers-filters__actions > .btn-tech:hover,
body.dark-theme .careers-filters__actions > .btn-tech:focus-visible,
body.dark-theme .careers-rh__actions > .btn-tech:hover,
body.dark-theme .careers-rh__actions > .btn-tech:focus-visible {
    background: var(--vn-glass-orange-bg-hover);
    box-shadow: var(--vn-glass-orange-glow-hover);
    transform: translateY(-2px);
    color: #fff !important;
}

/* Secundário (vidro escuro com texto ciano — igual "VER PLANOS"). */
body.dark-theme .tc-cta > .btn-tech-outline,
body.dark-theme .job-card__actions > .btn-tech-outline,
body.dark-theme .careers-filters__actions > .btn-tech-outline,
body.dark-theme .careers-rh__actions > .btn-tech-outline,
body.dark-theme .careers-empty > .btn-tech-outline {
    background: rgba(5, 11, 20, 0.55);
    border: 1px solid rgba(0, 255, 234, 0.55);
    color: var(--vn-neon-blue, #00ffea) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

body.dark-theme .tc-cta > .btn-tech-outline:hover,
body.dark-theme .tc-cta > .btn-tech-outline:focus-visible,
body.dark-theme .job-card__actions > .btn-tech-outline:hover,
body.dark-theme .job-card__actions > .btn-tech-outline:focus-visible,
body.dark-theme .careers-filters__actions > .btn-tech-outline:hover,
body.dark-theme .careers-filters__actions > .btn-tech-outline:focus-visible,
body.dark-theme .careers-rh__actions > .btn-tech-outline:hover,
body.dark-theme .careers-rh__actions > .btn-tech-outline:focus-visible,
body.dark-theme .careers-empty > .btn-tech-outline:hover,
body.dark-theme .careers-empty > .btn-tech-outline:focus-visible {
    background: rgba(0, 255, 234, 0.12);
    border-color: #00ffea;
    color: var(--vn-neon-blue, #00ffea) !important;
}

/* Ícone do CTA primário num chip circular branco (igual ao exemplo).
   Tamanho proporcional ao texto (em) para o glifo acompanhar o botão. */
.tc-cta > .btn-tech > i:first-child,
.job-card__actions > .btn-tech > i:first-child,
.careers-filters__actions > .btn-tech > i:first-child,
.careers-rh__actions > .btn-tech > i:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 1.5em;
    height: 1.5em;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--neon-orange, #ff4d1d);
    font-size: 0.82em;
    line-height: 1;
    box-shadow: 0 6px 14px rgba(171, 64, 15, 0.18);
}

/* Centra a métrica do glifo Bootstrap dentro do chip. */
.tc-cta > .btn-tech > i:first-child::before,
.job-card__actions > .btn-tech > i:first-child::before,
.careers-filters__actions > .btn-tech > i:first-child::before,
.careers-rh__actions > .btn-tech > i:first-child::before {
    display: block;
    line-height: 1;
}

/* Ícone do CTA secundário (sem chip) — mesmo alinhamento óptico. */
.tc-cta > .btn-tech-outline > i:first-child,
.job-card__actions > .btn-tech-outline > i:first-child,
.careers-filters__actions > .btn-tech-outline > i:first-child,
.careers-rh__actions > .btn-tech-outline > i:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 0.95em;
    line-height: 1;
}

/* Mantém o chanfro dos botões também no mobile (não achatar para retângulo). */
@media (max-width: 576px) {
    .tc-cta .btn-tech,
    .tc-cta .btn-tech-outline,
    .job-card__actions .btn-tech,
    .job-card__actions .btn-tech-outline,
    .careers-filters__actions .btn-tech,
    .careers-filters__actions .btn-tech-outline,
    .careers-rh__actions .btn-tech,
    .careers-rh__actions .btn-tech-outline {
        clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
        border-radius: 0;
    }
}

/* ============================================================
   Login / Cadastro do candidato (auth) — card centralizado no
   tema tech, inputs temados e CTA primário no mesmo laranja-vidro
   do resto do fluxo. Aditivo: não renomeia classes existentes.
   ============================================================ */
.tc-auth {
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
}

.tc-auth__head {
    margin-bottom: 1.25rem;
}

.tc-auth__eyebrow {
    margin-bottom: 0.65rem;
}

.tc-auth__title {
    text-align: left;
    font-size: clamp(1.7rem, 3.6vw, 2.2rem);
    margin-bottom: 0.5rem;
}

.tc-auth__lede {
    margin-bottom: 0;
    font-size: 1rem;
}

/* Respiro confortável entre os campos (substitui os antigos mb-3). */
.tc-form {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.tc-form .tc-field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.tc-form .tc-field label {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Garante sizing/contraste dos inputs (widgets vêm com tc-input form-control). */
.tc-auth .tc-input {
    width: 100%;
    min-height: 46px;
    padding: 0.6rem 0.85rem;
    border-radius: 0;
    clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.tc-auth .tc-input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.tc-auth .tc-form-actions {
    justify-content: stretch;
    margin-top: 0.35rem;
}

.btn-tech--block {
    width: 100%;
    justify-content: center;
}

.tc-auth .tc-card-note {
    font-size: 0.92rem;
    line-height: 1.6;
}

.tc-auth__foot {
    margin-top: 1.1rem;
    text-align: center;
}

/* CTA primário (Entrar / Criar conta) = laranja-vidro, igual aos demais CTAs
   do fluxo. Replica o tratamento aplicado a .tc-cta / .job-card__actions. */
body.dark-theme .tc-form-actions > .btn-tech {
    background: var(--vn-glass-orange-bg);
    border: 1px solid var(--vn-glass-orange-border);
    color: #fff !important;
    box-shadow: var(--vn-glass-orange-glow);
    text-shadow: var(--vn-glass-text-shadow);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

body.dark-theme .tc-form-actions > .btn-tech:hover,
body.dark-theme .tc-form-actions > .btn-tech:focus-visible {
    background: var(--vn-glass-orange-bg-hover);
    box-shadow: var(--vn-glass-orange-glow-hover);
    transform: translateY(-2px);
    color: #fff !important;
}

/* Ícone do CTA primário num chip circular branco (igual ao restante do fluxo). */
.tc-form-actions > .btn-tech > i:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 1.5em;
    height: 1.5em;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--neon-orange, #ff4d1d);
    font-size: 0.82em;
    line-height: 1;
    box-shadow: 0 6px 14px rgba(171, 64, 15, 0.18);
}

.tc-form-actions > .btn-tech > i:first-child::before {
    display: block;
    line-height: 1;
}

/* Tema claro: a seção fica clara e o .tech-card vira card branco com texto escuro
   (regras globais do site-light). Não forçamos cor aqui para manter tudo legível. */

@media (max-width: 576px) {
    .tc-auth__title {
        font-size: 1.6rem;
    }

    .tc-form-actions > .btn-tech {
        clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
        border-radius: 0;
    }
}
