.maintenance {
    position: relative;
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    background: #fff;
}

body.maintenance-page {
    width: 100%;
    min-width: 320px;
}

.maintenance-bg {
    position: absolute;
    left: 0;
    top: 19vh;
    width: 100%;
    height: 65.833vh;
    min-height: 520px;
    background: url('/resource/images/ai/maintenance/kt-vi-white-3.png') center top / max(100vw, 1920px) auto no-repeat;
    pointer-events: none;
}

.maintenance-copy {
    position: absolute;
    left: 50%;
    top: 18vh;
    z-index: 1;
    width: min(100% - 48px, 1213px);
    transform: translateX(-50%);
    text-align: center;
}

.maintenance-eyebrow {
    margin: 0 auto 16px;
    color: #191a1b;
    font-size: 32px;
    font-weight: 500;
    line-height: 148%;
}

.maintenance-title {
    margin: 0;
    color: #131415;
    font-size: 48px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.01em;
}

.maintenance-logo {
    position: absolute;
    left: 50%;
    bottom: 140px;
    z-index: 1;
    width: 368px;
    height: 38px;
    transform: translateX(-50%);
}

.maintenance-copyright {
    position: absolute;
    left: 60px;
    bottom: 40px;
    z-index: 1;
    margin: 0;
    color: #adb1b9;
    font-size: 16px;
    font-weight: 500;
    line-height: 148%;
}

@media (max-width: 1280px) {
    .maintenance-eyebrow {
        font-size: 28px;
    }

    .maintenance-title {
        font-size: 42px;
    }
}

@media (min-width: 768px) and (max-height: 980px) {
    .maintenance-bg {
        top: clamp(136px, 19vh, 216px);
    }

    .maintenance-logo {
        bottom: 120px;
    }

    .maintenance-copyright {
        bottom: 36px;
    }
}

@media (min-width: 768px) and (max-height: 820px) {
    .maintenance-logo {
        bottom: 100px;
    }

    .maintenance-copyright {
        bottom: 30px;
    }
}

@media (max-width: 767px) {
    html,
    body.maintenance-page {
        width: 100%;
        min-width: 320px;
        overflow-x: hidden;
    }

    .maintenance {
        width: 100vw;
        min-height: 100vh;
        min-height: 100svh;
    }

    .maintenance-bg {
        left: calc(50% - 196px);
        top: min(calc(50% - 68px), calc(100% - 521px));
        width: 458px;
        height: 458px;
        min-height: 0;
        background-image: url('/resource/images/ai/maintenance/kt-vi-white-1-mo.png');
        background-size: 100% 100%;
        background-position: center;
    }

    .maintenance-copy {
        top: calc(50% - 150px);
        width: min(calc(100% - 40px), 320px);
        overflow: visible;
    }

    .maintenance-eyebrow {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 148%;
    }

    .maintenance-title {
        color: #191a1b;
        font-size: 22px;
        line-height: 148%;
        letter-spacing: 0;
    }

    .maintenance-logo {
        bottom: 63px;
        width: 252px;
        height: auto;
    }

    .maintenance-copyright {
        left: 24px;
        right: 24px;
        bottom: 30px;
        font-size: 13px;
        text-align: center;
    }
}

@media (orientation: landscape) and (max-width: 980px) and (max-height: 520px) {
    html,
    body.maintenance-page {
        width: 100%;
        min-width: 320px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .maintenance {
        min-height: 360px;
        min-height: max(100svh, 360px);
    }

    .maintenance-bg {
        left: 0;
        top: 124px;
        width: 100%;
        height: 260px;
        min-height: 0;
        background: url('/resource/images/ai/maintenance/kt-vi-white-3.png') center top / max(100vw, 980px) auto no-repeat;
    }

    .maintenance-copy {
        top: 32px;
        width: min(calc(100% - 48px), 760px);
        overflow: visible;
    }

    .maintenance-eyebrow {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 140%;
    }

    .maintenance-title {
        font-size: 30px;
        line-height: 120%;
        letter-spacing: 0;
    }

    .maintenance-logo {
        bottom: 58px;
        width: 252px;
        height: auto;
    }

    .maintenance-copyright {
        left: 20px;
        right: 20px;
        bottom: 18px;
        font-size: 12px;
        text-align: center;
    }
}

@media (orientation: landscape) and (max-width: 700px) and (max-height: 520px) {
    .maintenance-bg {
        top: 112px;
        height: 240px;
    }

    .maintenance-copy {
        top: 24px;
        width: min(calc(100% - 40px), 640px);
    }

    .maintenance-eyebrow {
        font-size: 16px;
    }

    .maintenance-title {
        font-size: 25px;
    }

    .maintenance-logo {
        bottom: 46px;
        width: 220px;
    }

    .maintenance-copyright {
        bottom: 12px;
    }
}
