/* NESkills v210 — executive coaching hero simulation.
   Aligns the page with the coaching-page hierarchy: animated practice visual in the hero,
   real coaching image immediately below the hero. */
.ex210-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;
}
.ex210-board::before{
  content:"";position:absolute;z-index:0;top:-105px;right:-88px;width:320px;height:320px;border-radius:50%;
  background:radial-gradient(circle,rgba(244,180,0,.16),rgba(7,143,162,.09) 46%,transparent 71%);
  animation:ex210Glow 5.8s ease-in-out infinite;
}
.ex210-board>*{position:relative;z-index:1}
.ex210-head,.ex210-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 19px;border-bottom:1px solid rgba(255,255,255,.1)}
.ex210-head>div{display:flex;align-items:center;gap:10px}.ex210-head strong{font-size:14px}.ex210-head>span{color:rgba(255,255,255,.5);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.ex210-dot{width:9px;height:9px;border-radius:50%;background:#ffc52f;box-shadow:0 0 0 6px rgba(255,197,47,.1);animation:ex210Pulse 2s ease-in-out infinite}
.ex210-scenario{display:grid;grid-template-columns:minmax(0,1fr) 84px;gap:15px;padding:18px}
.ex210-brief{padding:17px;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))}
.ex210-brief>span{display:block;color:#43cad7;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.ex210-brief>strong{display:block;margin-top:9px;font-size:20px;line-height:1.12;letter-spacing:-.025em}
.ex210-brief>p{margin:10px 0 0;color:rgba(255,255,255,.66);font-size:12px;line-height:1.5}
.ex210-meter{display:flex;align-items:flex-end;justify-content:center;gap:6px;padding:12px 8px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.04)}
.ex210-meter i{display:block;width:10px;border-radius:999px;background:linear-gradient(180deg,#ffc52f,#28b8c8);transform-origin:center bottom;animation:ex210Meter 1.55s ease-in-out infinite}
.ex210-meter i:nth-child(1){height:30px}.ex210-meter i:nth-child(2){height:58px;animation-delay:.2s}.ex210-meter i:nth-child(3){height:42px;animation-delay:.4s}.ex210-meter i:nth-child(4){height:72px;animation-delay:.6s}
.ex210-cues{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:0;padding:0 18px 17px;list-style:none}
.ex210-cues li{display:grid;grid-template-columns:30px 1fr;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:ex210Focus 8s ease-in-out infinite;animation-delay:var(--delay)}
.ex210-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}
.ex210-cues strong{display:block;font-size:13px;line-height:1.25}.ex210-cues small{display:block;margin-top:4px;color:rgba(255,255,255,.56);font-size:10px;line-height:1.4}
.ex210-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}
.ex210-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 ex210Pulse{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 ex210Glow{0%,100%{transform:translate3d(0,0,0) scale(1);opacity:.75}50%{transform:translate3d(-12px,10px,0) scale(1.07);opacity:1}}
@keyframes ex210Meter{0%,100%{transform:scaleY(.55);opacity:.7}50%{transform:scaleY(1);opacity:1}}
@keyframes ex210Focus{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:768px) and (max-width:1180px){.ex210-board{border-radius:25px}.ex210-scenario{grid-template-columns:minmax(0,1fr) 66px;gap:12px;padding:15px}.ex210-cues{padding:0 15px 15px}.ex210-cues li{grid-template-columns:28px 1fr;gap:8px;padding:10px}.ex210-cues li>span{width:28px;height:28px}}
@media (max-width:767px){
  .exec89-hero-grid{gap:25px}.ex210-board{width:min(100%,390px);margin-inline:auto;border-radius:22px;box-shadow:0 22px 55px rgba(0,0,0,.28)}
  .ex210-head{padding:14px 15px}.ex210-head strong{font-size:12px}.ex210-scenario{grid-template-columns:minmax(0,1fr) 54px;gap:10px;padding:13px}
  .ex210-brief{padding:14px;border-radius:15px}.ex210-brief>strong{font-size:17px}.ex210-brief>p{font-size:11px}.ex210-meter{gap:4px;padding:10px 6px;border-radius:15px}.ex210-meter i{width:7px}
  .ex210-cues{gap:7px;padding:0 13px 13px}.ex210-cues li{grid-template-columns:24px 1fr;gap:7px;min-height:74px;padding:9px;border-radius:13px}.ex210-cues li>span{width:24px;height:24px;border-radius:8px;font-size:9px}.ex210-cues strong{font-size:11px}.ex210-cues small{font-size:9px;line-height:1.32}.ex210-foot{gap:6px;padding:11px 13px}.ex210-foot span{padding:6px 8px;font-size:9px}
}
@media (max-width:380px){.ex210-cues{grid-template-columns:1fr}.ex210-cues li{min-height:62px}}
@media (prefers-reduced-motion:reduce){.ex210-board::before,.ex210-dot,.ex210-meter i,.ex210-cues li{animation:none!important}}
