body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin: 0; padding: 0; background-color: #0d1a26; color: #f0f8ff; }.page-fr-68__hero-section { position: relative; width: 100%; height: 600px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 10px 20px; box-sizing: border-box; overflow: hidden; }.page-fr-68__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }.page-fr-68__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); z-index: 0; }.page-fr-68__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; }.page-fr-68__hero-title { font-size: 3.5em; color: #ffcc00; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-fr-68__hero-description { font-size: 1.3em; color: #e0e0e0; margin-bottom: 30px; line-height: 1.6; }.page-fr-68__hero-buttons { display: flex; gap: 20px; justify-content: center; }.page-fr-68__btn { display: inline-block; padding: 15px 35px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; cursor: pointer; border: none; }.page-fr-68__btn--primary { background-color: #ffcc00; color: #1a1a1a; }.page-fr-68__btn--primary:hover { background-color: #e6b800; transform: translateY(-3px); }.page-fr-68__btn--secondary { background-color: #007bff; color: #ffffff; }.page-fr-68__btn--secondary:hover { background-color: #0056b3; transform: translateY(-3px); }.page-fr-68__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: #1a2a3a; }.page-fr-68__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; }.page-fr-68__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-fr-68__section { padding: 60px 20px; text-align: center; max-width: 1200px; margin: 0 auto; box-sizing: border-box; }.page-fr-68__section-title { font-size: 2.8em; color: #ffcc00; margin-bottom: 40px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }.page-fr-68__section-description { font-size: 1.1em; line-height: 1.8; margin-bottom: 40px; color: #e0e0e0; }.page-fr-68__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-fr-68__card { background-color: #1a2a3a; border-radius: 15px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; }.page-fr-68__card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); }.page-fr-68__card-image { width: 100%; height: 200px; object-fit: cover; }.page-fr-68__card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-fr-68__card-title { font-size: 1.6em; color: #ffcc00; margin-bottom: 15px; }.page-fr-68__card-text { font-size: 0.95em; color: #c0c0c0; line-height: 1.7; margin-bottom: 20px; flex-grow: 1; }.page-fr-68__card-link { display: inline-block; padding: 10px 25px; border-radius: 25px; background-color: #007bff; color: #ffffff; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; }.page-fr-68__card-link:hover { background-color: #0056b3; }.page-fr-68__quick-access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-fr-68__quick-access-buttons .page-fr-68__btn { min-width: 200px; }.page-fr-68__game-category { background-color: #1a2a3a; border-radius: 15px; margin-bottom: 30px; padding: 30px; }.page-fr-68__game-category-title { font-size: 2em; color: #ffcc00; margin-bottom: 20px; }.page-fr-68__game-category-image { width: 100%; height: 250px; object-fit: cover; border-radius: 10px; margin-bottom: 20px; }.page-fr-68__game-category-description { font-size: 1em; color: #c0c0c0; line-height: 1.7; margin-bottom: 20px; }.page-fr-68__faq-section { background-color: #0d1a26; padding: 60px 20px; text-align: center; max-width: 900px; margin: 0 auto; box-sizing: border-box; }.page-fr-68__faq-title { font-size: 2.8em; color: #ffcc00; margin-bottom: 40px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }.page-fr-68__faq-list { list-style: none; padding: 0; text-align: left; }.page-fr-68__faq-item { background-color: #1a2a3a; margin-bottom: 15px; border-radius: 10px; overflow: hidden; }.page-fr-68__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #2b3e50; border-bottom: 1px solid rgba(255, 255, 255, 0.1); user-select: none; transition: background-color 0.3s ease; }.page-fr-68__faq-question:hover { background-color: #3a5068; }.page-fr-68__faq-question h3 { margin: 0; font-size: 1.3em; color: #ffcc00; pointer-events: none; }.page-fr-68__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; }.page-fr-68__faq-item.active .page-fr-68__faq-toggle { transform: rotate(45deg); }.page-fr-68__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; }.page-fr-68__faq-item.active .page-fr-68__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-fr-68__faq-answer p { margin: 0; font-size: 1em; color: #c0c0c0; line-height: 1.7; }.page-fr-68__blog-section { background-color: #0d1a26; padding: 60px 20px; text-align: center; max-width: 1200px; margin: 0 auto; box-sizing: border-box; }.page-fr-68__blog-title { font-size: 2.8em; color: #ffcc00; margin-bottom: 40px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }.page-fr-68__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-fr-68__blog-card { background-color: #1a2a3a; border-radius: 15px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; }.page-fr-68__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); }.page-fr-68__blog-card-image { width: 100%; height: 220px; object-fit: cover; }.page-fr-68__blog-card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-fr-68__blog-card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; }.page-fr-68__blog-card-date { font-size: 0.85em; color: #888; margin-bottom: 15px; }.page-fr-68__blog-card-summary { font-size: 0.95em; color: #c0c0c0; line-height: 1.7; margin-bottom: 20px; flex-grow: 1; }.page-fr-68__blog-card-link { display: inline-block; padding: 10px 25px; border-radius: 25px; background-color: #007bff; color: #ffffff; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; }.page-fr-68__blog-card-link:hover { background-color: #0056b3; }@media (max-width: 768px) { .page-fr-68__hero-section { height: 500px; padding: 10px 15px; }.page-fr-68__hero-title { font-size: 2.5em; }.page-fr-68__hero-description { font-size: 1em; }.page-fr-68__hero-buttons { flex-direction: column; gap: 15px; }.page-fr-68__btn { width: 100%; max-width: 250px; padding: 12px 25px; font-size: 1em; }.page-fr-68__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; }.page-fr-68__payment-logo, .page-fr-68__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-fr-68__section { padding: 40px 15px; }.page-fr-68__section-title { font-size: 2em; margin-bottom: 30px; }.page-fr-68__section-description { font-size: 0.95em; margin-bottom: 30px; }.page-fr-68__grid { grid-template-columns: 1fr; }.page-fr-68__card-image { height: 180px; }.page-fr-68__card-title { font-size: 1.4em; }.page-fr-68__card-text { font-size: 0.9em; }.page-fr-68__quick-access-buttons { flex-direction: column; gap: 15px; }.page-fr-68__quick-access-buttons .page-fr-68__btn { min-width: unset; width: 100%; max-width: 300px; margin: 0 auto; }.page-fr-68__game-category { padding: 20px; margin-bottom: 20px; }.page-fr-68__game-category-title { font-size: 1.8em; }.page-fr-68__game-category-image { height: 200px; }.page-fr-68__faq-section { padding: 40px 15px; }.page-fr-68__faq-title { font-size: 2em; margin-bottom: 30px; }.page-fr-68__faq-question { padding: 15px 20px; }.page-fr-68__faq-question h3 { font-size: 1.1em; }.page-fr-68__faq-toggle { font-size: 1.5em; }.page-fr-68__faq-answer { padding: 0 20px; }.page-fr-68__faq-item.active .page-fr-68__faq-answer { padding: 15px 20px !important; }.page-fr-68__faq-answer p { font-size: 0.9em; }.page-fr-68__blog-section { padding: 40px 15px; }.page-fr-68__blog-title { font-size: 2em; margin-bottom: 30px; }.page-fr-68__blog-card-image { height: 180px; }.page-fr-68__blog-card-title { font-size: 1.3em; }.page-fr-68__blog-card-summary { font-size: 0.9em; }}