.page-tongits-go-apple { font-family: 'Arial', sans-serif; color: #333; background-color: #f9f9f9; line-height: 1.6; } .page-tongits-go-apple__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-tongits-go-apple__section { padding: 60px 0; border-bottom: 1px solid #eee; } .page-tongits-go-apple__section:last-of-type { border-bottom: none; } .page-tongits-go-apple__section-title { font-size: 2.5em; color: #0056b3; text-align: center; margin-bottom: 40px; font-weight: bold; } .page-tongits-go-apple__section-subtitle { font-size: 1.2em; color: #666; text-align: center; margin-bottom: 60px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-tongits-go-apple__button { display: inline-block; background-color: #007bff; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; text-align: center; } .page-tongits-go-apple__button:hover { background-color: #0056b3; } .page-tongits-go-apple__hero-section { background: linear-gradient(135deg, #007bff, #00c6ff); color: #fff; text-align: center; padding: 100px 0 60px; position: relative; overflow: hidden; padding-top: 10px; } .page-tongits-go-apple__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; } .page-tongits-go-apple__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 20px; } .page-tongits-go-apple__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; } .page-tongits-go-apple__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; } .page-tongits-go-apple__hero-button { font-size: 1.2em; padding: 18px 40px; } .page-tongits-go-apple__intro-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; } .page-tongits-go-apple__intro-item { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 30px; text-align: center; flex: 1 1 calc(33% - 30px); min-width: 280px; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-tongits-go-apple__intro-item:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-tongits-go-apple__intro-item-icon { margin-bottom: 20px; } .page-tongits-go-apple__intro-item-title { font-size: 1.5em; color: #007bff; margin-bottom: 15px; } .page-tongits-go-apple__quick-access-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-tongits-go-apple__quick-access-item { flex: 1 1 auto; max-width: 280px; box-sizing: border-box; } .page-tongits-go-apple__quick-access-item .page-tongits-go-apple__button { width: 100%; } .page-tongits-go-apple__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-tongits-go-apple__game-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-tongits-go-apple__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-tongits-go-apple__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-tongits-go-apple__game-card-content { padding: 25px; } .page-tongits-go-apple__game-card-title { font-size: 1.8em; color: #007bff; margin-bottom: 10px; } .page-tongits-go-apple__game-card-description { font-size: 1em; color: #555; margin-bottom: 20px; } .page-tongits-go-apple__game-card-button { font-size: 0.9em; padding: 12px 25px; } .page-tongits-go-apple__promos-list { display: flex; flex-direction: column; gap: 25px; max-width: 800px; margin: 40px auto 0; } .page-tongits-go-apple__promo-item { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 30px; display: flex; align-items: center; gap: 30px; } .page-tongits-go-apple__promo-item-icon { flex-shrink: 0; } .page-tongits-go-apple__promo-item-content { flex-grow: 1; } .page-tongits-go-apple__promo-item-title { font-size: 1.8em; color: #007bff; margin-bottom: 10px; } .page-tongits-go-apple__promo-item-description { font-size: 1em; color: #555; margin-bottom: 20px; } .page-tongits-go-apple__promo-item-button { align-self: flex-start; } .page-tongits-go-apple__security-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 40px; } .page-tongits-go-apple__security-item { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 30px; text-align: center; flex: 1 1 calc(33% - 30px); min-width: 280px; box-sizing: border-box; } .page-tongits-go-apple__security-item-icon { margin-bottom: 20px; } .page-tongits-go-apple__security-item-title { font-size: 1.5em; color: #007bff; margin-bottom: 15px; } .page-tongits-go-apple__faq-list { max-width: 800px; margin: 40px auto 0; } .page-tongits-go-apple__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-tongits-go-apple__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #e9f5ff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-tongits-go-apple__faq-question:hover { background-color: #d0e8ff; } .page-tongits-go-apple__faq-question h3 { margin: 0; font-size: 1.2em; color: #007bff; pointer-events: none; } .page-tongits-go-apple__faq-toggle { font-size: 1.8em; font-weight: bold; color: #007bff; pointer-events: none; transition: transform 0.3s ease; } .page-tongits-go-apple__faq-item.active .page-tongits-go-apple__faq-toggle { transform: rotate(45deg); } .page-tongits-go-apple__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; } .page-tongits-go-apple__faq-item.active .page-tongits-go-apple__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-tongits-go-apple__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-tongits-go-apple__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; text-decoration: none; color: inherit; } .page-tongits-go-apple__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-tongits-go-apple__blog-card-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-tongits-go-apple__blog-card-content { padding: 25px; } .page-tongits-go-apple__blog-card-title { font-size: 1.5em; color: #007bff; margin-bottom: 10px; line-height: 1.3; } .page-tongits-go-apple__blog-card-date { font-size: 0.9em; color: #888; margin-bottom: 15px; } .page-tongits-go-apple__blog-card-excerpt { font-size: 1em; color: #555; line-height: 1.5; } .page-tongits-go-apple__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-tongits-go-apple__floating-button { background-color: #ffc107; color: #333; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; } .page-tongits-go-apple__floating-button:hover { background-color: #e0a800; transform: translateY(-3px); } @media (max-width: 768px) { .page-tongits-go-apple__section { padding: 40px 0; } .page-tongits-go-apple__section-title { font-size: 2em; margin-bottom: 30px; } .page-tongits-go-apple__section-subtitle { font-size: 1em; margin-bottom: 40px; } .page-tongits-go-apple__hero-title { font-size: 2.5em; } .page-tongits-go-apple__hero-subtitle { font-size: 1.2em; } .page-tongits-go-apple__hero-button { font-size: 1em; padding: 15px 30px; } .page-tongits-go-apple__intro-item, .page-tongits-go-apple__security-item { flex: 1 1 100%; max-width: 100%; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 25px 20px; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-tongits-go-apple__intro-grid, .page-tongits-go-apple__security-grid { gap: 20px; } .page-tongits-go-apple__quick-access-list { flex-direction: column; gap: 15px; } .page-tongits-go-apple__quick-access-item { max-width: 100%; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-tongits-go-apple__games-grid, .page-tongits-go-apple__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-tongits-go-apple__game-card-content, .page-tongits-go-apple__blog-card-content { padding: 20px; } .page-tongits-go-apple__game-card-title, .page-tongits-go-apple__blog-card-title { font-size: 1.3em; } .page-tongits-go-apple__promo-item { flex-direction: column; text-align: center; gap: 20px; padding: 25px; } .page-tongits-go-apple__promo-item-button { align-self: center; } .page-tongits-go-apple__faq-question { padding: 15px 20px; } .page-tongits-go-apple__faq-question h3 { font-size: 1.1em; } .page-tongits-go-apple__faq-answer { padding: 0 20px; } .page-tongits-go-apple__faq-item.active .page-tongits-go-apple__faq-answer { padding: 15px 20px !important; } .page-tongits-go-apple__floating-buttons { bottom: 15px; right: 15px; gap: 10px; } .page-tongits-go-apple__floating-button { padding: 10px 20px; font-size: 0.9em; } } @media (max-width: 480px) { .page-tongits-go-apple__hero-title { font-size: 2em; } .page-tongits-go-apple__hero-subtitle { font-size: 1em; } }