.page-fb777-ph { font-family: Arial, sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; overflow-x: hidden; }.page-fb777-ph__hero-section { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; padding: 60px 20px; background: linear-gradient(135deg, #2c3e50, #34495e); min-height: 60vh; box-sizing: border-box; }.page-fb777-ph__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; }.page-fb777-ph__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; }.page-fb777-ph__hero-content { position: relative; z-index: 1; max-width: 900px; }.page-fb777-ph__main-title { font-size: 2.5em; margin-bottom: 15px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-fb777-ph__hero-description { font-size: 1.1em; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }.page-fb777-ph__hero-buttons { display: flex; gap: 15px; justify-content: center; }.page-fb777-ph__btn { display: inline-block; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; white-space: nowrap; }.page-fb777-ph__btn--primary { background-color: #ffcc00; color: #333; }.page-fb777-ph__btn--primary:hover { background-color: #e6b800; transform: translateY(-2px); }.page-fb777-ph__btn--secondary { background-color: transparent; color: #ffcc00; border: 2px solid #ffcc00; }.page-fb777-ph__btn--secondary:hover { background-color: #ffcc00; color: #333; transform: translateY(-2px); }.page-fb777-ph__floating-buttons { position: fixed; bottom: 0; left: 0; width: 100%; display: flex; justify-content: space-around; padding: 10px 0; background-color: rgba(0, 0, 0, 0.8); z-index: 1000; box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3); }.page-fb777-ph__floating-btn { flex-grow: 1; text-align: center; padding: 12px 0; text-decoration: none; font-weight: bold; color: #fff; border-radius: 0; transition: background-color 0.3s ease; }.page-fb777-ph__floating-btn--register { background-color: #ffcc00; color: #333; }.page-fb777-ph__floating-btn--register:hover { background-color: #e6b800; }.page-fb777-ph__floating-btn--login { background-color: #34495e; }.page-fb777-ph__floating-btn--login:hover { background-color: #2c3e50; }.page-fb777-ph__section-title { font-size: 2em; color: #2c3e50; text-align: center; margin-bottom: 15px; padding-top: 40px; }.page-fb777-ph__section-subtitle { font-size: 1.1em; color: #555; text-align: center; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-fb777-ph__promotions-section, .page-fb777-ph__games-section, .page-fb777-ph__providers-section, .page-fb777-ph__payments-section, .page-fb777-ph__faq-section, .page-fb777-ph__cta-section { padding: 20px; max-width: 1200px; margin: 0 auto; }.page-fb777-ph__promotions-grid, .page-fb777-ph__games-grid { display: grid; grid-template-columns: 1fr; gap: 30px; margin-bottom: 40px; }.page-fb777-ph__promotion-card, .page-fb777-ph__game-card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; padding-bottom: 20px; }.page-fb777-ph__promotion-card:hover, .page-fb777-ph__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-fb777-ph__promotion-image, .page-fb777-ph__game-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; }.page-fb777-ph__promotion-title, .page-fb777-ph__game-title { font-size: 1.5em; color: #2c3e50; margin-bottom: 10px; padding: 0 15px; }.page-fb777-ph__promotion-description, .page-fb777-ph__game-description { font-size: 0.95em; color: #666; margin-bottom: 20px; padding: 0 15px; }.page-fb777-ph__btn--small { padding: 8px 20px; font-size: 0.9em; }.page-fb777-ph__cta-center { text-align: center; margin-top: 30px; }.page-fb777-ph__providers-grid, .page-fb777-ph__payments-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 20px; justify-items: center; align-items: center; margin-bottom: 40px; }.page-fb777-ph__provider-logo-wrapper, .page-fb777-ph__payment-item { width: 100%; max-width: 150px; height: 80px; display: flex; justify-content: center; align-items: center; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); overflow: hidden; box-sizing: border-box; }.page-fb777-ph__provider-logo, .page-fb777-ph__payment-logo { max-width: 90%; max-height: 90%; object-fit: contain; height: auto; width: auto; }.page-fb777-ph__faq-container { margin-top: 30px; }.page-fb777-ph__faq-item { background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); margin-bottom: 15px; overflow: hidden; }.page-fb777-ph__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #f0f0f0; transition: background-color 0.3s ease; }.page-fb777-ph__faq-question:hover { background-color: #e0e0e0; }.page-fb777-ph__faq-title { font-size: 1.1em; color: #2c3e50; margin: 0; flex-grow: 1; }.page-fb777-ph__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; margin-left: 15px; transition: transform 0.3s ease; }.page-fb777-ph__faq-item.active .page-fb777-ph__faq-toggle { transform: rotate(45deg); }.page-fb777-ph__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: #fff; }.page-fb777-ph__faq-item.active .page-fb777-ph__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-fb777-ph__faq-answer p { margin: 0; color: #555; font-size: 0.95em; }.page-fb777-ph__cta-section { text-align: center; padding: 60px 20px; background: linear-gradient(135deg, #34495e, #2c3e50); color: #fff; margin-top: 40px; margin-bottom: 80px; }.page-fb777-ph__cta-title { font-size: 2.2em; color: #ffcc00; margin-bottom: 15px; }.page-fb777-ph__cta-description { font-size: 1.1em; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; }.page-fb777-ph__btn--large { padding: 15px 35px; font-size: 1.2em; }.page-fb777-ph img { max-width: 100%; height: auto; box-sizing: border-box; }@media (min-width: 768px) { .page-fb777-ph__main-title { font-size: 3.5em; } .page-fb777-ph__hero-description { font-size: 1.2em; } .page-fb777-ph__section-title { font-size: 2.5em; } .page-fb777-ph__promotions-grid, .page-fb777-ph__games-grid { grid-template-columns: repeat(2, 1fr); } .page-fb777-ph__providers-grid { grid-template-columns: repeat(4, 1fr); } .page-fb777-ph__payments-grid { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); } .page-fb777-ph__floating-buttons { display: none; } .page-fb777-ph__cta-section { margin-bottom: 0; }}@media (min-width: 1024px) { .page-fb777-ph__promotions-grid { grid-template-columns: repeat(3, 1fr); } .page-fb777-ph__games-grid { grid-template-columns: repeat(4, 1fr); }}@media (max-width: 768px) { .page-fb777-ph__promotions-grid, .page-fb777-ph__games-grid, .page-fb777-ph__providers-grid, .page-fb777-ph__payments-grid { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-fb777-ph__promotion-card, .page-fb777-ph__game-card, .page-fb777-ph__provider-logo-wrapper, .page-fb777-ph__payment-item { 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; word-break: break-word !important; } .page-fb777-ph__promotion-card, .page-fb777-ph__game-card { padding-left: 10px; padding-right: 10px; } .page-fb777-ph__hero-section, .page-fb777-ph__promotions-section, .page-fb777-ph__games-section, .page-fb777-ph__providers-section, .page-fb777-ph__payments-section, .page-fb777-ph__faq-section, .page-fb777-ph__cta-section { padding-left: 15px; padding-right: 15px; } .page-fb777-ph__main-title { font-size: 2em; } .page-fb777-ph__section-title { font-size: 1.8em; } .page-fb777-ph__cta-title { font-size: 1.8em; }}