:root {
    --blue: #0053a1;
    --blue-dark: #003f7c;
    --orange: #e46f00;
    --ink: #182331;
    --muted: #66717e;
    --line: #dfe5eb;
    --surface: #f7f9fb;
    --white: #ffffff;
    --whatsapp: #25d366;
}

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

html,
body {
    min-height: 100%;
    margin: 0;
}

body {
    min-height: 100svh;
    background: var(--white);
    color: var(--ink);
    font-family: "Source Sans Pro", "Segoe UI", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.maintenance-page {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(26rem, 0.95fr);
    min-height: 100svh;
}

.content-panel {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    background:
        radial-gradient(circle at 2% 100%, rgba(0, 83, 161, 0.08), transparent 24rem),
        var(--white);
}

.content-panel::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 38%;
    background: var(--orange);
}

.content-wrap {
    display: grid;
    grid-template-rows: auto 1fr auto;
    width: min(100%, 52rem);
    min-height: 100%;
    margin-left: auto;
    padding: clamp(1.8rem, 4vw, 4.5rem) clamp(2rem, 6vw, 6rem);
}

.brand img {
    display: block;
    width: clamp(12rem, 19vw, 14.125rem);
    height: auto;
}

.message-block {
    align-self: center;
    padding: clamp(3rem, 8vh, 6rem) 0;
}

.status {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 2.25rem;
    padding: 0.6rem 0.85rem;
    border: 1px solid #cdd9e5;
    border-radius: 999px;
    background: #f3f7fb;
    color: var(--blue-dark);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.status-dot {
    width: 0.55rem;
    height: 0.55rem;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 0 0.3rem rgba(228, 111, 0, 0.13);
    animation: pulse 2.2s ease-in-out infinite;
}

.eyebrow {
    margin: 0 0 0.8rem;
    color: var(--orange);
    font-size: clamp(0.75rem, 1vw, 0.88rem);
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

h1 {
    margin: 0;
    color: var(--blue);
    font-family: Montserrat, "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: clamp(3.35rem, 6.3vw, 6.4rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.9;
}

h1 span {
    color: var(--ink);
}

.intro {
    max-width: 34rem;
    margin: 2rem 0 0;
    color: var(--muted);
    font-size: clamp(1.05rem, 1.45vw, 1.2rem);
    line-height: 1.65;
}

.contact-card {
    max-width: 37rem;
    margin-top: clamp(2.2rem, 5vh, 3.5rem);
    padding-top: 1.4rem;
    border-top: 1px solid var(--line);
}

.contact-copy p,
.contact-copy strong {
    display: block;
    margin: 0;
}

.contact-copy p {
    margin-bottom: 0.25rem;
    color: var(--orange);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-copy strong {
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.45;
}

.whatsapp-button {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    width: fit-content;
    margin-top: 1.1rem;
    padding: 0.8rem 1rem 0.8rem 0.85rem;
    border: 1px solid #1ebc57;
    border-radius: 8px;
    background: var(--whatsapp);
    box-shadow: 0 0.75rem 1.8rem rgba(37, 211, 102, 0.18);
    color: #102b19;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.whatsapp-button img {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

.whatsapp-button span {
    display: grid;
    gap: 0.12rem;
}

.whatsapp-button small {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.whatsapp-button svg {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 0.25rem;
}

.whatsapp-button:hover {
    filter: brightness(1.035);
    transform: translateY(-2px);
    box-shadow: 0 1rem 2.2rem rgba(37, 211, 102, 0.24);
}

.whatsapp-button:focus-visible {
    outline: 3px solid rgba(0, 83, 161, 0.42);
    outline-offset: 4px;
}

footer {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--line);
    color: #7a8490;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

footer span:first-child {
    color: var(--blue);
}

.image-panel {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background: var(--blue-dark);
}

.image-panel > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 52% center;
    filter: saturate(0.9) contrast(1.02);
}

.image-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 40, 78, 0.12), rgba(0, 40, 78, 0.66)),
        linear-gradient(90deg, rgba(0, 83, 161, 0.17), transparent 45%);
}

.image-label {
    position: absolute;
    right: clamp(1.75rem, 4vw, 4rem);
    bottom: clamp(2rem, 6vw, 5rem);
    left: clamp(1.75rem, 4vw, 4rem);
    max-width: 28rem;
    padding-left: 1.15rem;
    border-left: 5px solid var(--orange);
    color: var(--white);
}

.image-label span,
.image-label strong {
    display: block;
}

.image-label span {
    margin-bottom: 0.35rem;
    color: #ffd5ad;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.image-label strong {
    font-family: Montserrat, "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: clamp(1.5rem, 2.7vw, 2.5rem);
    line-height: 1.08;
}

@keyframes pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.62;
        transform: scale(0.82);
    }
}

@media (max-width: 900px) {
    .maintenance-page {
        grid-template-columns: 1fr;
    }

    .content-panel {
        min-height: 100svh;
    }

    .content-panel::before {
        width: 32%;
        height: 5px;
    }

    .content-wrap {
        width: 100%;
        margin: 0;
    }

    .image-panel {
        min-height: 32rem;
    }
}

@media (max-width: 560px) {
    .content-wrap {
        padding: 1.4rem 1.25rem;
    }

    .brand img {
        width: 11.25rem;
    }

    .message-block {
        padding: 3.5rem 0 3rem;
    }

    .status {
        margin-bottom: 1.75rem;
        font-size: 0.68rem;
    }

    h1 {
        font-size: clamp(3.2rem, 16.5vw, 4.6rem);
    }

    .intro {
        margin-top: 1.5rem;
    }

    .whatsapp-button {
        width: 100%;
    }

    .whatsapp-button svg {
        margin-left: auto;
    }

    footer {
        flex-direction: column;
        gap: 0.45rem;
    }

    .image-panel {
        min-height: 24rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
