.popup-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.55);z-index:99999}.popup-container{background:var(--white-light,#fff);color:var(--text-color,#111);width:92%;max-width:720px;border-radius:12px;padding:2rem;box-shadow:0 12px 40px rgba(0,0,0,.28);position:relative}.popup-close{position:absolute;top:1rem;right:2rem;background:transparent;border:none;font-size:2rem;cursor:pointer;color:inherit}.popupcv-content{display:flex;flex-direction:column;gap:.6rem;text-align:center}.popupcv-columns{display:flex;gap:1rem;margin-top:1rem;justify-content:center;flex-wrap:wrap}.popupcv-box{flex:1 1 45%;min-width:220px;background:var(--gray-light,#f7f7f7);padding:1.3rem;border-radius:8px;box-shadow:0 6px 18px rgba(0,0,0,.06);border:1px solid var(--gray-medium,#ddd)}.popupcv-box h3{margin-bottom:.4rem}.popupcv-box p{margin-bottom:.8rem;font-size:.95rem;color:var(--text-color-2,#444)}.icon{display:inline-flex;align-items:center;margin-right:.5rem}.cv-icon{font-size:1.1rem}@media (max-width:768px){.popupcv-columns{flex-direction:column;align-items:center}.popupcv-box{width:100%;max-width:420px}}