.support-page{flex:1 1 auto;padding:9rem 1.5rem 4rem;background:#ffffff}@media (min-width:640px){.support-page{padding:10rem 1.5rem 6rem}}.support-page__inner{max-width:880px;margin:0 auto}.support-page__title{font-family:var(--font-sans,"Geist",sans-serif);font-weight:600;letter-spacing:-.035em;font-size:clamp(2rem,5vw,3rem);color:#0a0a0f;margin:1rem 0 .75rem;line-height:1.05}.support-page__subtitle{font-size:.95rem;line-height:1.6;color:#5a5a72;max-width:560px;margin:0 0 2.5rem}.support-page__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:2rem}.support-card{position:relative;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;border-radius:1.25rem;background:#ffffff;border:1px solid #ececf2;box-shadow:0 8px 24px -16px rgba(20,22,50,.12);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;text-decoration:none;color:inherit;min-height:200px}.support-card:hover{transform:translateY(-2px);border-color:rgba(79,70,229,.3);box-shadow:0 18px 40px -18px rgba(79,70,229,.3)}.support-card__icon{display:inline-flex;align-items:center;justify-content:center;height:2.5rem;width:2.5rem;border-radius:.75rem;background:rgba(79,70,229,.12);color:#4f46e5;margin-bottom:.25rem}.support-card__icon--alt{background:rgba(16,185,129,.14);color:#059669}.support-card__title{font-family:var(--font-sans,"Geist",sans-serif);font-weight:600;font-size:1.05rem;color:#0a0a0f}.support-card__sub{font-size:.875rem;line-height:1.55;color:#5a5a72;margin:0}.support-card__cta{margin-top:auto;font-size:.85rem;font-weight:500;color:#4f46e5;display:inline-flex;align-items:center;gap:.375rem}.support-card--primary{background:linear-gradient(135deg,#ffffff,#f6f5ff);border-color:rgba(79,70,229,.2)}.support-page__faq{margin-top:1rem;padding:1rem 1.25rem;border-radius:1rem;background:#f9f9fc;border:1px solid #f0f0f5}.support-faq-line{display:flex;flex-direction:column;gap:.375rem;font-size:.875rem;line-height:1.55}[data-theme=dark] .support-page{background:#07070d}[data-theme=dark] .support-page__title{color:#ffffff}[data-theme=dark] .support-page__subtitle{color:rgba(255,255,255,.65)}[data-theme=dark] .support-card{background:#14141c;border-color:rgba(255,255,255,.08);box-shadow:0 12px 30px -16px rgba(0,0,0,.55)}[data-theme=dark] .support-card:hover{border-color:rgba(124,58,237,.35);box-shadow:0 18px 40px -16px rgba(124,58,237,.32)}[data-theme=dark] .support-card--primary{background:linear-gradient(135deg,#14141c,#1a1633);border-color:rgba(124,58,237,.25)}[data-theme=dark] .support-card__title{color:#ffffff}[data-theme=dark] .support-card__sub{color:rgba(255,255,255,.6)}[data-theme=dark] .support-page__faq{background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.08)}