.page-1win-pour-android { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.6; background-color: #f8f9fa; }.page-1win-pour-android__hero-section { background: linear-gradient(135deg, #0a192f, #1a2a44); color: #fff; padding: 60px 20px 40px; text-align: center; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; padding-top: 10px; }.page-1win-pour-android__hero-title { font-size: 2.8em; margin-bottom: 15px; font-weight: 700; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }.page-1win-pour-android__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-1win-pour-android__download-button { display: inline-block; background-color: #007bff; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: 600; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4); }.page-1win-pour-android__download-button:hover { background-color: #0056b3; transform: translateY(-3px); }.page-1win-pour-android__app-screenshot { max-width: 90%; height: auto; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); margin-top: 40px; }.page-1win-pour-android__content-section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); margin-top: 30px; }.page-1win-pour-android__section-title { font-size: 2.2em; color: #0a192f; margin-bottom: 25px; text-align: center; }.page-1win-pour-android__text-block { margin-bottom: 25px; font-size: 1.1em; }.page-1win-pour-android__steps-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 40px; }.page-1win-pour-android__step-item { background-color: #f0f4f8; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; box-sizing: border-box; }.page-1win-pour-android__step-item:hover { transform: translateY(-5px); }.page-1win-pour-android__step-number { font-size: 2.5em; color: #007bff; font-weight: 700; margin-bottom: 10px; }.page-1win-pour-android__step-title { font-size: 1.4em; color: #0a192f; margin-bottom: 10px; }.page-1win-pour-android__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 40px; }.page-1win-pour-android__feature-card { background-color: #e6f2ff; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; box-sizing: border-box; }.page-1win-pour-android__feature-card:hover { transform: translateY(-5px); }.page-1win-pour-android__feature-icon { margin-bottom: 15px; }.page-1win-pour-android__feature-title { font-size: 1.3em; color: #0a192f; margin-bottom: 10px; }.page-1win-pour-android__faq-section { padding: 40px 20px; max-width: 1200px; margin: 30px auto; background-color: #fff; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-1win-pour-android__faq-title { font-size: 2.2em; color: #0a192f; margin-bottom: 25px; text-align: center; }.page-1win-pour-android__faq-item { background-color: #f0f4f8; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); }.page-1win-pour-android__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; background-color: #007bff; color: #fff; cursor: pointer; font-size: 1.15em; font-weight: 600; user-select: none; transition: background-color 0.3s ease; }.page-1win-pour-android__faq-question h3 { margin: 0; pointer-events: none; }.page-1win-pour-android__faq-question:hover { background-color: #0056b3; }.page-1win-pour-android__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-1win-pour-android__faq-item.active .page-1win-pour-android__faq-toggle { transform: rotate(45deg); }.page-1win-pour-android__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #fff; 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-pour-android__faq-item.active .page-1win-pour-android__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-1win-pour-android__cta-section { background-color: #1a2a44; color: #fff; padding: 50px 20px; text-align: center; margin-top: 40px; border-radius: 15px; }.page-1win-pour-android__cta-title { font-size: 2.5em; margin-bottom: 20px; font-weight: 700; }.page-1win-pour-android__cta-text { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-1win-pour-android__image { max-width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 8px; }.page-1win-pour-android__icon-small { display: inline-block; width: 48px; height: 48px; margin-right: 10px; vertical-align: middle; }.page-1win-pour-android__payment-methods { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-1win-pour-android__payment-item { background-color: #fff; padding: 15px 25px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); font-weight: 600; color: #0a192f; text-align: center; }.page-1win-pour-android__social-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-1win-pour-android__social-item { background-color: #fff; padding: 15px 25px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); font-weight: 600; color: #0a192f; text-align: center; text-decoration: none; transition: background-color 0.3s ease; }.page-1win-pour-android__social-item:hover { background-color: #e6f2ff; }.page-1win-pour-android__game-provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; }.page-1win-pour-android__game-provider-logo { height: 60px; width: auto; max-width: 150px; object-fit: contain; }.page-1win-pour-android__sticky-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; }.page-1win-pour-android__sticky-button { background-color: #ffc107; color: #0a192f; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: 700; font-size: 1.1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; }.page-1win-pour-android__sticky-button:hover { background-color: #e0a800; transform: translateY(-2px); }.page-1win-pour-android__sticky-button--register { background-color: #28a745; color: #fff; }.page-1win-pour-android__sticky-button--register:hover { background-color: #218838; }.page-1win-pour-android__hero-image-container { max-width: 100%; height: auto; margin: 0 auto; overflow: hidden; box-sizing: border-box; margin-top: 30px; }.page-1win-pour-android__hero-image { max-width: 100%; height: auto; display: block; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }.page-1win-pour-android__gamelogo-item { display: flex; justify-content: center; align-items: center; width: 100px; height: 60px; }.page-1win-pour-android__gamelogo { max-height: 100%; max-width: 100%; object-fit: contain; }.page-1win-pour-android__promo-banner { background-color: #ffc107; color: #0a192f; padding: 15px 20px; text-align: center; margin-bottom: 30px; border-radius: 10px; font-weight: bold; font-size: 1.1em; }.page-1win-pour-android__promo-banner a { color: #0a192f; text-decoration: underline; }.page-1win-pour-android__promo-banner a:hover { text-decoration: none; }@media (max-width: 768px) { .page-1win-pour-android__hero-title { font-size: 2em; }.page-1win-pour-android__hero-subtitle { font-size: 1em; }.page-1win-pour-android__download-button { padding: 12px 25px; font-size: 1em; }.page-1win-pour-android__section-title, .page-1win-pour-android__faq-title, .page-1win-pour-android__cta-title { font-size: 1.8em; }.page-1win-pour-android__text-block { font-size: 1em; }.page-1win-pour-android__steps-list, .page-1win-pour-android__features-grid { grid-template-columns: 1fr; }.page-1win-pour-android__step-item, .page-1win-pour-android__feature-card { 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; }.page-1win-pour-android__steps-list, .page-1win-pour-android__features-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-1win-pour-android__faq-question { font-size: 1em; padding: 15px 20px; }.page-1win-pour-android__faq-answer { padding: 15px 20px !important; }.page-1win-pour-android__cta-title { font-size: 2em; }.page-1win-pour-android__cta-text { font-size: 1em; }.page-1win-pour-android__image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-1win-pour-android__hero-image-container { max-width: 100% !important; height: auto !important; overflow: hidden !important; box-sizing: border-box !important; }.page-1win-pour-android__hero-image { max-width: 100% !important; height: auto !important; }.page-1win-pour-android__payment-methods, .page-1win-pour-android__social-links, .page-1win-pour-android__game-provider-logos { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 10px; }.page-1win-pour-android__payment-item, .page-1win-pour-android__social-item { padding: 10px 15px; font-size: 0.9em; }.page-1win-pour-android__game-provider-logo { height: 40px; }.page-1win-pour-android__sticky-buttons { bottom: 15px; right: 15px; gap: 10px; }.page-1win-pour-android__sticky-button { padding: 10px 20px; font-size: 0.9em; } }