/* Red Mammoth — Support page (support.html).
   Page-specific rules only; shared patterns come from css/site.css.
   Note: this page's cards use a wider grid step (320px), smaller icons
   (19px) and an 18px title (not the site-wide 19px) — kept exact to match
   the original page. Two of the six cards already have a real (non-
   placeholder) answer and use the brighter cream color instead of slate. */

.page-hero__title { max-width: 26ch }

.support__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 18px }
.support__card i { width: 19px; height: 19px; color: var(--color-gold) }
.support__card-title { font-size: 18px }
.support__card-desc--answered { color: var(--text-82) }

.support__actions { max-width: var(--container); margin: 40px auto 0; display: flex; flex-wrap: wrap; gap: 14px }
.support__cta { gap: 10px; font-size: 16px; padding: 16px 28px }
