.page-bkjav__hero-section {position: relative;width: 100%;height: 60vh;min-height: 400px;display: flex;align-items: center;justify-content: center;text-align: center;color: #fff;overflow: hidden;padding-top: 10px;}.page-bkjav__hero-background {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: -1;}.page-bkjav__hero-content {z-index: 1;max-width: 900px;padding: 20px;background: rgba(0, 0, 0, 0.5);border-radius: 10px;}.page-bkjav__hero-title {font-size: 3em;margin-bottom: 15px;color: #ffd700;}.page-bkjav__hero-subtitle {font-size: 1.2em;margin-bottom: 30px;}.page-bkjav__cta-button {display: inline-block;background-color: #ffd700;color: #000;padding: 15px 30px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease;}.page-bkjav__cta-button:hover {background-color: #e0b800;}.page-bkjav__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: 30px 20px;background-color: #1a1a1a;}.page-bkjav__payment-logo {flex: 0 0 auto;width: 80px;height: 80px;max-width: 80px;max-height: 80px;box-sizing: border-box;}.page-bkjav__payment-logo img {display: block;width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;object-fit: contain;}.page-bkjav__section {padding: 50px 20px;background-color: #222;color: #fff;text-align: center;}.page-bkjav__section:nth-child(odd) {background-color: #1a1a1a;}.page-bkjav__section-title {font-size: 2.5em;margin-bottom: 30px;color: #ffd700;}.page-bkjav__section-content {max-width: 1200px;margin: 0 auto;line-height: 1.8;}.page-bkjav__intro-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 40px;}.page-bkjav__intro-item {background-color: #333;padding: 25px;border-radius: 10px;text-align: left;}.page-bkjav__intro-item h3 {color: #ffd700;margin-bottom: 10px;}.page-bkjav__link-buttons {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;margin-top: 40px;}.page-bkjav__link-button {display: inline-block;background-color: #007bff;color: #fff;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease;}.page-bkjav__link-button:hover {background-color: #0056b3;}.page-bkjav__game-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 25px;margin-top: 40px;}.page-bkjav__game-card {background-color: #333;border-radius: 10px;overflow: hidden;text-align: left;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease;}.page-bkjav__game-card:hover {transform: translateY(-5px);}.page-bkjav__game-image {width: 100%;height: 200px;object-fit: cover;}.page-bkjav__game-content {padding: 20px;}.page-bkjav__game-title {font-size: 1.5em;color: #ffd700;margin-bottom: 10px;}.page-bkjav__game-description {font-size: 0.9em;color: #ccc;margin-bottom: 15px;}.page-bkjav__game-button {display: block;width: 100%;padding: 10px;background-color: #28a745;color: #fff;text-align: center;text-decoration: none;border-radius: 5px;transition: background-color 0.3s ease;}.page-bkjav__game-button:hover {background-color: #218838;}.page-bkjav__promo-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 40px;}.page-bkjav__promo-card {background-color: #333;border-radius: 10px;overflow: hidden;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);text-align: left;}.page-bkjav__promo-image {width: 100%;height: 220px;object-fit: cover;}.page-bkjav__promo-content {padding: 20px;}.page-bkjav__promo-title {font-size: 1.4em;color: #ffd700;margin-bottom: 10px;}.page-bkjav__promo-description {font-size: 0.9em;color: #ccc;margin-bottom: 15px;}.page-bkjav__promo-button {display: block;width: 100%;padding: 10px;background-color: #ffc107;color: #000;text-align: center;text-decoration: none;border-radius: 5px;font-weight: bold;transition: background-color 0.3s ease;}.page-bkjav__promo-button:hover {background-color: #e0a800;}.page-bkjav__support-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 40px;}.page-bkjav__support-item {background-color: #333;padding: 25px;border-radius: 10px;text-align: left;}.page-bkjav__support-item h3 {color: #ffd700;margin-bottom: 10px;}.page-bkjav__support-item p {color: #ccc;}.page-bkjav__faq-container {max-width: 900px;margin: 40px auto;text-align: left;}.page-bkjav__faq-item {background-color: #333;margin-bottom: 15px;border-radius: 10px;overflow: hidden;}.page-bkjav__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;background-color: #444;cursor: pointer;user-select: none;transition: background-color 0.3s ease;}.page-bkjav__faq-question:hover {background-color: #555;}.page-bkjav__faq-question h3 {margin: 0;font-size: 1.1em;color: #ffd700;pointer-events: none;}.page-bkjav__faq-toggle {font-size: 1.5em;font-weight: bold;color: #ffd700;transition: transform 0.3s ease;pointer-events: none;}.page-bkjav__faq-item.active .page-bkjav__faq-toggle {transform: rotate(45deg);}.page-bkjav__faq-answer {max-height: 0;overflow: hidden;padding: 0 15px;opacity: 0;color: #ccc;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;}.page-bkjav__faq-item.active .page-bkjav__faq-answer {max-height: 2000px !important;padding: 20px 15px !important;opacity: 1;}.page-bkjav__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 40px;}.page-bkjav__blog-card {background-color: #333;border-radius: 10px;overflow: hidden;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);text-align: left;transition: transform 0.3s ease;}.page-bkjav__blog-card:hover {transform: translateY(-5px);}.page-bkjav__blog-image {width: 100%;height: 220px;object-fit: cover;}.page-bkjav__blog-content {padding: 20px;}.page-bkjav__blog-title {font-size: 1.4em;color: #ffd700;margin-bottom: 10px;}.page-bkjav__blog-title a {color: #ffd700;text-decoration: none;}.page-bkjav__blog-title a:hover {text-decoration: underline;}.page-bkjav__blog-excerpt {font-size: 0.9em;color: #ccc;margin-bottom: 15px;}.page-bkjav__blog-date {font-size: 0.8em;color: #888;}.page-bkjav__floating-buttons {position: fixed;right: 20px;bottom: 100px;z-index: 1000;display: flex;flex-direction: column;gap: 15px;}.page-bkjav__floating-button {display: flex;align-items: center;justify-content: center;width: 60px;height: 60px;background-color: #ffd700;color: #000;border-radius: 50%;font-size: 1.2em;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);text-decoration: none;transition: background-color 0.3s ease;}.page-bkjav__floating-button:hover {background-color: #e0b800;}@media (max-width: 768px) {.page-bkjav__hero-title {font-size: 2em;}.page-bkjav__hero-subtitle {font-size: 1em;}.page-bkjav__section-title {font-size: 1.8em;}.page-bkjav__intro-grid, .page-bkjav__game-grid, .page-bkjav__promo-grid, .page-bkjav__support-grid, .page-bkjav__blog-grid {grid-template-columns: 1fr;}.page-bkjav__payment-providers {flex-direction: row;flex-wrap: wrap;justify-content: center;gap: 16px;}.page-bkjav__payment-logo, .page-bkjav__payment-logo img {width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;}.page-bkjav__link-buttons {flex-direction: column;}.page-bkjav__link-button {width: 100% !important;box-sizing: border-box !important;}.page-bkjav__faq-answer {padding: 10px 15px !important;word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}.page-bkjav__faq-question h3 {font-size: 1em;}.page-bkjav__faq-toggle {font-size: 1.2em;}.page-bkjav__floating-buttons {right: 10px;bottom: 80px;}.page-bkjav__floating-button {width: 50px;height: 50px;font-size: 1em;}}