.page-iphone-8-plus-new-screen { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; padding-top: 10px; } .page-iphone-8-plus-new-screen__hero-section { position: relative; width: 100%; overflow: hidden; background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d); color: #fff; text-align: center; padding: 60px 20px; box-sizing: border-box; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__hero-section { padding: 40px 15px; } } .page-iphone-8-plus-new-screen__hero-image { max-width: 100%; height: auto; display: block; margin: 0 auto 20px; border-radius: 10px; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__hero-image { max-width: 100% !important; height: auto !important; margin: 0 auto 20px !important; } } .page-iphone-8-plus-new-screen__hero-title { font-size: 2.8em; margin-bottom: 15px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__hero-title { font-size: 2em; } } .page-iphone-8-plus-new-screen__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__hero-subtitle { font-size: 1.1em; } } .page-iphone-8-plus-new-screen__cta-button { display: inline-block; background-color: #ffcc00; color: #1a2a6c; 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; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-iphone-8-plus-new-screen__cta-button:hover { background-color: #ffe066; transform: translateY(-3px); } .page-iphone-8-plus-new-screen__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 30px 20px; background-color: #fff; border-bottom: 1px solid #eee; } .page-iphone-8-plus-new-screen__payment-providers-title { width: 100%; text-align: center; margin-bottom: 20px; font-size: 1.8em; color: #1a2a6c; font-weight: bold; } .page-iphone-8-plus-new-screen__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-iphone-8-plus-new-screen__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 15px; } .page-iphone-8-plus-new-screen__payment-logo, .page-iphone-8-plus-new-screen__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } } .page-iphone-8-plus-new-screen__intro-section { padding: 50px 20px; text-align: center; background-color: #fff; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__intro-section { padding: 30px 15px; } } .page-iphone-8-plus-new-screen__intro-title { font-size: 2.2em; color: #1a2a6c; margin-bottom: 20px; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__intro-title { font-size: 1.8em; } } .page-iphone-8-plus-new-screen__intro-text { font-size: 1.1em; max-width: 800px; margin: 0 auto 30px; color: #555; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__intro-text { font-size: 1em; } } .page-iphone-8-plus-new-screen__feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__feature-grid { gap: 20px; } } .page-iphone-8-plus-new-screen__feature-item { background-color: #f9f9f9; padding: 25px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); text-align: left; transition: transform 0.3s ease; } .page-iphone-8-plus-new-screen__feature-item:hover { transform: translateY(-5px); } .page-iphone-8-plus-new-screen__feature-icon { width: 60px; height: 60px; margin-bottom: 15px; display: block; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__feature-icon { width: 50px !important; height: 50px !important; max-width: 50px !important; max-height: 50px !important; margin-bottom: 10px !important; } } .page-iphone-8-plus-new-screen__feature-item h3 { font-size: 1.5em; color: #1a2a6c; margin-bottom: 10px; } .page-iphone-8-plus-new-screen__feature-item p { font-size: 0.95em; color: #666; } .page-iphone-8-plus-new-screen__quick-access-section { padding: 50px 20px; background-color: #f0f0f0; text-align: center; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__quick-access-section { padding: 30px 15px; } } .page-iphone-8-plus-new-screen__quick-access-title { font-size: 2.2em; color: #1a2a6c; margin-bottom: 30px; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__quick-access-title { font-size: 1.8em; } } .page-iphone-8-plus-new-screen__access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__access-grid { grid-template-columns: 1fr; gap: 15px; } } .page-iphone-8-plus-new-screen__access-button { display: block; background-color: #1a2a6c; color: #fff; padding: 15px 20px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-iphone-8-plus-new-screen__access-button:hover { background-color: #b21f1f; transform: translateY(-3px); } .page-iphone-8-plus-new-screen__games-section { padding: 50px 20px; background-color: #fff; text-align: center; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__games-section { padding: 30px 15px; } } .page-iphone-8-plus-new-screen__games-title { font-size: 2.2em; color: #1a2a6c; margin-bottom: 30px; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__games-title { font-size: 1.8em; } } .page-iphone-8-plus-new-screen__game-tabs { display: flex; justify-content: center; margin-bottom: 30px; flex-wrap: wrap; gap: 10px; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__game-tabs { justify-content: flex-start; overflow-x: auto; white-space: nowrap; padding-bottom: 10px; -webkit-overflow-scrolling: touch; } .page-iphone-8-plus-new-screen__game-tabs::-webkit-scrollbar { display: none; } } .page-iphone-8-plus-new-screen__tab-button { background-color: #eee; color: #555; padding: 10px 20px; border: none; border-radius: 25px; cursor: pointer; font-size: 1em; margin: 0 5px; transition: background-color 0.3s ease, color 0.3s ease; flex-shrink: 0; } .page-iphone-8-plus-new-screen__tab-button.active, .page-iphone-8-plus-new-screen__tab-button:hover { background-color: #1a2a6c; color: #fff; } .page-iphone-8-plus-new-screen__game-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__game-content { grid-template-columns: 1fr; gap: 20px; } } .page-iphone-8-plus-new-screen__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease; } .page-iphone-8-plus-new-screen__game-card:hover { transform: translateY(-5px); } .page-iphone-8-plus-new-screen__game-image { width: 100%; height: 200px; object-fit: cover; display: block; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__game-image { max-width: 100% !important; height: auto !important; } } .page-iphone-8-plus-new-screen__game-info { padding: 20px; } .page-iphone-8-plus-new-screen__game-info h3 { font-size: 1.4em; color: #1a2a6c; margin-bottom: 10px; } .page-iphone-8-plus-new-screen__game-info p { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-iphone-8-plus-new-screen__game-button { display: inline-block; background-color: #ffcc00; color: #1a2a6c; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-iphone-8-plus-new-screen__game-button:hover { background-color: #ffe066; } .page-iphone-8-plus-new-screen__promotions-section { padding: 50px 20px; background-color: #e6f7ff; text-align: center; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__promotions-section { padding: 30px 15px; } } .page-iphone-8-plus-new-screen__promotions-title { font-size: 2.2em; color: #1a2a6c; margin-bottom: 30px; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__promotions-title { font-size: 1.8em; } } .page-iphone-8-plus-new-screen__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__promo-grid { grid-template-columns: 1fr; gap: 20px; } } .page-iphone-8-plus-new-screen__promo-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease; } .page-iphone-8-plus-new-screen__promo-card:hover { transform: translateY(-5px); } .page-iphone-8-plus-new-screen__promo-image { width: 100%; height: 220px; object-fit: cover; display: block; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__promo-image { max-width: 100% !important; height: auto !important; } } .page-iphone-8-plus-new-screen__promo-info { padding: 20px; } .page-iphone-8-plus-new-screen__promo-info h3 { font-size: 1.4em; color: #1a2a6c; margin-bottom: 10px; } .page-iphone-8-plus-new-screen__promo-info p { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-iphone-8-plus-new-screen__promo-button { display: inline-block; background-color: #b21f1f; color: #fff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-iphone-8-plus-new-screen__promo-button:hover { background-color: #ff4d4d; } .page-iphone-8-plus-new-screen__security-section { padding: 50px 20px; background-color: #f9f9f9; text-align: center; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__security-section { padding: 30px 15px; } } .page-iphone-8-plus-new-screen__security-title { font-size: 2.2em; color: #1a2a6c; margin-bottom: 20px; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__security-title { font-size: 1.8em; } } .page-iphone-8-plus-new-screen__security-text { font-size: 1.1em; max-width: 800px; margin: 0 auto 30px; color: #555; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__security-text { font-size: 1em; } } .page-iphone-8-plus-new-screen__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__security-grid { gap: 20px; } } .page-iphone-8-plus-new-screen__security-item { background-color: #fff; padding: 25px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); text-align: left; transition: transform 0.3s ease; } .page-iphone-8-plus-new-screen__security-item:hover { transform: translateY(-5px); } .page-iphone-8-plus-new-screen__security-icon { width: 60px; height: 60px; margin-bottom: 15px; display: block; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__security-icon { width: 50px !important; height: 50px !important; max-width: 50px !important; max-height: 50px !important; margin-bottom: 10px !important; } } .page-iphone-8-plus-new-screen__security-item h3 { font-size: 1.5em; color: #1a2a6c; margin-bottom: 10px; } .page-iphone-8-plus-new-screen__security-item p { font-size: 0.95em; color: #666; } .page-iphone-8-plus-new-screen__faq-section { padding: 50px 20px; background-color: #fff; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__faq-section { padding: 30px 15px; } } .page-iphone-8-plus-new-screen__faq-title { text-align: center; font-size: 2.2em; color: #1a2a6c; margin-bottom: 30px; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__faq-title { font-size: 1.8em; } } .page-iphone-8-plus-new-screen__faq-container { max-width: 900px; margin: 0 auto; } .page-iphone-8-plus-new-screen__faq-item { background-color: #f9f9f9; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-iphone-8-plus-new-screen__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; background-color: #1a2a6c; color: #fff; border-radius: 8px; transition: background-color 0.3s ease; user-select: none; } .page-iphone-8-plus-new-screen__faq-question:hover { background-color: #b21f1f; } .page-iphone-8-plus-new-screen__faq-question h3 { margin: 0; font-size: 1.2em; flex-grow: 1; pointer-events: none; } .page-iphone-8-plus-new-screen__faq-toggle { font-size: 1.8em; font-weight: bold; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-iphone-8-plus-new-screen__faq-item.active .page-iphone-8-plus-new-screen__faq-toggle { transform: rotate(45deg); } .page-iphone-8-plus-new-screen__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; background-color: #fff; color: #333; } .page-iphone-8-plus-new-screen__faq-item.active .page-iphone-8-plus-new-screen__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-iphone-8-plus-new-screen__faq-answer p { margin: 0; font-size: 0.95em; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__faq-question { padding: 15px; } .page-iphone-8-plus-new-screen__faq-question h3 { font-size: 1.1em; } .page-iphone-8-plus-new-screen__faq-answer { padding: 0 15px; } .page-iphone-8-plus-new-screen__faq-item.active .page-iphone-8-plus-new-screen__faq-answer { padding: 15px !important; } } .page-iphone-8-plus-new-screen__blog-section { padding: 50px 20px; background-color: #f0f0f0; text-align: center; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__blog-section { padding: 30px 15px; } } .page-iphone-8-plus-new-screen__blog-title { font-size: 2.2em; color: #1a2a6c; margin-bottom: 30px; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__blog-title { font-size: 1.8em; } } .page-iphone-8-plus-new-screen__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__blog-grid { grid-template-columns: 1fr; gap: 20px; } } .page-iphone-8-plus-new-screen__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease; } .page-iphone-8-plus-new-screen__blog-card:hover { transform: translateY(-5px); } .page-iphone-8-plus-new-screen__blog-image { width: 100%; height: 200px; object-fit: cover; display: block; } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__blog-image { max-width: 100% !important; height: auto !important; } } .page-iphone-8-plus-new-screen__blog-info { padding: 20px; } .page-iphone-8-plus-new-screen__blog-info h3 { font-size: 1.3em; color: #1a2a6c; margin-bottom: 10px; } .page-iphone-8-plus-new-screen__blog-info p { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-iphone-8-plus-new-screen__blog-link { display: inline-block; background-color: #1a2a6c; color: #fff; padding: 8px 15px; border-radius: 20px; text-decoration: none; font-weight: bold; font-size: 0.85em; transition: background-color 0.3s ease; } .page-iphone-8-plus-new-screen__blog-link:hover { background-color: #b21f1f; } .page-iphone-8-plus-new-screen__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-iphone-8-plus-new-screen__floating-button { background-color: #1a2a6c; color: #fff; border: none; border-radius: 50%; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; font-size: 1.2em; cursor: pointer; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); text-decoration: none; transition: background-color 0.3s ease, transform 0.3s ease; } .page-iphone-8-plus-new-screen__floating-button:hover { background-color: #b21f1f; transform: scale(1.05); } @media (max-width: 768px) { .page-iphone-8-plus-new-screen__floating-buttons { right: 10px; bottom: 10px; } .page-iphone-8-plus-new-screen__floating-button { width: 45px; height: 45px; font-size: 1.1em; } }