/* =========================================================
   LINK VAGAS — BANNER CANDIDATO PRO (página de vagas)
   Arquivo: banner_pro.css
========================================================= */

/* ---- Seção principal ---- */
#banner-candidato-pro {
    background: linear-gradient(160deg, #0d0821 0%, #1a0d40 50%, #0d0821 100%);
    padding-bottom: 48px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-bottom: 1px solid rgba(103, 61, 230, .3);
}

/* ---- Brilhos decorativos de fundo ---- */
.bcp-bg-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    z-index: 0;
}

.bcp-glow-1 {
    width: 560px;
    height: 560px;
    background: rgba(103, 61, 230, .22);
    top: -200px;
    right: -80px;
}

.bcp-glow-2 {
    width: 400px;
    height: 400px;
    background: rgba(137, 128, 245, .12);
    bottom: -120px;
    left: -80px;
}

/* ---- Header ---- */
.bcp-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 44px 0 36px;
    flex-wrap: wrap;
}

.bcp-header-esq {
    flex: 1;
    min-width: 260px;
}

.bcp-ola {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    margin: 0 0 14px;
}

.bcp-ola strong {
    color: #fff;
}

/* Badge "Recursos exclusivos PRO" */
.bcp-badge-pro {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(103, 61, 230, .2);
    border: 1px solid rgba(103, 61, 230, .5);
    color: #c4b5fd;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
}

.bcp-badge-pro i {
    font-size: 10px;
    color: #a78bfa;
}

/* Headline */
.bcp-headline {
    font-size: clamp(20px, 2.8vw, 30px);
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 12px;
}

.bcp-headline span {
    background: linear-gradient(90deg, #a78bfa 0%, #e879f9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bcp-sub {
    color: rgba(255, 255, 255, .55);
    font-size: 14px;
    line-height: 1.65;
    max-width: 440px;
    margin: 0;
}

/* Lado direito: trust signals + CTA */
.bcp-header-dir {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 22px;
    flex-shrink: 0;
}

.bcp-trust-items {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.bcp-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
}

.bcp-trust-item span {
    color: #fff;
}

.bcp-trust-item i {
    color: #a78bfa;
    font-size: 15px;
    flex-shrink: 0;
}

.bcp-trust-divider {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, .12);
}

/* Botão CTA principal */
.bcp-btn-conhecer {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: linear-gradient(135deg, #673de6, #8980f5);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    padding: 13px 26px;
    border-radius: 14px;
    text-decoration: none;
    white-space: nowrap;
    transition: .25s ease;
    box-shadow: 0 8px 28px rgba(103, 61, 230, .45);
}

.bcp-btn-conhecer:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(103, 61, 230, .6);
    color: #fff;
}

.bcp-btn-conhecer .bcp-arrow {
    font-size: 12px;
    transition: transform .2s ease;
}

.bcp-btn-conhecer:hover .bcp-arrow {
    transform: translateX(3px);
}

/* ---- Grid de cards ---- */
.bcp-recursos {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

/* ---- Card individual ---- */
.bcp-card {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    overflow: hidden;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
    backdrop-filter: blur(8px);
}

.bcp-card:hover {
    border-color: rgba(103, 61, 230, .65);
    box-shadow:
        0 0 0 1px rgba(103, 61, 230, .3),
        0 20px 50px rgba(103, 61, 230, .2);
    transform: translateY(-5px);
}

/* ---- Imagem do card ---- */
.bcp-card-img {
    position: relative;
    height: 155px;
    overflow: hidden;
}

.bcp-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: blur(5px);
    transform: scale(1.08);
    transition: transform .35s ease;
}

.bcp-card:hover .bcp-card-img img {
    transform: scale(1.13);
}

/* Overlay gradiente escuro (não branco) */
.bcp-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(10, 5, 30, .25) 0%,
        rgba(10, 5, 30, .7) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---- Cadeado dourado pulsante ---- */
.bcp-lock-wrap {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(251, 191, 36, .15);
    border: 1.5px solid rgba(251, 191, 36, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bcp-lock-pulse 2.8s ease-in-out infinite;
}

.bcp-lock-wrap i {
    font-size: 20px;
    color: #fbbf24;
    filter: drop-shadow(0 0 8px rgba(251, 191, 36, .65));
}

@keyframes bcp-lock-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(251, 191, 36, .4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(251, 191, 36, 0);
    }
}

/* Tag com nome do recurso (canto inferior da imagem) */
.bcp-card-tag {
    position: absolute;
    bottom: 10px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(10, 5, 30, .75);
    border: 1px solid rgba(255, 255, 255, .15);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 11px;
    border-radius: 999px;
    backdrop-filter: blur(8px);
    line-height: 1;
}

.bcp-card-tag i {
    color: #a78bfa;
    font-size: 11px;
}

/* ---- Corpo do card ---- */
.bcp-card-corpo {
    padding: 16px 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bcp-card-corpo p {
    color: rgba(255, 255, 255, .58);
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}

/* Botão "Desbloquear" */
.bcp-btn-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 40px;
    border-radius: 10px;
    background: rgba(103, 61, 230, .18);
    border: 1px solid rgba(103, 61, 230, .45);
    color: #c4b5fd;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.bcp-btn-card:hover {
    background: linear-gradient(135deg, #673de6, #8980f5);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 6px 20px rgba(103, 61, 230, .4);
}

/* ---- Responsivo ---- */
@media (max-width: 1100px) {
    .bcp-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .bcp-header-dir {
        align-items: flex-start;
        width: 100%;
    }

    .bcp-btn-conhecer {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 900px) {
    .bcp-recursos {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 540px) {
    .bcp-recursos {
        grid-template-columns: 1fr;
    }

    .bcp-trust-items {
        gap: 12px;
    }
}
