.page-fb777-pro-login { font-family: 'Arial', sans-serif; color: #E0E0E0; background-color: #1A1A1A; line-height: 1.6; padding-top: var(--header-offset, 122px); } .page-fb777-pro-login strong { color: #FFD700; } .page-fb777-pro-login__hero-section { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px 20px; min-height: 600px; overflow: hidden; background-color: #2C3E50; background-size: cover; background-position: center; background-repeat: no-repeat; } .page-fb777-pro-login__hero-image-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.3; } .page-fb777-pro-login__hero-image { width: 100%; height: 100%; object-fit: cover; } .page-fb777-pro-login__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-fb777-pro-login__main-title { font-size: 3em; color: #FFD700; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-fb777-pro-login__hero-description { font-size: 1.2em; margin-bottom: 30px; } .page-fb777-pro-login__cta-buttons { display: flex; justify-content: center; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; } .page-fb777-pro-login__button { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; box-sizing: border-box; } .page-fb777-pro-login__button--primary { background-color: #FF4500; color: #FFFFFF; border: 2px solid #FF4500; } .page-fb777-pro-login__button--primary:hover { background-color: #E03E00; transform: translateY(-3px); } .page-fb777-pro-login__button--secondary { background-color: transparent; color: #FFD700; border: 2px solid #FFD700; } .page-fb777-pro-login__button--secondary:hover { background-color: #FFD700; color: #1A1A1A; transform: translateY(-3px); } .page-fb777-pro-login__download-app-area { margin-top: 20px; } .page-fb777-pro-login__download-text { font-size: 1.1em; margin-bottom: 15px; } .page-fb777-pro-login__button--download { background-color: #1E90FF; color: #FFFFFF; border: 2px solid #1E90FF; padding: 12px 25px; font-size: 1em; } .page-fb777-pro-login__button--download:hover { background-color: #1C86EE; transform: translateY(-3px); } .page-fb777-pro-login__features-section, .page-fb777-pro-login__games-showcase-section, .page-fb777-pro-login__faq-section { padding: 60px 20px; text-align: center; max-width: 1200px; margin: 0 auto; } .page-fb777-pro-login__section-title { font-size: 2.5em; color: #FFD700; margin-bottom: 20px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } .page-fb777-pro-login__section-subtitle { font-size: 1.1em; color: #B0B0B0; margin-bottom: 40px; } .page-fb777-pro-login__feature-grid, .page-fb777-pro-login__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-fb777-pro-login__feature-item, .page-fb777-pro-login__game-card { background-color: #2A2A2A; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; text-align: center; } .page-fb777-pro-login__feature-item:hover, .page-fb777-pro-login__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-fb777-pro-login__feature-icon { width: 100px; height: 100px; margin-bottom: 20px; object-fit: contain; max-width: 100%; height: auto; } .page-fb777-pro-login__feature-title, .page-fb777-pro-login__game-title { font-size: 1.5em; color: #FFD700; margin-bottom: 15px; } .page-fb777-pro-login__feature-description, .page-fb777-pro-login__game-description { font-size: 1em; color: #B0B0B0; } .page-fb777-pro-login__game-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; max-width: 100%; height: auto; } .page-fb777-pro-login__faq-container { margin-top: 40px; text-align: left; } .page-fb777-pro-login__faq-item { background-color: #2A2A2A; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-fb777-pro-login__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #3C3C3C; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-fb777-pro-login__faq-question:hover { background-color: #4A4A4A; } .page-fb777-pro-login__faq-title { font-size: 1.2em; color: #FFFFFF; margin: 0; pointer-events: none; } .page-fb777-pro-login__faq-toggle { font-size: 1.8em; font-weight: bold; color: #FFD700; pointer-events: none; transition: transform 0.3s ease; } .page-fb777-pro-login__faq-item.active .page-fb777-pro-login__faq-toggle { transform: rotate(45deg); } .page-fb777-pro-login__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-fb777-pro-login__faq-item.active .page-fb777-pro-login__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-fb777-pro-login__faq-answer p { margin-top: 0; margin-bottom: 10px; color: #B0B0B0; } /* Mobile Responsiveness */ @media (max-width: 768px) { .page-fb777-pro-login__main-title { font-size: 2.2em; } .page-fb777-pro-login__hero-description { font-size: 1em; } .page-fb777-pro-login__cta-buttons { flex-direction: column; gap: 15px; } .page-fb777-pro-login__button { width: 100%; max-width: 300px; margin: 0 auto; padding: 12px 20px; font-size: 1em; } .page-fb777-pro-login__section-title { font-size: 2em; } .page-fb777-pro-login__feature-grid, .page-fb777-pro-login__game-grid { grid-template-columns: 1fr; } .page-fb777-pro-login__features-section, .page-fb777-pro-login__games-showcase-section, .page-fb777-pro-login__faq-section { padding: 40px 15px; } .page-fb777-pro-login__feature-item, .page-fb777-pro-login__game-card { padding: 20px; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-fb777-pro-login__game-image { height: 180px; } .page-fb777-pro-login__faq-question { padding: 15px 20px; } .page-fb777-pro-login__faq-title { font-size: 1.1em; } .page-fb777-pro-login__faq-toggle { font-size: 1.5em; } .page-fb777-pro-login__faq-answer { padding: 0 20px; } .page-fb777-pro-login__faq-item.active .page-fb777-pro-login__faq-answer { padding: 15px 20px !important; } .page-fb777-pro-login__feature-description, .page-fb777-pro-login__game-description, .page-fb777-pro-login__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } @media (max-width: 480px) { .page-fb777-pro-login__main-title { font-size: 1.8em; } .page-fb777-pro-login__section-title { font-size: 1.8em; } .page-fb777-pro-login__hero-section { min-height: 500px; } }