body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f0f2f5; color: #333; } .page-88hv { max-width: 1200px; margin: 0 auto; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .page-88hv__hero-section { position: relative; width: 100%; overflow: hidden; color: #fff; text-align: center; padding-top: 10px; } .page-88hv__hero-image { width: 100%; height: auto; display: block; object-fit: cover; } .page-88hv__hero-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; background: rgba(0, 0, 0, 0.5); padding: 20px; box-sizing: border-box; } .page-88hv__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #FFD700; } .page-88hv__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; line-height: 1.5; max-width: 800px; } .page-88hv__cta-button { display: inline-block; background-color: #FFD700; color: #1a1a1a; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-88hv__cta-button:hover { background-color: #e6c200; } .page-88hv__section { padding: 40px 20px; text-align: center; } .page-88hv__section--dark { background-color: #2c3e50; color: #fff; } .page-88hv__section-title { font-size: 2em; color: #333; margin-bottom: 30px; position: relative; padding-bottom: 10px; } .page-88hv__section-title--light { color: #fff; } .page-88hv__section-title::after { content: ''; display: block; width: 60px; height: 3px; background-color: #FFD700; margin: 10px auto 0; } .page-88hv__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-88hv__card { background-color: #f9f9f9; border-radius: 10px; padding: 25px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-88hv__card:hover { transform: translateY(-5px); } .page-88hv__card-image-container { width: 100%; height: 200px; overflow: hidden; border-radius: 8px; margin-bottom: 15px; } .page-88hv__card-image { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; max-width: 100%; } .page-88hv__card-title { font-size: 1.3em; color: #FFD700; margin-bottom: 10px; } .page-88hv__card-description { font-size: 0.95em; line-height: 1.6; color: #555; } .page-88hv__card-link { display: inline-block; margin-top: 15px; background-color: #FFD700; color: #1a1a1a; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-88hv__card-link:hover { background-color: #e6c200; } .page-88hv__quick-access-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-88hv__quick-access-item { box-sizing: border-box; flex: 1 1 calc(33.333% - 20px); min-width: 250px; } .page-88hv__quick-access-link { display: block; background-color: #34495e; color: #fff; padding: 15px 20px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-88hv__quick-access-link:hover { background-color: #4a627a; transform: translateY(-3px); } .page-88hv__game-gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 20px; margin-top: 30px; } .page-88hv__game-item { flex: 0 0 auto; width: 280px; margin-right: 20px; scroll-snap-align: start; background-color: #f9f9f9; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); overflow: hidden; display: flex; flex-direction: column; } .page-88hv__game-item:last-child { margin-right: 0; } .page-88hv__game-image-container { width: 100%; height: 200px; overflow: hidden; } .page-88hv__game-image { width: 100%; height: 100%; object-fit: cover; max-width: 100%; } .page-88hv__game-info { padding: 15px; text-align: center; } .page-88hv__game-title { font-size: 1.2em; color: #333; margin-bottom: 10px; } .page-88hv__game-provider { font-size: 0.9em; color: #777; margin-bottom: 15px; } .page-88hv__game-button { display: block; background-color: #FFD700; color: #1a1a1a; padding: 10px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-88hv__game-button:hover { background-color: #e6c200; } .page-88hv__promo-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-88hv__promo-item { background-color: #34495e; color: #fff; border-radius: 10px; padding: 25px; text-align: left; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); display: flex; flex-direction: column; justify-content: space-between; } .page-88hv__promo-title { font-size: 1.4em; color: #FFD700; margin-bottom: 10px; } .page-88hv__promo-description { font-size: 0.95em; line-height: 1.6; margin-bottom: 20px; } .page-88hv__promo-button { display: inline-block; background-color: #FFD700; color: #1a1a1a; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-88hv__promo-button:hover { background-color: #e6c200; } .page-88hv__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; } .page-88hv__security-item { background-color: #f9f9f9; border-radius: 10px; padding: 20px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); text-align: center; } .page-88hv__security-icon { width: 80px; height: 80px; margin-bottom: 15px; } .page-88hv__security-title { font-size: 1.2em; color: #333; margin-bottom: 10px; } .page-88hv__security-description { font-size: 0.9em; color: #666; } .page-88hv__faq-section { background-color: #f9f9f9; padding: 40px 20px; text-align: center; } .page-88hv__faq-list { max-width: 800px; margin: 30px auto 0; text-align: left; } .page-88hv__faq-item { background-color: #fff; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); } .page-88hv__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; user-select: none; background-color: #eee; transition: background-color 0.3s ease; } .page-88hv__faq-question:hover { background-color: #e0e0e0; } .page-88hv__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-88hv__faq-toggle { font-size: 1.5em; font-weight: bold; color: #FFD700; pointer-events: none; transition: transform 0.3s ease; } .page-88hv__faq-item.active .page-88hv__faq-toggle { transform: rotate(45deg); } .page-88hv__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; } .page-88hv__faq-item.active .page-88hv__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-88hv__faq-answer p { margin: 0; font-size: 0.95em; line-height: 1.6; color: #555; } .page-88hv__blog-section { padding: 40px 20px; text-align: center; } .page-88hv__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-88hv__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; transition: transform 0.3s ease; } .page-88hv__blog-card:hover { transform: translateY(-5px); } .page-88hv__blog-image-container { width: 100%; height: 220px; overflow: hidden; } .page-88hv__blog-image { width: 100%; height: 100%; object-fit: cover; max-width: 100%; } .page-88hv__blog-content { padding: 20px; } .page-88hv__blog-date { font-size: 0.85em; color: #999; margin-bottom: 10px; } .page-88hv__blog-title { font-size: 1.3em; color: #333; margin-bottom: 10px; line-height: 1.4; } .page-88hv__blog-title a { text-decoration: none; color: #333; transition: color 0.3s ease; } .page-88hv__blog-title a:hover { color: #FFD700; } .page-88hv__blog-excerpt { font-size: 0.95em; color: #555; line-height: 1.6; margin-bottom: 20px; } .page-88hv__blog-readmore { display: inline-block; color: #FFD700; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-88hv__blog-readmore:hover { color: #e6c200; } .page-88hv__floating-buttons { position: fixed; right: 20px; bottom: 80px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-88hv__floating-btn { background-color: #FFD700; color: #1a1a1a; padding: 12px 18px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; border: none; cursor: pointer; } .page-88hv__floating-btn:hover { background-color: #e6c200; transform: translateY(-2px); } @media (max-width: 768px) { .page-88hv__hero-title { font-size: 2em; } .page-88hv__hero-subtitle { font-size: 1em; } .page-88hv__cta-button { padding: 12px 25px; font-size: 1em; } .page-88hv__section { padding: 30px 15px; } .page-88hv__section-title { font-size: 1.8em; } .page-88hv__grid { grid-template-columns: 1fr; } .page-88hv__card { padding: 20px; } .page-88hv__quick-access-list { flex-direction: column; align-items: center; } .page-88hv__quick-access-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-88hv__quick-access-link { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-88hv__game-gallery { padding-bottom: 15px; } .page-88hv__game-item { width: 250px; margin-right: 15px; } .page-88hv__promo-list { grid-template-columns: 1fr; } .page-88hv__security-grid { grid-template-columns: 1fr; } .page-88hv__faq-list { margin-top: 20px; } .page-88hv__faq-question { padding: 15px; } .page-88hv__faq-question h3 { font-size: 1em; } .page-88hv__faq-answer { padding: 0 15px; } .page-88hv__faq-item.active .page-88hv__faq-answer { padding: 15px !important; } .page-88hv__blog-grid { grid-template-columns: 1fr; } .page-88hv__blog-image-container { height: 180px; } .page-88hv__blog-content { padding: 15px; } .page-88hv__blog-title { font-size: 1.1em; } .page-88hv__floating-buttons { right: 10px; bottom: 60px; } .page-88hv__floating-btn { padding: 10px 15px; font-size: 0.9em; } }