.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.45);display:flex;justify-content:center;align-items:center;z-index:20000}.modal-content{background:#fffbee;padding:2.5rem 2rem 2rem;border-radius:18px;box-shadow:0 8px 32px rgba(0,0,0,.18);max-width:450px;width:90%;text-align:center;position:relative;border:2px solid #f7c873}.modal-title{font-family:Estoria;font-size:2rem;color:var(--secondary-color);margin-bottom:1rem}.modal-text{font-size:18px;color:var(--text);margin-bottom:2rem;line-height:1.4;font-family:roboto}.modal-link{color:var(--secondary-color);text-decoration:underline;font-weight:700}.modal-button{background:var(--primary-color);color:var(--text);border:none;border-radius:9999px;padding:.7rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s}@media screen and (max-width:600px){.modal-content{padding:1.5rem 1rem 1rem}.modal-title{font-size:1.5rem}.modal-text{font-size:16px}.modal-button{padding:.5rem 1rem}}