.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;backdrop-filter:blur(2px)}.modal-content{background:white;border-radius:12px;width:90%;max-width:500px;box-shadow:0 20px 60px rgba(0,0,0,.2);overflow:hidden;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{padding:20px 24px 16px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:between;align-items:center}.modal-header.success{border-left:4px solid #10b981}.modal-header.error{border-left:4px solid #ef4444}.modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:4px;line-height:1;margin-left:auto}.modal-close:hover{color:#374151}.modal-body{padding:20px 24px}.modal-body p{margin:0;color:#4b5563;line-height:1.6;font-size:1rem}.modal-footer{padding:16px 24px 20px;display:flex;justify-content:flex-end}.modal-btn{padding:8px 20px;border:none;border-radius:8px;cursor:pointer;font-weight:500;font-size:.95rem;transition:all .2s ease}.btn-success{background-color:#10b981;color:white}.btn-success:hover{background-color:#059669}.btn-error{background-color:#ef4444;color:white}.btn-error:hover{background-color:#dc2626}.page-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px;margin-top:30px}.container{background:white;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);padding:40px;width:80%;text-align:center}.title{color:#333;font-size:2.5em;margin-bottom:30px;font-weight:700}.form-group{margin-bottom:25px;text-align:left}.label{display:block;margin-bottom:8px;color:#555;font-weight:600;font-size:.9em}.input,.textarea{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:10px;font-size:1em;transition:all .3s ease;background:#f8f9fa}.input:focus,.textarea:focus{outline:none;border-color:#667eea;background:white;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.textarea{resize:vertical;min-height:120px;font-family:inherit}.name-row{display:flex;gap:15px}.name-row .form-group{flex:1}.submit-btn{background:#000;color:white;padding:14px 30px;border:none;border-radius:10px;font-size:1.1em;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;margin-top:10px}.submit-btn:hover{background:#333}.submit-btn:active{transform:translateY(0)}@media (max-width:480px){.container{padding:30px 20px}.title{font-size:2em}.name-row{flex-direction:column;gap:0}}.faq-container{max-width:64rem;margin:0 auto;padding:1.5rem;min-height:100vh}.faq-header{text-align:center;margin-bottom:2rem}.faq-header-title{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem}.faq-header-title h1{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0}.faq-header-description{color:#4b5563;font-size:1.125rem;margin:0}.alert-icon{width:2rem;height:2rem;color:#ef4444}.faq-items{display:flex;flex-direction:column;gap:1rem}.faq-item{background-color:white;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);overflow:hidden}.faq-question-button{width:100%;padding:1rem 1.5rem;text-align:left;display:flex;justify-content:space-between;align-items:center;border:none;background:transparent;cursor:pointer;transition:background-color .2s}.faq-question-button:hover{background-color:#f9fafb}.faq-question-content{display:flex;align-items:center;gap:.75rem}.help-icon{width:1.25rem;height:1.25rem;color:#3b82f6;flex-shrink:0}.faq-question-text{font-size:1.125rem;font-weight:500;color:#1f2937;padding-right:1rem}.chevron-icon{width:1.25rem;height:1.25rem;color:#6b7280;flex-shrink:0}.faq-answer{padding:.5rem 1.5rem 1rem;background-color:#f9fafb}.faq-answer-content{border-left:4px solid #3b82f6;padding-left:1rem}.faq-answer-text{color:#374151;line-height:1.625;margin:0}.faq-footer{margin-top:2rem;padding:1.5rem;background-color:white;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.faq-footer-content{text-align:center}.faq-footer-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.faq-footer-description{color:#4b5563;margin-bottom:1rem}.faq-footer-buttons{display:flex;justify-content:center;gap:1rem}.btn-primary{padding:.5rem 1.5rem;background-color:#3b82f6;color:white;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s}.btn-primary:hover{background-color:#2563eb}.btn-secondary{padding:.5rem 1.5rem;background-color:#e5e7eb;color:#374151;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s}.btn-secondary:hover{background-color:#d1d5db}@media (max-width:768px){.faq-container{padding:1rem}.faq-header-title h1{font-size:1.5rem}.faq-header-description{font-size:1rem}.faq-question-button{padding:.75rem 1rem}.faq-question-text{font-size:1rem}.faq-footer-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:200px}}@media (max-width:480px){.faq-answer-text,.faq-question-text{font-size:.75rem}}.how-sporthub-container{max-width:1200px;margin:0 auto;padding:60px 20px;border-radius:20px}.tab-navigation{gap:20px;margin-bottom:50px;background:white;padding:8px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);max-width:500px;margin-left:auto;margin-right:auto}.tab-btn,.tab-navigation{display:flex;justify-content:center}.tab-btn{align-items:center;gap:8px;padding:12px 24px;border:none;border-radius:12px;background:transparent;color:#64748b;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease;flex:1}.tab-btn:hover{background:#f1f5f9;color:#334155;transform:translateY(-1px)}.tab-btn.active{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;box-shadow:0 4px 15px rgba(59,130,246,.3)}.tab-icon{font-size:20px}.header{text-align:center;margin-bottom:60px}.header-title{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#1e293b,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px;line-height:1.2}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:40px}.step-item{background:white;padding:40px 30px;border-radius:20px;text-align:center;box-shadow:0 8px 30px rgba(0,0,0,.08);transition:all .3s ease;position:relative;overflow:hidden}.step-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#06d6a0);opacity:0;transition:opacity .3s ease}.step-item:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.15)}.step-item:hover:before{opacity:1}.icon-container{margin-bottom:30px}.icon-container,.icon-wrapper{display:flex;justify-content:center}.icon-wrapper{width:80px;height:80px;border-radius:50%;align-items:center;position:relative;overflow:hidden;transition:all .3s ease}.step-item:hover .icon-wrapper{transform:scale(1.1) rotate(5deg)}.icon{font-size:36px;z-index:2;position:relative}.icon-blue,.icon-green,.icon-purple{color:white}.icon-blue+.icon-wrapper:before,.icon-wrapper:has(.icon-blue):before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f6,#1d4ed8);z-index:1}.icon-green+.icon-wrapper:before,.icon-wrapper:has(.icon-green):before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#06d6a0,#059669);z-index:1}.icon-purple+.icon-wrapper:before,.icon-wrapper:has(.icon-purple):before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#8b5cf6,#7c3aed);z-index:1}.icon-wrapper{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.step-item:nth-child(2) .icon-wrapper{background:linear-gradient(135deg,#06d6a0,#059669)}.step-item:nth-child(3) .icon-wrapper{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.step-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:20px;line-height:1.3}.step-description{font-size:1rem;color:#64748b;line-height:1.6;max-width:280px;margin:0 auto}@media (max-width:768px){.how-sporthub-container{padding:40px 16px}.header-title{font-size:2rem}.steps-grid{grid-template-columns:1fr;gap:30px}.step-item{padding:30px 20px}.tab-navigation{flex-direction:column;gap:10px;max-width:300px}.tab-btn{flex:none}}@media (max-width:480px){.header-title{font-size:1.75rem}.icon-wrapper{width:60px;height:60px}.icon{font-size:28px}.step-title{font-size:1.25rem}.step-description{font-size:.95rem}}