.contact-container{padding:2rem 0;max-width:100%}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h2{font-size:2.5rem;color:#fff;margin-bottom:1rem;font-weight:700}.contact-header p{font-size:1.1rem;color:#ccc;line-height:1.6;max-width:600px;margin:0 auto}.contact-content{display:flex;flex-direction:column;gap:2rem}.contact-section{background:#ffffff0d;border-radius:12px;padding:2rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;display:flex;align-items:flex-start;gap:1.5rem}.contact-section:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.section-icon{flex-shrink:0;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff}.section-icon img{width:100%;height:100%;object-fit:cover}.section-content{flex:1;width:100%}.section-content h3{font-size:1.5rem;color:#fff;margin-bottom:1rem;font-weight:600}.email-list{display:flex;flex-direction:column;gap:1rem}.email-item{display:flex;flex-direction:column;gap:.5rem}.email-label{font-weight:600;color:#ccc;font-size:.9rem}.email-link{color:#4a9eff;text-decoration:none;font-size:1.1rem;transition:color .3s ease}.email-link:hover{color:#66b3ff;text-decoration:underline}.office-hours{display:flex;flex-direction:column;gap:1rem}.hours-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.hours-item:last-child{border-bottom:none}.days{font-weight:600;color:#fff}.time{color:#4a9eff;font-weight:500}.response-time{margin-top:1rem;padding:1rem;background:#4a9eff1a;border-radius:8px;color:#4a9eff;font-size:.95rem}.office-location{display:flex;flex-direction:column;gap:.5rem}.office-location p{margin:0;color:#ccc;line-height:1.5}.office-location p:first-child{color:#fff;font-size:1.1rem}.social-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.social-link{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#ffffff0d;border-radius:8px;text-decoration:none;color:#ccc;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.social-link:hover{background:#ffffff1a;transform:translateY(-2px);color:#fff}.social-link.facebook:hover{background:#1877f233;border-color:#1877f24d}.social-link.youtube:hover{background:#f003;border-color:#ff00004d}.social-link.twitter:hover{background:#1da1f233;border-color:#1da1f24d}.social-link.instagram:hover{background:#e1306c33;border-color:#e1306c4d}.social-link i{font-size:1.2rem;color:inherit}.social-link span{font-weight:500}.faq-section{background:linear-gradient(135deg,#ffc1071a,#ff98001a);border:1px solid rgba(255,193,7,.2)}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#ffffff0d;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1rem;cursor:pointer;transition:background .3s ease}.faq-question:hover{background:#ffffff1a}.faq-question h4{color:#fff;font-size:1rem;margin:0;font-weight:600}.faq-toggle{color:#4a9eff;font-size:1.2rem;transition:transform .3s ease}.faq-item.active .faq-toggle{transform:rotate(45deg)}.faq-answer{padding:0 1rem;max-height:0;overflow:hidden;transition:all .3s ease}.faq-item.active .faq-answer{padding:1rem;max-height:200px}.faq-answer p{color:#ccc;line-height:1.6;margin:0}.game-types-section{background:linear-gradient(135deg,#4caf501a,#8bc34a1a);border:1px solid rgba(76,175,80,.2)}.game-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.game-type-item{background:#ffffff0d;border-radius:8px;padding:1.5rem;text-align:center;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.game-type-item:hover{background:#ffffff1a;transform:translateY(-3px)}.game-type-icon{width:50px;height:50px;background:linear-gradient(135deg,#4caf50,#8bc34a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.3rem;color:#fff}.game-type-icon i{font-size:inherit;color:inherit}.game-type-item h4{color:#fff;font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.game-type-item p{color:#ccc;font-size:.9rem;line-height:1.5;margin:0}.tech-support-section{background:linear-gradient(135deg,#9c27b01a,#e91e631a);border:1px solid rgba(156,39,176,.2)}.tech-support-content{display:flex;flex-direction:column;gap:1.5rem}.support-item{background:#ffffff0d;border-radius:8px;padding:1.5rem;border:1px solid rgba(255,255,255,.1)}.support-item h4{color:#fff;font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.support-item p{color:#ccc;margin-bottom:1rem;line-height:1.5}.support-item ul{color:#ccc;padding-left:1.5rem}.support-item li{margin-bottom:.5rem;line-height:1.4}.contact-form-section{background:linear-gradient(135deg,#2196f31a,#03a9f41a);border:1px solid rgba(33,150,243,.2)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#fff;font-weight:600;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:#ffffff0d;color:#fff;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4a9eff;background:#ffffff1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.submit-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#4a9eff,#2196f3);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:linear-gradient(135deg,#66b3ff,#42a5f5);transform:translateY(-2px)}.about-section{background:linear-gradient(135deg,#667eea1a,#764ba21a);border:1px solid rgba(102,126,234,.2)}.about-section .section-content{text-align:center}.about-section p{color:#ccc;line-height:1.7;margin-bottom:1rem;font-size:1rem}.about-section p:last-child{margin-bottom:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-top:2rem}.stat-item{background:#ffffff0d;border-radius:8px;padding:1rem;text-align:center;border:1px solid rgba(255,255,255,.1)}.stat-number{font-size:1.8rem;font-weight:700;color:#4a9eff;margin-bottom:.5rem}.stat-label{color:#ccc;font-size:.9rem;font-weight:500}@media (max-width: 768px){.contact-container{padding:1rem 0}.contact-header h2{font-size:2rem}.contact-header p{font-size:1rem}.contact-section{padding:1.5rem;flex-direction:column;text-align:center;gap:1rem}.section-icon{width:50px;height:50px;font-size:1.2rem;margin:0 auto}}.section-content h3{font-size:1.3rem}.hours-item{flex-direction:column;gap:.5rem;text-align:center}.social-links{grid-template-columns:1fr}.email-item,.office-location{text-align:center}.game-types-grid{grid-template-columns:1fr}.tech-support-content{gap:1rem}.support-item{padding:1rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.faq-question{padding:.75rem}.faq-question h4{font-size:.9rem}@media (max-width: 480px){.contact-section{padding:1rem}.contact-header h2{font-size:1.8rem}.section-content h3{font-size:1.2rem}.social-link{padding:.75rem}.response-time{padding:.75rem;font-size:.9rem}.game-type-item{padding:1rem}.game-type-icon{width:40px;height:40px;font-size:1.1rem}.support-item{padding:.75rem}.stats-grid{grid-template-columns:1fr;gap:.75rem}.stat-item{padding:.75rem}.stat-number{font-size:1.5rem}.form-group input,.form-group select,.form-group textarea{padding:.6rem}.submit-btn{padding:.75rem 1.5rem}}.contact-section{animation:fadeInUp .6s ease-out}.contact-section:nth-child(1){animation-delay:.1s}.contact-section:nth-child(2){animation-delay:.2s}.contact-section:nth-child(3){animation-delay:.3s}.contact-section:nth-child(4){animation-delay:.4s}.contact-section:nth-child(5){animation-delay:.5s}.contact-section:nth-child(6){animation-delay:.6s}.contact-section:nth-child(7){animation-delay:.7s}.contact-section:nth-child(8){animation-delay:.8s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.iconfont{font-family:iconfont!important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.section-icon .iconfont{font-size:inherit}.faq-item.active .faq-answer{animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-group input:invalid,.form-group select:invalid,.form-group textarea:invalid{border-color:#f44336}.form-group input:valid,.form-group select:valid,.form-group textarea:valid{border-color:#4caf50}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.submit-btn:disabled:hover{background:linear-gradient(135deg,#4a9eff,#2196f3);transform:none}
