.popup-overlay{z-index:99999;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.popup-container{background:var(--white-light,#fff);color:var(--text-color,#111);border-radius:12px;width:92%;max-width:720px;padding:2rem;position:relative;box-shadow:0 12px 40px #00000047}.popup-close{cursor:pointer;color:inherit;background:0 0;border:none;font-size:2rem;position:absolute;top:1rem;right:2rem}.popupcv-content{text-align:center;flex-direction:column;gap:.6rem;display:flex}.popupcv-columns{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem;display:flex}.popupcv-box{background:var(--gray-light,#f7f7f7);border:1px solid var(--gray-medium,#ddd);border-radius:8px;flex:45%;min-width:220px;padding:1.3rem;box-shadow:0 6px 18px #0000000f}.popupcv-box h3{margin-bottom:.4rem}.popupcv-box p{color:var(--text-color-2,#444);margin-bottom:.8rem;font-size:.95rem}.icon{align-items:center;margin-right:.5rem;display:inline-flex}.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}}
