.page-fb-8 * { box-sizing: border-box; } .page-fb-8 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-fb-8__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-fb-8__container { padding: 15px; } } .page-fb-8__section-title { font-size: 2.5em; color: #ffd700; text-align: center; margin-bottom: 40px; text-transform: uppercase; letter-spacing: 1px; } @media (max-width: 768px) { .page-fb-8__section-title { font-size: 1.8em; margin-bottom: 25px; } } .page-fb-8__section-description { text-align: center; max-width: 800px; margin: -20px auto 40px auto; font-size: 1.1em; color: #ccc; } @media (max-width: 768px) { .page-fb-8__section-description { font-size: 0.95em; margin-bottom: 25px; } } .page-fb-8__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; text-align: center; cursor: pointer; white-space: nowrap; } .page-fb-8__btn--primary { background-color: #ffd700; color: #1a1a1a; border: none; } .page-fb-8__btn--primary:hover { background-color: #e0b800; transform: translateY(-2px); } .page-fb-8__btn--secondary { background-color: transparent; color: #ffd700; border: 2px solid #ffd700; margin-left: 15px; } .page-fb-8__btn--secondary:hover { background-color: #ffd700; color: #1a1a1a; transform: translateY(-2px); } @media (max-width: 768px) { .page-fb-8__btn { padding: 10px 20px; font-size: 0.9em; } .page-fb-8__btn--secondary { margin-left: 10px; } } .page-fb-8__btn--small { padding: 8px 18px; font-size: 0.85em; } .page-fb-8__btn--text { background: none; border: none; color: #ffd700; padding: 0; text-decoration: underline; font-weight: normal; } .page-fb-8__btn--text:hover { color: #e0b800; text-decoration: none; } /* Hero Section */ .page-fb-8__hero-section { position: relative; width: 100%; min-height: 600px; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; padding: 10px 0 60px 0; } @media (max-width: 768px) { .page-fb-8__hero-section { min-height: 450px; padding: 10px 0 40px 0; } } .page-fb-8__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.6); } .page-fb-8__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; } .page-fb-8__hero-title { font-size: 3.8em; color: #fff; margin-bottom: 20px; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); line-height: 1.2; } @media (max-width: 768px) { .page-fb-8__hero-title { font-size: 2.2em; margin-bottom: 15px; } } .page-fb-8__hero-subtitle { font-size: 1.4em; color: #eee; margin-bottom: 40px; text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-fb-8__hero-subtitle { font-size: 1em; margin-bottom: 25px; } } .page-fb-8__hero-actions { display: flex; justify-content: center; flex-wrap: wrap; } @media (max-width: 768px) { .page-fb-8__hero-actions .page-fb-8__btn { margin: 5px; } } /* Intro Section */ .page-fb-8__intro-section { padding: 80px 0; background-color: #222; } @media (max-width: 768px) { .page-fb-8__intro-section { padding: 50px 0; } } .page-fb-8__intro-text { font-size: 1.15em; text-align: center; max-width: 800px; margin: 0 auto 50px auto; color: #ccc; } @media (max-width: 768px) { .page-fb-8__intro-text { font-size: 1em; margin-bottom: 30px; } } .page-fb-8__features { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-fb-8__features { grid-template-columns: 1fr; gap: 20px; } } .page-fb-8__feature-item { text-align: center; background-color: #333; padding: 30px 20px; border-radius: 10px; transition: transform 0.3s ease; } .page-fb-8__feature-item:hover { transform: translateY(-10px); } .page-fb-8__feature-icon { width: 100px; height: auto; margin-bottom: 20px; max-width: 100%; height: auto; } .page-fb-8__feature-title { font-size: 1.6em; color: #ffd700; margin-bottom: 10px; } @media (max-width: 768px) { .page-fb-8__feature-title { font-size: 1.4em; } } .page-fb-8__feature-description { color: #aaa; font-size: 0.95em; } /* Quick Access Section */ .page-fb-8__quick-access-section { padding: 80px 0; background-color: #1a1a1a; } @media (max-width: 768px) { .page-fb-8__quick-access-section { padding: 50px 0; } } .page-fb-8__access-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 25px; } @media (max-width: 768px) { .page-fb-8__access-links { grid-template-columns: 1fr; gap: 15px; } } .page-fb-8__access-btn { display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #333; padding: 25px 15px; border-radius: 10px; text-decoration: none; color: #f0f0f0; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; text-align: center; } .page-fb-8__access-btn:hover { background-color: #444; transform: translateY(-5px); } .page-fb-8__access-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 15px; max-width: 100%; height: auto; } @media (max-width: 768px) { .page-fb-8__access-btn { font-size: 1em; padding: 20px 10px; } .page-fb-8__access-icon { width: 60px; height: 60px; margin-bottom: 10px; } } /* Games Section */ .page-fb-8__games-section { padding: 80px 0; background-color: #222; } @media (max-width: 768px) { .page-fb-8__games-section { padding: 50px 0; } } .page-fb-8__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } @media (max-width: 768px) { .page-fb-8__game-categories { grid-template-columns: 1fr; gap: 20px; } } .page-fb-8__game-card { background-color: #333; border-radius: 10px; overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-fb-8__game-card:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .page-fb-8__game-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; max-width: 100%; } @media (max-width: 768px) { .page-fb-8__game-image { height: 180px; } } .page-fb-8__game-title { font-size: 1.8em; color: #ffd700; margin-bottom: 10px; } @media (max-width: 768px) { .page-fb-8__game-title { font-size: 1.5em; } } .page-fb-8__game-description { color: #aaa; padding: 0 20px 15px; font-size: 0.95em; } /* Promotions Section */ .page-fb-8__promotions-section { padding: 80px 0; background-color: #1a1a1a; } @media (max-width: 768px) { .page-fb-8__promotions-section { padding: 50px 0; } } .page-fb-8__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } @media (max-width: 768px) { .page-fb-8__promo-grid { grid-template-columns: 1fr; gap: 20px; } } .page-fb-8__promo-card { background-color: #333; border-radius: 10px; overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-fb-8__promo-card:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .page-fb-8__promo-image { width: 100%; height: 220px; object-fit: cover; margin-bottom: 15px; max-width: 100%; } @media (max-width: 768px) { .page-fb-8__promo-image { height: 180px; } } .page-fb-8__promo-title { font-size: 1.8em; color: #ffd700; margin-bottom: 10px; } @media (max-width: 768px) { .page-fb-8__promo-title { font-size: 1.5em; } } .page-fb-8__promo-description { color: #aaa; padding: 0 20px 15px; font-size: 0.95em; } /* Security Section */ .page-fb-8__security-section { padding: 80px 0; background-color: #222; } @media (max-width: 768px) { .page-fb-8__security-section { padding: 50px 0; } } .page-fb-8__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } @media (max-width: 768px) { .page-fb-8__security-grid { grid-template-columns: 1fr; gap: 20px; } } .page-fb-8__security-item { background-color: #333; padding: 30px 20px; border-radius: 10px; text-align: center; transition: background-color 0.3s ease; } .page-fb-8__security-item:hover { background-color: #444; } .page-fb-8__security-icon { width: 90px; height: 90px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; } .page-fb-8__security-title { font-size: 1.6em; color: #ffd700; margin-bottom: 10px; } @media (max-width: 768px) { .page-fb-8__security-title { font-size: 1.4em; } } .page-fb-8__security-description { color: #aaa; font-size: 0.95em; } /* FAQ Section */ .page-fb-8__faq-section { padding: 80px 0; background-color: #1a1a1a; } @media (max-width: 768px) { .page-fb-8__faq-section { padding: 50px 0; } } .page-fb-8__faq-list { max-width: 800px; margin: 0 auto; } .page-fb-8__faq-item { background-color: #2d2d2d; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-fb-8__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #3a3a3a; color: #fff; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; user-select: none; } .page-fb-8__faq-question:hover { background-color: #4a4a4a; } @media (max-width: 768px) { .page-fb-8__faq-question { padding: 15px 20px; font-size: 1em; } } .page-fb-8__faq-q-text { margin: 0; flex-grow: 1; text-align: left; color: #fff; pointer-events: none; } .page-fb-8__faq-toggle { font-size: 1.5em; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-fb-8__faq-item.active .page-fb-8__faq-toggle { transform: rotate(45deg); } .page-fb-8__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; color: #ccc; font-size: 1em; } .page-fb-8__faq-item.active .page-fb-8__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-fb-8__faq-answer { padding: 0 20px; font-size: 0.9em; } .page-fb-8__faq-item.active .page-fb-8__faq-answer { padding: 15px 20px !important; } } /* Blog Section */ .page-fb-8__blog-section { padding: 80px 0; background-color: #222; } @media (max-width: 768px) { .page-fb-8__blog-section { padding: 50px 0; } } .page-fb-8__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } @media (max-width: 768px) { .page-fb-8__blog-grid { grid-template-columns: 1fr; gap: 20px; } } .page-fb-8__blog-card { background-color: #333; border-radius: 10px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-fb-8__blog-card:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .page-fb-8__blog-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; } .page-fb-8__blog-content { padding: 20px; } @media (max-width: 768px) { .page-fb-8__blog-content { padding: 15px; } } .page-fb-8__blog-title { font-size: 1.5em; margin-bottom: 10px; } @media (max-width: 768px) { .page-fb-8__blog-title { font-size: 1.3em; } } .page-fb-8__blog-title a { color: #ffd700; text-decoration: none; transition: color 0.3s ease; } .page-fb-8__blog-title a:hover { color: #e0b800; text-decoration: underline; } .page-fb-8__blog-date { font-size: 0.85em; color: #888; margin-bottom: 10px; } .page-fb-8__blog-excerpt { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } /* Floating Buttons */ .page-fb-8__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } @media (max-width: 768px) { .page-fb-8__floating-buttons { bottom: 15px; right: 15px; gap: 8px; } } .page-fb-8__floating-btn { display: flex; align-items: center; justify-content: center; width: 120px; height: 50px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 1.1em; color: #1a1a1a; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.2s ease, background-color 0.3s ease; } @media (max-width: 768px) { .page-fb-8__floating-btn { width: 100px; height: 45px; font-size: 1em; } } .page-fb-8__floating-btn--register { background-color: #ffd700; } .page-fb-8__floating-btn--register:hover { background-color: #e0b800; transform: scale(1.05); } .page-fb-8__floating-btn--login { background-color: #007bff; color: #fff; } .page-fb-8__floating-btn--login:hover { background-color: #0056b3; transform: scale(1.05); }