/* ==========================================================================
   SITE BUSCA VOOS - TRABALHE CONOSCO (CAREERS PAGE STYLING)
   ========================================================================== */

/* --------------------------------------------------------------------------
   GLOBAL OVERRIDES & VARIABLES (Reutilizando as variáveis nativas)
   -------------------------------------------------------------------------- */
.careers-page {
    position: relative;
    overflow-x: hidden;
}

/* --------------------------------------------------------------------------
   HERO SECTION
   -------------------------------------------------------------------------- */
.careers-hero {
    position: relative;
    height: calc(100vh - 77px);
    min-height: 600px;
    max-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, rgba(0, 12, 29, 0.95) 30%, rgba(0, 12, 29, 0.4) 100%), url('images/hero-europe.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
    overflow: hidden;
    border-bottom: 1px solid rgba(184, 134, 11, 0.15);
}

.careers-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.03) 0.8px, transparent 0.8px);
    background-size: 30px 30px;
    z-index: 1;
    pointer-events: none;
}

.careers-hero-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
}

.careers-hero-content h1 {
    font-size: 3.5rem;
    line-height: 1.15;
    margin-bottom: 25px;
    font-family: var(--font-main);
    font-weight: 800;
    color: var(--color-white);
}

.careers-hero-content p {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 35px;
    color: var(--color-text);
}

/* Responsive adjustment for Hero Title */
@media (max-width: 768px) {
    .careers-hero {
        height: auto;
        min-height: 500px;
        padding: 80px 0;
        background-image: linear-gradient(to top, rgba(0, 12, 29, 0.95) 50%, rgba(0, 12, 29, 0.6) 100%), url('images/hero-europe.jpg');
    }
    .careers-hero-content h1 {
        font-size: 2.3rem;
    }
    .careers-hero-content p {
        font-size: 1rem;
    }
}

/* --------------------------------------------------------------------------
   INDICATORS (STATS) SECTION
   -------------------------------------------------------------------------- */
.careers-indicators-section {
    padding: 60px 0;
    position: relative;
    border-bottom: 1px solid rgba(184, 134, 11, 0.15);
}

.indicators-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.indicator-card {
    background: rgba(12, 12, 12, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(184, 134, 11, 0.15);
    padding: 30px 20px;
    text-align: center;
    border-radius: 0px; /* Borda sharp obrigatória */
    transition: all 0.4s var(--transition-fluid);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.indicator-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: var(--color-primary);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), var(--glow);
}

.indicator-number {
    font-size: 2.5rem;
    font-family: var(--font-main);
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 5px;
}

.indicator-text {
    font-size: 0.9rem;
    color: var(--color-text-dim);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.indicator-logo-img {
    height: 40px;
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 8px;
    opacity: 0.85;
}

@media (max-width: 992px) {
    .indicators-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .indicators-grid {
        grid-template-columns: 1fr;
    }
}

/* --------------------------------------------------------------------------
   POR QUE TRABALHAR CONOSCO SECTION
   -------------------------------------------------------------------------- */
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.why-card {
    background: rgba(12, 12, 12, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(184, 134, 11, 0.1);
    padding: 40px 30px;
    border-radius: 0px;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.why-card:hover {
    transform: perspective(1000px) translateY(-10px) rotateX(3deg) rotateY(-2deg) scale(1.02);
    border-color: var(--color-primary);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), var(--glow);
}

.why-icon {
    font-size: 2.5rem;
    color: var(--color-primary);
    margin-bottom: 20px;
}

.why-title {
    font-size: 1.3rem;
    color: var(--color-white);
    margin-bottom: 15px;
    font-weight: 600;
}

.why-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--color-text);
}

/* --------------------------------------------------------------------------
   NOSSA CULTURA SECTION
   -------------------------------------------------------------------------- */
.culture-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.culture-card {
    background: rgba(0, 18, 41, 0.4);
    border: 1px solid rgba(184, 134, 11, 0.1);
    padding: 25px;
    border-radius: 0px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.culture-card:hover {
    background: rgba(0, 18, 41, 0.7);
    border-color: var(--color-primary);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.culture-card i {
    font-size: 1.8rem;
    color: var(--color-primary);
}

.culture-card h4 {
    font-size: 1.15rem;
    color: var(--color-white);
    font-weight: 600;
    margin: 5px 0 0 0;
}

.culture-card p {
    font-size: 0.9rem;
    color: var(--color-text-dim);
    line-height: 1.5;
}

@media (max-width: 992px) {
    .culture-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .culture-grid {
        grid-template-columns: 1fr;
    }
}

/* --------------------------------------------------------------------------
   QUEM SOMOS SECTION
   -------------------------------------------------------------------------- */
.careers-about {
    background: rgba(0, 18, 41, 0.3);
    border-top: 1px solid rgba(184, 134, 11, 0.1);
    border-bottom: 1px solid rgba(184, 134, 11, 0.1);
}

.about-narrative {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
}

.about-narrative p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: var(--color-text);
}

.about-narrative p:last-child {
    margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   NOSSO PROCESSO SELETIVO (TIMELINE)
   -------------------------------------------------------------------------- */
.timeline-container {
    position: relative;
    padding: 60px 0;
    margin: 40px auto 0 auto;
    max-width: 1100px;
}

/* Linha horizontal para desktop */
.timeline-line {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(to right, transparent, rgba(184, 134, 11, 0.4) 10%, rgba(184, 134, 11, 0.4) 90%, transparent);
    transform: translateY(-50%);
    z-index: 1;
}

.timeline-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.timeline-step {
    flex: 1;
    text-align: center;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline-icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--color-surface);
    border: 2px solid rgba(184, 134, 11, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-bottom: 20px;
    transition: all 0.4s var(--transition-fluid);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.timeline-step:hover .timeline-icon-wrapper {
    border-color: var(--color-primary);
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(184, 134, 11, 0.4);
    background: var(--color-surface-hover);
}

.timeline-step-num {
    font-size: 0.8rem;
    color: var(--color-primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.timeline-step-title {
    font-size: 1.15rem;
    color: var(--color-white);
    font-weight: 600;
    margin-bottom: 8px;
}

/* Layout responsivo para timeline vertical em celulares */
@media (max-width: 768px) {
    .timeline-line {
        display: none;
    }
    .timeline-steps {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
        padding-left: 30px;
        border-left: 2px solid rgba(184, 134, 11, 0.2);
        margin-left: 20px;
    }
    .timeline-step {
        flex-direction: row;
        text-align: left;
        align-items: center;
        gap: 20px;
        padding: 0;
    }
    .timeline-icon-wrapper {
        margin-bottom: 0;
        width: 55px;
        height: 55px;
        min-width: 55px;
        font-size: 1.4rem;
    }
    .timeline-step-content {
        flex: 1;
    }
}

/* --------------------------------------------------------------------------
   VAGAS DISPONÍVEIS & JOB EXPANDABLE DETAILS
   -------------------------------------------------------------------------- */
.job-vacancy-card {
    background: rgba(12, 12, 12, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(184, 134, 11, 0.25);
    border-radius: 0px;
    margin: 40px auto 0 auto;
    max-width: 900px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.job-header-panel {
    padding: 40px;
    border-bottom: 1px solid rgba(184, 134, 11, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.job-info-left h3 {
    font-size: 1.8rem;
    color: var(--color-white);
    margin-bottom: 15px;
    font-weight: 700;
}

.job-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.job-tag {
    font-size: 0.8rem;
    padding: 6px 14px;
    border-radius: 0px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.job-tag-office {
    background: rgba(0, 242, 255, 0.1);
    color: var(--color-neon-blue);
    border: 1px solid rgba(0, 242, 255, 0.2);
}

.job-tag-contract {
    background: rgba(184, 134, 11, 0.1);
    color: var(--color-primary);
    border: 1px solid rgba(184, 134, 11, 0.2);
}

.job-tag-area {
    background: rgba(255, 255, 255, 0.05);
    color: var(--color-text);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.job-tag-status {
    background: rgba(37, 211, 102, 0.1);
    color: #25D366;
    border: 1px solid rgba(37, 211, 102, 0.2);
}

@media (max-width: 768px) {
    .job-header-panel {
        padding: 30px 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .job-header-panel .btn {
        width: 100%;
    }
}

/* Accordion de Vaga */
.job-details-accordion {
    padding: 20px 40px;
    background: rgba(0, 18, 41, 0.2);
}

@media (max-width: 768px) {
    .job-details-accordion {
        padding: 20px;
    }
}

.job-acc-item {
    border-bottom: 1px solid rgba(184, 134, 11, 0.1);
}

.job-acc-item:last-child {
    border-bottom: none;
}

.job-acc-trigger {
    width: 100%;
    padding: 20px 0;
    background: none;
    border: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: var(--color-white);
    font-size: 1.2rem;
    font-weight: 600;
}

.job-acc-trigger:hover {
    color: var(--color-primary);
}

.job-acc-trigger i {
    transition: transform 0.3s ease;
    color: var(--color-primary);
}

.job-acc-item.active .job-acc-trigger i {
    transform: rotate(180deg);
}

.job-acc-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.23, 1, 0.32, 1), padding 0.4s ease, opacity 0.4s ease;
    padding: 0;
    opacity: 0;
}

.job-acc-item.active .job-acc-content {
    max-height: 1000px;
    padding: 0 0 25px 0;
    opacity: 1;
}

.job-acc-content p {
    line-height: 1.7;
    color: var(--color-text);
    margin-bottom: 15px;
}

.job-acc-content ul {
    list-style: none;
    padding-left: 0;
}

.job-acc-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: var(--color-text);
    line-height: 1.6;
}

.job-acc-content ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--color-primary);
}

/* Cards de Perfil Desejado */
.profile-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 15px;
}

.profile-mini-card {
    background: rgba(12, 12, 12, 0.6);
    border: 1px solid rgba(184, 134, 11, 0.15);
    padding: 15px;
    text-align: center;
    border-radius: 0px;
    font-weight: 600;
    color: var(--color-white);
    font-size: 0.95rem;
    transition: all 0.3s;
}

.profile-mini-card:hover {
    border-color: var(--color-primary);
    background: var(--color-surface-hover);
    transform: translateY(-3px);
}

@media (max-width: 992px) {
    .profile-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .profile-cards-grid {
        grid-template-columns: 1fr;
    }
}

/* Remuneração styles */
.remun-info-wrapper {
    background: rgba(184, 134, 11, 0.05);
    border-left: 3px solid var(--color-primary);
    padding: 20px;
    margin-top: 10px;
}

.remun-info-wrapper ul {
    margin-top: 15px;
}

/* --------------------------------------------------------------------------
   BENEFÍCIOS SECTION
   -------------------------------------------------------------------------- */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.benefit-card {
    background: rgba(12, 12, 12, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(184, 134, 11, 0.1);
    padding: 30px 20px;
    border-radius: 0px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefit-card:hover {
    transform: translateY(-8px);
    border-color: var(--color-primary);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.benefit-card i {
    font-size: 2.2rem;
    color: var(--color-primary);
    margin-bottom: 15px;
}

.benefit-card h4 {
    font-size: 1.1rem;
    color: var(--color-white);
    font-weight: 600;
    margin: 5px 0 0 0;
}

@media (max-width: 992px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}

/* --------------------------------------------------------------------------
   CONHEÇA A BUSCA VOOS SECTION (FOUNDERS)
   -------------------------------------------------------------------------- */
.founders-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    align-items: center;
    margin-top: 40px;
}

.founders-image-container {
    position: relative;
    border: 1px solid var(--color-bronze);
    overflow: hidden;
    height: 480px;
}

.founders-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%;
    display: block;
    transition: transform 0.5s ease;
}

.founders-image-container::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, var(--color-background) 0%, transparent 35%);
    opacity: 0.7;
    pointer-events: none;
}

.founders-image-container:hover img {
    transform: scale(1.03);
}

.founders-text-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.founders-text-container h3 {
    font-size: 1.8rem;
    color: var(--color-white);
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.founders-text-container h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: var(--color-primary);
}

.founders-text-container p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--color-text);
}

@media (max-width: 992px) {
    .founders-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .founders-image-container {
        height: 380px;
    }
}

/* --------------------------------------------------------------------------
   CTA FINAL BLOCK
   -------------------------------------------------------------------------- */
.cta-final-careers {
    background: linear-gradient(135deg, rgba(0, 18, 41, 0.9) 0%, rgba(184, 134, 11, 0.05) 100%), rgba(12, 12, 12, 0.4);
    border: 1px solid rgba(184, 134, 11, 0.25);
    padding: 60px 40px;
    text-align: center;
    max-width: 900px;
    margin: 40px auto 0 auto;
    position: relative;
    overflow: hidden;
}

.cta-final-careers::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(184, 134, 11, 0.03) 0%, transparent 60%);
    pointer-events: none;
}

.cta-final-careers h3 {
    font-size: 2.2rem;
    color: var(--color-white);
    margin-bottom: 20px;
    font-weight: 700;
}

.cta-final-careers p {
    font-size: 1.15rem;
    line-height: 1.6;
    color: var(--color-text);
    max-width: 700px;
    margin: 0 auto 35px auto;
}

@media (max-width: 768px) {
    .cta-final-careers {
        padding: 40px 20px;
    }
    .cta-final-careers h3 {
        font-size: 1.8rem;
    }
    .cta-final-careers p {
        font-size: 1rem;
    }
}

/* --------------------------------------------------------------------------
   FORMULÁRIO MULTI-ETAPAS E TELA DE SUCESSO
   -------------------------------------------------------------------------- */
.form-section {
    display: none; /* Ocultado por padrão até o clique em se candidatar */
    padding: 80px 0;
    background: rgba(0, 12, 29, 0.3);
    border-bottom: 1px solid rgba(184, 134, 11, 0.15);
}

.form-outer-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(12, 12, 12, 0.5);
    border: 1px solid rgba(184, 134, 11, 0.15);
    padding: 45px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
}

/* Barra de Progresso Superior */
.form-progress-container {
    margin-bottom: 45px;
}

.form-progress-bar {
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(to right, var(--color-primary), #D98A0D);
    transition: width 0.4s ease;
}

.progress-steps-labels {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.step-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: default;
    flex: 1;
    text-align: center;
    position: relative;
}

.step-label span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--color-text-dim);
    transition: all 0.3s ease;
    margin-bottom: 6px;
    z-index: 2;
}

.step-label p {
    font-size: 0.75rem;
    color: var(--color-text-dim);
    transition: all 0.3s ease;
    margin: 0;
    font-weight: normal;
}

.step-label.active span {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #000c1d;
    box-shadow: 0 0 12px rgba(245, 166, 35, 0.5);
}

.step-label.active p {
    color: var(--color-white);
    font-weight: 600;
}

.step-label.completed span {
    background: #2ecc71;
    border-color: #2ecc71;
    color: var(--color-white);
}

.step-label.completed p {
    color: #2ecc71;
}

/* Transições e Exibição de Etapas */
.form-step {
    display: none;
}

.form-step.active {
    display: block;
    animation: fadeInFormStep 0.4s ease forwards;
}

@keyframes fadeInFormStep {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.step-title {
    font-size: 1.35rem;
    color: var(--color-white);
    margin-top: 0;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
}

.step-title i {
    color: var(--color-primary);
}

/* Layout do Formulário */
.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    font-size: 0.9rem;
    color: var(--color-text);
    font-weight: 600;
}

.form-group label .required {
    color: #e74c3c;
    margin-left: 2px;
}

/* Campos de entrada: CAIXAS DE DIGITAÇÃO com fundo branco e texto escuro para legibilidade máxima */
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="url"],
.form-group input[type="number"],
.form-group select,
.form-group textarea {
    background: #ffffff;
    border: 1px solid #cbd5e0;
    border-radius: 0 !important; /* Bordas estritamente retas */
    padding: 12px 16px;
    color: #0f2042;
    font-family: var(--font-main);
    font-size: 0.92rem;
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 8px rgba(245, 166, 35, 0.2);
    background: #ffffff;
    color: #0f2042;
}

.form-group select option {
    background: #ffffff;
    color: #0f2042;
    padding: 10px;
}

.form-group textarea {
    min-height: 110px;
    resize: vertical;
    line-height: 1.5;
}

/* Estilos de Erro */
.form-group .error-message {
    font-size: 0.78rem;
    color: #e74c3c;
    min-height: 16px;
    transition: opacity 0.3s ease;
    opacity: 0;
    margin-top: -2px;
}

.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea {
    border-color: #e74c3c;
    background: rgba(231, 76, 60, 0.05);
}

.form-group.has-error .error-message {
    opacity: 1;
}

/* Opções de Rádio Customizadas */
.video-delivery-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 4px;
}

.video-delivery-options input[type="radio"] {
    display: none;
}

.video-delivery-options label.radio-label {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0 !important;
    padding: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.88rem;
    font-weight: normal;
    color: var(--color-text-dim);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.video-delivery-options input[type="radio"]:checked + label.radio-label {
    background: rgba(184, 134, 11, 0.15);
    border-color: var(--color-primary);
    color: var(--color-white);
    font-weight: 600;
    box-shadow: 0 0 10px rgba(245, 166, 35, 0.15);
}

/* Custom File Upload */
.file-upload-wrapper {
    position: relative;
    width: 100%;
}

.file-input {
    display: none;
}

.file-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px dashed rgba(255, 255, 255, 0.15);
    border-radius: 0 !important;
    padding: 24px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.file-label i {
    font-size: 1.8rem;
    color: var(--color-text-dim);
    transition: all 0.3s ease;
}

.file-label:hover {
    border-color: var(--color-primary);
    background: rgba(184, 134, 11, 0.05);
}

.file-label:hover i {
    color: var(--color-primary);
}

.file-label .file-text {
    font-size: 0.88rem;
    color: var(--color-text);
}

.file-label.file-selected {
    border-style: solid;
    border-color: #2ecc71;
    background: rgba(46, 204, 113, 0.06);
}

.file-label.file-selected i {
    color: #2ecc71;
}

.file-label.file-selected .file-text {
    color: var(--color-white);
    font-weight: 600;
}

/* Helper Text */
.field-helper-text {
    font-size: 0.8rem;
    color: var(--color-text-dim);
    margin: 4px 0 0 0;
    line-height: 1.4;
}

.field-helper-text i {
    color: var(--color-primary);
    margin-right: 4px;
}

.field-instruction {
    font-size: 0.86rem;
    color: var(--color-text-dim);
    line-height: 1.45;
    margin: 0 0 12px 0;
}

.size-limits-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 12px 16px;
    margin-top: 4px;
}

.size-limits-box i {
    color: var(--color-primary);
    font-size: 1.05rem;
}

.size-limits-box p {
    font-size: 0.8rem;
    color: var(--color-text-dim);
    margin: 0;
}

.size-limits-box p strong {
    color: var(--color-white);
}

/* Botões de Ação do Form */
.form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 25px;
}

.btn-nav-prev {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-nav-next {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 140px;
    justify-content: center;
}

.captcha-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

/* Container de Sucesso */
.form-success-container {
    max-width: 650px;
    margin: 0 auto;
    background: rgba(12, 12, 12, 0.5);
    border: 1px solid rgba(184, 134, 11, 0.2);
    padding: 50px 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.success-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.success-icon-circle {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: rgba(184, 134, 11, 0.08);
    border: 2px solid var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: var(--color-primary);
    box-shadow: 0 0 16px rgba(245, 166, 35, 0.3);
    margin-bottom: 8px;
    animation: scaleInCheck 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes scaleInCheck {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.form-success-container h3 {
    font-size: 1.7rem;
    color: var(--color-white);
    font-weight: 700;
    margin: 0;
}

.success-main-text {
    font-size: 1.12rem;
    color: var(--color-primary);
    font-weight: 600;
    margin: 0;
}

.success-sub-text {
    font-size: 0.96rem;
    color: var(--color-text);
    line-height: 1.6;
    margin: 0;
    max-width: 520px;
}

.success-thank-you {
    font-size: 1.02rem;
    color: var(--color-white);
    font-weight: 600;
    margin: 8px 0 18px 0;
}

/* Responsividade do Formulário */
@media (max-width: 768px) {
    .form-outer-wrapper {
        padding: 30px 20px;
    }
    .progress-steps-labels .step-label p {
        display: none; /* Esconder os textos no mobile para não amontoar */
    }
    .progress-steps-labels .step-label span {
        margin-bottom: 0;
    }
    .form-success-container {
        padding: 35px 20px;
    }
    .video-delivery-options {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .form-actions {
        flex-direction: column-reverse;
    }
    .form-actions button {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   TEMA CLARO (Careers Page Refinements)
   ========================================================================== */
.theme-light .indicator-card {
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(184, 134, 11, 0.25) !important;
    box-shadow: 0 10px 40px rgba(12, 24, 37, 0.04) !important;
}

.theme-light .indicator-number {
    color: #071424 !important;
}

.theme-light .indicator-text {
    color: #3e4f66 !important;
}

.theme-light .why-card {
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(184, 134, 11, 0.25) !important;
    box-shadow: 0 10px 40px rgba(12, 24, 37, 0.04) !important;
    color: #0d1e33 !important;
}

.theme-light .why-card:hover {
    box-shadow: 0 25px 50px rgba(12, 24, 37, 0.1), 0 0 20px rgba(184, 134, 11, 0.1) !important;
}

.theme-light .why-title {
    color: #071424 !important;
}

.theme-light .why-desc {
    color: #4a5c73 !important;
}

.theme-light .why-icon {
    background: rgba(184, 134, 11, 0.1) !important;
    color: var(--color-primary) !important;
}

.theme-light .culture-card {
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(184, 134, 11, 0.2) !important;
    box-shadow: 0 10px 30px rgba(12, 24, 37, 0.04) !important;
    color: #0d1e33 !important;
}

.theme-light .culture-card:hover {
    box-shadow: 0 25px 50px rgba(12, 24, 37, 0.1), 0 0 20px rgba(184, 134, 11, 0.1) !important;
}

.theme-light .culture-card h4 {
    color: #071424 !important;
}

.theme-light .culture-card p {
    color: #4a5c73 !important;
}

.theme-light .culture-card i {
    color: var(--color-primary) !important;
}

.theme-light .about-narrative p {
    color: #3e4f66 !important;
}

.theme-light .timeline-line {
    background: rgba(184, 134, 11, 0.25) !important;
    top: 95px !important; /* Passa exatamente no centro dos círculos */
    transform: none !important;
}

.theme-light .timeline-icon-wrapper {
    background: #ffffff !important;
    border: 2px solid var(--color-primary) !important;
    color: var(--color-primary) !important;
    box-shadow: 0 5px 15px rgba(184, 134, 11, 0.15) !important;
}

.theme-light .timeline-step-content {
    background: #ffffff !important;
    border: 1px solid rgba(184, 134, 11, 0.2) !important;
    box-shadow: 0 10px 30px rgba(12, 24, 37, 0.04) !important;
    padding: 24px 20px !important;
    text-align: center !important;
    min-height: 155px !important; /* Altura mínima idêntica para alinhamento perfeito */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
}

.theme-light .timeline-step-content:hover {
    box-shadow: 0 20px 40px rgba(12, 24, 37, 0.08) !important;
    transform: translateY(-4px) !important;
    border-color: var(--color-primary) !important;
}

.theme-light .timeline-step-num {
    color: var(--color-accent) !important;
}

.theme-light .timeline-step-title {
    color: #071424 !important;
}

.theme-light .timeline-step-content p {
    color: #4a5c73 !important;
}

.theme-light .job-vacancy-card {
    background: #ffffff !important;
    border: 1px solid rgba(184, 134, 11, 0.2) !important;
    box-shadow: 0 15px 45px rgba(12, 24, 37, 0.05) !important;
}

.theme-light .job-header-panel {
    border-bottom: 1px solid rgba(184, 134, 11, 0.12) !important;
    background: #ffffff !important;
}

.theme-light .job-info-left h3 {
    color: #071424 !important;
}

.theme-light .job-tag-office {
    background: rgba(0, 120, 255, 0.08) !important;
    color: #0066cc !important;
    border: 1px solid rgba(0, 120, 255, 0.18) !important;
}

.theme-light .job-tag-contract {
    background: rgba(184, 134, 11, 0.08) !important;
    color: #966f0a !important;
    border: 1px solid rgba(184, 134, 11, 0.18) !important;
}

.theme-light .job-tag-area {
    background: rgba(62, 79, 102, 0.08) !important;
    color: #3e4f66 !important;
    border: 1px solid rgba(62, 79, 102, 0.18) !important;
}

.theme-light .job-tag-status {
    background: rgba(37, 180, 80, 0.08) !important;
    color: #1e7e34 !important;
    border: 1px solid rgba(37, 180, 80, 0.18) !important;
}

.theme-light .job-details-accordion {
    background: #ffffff !important;
    padding: 20px 40px !important;
}

.theme-light .job-acc-trigger {
    background: transparent !important;
    border-bottom: 1px solid rgba(184, 134, 11, 0.12) !important;
    color: #071424 !important;
    outline: none !important;
}

.theme-light .job-acc-trigger:focus {
    outline: none !important;
}

.theme-light .job-acc-trigger:hover {
    color: var(--color-primary) !important;
}

.theme-light .job-acc-content {
    background: #ffffff !important;
    color: #3e4f66 !important;
    padding: 0 !important;
    transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.4s ease !important;
}

.theme-light .job-acc-item.active .job-acc-content {
    padding: 15px 0 25px 0 !important;
}

.theme-light .job-acc-content p {
    color: #3e4f66 !important;
}

.theme-light .job-acc-content ul li {
    color: #3e4f66 !important;
}

.theme-light .job-header-panel .btn-primary {
    background: var(--color-primary) !important;
    color: #ffffff !important;
    border: 1px solid var(--color-primary) !important;
    border-radius: 0px !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    box-shadow: 0 4px 15px rgba(184, 134, 11, 0.15) !important;
}

.theme-light .job-header-panel .btn-primary:hover {
    background: #966f0a !important;
    border-color: #966f0a !important;
    box-shadow: 0 6px 20px rgba(184, 134, 11, 0.3) !important;
    transform: translateY(-2px) !important;
    color: #ffffff !important;
}

.theme-light .profile-mini-card {
    background: rgba(244, 246, 249, 0.8) !important;
    color: #3e4f66 !important;
    border: 1px solid rgba(184, 134, 11, 0.15) !important;
}

.theme-light .remun-info-wrapper {
    background: rgba(184, 134, 11, 0.05) !important;
    border: 1px solid rgba(184, 134, 11, 0.15) !important;
}

.theme-light .remun-info-wrapper p {
    color: #0d1e33 !important;
}

.theme-light .remun-info-wrapper ul li {
    color: #3e4f66 !important;
}

.theme-light .benefit-card {
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(184, 134, 11, 0.2) !important;
    box-shadow: 0 10px 30px rgba(12, 24, 37, 0.04) !important;
    color: #0d1e33 !important;
}

.theme-light .benefit-card:hover {
    box-shadow: 0 20px 45px rgba(12, 24, 37, 0.08), 0 0 15px rgba(184, 134, 11, 0.08) !important;
}

.theme-light .benefit-card h4 {
    color: #071424 !important;
}

.theme-light .benefit-card i {
    color: var(--color-primary) !important;
}

.theme-light .founders-text-container h3 {
    color: #071424 !important;
}

.theme-light .founders-text-container p {
    color: #4a5c73 !important;
}

.theme-light .about-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 60px;
    align-items: stretch;
    margin-top: 20px;
}

.theme-light .about-brand-panel {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none !important;
}

.theme-light .about-brand-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100% !important;
    max-width: 380px !important;
    text-align: center;
}

.theme-light .about-brand-logo {
    width: 100% !important;
    max-width: 360px !important;
    height: auto !important;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(8%) sepia(19%) saturate(3882%) hue-rotate(185deg) brightness(91%) contrast(105%) !important;
}

.theme-light .brand-divider {
    width: 60px;
    height: 1px;
    background: rgba(184, 134, 11, 0.35) !important;
}

.theme-light .brand-tagline {
    font-size: 0.95rem !important;
    color: #4a5c73 !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
    text-align: center !important;
    margin: 0 !important;
}

.theme-light .about-narrative-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.theme-light .about-tag {
    font-size: 0.8rem !important;
    color: var(--color-accent) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 8px !important;
    text-align: left !important;
}

.theme-light .about-title {
    font-size: 2.5rem !important;
    color: #071424 !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    text-align: left !important;
}

.theme-light .about-subtitle {
    font-size: 1.1rem !important;
    color: #3e4f66 !important;
    margin-bottom: 30px !important;
    text-align: left !important;
}

.theme-light .about-narrative p {
    font-size: 1.05rem !important;
    line-height: 1.8 !important;
    color: #4a5c73 !important;
    margin-bottom: 20px !important;
    text-align: left !important;
}

.theme-light .about-narrative p:last-child {
    margin-bottom: 0 !important;
}

.theme-light .founders-image-container::after {
    display: none !important;
}

/* Timeline, Accordion e Grid Responsivos para Mobile */
@media (max-width: 768px) {
    .theme-light .timeline-step-content {
        min-height: 0 !important;
        text-align: left !important;
        align-items: flex-start !important;
        padding: 16px 20px !important;
    }
    .theme-light .job-details-accordion {
        padding: 20px !important;
    }
    .theme-light .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .theme-light .about-brand-panel {
        padding: 0 !important;
    }
    .theme-light .about-brand-content {
        padding: 0 20px !important;
        max-width: 100% !important;
    }
    .theme-light .about-title,
    .theme-light .about-subtitle {
        text-align: center !important;
    }
    .theme-light .about-tag {
        text-align: center !important;
    }
    .theme-light .about-narrative p {
        text-align: justify !important;
    }
}

.theme-light .cta-final-careers {
    background: #ffffff !important;
    border: 1px solid rgba(184, 134, 11, 0.2) !important;
    box-shadow: 0 15px 45px rgba(12, 24, 37, 0.05) !important;
}

.theme-light .cta-final-careers h3 {
    color: #071424 !important;
}

.theme-light .cta-final-careers p {
    color: #4a5c73 !important;
}

