.page-tongits-2021 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-tongits-2021__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-tongits-2021__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); background-size: cover; background-position: center; text-align: center; padding: 100px 20px 60px; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 40px; padding-top: calc(var(--header-offset, 122px) + 10px); } .page-tongits-2021__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-tongits-2021__hero-content { position: relative; z-index: 1; } .page-tongits-2021__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-tongits-2021__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #fff; max-width: 800px; margin-left: auto; margin-right: auto; } .page-tongits-2021__cta-button { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-tongits-2021__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-tongits-2021__section { padding: 40px 20px; margin-bottom: 40px; background-color: #2a2a4a; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-tongits-2021__section-title { font-size: 2.5em; color: #ffcc00; text-align: center; margin-bottom: 30px; } .page-tongits-2021__content { font-size: 1.1em; line-height: 1.8; color: #e0e0e0; } .page-tongits-2021__content p { margin-bottom: 15px; } .page-tongits-2021__content strong { color: #ffcc00; } .page-tongits-2021__image-wrapper { text-align: center; margin: 30px 0; } .page-tongits-2021__image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); } .page-tongits-2021__list { list-style: none; padding: 0; margin: 20px 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; } .page-tongits-2021__list-item { background-color: #3a3a5a; padding: 20px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; box-sizing: border-box; } .page-tongits-2021__list-item:hover { transform: translateY(-5px); } .page-tongits-2021__list-item h3 { color: #ffcc00; margin-top: 0; font-size: 1.4em; } .page-tongits-2021__list-item p { color: #ccc; } .page-tongits-2021__faq-section { background-color: #1f1f3a; padding: 40px 20px; border-radius: 10px; margin-bottom: 40px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-tongits-2021__faq-item { margin-bottom: 15px; border: 1px solid #444; border-radius: 8px; overflow: hidden; } .page-tongits-2021__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #3a3a5a; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-tongits-2021__faq-question:hover { background-color: #4a4a6a; } .page-tongits-2021__faq-question h3 { margin: 0; font-size: 1.3em; color: #ffcc00; pointer-events: none; } .page-tongits-2021__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-tongits-2021__faq-item.active .page-tongits-2021__faq-toggle { transform: rotate(45deg); } .page-tongits-2021__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #2a2a4a; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #e0e0e0; } .page-tongits-2021__faq-item.active .page-tongits-2021__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-tongits-2021__cta-final-section { text-align: center; padding: 50px 20px; background-color: #2a2a4a; border-radius: 10px; margin-bottom: 40px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-tongits-2021__cta-final-title { font-size: 2.8em; color: #ffcc00; margin-bottom: 20px; } .page-tongits-2021__cta-final-text { font-size: 1.3em; color: #e0e0e0; margin-bottom: 30px; } @media (max-width: 768px) { .page-tongits-2021__hero-title { font-size: 2.5em; } .page-tongits-2021__hero-subtitle { font-size: 1.2em; } .page-tongits-2021__cta-button { padding: 12px 25px; font-size: 1em; } .page-tongits-2021__section-title { font-size: 2em; } .page-tongits-2021__content { font-size: 1em; } .page-tongits-2021__list { grid-template-columns: 1fr; } .page-tongits-2021__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-tongits-2021__list-item p, .page-tongits-2021__list-item h3 { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-tongits-2021__faq-question h3 { font-size: 1.1em; } .page-tongits-2021__faq-answer { padding: 15px !important; } .page-tongits-2021__cta-final-title { font-size: 2em; } .page-tongits-2021__cta-final-text { font-size: 1.1em; } .page-tongits-2021__container { padding: 10px; } .page-tongits-2021__hero-section { padding-top: calc(var(--header-offset, 122px) + 10px); } } @media (max-width: 480px) { .page-tongits-2021__hero-section { padding: 80px 15px 40px; } .page-tongits-2021__hero-title { font-size: 2em; } .page-tongits-2021__hero-subtitle { font-size: 1em; } .page-tongits-2021__section, .page-tongits-2021__faq-section, .page-tongits-2021__cta-final-section { padding: 30px 15px; margin-bottom: 30px; } .page-tongits-2021__section-title { font-size: 1.8em; } .page-tongits-2021__faq-question { padding: 12px 15px; } .page-tongits-2021__faq-question h3 { font-size: 1em; } .page-tongits-2021__faq-toggle { font-size: 1.5em; } } .page-tongits-2021 img { max-width: 100%; height: auto; box-sizing: border-box; } .page-tongits-2021__image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } @media (max-width: 768px) { .page-tongits-2021 img { max-width: 100% !important; height: auto !important; } .page-tongits-2021__image-wrapper { width: 100% !important; max-width: 100% !important; } }