.agepopup-overlay{
    position:fixed; inset:0;
    display:flex; justify-content:center; align-items:center;
    background:rgba(0,0,0,.65);
    z-index:9999;
}
.agepopup-modal{
    background:#fff;
    max-width:380px; width:90%;
    padding:2rem 1.5rem; text-align:center;
    border-radius:8px; box-shadow:0 4px 15px rgba(0,0,0,.25);
}
.agepopup-actions{display:flex; gap:0.75rem; margin-top:1.5rem; justify-content:center}
.agepopup-actions .btn{min-width:120px}
