.page-1win-app-download-iphone { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; padding-top: var(--header-offset, 122px); } .page-1win-app-download-iphone__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-1win-app-download-iphone__hero-section { background: linear-gradient(135deg, #2a003a, #000000); padding: 60px 20px; text-align: center; border-bottom: 5px solid #ffcc00; } .page-1win-app-download-iphone__hero-title { font-size: 2.8em; color: #ffcc00; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-1win-app-download-iphone__hero-subtitle { font-size: 1.3em; color: #e0e0e0; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-1win-app-download-iphone__download-button { display: inline-block; background-color: #007bff; color: #ffffff; 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 15px rgba(0, 123, 255, 0.4); margin-top: 20px; } .page-1win-app-download-iphone__download-button:hover { background-color: #0056b3; transform: translateY(-3px); } .page-1win-app-download-iphone__download-button--secondary { background-color: #ffcc00; color: #1a1a1a; margin-left: 15px; box-shadow: 0 4px 15px rgba(255, 204, 0, 0.4); } .page-1win-app-download-iphone__download-button--secondary:hover { background-color: #e6b800; } .page-1win-app-download-iphone__image-wrapper { margin-top: 40px; } .page-1win-app-download-iphone__image { max-width: 100%; height: auto; border-radius: 15px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6); min-width: 200px; min-height: 200px; } .page-1win-app-download-iphone__features-section { padding: 60px 20px; background-color: #121212; text-align: center; } .page-1win-app-download-iphone__section-title { font-size: 2.2em; color: #ffcc00; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-1win-app-download-iphone__feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-1win-app-download-iphone__feature-item { background-color: #222222; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; border: 1px solid #333; } .page-1win-app-download-iphone__feature-item:hover { transform: translateY(-5px); } .page-1win-app-download-iphone__feature-icon { width: 80px; height: 80px; margin-bottom: 20px; border-radius: 50%; object-fit: cover; min-width: 200px; min-height: 200px; } .page-1win-app-download-iphone__feature-heading { font-size: 1.5em; color: #ffcc00; margin-bottom: 15px; } .page-1win-app-download-iphone__feature-description { font-size: 1em; color: #cccccc; } .page-1win-app-download-iphone__how-to-section { padding: 60px 20px; background-color: #1a1a1a; } .page-1win-app-download-iphone__step-list { counter-reset: step-counter; list-style: none; padding: 0; display: flex; flex-direction: column; gap: 30px; } .page-1win-app-download-iphone__step-item { background-color: #222222; padding: 25px 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); display: flex; align-items: flex-start; gap: 20px; border: 1px solid #333; box-sizing: border-box; } .page-1win-app-download-iphone__step-item::before { counter-increment: step-counter; content: counter(step-counter); background-color: #ffcc00; color: #1a1a1a; width: 40px; height: 40px; min-width: 40px; min-height: 40px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-weight: bold; font-size: 1.3em; flex-shrink: 0; } .page-1win-app-download-iphone__step-content { text-align: left; } .page-1win-app-download-iphone__step-heading { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-1win-app-download-iphone__step-description { font-size: 1em; color: #cccccc; } .page-1win-app-download-iphone__game-categories-section { padding: 60px 20px; background-color: #121212; text-align: center; } .page-1win-app-download-iphone__category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 25px; } .page-1win-app-download-iphone__category-item { background-color: #222222; padding: 25px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; border: 1px solid #333; } .page-1win-app-download-iphone__category-item:hover { transform: translateY(-5px); } .page-1win-app-download-iphone__category-icon { width: 100%; height: auto; margin-bottom: 15px; border-radius: 8px; object-fit: cover; min-width: 200px; min-height: 200px; } .page-1win-app-download-iphone__category-name { font-size: 1.2em; color: #ffcc00; font-weight: bold; } .page-1win-app-download-iphone__faq-section { padding: 60px 20px; background-color: #1a1a1a; } .page-1win-app-download-iphone__faq-list { max-width: 800px; margin: 0 auto; } .page-1win-app-download-iphone__faq-item { background-color: #222222; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); border: 1px solid #333; } .page-1win-app-download-iphone__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #2a2a2a; color: #ffcc00; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-1win-app-download-iphone__faq-question:hover { background-color: #3a3a3a; } .page-1win-app-download-iphone__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; } .page-1win-app-download-iphone__faq-toggle { font-size: 1.8em; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; } .page-1win-app-download-iphone__faq-item.active .page-1win-app-download-iphone__faq-toggle { transform: rotate(45deg); } .page-1win-app-download-iphone__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #1f1f1f; color: #cccccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-1win-app-download-iphone__faq-item.active .page-1win-app-download-iphone__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-1win-app-download-iphone__cta-section { background: linear-gradient(135deg, #000000, #2a003a); padding: 60px 20px; text-align: center; border-top: 5px solid #ffcc00; } .page-1win-app-download-iphone__cta-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-1win-app-download-iphone__cta-description { font-size: 1.2em; color: #e0e0e0; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-1win-app-download-iphone__cta-button { display: inline-block; background-color: #007bff; color: #ffffff; padding: 18px 40px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.4em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 6px 20px rgba(0, 123, 255, 0.5); } .page-1win-app-download-iphone__cta-button:hover { background-color: #0056b3; transform: translateY(-3px); } @media (max-width: 768px) { .page-1win-app-download-iphone__hero-title { font-size: 2em; } .page-1win-app-download-iphone__hero-subtitle { font-size: 1.1em; } .page-1win-app-download-iphone__download-button { padding: 12px 25px; font-size: 1em; margin-top: 15px; display: block; width: fit-content; margin-left: auto; margin-right: auto; } .page-1win-app-download-iphone__download-button--secondary { margin-left: 0; margin-top: 15px; } .page-1win-app-download-iphone__section-title { font-size: 1.8em; } .page-1win-app-download-iphone__feature-grid, .page-1win-app-download-iphone__category-grid { grid-template-columns: 1fr; } .page-1win-app-download-iphone__feature-item, .page-1win-app-download-iphone__category-item, .page-1win-app-download-iphone__step-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-1win-app-download-iphone__step-item { flex-direction: column; align-items: center; text-align: center; } .page-1win-app-download-iphone__step-item::before { margin-bottom: 15px; } .page-1win-app-download-iphone__step-content { width: 100%; } .page-1win-app-download-iphone__faq-question { padding: 15px 20px; } .page-1win-app-download-iphone__faq-question h3 { font-size: 1.1em; } .page-1win-app-download-iphone__faq-answer { padding: 0 20px; } .page-1win-app-download-iphone__faq-item.active .page-1win-app-download-iphone__faq-answer { padding: 15px 20px !important; } .page-1win-app-download-iphone__cta-title { font-size: 2em; } .page-1win-app-download-iphone__cta-description { font-size: 1em; } .page-1win-app-download-iphone__cta-button { padding: 15px 30px; font-size: 1.2em; } .page-1win-app-download-iphone__image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-1win-app-download-iphone__feature-icon { min-width: 150px; min-height: 150px; width: 150px; height: 150px; } .page-1win-app-download-iphone__category-icon { min-width: 150px; min-height: 150px; width: 100%; } } @media (max-width: 480px) { .page-1win-app-download-iphone__hero-section, .page-1win-app-download-iphone__features-section, .page-1win-app-download-iphone__how-to-section, .page-1win-app-download-iphone__game-categories-section, .page-1win-app-download-iphone__faq-section, .page-1win-app-download-iphone__cta-section { padding: 40px 15px; } .page-1win-app-download-iphone__hero-title { font-size: 1.8em; } .page-1win-app-download-iphone__section-title { font-size: 1.6em; } .page-1win-app-download-iphone__download-button { width: 100%; margin-left: 0; margin-right: 0; } .page-1win-app-download-iphone__download-button--secondary { margin-top: 10px; } .page-1win-app-download-iphone__step-item::before { width: 35px; height: 35px; min-width: 35px; min-height: 35px; font-size: 1.2em; } .page-1win-app-download-iphone__step-heading { font-size: 1.2em; } .page-1win-app-download-iphone__faq-question h3 { font-size: 1em; } .page-1win-app-download-iphone__faq-toggle { font-size: 1.5em; } }