.page-hyph777-con { font-family: 'Arial', sans-serif; color: #ffffff; background-color: #1a1a2e; line-height: 1.6; padding-top: 10px; } .page-hyph777-con__container { max-width: 1200px; margin: 0 auto; padding: 20px 15px; } .page-hyph777-con__section-title { font-size: 2.5em; color: #ffd700; text-align: center; margin-bottom: 40px; font-weight: bold; line-height: 1.2; } .page-hyph777-con__section-title--hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .page-hyph777-con__text-content { text-align: center; margin-bottom: 30px; font-size: 1.1em; max-width: 800px; margin-left: auto; margin-right: auto; } .page-hyph777-con__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding: 60px 15px; box-sizing: border-box; } .page-hyph777-con__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .page-hyph777-con__hero-content { position: relative; z-index: 2; color: #ffffff; max-width: 900px; background: rgba(0, 0, 0, 0.5); padding: 30px; border-radius: 10px; } .page-hyph777-con__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #ffd700; line-height: 1.1; } .page-hyph777-con__hero-description { font-size: 1.3em; margin-bottom: 30px; } .page-hyph777-con__hero-cta-group { display: flex; gap: 20px; justify-content: center; } .page-hyph777-con__hero-button { display: inline-block; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; } .page-hyph777-con__hero-button--primary { background-color: #ffd700; color: #1a1a2e; border: 2px solid #ffd700; } .page-hyph777-con__hero-button--primary:hover { background-color: #e6c200; transform: translateY(-3px); } .page-hyph777-con__hero-button--secondary { background-color: transparent; color: #ffd700; border: 2px solid #ffd700; } .page-hyph777-con__hero-button--secondary:hover { background-color: #ffd700; color: #1a1a2e; transform: translateY(-3px); } .page-hyph777-con__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 15px; background-color: #161628; } .page-hyph777-con__payment-logo-wrapper { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; } .page-hyph777-con__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-hyph777-con__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-hyph777-con__introduction-section { padding: 60px 0; background-color: #22223a; } .page-hyph777-con__features { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 30px; margin-top: 50px; } .page-hyph777-con__feature-item { flex: 1; min-width: 280px; max-width: 350px; text-align: center; background-color: #1a1a2e; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-hyph777-con__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; } .page-hyph777-con__feature-title { font-size: 1.6em; color: #ffd700; margin-bottom: 15px; } .page-hyph777-con__feature-description { font-size: 1em; color: #cccccc; } .page-hyph777-con__quick-access-section { padding: 60px 0; background-color: #161628; } .page-hyph777-con__access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-hyph777-con__access-button { display: inline-block; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1em; background-color: #6a1b9a; color: #ffffff; border: 2px solid #6a1b9a; transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; } .page-hyph777-con__access-button:hover { background-color: #5a148a; transform: translateY(-3px); } .page-hyph777-con__games-section { padding: 60px 0; background-color: #22223a; } .page-hyph777-con__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 50px; } .page-hyph777-con__game-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; display: flex; flex-direction: column; } .page-hyph777-con__game-image { width: 100%; height: 200px; object-fit: cover; } .page-hyph777-con__game-title { font-size: 1.5em; color: #ffd700; margin: 20px 15px 10px; } .page-hyph777-con__game-description { font-size: 0.95em; color: #cccccc; padding: 0 15px 20px; flex-grow: 1; } .page-hyph777-con__game-button { display: block; width: calc(100% - 30px); margin: 0 15px 15px; padding: 12px 0; background-color: #ffd700; color: #1a1a2e; text-decoration: none; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-hyph777-con__game-button:hover { background-color: #e6c200; transform: translateY(-3px); } .page-hyph777-con__promotions-section { padding: 60px 0; background-color: #161628; } .page-hyph777-con__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 50px; } .page-hyph777-con__promo-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; } .page-hyph777-con__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-hyph777-con__promo-title { font-size: 1.6em; color: #ffd700; margin: 20px 15px 10px; } .page-hyph777-con__promo-description { font-size: 0.95em; color: #cccccc; padding: 0 15px 20px; flex-grow: 1; } .page-hyph777-con__promo-button { display: block; width: calc(100% - 30px); margin: 0 15px 15px; padding: 12px 0; background-color: #6a1b9a; color: #ffffff; text-decoration: none; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-hyph777-con__promo-button:hover { background-color: #5a148a; transform: translateY(-3px); } .page-hyph777-con__security-section { padding: 60px 0; background-color: #22223a; } .page-hyph777-con__security-features { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 30px; margin-top: 50px; } .page-hyph777-con__security-item { flex: 1; min-width: 280px; max-width: 350px; text-align: center; background-color: #1a1a2e; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-hyph777-con__security-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; } .page-hyph777-con__security-title { font-size: 1.6em; color: #ffd700; margin-bottom: 15px; } .page-hyph777-con__security-description { font-size: 1em; color: #cccccc; } .page-hyph777-con__contact-cta { text-align: center; margin-top: 50px; } .page-hyph777-con__contact-button { display: inline-block; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; background-color: #ffd700; color: #1a1a2e; border: 2px solid #ffd700; transition: background-color 0.3s ease, transform 0.3s ease; } .page-hyph777-con__contact-button:hover { background-color: #e6c200; transform: translateY(-3px); } .page-hyph777-con__faq-section { padding: 60px 0; background-color: #161628; } .page-hyph777-con__faq-list { max-width: 800px; margin: 50px auto 0; } .page-hyph777-con__faq-item { background-color: #1a1a2e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-hyph777-con__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #22223a; transition: background-color 0.3s ease; } .page-hyph777-con__faq-question:hover { background-color: #2a2a4a; } .page-hyph777-con__faq-question-title { font-size: 1.2em; color: #ffd700; margin: 0; pointer-events: none; } .page-hyph777-con__faq-toggle { font-size: 1.8em; color: #ffd700; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; } .page-hyph777-con__faq-item.active .page-hyph777-con__faq-toggle { transform: rotate(45deg); } .page-hyph777-con__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #cccccc; font-size: 1em; } .page-hyph777-con__faq-item.active .page-hyph777-con__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-hyph777-con__blog-section { padding: 60px 0; background-color: #22223a; } .page-hyph777-con__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 50px; } .page-hyph777-con__blog-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; } .page-hyph777-con__blog-image { width: 100%; height: 220px; object-fit: cover; } .page-hyph777-con__blog-content-wrapper { padding: 20px 15px; flex-grow: 1; display: flex; flex-direction: column; } .page-hyph777-con__blog-title { font-size: 1.4em; margin-bottom: 10px; line-height: 1.3; } .page-hyph777-con__blog-title a { color: #ffd700; text-decoration: none; transition: color 0.3s ease; } .page-hyph777-con__blog-title a:hover { color: #e6c200; } .page-hyph777-con__blog-excerpt { font-size: 0.9em; color: #cccccc; margin-bottom: 15px; flex-grow: 1; } .page-hyph777-con__blog-date { font-size: 0.85em; color: #888888; display: block; text-align: right; } .page-hyph777-con__view-all-cta { text-align: center; margin-top: 50px; } .page-hyph777-con__view-all-button { display: inline-block; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1em; background-color: #6a1b9a; color: #ffffff; border: 2px solid #6a1b9a; transition: background-color 0.3s ease, transform 0.3s ease; } .page-hyph777-con__view-all-button:hover { background-color: #5a148a; transform: translateY(-3px); } .page-hyph777-con__sticky-cta-section { display: none; } @media (max-width: 768px) { .page-hyph777-con__section-title { font-size: 2em; margin-bottom: 30px; } .page-hyph777-con__hero-section { min-height: 400px; padding: 40px 10px; } .page-hyph777-con__hero-content { padding: 20px; } .page-hyph777-con__hero-title { font-size: 2.2em; margin-bottom: 15px; } .page-hyph777-con__hero-description { font-size: 1em; margin-bottom: 20px; } .page-hyph777-con__hero-cta-group { flex-direction: column; gap: 10px; } .page-hyph777-con__hero-button { width: 100%; padding: 12px 20px; font-size: 1em; } .page-hyph777-con__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 10px; } .page-hyph777-con__payment-logo, .page-hyph777-con__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-hyph777-con__container { padding: 15px 10px; } .page-hyph777-con__text-content { font-size: 0.95em; margin-bottom: 20px; } .page-hyph777-con__features, .page-hyph777-con__security-features { flex-direction: column; align-items: center; gap: 20px; margin-top: 30px; } .page-hyph777-con__feature-item, .page-hyph777-con__security-item { width: 100% !important; max-width: 90%; padding: 20px; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-hyph777-con__access-links { flex-direction: column; gap: 10px; margin-top: 20px; } .page-hyph777-con__access-button { width: 100%; padding: 10px 0; font-size: 0.95em; } .page-hyph777-con__game-categories, .page-hyph777-con__promo-grid, .page-hyph777-con__blog-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 30px; } .page-hyph777-con__game-card, .page-hyph777-con__promo-card, .page-hyph777-con__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-hyph777-con__game-image, .page-hyph777-con__promo-image, .page-hyph777-con__blog-image { height: 180px; } .page-hyph777-con__game-title, .page-hyph777-con__promo-title { font-size: 1.3em; margin: 15px 10px 8px; } .page-hyph777-con__game-description, .page-hyph777-con__promo-description, .page-hyph777-con__blog-excerpt { font-size: 0.9em; padding: 0 10px 15px; } .page-hyph777-con__game-button, .page-hyph777-con__promo-button { width: calc(100% - 20px); margin: 0 10px 10px; padding: 10px 0; font-size: 0.9em; } .page-hyph777-con__faq-question { padding: 15px 20px; } .page-hyph777-con__faq-question-title { font-size: 1.1em; } .page-hyph777-con__faq-answer { padding: 0 20px; } .page-hyph777-con__faq-item.active .page-hyph777-con__faq-answer { padding: 15px 20px !important; } .page-hyph777-con__blog-title { font-size: 1.2em; } .page-hyph777-con__blog-content-wrapper { padding: 15px 10px; } .page-hyph777-con__sticky-cta-section { display: block; position: sticky; bottom: 0; left: 0; width: 100%; z-index: 1000; background-color: #1a1a2e; box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5); padding: 10px 0; margin-top: 40px; } .page-hyph777-con__sticky-cta-wrapper { display: flex; justify-content: space-around; gap: 10px; max-width: 400px; margin: 0 auto; padding: 0 10px; } .page-hyph777-con__sticky-cta-button { flex: 1; padding: 12px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; transition: background-color 0.3s ease; white-space: nowrap; } .page-hyph777-con__sticky-cta-button--register { background-color: #ffd700; color: #1a1a2e; } .page-hyph777-con__sticky-cta-button--register:hover { background-color: #e6c200; } .page-hyph777-con__sticky-cta-button--login { background-color: #6a1b9a; color: #ffffff; } .page-hyph777-con__sticky-cta-button--login:hover { background-color: #5a148a; } } @media (min-width: 769px) { .page-hyph777-con__sticky-cta-section { display: none; } }