.page-ct88 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f5f5f5; }.page-ct88 h1, .page-ct88 h2, .page-ct88 h3 { color: #004d40; margin-bottom: 15px; }.page-ct88 a { text-decoration: none; color: #007bff; }.page-ct88 a:hover { text-decoration: underline; }.page-ct88__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }.page-ct88__section { padding: 40px 0; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-ct88__section:nth-child(even) { background-color: #fdfdfd; }.page-ct88__hero-section { position: relative; width: 100%; height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; }.page-ct88__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }.page-ct88__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: 2; }.page-ct88__hero-content { position: relative; z-index: 3; max-width: 800px; padding: 20px; }.page-ct88__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-ct88__hero-description { font-size: 1.2em; margin-bottom: 30px; }.page-ct88__button-group { display: flex; justify-content: center; gap: 20px; }.page-ct88__button { display: inline-block; padding: 12px 30px; background-color: #ffc107; color: #333; border-radius: 50px; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; }.page-ct88__button:hover { background-color: #e0a800; transform: translateY(-2px); text-decoration: none; }.page-ct88__intro-text { font-size: 1.1em; text-align: center; max-width: 900px; margin: 0 auto 30px; }.page-ct88__intro-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 30px; }.page-ct88__feature-item { flex: 1 1 calc(33% - 60px); min-width: 280px; text-align: center; padding: 20px; background-color: #f8f9fa; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03); }.page-ct88__feature-icon { width: 80px; height: 80px; margin-bottom: 15px; object-fit: contain; }.page-ct88__feature-title { font-size: 1.3em; color: #0056b3; margin-bottom: 10px; }.page-ct88__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }.page-ct88__quick-link-item { background-color: #e9ecef; padding: 20px; border-radius: 8px; text-align: center; transition: background-color 0.3s ease; }.page-ct88__quick-link-item:hover { background-color: #dee2e6; }.page-ct88__quick-link-item a { font-size: 1.1em; font-weight: bold; color: #0056b3; }.page-ct88__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-ct88__game-card { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.3s ease; }.page-ct88__game-card:hover { transform: translateY(-5px); }.page-ct88__game-image { width: 100%; height: 200px; object-fit: cover; }.page-ct88__game-content { padding: 20px; }.page-ct88__game-title { font-size: 1.5em; margin-bottom: 10px; color: #004d40; }.page-ct88__game-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-ct88__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-ct88__promo-card { background-color: #e6f7ff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.3s ease; }.page-ct88__promo-card:hover { transform: translateY(-5px); }.page-ct88__promo-image { width: 100%; height: 200px; object-fit: cover; }.page-ct88__promo-content { padding: 20px; }.page-ct88__promo-title { font-size: 1.5em; margin-bottom: 10px; color: #0056b3; }.page-ct88__promo-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-ct88__security-content { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; margin-top: 30px; }.page-ct88__security-text { flex: 1 1 45%; min-width: 300px; }.page-ct88__payment-providers { flex: 1 1 45%; min-width: 300px; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }.page-ct88__payment-logo { width: 100px; height: 60px; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; }.page-ct88__payment-logo:hover { filter: grayscale(0%); opacity: 1; }.page-ct88__faq-list { margin-top: 30px; }.page-ct88__faq-item { background-color: #f8f9fa; border: 1px solid #eee; border-radius: 8px; margin-bottom: 10px; overflow: hidden; transition: box-shadow 0.3s ease; }.page-ct88__faq-item.active { box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }.page-ct88__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #e9ecef; border-bottom: 1px solid #dee2e6; transition: background-color 0.3s ease; }.page-ct88__faq-question:hover { background-color: #dee2e6; }.page-ct88__faq-question h3 { margin: 0; font-size: 1.1em; color: #004d40; pointer-events: none; }.page-ct88__faq-toggle { font-size: 1.5em; font-weight: bold; color: #004d40; pointer-events: none; transition: transform 0.3s ease; }.page-ct88__faq-item.active .page-ct88__faq-toggle { transform: rotate(45deg); }.page-ct88__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-ct88__faq-item.active .page-ct88__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-ct88__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-ct88__blog-card { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; }.page-ct88__blog-card:hover { transform: translateY(-5px); }.page-ct88__blog-image { width: 100%; height: 200px; object-fit: cover; }.page-ct88__blog-content { padding: 20px; }.page-ct88__blog-date { font-size: 0.85em; color: #888; margin-bottom: 10px; }.page-ct88__blog-title { font-size: 1.3em; margin-bottom: 10px; color: #004d40; }.page-ct88__blog-title a { color: #004d40; font-weight: bold; }.page-ct88__blog-title a:hover { text-decoration: underline; }.page-ct88__blog-summary { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-ct88__float-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-ct88__float-button { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; background-color: #ffc107; color: #333; border-radius: 50%; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); font-size: 1.2em; font-weight: bold; text-decoration: none; transition: background-color 0.3s ease, transform 0.2s ease; }.page-ct88__float-button:hover { background-color: #e0a800; transform: scale(1.05); }.page-ct88__float-button img { width: 30px; height: 30px; object-fit: contain; }.page-ct88__float-button--register { background-color: #28a745; color: #fff; }.page-ct88__float-button--register:hover { background-color: #218838; }.page-ct88__float-button--login { background-color: #007bff; color: #fff; }.page-ct88__float-button--login:hover { background-color: #0069d9; }@media (max-width: 768px) { .page-ct88__hero-section { height: 400px; }.page-ct88__hero-title { font-size: 2.5em; }.page-ct88__hero-description { font-size: 1em; }.page-ct88__button-group { flex-direction: column; gap: 10px; }.page-ct88__button { width: 100%; max-width: 250px; }.page-ct88__intro-text { font-size: 1em; }.page-ct88__feature-item { flex: 1 1 100%; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px; }.page-ct88__feature-item img { width: 60px; height: 60px; }.page-ct88__quick-links-grid { grid-template-columns: 1fr; }.page-ct88__game-grid, .page-ct88__promo-grid, .page-ct88__blog-grid { grid-template-columns: 1fr; }.page-ct88__game-card, .page-ct88__promo-card, .page-ct88__blog-card { max-width: 100%; }.page-ct88__security-content { flex-direction: column; }.page-ct88__security-text, .page-ct88__payment-providers { flex: 1 1 100%; }.page-ct88__payment-logo { width: 80px; height: 50px; }.page-ct88__faq-question { padding: 12px 15px; }.page-ct88__faq-question h3 { font-size: 1em; }.page-ct88__faq-answer { padding: 15px !important; }.page-ct88__blog-date { font-size: 0.8em; }.page-ct88__blog-title { font-size: 1.2em; }.page-ct88__blog-summary { font-size: 0.9em; }.page-ct88__float-buttons { bottom: 15px; right: 15px; gap: 8px; }.page-ct88__float-button { width: 50px; height: 50px; font-size: 1em; }.page-ct88__float-button img { width: 25px; height: 25px; }}