.blocked-construction{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.blocked-construction__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#f8f6f0,#f2efe6,#ebe6dc);z-index:0}.blocked-construction__bg:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 20%,rgba(252,204,0,.08) 0%,transparent 45%),radial-gradient(circle at 70% 80%,rgba(252,204,0,.06) 0%,transparent 40%);animation:blocked-bg-pulse 12s ease-in-out infinite}@keyframes blocked-bg-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.02)}}.blocked-construction__card{position:relative;z-index:1;max-width:420px;width:100%;background:#fff;border-radius:20px;box-shadow:0 25px 60px #1919191f,0 12px 24px #19191914,0 0 0 1px #1919190a;padding:3rem 2.5rem;text-align:center}.blocked-construction__icon{width:80px;height:80px;margin:0 auto 1.5rem;color:var(--dhl-yellow, #fc0);filter:drop-shadow(0 4px 12px rgba(252,204,0,.35))}.blocked-construction__icon svg{width:100%;height:100%}.blocked-construction__title{font-size:1.65rem;font-weight:700;color:var(--dhl-black, #191919);letter-spacing:-.02em;margin:0 0 .75rem;line-height:1.2}.blocked-construction__text{font-size:1rem;color:var(--dhl-gray, #838383);line-height:1.6;margin:0}.blocked-construction__divider{height:1px;background:linear-gradient(90deg,transparent,var(--dhl-border, #BDBDBD),transparent);margin:1.75rem 0 1.25rem}.blocked-construction__sub{font-size:.9rem;color:var(--dhl-gray-light, #ACACAC);margin:0}
