/* Hub Template: Cards */

.hub-grid--cards { grid-template-columns: repeat(2, 1fr); }

/* --- Cards: default 2-col glass grid, centered profile --- */
body[data-hub-template="cards"] .perfil {
    text-align: center;
    align-items: center;
}
body[data-hub-template="cards"] .perfil__nombre {
    font-size: 1.4rem;
    letter-spacing: 2.5px;
}
body[data-hub-template="cards"] .perfil__descripcion {
    max-width: 460px;
}
body[data-hub-template="cards"] .separador {
    background: linear-gradient(to right, transparent, color-mix(in srgb, var(--accent) 20%, transparent), transparent);
    height: 1px;
}
body[data-hub-template="cards"] .pie {
    text-align: center;
}
body[data-hub-template="cards"] .contenedor {
    max-width: 820px;
}

@media (max-width: 700px) {
    .hub-grid--cards { grid-template-columns: 1fr; gap: 36px; max-width: 400px; margin-left: auto; margin-right: auto; }
}

@media (max-width: 480px) {
    .hub-grid--cards { max-width: 100%; gap: 32px; }
}
