.page-go9v { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-go9v__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding-top: 10px; background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden; }.page-go9v__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }.page-go9v__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)); z-index: 0; }.page-go9v__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; }.page-go9v__hero-title { font-size: 3.5em; margin-bottom: 20px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); }.page-go9v__hero-description { font-size: 1.5em; margin-bottom: 30px; }.page-go9v__cta-button { display: inline-block; background-color: #ff4d4d; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; }.page-go9v__cta-button:hover { background-color: #e60000; }.page-go9v__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #fff; border-bottom: 1px solid #eee; }.page-go9v__payment-providers-title { width: 100%; text-align: center; margin-bottom: 30px; font-size: 2.2em; color: #222; font-weight: bold; }.page-go9v__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; }.page-go9v__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-go9v__section { padding: 60px 20px; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }.page-go9v__section-dark { background-color: #2c3e50; color: #ecf0f1; }.page-go9v__section-title { font-size: 2.5em; color: #333; text-align: center; margin-bottom: 40px; font-weight: bold; }.page-go9v__section-dark .page-go9v__section-title { color: #fff; }.page-go9v__text-content { max-width: 800px; margin: 0 auto; text-align: center; font-size: 1.1em; }.page-go9v__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto 0; }.page-go9v__feature-item { background-color: #f9f9f9; padding: 30px; border-radius: 8px; text-align: center; box-shadow: 0 2px 5px rgba(0,0,0,0.03); transition: transform 0.3s ease; }.page-go9v__feature-item:hover { transform: translateY(-5px); }.page-go9v__feature-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; }.page-go9v__feature-title { font-size: 1.5em; color: #333; margin-bottom: 15px; }.page-go9v__feature-description { font-size: 1em; color: #666; }.page-go9v__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 1000px; margin: 40px auto 0; }.page-go9v__quick-link-item { background-color: #ff4d4d; color: #fff; padding: 25px; border-radius: 8px; text-align: center; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; display: block; box-sizing: border-box; }.page-go9v__quick-link-item:hover { background-color: #e60000; }.page-go9v__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; }.page-go9v__game-category-button { background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 25px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-go9v__game-category-button:hover { background-color: #0056b3; }.page-go9v__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto 0; }.page-go9v__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease; }.page-go9v__game-card:hover { transform: translateY(-10px); }.page-go9v__game-image { width: 100%; height: 200px; object-fit: cover; }.page-go9v__game-content { padding: 20px; text-align: center; }.page-go9v__game-title { font-size: 1.4em; color: #333; margin-bottom: 10px; }.page-go9v__game-description { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-go9v__game-play-button { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 20px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-go9v__game-play-button:hover { background-color: #218838; }.page-go9v__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto 0; }.page-go9v__promo-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease; }.page-go9v__promo-card:hover { transform: translateY(-10px); }.page-go9v__promo-image { width: 100%; height: 220px; object-fit: cover; }.page-go9v__promo-content { padding: 20px; }.page-go9v__promo-title { font-size: 1.4em; color: #333; margin-bottom: 10px; }.page-go9v__promo-description { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-go9v__promo-button { display: inline-block; background-color: #ffc107; color: #333; padding: 10px 20px; border-radius: 20px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-go9v__promo-button:hover { background-color: #e0a800; }.page-go9v__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1000px; margin: 40px auto 0; }.page-go9v__security-item { background-color: #f9f9f9; padding: 30px; border-radius: 8px; text-align: center; box-shadow: 0 2px 5px rgba(0,0,0,0.03); }.page-go9v__security-icon { width: 70px; height: 70px; object-fit: contain; margin-bottom: 20px; }.page-go9v__security-title { font-size: 1.4em; color: #333; margin-bottom: 10px; }.page-go9v__security-description { font-size: 1em; color: #666; }.page-go9v__customer-service-info { text-align: center; margin-top: 30px; font-size: 1.1em; color: #555; }.page-go9v__faq-list { max-width: 900px; margin: 40px auto 0; }.page-go9v__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); overflow: hidden; }.page-go9v__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #f0f0f0; border-bottom: 1px solid #e0e0e0; transition: background-color 0.3s ease; user-select: none; }.page-go9v__faq-question:hover { background-color: #e5e5e5; }.page-go9v__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; }.page-go9v__faq-toggle { font-size: 1.8em; font-weight: bold; color: #555; transition: transform 0.3s ease; pointer-events: none; }.page-go9v__faq-item.active .page-go9v__faq-toggle { transform: rotate(45deg); }.page-go9v__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-go9v__faq-item.active .page-go9v__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-go9v__faq-answer p { margin: 0; color: #666; }.page-go9v__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto 0; }.page-go9v__blog-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease; }.page-go9v__blog-card:hover { transform: translateY(-10px); }.page-go9v__blog-image { width: 100%; height: 200px; object-fit: cover; }.page-go9v__blog-content { padding: 20px; }.page-go9v__blog-date { font-size: 0.85em; color: #999; margin-bottom: 10px; }.page-go9v__blog-title { font-size: 1.3em; color: #333; margin-bottom: 10px; text-decoration: none; display: block; }.page-go9v__blog-title:hover { color: #ff4d4d; }.page-go9v__blog-excerpt { font-size: 0.95em; color: #666; }.page-go9v__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-go9v__floating-button { background-color: #ff4d4d; color: #fff; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1em; text-decoration: none; box-shadow: 0 4px 8px rgba(0,0,0,0.2); transition: background-color 0.3s ease; }.page-go9v__floating-button:hover { background-color: #e60000; }.page-go9v__floating-button--register { background-color: #28a745; }.page-go9v__floating-button--register:hover { background-color: #218838; }@media (max-width: 768px) { .page-go9v__hero-title { font-size: 2.5em; }.page-go9v__hero-description { font-size: 1.2em; }.page-go9v__section-title { font-size: 2em; }.page-go9v__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 25px 15px; }.page-go9v__payment-logo, .page-go9v__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-go9v__features-grid, .page-go9v__quick-links-grid, .page-go9v__game-grid, .page-go9v__promo-grid, .page-go9v__security-grid, .page-go9v__blog-grid { grid-template-columns: 1fr; }.page-go9v__feature-item, .page-go9v__quick-link-item, .page-go9v__game-card, .page-go9v__promo-card, .page-go9v__security-item, .page-go9v__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-go9v__game-image, .page-go9v__promo-image, .page-go9v__blog-image { max-width: 100% !important; height: auto !important; object-fit: cover; }.page-go9v__section { padding: 40px 15px; }.page-go9v__faq-question { padding: 15px 20px; }.page-go9v__faq-question h3 { font-size: 1.1em; }.page-go9v__faq-answer { padding: 0 20px; }.page-go9v__faq-item.active .page-go9v__faq-answer { padding: 15px 20px !important; }.page-go9v__floating-buttons { bottom: 15px; right: 15px; }.page-go9v__floating-button { width: 50px; height: 50px; font-size: 0.9em; }}