.page-f8f-bet__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; background-color: #1a1a2e; } .page-f8f-bet__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; } .page-f8f-bet__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); z-index: 1; } .page-f8f-bet__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; } .page-f8f-bet__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; color: #ffcc00; } .page-f8f-bet__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-f8f-bet__cta-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; } .page-f8f-bet__cta-button:hover { background-color: #f36f4d; } .page-f8f-bet__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #22223b; } .page-f8f-bet__payment-providers-title { width: 100%; text-align: center; color: #ffcc00; margin-bottom: 30px; font-size: 2em; } .page-f8f-bet__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-f8f-bet__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-f8f-bet__introduction-section { padding: 60px 20px; background-color: #1a1a2e; color: #e0e0e0; text-align: center; } .page-f8f-bet__introduction-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 30px; } .page-f8f-bet__introduction-text { max-width: 800px; margin: 0 auto 40px auto; line-height: 1.8; font-size: 1.1em; } .page-f8f-bet__introduction-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; } .page-f8f-bet__feature-item { background-color: #22223b; padding: 25px; border-radius: 10px; flex: 1 1 calc(33% - 60px); max-width: calc(33% - 60px); box-sizing: border-box; text-align: left; transition: transform 0.3s ease; } .page-f8f-bet__feature-item:hover { transform: translateY(-5px); } .page-f8f-bet__feature-icon { width: 60px; height: 60px; margin-bottom: 15px; } .page-f8f-bet__feature-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-f8f-bet__feature-description { font-size: 1em; line-height: 1.6; } .page-f8f-bet__quick-access-section { background-color: #22223b; padding: 60px 20px; text-align: center; color: #e0e0e0; } .page-f8f-bet__quick-access-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 40px; } .page-f8f-bet__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; max-width: 1000px; margin: 0 auto; } .page-f8f-bet__access-item { background-color: #33334e; padding: 30px 20px; border-radius: 10px; text-decoration: none; color: #fff; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; } .page-f8f-bet__access-item:hover { background-color: #e44d26; transform: translateY(-5px); } .page-f8f-bet__access-icon { width: 80px; height: 80px; margin-bottom: 15px; } .page-f8f-bet__access-text { margin-top: 10px; } .page-f8f-bet__games-section { padding: 60px 20px; background-color: #1a1a2e; color: #e0e0e0; text-align: center; } .page-f8f-bet__games-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 40px; } .page-f8f-bet__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-f8f-bet__game-card { background-color: #22223b; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: left; } .page-f8f-bet__game-card:hover { transform: translateY(-10px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-f8f-bet__game-image { width: 100%; height: 200px; object-fit: cover; } .page-f8f-bet__game-content { padding: 20px; } .page-f8f-bet__game-category { font-size: 0.9em; color: #aaa; margin-bottom: 5px; } .page-f8f-bet__game-name { font-size: 1.8em; color: #ffcc00; margin-bottom: 15px; } .page-f8f-bet__game-description { font-size: 1em; line-height: 1.6; margin-bottom: 20px; } .page-f8f-bet__game-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 1em; font-weight: bold; transition: background-color 0.3s ease; } .page-f8f-bet__game-button:hover { background-color: #f36f4d; } .page-f8f-bet__promotions-section { padding: 60px 20px; background-color: #22223b; color: #e0e0e0; text-align: center; } .page-f8f-bet__promotions-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 40px; } .page-f8f-bet__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-f8f-bet__promotion-card { background-color: #33334e; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: left; } .page-f8f-bet__promotion-card:hover { transform: translateY(-10px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-f8f-bet__promotion-image { width: 100%; height: 220px; object-fit: cover; } .page-f8f-bet__promotion-content { padding: 20px; } .page-f8f-bet__promotion-tag { display: inline-block; background-color: #e44d26; color: #fff; padding: 5px 10px; border-radius: 3px; font-size: 0.8em; margin-bottom: 10px; } .page-f8f-bet__promotion-name { font-size: 1.8em; color: #ffcc00; margin-bottom: 10px; } .page-f8f-bet__promotion-description { font-size: 1em; line-height: 1.6; margin-bottom: 20px; } .page-f8f-bet__promotion-button { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 1em; font-weight: bold; transition: background-color 0.3s ease; } .page-f8f-bet__promotion-button:hover { background-color: #ffe066; } .page-f8f-bet__security-section { padding: 60px 20px; background-color: #1a1a2e; color: #e0e0e0; text-align: center; } .page-f8f-bet__security-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 40px; } .page-f8f-bet__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1000px; margin: 0 auto; } .page-f8f-bet__security-item { background-color: #22223b; padding: 25px; border-radius: 10px; text-align: left; transition: transform 0.3s ease; } .page-f8f-bet__security-item:hover { transform: translateY(-5px); } .page-f8f-bet__security-icon { width: 60px; height: 60px; margin-bottom: 15px; } .page-f8f-bet__security-name { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-f8f-bet__security-description { font-size: 1em; line-height: 1.6; } .page-f8f-bet__faq-section { background-color: #22223b; padding: 60px 20px; color: #e0e0e0; } .page-f8f-bet__faq-title { font-size: 2.5em; color: #ffcc00; text-align: center; margin-bottom: 40px; } .page-f8f-bet__faq-container { max-width: 900px; margin: 0 auto; } .page-f8f-bet__faq-item { background-color: #33334e; border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-f8f-bet__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3e3e5c; border-bottom: 1px solid rgba(255, 255, 255, 0.1); transition: background-color 0.3s ease; } .page-f8f-bet__faq-question:hover { background-color: #4a4a6e; } .page-f8f-bet__faq-question h3 { margin: 0; font-size: 1.3em; color: #ffcc00; pointer-events: none; } .page-f8f-bet__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-f8f-bet__faq-item.active .page-f8f-bet__faq-toggle { transform: rotate(45deg); } .page-f8f-bet__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; font-size: 1em; line-height: 1.7; background-color: #33334e; } .page-f8f-bet__faq-item.active .page-f8f-bet__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-f8f-bet__blog-section { padding: 60px 20px; background-color: #1a1a2e; color: #e0e0e0; text-align: center; } .page-f8f-bet__blog-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 40px; } .page-f8f-bet__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-f8f-bet__blog-card { background-color: #22223b; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: left; } .page-f8f-bet__blog-card:hover { transform: translateY(-10px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-f8f-bet__blog-image { width: 100%; height: 220px; object-fit: cover; } .page-f8f-bet__blog-content { padding: 20px; } .page-f8f-bet__blog-date { font-size: 0.9em; color: #aaa; margin-bottom: 5px; } .page-f8f-bet__blog-name { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-f8f-bet__blog-description { font-size: 1em; line-height: 1.6; margin-bottom: 20px; } .page-f8f-bet__blog-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 1em; font-weight: bold; transition: background-color 0.3s ease; } .page-f8f-bet__blog-button:hover { background-color: #f36f4d; } @media (max-width: 768px) { .page-f8f-bet__hero-title { font-size: 2.5em; } .page-f8f-bet__hero-subtitle { font-size: 1.2em; } .page-f8f-bet__introduction-title, .page-f8f-bet__quick-access-title, .page-f8f-bet__games-title, .page-f8f-bet__promotions-title, .page-f8f-bet__security-title, .page-f8f-bet__faq-title, .page-f8f-bet__blog-title { font-size: 2em; } .page-f8f-bet__feature-item { flex: 1 1 100%; max-width: 100%; box-sizing: border-box !important; width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .page-f8f-bet__introduction-features { flex-direction: column; } .page-f8f-bet__quick-access-grid, .page-f8f-bet__games-grid, .page-f8f-bet__promotions-grid, .page-f8f-bet__security-grid, .page-f8f-bet__blog-grid { grid-template-columns: 1fr; } .page-f8f-bet__access-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-f8f-bet__game-card, .page-f8f-bet__promotion-card, .page-f8f-bet__security-item, .page-f8f-bet__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-f8f-bet__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-f8f-bet__payment-logo, .page-f8f-bet__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-f8f-bet__faq-question { padding: 15px 20px; } .page-f8f-bet__faq-question h3 { font-size: 1.1em; } .page-f8f-bet__faq-answer { padding: 15px 20px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-f8f-bet__faq-item.active .page-f8f-bet__faq-answer { padding: 15px 20px !important; } }