/* ============================================================
   BLUE CONCURSOS — Página Início  v4.0
   assets/css/pages/inicio.css

   Cada seção tem identidade visual própria.
   Nenhuma classe copiada das páginas internas.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800;900&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&display=swap');

/* ── Variáveis ─────────────────────────────────────────────── */
:root {
    --bc-darkest:  #03081a;
    --bc-deep:     #060e2e;
    --bc-navy:     #0a1f5c;
    --bc-mid:      #1752c9;
    --bc-main:     #1a6bff;
    --bc-light:    #4d8fff;
    --bc-pale:     #e8f0ff;
    --bc-text:     #111827;
    --bc-muted:    #4b5563;
    --bc-white:    #ffffff;
    --bc-fh:       'Sora', sans-serif;
    --bc-fb:       'DM Sans', sans-serif;
    --bc-r:        12px;
    --bc-rl:       20px;
    --bc-t:        .3s cubic-bezier(.4,0,.2,1);
}

/* ── Reset ─────────────────────────────────────────────────── */
.bc-inicio-wrapper *, .bc-inicio-wrapper *::before, .bc-inicio-wrapper *::after { box-sizing: border-box; }
.bc-inicio-wrapper { font-family: var(--bc-fb); overflow-x: hidden; }

/* ── Fixes globais ─────────────────────────────────────────── */
section.subtela-posts { display: none !important; }
.posts-tecnoblog .overlay h2,
.posts-tecnoblog .overlay { color: #fff !important; text-shadow: 0 2px 14px rgba(0,0,0,.75) !important; }

/* ── Utilitários compartilhados ─────────────────────────────── */
.bc-section { position: relative; padding: 96px 24px; overflow: hidden; }
.bc-section__inner { max-width: 1180px; margin: 0 auto; position: relative; z-index: 2; }
.bc-section__header { text-align: center; margin-bottom: 56px; }
.bc-section__cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 52px; }

.bc-no-posts        { color: var(--bc-muted); text-align: center; padding: 24px; }
.bc-no-posts--light { color: rgba(255,255,255,.4); }

.bc-badge-label {
    display: inline-block; border-radius: 100px; padding: 5px 18px;
    font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    margin-bottom: 18px; background: rgba(26,107,255,.1); color: var(--bc-main);
    border: 1px solid rgba(26,107,255,.22);
}
.bc-badge-label--mid  { background: rgba(23,82,201,.09);   color: var(--bc-mid);  border-color: rgba(23,82,201,.2); }
.bc-badge-label--deep { background: rgba(255,255,255,.08); color: #a5c0ff; border-color: rgba(165,192,255,.22); }

.bc-section__title {
    font-family: var(--bc-fh); font-size: clamp(1.9rem,3.8vw,2.8rem);
    font-weight: 800; color: var(--bc-text); margin: 0 0 16px; line-height: 1.15;
}
.bc-title--light  { color: #fff; }
.bc-accent--deep  { color: #6da0ff; }
.bc-accent--mid   { color: var(--bc-mid); }

.bc-section__desc { font-size: 1.05rem; color: var(--bc-muted); max-width: 600px; margin: 0 auto; line-height: 1.75; }
.bc-desc--light   { color: rgba(255,255,255,.68); }

.bc-btn {
    display: inline-flex; align-items: center; gap: 8px; padding: 13px 30px;
    border-radius: 100px; font-family: var(--bc-fb); font-weight: 700; font-size: .93rem;
    text-decoration: none; cursor: pointer; border: none;
    transition: transform var(--bc-t), box-shadow var(--bc-t), background var(--bc-t), color var(--bc-t);
}
.bc-btn:hover { transform: translateY(-2px); }
.bc-btn--primary      { background: var(--bc-main); color: #fff; box-shadow: 0 4px 18px rgba(26,107,255,.38); }
.bc-btn--primary:hover{ background: var(--bc-navy); box-shadow: 0 8px 28px rgba(26,107,255,.45); }
.bc-btn--mid          { background: var(--bc-mid); color: #fff; box-shadow: 0 4px 18px rgba(23,82,201,.35); }
.bc-btn--mid:hover    { background: var(--bc-navy); }
.bc-btn--ghost-light  { background: rgba(255,255,255,.08); color: #fff; border: 1.5px solid rgba(255,255,255,.28); backdrop-filter: blur(4px); }
.bc-btn--ghost-light:hover { background: rgba(255,255,255,.18); }
.bc-btn--ghost-dark   { background: transparent; color: var(--bc-main); border: 2px solid var(--bc-main); }
.bc-btn--ghost-dark:hover { background: var(--bc-main); color: #fff; }
.bc-btn--proposta     { background: #fff; color: var(--bc-navy); font-size: 1rem; padding: 15px 44px; box-shadow: 0 6px 28px rgba(0,0,0,.18); }
.bc-btn--proposta:hover { background: var(--bc-pale); }


/* ════════════════════════════════════════════════════════
   SEÇÃO 1 — EDITAIS ABERTOS  (aprovada, mantida)
════════════════════════════════════════════════════════ */
.bc-editais { background: var(--bc-deep); color: #fff; }

.bc-editais__grid-bg {
    position: absolute; inset: 0; z-index: 1;
    background-image:
        linear-gradient(rgba(26,107,255,.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(26,107,255,.07) 1px, transparent 1px);
    background-size: 52px 52px; pointer-events: none;
}
.bc-editais__pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
.bc-pill {
    background: rgba(26,107,255,.12); border: 1px solid rgba(26,107,255,.25);
    color: rgba(255,255,255,.8); padding: 6px 18px; border-radius: 100px;
    font-size: .82rem; font-weight: 500;
}
.bc-editais__cards { display: grid; grid-template-columns: repeat(auto-fill,minmax(260px,1fr)); gap: 16px; }

.bc-edital-card {
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
    border-radius: var(--bc-r); text-decoration: none; color: #fff; overflow: hidden;
    transition: transform var(--bc-t), border-color var(--bc-t), box-shadow var(--bc-t);
}
.bc-edital-card:hover { border-color: var(--bc-main); transform: translateY(-4px); box-shadow: 0 12px 36px rgba(26,107,255,.22); }
.bc-edital-card__thumb { height: 140px; background: var(--bc-navy) center/cover no-repeat; position: relative; }
.bc-edital-card__sit {
    position: absolute; top: 10px; left: 10px; font-size: .7rem; font-weight: 700;
    padding: 3px 12px; border-radius: 100px; letter-spacing: .04em; text-transform: uppercase;
}

/* Situações — cores idênticas à página Editais Abertos */
.sit--inscricoes_abertas { background: rgba(25,118,210,.35);  color: #90caf9; border: 1px solid rgba(25,118,210,.6); }
.sit--em_andamento       { background: rgba(46,125,50,.35);   color: #a5d6a7; border: 1px solid rgba(46,125,50,.6); }
.sit--previsto           { background: rgba(249,168,37,.35);  color: #ffe082; border: 1px solid rgba(249,168,37,.6); }
.sit--autorizado         { background: rgba(106,27,154,.35);  color: #ce93d8; border: 1px solid rgba(106,27,154,.6); }
.sit--edital_publicado   { background: rgba(245,124,0,.35);   color: #ffcc80; border: 1px solid rgba(245,124,0,.6); }
.sit--encerrado          { background: rgba(211,47,47,.35);   color: #ef9a9a; border: 1px solid rgba(211,47,47,.6); }

.bc-edital-card__body  { padding: 18px; }
.bc-edital-card__uf    { font-size: .72rem; font-weight: 700; color: var(--bc-light); letter-spacing: .05em; text-transform: uppercase; display: block; margin-bottom: 6px; }
.bc-edital-card__title { font-family: var(--bc-fh); font-size: .97rem; font-weight: 700; color: #fff; margin: 0 0 12px; line-height: 1.4; }
.bc-edital-card__meta  { display: flex; flex-wrap: wrap; gap: 6px; font-size: .78rem; color: rgba(255,255,255,.5); }
.bc-edital-card__meta span { background: rgba(255,255,255,.05); padding: 3px 10px; border-radius: 100px; }

/* ── Adicionar ao final do bloco "SEÇÃO 1 — EDITAIS ABERTOS" em inicio.css ── */

/* Salário em verde-dinheiro */
.bc-edital-card__sal {
    color: #4ade80 !important;   /* verde idêntico ao sit--open */
    font-weight: 600;
}

/* ════════════════════════════════════════════════════════
   SEÇÃO 2 — ESTRATÉGIAS DE ESTUDO
   Fundo branco com textura diagonal
   Layout 2 colunas: stat enorme à esq + feed lista à dir
════════════════════════════════════════════════════════ */
.bc-estrat { background: #fff; border-top: 1px solid var(--bc-pale); }

.bc-estrat__diag {
    position: absolute; inset: 0; z-index: 1;
    background-image: repeating-linear-gradient(
        -55deg, transparent, transparent 30px,
        rgba(26,107,255,.025) 30px, rgba(26,107,255,.025) 31px
    );
    pointer-events: none;
}

.bc-estrat__layout {
    display: grid; grid-template-columns: 360px 1fr;
    gap: 80px; align-items: start;
}

/* Esquerda pegajosa */
.bc-estrat__left { position: sticky; top: 96px; }

.bc-estrat__stat { margin: 14px 0 30px; }
.bc-estrat__num {
    display: block; font-family: var(--bc-fh);
    font-size: clamp(5rem, 9vw, 8rem);
    font-weight: 900; line-height: .9; letter-spacing: -.05em;
    color: var(--bc-main);
    /* duplo: número e sombra deslocada */
    text-shadow: 6px 6px 0 rgba(26,107,255,.1);
}
.bc-estrat__num-label {
    display: block; font-size: .8rem; font-weight: 700;
    color: var(--bc-muted); text-transform: uppercase; letter-spacing: .1em;
    margin-top: 8px;
}
.bc-estrat__title {
    font-family: var(--bc-fh); font-size: clamp(1.4rem,2.2vw,1.9rem);
    font-weight: 800; color: var(--bc-text); margin: 0 0 16px; line-height: 1.25;
}
.bc-estrat__desc { font-size: .97rem; color: var(--bc-muted); line-height: 1.75; margin-bottom: 32px; }

/* Feed lista */
.bc-estrat__feed { border-top: 2px solid var(--bc-pale); }

/* Quando há header acima, o layout não precisa de padding-top extra */
.bc-estrat .bc-section__header { margin-bottom: 40px; }
.bc-estrat .bc-section__header .bc-section__title { color: var(--bc-text); }
.bc-estrat .bc-section__header .bc-section__desc  { color: var(--bc-muted); }

.bc-estrat-item {
    display: grid; grid-template-columns: 80px 1fr 28px;
    align-items: center; gap: 20px;
    padding: 20px 12px; border-bottom: 1px solid var(--bc-pale);
    text-decoration: none; color: var(--bc-text);
    border-radius: 8px;
    transition: background var(--bc-t), padding-left var(--bc-t), box-shadow var(--bc-t);
}
.bc-estrat-item:hover { background: var(--bc-pale); padding-left: 20px; box-shadow: inset 3px 0 0 var(--bc-main); }

.bc-estrat-item--hero { grid-template-columns: 110px 1fr 28px; }

.bc-estrat-item__thumb {
    width: 80px; height: 60px; border-radius: 8px;
    background: var(--bc-pale) center/cover no-repeat; flex-shrink: 0;
}
.bc-estrat-item--hero .bc-estrat-item__thumb { width: 110px; height: 80px; }
.bc-estrat-item__thumb--empty { background: linear-gradient(135deg,var(--bc-pale),#b8d0ff); }

.bc-estrat-item__body { min-width: 0; }
.bc-estrat-item__cat {
    display: block; font-size: .7rem; font-weight: 700; color: var(--bc-mid);
    text-transform: uppercase; letter-spacing: .07em; margin-bottom: 3px;
}
.bc-estrat-item__title {
    font-family: var(--bc-fh); font-size: .93rem; font-weight: 700;
    color: var(--bc-text); margin: 0 0 3px; line-height: 1.35;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.bc-estrat-item--hero .bc-estrat-item__title { font-size: 1.05rem; white-space: normal; }
.bc-estrat-item__date { font-size: .75rem; color: var(--bc-muted); }

.bc-estrat-item__arr {
    font-size: 1rem; color: var(--bc-main);
    opacity: 0; transition: opacity var(--bc-t), transform var(--bc-t);
}
.bc-estrat-item:hover .bc-estrat-item__arr { opacity: 1; transform: translateX(4px); }


/* ════════════════════════════════════════════════════════
   SEÇÃO 3 — QUESTÕES COMENTADAS
   Fundo azul navy + textura de pontos
   Topo: 3 stats enormes | Feed horizontal com scroll snap
════════════════════════════════════════════════════════ */
.bc-questoes { background: var(--bc-navy); color: #fff; }

.bc-questoes__dots {
    position: absolute; inset: 0; z-index: 1;
    background-image: radial-gradient(circle, rgba(77,143,255,.2) 1.5px, transparent 1.5px);
    background-size: 28px 28px; pointer-events: none;
}

/* Grid 2×3 de cards */
.bc-questoes__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 8px;
}

.bc-qcard {
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09);
    border-left: 3px solid var(--bc-main); border-radius: var(--bc-r);
    padding: 28px 24px; text-decoration: none; color: #fff;
    display: flex; flex-direction: column; gap: 14px;
    transition: background var(--bc-t), transform var(--bc-t), box-shadow var(--bc-t);
}
.bc-qcard:hover { background: rgba(26,107,255,.15); transform: translateY(-5px); box-shadow: 0 18px 44px rgba(0,0,0,.3); }

.bc-qcard__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.bc-qcard__tag { font-size: .67rem; font-weight: 700; padding: 3px 9px; border-radius: 100px; }
.bc-qcard__tag--banca { background: rgba(126,87,194,.25); color: #ce93d8; }
.bc-qcard__tag--disc  { background: rgba(255,152,0,.18);  color: #ffcc80; }
.bc-qcard__tag--ano   { background: rgba(76,175,80,.18);  color: #a5d6a7; }

.bc-qcard__title {
    font-family: var(--bc-fh); font-size: .93rem; font-weight: 700; color: #fff; margin: 0;
    line-height: 1.45; display: -webkit-box;
    -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.bc-qcard__prev {
    font-size: .82rem; color: rgba(255,255,255,.5); margin: 0; line-height: 1.6; flex: 1;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.bc-qcard__cta { font-size: .79rem; font-weight: 700; color: var(--bc-light); margin-top: auto; transition: letter-spacing var(--bc-t); }
.bc-qcard:hover .bc-qcard__cta { letter-spacing: .02em; }


/* ════════════════════════════════════════════════════════
   SEÇÃO 4 — CONTROLE EMOCIONAL
   Fundo quase branco (#f5f7ff) + textura noise
   Layout split: esquerda copy + tags | direita grid 2×2 fotos
════════════════════════════════════════════════════════ */
.bc-emocional { background: #f5f7ff; }

.bc-emocional__noise {
    position: absolute; inset: 0; z-index: 1; opacity: .5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
    background-repeat: repeat; background-size: 300px 300px; pointer-events: none;
}

.bc-emocional__layout {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 72px; align-items: center;
}

.bc-emocional__title {
    font-family: var(--bc-fh); font-size: clamp(1.6rem,2.8vw,2.2rem);
    font-weight: 800; color: var(--bc-text); line-height: 1.2; margin: 0 0 18px;
}
.bc-emocional__desc { font-size: .97rem; color: var(--bc-muted); line-height: 1.75; margin-bottom: 28px; }

.bc-emocional__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.bc-emocional__tags span {
    background: rgba(26,107,255,.08); border: 1px solid rgba(26,107,255,.16);
    color: var(--bc-mid); padding: 5px 14px; border-radius: 100px;
    font-size: .82rem; font-weight: 500; cursor: default;
    transition: background var(--bc-t), transform var(--bc-t);
}
.bc-emocional__tags span:hover { background: rgba(26,107,255,.15); transform: translateY(-1px); }

/* Header CE */
.bc-emocional .bc-section__header { margin-bottom: 40px; }

/* Badge coração — idêntico ao registro-secao-ce da página interna */
.bc-emoc-foto__badge {
    position: absolute; bottom: 12px; left: 12px; z-index: 3;
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    padding: 6px 13px; border-radius: 18px;
    display: flex; align-items: center; gap: 6px;
    box-shadow: 0 2px 8px rgba(16,97,255,.35);
}
.bc-emoc-heart {
    width: 15px; height: 15px; color: #fff; flex-shrink: 0;
    animation: bc-heartbeat 1.5s ease-in-out infinite;
}
@keyframes bc-heartbeat {
    0%, 100% { transform: scale(1); }
    25%       { transform: scale(1.18); }
    50%       { transform: scale(1); }
}
.bc-emoc-foto__badge span {
    color: #fff; font-size: 9px; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase;
}

/* Grid 2×2 de fotos */
.bc-emocional__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.bc-emoc-foto {
    display: block; text-decoration: none;
    border-radius: var(--bc-r); overflow: hidden;
    aspect-ratio: 4/3; position: relative;
}
.bc-emoc-foto__img {
    width: 100%; height: 100%;
    background: var(--bc-navy) center/cover no-repeat;
    transition: transform var(--bc-t);
}
.bc-emoc-foto__img--empty { background: linear-gradient(135deg, var(--bc-navy), var(--bc-mid)); }
.bc-emoc-foto:hover .bc-emoc-foto__img { transform: scale(1.07); }

.bc-emoc-foto__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(6,14,46,.82) 0%, rgba(6,14,46,.08) 55%);
    transition: background var(--bc-t);
}
.bc-emoc-foto:hover .bc-emoc-foto__overlay { background: linear-gradient(to top, rgba(6,14,46,.9) 0%, rgba(6,14,46,.22) 55%); }

.bc-emoc-foto__title {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 14px 12px 12px; font-family: var(--bc-fh); font-size: .85rem;
    font-weight: 700; color: #fff; margin: 0; line-height: 1.3; z-index: 2;
}


/* ════════════════════════════════════════════════════════
   SEÇÃO 5 — CARREIRA PÚBLICA
   Fundo muito escuro (#03081a) + grade de pontos finos
   Topo: copy + 2 stats lado a lado
   Corpo: feed de cards largos (img esq + texto dir)
════════════════════════════════════════════════════════ */
.bc-carreira { background: var(--bc-darkest); color: #fff; }

.bc-carreira__grid {
    position: absolute; inset: 0; z-index: 1;
    background-image: radial-gradient(circle, rgba(26,107,255,.13) 1px, transparent 1px);
    background-size: 36px 36px; pointer-events: none;
}
/* Gradiente de fade no topo para não cortar no encontro com a seção anterior */
.bc-carreira__grid::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(to bottom, var(--bc-darkest) 0%, transparent 15%, transparent 85%, var(--bc-darkest) 100%);
}

/* Header CP */
.bc-carreira .bc-section__header { margin-bottom: 48px; }

/* Topo */
.bc-carreira__top {
    display: flex; justify-content: space-between;
    align-items: flex-end; gap: 48px; margin-bottom: 60px;
}
.bc-carreira__copy { flex: 1; }
.bc-carreira__copy .bc-section__title { margin-bottom: 12px; }
.bc-carreira__copy .bc-section__desc  { margin: 0; text-align: left; }

.bc-carreira__stats { display: flex; flex-direction: column; gap: 24px; flex-shrink: 0; }
.bc-cst { text-align: right; }
.bc-cst__num {
    display: block; font-family: var(--bc-fh);
    font-size: clamp(2.4rem,4.5vw,4rem); font-weight: 900; color: #fff;
    line-height: 1; letter-spacing: -.03em;
}
.bc-cst__label { font-size: .76rem; font-weight: 700; color: rgba(255,255,255,.35); text-transform: uppercase; letter-spacing: .08em; }

/* Feed de cards largos */
.bc-carreira__feed { display: flex; flex-direction: column; gap: 12px; }

.bc-ccard {
    display: grid; grid-template-columns: 200px 1fr;
    border-radius: var(--bc-r); overflow: hidden;
    text-decoration: none; color: #fff;
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
    transition: background var(--bc-t), border-color var(--bc-t), transform var(--bc-t), box-shadow var(--bc-t);
}
.bc-ccard:hover {
    background: rgba(26,107,255,.12); border-color: rgba(26,107,255,.35);
    transform: translateX(6px); box-shadow: -4px 0 0 0 var(--bc-main);
}

.bc-ccard__img {
    background: var(--bc-navy) center/cover no-repeat;
    min-height: 130px; position: relative;
    transition: filter var(--bc-t);
}
.bc-ccard__img--empty { background: linear-gradient(135deg, var(--bc-navy), var(--bc-mid)); }
.bc-ccard:hover .bc-ccard__img { filter: brightness(1.1); }

/* Badge mala — idêntico ao registro-carreira da página interna */
.bc-ccard__badge {
    position: absolute; bottom: 10px; left: 10px;
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    padding: 6px 12px; border-radius: 16px;
    display: flex; align-items: center; gap: 6px;
    box-shadow: 0 2px 8px rgba(16,97,255,.35);
}
.bc-ccard__briefcase {
    width: 15px; height: 15px; color: #fff; fill: #fff; flex-shrink: 0;
    animation: bc-pulse 2s ease-in-out infinite;
}
@keyframes bc-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50%       { transform: scale(1.1); opacity: .9; }
}
.bc-ccard__badge span {
    color: #fff; font-size: 9px; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase;
}

.bc-ccard__body { padding: 22px 26px; display: flex; flex-direction: column; gap: 7px; justify-content: center; }
.bc-ccard__area { font-size: .68rem; font-weight: 700; color: var(--bc-light); text-transform: uppercase; letter-spacing: .08em; }
.bc-ccard__title { font-family: var(--bc-fh); font-size: 1rem; font-weight: 700; color: #fff; margin: 0; line-height: 1.35; }
.bc-ccard__exc {
    font-size: .82rem; color: rgba(255,255,255,.48); margin: 0; line-height: 1.55;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.bc-ccard__cta { font-size: .79rem; font-weight: 700; color: var(--bc-light); margin-top: 4px; transition: letter-spacing var(--bc-t); }
.bc-ccard:hover .bc-ccard__cta { letter-spacing: .02em; }


/* ════════════════════════════════════════════════════════
   PROPOSTA FINAL
════════════════════════════════════════════════════════ */
.bc-proposta {
    background: linear-gradient(135deg, #0d3fa6 0%, var(--bc-main) 60%, var(--bc-light) 100%);
    padding: 112px 24px; text-align: center; position: relative; overflow: hidden;
}
.bc-proposta::before { content: ''; position: absolute; width: 700px; height: 700px; border-radius: 50%; background: rgba(255,255,255,.04); top: -300px; right: -180px; pointer-events: none; }
.bc-proposta::after  { content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: rgba(255,255,255,.03); bottom: -200px; left: -100px; pointer-events: none; }
.bc-proposta__inner  { position: relative; z-index: 2; }
.bc-proposta__title  { font-family: var(--bc-fh); font-size: clamp(2rem,4.5vw,3rem); font-weight: 900; color: #fff; margin: 0 0 20px; line-height: 1.15; }
.bc-proposta__desc   { font-size: 1.05rem; color: rgba(255,255,255,.74); max-width: 580px; margin: 0 auto 56px; line-height: 1.75; }

.bc-proposta__itens {
    display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: 20px; max-width: 880px; margin: 0 auto 56px;
}
.bc-prop-item {
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
    border-radius: var(--bc-r); padding: 28px 22px; text-align: left;
    transition: background var(--bc-t), transform var(--bc-t);
}
.bc-prop-item:hover { background: rgba(255,255,255,.16); transform: translateY(-3px); }
.bc-prop-item__icon {
    display: inline-flex; width: 38px; height: 38px; background: rgba(255,255,255,.12);
    border-radius: 8px; align-items: center; justify-content: center;
    font-family: var(--bc-fh); font-size: .9rem; font-weight: 900; color: #fff; margin-bottom: 14px;
}
.bc-prop-item strong { display: block; font-size: .93rem; font-weight: 700; color: #fff; margin-bottom: 5px; }
.bc-prop-item p { font-size: .82rem; color: rgba(255,255,255,.58); margin: 0; line-height: 1.6; }


/* ════════════════════════════════════════════════════════
   ANIMAÇÕES DE ENTRADA
════════════════════════════════════════════════════════ */
@keyframes bc-up    { from { opacity:0; transform:translateY(30px); } to { opacity:1; transform:translateY(0); } }
@keyframes bc-right { from { opacity:0; transform:translateX(-28px); } to { opacity:1; transform:translateX(0); } }

.bc-section__header          { animation: bc-up    .65s .05s both; }
.bc-editais__pills           { animation: bc-up    .6s  .18s both; }
.bc-editais__cards           { animation: bc-up    .6s  .28s both; }
.bc-estrat__left             { animation: bc-right .65s .1s  both; }
.bc-estrat__feed             { animation: bc-up    .65s .2s  both; }
.bc-questoes__grid           { animation: bc-up    .6s  .2s  both; }
.bc-emocional__left          { animation: bc-right .65s .1s  both; }
.bc-emocional__grid          { animation: bc-up    .65s .2s  both; }
.bc-carreira__top            { animation: bc-up    .65s .1s  both; }
.bc-carreira__feed           { animation: bc-up    .6s  .24s both; }
.bc-proposta__title          { animation: bc-up    .65s .08s both; }
.bc-proposta__desc           { animation: bc-up    .6s  .18s both; }
.bc-proposta__itens          { animation: bc-up    .6s  .28s both; }
.bc-section__cta             { animation: bc-up    .5s  .38s both; }


/* ════════════════════════════════════════════════════════
   RESPONSIVO
════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .bc-estrat__layout    { grid-template-columns: 1fr; gap: 48px; }
    .bc-estrat__left      { position: static; }
    .bc-carreira__top     { flex-direction: column; align-items: flex-start; gap: 28px; }
    .bc-carreira__stats   { flex-direction: row; gap: 36px; }
    .bc-cst               { text-align: left; }
    .bc-questoes__grid    { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .bc-section           { padding: 72px 16px; }
    .bc-editais__cards    { grid-template-columns: 1fr; }
    .bc-emocional__layout { grid-template-columns: 1fr; gap: 40px; }
    .bc-emocional__grid   { grid-template-columns: 1fr 1fr; }
    .bc-ccard             { grid-template-columns: 120px 1fr; }
    .bc-ccard__img        { min-height: 100px; }
    .bc-proposta__itens   { grid-template-columns: 1fr 1fr; }
    .bc-questoes__grid    { grid-template-columns: 1fr 1fr; gap: 12px; }
}

@media (max-width: 480px) {
    .bc-section           { padding: 60px 14px; }
    .bc-emocional__grid   { grid-template-columns: 1fr; }
    .bc-ccard             { grid-template-columns: 1fr; }
    .bc-ccard__img        { height: 160px; }
    .bc-carreira__stats   { flex-direction: column; gap: 12px; }
    .bc-proposta__itens   { grid-template-columns: 1fr; }
    .bc-section__cta      { flex-direction: column; align-items: center; }
    .bc-questoes__grid    { grid-template-columns: 1fr; }
}