.hero-program-showcase{height:430px;display:flex;align-items:center;justify-content:center}
.hero-slider-shell{width:min(560px,100%);display:grid;gap:14px}
.hero-program-slider{min-height:350px;border:1px solid rgba(255,255,255,.12);border-radius:22px;overflow:hidden;background:rgba(13,22,45,.78);box-shadow:0 30px 80px rgba(0,0,0,.34);backdrop-filter:blur(16px)}
.hero-program-empty{min-height:350px;display:grid;place-items:center;padding:24px;color:#aeb8cf;font-size:13px;text-align:center}
.hero-program-card{min-height:350px;display:grid;grid-template-columns:135px minmax(0,1fr);grid-template-rows:1fr auto;position:relative;overflow:hidden;color:#fff;background:linear-gradient(135deg,var(--slide-one),var(--slide-two));animation:heroProgramIn .28s ease}
.hero-program-card:after{content:"";position:absolute;width:260px;height:260px;right:-95px;top:-120px;border-radius:50%;border:1px solid rgba(255,255,255,.16);box-shadow:0 0 0 34px rgba(255,255,255,.035),0 0 0 68px rgba(255,255,255,.02);pointer-events:none}
.hero-program-art{padding:28px 0 0 26px;position:relative;z-index:2}
.hero-program-icon,.hero-program-cover{width:76px;height:76px;border-radius:20px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.13);box-shadow:0 14px 35px rgba(0,0,0,.18)}
.hero-program-icon{display:grid;place-items:center;font-size:34px;font-weight:950}
.hero-program-cover{object-fit:cover;display:block}
.hero-program-status{display:inline-flex;margin-top:18px;padding:7px 10px;border-radius:999px;background:rgba(0,0,0,.22);font-size:10px;font-weight:900}
.hero-program-copy{padding:30px 26px 18px 14px;position:relative;z-index:2}
.hero-program-category{display:inline-block;margin-bottom:8px;color:rgba(255,255,255,.7);font-size:10px;font-weight:900;letter-spacing:1.4px}
.hero-program-copy h2{margin:0 0 10px;font-size:34px;line-height:1.1;letter-spacing:-1.4px}
.hero-program-copy p{margin:0;color:rgba(255,255,255,.77);font-size:13px;line-height:1.7;max-width:95%}
.hero-program-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}
.hero-program-tag{padding:5px 8px;border-radius:999px;background:rgba(0,0,0,.18);font-size:9px;font-weight:750}
.hero-program-bottom{grid-column:1/-1;min-height:88px;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative;z-index:2;border-top:1px solid rgba(255,255,255,.12);background:rgba(5,8,20,.18)}
.hero-program-version{display:grid;gap:3px}
.hero-program-version span{color:rgba(255,255,255,.6);font-size:9px}
.hero-program-version strong{font-size:14px}
.hero-program-actions{display:flex;gap:8px}
.hero-program-action{min-height:40px;padding:0 14px;border-radius:10px;font:inherit;font-size:11px;font-weight:900;cursor:pointer;transition:.18s ease}
.hero-program-action:hover{transform:translateY(-1px)}
.hero-program-action.secondary{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff}
.hero-program-action.primary{border:1px solid #fff;background:#fff;color:#1c2234}
.hero-slider-controls{display:flex;align-items:center;justify-content:center;gap:12px}
.hero-slider-button{width:39px;height:39px;border:1px solid rgba(255,255,255,.14);border-radius:11px;background:rgba(255,255,255,.05);color:#fff;font-size:22px;line-height:1;cursor:pointer;transition:.18s ease}
.hero-slider-button:hover:not(:disabled){background:rgba(255,255,255,.1);transform:translateY(-1px)}
.hero-slider-button:disabled{opacity:.32;cursor:default}
.hero-slider-meta{min-width:72px;text-align:center;color:#aeb8cf;font-size:11px;font-weight:900;letter-spacing:.4px}
.admin-link{display:none!important}
.footer-refresh>div:last-child>a[href="/admin.html"],.footer-refresh>div:last-child>strong{display:none!important}
@keyframes heroProgramIn{from{opacity:.45;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}
@media(max-width:980px){.hero-program-showcase{height:auto;min-height:390px}.hero-slider-shell{width:100%}}
@media(max-width:650px){.hero-program-showcase{min-height:0}.hero-program-slider{min-height:0}.hero-program-card{grid-template-columns:95px minmax(0,1fr);min-height:315px}.hero-program-art{padding:22px 0 0 20px}.hero-program-icon,.hero-program-cover{width:60px;height:60px;border-radius:16px}.hero-program-icon{font-size:27px}.hero-program-status{margin-top:13px}.hero-program-copy{padding:24px 18px 14px 8px}.hero-program-copy h2{font-size:27px}.hero-program-copy p{font-size:11px}.hero-program-bottom{padding:14px 16px;align-items:flex-start;flex-direction:column}.hero-program-actions{width:100%}.hero-program-action{flex:1}.hero-program-empty{min-height:290px}}
