.hhr-workshop-popup-backdrop{position:fixed;inset:0;background:rgba(15,15,25,.72);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;animation:hhr-workshop-popup-fade .25s ease-out}.hhr-workshop-popup-card{position:relative;background:#fff;border-radius:16px;box-shadow:0 24px 60px rgba(0,0,0,.35);width:100%;max-width:920px;overflow:hidden;display:block;text-decoration:none;color:inherit;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;animation:hhr-workshop-popup-pop .3s cubic-bezier(.2,.9,.3,1.2)}.hhr-workshop-popup-card:hover{transform:translateY(-2px);box-shadow:0 30px 70px rgba(0,0,0,.45)}.hhr-workshop-popup-card:focus-visible{outline:3px solid #ff8c4a;outline-offset:2px}.hhr-workshop-popup-close{position:absolute;top:12px;right:12px;z-index:2;width:36px;height:36px;border-radius:50%;border:none;background:rgba(0,0,0,.55);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,transform .15s ease}.hhr-workshop-popup-close:hover{background:rgba(0,0,0,.8);transform:scale(1.05)}.hhr-workshop-popup-image{display:block;width:100%;height:auto;border-radius:16px 16px 0 0}.hhr-workshop-popup-cta{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:12px;padding:20px 24px;background:linear-gradient(135deg,#ff7a3d,#ec5c2e 50%,#d44d22);color:#fff;font-weight:800;font-size:19px;letter-spacing:.04em;text-transform:uppercase;text-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.25),inset 0 -2px 0 rgba(0,0,0,.15);transition:background .2s ease,letter-spacing .2s ease}.hhr-workshop-popup-cta-label{position:relative;z-index:1}.hhr-workshop-popup-cta-arrow{position:relative;z-index:1;transition:transform .25s ease}.hhr-workshop-popup-cta-shine{position:absolute;top:0;left:-60%;width:50%;height:100%;background:linear-gradient(120deg,transparent,hsla(0,0%,100%,.45) 50%,transparent);transform:skewX(-20deg);animation:hhr-workshop-popup-shine 3.2s ease-in-out infinite;pointer-events:none}.hhr-workshop-popup-card:hover .hhr-workshop-popup-cta{background:linear-gradient(135deg,#ff8a52,#ff6a3a 50%,#e0552a);letter-spacing:.06em}.hhr-workshop-popup-card:hover .hhr-workshop-popup-cta-arrow{transform:translateX(6px)}@media (max-width:640px){.hhr-workshop-popup-backdrop{padding:12px}.hhr-workshop-popup-cta{font-size:15px;padding:16px 18px;gap:8px}.hhr-workshop-popup-cta-arrow{width:16px;height:16px}}@keyframes hhr-workshop-popup-shine{0%{left:-60%}60%{left:130%}to{left:130%}}@keyframes hhr-workshop-popup-fade{0%{opacity:0}to{opacity:1}}@keyframes hhr-workshop-popup-pop{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.hhr-workshop-popup-backdrop,.hhr-workshop-popup-card,.hhr-workshop-popup-cta-shine{animation:none}.hhr-workshop-popup-card:hover,.hhr-workshop-popup-card:hover .hhr-workshop-popup-cta-arrow{transform:none}}