.page-fb777-com2 { font-family: 'Arial', sans-serif; color: #fff; background-color: #1a1a2e; line-height: 1.6; padding-top: var(--header-offset, 122px); } @media (min-width: 769px) { .page-fb777-com2 { padding-top: 0; } } .page-fb777-com2__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-fb777-com2__section { padding: 40px 20px; margin-bottom: 30px; border-radius: 10px; background-color: #0f3460; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-fb777-com2__section--dark { background-color: #16213e; } .page-fb777-com2__section-title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 30px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-fb777-com2__section-subtitle { font-size: 1.2em; color: #e0e0e0; text-align: center; margin-bottom: 40px; } .page-fb777-com2__text-content { font-size: 1.1em; text-align: justify; margin-bottom: 20px; color: #ccc; } .page-fb777-com2__text-content strong { color: #e94560; } .page-fb777-com2__hero-section { position: relative; width: 100%; height: 60vh; min-height: 400px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; background-color: #0f3460; padding-top: 10px; } .page-fb777-com2__hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.6); } .page-fb777-com2__hero-content { position: relative; z-index: 2; color: #fff; padding: 20px; max-width: 800px; } .page-fb777-com2__hero-title { font-size: 3em; margin-bottom: 15px; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); line-height: 1.2; } @media (max-width: 768px) { .page-fb777-com2__hero-title { font-size: 2.2em; } } .page-fb777-com2__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } @media (max-width: 768px) { .page-fb777-com2__hero-subtitle { font-size: 1.1em; } } .page-fb777-com2__btn { display: inline-block; padding: 15px 30px; background-color: #e94560; color: #fff; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-fb777-com2__btn:hover { background-color: #ff6b8e; transform: translateY(-3px); } .page-fb777-com2__intro-section .page-fb777-com2__container { display: flex; flex-direction: column; align-items: center; } .page-fb777-com2__intro-text { max-width: 900px; text-align: center; } .page-fb777-com2__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 40px; } .page-fb777-com2__access-card { background-color: #16213e; padding: 25px; border-radius: 10px; text-align: center; transition: transform 0.3s ease; } .page-fb777-com2__access-card:hover { transform: translateY(-5px); } .page-fb777-com2__access-card-title { font-size: 1.3em; margin-bottom: 15px; color: #e94560; } .page-fb777-com2__access-card .page-fb777-com2__btn { width: 100%; padding: 12px 0; font-size: 1em; } .page-fb777-com2__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-fb777-com2__game-card { background-color: #16213e; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-fb777-com2__game-card:hover { transform: translateY(-5px); } .page-fb777-com2__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-fb777-com2__game-card-content { padding: 20px; } .page-fb777-com2__game-card-title { font-size: 1.5em; margin-bottom: 10px; color: #e94560; } .page-fb777-com2__game-card-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } .page-fb777-com2__promotions-list { list-style: none; padding: 0; margin-top: 40px; } .page-fb777-com2__promotion-item { background-color: #16213e; margin-bottom: 20px; padding: 25px; border-radius: 10px; display: flex; align-items: center; gap: 20px; } @media (max-width: 768px) { .page-fb777-com2__promotion-item { flex-direction: column; text-align: center; } } .page-fb777-com2__promotion-icon { width: 80px; height: 80px; object-fit: contain; flex-shrink: 0; } .page-fb777-com2__promotion-details { flex-grow: 1; } .page-fb777-com2__promotion-title { font-size: 1.6em; color: #e94560; margin-bottom: 10px; } @media (max-width: 768px) { .page-fb777-com2__promotion-title { font-size: 1.4em; } } .page-fb777-com2__promotion-description { color: #ccc; margin-bottom: 15px; } .page-fb777-com2__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-fb777-com2__security-item { background-color: #16213e; padding: 25px; border-radius: 10px; text-align: center; } .page-fb777-com2__security-item h3 { font-size: 1.4em; color: #e94560; margin-bottom: 10px; } .page-fb777-com2__security-item p { color: #ccc; } .page-fb777-com2__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 20px; } .page-fb777-com2__payment-logo { height: 40px; object-fit: contain; } .page-fb777-com2__faq-list { margin-top: 40px; } .page-fb777-com2__faq-item { background-color: #16213e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-fb777-com2__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; user-select: none; background-color: #0f3460; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .page-fb777-com2__faq-question:hover { background-color: #1a1a2e; } .page-fb777-com2__faq-question h3 { margin: 0; font-size: 1.2em; color: #e94560; pointer-events: none; } .page-fb777-com2__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-fb777-com2__faq-item.active .page-fb777-com2__faq-toggle { transform: rotate(45deg); } .page-fb777-com2__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: #ccc; } .page-fb777-com2__faq-item.active .page-fb777-com2__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-fb777-com2__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-fb777-com2__blog-card { background-color: #16213e; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-fb777-com2__blog-card:hover { transform: translateY(-5px); } .page-fb777-com2__blog-card-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-fb777-com2__blog-card-content { padding: 20px; } .page-fb777-com2__blog-card-title { font-size: 1.4em; margin-bottom: 10px; color: #e94560; } .page-fb777-com2__blog-card-date { font-size: 0.9em; color: #aaa; margin-bottom: 15px; } .page-fb777-com2__blog-card-summary { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } @media (max-width: 768px) { .page-fb777-com2__container { padding: 10px; } .page-fb777-com2__section { padding: 30px 15px; margin-bottom: 20px; } .page-fb777-com2__section-title { font-size: 2em; } .page-fb777-com2__section-subtitle { font-size: 1em; } .page-fb777-com2__hero-section { height: 50vh; min-height: 300px; } .page-fb777-com2__hero-content { padding: 15px; } .page-fb777-com2__hero-title { font-size: 2em; } .page-fb777-com2__hero-subtitle { font-size: 1.1em; } .page-fb777-com2__btn { padding: 12px 25px; font-size: 1em; } .page-fb777-com2__quick-access-grid, .page-fb777-com2__games-grid, .page-fb777-com2__security-grid, .page-fb777-com2__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-fb777-com2__promotion-item { flex-direction: column; align-items: center; text-align: center; padding: 20px; } .page-fb777-com2__promotion-title { font-size: 1.4em; } .page-fb777-com2__faq-question { padding: 15px 20px; } .page-fb777-com2__faq-question h3 { font-size: 1.1em; } .page-fb777-com2__faq-answer { padding: 0 20px; } .page-fb777-com2__faq-item.active .page-fb777-com2__faq-answer { padding: 15px 20px !important; } }