.page-game-b-n-c-h5 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-game-b-n-c-h5__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-game-b-n-c-h5__hero-section { background: linear-gradient(135deg, #0f3443, #34e89e); padding: 100px 20px; text-align: center; position: relative; overflow: hidden; border-radius: 15px; margin-top: 10px; } .page-game-b-n-c-h5__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 1; } .page-game-b-n-c-h5__hero-content { position: relative; z-index: 2; color: #fff; } .page-game-b-n-c-h5__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-game-b-n-c-h5__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-game-b-n-c-h5__hero-button { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-game-b-n-c-h5__hero-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-game-b-n-c-h5__section { padding: 60px 20px; background-color: #2c3e50; margin-bottom: 20px; border-radius: 15px; } .page-game-b-n-c-h5__section:nth-of-type(even) { background-color: #1f2a38; } .page-game-b-n-c-h5__section-title { font-size: 2.5em; color: #34e89e; text-align: center; margin-bottom: 40px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); } .page-game-b-n-c-h5__text-content { font-size: 1.1em; color: #d0d0d0; text-align: justify; } .page-game-b-n-c-h5__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-game-b-n-c-h5__card { background-color: #1a1a2e; padding: 25px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-game-b-n-c-h5__card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-game-b-n-c-h5__card-image { width: 100%; height: 250px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; } .page-game-b-n-c-h5__card-title { font-size: 1.5em; color: #34e89e; margin-bottom: 10px; } .page-game-b-n-c-h5__card-text { color: #b0b0b0; font-size: 0.95em; } .page-game-b-n-c-h5__card-button { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; margin-top: 20px; transition: background-color 0.3s ease; } .page-game-b-n-c-h5__card-button:hover { background-color: #e6b800; } .page-game-b-n-c-h5__list { list-style: none; padding: 0; margin-top: 20px; } .page-game-b-n-c-h5__list-item { background-color: #1f2a38; padding: 15px 20px; border-radius: 8px; margin-bottom: 10px; display: flex; align-items: center; font-size: 1.1em; color: #d0d0d0; } .page-game-b-n-c-h5__list-item::before { content: '✓'; color: #34e89e; font-weight: bold; margin-right: 10px; font-size: 1.2em; } .page-game-b-n-c-h5__button-group { text-align: center; margin-top: 40px; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-game-b-n-c-h5__button-group .page-game-b-n-c-h5__hero-button { margin: 0; } .page-game-b-n-c-h5__faq-item { background-color: #1f2a38; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-game-b-n-c-h5__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #2c3e50; color: #34e89e; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; user-select: none; } .page-game-b-n-c-h5__faq-question:hover { background-color: #3a506a; } .page-game-b-n-c-h5__faq-question h3 { margin: 0; pointer-events: none; color: #34e89e; } .page-game-b-n-c-h5__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-game-b-n-c-h5__faq-item.active .page-game-b-n-c-h5__faq-toggle { transform: rotate(45deg); } .page-game-b-n-c-h5__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; color: #d0d0d0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-game-b-n-c-h5__faq-item.active .page-game-b-n-c-h5__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-game-b-n-c-h5__blog-card { background-color: #1a1a2e; padding: 20px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: block; text-decoration: none; color: inherit; } .page-game-b-n-c-h5__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-game-b-n-c-h5__blog-title { font-size: 1.3em; color: #34e89e; margin-bottom: 10px; } .page-game-b-n-c-h5__blog-excerpt { color: #b0b0b0; font-size: 0.9em; line-height: 1.5; } .page-game-b-n-c-h5__blog-date { color: #888; font-size: 0.8em; margin-top: 10px; display: block; } .page-game-b-n-c-h5__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: #1f2a38; border-radius: 15px; margin-bottom: 20px; } .page-game-b-n-c-h5__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-game-b-n-c-h5__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } @media (max-width: 768px) { .page-game-b-n-c-h5__hero-title { font-size: 2.5em; } .page-game-b-n-c-h5__hero-subtitle { font-size: 1.2em; } .page-game-b-n-c-h5__section-title { font-size: 2em; } .page-game-b-n-c-h5__card { padding: 20px; } .page-game-b-n-c-h5__card-image { height: 200px; } .page-game-b-n-c-h5__faq-question { font-size: 1.1em; padding: 15px 20px; } .page-game-b-n-c-h5__faq-answer { padding: 0 20px; } .page-game-b-n-c-h5__faq-item.active .page-game-b-n-c-h5__faq-answer { padding: 15px 20px !important; } .page-game-b-n-c-h5__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px !important; padding-right: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-game-b-n-c-h5__list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-game-b-n-c-h5__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px; } .page-game-b-n-c-h5__payment-logo, .page-game-b-n-c-h5__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-game-b-n-c-h5__button-group { flex-direction: column; } .page-game-b-n-c-h5__hero-button { width: 90%; max-width: 300px; } }