.page-tongits-offline-unlimited-money { font-family: 'Arial', sans-serif; color: #eee; background-color: #0d0d0d; line-height: 1.6; } .page-tongits-offline-unlimited-money__section-title { font-size: 2.5em; color: #ffcc00; text-align: center; margin-bottom: 40px; padding-top: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-tongits-offline-unlimited-money__section-title .highlight { color: #fff; } .page-tongits-offline-unlimited-money__hero-section { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background: linear-gradient(135deg, #1a1a1a, #333333); padding: 10px 20px 60px; min-height: 80vh; position: relative; overflow: hidden; box-sizing: border-box; } .page-tongits-offline-unlimited-money__hero-content { z-index: 2; max-width: 900px; margin-bottom: 40px; } .page-tongits-offline-unlimited-money__hero-title { font-size: 3.8em; color: #fff; margin-bottom: 20px; line-height: 1.1; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); } .page-tongits-offline-unlimited-money__hero-title .highlight { color: #ffcc00; } .page-tongits-offline-unlimited-money__hero-subtitle { font-size: 1.5em; color: #ccc; margin-bottom: 30px; } .page-tongits-offline-unlimited-money__cta-button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 40px; border-radius: 50px; text-decoration: none; font-size: 1.4em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 5px 15px rgba(255, 204, 0, 0.4); } .page-tongits-offline-unlimited-money__cta-button:hover { background-color: #ffe066; transform: translateY(-3px); } .page-tongits-offline-unlimited-money__hero-image-container { position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; display: flex; justify-content: center; align-items: flex-end; z-index: 1; } .page-tongits-offline-unlimited-money__hero-image { max-width: 100%; height: auto; object-fit: contain; } .page-tongits-offline-unlimited-money__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: #1a1a1a; color: #fff; } .page-tongits-offline-unlimited-money__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 1200px; } .page-tongits-offline-unlimited-money__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-tongits-offline-unlimited-money__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-tongits-offline-unlimited-money__intro-section { padding: 80px 20px; text-align: center; background-color: #1a1a1a; } .page-tongits-offline-unlimited-money__intro-text { max-width: 900px; margin: 0 auto 50px; font-size: 1.1em; color: #ccc; } .page-tongits-offline-unlimited-money__intro-text .highlight { color: #ffcc00; } .page-tongits-offline-unlimited-money__intro-features { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; max-width: 1200px; margin: 0 auto 50px; } .page-tongits-offline-unlimited-money__feature-item { background-color: #2a2a2a; padding: 30px; border-radius: 10px; flex: 1 1 calc(33% - 40px); max-width: calc(33% - 40px); box-sizing: border-box; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-tongits-offline-unlimited-money__feature-icon { max-width: 100px; height: auto; margin-bottom: 20px; } .page-tongits-offline-unlimited-money__feature-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 15px; } .page-tongits-offline-unlimited-money__feature-description { font-size: 0.95em; color: #bbb; } .page-tongits-offline-unlimited-money__cta-button--small { padding: 12px 30px; font-size: 1.2em; } .page-tongits-offline-unlimited-money__quick-access-section { padding: 60px 20px; background-color: #222; text-align: center; } .page-tongits-offline-unlimited-money__links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; } .page-tongits-offline-unlimited-money__access-link { display: block; background-color: #333; color: #ffcc00; padding: 20px; border-radius: 8px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); } .page-tongits-offline-unlimited-money__access-link:hover { background-color: #444; transform: translateY(-2px); } .page-tongits-offline-unlimited-money__games-section { padding: 80px 20px; background-color: #0d0d0d; text-align: center; } .page-tongits-offline-unlimited-money__games-intro { max-width: 900px; margin: 0 auto 50px; font-size: 1.1em; color: #ccc; } .page-tongits-offline-unlimited-money__games-intro .highlight { color: #ffcc00; } .page-tongits-offline-unlimited-money__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-tongits-offline-unlimited-money__game-card { background-color: #1a1a1a; 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-offline-unlimited-money__game-card:hover { transform: translateY(-5px); } .page-tongits-offline-unlimited-money__game-image { width: 100%; height: 200px; object-fit: cover; } .page-tongits-offline-unlimited-money__game-title { font-size: 1.4em; color: #ffcc00; padding: 15px 20px 0; } .page-tongits-offline-unlimited-money__game-description { font-size: 0.9em; color: #bbb; padding: 0 20px 15px; } .page-tongits-offline-unlimited-money__game-button { display: block; background-color: #ffcc00; color: #1a1a1a; padding: 10px 20px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border-radius: 0 0 10px 10px; } .page-tongits-offline-unlimited-money__game-button:hover { background-color: #ffe066; } .page-tongits-offline-unlimited-money__promo-section { padding: 80px 20px; background-color: #222; text-align: center; } .page-tongits-offline-unlimited-money__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-tongits-offline-unlimited-money__promo-card { background-color: #1a1a1a; 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-offline-unlimited-money__promo-card:hover { transform: translateY(-5px); } .page-tongits-offline-unlimited-money__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-tongits-offline-unlimited-money__promo-title { font-size: 1.5em; color: #ffcc00; padding: 15px 20px 0; } .page-tongits-offline-unlimited-money__promo-description { font-size: 0.95em; color: #bbb; padding: 0 20px 15px; } .page-tongits-offline-unlimited-money__promo-description .highlight { color: #ffcc00; } .page-tongits-offline-unlimited-money__promo-button { display: block; background-color: #ffcc00; color: #1a1a1a; padding: 12px 20px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border-radius: 0 0 10px 10px; } .page-tongits-offline-unlimited-money__promo-button:hover { background-color: #ffe066; } .page-tongits-offline-unlimited-money__security-section { padding: 80px 20px; background-color: #0d0d0d; } .page-tongits-offline-unlimited-money__security-content { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; max-width: 1200px; margin: 0 auto; } .page-tongits-offline-unlimited-money__security-text { flex: 2 1 60%; min-width: 300px; color: #ccc; font-size: 1.1em; } .page-tongits-offline-unlimited-money__security-text .highlight { color: #ffcc00; } .page-tongits-offline-unlimited-money__contact-options { flex: 1 1 30%; min-width: 250px; background-color: #1a1a1a; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-tongits-offline-unlimited-money__contact-title { font-size: 1.8em; color: #ffcc00; margin-bottom: 25px; } .page-tongits-offline-unlimited-money__contact-button { display: block; background-color: #ffcc00; color: #1a1a1a; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; margin-bottom: 15px; transition: background-color 0.3s ease, transform 0.3s ease; } .page-tongits-offline-unlimited-money__contact-button:hover { background-color: #ffe066; transform: translateY(-2px); } .page-tongits-offline-unlimited-money__faq-section { padding: 80px 20px; background-color: #1a1a1a; } .page-tongits-offline-unlimited-money__faq-list { max-width: 900px; margin: 0 auto; } .page-tongits-offline-unlimited-money__faq-item { background-color: #2a2a2a; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); } .page-tongits-offline-unlimited-money__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #333; transition: background-color 0.3s ease; } .page-tongits-offline-unlimited-money__faq-question:hover { background-color: #444; } .page-tongits-offline-unlimited-money__faq-q-title { font-size: 1.2em; color: #ffcc00; margin: 0; pointer-events: none; } .page-tongits-offline-unlimited-money__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-tongits-offline-unlimited-money__faq-item.active .page-tongits-offline-unlimited-money__faq-toggle { transform: rotate(45deg); } .page-tongits-offline-unlimited-money__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: #ccc; font-size: 0.95em; } .page-tongits-offline-unlimited-money__faq-item.active .page-tongits-offline-unlimited-money__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-tongits-offline-unlimited-money__faq-answer p { margin: 0; } .page-tongits-offline-unlimited-money__faq-answer .highlight { color: #ffcc00; } .page-tongits-offline-unlimited-money__blog-section { padding: 80px 20px; background-color: #222; text-align: center; } .page-tongits-offline-unlimited-money__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-tongits-offline-unlimited-money__blog-card { background-color: #1a1a1a; 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-offline-unlimited-money__blog-card:hover { transform: translateY(-5px); } .page-tongits-offline-unlimited-money__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-tongits-offline-unlimited-money__blog-title { font-size: 1.3em; padding: 15px 20px 0; } .page-tongits-offline-unlimited-money__blog-title a { color: #ffcc00; text-decoration: none; transition: color 0.3s ease; display: block; } .page-tongits-offline-unlimited-money__blog-title a:hover { color: #ffe066; } .page-tongits-offline-unlimited-money__blog-excerpt { font-size: 0.9em; color: #bbb; padding: 0 20px 15px; } .page-tongits-offline-unlimited-money__blog-excerpt .highlight { color: #ffcc00; } .page-tongits-offline-unlimited-money__blog-readmore { display: block; background-color: #ffcc00; color: #1a1a1a; padding: 10px 20px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border-radius: 0 0 10px 10px; } .page-tongits-offline-unlimited-money__blog-readmore:hover { background-color: #ffe066; } @media (max-width: 1024px) { .page-tongits-offline-unlimited-money__hero-title { font-size: 3em; } .page-tongits-offline-unlimited-money__hero-subtitle { font-size: 1.3em; } .page-tongits-offline-unlimited-money__cta-button { font-size: 1.2em; padding: 12px 30px; } .page-tongits-offline-unlimited-money__intro-features, .page-tongits-offline-unlimited-money__game-categories, .page-tongits-offline-unlimited-money__promo-grid, .page-tongits-offline-unlimited-money__blog-grid { gap: 20px; } .page-tongits-offline-unlimited-money__feature-item { flex: 1 1 calc(50% - 30px); max-width: calc(50% - 30px); } } @media (max-width: 768px) { .page-tongits-offline-unlimited-money__section-title { font-size: 2em; margin-bottom: 30px; padding-top: 15px; } .page-tongits-offline-unlimited-money__hero-section { padding: 10px 15px 40px; min-height: 60vh; } .page-tongits-offline-unlimited-money__hero-title { font-size: 2.5em; margin-bottom: 15px; } .page-tongits-offline-unlimited-money__hero-subtitle { font-size: 1.1em; margin-bottom: 20px; } .page-tongits-offline-unlimited-money__cta-button { font-size: 1.1em; padding: 10px 25px; } .page-tongits-offline-unlimited-money__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 10px; } .page-tongits-offline-unlimited-money__payment-logo, .page-tongits-offline-unlimited-money__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-tongits-offline-unlimited-money__intro-section, .page-tongits-offline-unlimited-money__quick-access-section, .page-tongits-offline-unlimited-money__games-section, .page-tongits-offline-unlimited-money__promo-section, .page-tongits-offline-unlimited-money__security-section, .page-tongits-offline-unlimited-money__faq-section, .page-tongits-offline-unlimited-money__blog-section { padding: 40px 15px; } .page-tongits-offline-unlimited-money__intro-text, .page-tongits-offline-unlimited-money__games-intro, .page-tongits-offline-unlimited-money__security-text { font-size: 1em; } .page-tongits-offline-unlimited-money__intro-features { flex-direction: column; align-items: center; } .page-tongits-offline-unlimited-money__feature-item { 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-offline-unlimited-money__links-grid { grid-template-columns: 1fr; } .page-tongits-offline-unlimited-money__access-link { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; font-size: 1.1em; padding: 15px; } .page-tongits-offline-unlimited-money__game-categories, .page-tongits-offline-unlimited-money__promo-grid, .page-tongits-offline-unlimited-money__blog-grid { grid-template-columns: 1fr; } .page-tongits-offline-unlimited-money__game-image, .page-tongits-offline-unlimited-money__promo-image, .page-tongits-offline-unlimited-money__blog-image { max-width: 100% !important; height: auto !important; width: 100% !important; object-fit: cover; } .page-tongits-offline-unlimited-money__security-content { flex-direction: column; } .page-tongits-offline-unlimited-money__contact-options { min-width: unset; width: 100%; } .page-tongits-offline-unlimited-money__faq-question { padding: 15px 20px; } .page-tongits-offline-unlimited-money__faq-q-title { font-size: 1.1em; } .page-tongits-offline-unlimited-money__faq-answer { padding: 0 20px; font-size: 0.9em; } .page-tongits-offline-unlimited-money__faq-item.active .page-tongits-offline-unlimited-money__faq-answer { padding: 15px 20px !important; } .page-tongits-offline-unlimited-money__blog-title { font-size: 1.2em; } } @media (max-width: 480px) { .page-tongits-offline-unlimited-money__hero-title { font-size: 2em; } .page-tongits-offline-unlimited-money__hero-subtitle { font-size: 1em; } .page-tongits-offline-unlimited-money__cta-button { font-size: 1em; padding: 8px 20px; } .page-tongits-offline-unlimited-money__section-title { font-size: 1.8em; } .page-tongits-offline-unlimited-money__faq-q-title { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }