.page-fb777-ph-app { font-family: 'Arial', sans-serif; background-color: #1a1a1a; color: #f0f0f0; line-height: 1.6; } .page-fb777-ph-app__section-title { font-size: 2.5em; color: #ffcc00; text-align: center; margin-bottom: 40px; padding-top: 20px; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); } .page-fb777-ph-app__section-title .highlight { color: #fff; } .page-fb777-ph-app__hero-section { background: linear-gradient(135deg, #2a2a2a, #0a0a0a); padding: 10px 20px 60px; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; overflow: hidden; } .page-fb777-ph-app__hero-content { max-width: 900px; margin-bottom: 40px; z-index: 1; } .page-fb777-ph-app__hero-title { font-size: 3.5em; color: #ffcc00; margin-bottom: 20px; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6); } .page-fb777-ph-app__hero-title .highlight { color: #ffffff; } .page-fb777-ph-app__hero-description { font-size: 1.3em; color: #e0e0e0; margin-bottom: 30px; } .page-fb777-ph-app__hero-cta-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-fb777-ph-app__hero-button { display: inline-block; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: all 0.3s ease; white-space: nowrap; } .page-fb777-ph-app__hero-button--primary { background-color: #ffcc00; color: #1a1a1a; border: 2px solid #ffcc00; } .page-fb777-ph-app__hero-button--primary:hover { background-color: #e6b800; border-color: #e6b800; transform: translateY(-3px); box-shadow: 0 6px 12px rgba(255, 204, 0, 0.3); } .page-fb777-ph-app__hero-button--secondary { background-color: transparent; color: #ffcc00; border: 2px solid #ffcc00; } .page-fb777-ph-app__hero-button--secondary:hover { background-color: #ffcc00; color: #1a1a1a; transform: translateY(-3px); box-shadow: 0 6px 12px rgba(255, 204, 0, 0.3); } .page-fb777-ph-app__hero-image-wrapper { width: 100%; max-width: 600px; margin-top: 40px; } .page-fb777-ph-app__hero-image { display: block; max-width: 100%; height: auto; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); } .page-fb777-ph-app__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: #222; } .page-fb777-ph-app__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; } .page-fb777-ph-app__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; object-fit: contain; filter: grayscale(100%) brightness(150%); transition: filter 0.3s ease; } .page-fb777-ph-app__payment-logo:hover { filter: grayscale(0%) brightness(100%); } .page-fb777-ph-app__introduction-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; background-color: #1a1a1a; } .page-fb777-ph-app__introduction-text { font-size: 1.1em; color: #e0e0e0; max-width: 800px; margin: 0 auto 50px; } .page-fb777-ph-app__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-fb777-ph-app__feature-item { background-color: #2a2a2a; padding: 30px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-fb777-ph-app__feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); } .page-fb777-ph-app__feature-icon { width: 100%; height: auto; max-width: 150px; margin-bottom: 20px; object-fit: contain; } .page-fb777-ph-app__feature-title { font-size: 1.6em; color: #ffcc00; margin-bottom: 15px; } .page-fb777-ph-app__feature-description { color: #cccccc; font-size: 0.95em; } .page-fb777-ph-app__quick-access-section { padding: 60px 20px; background-color: #222; text-align: center; } .page-fb777-ph-app__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 1000px; margin: 40px auto 0; } .page-fb777-ph-app__access-button { background-color: #ffcc00; color: #1a1a1a; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1em; transition: all 0.3s ease; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); white-space: nowrap; } .page-fb777-ph-app__access-button:hover { background-color: #e6b800; transform: translateY(-2px); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4); } .page-fb777-ph-app__games-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; background-color: #1a1a1a; } .page-fb777-ph-app__games-intro-text { font-size: 1.1em; color: #e0e0e0; max-width: 800px; margin: 0 auto 50px; } .page-fb777-ph-app__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-fb777-ph-app__game-card { background-color: #2a2a2a; padding: 25px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; } .page-fb777-ph-app__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); } .page-fb777-ph-app__game-card-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; } .page-fb777-ph-app__game-card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-fb777-ph-app__game-card-description { color: #cccccc; font-size: 0.9em; flex-grow: 1; margin-bottom: 20px; } .page-fb777-ph-app__game-card-button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; margin-top: auto; } .page-fb777-ph-app__game-card-button:hover { background-color: #e6b800; } .page-fb777-ph-app__promotions-section { padding: 60px 20px; background-color: #222; text-align: center; } .page-fb777-ph-app__promotions-intro-text { font-size: 1.1em; color: #e0e0e0; max-width: 800px; margin: 0 auto 50px; } .page-fb777-ph-app__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto 0; } .page-fb777-ph-app__promo-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-fb777-ph-app__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); } .page-fb777-ph-app__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-fb777-ph-app__promo-card-title { font-size: 1.6em; color: #ffcc00; padding: 20px 20px 0; } .page-fb777-ph-app__promo-card-description { color: #cccccc; font-size: 0.95em; padding: 0 20px 20px; flex-grow: 1; } .page-fb777-ph-app__promo-card-button { display: block; background-color: #ffcc00; color: #1a1a1a; padding: 12px 20px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin-top: auto; border-radius: 0 0 10px 10px; } .page-fb777-ph-app__promo-card-button:hover { background-color: #e6b800; } .page-fb777-ph-app__security-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #1a1a1a; } .page-fb777-ph-app__security-content { display: flex; align-items: center; gap: 40px; margin-top: 40px; flex-wrap: wrap; } .page-fb777-ph-app__security-text { flex: 1; min-width: 300px; } .page-fb777-ph-app__security-text p { color: #e0e0e0; margin-bottom: 20px; font-size: 1.1em; } .page-fb777-ph-app__support-button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1em; transition: all 0.3s ease; margin-top: 20px; } .page-fb777-ph-app__support-button:hover { background-color: #e6b800; transform: translateY(-2px); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4); } .page-fb777-ph-app__security-image { flex: 1; min-width: 300px; max-width: 500px; height: auto; object-fit: cover; border-radius: 10px; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); } .page-fb777-ph-app__faq-section { padding: 60px 20px; background-color: #222; } .page-fb777-ph-app__faq-list { max-width: 900px; margin: 40px auto 0; } .page-fb777-ph-app__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } .page-fb777-ph-app__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #333; border-bottom: 1px solid #444; user-select: none; transition: background-color 0.3s ease; } .page-fb777-ph-app__faq-question:hover { background-color: #444; } .page-fb777-ph-app__faq-question-title { font-size: 1.2em; color: #ffcc00; margin: 0; flex-grow: 1; pointer-events: none; } .page-fb777-ph-app__faq-toggle { font-size: 1.8em; color: #ffcc00; font-weight: bold; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-fb777-ph-app__faq-item.active .page-fb777-ph-app__faq-toggle { transform: rotate(45deg); } .page-fb777-ph-app__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #2a2a2a; } .page-fb777-ph-app__faq-item.active .page-fb777-ph-app__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-fb777-ph-app__faq-answer p { margin: 0; color: #e0e0e0; font-size: 1em; } .page-fb777-ph-app__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #1a1a1a; } .page-fb777-ph-app__blog-posts { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-fb777-ph-app__blog-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-fb777-ph-app__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); } .page-fb777-ph-app__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-fb777-ph-app__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-fb777-ph-app__blog-card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-fb777-ph-app__blog-card-excerpt { color: #cccccc; font-size: 0.9em; flex-grow: 1; margin-bottom: 20px; } .page-fb777-ph-app__blog-card-link { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; margin-top: auto; } .page-fb777-ph-app__blog-card-link:hover { background-color: #e6b800; } @media (max-width: 1024px) { .page-fb777-ph-app__hero-title { font-size: 3em; } .page-fb777-ph-app__section-title { font-size: 2em; } .page-fb777-ph-app__hero-section { padding-bottom: 40px; } .page-fb777-ph-app__hero-content { margin-bottom: 30px; } .page-fb777-ph-app__hero-image-wrapper { margin-top: 30px; } .page-fb777-ph-app__security-content { flex-direction: column; } .page-fb777-ph-app__security-image { max-width: 100%; margin-top: 30px; } } @media (max-width: 768px) { .page-fb777-ph-app__hero-section { padding: 10px 15px 40px; } .page-fb777-ph-app__hero-title { font-size: 2.5em; } .page-fb777-ph-app__hero-description { font-size: 1.1em; } .page-fb777-ph-app__hero-cta-buttons { flex-direction: column; gap: 15px; } .page-fb777-ph-app__hero-button { width: 100%; max-width: 300px; } .page-fb777-ph-app__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-fb777-ph-app__payment-providers { gap: 16px; } .page-fb777-ph-app__logo-grid { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-fb777-ph-app__payment-logo { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-fb777-ph-app__introduction-section, .page-fb777-ph-app__quick-access-section, .page-fb777-ph-app__games-section, .page-fb777-ph-app__promotions-section, .page-fb777-ph-app__security-section, .page-fb777-ph-app__faq-section, .page-fb777-ph-app__blog-section { padding: 40px 15px; } .page-fb777-ph-app__introduction-text, .page-fb777-ph-app__games-intro-text, .page-fb777-ph-app__promotions-intro-text { font-size: 1em; margin-bottom: 30px; } .page-fb777-ph-app__features-grid, .page-fb777-ph-app__game-categories, .page-fb777-ph-app__promo-cards, .page-fb777-ph-app__blog-posts { grid-template-columns: 1fr; gap: 20px; } .page-fb777-ph-app__feature-item, .page-fb777-ph-app__game-card, .page-fb777-ph-app__promo-card, .page-fb777-ph-app__blog-card { padding: 20px; } .page-fb777-ph-app__feature-title, .page-fb777-ph-app__game-card-title, .page-fb777-ph-app__promo-card-title, .page-fb777-ph-app__blog-card-title { font-size: 1.4em; } .page-fb777-ph-app__faq-question { padding: 15px; } .page-fb777-ph-app__faq-question-title { font-size: 1.1em; } .page-fb777-ph-app__faq-toggle { font-size: 1.5em; } .page-fb777-ph-app__faq-answer { padding: 0 15px; } .page-fb777-ph-app__faq-item.active .page-fb777-ph-app__faq-answer { padding: 15px 15px !important; } .page-fb777-ph-app__access-button { 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; } .page-fb777-ph-app__access-buttons { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-fb777-ph-app__blog-card-image, .page-fb777-ph-app__promo-card-image, .page-fb777-ph-app__game-card-image, .page-fb777-ph-app__feature-icon, .page-fb777-ph-app__security-image, .page-fb777-ph-app__hero-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }