
/* Centro MacroReborn: capa adicional, no sustituye estilos existentes. */
.macro-home-hub{max-width:1180px;margin:2.5rem auto 0;padding:1.4rem 1rem 0;}
.macro-home-hub-heading{display:flex;gap:1rem;align-items:flex-end;justify-content:space-between;margin-bottom:1rem;}
.macro-home-hub-heading h2{margin:.2rem 0 .4rem;}
.macro-home-hub-heading p{margin:0;max-width:760px;opacity:.84;line-height:1.5;}
.macro-home-hub-primary{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;white-space:nowrap;padding:.7rem 1rem;border-radius:12px;font-weight:800;background:linear-gradient(135deg,var(--accent),#4f46e5);color:#fff;box-shadow:0 10px 28px rgba(79,70,229,.22);}
.macro-home-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.macro-home-hub-card{display:flex;flex-direction:column;gap:.45rem;min-height:170px;padding:1rem;border:1px solid rgba(148,163,184,.18);border-radius:18px;text-decoration:none;background:rgba(15,23,42,.58);backdrop-filter:blur(10px);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.macro-home-hub-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(15,23,42,.22);border-color:rgba(124,58,237,.45);}
.macro-home-hub-icon{font-size:1.55rem;}
.macro-home-hub-card strong{font-size:1.05rem;}
.macro-home-hub-card span:not(.macro-home-hub-icon){opacity:.82;line-height:1.45;}
.macro-home-hub-card small{margin-top:auto;font-weight:700;opacity:.9;}
@media (max-width:900px){.macro-home-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.macro-home-hub-heading{align-items:flex-start;flex-direction:column;}.macro-home-hub-primary{width:100%;}}
@media (max-width:560px){.macro-home-hub-grid{grid-template-columns:1fr;}.macro-home-hub{padding-left:.75rem;padding-right:.75rem;}}
