/* =====================================================
   Under Maintenance Page
   ===================================================== */

*, *::before, *::after { box-sizing: border-box; }

/* Card */
.maintenance-card {
    width: 100%;
    max-width: 28rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(61, 44, 44, 0.10);
    padding: 2.5rem 2rem;
    margin: 3rem auto;
    text-align: center;
}

.maintenance-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.maintenance-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #3D2C2C;
    margin-bottom: 0.75rem;
}

.maintenance-body {
    font-size: 1rem;
    color: #7A6060;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.maintenance-contact {
    font-size: 0.9rem;
    color: #7A6060;
    margin: 0;
}

.maintenance-phone {
    color: #E8526A;
    font-weight: 600;
    text-decoration: none;
}

.maintenance-phone:hover {
    text-decoration: underline;
}
