.page-play-tongits-pro { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-play-tongits-pro__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-play-tongits-pro__container { padding: 15px; } } .page-play-tongits-pro__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:tongits,cards,gaming]') no-repeat center center/cover; padding: 10px 0 80px; text-align: center; color: #fff; position: relative; overflow: hidden; } .page-play-tongits-pro__hero-content { max-width: 900px; margin: 0 auto; padding: 40px 20px; position: relative; z-index: 1; } .page-play-tongits-pro__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-play-tongits-pro__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-play-tongits-pro__btn { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-play-tongits-pro__btn:hover { background-color: #ff6f40; } @media (max-width: 768px) { .page-play-tongits-pro__hero-section { padding-bottom: 60px; } .page-play-tongits-pro__hero-title { font-size: 2.5em; } .page-play-tongits-pro__hero-subtitle { font-size: 1.2em; } .page-play-tongits-pro__btn { padding: 12px 25px; font-size: 1em; } } .page-play-tongits-pro__section { padding: 60px 0; background-color: #222; margin-bottom: 20px; } .page-play-tongits-pro__section--alt { background-color: #1a1a1a; } .page-play-tongits-pro__section-title { font-size: 2.5em; color: #e44d26; text-align: center; margin-bottom: 40px; } .page-play-tongits-pro__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; text-align: center; } .page-play-tongits-pro__intro-item { background-color: #333; padding: 30px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-play-tongits-pro__intro-item h3 { color: #e44d26; margin-bottom: 15px; font-size: 1.5em; } .page-play-tongits-pro__intro-item p { color: #ccc; } @media (max-width: 768px) { .page-play-tongits-pro__section { padding: 40px 0; } .page-play-tongits-pro__section-title { font-size: 2em; margin-bottom: 30px; } .page-play-tongits-pro__intro-item { padding: 20px; } .page-play-tongits-pro__intro-item h3 { font-size: 1.3em; } } .page-play-tongits-pro__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; text-align: center; } .page-play-tongits-pro__quick-access-item { background-color: #e44d26; color: #fff; padding: 20px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); } .page-play-tongits-pro__quick-access-item:hover { background-color: #ff6f40; } @media (max-width: 768px) { .page-play-tongits-pro__quick-access-grid { grid-template-columns: 1fr; } .page-play-tongits-pro__quick-access-item { padding: 15px; } } .page-play-tongits-pro__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-play-tongits-pro__game-card { background-color: #333; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); text-align: center; display: flex; flex-direction: column; } .page-play-tongits-pro__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-play-tongits-pro__game-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-play-tongits-pro__game-card-title { font-size: 1.4em; color: #e44d26; margin-bottom: 10px; } .page-play-tongits-pro__game-card-description { color: #ccc; margin-bottom: 15px; font-size: 0.95em; } .page-play-tongits-pro__game-card .page-play-tongits-pro__btn { width: 100%; padding: 10px 0; font-size: 0.9em; } @media (max-width: 768px) { .page-play-tongits-pro__games-grid { grid-template-columns: 1fr; } .page-play-tongits-pro__game-card-image { height: 180px; } } .page-play-tongits-pro__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-play-tongits-pro__promo-card { background-color: #333; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); text-align: left; } .page-play-tongits-pro__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-play-tongits-pro__promo-card-content { padding: 20px; } .page-play-tongits-pro__promo-card-title { font-size: 1.4em; color: #e44d26; margin-bottom: 10px; } .page-play-tongits-pro__promo-card-description { color: #ccc; margin-bottom: 20px; font-size: 0.95em; } @media (max-width: 768px) { .page-play-tongits-pro__promo-grid { grid-template-columns: 1fr; } .page-play-tongits-pro__promo-card-image { height: 180px; } } .page-play-tongits-pro__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; text-align: center; } .page-play-tongits-pro__security-item { background-color: #333; padding: 30px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-play-tongits-pro__security-item h3 { color: #e44d26; margin-bottom: 15px; font-size: 1.5em; } .page-play-tongits-pro__security-item p { color: #ccc; } .page-play-tongits-pro__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-play-tongits-pro__payment-provider-logo { height: 50px; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-play-tongits-pro__payment-provider-logo:hover { filter: grayscale(0%); opacity: 1; } @media (max-width: 768px) { .page-play-tongits-pro__security-grid { grid-template-columns: 1fr; } .page-play-tongits-pro__security-item { padding: 20px; } .page-play-tongits-pro__payment-provider-logo { height: 40px; } } .page-play-tongits-pro__faq-item { margin-bottom: 15px; background-color: #333; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); } .page-play-tongits-pro__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; background-color: #444; color: #fff; font-weight: bold; transition: background-color 0.3s ease; } .page-play-tongits-pro__faq-question:hover { background-color: #555; } .page-play-tongits-pro__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; color: #fff; } .page-play-tongits-pro__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-play-tongits-pro__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-play-tongits-pro__faq-item.active .page-play-tongits-pro__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-play-tongits-pro__faq-item.active .page-play-tongits-pro__faq-toggle { transform: rotate(45deg); } @media (max-width: 768px) { .page-play-tongits-pro__faq-question { padding: 15px; } .page-play-tongits-pro__faq-question h3 { font-size: 1em; } .page-play-tongits-pro__faq-answer { padding: 0 15px; } .page-play-tongits-pro__faq-item.active .page-play-tongits-pro__faq-answer { padding: 15px !important; } } .page-play-tongits-pro__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-play-tongits-pro__blog-card { background-color: #333; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); text-align: left; display: flex; flex-direction: column; } .page-play-tongits-pro__blog-card-image { width: 100%; height: 180px; object-fit: cover; } .page-play-tongits-pro__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-play-tongits-pro__blog-card-title { font-size: 1.2em; color: #e44d26; margin-bottom: 10px; } .page-play-tongits-pro__blog-card-title a { text-decoration: none; color: #e44d26; transition: color 0.3s ease; } .page-play-tongits-pro__blog-card-title a:hover { color: #ff6f40; } .page-play-tongits-pro__blog-card-excerpt { color: #ccc; font-size: 0.9em; margin-bottom: 15px; } .page-play-tongits-pro__blog-card-date { font-size: 0.8em; color: #888; text-align: right; } @media (max-width: 768px) { .page-play-tongits-pro__blog-grid { grid-template-columns: 1fr; } .page-play-tongits-pro__blog-card-image { height: 150px; } } .page-play-tongits-pro__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-play-tongits-pro__floating-button { background-color: #e44d26; color: #fff; border-radius: 50%; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; font-size: 0.8em; font-weight: bold; text-decoration: none; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.2s ease; } .page-play-tongits-pro__floating-button:hover { background-color: #ff6f40; transform: scale(1.05); } @media (max-width: 768px) { .page-play-tongits-pro__floating-buttons { bottom: 15px; right: 15px; } .page-play-tongits-pro__floating-button { width: 45px; height: 45px; font-size: 0.75em; } }