.page-r-86 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; padding-bottom: 80px; }.page-r-86__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }.page-r-86__hero-section { background-image: url('[GALLERY:hero:1920x1080:casino,vietnam,night]'); background-size: cover; background-position: center; padding: 10px 0 100px 0; text-align: center; color: #fff; position: relative; overflow: hidden; }.page-r-86__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 1; }.page-r-86__hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 400px; }.page-r-86__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #ffeb3b; font-weight: bold; }.page-r-86__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; max-width: 800px; line-height: 1.5; }.page-r-86__hero-buttons { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }.page-r-86__btn { display: inline-block; padding: 15px 30px; background-color: #e91e63; color: #fff; text-decoration: none; border-radius: 50px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-r-86__btn:hover { background-color: #d81b60; transform: translateY(-3px); }.page-r-86__btn--secondary { background-color: #4caf50; }.page-r-86__btn--secondary:hover { background-color: #43a047; }.page-r-86__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 0; background-color: #282844; }.page-r-86__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-r-86__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-r-86__section { padding: 80px 0; }.page-r-86__section-title { font-size: 2.5em; text-align: center; margin-bottom: 50px; color: #ffeb3b; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }.page-r-86__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-r-86__card { background-color: #282844; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; }.page-r-86__card:hover { transform: translateY(-10px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6); }.page-r-86__card-image { width: 100%; height: 250px; object-fit: cover; display: block; }.page-r-86__card-content { padding: 25px; }.page-r-86__card-title { font-size: 1.8em; margin-bottom: 15px; color: #ffeb3b; }.page-r-86__card-text { font-size: 1.1em; color: #ccc; margin-bottom: 20px; }.page-r-86__list { list-style: none; padding: 0; margin: 0; }.page-r-86__list-item { background-color: #282844; border-radius: 10px; margin-bottom: 15px; padding: 20px; display: flex; align-items: center; gap: 20px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); box-sizing: border-box; }.page-r-86__list-item-icon { width: 60px; height: 60px; object-fit: contain; flex-shrink: 0; }.page-r-86__list-item-text { flex-grow: 1; font-size: 1.1em; color: #ccc; }.page-r-86__cta-section { background-color: #e91e63; padding: 60px 0; text-align: center; }.page-r-86__cta-title { font-size: 2.8em; color: #fff; margin-bottom: 20px; }.page-r-86__cta-text { font-size: 1.3em; color: #f8f8f8; margin-bottom: 40px; }.page-r-86__faq-section { background-color: #1a1a2e; }.page-r-86__faq-item { background-color: #282844; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }.page-r-86__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3f51b5; color: #fff; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; }.page-r-86__faq-question:hover { background-color: #303f9f; }.page-r-86__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; color: #fff; }.page-r-86__faq-toggle { font-size: 1.8em; font-weight: bold; margin-left: 15px; width: 30px; text-align: center; pointer-events: none; transition: transform 0.3s ease; }.page-r-86__faq-item.active .page-r-86__faq-toggle { transform: rotate(45deg); }.page-r-86__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; background-color: #3949ab; color: #eee; }.page-r-86__faq-item.active .page-r-86__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-r-86__faq-answer p { margin: 0; padding-bottom: 10px; }.page-r-86__blog-section { background-color: #1a1a2e; }.page-r-86__blog-card { background-color: #282844; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: left; }.page-r-86__blog-card:hover { transform: translateY(-10px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6); }.page-r-86__blog-card-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-r-86__blog-card-content { padding: 25px; }.page-r-86__blog-card-title { font-size: 1.6em; margin-bottom: 10px; color: #ffeb3b; }.page-r-86__blog-card-title a { color: #ffeb3b; text-decoration: none; transition: color 0.3s ease; }.page-r-86__blog-card-title a:hover { color: #ffe082; }.page-r-86__blog-card-date { font-size: 0.9em; color: #aaa; margin-bottom: 15px; }.page-r-86__blog-card-text { font-size: 1em; color: #ccc; margin-bottom: 20px; }.page-r-86__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-r-86__floating-button { padding: 12px 20px; background-color: #e91e63; color: #fff; text-decoration: none; border-radius: 50px; font-weight: bold; font-size: 1em; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; }.page-r-86__floating-button:hover { background-color: #d81b60; transform: scale(1.05); }.page-r-86__floating-button--login { background-color: #4caf50; }.page-r-86__floating-button--login:hover { background-color: #43a047; }@media (max-width: 768px) { .page-r-86__hero-title { font-size: 2.5em; }.page-r-86__hero-subtitle { font-size: 1.2em; }.page-r-86__hero-buttons { flex-direction: column; }.page-r-86__btn { width: 100%; max-width: 300px; padding: 12px 20px; font-size: 1em; }.page-r-86__section { padding: 50px 0; }.page-r-86__section-title { font-size: 2em; margin-bottom: 30px; }.page-r-86__grid { grid-template-columns: 1fr; }.page-r-86__card-image { height: 200px; }.page-r-86__card-title { font-size: 1.5em; }.page-r-86__list-item { flex-direction: column; text-align: center; padding: 15px; box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }.page-r-86__list-item-icon { margin-bottom: 10px; }.page-r-86__list-item-text { font-size: 1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-r-86__list { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; }.page-r-86__cta-title { font-size: 2em; }.page-r-86__cta-text { font-size: 1.1em; }.page-r-86__faq-question { padding: 15px 20px; font-size: 1.1em; }.page-r-86__faq-answer { padding: 0 20px; }.page-r-86__faq-item.active .page-r-86__faq-answer { padding: 15px 20px !important; }.page-r-86__blog-card-title { font-size: 1.4em; }.page-r-86__blog-card-text { font-size: 0.95em; }.page-r-86__floating-buttons { bottom: 15px; right: 15px; }.page-r-86__floating-button { padding: 10px 15px; font-size: 0.9em; }.page-r-86__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-r-86__payment-logo, .page-r-86__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } }