.page-sc68 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-sc68__hero-section { position: relative; width: 100%; height: 500px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding-top: 10px; }.page-sc68__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }.page-sc68__hero-content { z-index: 1; max-width: 900px; padding: 20px; background-color: rgba(0, 0, 0, 0.5); border-radius: 10px; }.page-sc68__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #ffeb3b; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-sc68__hero-description { font-size: 1.5em; margin-bottom: 30px; }.page-sc68__cta-button { display: inline-block; background-color: #e91e63; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; }.page-sc68__cta-button:hover { background-color: #c2185b; }.page-sc68__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: #fff; border-bottom: 1px solid #eee; }.page-sc68__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-sc68__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-sc68__section { padding: 60px 20px; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }.page-sc68__section-dark { background-color: #2c3e50; color: #ecf0f1; }.page-sc68__section-title { font-size: 2.5em; color: #e91e63; text-align: center; margin-bottom: 40px; text-transform: uppercase; }.page-sc68__section-dark .page-sc68__section-title { color: #ffeb3b; }.page-sc68__text-content { font-size: 1.1em; text-align: justify; max-width: 800px; margin: 0 auto 30px auto; }.page-sc68__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-sc68__feature-item { background-color: #f8f8f8; padding: 30px; border-radius: 8px; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-sc68__feature-item:hover { transform: translateY(-10px); }.page-sc68__feature-icon { width: 80px; height: 80px; margin-bottom: 20px; object-fit: contain; }.page-sc68__feature-title { font-size: 1.5em; color: #e91e63; margin-bottom: 15px; }.page-sc68__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-sc68__quick-access-link { display: inline-block; background-color: #3f51b5; color: #fff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-size: 1.1em; transition: background-color 0.3s ease; }.page-sc68__quick-access-link:hover { background-color: #303f9f; }.page-sc68__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-sc68__game-card { background-color: #f8f8f8; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-sc68__game-card:hover { transform: translateY(-10px); }.page-sc68__game-image { width: 100%; height: 200px; object-fit: cover; }.page-sc68__game-content { padding: 20px; }.page-sc68__game-title { font-size: 1.6em; color: #e91e63; margin-bottom: 10px; }.page-sc68__game-description { font-size: 1em; color: #555; margin-bottom: 15px; }.page-sc68__game-button { display: inline-block; background-color: #00bcd4; color: #fff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-size: 1em; transition: background-color 0.3s ease; }.page-sc68__game-button:hover { background-color: #0097a7; }.page-sc68__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-sc68__promotion-card { background-color: #f8f8f8; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; }.page-sc68__promotion-card:hover { transform: translateY(-10px); }.page-sc68__promotion-image { width: 100%; height: 220px; object-fit: cover; }.page-sc68__promotion-content { padding: 20px; }.page-sc68__promotion-title { font-size: 1.6em; color: #e91e63; margin-bottom: 10px; }.page-sc68__promotion-description { font-size: 1em; color: #555; margin-bottom: 15px; }.page-sc68__promotion-button { display: inline-block; background-color: #ff9800; color: #fff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-size: 1em; transition: background-color 0.3s ease; }.page-sc68__promotion-button:hover { background-color: #fb8c00; }.page-sc68__security-customer-service { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1200px; margin: 0 auto; }.page-sc68__service-item { flex: 1; min-width: 280px; background-color: #34495e; padding: 30px; border-radius: 8px; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }.page-sc68__service-icon { width: 80px; height: 80px; margin-bottom: 20px; object-fit: contain; }.page-sc68__service-title { font-size: 1.5em; color: #ffeb3b; margin-bottom: 15px; }.page-sc68__service-description { font-size: 1em; color: #ecf0f1; }.page-sc68__faq-container { max-width: 900px; margin: 0 auto; }.page-sc68__faq-item { background-color: #f8f8f8; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }.page-sc68__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 15px; background-color: #e91e63; color: #fff; cursor: pointer; user-select: none; font-size: 1.2em; border-radius: 8px; transition: background-color 0.3s ease; }.page-sc68__faq-question:hover { background-color: #c2185b; }.page-sc68__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; color: #fff; }.page-sc68__faq-toggle { font-size: 1.5em; font-weight: bold; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; }.page-sc68__faq-item.active .page-sc68__faq-toggle { transform: rotate(45deg); }.page-sc68__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #fff; color: #333; }.page-sc68__faq-item.active .page-sc68__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-sc68__blog-posts { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-sc68__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-sc68__blog-card:hover { transform: translateY(-10px); }.page-sc68__blog-image { width: 100%; height: 220px; object-fit: cover; }.page-sc68__blog-content { padding: 20px; }.page-sc68__blog-title { font-size: 1.4em; color: #e91e63; margin-bottom: 10px; }.page-sc68__blog-title a { text-decoration: none; color: #e91e63; }.page-sc68__blog-title a:hover { text-decoration: underline; }.page-sc68__blog-summary { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-sc68__blog-date { font-size: 0.85em; color: #888; text-align: right; }.page-sc68__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-sc68__floating-button { background-color: #e91e63; color: #fff; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-size: 1em; font-weight: bold; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease; }.page-sc68__floating-button:hover { background-color: #c2185b; }.page-sc68__scroll-to-top { display: none; position: fixed; bottom: 100px; right: 20px; background-color: #3f51b5; color: #fff; padding: 10px 15px; border-radius: 50%; text-decoration: none; font-size: 1.2em; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); z-index: 999; }.page-sc68__scroll-to-top:hover { background-color: #303f9f; }@media (max-width: 768px) { .page-sc68__hero-section { height: 400px; }.page-sc68__hero-title { font-size: 2.2em; }.page-sc68__hero-description { font-size: 1.2em; }.page-sc68__cta-button { padding: 12px 25px; font-size: 1em; }.page-sc68__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; }.page-sc68__payment-logo, .page-sc68__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-sc68__section { padding: 40px 15px; margin-bottom: 15px; }.page-sc68__section-title { font-size: 2em; margin-bottom: 30px; }.page-sc68__text-content { font-size: 1em; }.page-sc68__features-grid, .page-sc68__game-categories, .page-sc68__promotions-grid, .page-sc68__security-customer-service, .page-sc68__blog-posts { grid-template-columns: 1fr; gap: 20px; }.page-sc68__feature-item, .page-sc68__game-card, .page-sc68__promotion-card, .page-sc68__service-item, .page-sc68__blog-card { padding: 20px; }.page-sc68__feature-title, .page-sc68__game-title, .page-sc68__promotion-title, .page-sc68__service-title { font-size: 1.3em; }.page-sc68__quick-access-links { flex-direction: column; align-items: center; gap: 10px; }.page-sc68__quick-access-link { width: 100% !important; max-width: 90% !important; box-sizing: border-box !important; padding: 10px 15px !important; margin-left: 0 !important; margin-right: 0 !important; }.page-sc68__faq-question { font-size: 1.1em; padding: 15px 10px; }.page-sc68__faq-answer { padding: 15px 10px; }.page-sc68__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-sc68__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-sc68__floating-buttons { bottom: 15px; right: 15px; }.page-sc68__floating-button { padding: 10px 15px; font-size: 0.9em; }.page-sc68__scroll-to-top { bottom: 80px; right: 15px; padding: 8px 12px; font-size: 1em; } }