/*
 * File: css/captacao-processo-seletivo.css
 * Theme: portalv3.0
 *
 * Estilos da página /processo-seletivo/ (archive do CPT processo-seletivo).
 * Tudo escopado sob .psv-page para isolar do CSS global do tema.
 *
 * Convive sem conflito com .psm-page (template medicina).
 */

.psv-page{
  --psv-gold:#C49A20;
  --psv-cream:#faf9f6;
  --psv-ink:#111;
  --psv-muted:#6b6b6b;
  --psv-line:#e5e2dc;

  background:var(--psv-cream);
  color:var(--psv-ink);
  font-family:'Inter',sans-serif;
  -webkit-font-smoothing:antialiased;
}
.psv-page *{box-sizing:border-box}
.psv-page a{color:inherit;text-decoration:none}
.psv-page img{max-width:100%;display:block}

/* Menu topo preto: regra global vive em css/components/header-v2.css (cobre todos os wrappers de captação) */

/* HERO TITLE — foto de fundo + overlay escuro pra texto branco legível */
.psv-page .psv-title{position:relative;padding:176px 32px 48px;text-align:center;color:#fff;overflow:hidden;border-bottom:0;margin-bottom:0;background:#111}
.psv-page .psv-title .psv-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}
.psv-page .psv-title::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.75) 100%);z-index:1}
.psv-page .psv-title > *:not(.psv-bg){position:relative;z-index:2;max-width:900px;margin-left:auto;margin-right:auto}
.psv-page .psv-title .eyebrow{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--psv-gold);font-weight:600;margin-bottom:18px}
.psv-page .psv-title h1{font-family:'Source Serif 4',serif;font-size:64px;font-weight:500;letter-spacing:-.025em;line-height:1.05;color:#fff;max-width:900px;margin:0 auto}
.psv-page .psv-title h1 em{font-style:italic;color:var(--psv-gold)}
.psv-page .psv-title p{font-family:'Source Serif 4',serif;font-style:italic;font-size:20px;color:#e6e6e6;max-width:600px;margin:24px auto 0;line-height:1.5}

/* SECTION */
.psv-page .psv-section{max-width:1280px;margin:0 auto;padding:96px 32px}
.psv-page .section-head{margin-bottom:48px;display:flex;align-items:end;justify-content:space-between;gap:32px;flex-wrap:wrap}
.psv-page .section-head .left{flex:1;min-width:300px}
.psv-page .section-head .eyebrow{font-family:'Bebas Neue',sans-serif;font-size:14px;letter-spacing:.2em;color:var(--psv-gold)}
.psv-page .section-head h2{font-family:'Source Serif 4',serif;font-size:44px;font-weight:500;letter-spacing:-.02em;line-height:1.05;margin-top:10px;color:#000}
.psv-page .section-head h2 em{font-style:italic;color:var(--psv-gold)}
.psv-page .section-head p{font-size:14px;color:var(--psv-muted);max-width:360px;line-height:1.55}

/* MODALIDADES */
.psv-page .modalidades{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--psv-line);border-left:1px solid var(--psv-line)}
.psv-page .mod{border-right:1px solid var(--psv-line);border-bottom:1px solid var(--psv-line);padding:36px 32px;background:#fff;display:flex;flex-direction:column;min-height:320px;transition:background .2s}
.psv-page .mod:hover{background:var(--psv-cream)}
.psv-page .mod .num{font-family:'Bebas Neue',sans-serif;font-size:14px;letter-spacing:.15em;color:var(--psv-gold)}
.psv-page .mod h3{font-family:'Source Serif 4',serif;font-size:28px;font-weight:500;line-height:1.15;margin:16px 0 14px;color:#000;letter-spacing:-.01em}
.psv-page .mod .desc{font-size:14px;line-height:1.6;color:var(--psv-muted);flex:1}
.psv-page .mod .cta{margin-top:24px;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#000;display:inline-flex;align-items:center;gap:8px;border-bottom:1px solid #000;padding-bottom:6px;align-self:flex-start;transition:gap .2s}
.psv-page .mod:hover .cta{gap:14px}
.psv-page .mod.featured{background:#000;color:#fff}
.psv-page .mod.featured h3{color:#fff}
.psv-page .mod.featured .desc{color:#bbb}
.psv-page .mod.featured .cta{color:var(--psv-gold);border-color:var(--psv-gold)}
.psv-page .mod.featured:hover{background:#0a0a0a}

/* BOLSAS */
.psv-page .bolsas{border-top:1px solid var(--psv-line)}
.psv-page .bolsa{display:grid;grid-template-columns:240px 1fr auto;align-items:center;gap:32px;padding:30px 36px;border-bottom:1px solid var(--psv-line);background:#fff;transition:background .2s}
.psv-page .bolsa:hover{background:var(--psv-cream)}
.psv-page .bolsa .head{display:flex;flex-direction:column;gap:6px}
.psv-page .bolsa .sigla{font-family:'Source Serif 4',serif;font-style:italic;font-size:24px;color:#000;font-weight:500;letter-spacing:-.01em}
.psv-page .bolsa .chip{display:inline-flex;align-self:flex-start;font-family:'Bebas Neue',sans-serif;font-size:10px;letter-spacing:.2em;padding:3px 8px;border:1px solid var(--psv-line);color:var(--psv-muted);text-transform:uppercase}
.psv-page .bolsa .desc{font-size:15px;line-height:1.55;color:#333}
.psv-page .bolsa .link{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#000;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;border-bottom:1px solid #000;padding-bottom:4px}
.psv-page .bolsa:hover .link{gap:14px}
.psv-page .bolsa.featured{background:#000;color:#fff}
.psv-page .bolsa.featured:hover{background:#0a0a0a}
.psv-page .bolsa.featured .sigla{color:#fff}
.psv-page .bolsa.featured .desc{color:#ccc}
.psv-page .bolsa.featured .chip{color:var(--psv-gold);border-color:var(--psv-gold)}
.psv-page .bolsa.featured .link{color:var(--psv-gold);border-color:var(--psv-gold)}

/* CURSOS */
.psv-page .cursos-wrap{background:var(--psv-cream)}
.psv-page .cursos{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid var(--psv-line);border-left:1px solid var(--psv-line)}
.psv-page .curso{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;background:#fff;border-right:1px solid var(--psv-line);border-bottom:1px solid var(--psv-line);font-family:'Source Serif 4',serif;font-size:22px;font-weight:500;color:#000;letter-spacing:-.01em;transition:background .2s}
.psv-page .curso:hover{background:var(--psv-cream)}
.psv-page .curso .arrow{color:var(--psv-gold);font-size:14px;font-weight:600;letter-spacing:.05em;font-family:'Inter',sans-serif}
.psv-page .curso.curso-last{grid-column:1 / -1;justify-content:center;gap:16px}

/* TESTE DE CARREIRA */
.psv-page .teste{background:#000;color:#fff;padding:96px 32px}
.psv-page .teste-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.psv-page .teste .eyebrow{font-family:'Bebas Neue',sans-serif;font-size:14px;letter-spacing:.25em;color:var(--psv-gold);margin-bottom:18px}
.psv-page .teste h2{font-family:'Source Serif 4',serif;font-size:52px;font-weight:500;line-height:1.05;letter-spacing:-.02em;color:#fff}
.psv-page .teste h2 em{font-style:italic;color:var(--psv-gold)}
.psv-page .teste p{font-family:'Source Serif 4',serif;font-style:italic;font-size:18px;color:#bbb;margin:24px 0 36px;max-width:480px;line-height:1.5}
.psv-page .teste .btn{display:inline-block;background:var(--psv-gold);color:#000;padding:16px 32px;font-size:12px;letter-spacing:.15em;text-transform:uppercase;font-weight:600}
.psv-page .teste .btn:hover{background:#ddb030}
.psv-page .teste-visual{aspect-ratio:1/1;background:linear-gradient(135deg,#1a1a1a 0%,#000 100%);position:relative;overflow:hidden;border:1px solid #222}
.psv-page .teste-visual::before{content:'?';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:'Source Serif 4',serif;font-style:italic;font-size:280px;color:rgba(196,154,32,.2);font-weight:500}
.psv-page .teste-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1;border:2px solid var(--psv-gold);border-radius:12px}
.psv-page .teste-visual .quote{position:absolute;bottom:40px;left:40px;right:40px;font-family:'Source Serif 4',serif;font-style:italic;font-size:20px;color:#fff;line-height:1.4;z-index:2}
.psv-page .teste-visual .quote::before{content:'"';font-size:80px;color:var(--psv-gold);position:absolute;top:-50px;left:-10px;font-family:Georgia,serif}

/* ESTRUTURA */
.psv-page .estrutura{max-width:1280px;margin:0 auto;padding:96px 32px}
.psv-page .estrutura-head{text-align:center;margin-bottom:56px}
.psv-page .estrutura-head .eyebrow{font-family:'Bebas Neue',sans-serif;font-size:14px;letter-spacing:.2em;color:var(--psv-gold);margin-bottom:14px}
.psv-page .estrutura-head h2{font-family:'Source Serif 4',serif;font-size:52px;font-weight:500;letter-spacing:-.02em;line-height:1.05;color:#000;max-width:800px;margin:0 auto}
.psv-page .estrutura-head h2 em{font-style:italic;color:var(--psv-gold)}
.psv-page .estrutura-head p{font-family:'Source Serif 4',serif;font-style:italic;font-size:18px;color:var(--psv-muted);max-width:540px;margin:20px auto 0;line-height:1.5}
.psv-page .gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:repeat(2,260px);gap:8px;margin-bottom:32px}
.psv-page .gallery .pic{background:#222 center/cover no-repeat;position:relative;overflow:hidden}
.psv-page .gallery .pic:nth-child(1){grid-row:span 2}
.psv-page .gallery .pic.no-img:nth-child(1){background-image:linear-gradient(135deg,#2a2a2a,#0a0a0a)}
.psv-page .gallery .pic.no-img:nth-child(2){background-image:linear-gradient(135deg,#3a3a3a,#1a1a1a)}
.psv-page .gallery .pic.no-img:nth-child(3){background-image:linear-gradient(135deg,#1a1a1a,#000)}
.psv-page .gallery .pic.no-img:nth-child(4){background-image:linear-gradient(135deg,#2a2a2a,#111)}
.psv-page .gallery .pic.no-img:nth-child(5){background-image:linear-gradient(135deg,#222,#0a0a0a)}
.psv-page .gallery .pic::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.65) 100%);z-index:1}
.psv-page .gallery .pic .label{position:absolute;bottom:16px;left:20px;right:20px;color:#fff;font-family:'Source Serif 4',serif;font-style:italic;font-size:18px;z-index:2}
.psv-page .gallery .pic .label::before{content:'';display:inline-block;width:20px;height:1px;background:var(--psv-gold);margin-right:10px;vertical-align:middle}
.psv-page .tour-btn{text-align:center}
.psv-page .tour-btn a{display:inline-block;background:#000;color:#fff;padding:18px 40px;font-size:12px;letter-spacing:.15em;text-transform:uppercase;font-weight:600}
.psv-page .tour-btn a:hover{background:#1a1a1a}

/* RESPONSIVE */
@media(max-width:1024px){
  .psv-page .modalidades{grid-template-columns:repeat(2,1fr)}
  .psv-page .cursos{grid-template-columns:1fr}
  .psv-page .teste-inner{grid-template-columns:1fr;gap:48px}
  .psv-page .gallery{grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,200px)}
  .psv-page .gallery .pic:nth-child(1){grid-row:span 1;grid-column:span 2}
  .psv-page .bolsa{grid-template-columns:1fr;gap:14px}
  .psv-page .psv-title h1{font-size:44px}
  .psv-page .section-head h2,
  .psv-page .estrutura-head h2,
  .psv-page .teste h2{font-size:36px}
}
@media(max-width:600px){
  .psv-page .modalidades{grid-template-columns:1fr}
  .psv-page .psv-title{padding:160px 20px 64px}
  .psv-page .psv-title h1{font-size:34px}
  .psv-page .psv-section,
  .psv-page .estrutura{padding:64px 20px}
  .psv-page .teste{padding:64px 20px}
  .psv-page .section-head h2,
  .psv-page .estrutura-head h2,
  .psv-page .teste h2{font-size:28px}
  .psv-page .bolsa{padding:24px}
  .psv-page .curso{font-size:18px;padding:20px 22px}
  .psv-page .teste-visual::before{font-size:160px}
  .psv-page .gallery{grid-template-columns:1fr;grid-template-rows:repeat(5,180px)}
  .psv-page .gallery .pic:nth-child(1){grid-column:span 1}
}
