:root{--font-family-base: Graphik Web, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;--font-family-heading: Helvetica Now Display, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;--selection-background: rgba(139, 92, 246, 0.3);--selection-text: #0f0f0f;--color-primary: #8b5cf6;--color-primary-dark: #7c3aed;--color-primary-light: #a78bfa;--color-secondary: #10b981;--color-neutral-900: #0f0f0f;--color-neutral-700: #374151;--color-neutral-400: #9ca3af;--color-neutral-100: #f3f4f6;--color-white: #ffffff;--container-max-width: 1200px;--container-padding: 1.5rem}@media(max-width: 767px){:root{--container-padding: 1rem}}@media(min-width: 1280px){:root{--container-max-width: 1280px}}@media(min-width: 1536px){:root{--container-max-width: 1420px}}@media(min-width: 1920px){:root{--container-max-width: 1620px}}@media(min-width: 2560px){:root{--container-max-width: 2020px}}:root{--bg-primary: #0b0b0f;--bg-card: #111116;--gray-300: #d4d4d8;--gray-400: #a1a1aa}body{background:var(--bg-primary);color:#fff}.suporte-hero{text-align:center;padding:5rem 1.5rem 3rem;max-width:640px;margin:0 auto}@media(min-width: 768px){.suporte-hero{padding:6rem 1.5rem 4rem}}.suporte-hero__eyebrow{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;color:#a78bfa;margin-bottom:1rem}.suporte-hero__title{font-family:"Helvetica Now Display","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:#fff;line-height:1.15;margin-bottom:1rem}@media(min-width: 768px){.suporte-hero__title{font-size:2.25rem}}.suporte-hero__subtitle{font-size:1.125rem;color:var(--gray-400);line-height:1.5}.suporte-cards{padding:0 1.5rem 5rem;max-width:1080px;margin:0 auto}@media(min-width: 768px){.suporte-cards{padding:0 1.5rem 6rem}}.suporte-cards__grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width: 640px){.suporte-cards__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.suporte-cards__grid{grid-template-columns:repeat(3, 1fr)}}.suporte-card{background:var(--bg-card);border:1px solid hsla(0,0%,100%,.06);border-radius:.75rem;padding:2rem;transition:border-color 200ms}.suporte-card:hover{border-color:hsla(0,0%,100%,.12)}.suporte-card__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:.5rem;background:rgba(124,58,237,.15);margin-bottom:1.25rem}.suporte-card__icon svg{width:22px;height:22px;color:#8b5cf6}.suporte-card__icon--support{background:rgba(59,130,246,.12)}.suporte-card__icon--support svg{color:#3b82f6}.suporte-card__icon--email{background:rgba(16,185,129,.12)}.suporte-card__icon--email svg{color:#10b981}.suporte-card__title{font-family:"Helvetica Now Display","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.35rem;font-weight:700;color:#fff;line-height:1.15;margin-bottom:1rem}.suporte-card__text{font-size:.875rem;color:var(--gray-400);line-height:1.5;margin-bottom:.75rem}.suporte-card__link{display:block;font-size:1rem;font-weight:500;color:#a78bfa;text-decoration:none;transition:color 200ms;margin-bottom:.5rem}.suporte-card__link:hover{color:#fff}.suporte-card__link:last-child{margin-bottom:0}