.reset-hub-page .reset-main { padding-bottom: 4rem; }
.reset-hub-hero { margin-top: 1rem; }
.reset-hub-hero .reset-hero-copy h1 { max-width: 9ch; }
.reset-hub-panel { margin-top: 1rem; }
.reset-hub-panel .section-title { margin-bottom: 1.25rem; }
.reset-hub-panel .section-title h2 { max-width: 18ch; }
.reset-hub-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .85rem; }
.reset-hub-card { min-height: 17rem; display: flex; flex-direction: column; border: 1px solid var(--reset-line); border-radius: 1.3rem; padding: 1.2rem; background: rgba(255,255,255,.68); color: var(--reset-ink); }
a.reset-hub-card { text-decoration: none; transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; }
a.reset-hub-card:hover { transform: translateY(-3px); border-color: rgba(244,162,97,.55); box-shadow: 0 14px 30px rgba(31,41,55,.08); }
.reset-hub-card-live { background: linear-gradient(145deg, rgba(255,240,223,.95), rgba(255,255,255,.82)); }
.reset-hub-status { display: inline-flex; align-self: flex-start; text-transform: uppercase; letter-spacing: .11em; font-size: .7rem; font-weight: 900; color: #9a4c20; }
.reset-hub-card strong { margin-top: auto; font-size: clamp(1.7rem, 3vw, 2.35rem); letter-spacing: -.045em; line-height: 1; }
.reset-hub-card p { color: var(--reset-muted); line-height: 1.55; margin: .7rem 0 0; }
.reset-hub-arrow { margin-top: .9rem; font-size: 1.5rem; }
@media (max-width: 760px) { .reset-hub-grid { grid-template-columns: 1fr; } .reset-hub-card { min-height: 12rem; } }
