.page-is-tongits-go-legal { font-family: 'Arial', sans-serif; color: #333; background-color: #f8f8f8; line-height: 1.6; padding-top: var(--header-offset, 122px); } .page-is-tongits-go-legal__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-is-tongits-go-legal__hero-section { position: relative; width: 100%; height: 400px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding: 10px 0; } .page-is-tongits-go-legal__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-is-tongits-go-legal__hero-content { z-index: 1; background-color: rgba(0, 0, 0, 0.5); padding: 30px; border-radius: 10px; max-width: 800px; } .page-is-tongits-go-legal__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #fff; } .page-is-tongits-go-legal__hero-description { font-size: 1.2em; margin-bottom: 25px; } .page-is-tongits-go-legal__cta-button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-is-tongits-go-legal__cta-button:hover { background-color: #0056b3; } .page-is-tongits-go-legal__section { padding: 40px 0; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-is-tongits-go-legal__section--alt { background-color: #e9ecef; } .page-is-tongits-go-legal__section-title { font-size: 2em; color: #007bff; text-align: center; margin-bottom: 30px; } .page-is-tongits-go-legal__content-block { display: flex; align-items: center; margin-bottom: 30px; gap: 30px; } .page-is-tongits-go-legal__content-block--reverse { flex-direction: row-reverse; } .page-is-tongits-go-legal__content-text { flex: 1; } .page-is-tongits-go-legal__content-image { flex: 1; border-radius: 8px; overflow: hidden; } .page-is-tongits-go-legal__content-image img { max-width: 100%; height: auto; display: block; border-radius: 8px; } .page-is-tongits-go-legal__list { list-style: none; padding: 0; margin: 20px 0; display: flex; flex-wrap: wrap; gap: 20px; } .page-is-tongits-go-legal__list-item { background-color: #f1f1f1; padding: 15px; border-left: 5px solid #007bff; border-radius: 5px; flex: 1 1 calc(33% - 20px); box-sizing: border-box; word-wrap: break-word; overflow-wrap: break-word; } .page-is-tongits-go-legal__list-item strong { color: #0056b3; } .page-is-tongits-go-legal__faq-section { padding: 40px 0; background-color: #f8f8f8; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-is-tongits-go-legal__faq-item { border-bottom: 1px solid #eee; margin-bottom: 10px; } .page-is-tongits-go-legal__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #f0f0f0; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-is-tongits-go-legal__faq-question:hover { background-color: #e0e0e0; } .page-is-tongits-go-legal__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-is-tongits-go-legal__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; pointer-events: none; transition: transform 0.3s ease; } .page-is-tongits-go-legal__faq-item.active .page-is-tongits-go-legal__faq-toggle { transform: rotate(45deg); } .page-is-tongits-go-legal__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #fff; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-is-tongits-go-legal__faq-item.active .page-is-tongits-go-legal__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-is-tongits-go-legal__conclusion-section { text-align: center; padding: 40px 0; background-color: #007bff; color: #fff; border-radius: 8px; } .page-is-tongits-go-legal__conclusion-title { font-size: 2.2em; margin-bottom: 20px; } .page-is-tongits-go-legal__conclusion-text { font-size: 1.1em; margin-bottom: 30px; } @media (max-width: 768px) { .page-is-tongits-go-legal__hero-title { font-size: 2em; } .page-is-tongits-go-legal__hero-description { font-size: 1em; } .page-is-tongits-go-legal__section-title { font-size: 1.8em; } .page-is-tongits-go-legal__content-block { flex-direction: column; } .page-is-tongits-go-legal__content-block--reverse { flex-direction: column; } .page-is-tongits-go-legal__list { flex-direction: column; gap: 15px; } .page-is-tongits-go-legal__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-is-tongits-go-legal__list-item p { font-size: 0.9em; } .page-is-tongits-go-legal__faq-question { padding: 12px 15px; } .page-is-tongits-go-legal__faq-question h3 { font-size: 1em; } .page-is-tongits-go-legal__faq-answer { padding: 0 15px; } .page-is-tongits-go-legal__faq-item.active .page-is-tongits-go-legal__faq-answer { padding: 15px !important; } .page-is-tongits-go-legal__conclusion-title { font-size: 1.8em; } .page-is-tongits-go-legal__conclusion-text { font-size: 1em; } } @media (max-width: 480px) { .page-is-tongits-go-legal__hero-section { height: 300px; } .page-is-tongits-go-legal__hero-content { padding: 20px; } .page-is-tongits-go-legal__hero-title { font-size: 1.5em; } .page-is-tongits-go-legal__hero-description { font-size: 0.9em; } .page-is-tongits-go-legal__cta-button { padding: 10px 20px; font-size: 0.9em; } .page-is-tongits-go-legal__section { padding: 20px 0; } .page-is-tongits-go-legal__section-title { font-size: 1.5em; } .page-is-tongits-go-legal__container { padding: 10px; } }