.page-gh-88 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f5f5f5; padding-top: var(--header-offset, 122px); } @media (max-width: 768px) { .page-gh-88 { padding-top: var(--header-offset-mobile, 60px); } } .page-gh-88__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-gh-88__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-gh-88__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-gh-88__section-title { text-align: center; color: #2980b9; margin-bottom: 30px; font-size: 2.5em; font-weight: bold; } .page-gh-88__section-title--light { color: #ecf0f1; } .page-gh-88__hero-section { background-image: url('[GALLERY:hero:1920x1080:gh88,banner,promotion]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 20px 80px; position: relative; border-radius: 0; margin-bottom: 0; } .page-gh-88__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 1; } .page-gh-88__hero-content { position: relative; z-index: 2; } .page-gh-88__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-gh-88__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-gh-88__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-gh-88__btn { display: inline-block; padding: 15px 30px; background-color: #e74c3c; color: #fff; text-decoration: none; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-gh-88__btn:hover { background-color: #c0392b; } .page-gh-88__intro-text { text-align: center; margin-bottom: 30px; font-size: 1.1em; } .page-gh-88__intro-features { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 20px; margin-top: 30px; } .page-gh-88__feature-item { flex: 1; min-width: 280px; max-width: 350px; text-align: center; padding: 25px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; } .page-gh-88__feature-item:hover { transform: translateY(-5px); } .page-gh-88__feature-icon { margin-bottom: 15px; } .page-gh-88__feature-icon img { max-width: 80px; height: auto; } .page-gh-88__feature-title { font-size: 1.4em; color: #3498db; margin-bottom: 10px; } .page-gh-88__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; text-align: center; } .page-gh-88__access-card { background-color: #ecf0f1; padding: 25px; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; } .page-gh-88__access-card:hover { transform: translateY(-5px); } .page-gh-88__access-card h3 { color: #2c3e50; margin-bottom: 15px; font-size: 1.3em; } .page-gh-88__games-grid, .page-gh-88__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-gh-88__game-card, .page-gh-88__promotion-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; text-decoration: none; color: inherit; } .page-gh-88__game-card:hover, .page-gh-88__promotion-card:hover { transform: translateY(-5px); } .page-gh-88__card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-gh-88__card-content { padding: 20px; } .page-gh-88__card-title { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; } .page-gh-88__card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-gh-88__card-btn { display: block; width: 100%; text-align: center; padding: 12px 0; background-color: #3498db; color: #fff; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease; } .page-gh-88__card-btn:hover { background-color: #2980b9; } .page-gh-88__security-content { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; text-align: center; } .page-gh-88__security-item { flex: 1; min-width: 250px; max-width: 300px; padding: 25px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08); } .page-gh-88__security-item img { margin-bottom: 15px; max-width: 100px; height: auto; } .page-gh-88__security-item h3 { color: #2c3e50; margin-bottom: 10px; font-size: 1.3em; } .page-gh-88__security-item p { font-size: 0.95em; color: #666; } .page-gh-88__faq-list { list-style: none; padding: 0; } .page-gh-88__faq-item { background-color: #f9f9f9; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08); } .page-gh-88__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #ecf0f1; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-gh-88__faq-question:hover { background-color: #dde1e2; } .page-gh-88__faq-question h3 { margin: 0; font-size: 1.2em; color: #2c3e50; pointer-events: none; } .page-gh-88__faq-toggle { font-size: 1.5em; font-weight: bold; color: #3498db; pointer-events: none; transition: transform 0.3s ease; } .page-gh-88__faq-item.active .page-gh-88__faq-toggle { transform: rotate(45deg); } .page-gh-88__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-gh-88__faq-item.active .page-gh-88__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-gh-88__faq-answer p { margin: 0; padding-bottom: 10px; color: #555; } .page-gh-88__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } .page-gh-88__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; text-decoration: none; color: inherit; } .page-gh-88__blog-card:hover { transform: translateY(-5px); } .page-gh-88__blog-card-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-gh-88__blog-card-content { padding: 20px; } .page-gh-88__blog-card-title { font-size: 1.3em; color: #2c3e50; margin-bottom: 10px; } .page-gh-88__blog-card-meta { font-size: 0.85em; color: #777; margin-bottom: 15px; } .page-gh-88__blog-card-excerpt { font-size: 0.95em; color: #555; } @media (max-width: 768px) { .page-gh-88__hero-section { padding: 60px 15px 40px; } .page-gh-88__hero-title { font-size: 2.5em; } .page-gh-88__hero-subtitle { font-size: 1.2em; } .page-gh-88__hero-buttons { flex-direction: column; gap: 15px; } .page-gh-88__btn { width: 100%; padding: 12px 20px; font-size: 1em; } .page-gh-88__section { padding: 30px 15px; margin-bottom: 15px; } .page-gh-88__section-title { font-size: 2em; margin-bottom: 25px; } .page-gh-88__intro-features, .page-gh-88__quick-access-grid, .page-gh-88__games-grid, .page-gh-88__promotions-grid, .page-gh-88__security-content, .page-gh-88__blog-grid { grid-template-columns: 1fr; } .page-gh-88__feature-item, .page-gh-88__access-card, .page-gh-88__game-card, .page-gh-88__promotion-card, .page-gh-88__security-item, .page-gh-88__blog-card { max-width: 100%; } .page-gh-88__faq-question { padding: 15px 20px; } .page-gh-88__faq-question h3 { font-size: 1.1em; } .page-gh-88__faq-answer { padding: 0 20px; } .page-gh-88__faq-item.active .page-gh-88__faq-answer { padding: 15px 20px !important; } .page-gh-88__card-image, .page-gh-88__blog-card-image { height: 180px; } } @media (max-width: 480px) { .page-gh-88__hero-title { font-size: 2em; } .page-gh-88__hero-subtitle { font-size: 1em; } .page-gh-88__section-title { font-size: 1.8em; } .page-gh-88__faq-question h3 { font-size: 1em; } }