.page-tongits-go-free-play { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-tongits-go-free-play__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-tongits-go-free-play__section { padding: 40px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .page-tongits-go-free-play__section:last-of-type { border-bottom: none; } .page-tongits-go-free-play__hero-section { background: linear-gradient(135deg, #0f0c29, #302b63, #24243e); padding: 10px 0 60px 0; text-align: center; position: relative; overflow: hidden; } .page-tongits-go-free-play__hero-content { position: relative; z-index: 2; color: #ffffff; max-width: 900px; margin: 0 auto; padding: 20px; } .page-tongits-go-free-play__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-tongits-go-free-play__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; } .page-tongits-go-free-play__hero-cta { display: inline-block; background-color: #e44d26; color: #ffffff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-tongits-go-free-play__hero-cta:hover { background-color: #ff6a00; transform: translateY(-3px); } .page-tongits-go-free-play__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 1; } .page-tongits-go-free-play__intro-section { background-color: #1a1a2e; text-align: center; } .page-tongits-go-free-play__intro-title { font-size: 2.2em; color: #e44d26; margin-bottom: 20px; } .page-tongits-go-free-play__intro-text { font-size: 1.1em; max-width: 800px; margin: 0 auto 30px auto; } .page-tongits-go-free-play__intro-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-tongits-go-free-play__intro-feature-item { background-color: #2a2a4a; padding: 25px; border-radius: 10px; flex: 1 1 calc(33% - 40px); max-width: calc(33% - 40px); text-align: left; box-sizing: border-box; transition: transform 0.3s ease; } .page-tongits-go-free-play__intro-feature-item:hover { transform: translateY(-5px); } .page-tongits-go-free-play__intro-feature-item h3 { color: #e44d26; margin-top: 0; font-size: 1.4em; } .page-tongits-go-free-play__quick-access-section { background-color: #24243e; text-align: center; } .page-tongits-go-free-play__quick-access-title { font-size: 2.2em; color: #e44d26; margin-bottom: 30px; } .page-tongits-go-free-play__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-tongits-go-free-play__quick-access-link { background-color: #e44d26; color: #ffffff; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-tongits-go-free-play__quick-access-link:hover { background-color: #ff6a00; transform: translateY(-3px); } .page-tongits-go-free-play__games-section { background-color: #1a1a2e; } .page-tongits-go-free-play__games-title { font-size: 2.2em; color: #e44d26; text-align: center; margin-bottom: 30px; } .page-tongits-go-free-play__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; } .page-tongits-go-free-play__game-category-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; text-align: center; flex: 1 1 calc(33% - 50px); max-width: calc(33% - 50px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-tongits-go-free-play__game-category-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-tongits-go-free-play__game-category-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-tongits-go-free-play__game-category-content { padding: 20px; } .page-tongits-go-free-play__game-category-content h3 { margin-top: 0; color: #f0f0f0; font-size: 1.5em; } .page-tongits-go-free-play__game-category-content p { color: #ccc; font-size: 0.95em; margin-bottom: 20px; } .page-tongits-go-free-play__game-category-btn { display: inline-block; background-color: #e44d26; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-tongits-go-free-play__game-category-btn:hover { background-color: #ff6a00; } .page-tongits-go-free-play__promotions-section { background-color: #24243e; text-align: center; } .page-tongits-go-free-play__promotions-title { font-size: 2.2em; color: #e44d26; margin-bottom: 30px; } .page-tongits-go-free-play__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } .page-tongits-go-free-play__promotion-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-tongits-go-free-play__promotion-card:hover { transform: translateY(-5px); } .page-tongits-go-free-play__promotion-image { width: 100%; height: 220px; object-fit: cover; } .page-tongits-go-free-play__promotion-content { padding: 20px; } .page-tongits-go-free-play__promotion-content h3 { margin-top: 0; color: #f0f0f0; font-size: 1.4em; } .page-tongits-go-free-play__promotion-content p { color: #ccc; font-size: 0.95em; margin-bottom: 20px; } .page-tongits-go-free-play__promotion-btn { display: inline-block; background-color: #e44d26; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-tongits-go-free-play__promotion-btn:hover { background-color: #ff6a00; } .page-tongits-go-free-play__security-section { background-color: #1a1a2e; text-align: center; } .page-tongits-go-free-play__security-title { font-size: 2.2em; color: #e44d26; margin-bottom: 30px; } .page-tongits-go-free-play__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-tongits-go-free-play__security-feature-item { background-color: #2a2a4a; padding: 25px; border-radius: 10px; flex: 1 1 calc(33% - 40px); max-width: calc(33% - 40px); text-align: left; box-sizing: border-box; transition: transform 0.3s ease; } .page-tongits-go-free-play__security-feature-item:hover { transform: translateY(-5px); } .page-tongits-go-free-play__security-feature-item h3 { color: #f0f0f0; margin-top: 0; font-size: 1.4em; } .page-tongits-go-free-play__security-feature-item p { color: #ccc; } .page-tongits-go-free-play__security-image { max-width: 100%; height: auto; border-radius: 10px; margin-top: 30px; } .page-tongits-go-free-play__faq-section { background-color: #24243e; } .page-tongits-go-free-play__faq-title { font-size: 2.2em; color: #e44d26; text-align: center; margin-bottom: 30px; } .page-tongits-go-free-play__faq-list { max-width: 900px; margin: 0 auto; } .page-tongits-go-free-play__faq-item { background-color: #2a2a4a; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .page-tongits-go-free-play__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #3a3a5a; transition: background-color 0.3s ease; } .page-tongits-go-free-play__faq-question:hover { background-color: #4a4a6a; } .page-tongits-go-free-play__faq-question h3 { margin: 0; font-size: 1.1em; color: #f0f0f0; pointer-events: none; } .page-tongits-go-free-play__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e44d26; transition: transform 0.3s ease; pointer-events: none; } .page-tongits-go-free-play__faq-item.active .page-tongits-go-free-play__faq-toggle { transform: rotate(45deg); } .page-tongits-go-free-play__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; color: #ccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-tongits-go-free-play__faq-item.active .page-tongits-go-free-play__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-tongits-go-free-play__blog-section { background-color: #1a1a2e; } .page-tongits-go-free-play__blog-title { font-size: 2.2em; color: #e44d26; text-align: center; margin-bottom: 30px; } .page-tongits-go-free-play__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } .page-tongits-go-free-play__blog-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-tongits-go-free-play__blog-card:hover { transform: translateY(-5px); } .page-tongits-go-free-play__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-tongits-go-free-play__blog-content { padding: 20px; } .page-tongits-go-free-play__blog-content h3 { margin-top: 0; font-size: 1.4em; } .page-tongits-go-free-play__blog-content h3 a { color: #f0f0f0; text-decoration: none; transition: color 0.3s ease; } .page-tongits-go-free-play__blog-content h3 a:hover { color: #e44d26; } .page-tongits-go-free-play__blog-content p { color: #ccc; font-size: 0.95em; } /* Floating buttons */ .page-tongits-go-free-play__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-tongits-go-free-play__floating-btn { background-color: #e44d26; color: #ffffff; width: 60px; height: 60px; border-radius: 50%; display: flex; justify-content: center; align-items: center; text-decoration: none; font-weight: bold; font-size: 0.9em; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; } .page-tongits-go-free-play__floating-btn:hover { background-color: #ff6a00; transform: scale(1.05); } /* Mobile responsiveness */ @media (max-width: 768px) { .page-tongits-go-free-play__hero-title { font-size: 2em; } .page-tongits-go-free-play__hero-subtitle { font-size: 1em; } .page-tongits-go-free-play__intro-title, .page-tongits-go-free-play__quick-access-title, .page-tongits-go-free-play__games-title, .page-tongits-go-free-play__promotions-title, .page-tongits-go-free-play__security-title, .page-tongits-go-free-play__faq-title, .page-tongits-go-free-play__blog-title { font-size: 1.8em; } .page-tongits-go-free-play__intro-features, .page-tongits-go-free-play__quick-access-links, .page-tongits-go-free-play__games-grid, .page-tongits-go-free-play__promotions-grid, .page-tongits-go-free-play__security-features, .page-tongits-go-free-play__blog-grid { flex-direction: column; gap: 15px; } .page-tongits-go-free-play__intro-feature-item, .page-tongits-go-free-play__game-category-card, .page-tongits-go-free-play__promotion-card, .page-tongits-go-free-play__security-feature-item, .page-tongits-go-free-play__blog-card { flex: 1 1 100%; max-width: 100%; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-tongits-go-free-play__intro-feature-item h3, .page-tongits-go-free-play__security-feature-item h3 { font-size: 1.2em; } .page-tongits-go-free-play__game-category-content h3, .page-tongits-go-free-play__promotion-content h3, .page-tongits-go-free-play__blog-content h3 { font-size: 1.3em; } .page-tongits-go-free-play__faq-question h3 { font-size: 1em; } .page-tongits-go-free-play__faq-answer { padding: 0 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-tongits-go-free-play__faq-item.active .page-tongits-go-free-play__faq-answer { padding: 15px !important; } .page-tongits-go-free-play__container { padding: 0 10px; } .page-tongits-go-free-play__section { padding: 30px 0; } .page-tongits-go-free-play__floating-buttons { bottom: 15px; right: 15px; gap: 10px; } .page-tongits-go-free-play__floating-btn { width: 50px; height: 50px; font-size: 0.8em; } /* Image responsiveness */ .page-tongits-go-free-play img { max-width: 100% !important; height: auto !important; } .page-tongits-go-free-play__game-category-image, .page-tongits-go-free-play__promotion-image, .page-tongits-go-free-play__blog-image { height: 180px; } } @media (max-width: 480px) { .page-tongits-go-free-play__hero-title { font-size: 1.8em; } .page-tongits-go-free-play__hero-subtitle { font-size: 0.9em; } .page-tongits-go-free-play__hero-cta { padding: 12px 25px; font-size: 1em; } }