/* NESkills v203 — public-speaking hero visual.
   Restores the same text + animated practice-board hierarchy used by the other coaching pages,
   without placing an unrelated learner testimonial in the hero. */
.ps203-stage-board{
  position:relative;
  overflow:hidden;
  margin:0;
  border:1px solid rgba(255,255,255,.15);
  border-radius:30px;
  background:linear-gradient(180deg,rgba(16,36,62,.98),rgba(6,19,38,.98));
  box-shadow:0 32px 80px rgba(0,0,0,.34);
  isolation:isolate;
}
.ps203-stage-board::before{
  content:"";
  position:absolute;
  z-index:0;
  top:-110px;
  right:-95px;
  width:330px;
  height:330px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(244,180,0,.15),rgba(7,143,162,.08) 47%,transparent 71%);
  animation:ps203Glow 5.5s ease-in-out infinite;
}
.ps203-board-head,.ps203-stage,.ps203-cues,.ps203-board-foot{position:relative;z-index:1;}
.ps203-board-head,.ps203-board-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:17px 19px;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.ps203-board-head>div{display:flex;align-items:center;gap:10px;}
.ps203-board-head strong{font-size:14px;}
.ps203-board-head>span{
  color:rgba(255,255,255,.5);
  font-size:10px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.ps203-live-dot{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#ffc52f;
  box-shadow:0 0 0 6px rgba(255,197,47,.1);
  animation:ps203Pulse 2s ease-in-out infinite;
}
.ps203-stage{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) 74px;
  align-items:end;
  gap:18px;
  padding:18px 18px 13px;
}
.ps203-screen{
  min-height:116px;
  padding:18px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(7,143,162,.13),rgba(255,255,255,.035));
}
.ps203-screen>span{
  display:block;
  color:#43cad7;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.ps203-screen>strong{
  display:block;
  margin-top:9px;
  font-size:20px;
  line-height:1.08;
  letter-spacing:-.025em;
}
.ps203-wave{
  display:flex;
  align-items:flex-end;
  gap:4px;
  height:31px;
  margin-top:13px;
}
.ps203-wave i{
  display:block;
  width:4px;
  height:9px;
  border-radius:999px;
  background:linear-gradient(180deg,#ffc52f,#28b8c8);
  transform-origin:center bottom;
  animation:ps203Wave 1.2s ease-in-out infinite;
}
.ps203-wave i:nth-child(2){animation-delay:.1s}.ps203-wave i:nth-child(3){animation-delay:.2s}
.ps203-wave i:nth-child(4){animation-delay:.3s}.ps203-wave i:nth-child(5){animation-delay:.4s}
.ps203-wave i:nth-child(6){animation-delay:.5s}.ps203-wave i:nth-child(7){animation-delay:.6s}
.ps203-audience{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:5px;
  height:78px;
  padding-bottom:5px;
}
.ps203-audience span{
  position:relative;
  width:10px;
  height:28px;
  border-radius:7px 7px 4px 4px;
  background:rgba(255,255,255,.16);
  animation:ps203Audience 4s ease-in-out infinite;
}
.ps203-audience span::before{
  content:"";
  position:absolute;
  left:50%;
  top:-9px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:rgba(255,255,255,.25);
  transform:translateX(-50%);
}
.ps203-audience span:nth-child(2){height:36px;animation-delay:.2s}
.ps203-audience span:nth-child(3){height:43px;animation-delay:.4s}
.ps203-audience span:nth-child(4){height:34px;animation-delay:.6s}
.ps203-audience span:nth-child(5){height:25px;animation-delay:.8s}
.ps203-cues{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
  margin:0;
  padding:0 18px 17px;
  list-style:none;
}
.ps203-cues li{
  display:grid;
  grid-template-columns:30px 1fr;
  align-items:start;
  gap:10px;
  min-height:82px;
  padding:12px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:rgba(255,255,255,.045);
  animation:ps203Focus 8s ease-in-out infinite;
  animation-delay:var(--delay);
}
.ps203-cues li>span{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:10px;
  background:rgba(255,197,47,.11);
  color:#ffc52f;
  font-size:10px;
  font-weight:800;
}
.ps203-cues strong{display:block;font-size:13px;line-height:1.25;}
.ps203-cues small{display:block;margin-top:4px;color:rgba(255,255,255,.56);font-size:10px;line-height:1.4;}
.ps203-board-foot{
  justify-content:flex-start;
  flex-wrap:wrap;
  border-top:1px solid rgba(255,255,255,.1);
  border-bottom:0;
  padding-top:13px;
  padding-bottom:13px;
}
.ps203-board-foot span{
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.62);
  font-size:10px;
  font-weight:800;
}
@keyframes ps203Pulse{
  0%,100%{transform:scale(1);box-shadow:0 0 0 6px rgba(255,197,47,.1)}
  50%{transform:scale(1.08);box-shadow:0 0 0 11px rgba(255,197,47,.035)}
}
@keyframes ps203Glow{
  0%,100%{transform:translate3d(0,0,0) scale(1);opacity:.75}
  50%{transform:translate3d(-12px,12px,0) scale(1.07);opacity:1}
}
@keyframes ps203Wave{
  0%,100%{height:8px;opacity:.55}
  50%{height:29px;opacity:1}
}
@keyframes ps203Audience{
  0%,100%{transform:translateY(0);background:rgba(255,255,255,.16)}
  50%{transform:translateY(-3px);background:rgba(40,184,200,.25)}
}
@keyframes ps203Focus{
  0%,18%,100%{transform:translateY(0);border-color:rgba(255,255,255,.08);background:rgba(255,255,255,.045)}
  5%,13%{transform:translateY(-3px);border-color:rgba(255,197,47,.48);background:rgba(255,197,47,.09)}
}
@media (min-width:1181px){
  .ps91-hero{min-height:760px;padding-bottom:82px;}
}
@media (min-width:768px) and (max-width:1180px){
  .ps203-stage-board{border-radius:25px;}
  .ps203-stage{grid-template-columns:minmax(0,1fr) 58px;gap:12px;padding:15px 15px 11px;}
  .ps203-cues{padding:0 15px 15px;}
  .ps203-cues li{grid-template-columns:28px 1fr;gap:8px;padding:10px;}
  .ps203-cues li>span{width:28px;height:28px;}
}
@media (max-width:767px){
  .ps91-hero-grid{gap:25px;}
  .ps203-stage-board{
    width:min(100%,390px);
    margin-inline:auto;
    border-radius:22px;
    box-shadow:0 22px 55px rgba(0,0,0,.28);
  }
  .ps203-board-head{padding:14px 15px;}
  .ps203-board-head strong{font-size:12px;}
  .ps203-stage{grid-template-columns:minmax(0,1fr) 50px;gap:10px;padding:13px 13px 10px;}
  .ps203-screen{min-height:96px;padding:14px;border-radius:15px;}
  .ps203-screen>strong{font-size:17px;}
  .ps203-wave{height:24px;margin-top:9px;}
  .ps203-audience{height:58px;gap:4px;}
  .ps203-audience span{width:8px;height:20px;}
  .ps203-audience span::before{top:-7px;width:8px;height:8px;}
  .ps203-audience span:nth-child(2){height:27px}.ps203-audience span:nth-child(3){height:33px}
  .ps203-audience span:nth-child(4){height:25px}.ps203-audience span:nth-child(5){height:18px}
  .ps203-cues{gap:7px;padding:0 13px 13px;}
  .ps203-cues li{grid-template-columns:24px 1fr;gap:7px;min-height:74px;padding:9px;border-radius:13px;}
  .ps203-cues li>span{width:24px;height:24px;border-radius:8px;font-size:9px;}
  .ps203-cues strong{font-size:11px;}
  .ps203-cues small{font-size:9px;line-height:1.32;}
  .ps203-board-foot{gap:6px;padding:11px 13px;}
  .ps203-board-foot span{padding:6px 8px;font-size:9px;}
}
@media (max-width:380px){
  .ps203-cues{grid-template-columns:1fr;}
  .ps203-cues li{min-height:62px;}
}
@media (prefers-reduced-motion:reduce){
  .ps203-stage-board::before,.ps203-live-dot,.ps203-wave i,.ps203-audience span,.ps203-cues li{animation:none!important;}
}
