.page-tongits-star-ios { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-tongits-star-ios__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-tongits-star-ios__container { padding: 10px; } } .page-tongits-star-ios__hero-section { background: linear-gradient(135deg, #ff6b6b 0%, #ffa500 100%); color: #fff; padding: 60px 20px; text-align: center; border-radius: 15px; margin-bottom: 40px; position: relative; overflow: hidden; padding-top: 10px; } @media (max-width: 768px) { .page-tongits-star-ios__hero-section { padding: 40px 15px 20px; } } .page-tongits-star-ios__hero-title { font-size: 3em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } @media (max-width: 768px) { .page-tongits-star-ios__hero-title { font-size: 2.2em; } } .page-tongits-star-ios__hero-description { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } @media (max-width: 768px) { .page-tongits-star-ios__hero-description { font-size: 1em; } } .page-tongits-star-ios__btn { display: inline-block; background-color: #4CAF50; color: white; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; font-size: 1em; } .page-tongits-star-ios__btn:hover { background-color: #45a049; transform: translateY(-2px); } .page-tongits-star-ios__image-wrapper { margin-top: 30px; display: flex; justify-content: center; align-items: center; width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-tongits-star-ios__image-wrapper img { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); display: block; } @media (max-width: 768px) { .page-tongits-star-ios__image-wrapper img { border-radius: 5px; } } .page-tongits-star-ios__section-heading { text-align: center; font-size: 2.5em; color: #333; margin-bottom: 30px; position: relative; padding-bottom: 10px; } .page-tongits-star-ios__section-heading::after { content: ''; display: block; width: 60px; height: 4px; background-color: #ffa500; margin: 10px auto 0; border-radius: 2px; } @media (max-width: 768px) { .page-tongits-star-ios__section-heading { font-size: 1.8em; margin-bottom: 20px; } } .page-tongits-star-ios__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 40px; } @media (max-width: 768px) { .page-tongits-star-ios__features-grid { grid-template-columns: 1fr; gap: 20px; } } .page-tongits-star-ios__feature-card { background-color: #fff; padding: 25px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.3s ease; } .page-tongits-star-ios__feature-card:hover { transform: translateY(-5px); } .page-tongits-star-ios__feature-card h3 { font-size: 1.5em; color: #ff6b6b; margin-top: 15px; margin-bottom: 10px; } .page-tongits-star-ios__feature-card p { font-size: 1em; color: #555; } .page-tongits-star-ios__how-to-list { list-style: none; padding: 0; margin-bottom: 40px; } .page-tongits-star-ios__how-to-item { background-color: #fff; margin-bottom: 20px; padding: 25px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); display: flex; align-items: center; } @media (max-width: 768px) { .page-tongits-star-ios__how-to-item { flex-direction: column; text-align: center; padding: 20px; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } .page-tongits-star-ios__step-number { font-size: 2em; font-weight: bold; color: #ffa500; margin-right: 20px; min-width: 50px; text-align: center; } @media (max-width: 768px) { .page-tongits-star-ios__step-number { margin-right: 0; margin-bottom: 10px; } } .page-tongits-star-ios__step-content h3 { font-size: 1.5em; color: #333; margin-top: 0; margin-bottom: 10px; } .page-tongits-star-ios__step-content p { font-size: 1em; color: #555; margin-bottom: 0; } .page-tongits-star-ios__promotions-section { background-color: #f0f0f0; padding: 40px 20px; text-align: center; border-radius: 15px; margin-bottom: 40px; } .page-tongits-star-ios__promo-description { font-size: 1.1em; max-width: 800px; margin: 0 auto 30px; color: #555; } .page-tongits-star-ios__faq-section { margin-bottom: 40px; } .page-tongits-star-ios__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 10px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-tongits-star-ios__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #f0f0f0; transition: background-color 0.3s ease; } .page-tongits-star-ios__faq-question:hover { background-color: #e0e0e0; } .page-tongits-star-ios__faq-question h3 { font-size: 1.2em; color: #333; margin: 0; pointer-events: none; } .page-tongits-star-ios__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffa500; min-width: 20px; text-align: center; pointer-events: none; transition: transform 0.3s ease; } .page-tongits-star-ios__faq-item.active .page-tongits-star-ios__faq-toggle { transform: rotate(45deg); } .page-tongits-star-ios__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; 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-star-ios__faq-item.active .page-tongits-star-ios__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-tongits-star-ios__faq-answer p { margin-bottom: 0; color: #555; } .page-tongits-star-ios__final-cta-section { text-align: center; padding: 40px 20px; background-color: #ff6b6b; color: #fff; border-radius: 15px; margin-top: 40px; } .page-tongits-star-ios__final-cta-section h2 { font-size: 2.5em; margin-bottom: 20px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); } @media (max-width: 768px) { .page-tongits-star-ios__final-cta-section h2 { font-size: 1.8em; } } .page-tongits-star-ios__final-cta-section .page-tongits-star-ios__btn { background-color: #ffa500; } .page-tongits-star-ios__final-cta-section .page-tongits-star-ios__btn:hover { background-color: #e69500; } .page-tongits-star-ios__feature-card img { max-width: 200px; height: auto; margin-bottom: 10px; } @media (max-width: 768px) { .page-tongits-star-ios__how-to-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }