body {
    background: linear-gradient(135deg, #111 0%, #2b2b2b 100%);
    color: #fff;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maintenance-card {
    background: #ffffff;
    color: #000;
    border-radius: 20px;
    padding: 50px 30px;
    max-width: 650px;
    width: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.logo-img {
    max-width: 300px;
}

.brand-title {
    color: #c62828;
    font-weight: 700;
}

.contact-info a {
    text-decoration: none;
    color: #c62828;
    font-weight: 500;
}

.footer-text {
    font-size: 14px;
    color: #666;
}