/* Learn by Playing — refinamento de entrada e correção de acionamento (controle interno 10.4.5) */

/* Entrada: composição editorial mais profissional e centralizada */
#screen-role .lbp-entry-copy{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:clamp(30px,4vw,68px)!important;
}
#screen-role .entry-copy-inner{
  width:min(100%,760px);
  margin:auto;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
#screen-role .entry-copy-inner .eyebrow{
  width:max-content!important;
  max-width:100%;
  margin:0 0 20px!important;
  padding:9px 15px!important;
  border:1px solid rgba(255,255,255,.22)!important;
  background:rgba(255,255,255,.07)!important;
  border-radius:999px!important;
  font-size:12px!important;
  letter-spacing:.01em;
}
#screen-role .entry-copy-inner h1{
  margin:0!important;
  max-width:700px!important;
  font-size:clamp(38px,3.45vw,58px)!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
  text-wrap:balance;
}
#screen-role .entry-copy-inner h1 span{color:#dff7ff}
#screen-role .entry-lead{
  margin:18px 0 0!important;
  max-width:690px!important;
  font-size:clamp(14px,1.1vw,17px)!important;
  line-height:1.55!important;
  color:rgba(255,255,255,.84)!important;
}
#screen-role .lbp-feature-list{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  width:100%!important;
  max-width:700px!important;
  margin:24px 0 0!important;
}
#screen-role .lbp-feature{
  display:grid!important;
  grid-template-columns:42px 1fr!important;
  align-items:center!important;
  gap:13px!important;
  padding:11px 12px!important;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(5,24,66,.13);
  border-radius:14px;
}
#screen-role .lbp-feature .feature-icon{
  width:38px;height:38px;border-radius:11px;
  display:grid;place-items:center;
  background:rgba(74,222,200,.12);
  border:1px solid rgba(103,232,249,.18);
  color:#67e8f9;
  font-size:18px;
}
#screen-role .lbp-feature div{min-width:0}
#screen-role .lbp-feature b{display:block;font-size:13px;line-height:1.15;margin-bottom:3px;color:#fff}
#screen-role .lbp-feature span:not(.feature-icon){display:block;font-size:11px!important;line-height:1.35!important;color:rgba(255,255,255,.72)!important}
#screen-role .entry-trust{
  display:flex;align-items:center;gap:8px;
  margin-top:18px;
  font-size:10px;color:rgba(255,255,255,.58);
  letter-spacing:.01em;
}
#screen-role .entry-trust i{color:#67e8f9;font-size:13px}

/* Não permita que a camada decorativa capture cliques. */
#screen-role .lbp-entry-grid::before,
#screen-role .lbp-entry-grid::after,
#screen-role .lbp-entry-copy::before,
#screen-role .lbp-entry-copy::after,
.lbp-clicked::after{pointer-events:none!important}
.entry-role-card{pointer-events:auto!important;cursor:pointer!important;isolation:isolate}
.entry-role-card>*{pointer-events:none}
.entry-role-card:active{box-shadow:0 0 0 4px rgba(37,99,235,.12),0 8px 18px rgba(15,23,42,.11)!important}

/* Ajuste para alturas menores sem voltar a criar scroll. */
@media (min-width: 901px) and (max-height: 790px){
  #screen-role .lbp-entry-copy{padding:24px 38px!important}
  #screen-role .entry-copy-inner .eyebrow{margin-bottom:12px!important;padding:7px 12px!important}
  #screen-role .entry-copy-inner h1{font-size:clamp(34px,3vw,46px)!important}
  #screen-role .entry-lead{margin-top:10px!important;font-size:13px!important;line-height:1.4!important}
  #screen-role .lbp-feature-list{margin-top:14px!important;gap:7px!important}
  #screen-role .lbp-feature{padding:8px 10px!important;grid-template-columns:36px 1fr!important}
  #screen-role .lbp-feature .feature-icon{width:32px;height:32px;font-size:15px}
  #screen-role .entry-trust{margin-top:10px!important}
}
@media(max-width:900px){
  #screen-role .entry-copy-inner{display:none}
}
