/* Rise Untold category hubs and rotating test homepage */
.hub-hero{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:40px;align-items:center;padding:90px var(--page-padding) 55px}.hub-hero h1{margin-top:12px}.hub-summary{align-self:stretch;display:flex;flex-direction:column;justify-content:center}.hub-summary h2{font-size:clamp(30px,4vw,50px)}.hub-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hub-category-card{display:block;transition:transform .25s ease,border-color .25s ease}.hub-category-card:hover{transform:translateY(-5px);border-color:rgba(214,168,79,.55)}.hub-category-card span{color:var(--gold-soft);font-weight:800}.hub-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;max-width:none}.hub-section-heading>div{max-width:780px}.hub-section-heading .btn{flex:0 0 auto;margin-bottom:18px}.hub-loading{grid-column:1/-1;padding:28px;border:1px solid var(--border);border-radius:var(--radius-md);color:var(--muted);background:var(--surface)}.hub-note{padding:22px 24px;border:1px solid rgba(243,213,138,.28);border-radius:18px;color:var(--muted);background:rgba(214,168,79,.08)}.hub-note strong{color:var(--gold-soft)}.hub-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.hub-link-card{display:flex;justify-content:space-between;gap:16px;padding:18px;border:1px solid var(--border);border-radius:18px;background:var(--surface)}.hub-link-card strong{color:var(--gold-soft)}.hub-link-card span{color:var(--muted);font-size:13px}.rotating-section{min-height:420px}@media(max-width:900px){.hub-hero{grid-template-columns:1fr;padding-top:65px}.hub-category-grid,.hub-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hub-section-heading{align-items:flex-start;flex-direction:column}.hub-section-heading .btn{margin-bottom:0}}@media(max-width:620px){.hub-category-grid,.hub-link-grid{grid-template-columns:1fr}.hub-hero{padding-top:48px}.hub-hero h1{font-size:clamp(40px,14vw,62px)}}
