* { box-sizing: border-box; }
html, body { height: 100%; margin: 0; }
body.ga-maintenance-body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    overflow: hidden;
    background: #000;
}
.ga-bg {
    position: fixed;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ga-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
}
.ga-center {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
    text-align: center;
    width: min(900px, 92vw);
    padding: 12px;
}
.ga-logo {
    width: min(360px, 70vw);
    height: auto;
    display: block;
    margin: 0 auto 18px auto;
    filter: drop-shadow(0 10px 26px rgba(0, 0, 0, 0.55));
}
.ga-renovation {
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.55);
    line-height: 1.35;
}
.ga-text { margin: 0; }
.ga-text-es {
    font-size: clamp(18px, 2.1vw, 26px);
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
}
.ga-text-en {
    font-size: clamp(15px, 1.8vw, 22px);
    font-weight: 550;
    color: rgba(255, 255, 255, 0.80);
}
.ga-contact {
    position: fixed;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 14px;
}
.ga-contact a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-size: clamp(16px, 1.9vw, 22px);
    font-weight: 650;
    letter-spacing: 0.3px;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
}
.ga-contact a:hover,
.ga-contact a:focus {
    text-decoration: underline;
}
@media (max-height: 560px) {
    .ga-center { transform: translate(-50%, -50%); }
    .ga-contact { bottom: 14px; gap: 8px; }
}
