.help-category-card{display:flex;flex-direction:column;gap:var(--spacing-3xl);padding:var(--spacing-3xl);background-color:var(--gray-25);border:1px solid var(--gray-200);border-radius:var(--radius-2xl);box-shadow:0 1px 2px 0 rgba(16,24,40,.05);text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease;overflow:hidden}.help-category-card:hover{border-color:var(--brand-primary-300);box-shadow:0 12px 15px -4px rgba(16,24,40,.08)}.help-category-card:hover .help-category-card__arrow{color:var(--brand-primary-500);transform:rotate(45deg)}.help-category-card__icon-wrap{width:4rem;height:4rem;padding:.5rem;background-color:var(--brand-primary-50);border-radius:var(--radius-2xl);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.help-category-card__icon-fallback{width:1.75rem;height:1.75rem;color:var(--brand-primary-400)}.help-category-card__body{display:flex;flex-direction:column;gap:var(--spacing-md)}.help-category-card__title-row{display:flex;align-items:center;gap:var(--spacing-md)}.help-category-card__title{font-family:Switzer,sans-serif;font-weight:500;font-size:1.25rem;line-height:1.4;color:var(--gray-900);margin:0}.help-category-card__arrow{flex-shrink:0;width:1rem;height:1rem;color:var(--gray-900);transition:color .15s ease,transform .15s ease}.help-category-card__description{font-family:Switzer,sans-serif;font-weight:400;font-size:.875rem;line-height:1.5;color:var(--gray-700);margin:0}@media(max-width:767px){.help-category-card{padding:1.25rem}.help-category-card__icon-wrap{width:3rem;height:3rem;border-radius:var(--radius-xl)}}