.page-help-center .container{max-width:1200px;margin:0 auto;padding:0 2rem}.page-help-center .section{padding:5rem 0}@media(max-width:768px){.page-help-center .section{padding:3rem 0}}.page-help-center .section-header{text-align:center;margin-bottom:4rem}@media(max-width:768px){.page-help-center .section-header{margin-bottom:2.5rem}}.page-help-center .section-title{font-size:2.5rem;font-weight:700;color:#1a0f00;margin-bottom:1rem}@media(max-width:768px){.page-help-center .section-title{font-size:2rem}}.page-help-center .section-subtitle{font-size:1.25rem;color:#666;max-width:600px;margin:0 auto}@media(max-width:768px){.page-help-center .section-subtitle{font-size:1.1rem}}.page-help-center .hero-section{background:#c5d34e;padding:6rem 0}@media(max-width:768px){.page-help-center .hero-section{padding:4rem 0}}.page-help-center .hero-section .hero-content{text-align:center;max-width:700px;margin:0 auto}.page-help-center .hero-section .hero-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem}@media(max-width:768px){.page-help-center .hero-section .hero-title{font-size:2.25rem}}.page-help-center .hero-section .hero-subtitle{font-size:1.25rem;color:#fffc;margin-bottom:2.5rem}@media(max-width:768px){.page-help-center .hero-section .hero-subtitle{font-size:1.1rem}}.page-help-center .hero-section .search-box{display:flex;align-items:center;background:#fff;border-radius:12px;padding:.5rem 1.5rem;box-shadow:0 10px 40px #0000004d;max-width:600px;margin:0 auto}.page-help-center .hero-section .search-box .search-icon{color:#999;font-size:1.5rem;margin-right:1rem}.page-help-center .hero-section .search-box .search-input{flex:1;border:none;outline:none;font-size:1.1rem;padding:1rem 0;background:transparent;color:#1a0f00}.page-help-center .hero-section .search-box .search-input::-moz-placeholder{color:#999}.page-help-center .hero-section .search-box .search-input::placeholder{color:#999}.page-help-center .quick-links-section{background:#fff;padding:4rem 0;margin-top:-2rem;position:relative;z-index:10}.page-help-center .quick-links-section .quick-links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1024px){.page-help-center .quick-links-section .quick-links-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.page-help-center .quick-links-section .quick-links-grid{grid-template-columns:1fr}}.page-help-center .quick-links-section .quick-link-card{background:#f7f7f7;padding:2rem;border-radius:16px;text-align:center;text-decoration:none;transition:all .3s ease;border:1px solid transparent}.page-help-center .quick-links-section .quick-link-card:hover{transform:translateY(-5px);border-color:#fa3;box-shadow:0 10px 30px #0000001a}.page-help-center .quick-links-section .quick-link-card:hover .material-icons{background:#fa3;color:#1a0f00}.page-help-center .quick-links-section .quick-link-card .material-icons{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#fff4e6;border-radius:12px;font-size:1.75rem;color:#fa3;margin:0 auto 1rem;transition:all .3s ease}.page-help-center .quick-links-section .quick-link-card h3{font-size:1.1rem;font-weight:700;color:#1a0f00;margin-bottom:.5rem}.page-help-center .quick-links-section .quick-link-card p{font-size:.9rem;color:#666;margin:0}.page-help-center .faq-section{background:#f7f7f7}.page-help-center .categories-container{display:flex;flex-direction:column;gap:2rem}.page-help-center .category-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 15px #0000000d}.page-help-center .category-card .category-header{display:flex;align-items:center;padding:2rem;background:linear-gradient(135deg,#fff4e6,#fff);border-bottom:1px solid #e5e5e5}@media(max-width:640px){.page-help-center .category-card .category-header{flex-direction:column;text-align:center}}.page-help-center .category-card .category-icon{width:60px;height:60px;background:linear-gradient(135deg,#fa3,#e69500);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-right:1.5rem}@media(max-width:640px){.page-help-center .category-card .category-icon{margin-right:0;margin-bottom:1rem}}.page-help-center .category-card .category-icon .material-icons{font-size:1.75rem;color:#1a0f00}.page-help-center .category-card .category-info{flex:1}.page-help-center .category-card .category-title{font-size:1.5rem;font-weight:700;color:#1a0f00;margin-bottom:.25rem}.page-help-center .category-card .category-description{font-size:1rem;color:#666;margin:0}.page-help-center .faq-list{padding:0}.page-help-center .faq-item{border-bottom:1px solid #e5e5e5}.page-help-center .faq-item:last-child{border-bottom:none}.page-help-center .faq-item.expanded .faq-question{background:#fff4e6}.page-help-center .faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;background:transparent;border:none;cursor:pointer;text-align:left;font-size:1.05rem;font-weight:600;color:#1a0f00;transition:background .2s ease}.page-help-center .faq-question:hover{background:#f7f7f7}@media(max-width:768px){.page-help-center .faq-question{padding:1.25rem 1.5rem;font-size:1rem}}.page-help-center .faq-question span:first-child{flex:1;padding-right:1rem}.page-help-center .faq-question .faq-toggle-icon{color:#fa3;font-size:1.5rem;flex-shrink:0}.page-help-center .faq-answer{padding:0 2rem 1.5rem;animation:fadeIn .2s ease}@media(max-width:768px){.page-help-center .faq-answer{padding:0 1.5rem 1.25rem}}.page-help-center .faq-answer p{font-size:1rem;line-height:1.8;color:#444;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.page-help-center .no-results{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px}.page-help-center .no-results .material-icons{font-size:4rem;color:#ddd;margin-bottom:1rem}.page-help-center .no-results h3{font-size:1.5rem;font-weight:700;color:#1a0f00;margin-bottom:.5rem}.page-help-center .no-results p{color:#666;margin:0}.page-help-center .btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;position:relative;overflow:hidden}.page-help-center .btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.page-help-center .btn:hover{transform:translateY(-2px)}.page-help-center .btn:hover:before{left:100%}.page-help-center .btn-primary{background:linear-gradient(135deg,#fa3,#e69500);color:#1a0f00;box-shadow:0 4px 15px #ffaa334d}.page-help-center .btn-primary:hover{box-shadow:0 6px 20px #fa36;background:linear-gradient(135deg,#ffb84d,#f0a000)}.page-help-center .btn-secondary-white{background:#fff;color:#434541;border:2px solid #434541;box-shadow:0 4px 15px #4345411a}.page-help-center .btn-secondary-white:hover{background:#434541;color:#fff;box-shadow:0 6px 20px #43454133}.page-help-center .btn-large{padding:18px 40px;font-size:1.1rem}.page-help-center .cta-section{background:#fff;text-align:center}.page-help-center .cta-section .cta-content{max-width:700px;margin:0 auto}.page-help-center .cta-section .cta-content h2{font-size:2.5rem;font-weight:700;color:#434541;margin-bottom:1rem}@media(max-width:768px){.page-help-center .cta-section .cta-content h2{font-size:2rem}}.page-help-center .cta-section .cta-content p{font-size:1.25rem;color:#434541;margin-bottom:2.5rem}.page-help-center .cta-section .cta-content .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
