/* NESkills v205 — interview page hero animation.
   Replaces the static hero photo with an interview-practice board,
   and moves the real coaching photo below the hero for hierarchy consistency. */
.iv205-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;
}
.iv205-board::before{
  content:"";
  position:absolute;
  z-index:0;
  top:-110px;
  right:-86px;
  width:310px;
  height:310px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(244,180,0,.18),rgba(7,143,162,.09) 45%,transparent 70%);
  animation:iv205Glow 5.8s ease-in-out infinite;
}
.iv205-board>*{position:relative;z-index:1}
.iv205-head,.iv205-foot{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:17px 19px;border-bottom:1px solid rgba(255,255,255,.1);
}
.iv205-head > div{display:flex;align-items:center;gap:10px}
.iv205-head strong{font-size:14px}
.iv205-head > span{color:rgba(255,255,255,.5);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.iv205-live-dot{width:9px;height:9px;border-radius:50%;background:#ffc52f;box-shadow:0 0 0 6px rgba(255,197,47,.1);animation:iv205Pulse 2s ease-in-out infinite}
.iv205-stage{display:grid;grid-template-columns:minmax(0,1fr) 86px;gap:16px;align-items:start;padding:18px}
.iv205-panel{display:grid;gap:12px}
.iv205-question{
  padding:17px 17px 15px;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));
}
.iv205-question > span,.iv205-answer > span{
  display:block;color:#43cad7;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;
}
.iv205-question strong{display:block;margin-top:8px;font-size:19px;line-height:1.14;letter-spacing:-.025em}
.iv205-question p{margin:10px 0 0;color:rgba(255,255,255,.7);font-size:12px;line-height:1.5}
.iv205-answer{
  padding:14px 15px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.04);
}
.iv205-answer ul{display:grid;gap:8px;margin:10px 0 0;padding:0;list-style:none}
.iv205-answer li{display:flex;align-items:center;gap:8px;color:#fff;font-size:12px;font-weight:700}
.iv205-answer li::before{content:"";width:7px;height:7px;border-radius:50%;background:#ffc52f;box-shadow:0 0 0 4px rgba(255,197,47,.08)}
.iv205-meter{display:grid;align-content:end;gap:10px;min-height:100%;padding:12px 10px 8px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.04)}
.iv205-meter span{display:block;width:100%;border-radius:999px;background:linear-gradient(180deg,#ffc52f,#28b8c8);transform-origin:center bottom;animation:iv205Meter 1.55s ease-in-out infinite}
.iv205-meter span:nth-child(1){height:22px;animation-delay:0s}
.iv205-meter span:nth-child(2){height:40px;animation-delay:.2s}
.iv205-meter span:nth-child(3){height:58px;animation-delay:.4s}
.iv205-meter span:nth-child(4){height:32px;animation-delay:.6s}
.iv205-cues{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:0;padding:0 18px 17px;list-style:none}
.iv205-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:iv205Focus 8s ease-in-out infinite;animation-delay:var(--delay)}
.iv205-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}
.iv205-cues strong{display:block;font-size:13px;line-height:1.25}
.iv205-cues small{display:block;margin-top:4px;color:rgba(255,255,255,.56);font-size:10px;line-height:1.4}
.iv205-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}
.iv205-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 iv205Pulse{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 iv205Glow{0%,100%{transform:translate3d(0,0,0) scale(1);opacity:.75}50%{transform:translate3d(-12px,10px,0) scale(1.07);opacity:1}}
@keyframes iv205Meter{0%,100%{transform:scaleY(.55);opacity:.7}50%{transform:scaleY(1);opacity:1}}
@keyframes iv205Focus{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){.iv92-hero{min-height:760px;padding-bottom:82px}}
@media (min-width:768px) and (max-width:1180px){
  .iv205-board{border-radius:25px}
  .iv205-stage{grid-template-columns:minmax(0,1fr) 68px;gap:12px;padding:15px}
  .iv205-cues{padding:0 15px 15px}
  .iv205-cues li{grid-template-columns:28px 1fr;gap:8px;padding:10px}
  .iv205-cues li>span{width:28px;height:28px}
}
@media (max-width:767px){
  .iv92-hero-grid{gap:25px}
  .iv205-board{width:min(100%,390px);margin-inline:auto;border-radius:22px;box-shadow:0 22px 55px rgba(0,0,0,.28)}
  .iv205-head{padding:14px 15px}
  .iv205-head strong{font-size:12px}
  .iv205-stage{grid-template-columns:minmax(0,1fr) 54px;gap:10px;padding:13px}
  .iv205-question{padding:14px;border-radius:15px}
  .iv205-question strong{font-size:16px}
  .iv205-question p{font-size:11px}
  .iv205-answer{padding:12px;border-radius:14px}
  .iv205-answer li{font-size:11px}
  .iv205-cues{gap:7px;padding:0 13px 13px}
  .iv205-cues li{grid-template-columns:24px 1fr;gap:7px;min-height:74px;padding:9px;border-radius:13px}
  .iv205-cues li>span{width:24px;height:24px;border-radius:8px;font-size:9px}
  .iv205-cues strong{font-size:11px}
  .iv205-cues small{font-size:9px;line-height:1.32}
  .iv205-foot{gap:6px;padding:11px 13px}
  .iv205-foot span{padding:6px 8px;font-size:9px}
}
@media (max-width:380px){.iv205-cues{grid-template-columns:1fr}.iv205-cues li{min-height:62px}}
@media (prefers-reduced-motion:reduce){.iv205-board::before,.iv205-live-dot,.iv205-meter span,.iv205-cues li{animation:none!important}}
