.placement-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;font-family:var(--font-nunito)}.placement-overlay .placement-image-frame{width:100%;max-width:700px;aspect-ratio:1.1/1;background:url(/images/PopUpModel/PlacementCellPopUp1.png);background-size:cover;background-position:50%;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 30px 60px rgba(0,0,0,.3);position:relative;padding:30px}.placement-overlay .popup-wrapper{width:100%;max-width:450px;display:flex;flex-direction:column;gap:15px;align-items:center}.placement-overlay .mainPlacement-card{background:hsla(0,0%,100%,.98);border-radius:12px;padding:45px 35px;text-align:center;width:100%;position:relative;box-shadow:0 10px 25px rgba(0,0,0,.1)}.placement-overlay .mainPlacement-card .closePlacement-btn{position:absolute;top:15px;right:15px;background:none;border:none;color:#64748b;cursor:pointer;z-index:10}.placement-overlay .mainPlacement-card .closePlacement-btn:hover{color:#000}.placement-overlay .mainPlacement-card h2{font-size:1.8rem;font-weight:800;color:#000;margin-bottom:25px;line-height:1.2}.placement-overlay .mainPlacement-card .infoPlacement-banner{background:#5d3fd3;color:#fff;padding:15px;border-radius:8px;display:flex;align-items:center;gap:15px;text-align:left;margin-bottom:25px}.placement-overlay .mainPlacement-card .infoPlacement-banner .bannerPlacement-icon{flex-shrink:0;opacity:.9}.placement-overlay .mainPlacement-card .infoPlacement-banner p{margin:0;font-size:.95rem;font-weight:500;line-height:1.4;color:#fff}.placement-overlay .mainPlacement-card form{display:flex;flex-direction:column;gap:15px;width:100%}.placement-overlay .mainPlacement-card form input{padding:14px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;background:#fff;outline:none}.placement-overlay .mainPlacement-card form input:focus{border-color:#5d3fd3}.placement-overlay .mainPlacement-card form .signupPlacement-btn{background-color:#5d3fd3;color:#fff;font-size:1.1rem;font-weight:700;padding:14px 40px;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(93,63,211,.3);display:flex;align-items:center;justify-content:center;margin:0 auto;width:-moz-fit-content;width:fit-content;min-width:160px}.placement-overlay .mainPlacement-card form .signupPlacement-btn:hover{background-color:#4b32b3;transform:translateY(-2px);box-shadow:0 6px 15px rgba(93,63,211,.4)}@media(max-width:768px){.placement-overlay{padding:10px}.placement-overlay .placement-image-frame{aspect-ratio:auto;padding:20px;background-position:70%}.placement-overlay .mainPlacement-card{padding:30px 20px}.placement-overlay .mainPlacement-card h2{font-size:1.4rem;margin-bottom:15px}.placement-overlay .mainPlacement-card .infoPlacement-banner{gap:10px;padding:12px;margin-bottom:15px}.placement-overlay .mainPlacement-card .infoPlacement-banner p{font-size:.85rem}.placement-overlay .mainPlacement-card form input{padding:12px;font-size:.9rem}.placement-overlay .mainPlacement-card form .signupPlacement-btn{margin:10px auto;padding:12px 30px;font-size:1rem}}