.support-contact-section{background:rgba(243,245,247,.5);padding:5rem 0}.support-contact-title{color:var(--foreground);font-size:2.25rem;font-weight:700;margin-bottom:4rem;text-align:center}.support-contact-cards{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1100px}.support-card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:2.5rem 2rem;text-align:center;transition:transform .3s ease}.support-card:hover{transform:translateY(-4px)}.support-card-icon{align-items:center;background:rgba(25,145,210,.1);border-radius:16px;display:flex;height:56px;justify-content:center;margin:0 auto 1.5rem;width:56px}.icon-primary{fill:none;height:26px;stroke:var(--primary);stroke-width:2;width:26px}.support-card h3{color:var(--foreground);font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.support-card-content{color:var(--muted-foreground);font-size:.95rem;line-height:1.6;margin-bottom:0}.support-card-content a{color:var(--primary);font-weight:500;text-decoration:none}