.help-center{min-height:100vh;background:linear-gradient(135deg,#eff6ff,#dbeafe);padding:40px 20px}.help-center .container{max-width:1200px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;overflow:hidden}.help-center .container .hero-section{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:80px 40px;text-align:center;position:relative}.help-center .container .hero-section:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M30 0c16.569 0 30 13.431 30 30S46.569 60 30 60 0 46.569 0 30 13.431 0 30 0zm0 6c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24S43.255 6 30 6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;opacity:.1}.help-center .container .hero-section h1{font-size:48px;font-weight:700;margin-bottom:20px;letter-spacing:-1px;position:relative;z-index:1}.help-center .container .hero-section .hero-subtitle{font-size:20px;opacity:.9;margin-bottom:40px;position:relative;z-index:1}.help-center .container .hero-section .search-section{position:relative;z-index:1;max-width:600px;margin:0 auto}.help-center .container .hero-section .search-section .search-bar{display:flex;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #00000026}.help-center .container .hero-section .search-section .search-bar .search-input{flex:1;padding:20px 24px;border:none;font-size:16px;color:#374151}.help-center .container .hero-section .search-section .search-bar .search-input:focus{outline:none}.help-center .container .hero-section .search-section .search-bar .search-input::placeholder{color:#9ca3af}.help-center .container .hero-section .search-section .search-bar .search-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:20px 24px;cursor:pointer;font-size:18px;transition:all .3s ease}.help-center .container .hero-section .search-section .search-bar .search-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.help-center .container .hero-section .search-section .search-suggestions{margin-top:16px;font-size:14px;opacity:.8}.help-center .container .hero-section .search-section .search-suggestions span{background:#fff3;padding:4px 8px;border-radius:12px;margin:0 4px;cursor:pointer;transition:all .3s ease}.help-center .container .hero-section .search-section .search-suggestions span:hover{background:#ffffff4d}.help-center .container .quick-actions{padding:60px 40px}.help-center .container .quick-actions h2{font-size:32px;font-weight:600;color:#1f2937;margin-bottom:32px;text-align:center}.help-center .container .quick-actions .actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.help-center .container .quick-actions .actions-grid .action-card{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding:32px;border-radius:12px;text-decoration:none;color:inherit;border:1px solid #3b82f6;transition:all .3s ease;text-align:center}.help-center .container .quick-actions .actions-grid .action-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #3b82f626;text-decoration:none;color:inherit}.help-center .container .quick-actions .actions-grid .action-card .action-icon{font-size:48px;margin-bottom:16px;display:block}.help-center .container .quick-actions .actions-grid .action-card h3{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:8px}.help-center .container .quick-actions .actions-grid .action-card p{font-size:14px;color:#6b7280;line-height:1.5;margin:0}.help-center .container .categories-section{background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding:60px 40px}.help-center .container .categories-section h2{font-size:32px;font-weight:600;color:#1f2937;margin-bottom:32px;text-align:center}.help-center .container .categories-section .categories-filter{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.help-center .container .categories-section .categories-filter .category-btn{background:#fff;border:2px solid #e5e7eb;padding:12px 20px;border-radius:25px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#6b7280}.help-center .container .categories-section .categories-filter .category-btn .category-icon{font-size:16px}.help-center .container .categories-section .categories-filter .category-btn:hover{border-color:#3b82f6;color:#3b82f6;transform:translateY(-1px)}.help-center .container .categories-section .categories-filter .category-btn.active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:#3b82f6}.help-center .container .categories-section .categories-filter .category-btn.active:hover{color:#fff}.help-center .container .articles-section{padding:60px 40px}.help-center .container .articles-section .articles-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.help-center .container .articles-section .articles-header h2{font-size:32px;font-weight:600;color:#1f2937;margin:0}.help-center .container .articles-section .articles-header .results-count{font-size:14px;color:#6b7280;font-weight:500}.help-center .container .articles-section .articles-grid{display:grid;gap:24px}.help-center .container .articles-section .articles-grid .article-card{background:#fff;padding:24px;border-radius:12px;border:1px solid #e5e7eb;transition:all .3s ease}.help-center .container .articles-section .articles-grid .article-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;border-color:#3b82f6}.help-center .container .articles-section .articles-grid .article-card .article-header{margin-bottom:16px}.help-center .container .articles-section .articles-grid .article-card .article-header h3{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:8px;line-height:1.4}.help-center .container .articles-section .articles-grid .article-card .article-header .article-meta{display:flex;gap:16px;font-size:12px;color:#6b7280}.help-center .container .articles-section .articles-grid .article-card .article-header .article-meta .views,.help-center .container .articles-section .articles-grid .article-card .article-header .article-meta .helpful{display:flex;align-items:center;gap:4px}.help-center .container .articles-section .articles-grid .article-card .article-excerpt{font-size:14px;color:#4b5563;line-height:1.6;margin-bottom:16px}.help-center .container .articles-section .articles-grid .article-card .article-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.help-center .container .articles-section .articles-grid .article-card .article-tags .tag{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.help-center .container .articles-section .articles-grid .article-card .read-more{color:#3b82f6;text-decoration:none;font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:4px;transition:all .3s ease}.help-center .container .articles-section .articles-grid .article-card .read-more:hover{color:#2563eb;transform:translate(2px)}.help-center .container .articles-section .no-results{text-align:center;padding:60px 20px}.help-center .container .articles-section .no-results .no-results-icon{font-size:64px;margin-bottom:20px;opacity:.5}.help-center .container .articles-section .no-results h3{font-size:24px;font-weight:600;color:#1f2937;margin-bottom:12px}.help-center .container .articles-section .no-results p{font-size:16px;color:#6b7280;margin-bottom:24px}.help-center .container .articles-section .no-results .reset-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.help-center .container .articles-section .no-results .reset-btn:hover{transform:translateY(-1px);box-shadow:0 8px 25px #3b82f64d}.help-center .container .contact-section{background:linear-gradient(135deg,#eff6ff,#dbeafe);padding:60px 40px;text-align:center}.help-center .container .contact-section h2{font-size:32px;font-weight:600;color:#1f2937;margin-bottom:16px}.help-center .container .contact-section p{font-size:16px;color:#6b7280;margin-bottom:32px;max-width:500px;margin-left:auto;margin-right:auto}.help-center .container .contact-section .contact-options{display:flex;gap:16px;justify-content:center}.help-center .container .contact-section .contact-options .contact-btn{padding:16px 32px;border-radius:12px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;border:none;cursor:pointer}.help-center .container .contact-section .contact-options .contact-btn.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 15px #3b82f64d}.help-center .container .contact-section .contact-options .contact-btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666;text-decoration:none;color:#fff}.help-center .container .contact-section .contact-options .contact-btn.secondary{background:#fff;color:#3b82f6;border:2px solid #3b82f6}.help-center .container .contact-section .contact-options .contact-btn.secondary:hover{background:#3b82f6;color:#fff;transform:translateY(-2px)}.help-center .container .footer{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:32px 40px;border-top:1px solid #e2e8f0}.help-center .container .footer .actions{display:flex;gap:16px;justify-content:center;margin-bottom:20px}.help-center .container .footer .actions .link-btn{background:#fff;color:#3b82f6;border:2px solid #3b82f6;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative;overflow:hidden}.help-center .container .footer .actions .link-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#3b82f6,#2563eb);transition:left .3s ease;z-index:-1}.help-center .container .footer .actions .link-btn:hover{color:#fff;transform:translateY(-1px)}.help-center .container .footer .actions .link-btn:hover:before{left:0}.help-center .container .footer .actions .primary-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;box-shadow:0 4px 15px #3b82f633}.help-center .container .footer .actions .primary-btn:hover{transform:translateY(-1px);box-shadow:0 8px 25px #3b82f64d}.help-center .container .footer .back-home{text-align:center}.help-center .container .footer .back-home a{color:#6b7280;text-decoration:none;font-size:14px;transition:all .3s ease;position:relative}.help-center .container .footer .back-home a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#3b82f6;transition:width .3s ease}.help-center .container .footer .back-home a:hover{color:#374151}.help-center .container .footer .back-home a:hover:after{width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.help-center .container{animation:fadeIn .6s ease-out}.help-center .action-card,.help-center .article-card{animation:fadeIn .6s ease-out;animation-fill-mode:both}.help-center .action-card:nth-child(1),.help-center .article-card:nth-child(1){animation-delay:.1s}.help-center .action-card:nth-child(2),.help-center .article-card:nth-child(2){animation-delay:.2s}.help-center .action-card:nth-child(3),.help-center .article-card:nth-child(3){animation-delay:.3s}.help-center .action-card:nth-child(4),.help-center .article-card:nth-child(4){animation-delay:.4s}@media (max-width: 1024px){.help-center .container .categories-section .categories-filter .category-btn{padding:10px 16px;font-size:13px}.help-center .container .contact-section .contact-options{flex-direction:column;align-items:center}.help-center .container .contact-section .contact-options .contact-btn{width:100%;max-width:300px}}@media (max-width: 768px){.help-center{padding:20px 10px}.help-center .container .hero-section{padding:60px 20px}.help-center .container .hero-section h1{font-size:36px}.help-center .container .hero-section .hero-subtitle{font-size:18px}.help-center .container .hero-section .search-section .search-bar .search-input{padding:16px 20px;font-size:14px}.help-center .container .hero-section .search-section .search-bar .search-btn{padding:16px 20px;font-size:16px}.help-center .container .hero-section .search-section .search-suggestions{font-size:13px}.help-center .container .quick-actions,.help-center .container .categories-section,.help-center .container .articles-section,.help-center .container .contact-section{padding:40px 20px}.help-center .container .quick-actions h2,.help-center .container .categories-section h2,.help-center .container .articles-section h2,.help-center .container .contact-section h2{font-size:24px}.help-center .container .quick-actions .actions-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.help-center .container .quick-actions .actions-grid .action-card{padding:24px}.help-center .container .quick-actions .actions-grid .action-card .action-icon{font-size:36px}.help-center .container .quick-actions .actions-grid .action-card h3{font-size:16px}.help-center .container .categories-section .categories-filter .category-btn{padding:8px 12px;font-size:12px}.help-center .container .articles-section .articles-header{flex-direction:column;gap:16px;text-align:center}.help-center .container .articles-section .articles-header h2{font-size:20px}.help-center .container .articles-section .articles-grid .article-card{padding:20px}.help-center .container .articles-section .articles-grid .article-card .article-header h3{font-size:16px}.help-center .container .contact-section h2{font-size:24px}.help-center .container .contact-section .contact-options .contact-btn{padding:12px 24px;font-size:14px}.help-center .container .footer{padding:24px 20px}.help-center .container .footer .actions{flex-direction:column;align-items:center}.help-center .container .footer .actions .link-btn,.help-center .container .footer .actions .primary-btn{width:100%;max-width:250px;text-align:center}}@media (max-width: 480px){.help-center .container .hero-section h1{font-size:28px}.help-center .container .hero-section .hero-subtitle{font-size:16px}.help-center .container .hero-section .search-section .search-bar{flex-direction:column}.help-center .container .hero-section .search-section .search-bar .search-input{border-radius:8px 8px 0 0}.help-center .container .hero-section .search-section .search-bar .search-btn{border-radius:0 0 8px 8px}.help-center .container .quick-actions .actions-grid{grid-template-columns:1fr}.help-center .container .quick-actions .actions-grid .action-card{padding:20px}.help-center .container .quick-actions .actions-grid .action-card .action-icon{font-size:32px}.help-center .container .categories-section .categories-filter{gap:8px}.help-center .container .categories-section .categories-filter .category-btn{padding:6px 10px;font-size:11px}.help-center .container .categories-section .categories-filter .category-btn .category-icon{font-size:14px}.help-center .container .articles-section .no-results{padding:40px 15px}.help-center .container .articles-section .no-results .no-results-icon{font-size:48px}.help-center .container .articles-section .no-results h3{font-size:20px}}@media (prefers-reduced-motion: reduce){.help-center .container,.help-center .action-card,.help-center .article-card{animation:none}.help-center .action-card,.help-center .article-card,.help-center .category-btn,.help-center .contact-btn,.help-center .link-btn,.help-center .primary-btn{transition:none}}@media (prefers-contrast: high){.help-center .container .hero-section{background:#000;color:#fff}.help-center .container .hero-section .search-section .search-bar .search-input{border:2px solid #000000}.help-center .container .hero-section .search-section .search-bar .search-btn{background:#fff;color:#000}.help-center .container .quick-actions .actions-grid .action-card{background:#fff;border-color:#000;color:#000}.help-center .container .categories-section .categories-filter .category-btn{border-color:#000;color:#000}.help-center .container .categories-section .categories-filter .category-btn.active{background:#000;color:#fff;border-color:#000}.help-center .container .articles-section .articles-grid .article-card,.help-center .container .articles-section .articles-grid .article-card:hover{border-color:#000}.help-center .container .articles-section .articles-grid .article-card .article-tags .tag{background:#fff;color:#000;border:1px solid #000000}.help-center .container .articles-section .articles-grid .article-card .read-more,.help-center .container .articles-section .articles-grid .article-card .read-more:hover{color:#000}.help-center .container .contact-section .contact-options .contact-btn.primary{background:#000;color:#fff}.help-center .container .contact-section .contact-options .contact-btn.secondary{border-color:#000;color:#000}.help-center .container .contact-section .contact-options .contact-btn.secondary:hover{background:#000;color:#fff}.help-center .container .footer .actions .link-btn{border-color:#000;color:#000}.help-center .container .footer .actions .link-btn:hover,.help-center .container .footer .actions .primary-btn{background:#000;color:#fff}}
