.online-support-page{background:#eef0f7;min-height:100vh;font-family:"IRANSansX";color:#333}.support-container{max-width:100%;margin:0;padding:0}.support-header{text-align:center;padding:3rem 0 2rem;background:#fff;margin-bottom:3rem;position:relative;overflow:hidden;width:100%;border-bottom:1px solid #f1f5f9}.support-header::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(data:image/svg+xml,<svg\ xmlns=\"http://www.w3.org/2000/svg\"\ viewBox=\"0\ 0\ 1200\ 400\"><defs><linearGradient\ id=\"grad1\"\ x1=\"0%\"\ y1=\"0%\"\ x2=\"100%\"\ y2=\"100%\"><stop\ offset=\"0%\"\ style=\"stop-color:%23f8fafc;stop-opacity:0.5\"\ /><stop\ offset=\"100%\"\ style=\"stop-color:%23e2e8f0;stop-opacity:0.3\"\ /></linearGradient></defs><path\ d=\"M0,200\ Q300,100\ 600,200\ T1200,200\ L1200,400\ L0,400\ Z\"\ fill=\"url\(%23grad1\)\"/></svg>) no-repeat;background-size:cover;opacity:.5}.support-header-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem}@media (min-width:1024px){.support-header-content{padding:0 4rem}.support-header h1{font-size:2.5rem}.support-header p{font-size:1.2rem;max-width:900px}}.support-header h1{font-size:2.2rem;font-weight:800;color:#1a202c;margin-bottom:1rem;text-shadow:none}.support-header p{font-size:1.1rem;color:#4a5568;line-height:1.7;max-width:800px;margin:0 auto;font-weight:400}.support-header-icon{width:376px;height:271px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center}.support-header-icon img{width:376px;height:271px;object-fit:contain}@media (max-width:768px){.support-header-icon{width:280px;height:202px;margin:0 auto 1.5rem}.support-header-icon img{width:280px;height:202px}}.online-support-page .support-grid{display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem;padding:0 2rem;max-width:1200px;margin-left:auto;margin-right:auto;align-items:center}@media (min-width:1024px){.online-support-page .support-grid{display:grid;grid-template-columns:repeat(auto-fit,382px);justify-content:center;gap:4rem;padding:0 2rem;max-width:1200px;margin-left:auto;margin-right:auto}}@media (min-width:768px) and (max-width:1023px){.online-support-page .support-grid{display:grid;grid-template-columns:repeat(auto-fit,382px);justify-content:center;gap:4rem;padding:0 2rem;max-width:1000px;margin-left:auto;margin-right:auto}}.online-support-page .support-card{background:#fff;border-radius:16px;padding:16px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden;border:1px solid #e2e8f0;text-align:right;width:min(391px,100%);height:140px;margin:0}.online-support-page .support-card::before{display:none}.online-support-page .support-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:var(--card-color)}.online-support-page .support-card-content{flex:1;min-width:0}.online-support-page .support-card-title{font-size:1.1rem;font-weight:600;color:#2d3748;margin-bottom:.5rem;line-height:1.4}.online-support-page .support-card-description{font-size:.9rem;color:#718096;line-height:1.5;margin:0}.online-support-page .support-card-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;flex-shrink:0;order:2;margin-right:0;margin-left:auto}.online-support-page .support-card-icon .svg-icon{width:45px;height:45px;filter:none;transition:all .3s ease}.online-support-page .support-card:hover .support-card-icon .svg-icon{transform:scale(1.1)}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);backdrop-filter:blur(8px);opacity:0;transition:opacity .3s ease}.modal.modal-open{opacity:1}.modal-content{background:#fff;margin:5% auto;border-radius:16px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative;transform:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 60px rgba(0,0,0,.3)}.modal.modal-open .modal-content{transform:none}.modal-header{background:#fff;color:#333;padding:1.5rem 2rem;border-radius:0;text-align:right;position:relative}.modal .modal-header{background:#fff;color:#333;text-align:right}.modal .modal-title{margin-bottom:16px}.modal-close{position:absolute;top:1.5rem;right:auto;left:1.5rem;font-size:2rem;font-weight:bold;cursor:pointer;width:auto;height:auto;border-radius:0;background:transparent;color:#333;display:flex;align-items:center;justify-content:center;transition:all .3s ease;backdrop-filter:none}.modal .modal-close{right:auto;left:1.5rem;background:transparent;color:#333}.modal-close:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}.modal-icon{width:112px;height:112px;display:flex;align-items:center;justify-content:center;margin:28px auto}.modal-icon .svg-icon{width:112px;height:112px;filter:none}.modal .modal-icon .svg-icon{width:112px;height:112px;filter:none}.modal .modal-btn-primary{background:#007bff;color:#fff;border:none;box-shadow:0 2px 8px rgba(0,123,255,.3);width:220px;padding:.6rem 1.2rem;font-size:.85rem}.modal .modal-btn-primary:hover{background:#0056b3;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,123,255,.4)}.modal .modal-btn-secondary{background:transparent;color:#007bff;border:none;box-shadow:none}.modal .modal-btn-secondary:hover{background:transparent;color:#0056b3;transform:translateY(-2px);box-shadow:none}.modal-title{font-size:1.5rem;font-weight:700;margin:0 0 16px 0;text-align:right}.modal-body{padding:1.5rem 2rem}.modal-content-list{list-style:none;padding:0;margin:0 0 1.5rem 0}.modal-content-list li{padding:.4rem 0;border-bottom:none;color:#4a5568;line-height:1.4;font-size:1rem}.modal-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.modal-btn{padding:.6rem 1.2rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:.85rem;transition:all .3s ease;border:2px solid transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-width:100px}@media (max-width:768px){.support-header h1{font-size:1.8rem}.support-header p{font-size:1rem}.online-support-page .support-grid{gap:1rem;padding:0 1rem}.online-support-page .support-card{padding:16px;width:min(382px,100%);height:140px}.modal-content{width:95%;margin:10% auto;border-radius:8px;max-width:none;max-height:none}.modal-header{padding:1.5rem}.modal-body{padding:1.5rem}.modal-buttons{flex-direction:column}.modal-btn{width:100%}}@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}.online-support-page .support-card{animation:fadeInUp .6s ease forwards}.online-support-page .support-card:nth-child(1) {animation-delay:.1s}.online-support-page .support-card:nth-child(2) {animation-delay:.2s}.online-support-page .support-card:nth-child(3) {animation-delay:.3s}.online-support-page .support-card:nth-child(4) {animation-delay:.4s}.online-support-page .support-card:nth-child(5) {animation-delay:.5s}.online-support-page .support-card:nth-child(6) {animation-delay:.6s}.online-support-page .support-card:nth-child(7) {animation-delay:.7s}.online-support-page .support-card:nth-child(8) {animation-delay:.8s}@media (prefers-reduced-motion:reduce){.support-card,.modal-content,.support-card-icon,.modal-btn{animation:none;transition:none}}@media (prefers-color-scheme:dark){.support-card{background:#2d3748;color:#fff}.support-card-title{color:#fff}.support-card-description{color:#cbd5e0}.modal-content{background:#2d3748;color:#fff}.modal-content-list li{color:#cbd5e0;border-bottom-color:#4a5568}.modal-btn-secondary{background:#4a5568;color:#fff;border-color:#718096}.modal-btn-secondary:hover{background:#718096}}