.page-tl88-com { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f5f5f5; } .page-tl88-com__hero-section { position: relative; width: 100%; height: 500px; background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; padding: 10px 20px 0; overflow: hidden; } .page-tl88-com__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1; } .page-tl88-com__hero-content { position: relative; z-index: 2; max-width: 900px; } .page-tl88-com__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; } .page-tl88-com__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); } .page-tl88-com__cta-buttons { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; } .page-tl88-com__cta-button { background-color: #e44d26; color: #fff; padding: 12px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; display: inline-block; } .page-tl88-com__cta-button:hover { background-color: #ff6f40; transform: translateY(-2px); } .page-tl88-com__section { padding: 40px 20px; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); max-width: 1200px; margin-left: auto; margin-right: auto; } .page-tl88-com__section--dark { background-color: #333; color: #eee; } .page-tl88-com__section-title { font-size: 2em; color: #e44d26; text-align: center; margin-bottom: 30px; } .page-tl88-com__section--dark .page-tl88-com__section-title { color: #f0f0f0; } .page-tl88-com__text-content { font-size: 1.1em; line-height: 1.8; margin-bottom: 20px; } .page-tl88-com__feature-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; list-style: none; padding: 0; margin: 0; } .page-tl88-com__feature-item { background-color: #f9f9f9; padding: 25px; border-radius: 8px; text-align: center; flex: 1 1 calc(33% - 40px); box-sizing: border-box; min-width: 280px; transition: transform 0.3s ease; } .page-tl88-com__section--dark .page-tl88-com__feature-item { background-color: #444; color: #eee; } .page-tl88-com__feature-item:hover { transform: translateY(-5px); } .page-tl88-com__feature-icon { width: 60px; height: 60px; margin-bottom: 15px; } .page-tl88-com__feature-title { font-size: 1.3em; color: #e44d26; margin-bottom: 10px; } .page-tl88-com__section--dark .page-tl88-com__feature-title { color: #f8f8f8; } .page-tl88-com__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; } .page-tl88-com__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-tl88-com__section--dark .page-tl88-com__game-card { background-color: #444; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-tl88-com__game-card:hover { transform: translateY(-7px); } .page-tl88-com__game-image { width: 100%; height: 180px; object-fit: cover; } .page-tl88-com__game-content { padding: 20px; } .page-tl88-com__game-title { font-size: 1.4em; margin-bottom: 10px; color: #e44d26; } .page-tl88-com__section--dark .page-tl88-com__game-title { color: #f8f8f8; } .page-tl88-com__game-description { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-tl88-com__section--dark .page-tl88-com__game-description { color: #ccc; } .page-tl88-com__promotion-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-tl88-com__promo-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease; } .page-tl88-com__section--dark .page-tl88-com__promo-card { background-color: #444; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-tl88-com__promo-card:hover { transform: translateY(-7px); } .page-tl88-com__promo-image { width: 100%; height: 200px; object-fit: cover; } .page-tl88-com__promo-content { padding: 20px; } .page-tl88-com__promo-title { font-size: 1.4em; margin-bottom: 10px; color: #e44d26; } .page-tl88-com__section--dark .page-tl88-com__promo-title { color: #f8f8f8; } .page-tl88-com__promo-description { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-tl88-com__section--dark .page-tl88-com__promo-description { color: #ccc; } .page-tl88-com__payment-grid, .page-tl88-com__provider-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-tl88-com__logo-item { background-color: #f0f0f0; padding: 15px 20px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); display: flex; align-items: center; justify-content: center; min-width: 120px; height: 80px; box-sizing: border-box; } .page-tl88-com__section--dark .page-tl88-com__logo-item { background-color: #555; } .page-tl88-com__logo-item img { max-width: 100%; max-height: 100%; object-fit: contain; } .page-tl88-com__faq-list { list-style: none; padding: 0; margin-top: 30px; } .page-tl88-com__faq-item { background-color: #f9f9f9; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } .page-tl88-com__section--dark .page-tl88-com__faq-item { background-color: #444; } .page-tl88-com__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #eee; transition: background-color 0.3s ease; user-select: none; } .page-tl88-com__section--dark .page-tl88-com__faq-question { background-color: #555; } .page-tl88-com__faq-question:hover { background-color: #e0e0e0; } .page-tl88-com__section--dark .page-tl88-com__faq-question:hover { background-color: #666; } .page-tl88-com__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-tl88-com__section--dark .page-tl88-com__faq-question h3 { color: #f0f0f0; } .page-tl88-com__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e44d26; transition: transform 0.3s ease; pointer-events: none; } .page-tl88-com__faq-item.active .page-tl88-com__faq-toggle { transform: rotate(45deg); } .page-tl88-com__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; color: #555; } .page-tl88-com__section--dark .page-tl88-com__faq-answer { color: #ccc; } .page-tl88-com__faq-item.active .page-tl88-com__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-tl88-com__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-tl88-com__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease; } .page-tl88-com__section--dark .page-tl88-com__blog-card { background-color: #444; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-tl88-com__blog-card:hover { transform: translateY(-7px); } .page-tl88-com__blog-image { width: 100%; height: 180px; object-fit: cover; } .page-tl88-com__blog-content { padding: 20px; } .page-tl88-com__blog-title { font-size: 1.2em; margin-bottom: 10px; color: #e44d26; } .page-tl88-com__section--dark .page-tl88-com__blog-title { color: #f8f8f8; } .page-tl88-com__blog-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-tl88-com__section--dark .page-tl88-com__blog-excerpt { color: #ccc; } .page-tl88-com__blog-date { font-size: 0.8em; color: #999; } .page-tl88-com__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-tl88-com__floating-button { background-color: #e44d26; color: #fff; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease, transform 0.2s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); display: flex; align-items: center; justify-content: center; min-width: 120px; } .page-tl88-com__floating-button:hover { background-color: #ff6f40; transform: scale(1.05); } @media (max-width: 768px) { .page-tl88-com__hero-section { height: 400px; padding-top: 10px; } .page-tl88-com__hero-title { font-size: 2em; } .page-tl88-com__hero-subtitle { font-size: 1em; } .page-tl88-com__cta-buttons { flex-direction: column; gap: 15px; } .page-tl88-com__cta-button { width: 100%; max-width: 250px; } .page-tl88-com__section { padding: 30px 15px; margin-bottom: 15px; } .page-tl88-com__section-title { font-size: 1.6em; margin-bottom: 20px; } .page-tl88-com__text-content { font-size: 1em; margin-bottom: 15px; } .page-tl88-com__feature-item { flex: 1 1 100%; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-tl88-com__feature-list, .page-tl88-com__game-grid, .page-tl88-com__promotion-grid, .page-tl88-com__blog-grid { gap: 15px; margin-top: 20px; padding: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-tl88-com__game-card, .page-tl88-com__promo-card, .page-tl88-com__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-tl88-com__game-image, .page-tl88-com__promo-image, .page-tl88-com__blog-image { height: 150px; max-width: 100%; height: auto; } .page-tl88-com__game-content, .page-tl88-com__promo-content, .page-tl88-com__blog-content { padding: 15px; } .page-tl88-com__game-title, .page-tl88-com__promo-title { font-size: 1.2em; } .page-tl88-com__faq-question { padding: 15px 20px; } .page-tl88-com__faq-question h3 { font-size: 1em; } .page-tl88-com__faq-answer { padding: 0 20px; } .page-tl88-com__faq-item.active .page-tl88-com__faq-answer { padding: 15px 20px !important; } .page-tl88-com__floating-buttons { bottom: 15px; right: 15px; } .page-tl88-com__floating-button { padding: 8px 15px; font-size: 0.9em; min-width: 100px; } .page-tl88-com__payment-grid, .page-tl88-com__provider-grid { gap: 10px; } .page-tl88-com__logo-item { min-width: 100px; height: 70px; padding: 10px; } } @media (max-width: 480px) { .page-tl88-com__hero-section { height: 350px; } .page-tl88-com__hero-title { font-size: 1.8em; } .page-tl88-com__hero-subtitle { font-size: 0.9em; } .page-tl88-com__floating-buttons { bottom: 10px; right: 10px; gap: 8px; } .page-tl88-com__floating-button { font-size: 0.85em; min-width: 90px; } }