.support-area{padding-top:60px;padding-bottom:60px;background-color:#f9fbf9}.support-content .section-title{text-align:center;margin-bottom:40px}.support-content .section-title h2{font-size:36px;color:var(--theme-color1);margin-bottom:15px;font-weight:600}.support-content .section-title p{font-size:16px;color:#666;max-width:700px;margin:0 auto}.support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:30px;gap:30px;margin-top:40px}.support-card{background:#fff;padding:40px 30px;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.05);transition:all .3s ease;text-align:center;border:1px solid #eee}.support-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.1);border-color:var(--theme-color1)}.support-card .icon-box{width:70px;height:70px;background:#e0f2e4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:var(--theme-color1);font-size:30px}.support-card h3{font-size:22px;margin-bottom:15px;color:#333}.support-card p{font-size:15px;color:#777;line-height:1.6}.faq-section{margin-top:80px}.faq-section h2{text-align:center;font-size:30px;margin-bottom:40px;color:var(--theme-color1)}.faq-grid{max-width:900px;margin:0 auto}.faq-item{background:#fff;margin-bottom:15px;border-radius:8px;padding:20px 25px;box-shadow:0 4px 6px rgba(0,0,0,.02)}.faq-item h4{font-size:18px;color:#333;margin-bottom:10px}.faq-item p{font-size:15px;color:#666;margin-bottom:0}.contact-quick-links{margin-top:60px;text-align:center;padding:40px;background:var(--theme-color1);border-radius:12px;color:#fff}.contact-quick-links h3{color:#fff;margin-bottom:20px}.quick-links-flex{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.quick-link-item{color:#fff;display:flex;align-items:center;gap:10px;font-size:18px;text-decoration:none}.quick-link-item:hover{text-decoration:underline}@media (max-width:768px){.support-content .section-title h2{font-size:28px}.quick-links-flex{flex-direction:column;gap:20px}}