.page-fb777-demo { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-fb777-demo__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-fb777-demo__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-fb777-demo__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-fb777-demo__section-title { text-align: center; color: #2c3e50; margin-bottom: 30px; font-size: 2.5em; font-weight: 700; }.page-fb777-demo__section-title--light { color: #ecf0f1; }.page-fb777-demo__hero-section { position: relative; text-align: center; color: #fff; padding: 10px 0 80px 0; overflow: hidden; background: linear-gradient(135deg, #2a004a, #4a004a); border-radius: 0 0 15px 15px; }.page-fb777-demo__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; }.page-fb777-demo__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 20px; }.page-fb777-demo__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-fb777-demo__hero-description { font-size: 1.3em; margin-bottom: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }.page-fb777-demo__cta-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-fb777-demo__cta-button:hover { background-color: #c0392b; transform: translateY(-3px); }.page-fb777-demo__intro-text { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 30px auto; }.page-fb777-demo__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; }.page-fb777-demo__feature-item { text-align: center; padding: 25px; background-color: #fdfdfd; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); transition: transform 0.3s ease; }.page-fb777-demo__feature-item:hover { transform: translateY(-5px); }.page-fb777-demo__feature-icon { width: 80px; height: 80px; margin-bottom: 15px; }.page-fb777-demo__feature-title { font-size: 1.3em; color: #e74c3c; margin-bottom: 10px; }.page-fb777-demo__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin-top: 30px; }.page-fb777-demo__quick-access-button { display: block; width: 100%; background-color: #3498db; color: #fff; padding: 12px 0; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; border: none; cursor: pointer; }.page-fb777-demo__quick-access-button:hover { background-color: #2980b9; transform: translateY(-2px); }.page-fb777-demo__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; }.page-fb777-demo__game-card { background-color: #fdfdfd; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; text-align: center; }.page-fb777-demo__game-card:hover { transform: translateY(-7px); }.page-fb777-demo__game-image { width: 100%; height: 180px; object-fit: cover; }.page-fb777-demo__game-content { padding: 20px; }.page-fb777-demo__game-title { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; }.page-fb777-demo__game-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-fb777-demo__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-fb777-demo__promo-card { background-color: #fdfdfd; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-fb777-demo__promo-card:hover { transform: translateY(-7px); }.page-fb777-demo__promo-image { width: 100%; height: 200px; object-fit: cover; }.page-fb777-demo__promo-content { padding: 20px; }.page-fb777-demo__promo-title { font-size: 1.5em; color: #e74c3c; margin-bottom: 10px; }.page-fb777-demo__promo-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-fb777-demo__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 30px; }.page-fb777-demo__security-item { padding: 25px; background-color: #fdfdfd; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); text-align: center; }.page-fb777-demo__security-icon { width: 70px; height: 70px; margin-bottom: 15px; }.page-fb777-demo__security-title { font-size: 1.3em; color: #3498db; margin-bottom: 10px; }.page-fb777-demo__faq-item { background-color: #fdfdfd; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); }.page-fb777-demo__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #ecf0f1; border-radius: 8px; transition: background-color 0.3s ease; }.page-fb777-demo__faq-question:hover { background-color: #dce1e4; }.page-fb777-demo__faq-question h3 { margin: 0; font-size: 1.1em; color: #2c3e50; pointer-events: none; }.page-fb777-demo__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e74c3c; transition: transform 0.3s ease; pointer-events: none; }.page-fb777-demo__faq-item.active .page-fb777-demo__faq-toggle { transform: rotate(45deg); }.page-fb777-demo__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: #555; }.page-fb777-demo__faq-item.active .page-fb777-demo__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-fb777-demo__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-fb777-demo__blog-card { background-color: #fdfdfd; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-fb777-demo__blog-card:hover { transform: translateY(-7px); }.page-fb777-demo__blog-image { width: 100%; height: 200px; object-fit: cover; }.page-fb777-demo__blog-content { padding: 20px; }.page-fb777-demo__blog-title { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; }.page-fb777-demo__blog-date { font-size: 0.85em; color: #777; margin-bottom: 10px; }.page-fb777-demo__blog-summary { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-fb777-demo__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-fb777-demo__floating-button { background-color: #e74c3c; color: #fff; padding: 12px 25px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 1em; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-fb777-demo__floating-button:hover { background-color: #c0392b; transform: translateY(-3px); }@media (max-width: 768px) { .page-fb777-demo__hero-title { font-size: 2.5em; }.page-fb777-demo__hero-description { font-size: 1.1em; }.page-fb777-demo__section { padding: 30px 15px; }.page-fb777-demo__section-title { font-size: 2em; }.page-fb777-demo__intro-text { font-size: 1em; }.page-fb777-demo__features-grid, .page-fb777-demo__quick-access-grid, .page-fb777-demo__games-grid, .page-fb777-demo__promo-grid, .page-fb777-demo__security-grid, .page-fb777-demo__blog-grid { grid-template-columns: 1fr; }.page-fb777-demo__feature-item, .page-fb777-demo__quick-access-button, .page-fb777-demo__game-card, .page-fb777-demo__promo-card, .page-fb777-demo__security-item, .page-fb777-demo__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-fb777-demo__faq-question { padding: 15px 20px; }.page-fb777-demo__faq-question h3 { font-size: 1em; }.page-fb777-demo__faq-answer { padding: 15px 20px; }.page-fb777-demo__floating-buttons { right: 10px; bottom: 10px; }.page-fb777-demo__floating-button { padding: 10px 20px; font-size: 0.9em; }}