/* style/69vingame.css */.page-69vingame{font-family:'Arial',sans-serif;line-height:1.6;color:#333333;background-color:#f8f8f8}.page-69vingame__hero-section{position:relative;width:100%;background-color:#2563eb;padding:10px 0 40px;display:flex;flex-direction:column;align-items:center;text-align:center}.page-69vingame__hero-image-wrapper{width:100%;max-width:1200px;margin:0 auto;overflow:hidden;box-sizing:border-box}.page-69vingame__hero-image{width:100%;height:auto;display:block;border-radius:8px}.page-69vingame__hero-content{max-width:900px;margin:20px auto 0;padding:0 20px;color:#ffffff}.page-69vingame__main-title{font-size:2.5rem;font-weight:700;margin-bottom:15px;line-height:1.2;color:#ffffff}.page-69vingame__description{font-size:1.1rem;margin-bottom:30px;max-width:700px;margin-left:auto;margin-right:auto}.page-69vingame__btn-primary,.page-69vingame__btn-secondary{display:inline-block;padding:12px 25px;border-radius:5px;font-weight:600;text-decoration:none;transition:background-color 0.3s ease,color 0.3s ease,border-color 0.3s ease}.page-69vingame__btn-primary{background-color:#f0a800;color:#ffffff;border:2px solid transparent}.page-69vingame__btn-primary:hover{background-color:#e09800}.page-69vingame__btn-secondary{background-color:#ffffff;color:#2563eb;border:2px solid #2563eb;margin-left:15px}.page-69vingame__btn-secondary:hover{background-color:#f0f0f0;color:#1e40af}.page-69vingame__floating-button{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background-color:#f0a800;color:#ffffff;padding:15px 30px;border-radius:50px;text-decoration:none;font-weight:700;box-shadow:0 4px 15px rgba(0,0,0,0.2);z-index:1000;display:none}.page-69vingame__floating-button:hover{background-color:#e09800}.page-69vingame__section{padding:60px 20px;text-align:center;max-width:1200px;margin:0 auto}.page-69vingame__section--light-bg{background-color:#ffffff}.page-69vingame__section--dark-bg{background-color:#2563eb;color:#ffffff}.page-69vingame__section-title{font-size:2rem;font-weight:700;margin-bottom:20px;color:#2563eb}.page-69vingame__section--dark-bg .page-69vingame__section-title{color:#ffffff}.page-69vingame__game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:40px}.page-69vingame__game-card{background-color:#ffffff;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.1);padding:25px;text-align:center;transition:transform 0.3s ease}.page-69vingame__game-card:hover{transform:translateY(-5px)}.page-69vingame__game-icon{width:100%;height:auto;max-width:150px;margin-bottom:15px;display:block;margin-left:auto;margin-right:auto}.page-69vingame__game-title{font-size:1.25rem;font-weight:600;margin-bottom:10px;color:#2563eb}.page-69vingame__game-description{font-size:0.95rem;color:#666666;margin-bottom:20px}.page-69vingame__game-card .page-69vingame__btn-primary{width:100%}.page-69vingame__info-block{display:flex;align-items:center;justify-content:center;margin-bottom:30px}.page-69vingame__info-image{width:100%;height:auto;max-width:500px;border-radius:8px;margin-right:40px}.page-69vingame__info-content{text-align:left;max-width:600px}.page-69vingame__info-title{font-size:1.75rem;font-weight:600;margin-bottom:15px;color:#2563eb}.page-69vingame__info-text{margin-bottom:20px}.page-69vingame__app-download-section{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;margin-top:40px}.page-69vingame__app-image{width:100%;height:auto;max-width:300px;border-radius:8px}.page-69vingame__app-info{text-align:left;max-width:500px}.page-69vingame__app-info h3{font-size:1.5rem;color:#2563eb;margin-bottom:15px}.page-69vingame__app-info p{margin-bottom:20px}.page-69vingame__download-buttons{display:flex;gap:15px;flex-wrap:wrap}.page-69vingame__faq-list{margin-top:40px;text-align:left;max-width:800px;margin-left:auto;margin-right:auto}.page-69vingame__faq-item{background-color:#ffffff;border-radius:8px;margin-bottom:15px;box-shadow:0 2px 10px rgba(0,0,0,0.05)}.page-69vingame__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px;cursor:pointer;user-select:none;font-weight:600;font-size:1.1rem;color:#2563eb;transition:background-color 0.3s ease}.page-69vingame__faq-question:hover{background-color:#f0f0f0}.page-69vingame__faq-qtext{pointer-events:none}.page-69vingame__faq-toggle{pointer-events:none;font-size:1.5rem;line-height:1;width:24px;text-align:center}.page-69vingame__faq-answer{max-height:0;overflow:hidden;padding:0 20px;opacity:0;transition:max-height 0.4s cubic-bezier(0.4,0,0.2,1),padding 0.4s ease,opacity 0.4s ease;color:#666666}.page-69vingame__faq-item.active .page-69vingame__faq-answer{max-height:2000px !important;padding:20px !important;opacity:1}.page-69vingame__faq-item.active .page-69vingame__faq-toggle{content:'−'}.page-69vingame__cta-section{background-color:#64748b;padding:80px 20px;color:#ffffff}.page-69vingame__cta-section .page-69vingame__section-title{color:#ffffff}.page-69vingame__cta-buttons{margin-top:30px;display:flex;justify-content:center;gap:20px}.page-69vingame__copyright{text-align:center;padding:20px;font-size:0.9rem;color:#666666;background-color:#f0f0f0}.page-69vingame p{margin-bottom:1em;color:#333}.page-69vingame ul{list-style:disc;padding-left:20px;margin-bottom:1em}.page-69vingame li{margin-bottom:0.5em}.page-69vingame a{color:#2563eb;text-decoration:none}.page-69vingame a:hover{text-decoration:underline}@media (max-width:1024px){.page-69vingame__main-title{font-size:2rem}.page-69vingame__description{font-size:1rem}.page-69vingame__info-block{flex-direction:column}.page-69vingame__info-image{margin-right:0;margin-bottom:30px}}@media (max-width:768px){.page-69vingame__main-title{font-size:1.8rem !important}.page-69vingame__description{font-size:0.95rem !important}.page-69vingame__hero-section{padding-bottom:20px !important}.page-69vingame__btn-primary,.page-69vingame__btn-secondary{max-width:100% !important;width:100% !important;box-sizing:border-box !important;white-space:normal !important;word-wrap:break-word !important;padding-left:15px !important;padding-right:15px !important;margin-left:0 !important;margin-right:0 !important;margin-bottom:10px}.page-69vingame__btn-secondary{margin-top:10px}.page-69vingame__floating-button{display:block}.page-69vingame__section{padding:40px 15px !important}.page-69vingame__section-title{font-size:1.75rem !important}.page-69vingame__game-grid{grid-template-columns:1fr !important}.page-69vingame__info-block{flex-direction:column-reverse}.page-69vingame__info-content{text-align:center}.page-69vingame__info-image{margin-bottom:20px}.page-69vingame__app-download-section{flex-direction:column}.page-69vingame__app-info{text-align:center}.page-69vingame__download-buttons{flex-direction:column;gap:10px}.page-69vingame__faq-list{padding:0 15px !important}.page-69vingame__faq-question{font-size:1rem !important;padding:15px !important}.page-69vingame__faq-answer{padding:15px !important}.page-69vingame__cta-section{padding:50px 15px !important}.page-69vingame__cta-buttons{flex-direction:column;gap:10px}.page-69vingame img{max-width:100% !important;height:auto !important;display:block !important}.page-69vingame__hero-image-wrapper,.page-69vingame__game-card,.page-69vingame__info-block,.page-69vingame__app-download-section,.page-69vingame__download-buttons,.page-69vingame__cta-buttons,.page-69vingame__faq-list,.page-69vingame__faq-item{max-width:100% !important;width:100% !important;box-sizing:border-box !important;overflow:hidden !important;padding-left:0 !important;padding-right:0 !important}.page-69vingame ul,.page-69vingame ol{padding-left:20px !important;margin-left:0 !important;margin-right:0 !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;overflow-wrap:break-word !important}.page-69vingame li{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important}}