* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Georgia, "Times New Roman", serif;
    background-color: #ffffff;
    color: #444;
    line-height: 1.6;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

/* Imagen */
.hero img {
    width: 100%;
    max-width: 820px;
    height: auto;
    border-radius: 4px;
}

/* Estado */
.status {
    margin-top: 20px;
}

.construction {
    font-size: 0.95rem;
    color: #888;
    font-style: italic;
}

/* Bloques */
.block {
    margin-top: 30px;
}

.label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
}

.block h2 {
    font-size: 1.5rem;
    font-weight: normal;
    margin-top: 6px;
}

.text {
    font-size: 1rem;
    margin-top: 6px;
}

.secondary {
    color: #777;
}

/* Footer */
.footer {
    margin-top: 50px;
    padding: 25px 15px;
    font-size: 0.75rem;
    color: #999;
    text-align: center;
}

.footer .links {
    margin-top: 8px;
}

.footer .links a {
    color: #999;
    text-decoration: none;
}

.footer .links a:hover {
    text-decoration: underline;
}

.footer .legal {
    margin-top: 8px;
    font-size: 0.7rem;
    color: #bbb;
}
