html { scroll-behavior: smooth; }body { font-family: 'Roboto', sans-serif; margin: 0; padding: 0; background-color: #0f172a; color: #f8fafc; line-height: 1.6; } .page-tongits-go-game__hero { background: linear-gradient(135deg, #1e293b, #0f172a); padding: 10px 20px 60px; display: flex; flex-direction: column; align-items: center; text-align: center; overflow: hidden; position: relative; } .page-tongits-go-game__hero-content { max-width: 900px; z-index: 1; position: relative; } .page-tongits-go-game__hero-title { font-size: 2.8em; color: #e2e8f0; margin-bottom: 20px; line-height: 1.2; font-weight: 700; } .page-tongits-go-game__highlight { color: #facc15; } .page-tongits-go-game__hero-description { font-size: 1.2em; color: #cbd5e1; margin-bottom: 30px; max-width: 700px; } .page-tongits-go-game__cta-button { display: inline-block; background-color: #facc15; color: #1e293b; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-tongits-go-game__cta-button:hover { background-color: #eab308; transform: translateY(-2px); } .page-tongits-go-game__hero-image-wrapper { margin-top: 40px; max-width: 100%; overflow: hidden; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); } .page-tongits-go-game__hero-image-wrapper img { max-width: 100%; height: auto; display: block; } .page-tongits-go-game__features-section, .page-tongits-go-game__gameplay-section, .page-tongits-go-game__gallery-section, .page-tongits-go-game__faq-section, .page-tongits-go-game__call-to-action { padding: 60px 20px; text-align: center; max-width: 1200px; margin: 0 auto; } .page-tongits-go-game__section-title { font-size: 2.2em; color: #e2e8f0; margin-bottom: 40px; font-weight: 700; } .page-tongits-go-game__section-intro { font-size: 1.1em; color: #cbd5e1; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-tongits-go-game__features-grid, .page-tongits-go-game__steps-grid, .page-tongits-go-game__gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-tongits-go-game__feature-item, .page-tongits-go-game__step-item, .page-tongits-go-game__gallery-item { background-color: #1e293b; padding: 30px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; text-align: center; box-sizing: border-box; } .page-tongits-go-game__feature-item:hover, .page-tongits-go-game__gallery-item:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); } .page-tongits-go-game__feature-item img, .page-tongits-go-game__gallery-item img { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; min-width: 200px; min-height: 200px; object-fit: cover; } .page-tongits-go-game__feature-title, .page-tongits-go-game__step-title { font-size: 1.4em; color: #f8fafc; margin-bottom: 15px; font-weight: 600; } .page-tongits-go-game__feature-description, .page-tongits-go-game__step-description, .page-tongits-go-game__gallery-caption { font-size: 1em; color: #cbd5e1; } .page-tongits-go-game__step-number { background-color: #facc15; color: #1e293b; border-radius: 50%; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; font-size: 1.5em; font-weight: bold; margin-bottom: 20px; } .page-tongits-go-game__cta-wrapper { margin-top: 50px; } .page-tongits-go-game__cta-button--secondary { background-color: #4f46e5; color: #f8fafc; } .page-tongits-go-game__cta-button--secondary:hover { background-color: #4338ca; } .page-tongits-go-game__gallery-caption { margin-top: 10px; font-style: italic; color: #a0aec0; } .page-tongits-go-game__faq-list { margin-top: 40px; text-align: left; } .page-tongits-go-game__faq-item { background-color: #1e293b; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-tongits-go-game__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #2d3748; transition: background-color 0.3s ease; user-select: none; } .page-tongits-go-game__faq-question:hover { background-color: #4a5568; } .page-tongits-go-game__faq-title { font-size: 1.2em; color: #f8fafc; margin: 0; font-weight: 600; } .page-tongits-go-game__faq-toggle { font-size: 1.8em; color: #facc15; font-weight: bold; transition: transform 0.3s ease; } .page-tongits-go-game__faq-item.active .page-tongits-go-game__faq-toggle { transform: rotate(45deg); } .page-tongits-go-game__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-tongits-go-game__faq-item.active .page-tongits-go-game__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-tongits-go-game__faq-answer p { margin: 0; color: #cbd5e1; font-size: 1em; } .page-tongits-go-game__call-to-action { background: linear-gradient(135deg, #4f46e5, #3b82f6); padding: 80px 20px; border-radius: 12px; margin-bottom: 60px; } .page-tongits-go-game__call-to-action .page-tongits-go-game__section-title { color: #f8fafc; margin-bottom: 20px; } .page-tongits-go-game__cta-text { font-size: 1.3em; color: #e0e7ff; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } @media (max-width: 768px) { .page-tongits-go-game__hero { padding: 10px 15px 40px; } .page-tongits-go-game__hero-title { font-size: 2em; } .page-tongits-go-game__hero-description { font-size: 1em; } .page-tongits-go-game__cta-button { padding: 12px 25px; font-size: 1em; } .page-tongits-go-game__features-section, .page-tongits-go-game__gameplay-section, .page-tongits-go-game__gallery-section, .page-tongits-go-game__faq-section, .page-tongits-go-game__call-to-action { padding: 40px 15px; } .page-tongits-go-game__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-tongits-go-game__features-grid, .page-tongits-go-game__steps-grid, .page-tongits-go-game__gallery-grid { grid-template-columns: 1fr; gap: 20px; } .page-tongits-go-game__feature-item, .page-tongits-go-game__step-item, .page-tongits-go-game__gallery-item { padding: 20px; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-tongits-go-game__feature-item img, .page-tongits-go-game__gallery-item img { min-width: 200px; min-height: 200px; } .page-tongits-go-game__feature-title, .page-tongits-go-game__step-title { font-size: 1.2em; } .page-tongits-go-game__faq-question { padding: 15px 20px; } .page-tongits-go-game__faq-title { font-size: 1.1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-tongits-go-game__faq-answer { padding: 0 20px; } .page-tongits-go-game__faq-item.active .page-tongits-go-game__faq-answer { padding: 15px 20px !important; } .page-tongits-go-game__call-to-action { padding: 60px 15px; } .page-tongits-go-game__cta-text { font-size: 1.1em; } } @media (max-width: 480px) { .page-tongits-go-game__hero-title { font-size: 1.8em; } .page-tongits-go-game__section-title { font-size: 1.6em; } .page-tongits-go-game__faq-toggle { font-size: 1.5em; } }