#site-paused {
    position: fixed;
    z-index: 99999;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.paused-box {
    background: #ffffff;
    padding: 40px 30px;
    max-width: 600px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.paused-logo {
    width: 180px;
    margin-bottom: 20px;
}

.paused-box h1 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #113880;
}

.paused-box p {
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
}

.paused-contact {
    margin-top: 20px;
    font-weight: bold;
}

.paused-contact a {
    color: #113880;
    text-decoration: none;
}
