.page-zz88 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-zz88__section { padding: 40px 20px; text-align: center; max-width: 1200px; margin: 0 auto; box-sizing: border-box; } .page-zz88__section:nth-of-type(even) { background-color: #2a2a2a; } .page-zz88__heading { color: #f3d15a; margin-bottom: 25px; font-size: 2.5em; font-weight: bold; } .page-zz88__subheading { color: #fff; margin-bottom: 20px; font-size: 1.8em; } .page-zz88__paragraph { margin-bottom: 15px; font-size: 1.1em; color: #ccc; } .page-zz88__button { display: inline-block; background-color: #e44d26; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-zz88__button:hover { background-color: #f76c43; transform: translateY(-2px); } .page-zz88__button--secondary { background-color: #5cb85c; } .page-zz88__button--secondary:hover { background-color: #6edc6e; } .page-zz88__hero-section { padding-top: 10px; position: relative; overflow: hidden; color: #fff; text-align: center; min-height: 500px; display: flex; align-items: center; justify-content: center; flex-direction: column; background-size: cover; background-position: center; background-repeat: no-repeat; } .page-zz88__hero-section img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; } .page-zz88__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; background-color: rgba(0, 0, 0, 0.6); border-radius: 10px; } .page-zz88__hero-title { font-size: 3.5em; margin-bottom: 15px; color: #f3d15a; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-zz88__hero-description { font-size: 1.4em; margin-bottom: 30px; color: #eee; } .page-zz88__hero-buttons .page-zz88__button { margin: 0 10px; } .page-zz88__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: #2a2a2a; } .page-zz88__payment-providers .page-zz88__heading { width: 100%; margin-bottom: 20px; color: #f3d15a; } .page-zz88__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; } .page-zz88__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); } .page-zz88__introduction-section { text-align: left; } .page-zz88__introduction-section .page-zz88__heading { text-align: center; } .page-zz88__introduction-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-zz88__intro-item { background-color: #333; padding: 25px; border-radius: 10px; text-align: center; } .page-zz88__intro-item h3 { color: #f3d15a; font-size: 1.5em; margin-bottom: 15px; } .page-zz88__intro-item p { color: #ccc; } .page-zz88__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-zz88__games-section .page-zz88__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-zz88__game-card { background-color: #333; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-zz88__game-card:hover { transform: translateY(-5px); } .page-zz88__game-card img { width: 100%; height: 200px; object-fit: cover; display: block; } .page-zz88__game-card-content { padding: 20px; } .page-zz88__game-card-content h3 { color: #f3d15a; font-size: 1.4em; margin-bottom: 15px; } .page-zz88__promotions-section .page-zz88__promo-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-zz88__promo-item { background-color: #333; padding: 25px; border-radius: 10px; text-align: left; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-zz88__promo-item h3 { color: #f3d15a; font-size: 1.5em; margin-bottom: 10px; } .page-zz88__promo-item p { color: #ccc; margin-bottom: 20px; } .page-zz88__security-support-section { text-align: left; } .page-zz88__security-support-section .page-zz88__heading { text-align: center; } .page-zz88__security-content { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 30px; justify-content: center; } .page-zz88__security-item { background-color: #333; padding: 25px; border-radius: 10px; flex: 1 1 45%; min-width: 300px; text-align: center; } .page-zz88__security-item h3 { color: #f3d15a; font-size: 1.5em; margin-bottom: 10px; } .page-zz88__security-item p { color: #ccc; } .page-zz88__faq-section { text-align: left; } .page-zz88__faq-section .page-zz88__heading { text-align: center; } .page-zz88__faq-container { max-width: 800px; margin: 30px auto 0; } .page-zz88__faq-item { background-color: #333; border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .page-zz88__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #444; transition: background-color 0.3s ease; } .page-zz88__faq-question:hover { background-color: #555; } .page-zz88__faq-question h3 { color: #f3d15a; font-size: 1.3em; margin: 0; pointer-events: none; } .page-zz88__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e44d26; transition: transform 0.3s ease; pointer-events: none; } .page-zz88__faq-item.active .page-zz88__faq-toggle { transform: rotate(45deg); } .page-zz88__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-zz88__faq-item.active .page-zz88__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-zz88__faq-answer p { margin: 0; color: #ccc; } .page-zz88__blog-section .page-zz88__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-zz88__blog-card { background-color: #333; border-radius: 10px; overflow: hidden; text-align: left; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-zz88__blog-card:hover { transform: translateY(-5px); } .page-zz88__blog-card img { width: 100%; height: 220px; object-fit: cover; display: block; } .page-zz88__blog-card-content { padding: 20px; } .page-zz88__blog-card-content h3 { font-size: 1.4em; margin-bottom: 10px; } .page-zz88__blog-card-content h3 a { color: #f3d15a; text-decoration: none; transition: color 0.3s ease; } .page-zz88__blog-card-content h3 a:hover { color: #fff; } .page-zz88__blog-card-content p { color: #ccc; font-size: 0.95em; margin-bottom: 15px; } .page-zz88__blog-card-content .page-zz88__button { width: auto; } @media (max-width: 1024px) { .page-zz88__hero-title { font-size: 3em; } .page-zz88__hero-description { font-size: 1.2em; } .page-zz88__heading { font-size: 2em; } .page-zz88__subheading { font-size: 1.5em; } } @media (max-width: 768px) { .page-zz88__hero-section { min-height: 400px; } .page-zz88__hero-content { padding: 15px; } .page-zz88__hero-title { font-size: 2.5em; } .page-zz88__hero-description { font-size: 1em; } .page-zz88__hero-buttons .page-zz88__button { margin: 5px 0; display: block; width: 100%; } .page-zz88__section { padding: 30px 15px; } .page-zz88__heading { font-size: 1.8em; } .page-zz88__subheading { font-size: 1.3em; } .page-zz88__paragraph { font-size: 1em; } .page-zz88__quick-access-links { flex-direction: column; } .page-zz88__quick-access-links .page-zz88__button { width: 100%; } .page-zz88__game-grid, .page-zz88__promo-list, .page-zz88__blog-grid { grid-template-columns: 1fr; } .page-zz88__security-item { flex: 1 1 100%; } .page-zz88__faq-question { padding: 15px 20px; } .page-zz88__faq-question h3 { font-size: 1.1em; } .page-zz88__faq-answer { padding: 0 20px; } .page-zz88__faq-item.active .page-zz88__faq-answer { padding: 15px 20px !important; } .page-zz88__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-zz88__payment-logo, .page-zz88__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-zz88__intro-item, .page-zz88__security-item { width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-zz88__introduction-grid { display: block; } .page-zz88__introduction-grid .page-zz88__intro-item + .page-zz88__intro-item { margin-top: 20px; } .page-zz88__security-content { display: block; } .page-zz88__security-content .page-zz88__security-item + .page-zz88__security-item { margin-top: 20px; } } @media (max-width: 480px) { .page-zz88__hero-title { font-size: 2em; } .page-zz88__hero-description { font-size: 0.9em; } .page-zz88__heading { font-size: 1.5em; } .page-zz88__subheading { font-size: 1.1em; } }