/* MGF.AI page — support.html */

.support-page { max-width: 46rem; margin: 0 auto; padding: 3rem 1.25rem 5rem; position: relative; z-index: 1; }
.support-page h1 { font-size: clamp(1.75rem, 4vw, 2.35rem); font-weight: 900; margin: 0 0 1rem; color: #fff; }
.support-page p, .support-page li { color: var(--text-muted); line-height: 1.65; font-size: 0.98rem; }
.support-page h2 { font-size: 1.1rem; color: #fff; margin: 2rem 0 0.65rem; }
.support-mail {
    display: inline-block; margin: 0.35rem 0.5rem 0.35rem 0; padding: 0.55rem 1.1rem;
    border-radius: 999px; border: 1px solid var(--sweet-primary); color: var(--sweet-primary);
    font-weight: 700; text-decoration: none;
}
.support-mail:hover { background: rgba(255, 51, 119, 0.12); }
.support-links { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 0.5rem; }
.support-links a { color: var(--sweet-primary); font-weight: 600; text-decoration: none; }
.support-links a:hover { text-decoration: underline; }
