.egd-modal {
    display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.7); justify-content: center; align-items: center;
}
.egd-modal-content {
    background: #fff; padding: 30px; border-radius: 8px; width: 90%; max-width: 400px; text-align: center; margin: 10% auto;
}
.egd-close {
    float: right; font-size: 24px; cursor: pointer;
}
.egd-modal input[type="email"] {
    width: 100%; padding: 10px; margin-top: 15px; border: 1px solid #ccc; border-radius: 5px;
}
.egd-modal button {
    margin-top: 10px; padding: 10px 20px; background: #142a3d; color: white; border: none; border-radius: 5px; cursor: pointer;
}
.egd-modal button:hover {
    background: #335878;
}
