*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Inter, Arial, Helvetica, sans-serif;
    background: #070b14;
    color: #e2e8f0;
}

.container {
    width: min(1100px, calc(100% - 32px));
    margin: 0 auto;
}

.sitio-top {
    background: #111827;
    border-bottom: 1px solid rgba(248, 250, 252, 0.08);
}

.sitio-top-fila {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    gap: 12px;
}

.sitio-marca {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f8fafc;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.sitio-marca-logo {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 11px;
    flex-shrink: 0;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.28);
}

.sitio-top-nota {
    margin: 0;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.sitio-pie {
    padding: 28px 0 40px;
    background: #070b14;
    color: #94a3b8;
    text-align: center;
    font-size: 13px;
}

.sitio-pie a {
    color: #fecaca;
    text-decoration: none;
    font-weight: 700;
}
