.page-1win__hero-section { background: linear-gradient(135deg, #001f3f, #003366); color: #ffffff; padding: 10px 20px 60px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 80vh; position: relative; overflow: hidden; } @media (max-width: 768px) { .page-1win__hero-section { min-height: 70vh; padding-bottom: 40px; } } .page-1win__hero-content { max-width: 900px; z-index: 1; margin-bottom: 30px; } .page-1win__hero-title { font-size: 3.2em; margin-bottom: 20px; line-height: 1.2; font-weight: 700; color: #ffd700; } @media (max-width: 768px) { .page-1win__hero-title { font-size: 2em; } } .page-1win__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; line-height: 1.5; max-width: 700px; margin-left: auto; margin-right: auto; } @media (max-width: 768px) { .page-1win__hero-subtitle { font-size: 1em; } } .page-1win__hero-buttons { display: flex; gap: 20px; justify-content: center; } @media (max-width: 768px) { .page-1win__hero-buttons { flex-direction: column; gap: 15px; } } .page-1win__button { display: inline-block; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; } @media (max-width: 768px) { .page-1win__button { padding: 12px 25px; font-size: 1em; width: 100%; max-width: 250px; } } .page-1win__button--primary { background-color: #ffd700; color: #001f3f; border: 2px solid #ffd700; } .page-1win__button--primary:hover { background-color: #e6c200; transform: translateY(-3px); } .page-1win__button--secondary { background-color: transparent; color: #ffd700; border: 2px solid #ffd700; } .page-1win__button--secondary:hover { background-color: #ffd700; color: #001f3f; transform: translateY(-3px); } .page-1win__button--small { padding: 10px 20px; font-size: 0.9em; border-radius: 30px; } @media (max-width: 768px) { .page-1win__button--small { padding: 8px 15px; font-size: 0.8em; } } .page-1win__button--large { padding: 18px 40px; font-size: 1.2em; border-radius: 60px; } @media (max-width: 768px) { .page-1win__button--large { padding: 15px 30px; font-size: 1.1em; max-width: 300px; width: 100%; } } .page-1win__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; } .page-1win__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; } .page-1win__section-title { font-size: 2.5em; color: #001f3f; text-align: center; margin-bottom: 20px; font-weight: 700; } @media (max-width: 768px) { .page-1win__section-title { font-size: 1.8em; } } .page-1win__section-description { font-size: 1.1em; color: #555; text-align: center; max-width: 800px; margin: 0 auto 50px; line-height: 1.6; } @media (max-width: 768px) { .page-1win__section-description { font-size: 0.9em; margin-bottom: 30px; } } .page-1win__games-section, .page-1win__promotions-section, .page-1win__features-section, .page-1win__faq-section, .page-1win__cta-section { padding: 80px 20px; background-color: #f8f8f8; } @media (max-width: 768px) { .page-1win__games-section, .page-1win__promotions-section, .page-1win__features-section, .page-1win__faq-section, .page-1win__cta-section { padding: 40px 15px; } } .page-1win__games-section { background-color: #ffffff; } .page-1win__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } @media (max-width: 768px) { .page-1win__game-categories { grid-template-columns: 1fr; gap: 20px; } } .page-1win__category-card { background-color: #ffffff; border-radius: 15px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; padding-bottom: 25px; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-1win__category-card:hover { transform: translateY(-10px); box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15); } .page-1win__category-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 20px; } .page-1win__category-title { font-size: 1.8em; color: #001f3f; margin-bottom: 10px; } .page-1win__category-text { font-size: 1em; color: #666; padding: 0 20px; margin-bottom: 20px; flex-grow: 1; } .page-1win__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } @media (max-width: 768px) { .page-1win__promo-grid { grid-template-columns: 1fr; gap: 20px; } } .page-1win__promo-card { background-color: #ffffff; border-radius: 15px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; padding-bottom: 25px; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-1win__promo-card:hover { transform: translateY(-10px); box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15); } .page-1win__promo-image { width: 100%; height: 220px; object-fit: cover; margin-bottom: 20px; } .page-1win__promo-title { font-size: 1.8em; color: #001f3f; margin-bottom: 10px; } .page-1win__promo-text { font-size: 1em; color: #666; padding: 0 20px; margin-bottom: 20px; flex-grow: 1; } .page-1win__features-section { background-color: #f0f4f8; } .page-1win__feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; padding: 0; list-style: none; } @media (max-width: 768px) { .page-1win__feature-list { grid-template-columns: 1fr; gap: 20px; 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__feature-item { background-color: #ffffff; border-radius: 15px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); text-align: center; padding: 30px; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; box-sizing: border-box; } @media (max-width: 768px) { .page-1win__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } .page-1win__feature-item:hover { transform: translateY(-8px); box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12); } .page-1win__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; } .page-1win__feature-heading { font-size: 1.6em; color: #001f3f; margin-bottom: 10px; } .page-1win__feature-text { font-size: 0.95em; color: #666; line-height: 1.6; } .page-1win__faq-section { background-color: #ffffff; } .page-1win__faq-container { max-width: 900px; margin: 0 auto; } .page-1win__faq-item { background-color: #f0f4f8; border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); } .page-1win__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #e0e6ed; transition: background-color 0.3s ease; } @media (max-width: 768px) { .page-1win__faq-question { padding: 15px 20px; } } .page-1win__faq-question:hover { background-color: #d0d6dd; } .page-1win__faq-title { margin: 0; font-size: 1.3em; color: #001f3f; pointer-events: none; } @media (max-width: 768px) { .page-1win__faq-title { font-size: 1.1em; } } .page-1win__faq-toggle { font-size: 1.8em; font-weight: bold; color: #001f3f; transition: transform 0.3s ease; pointer-events: none; } .page-1win__faq-item.active .page-1win__faq-toggle { transform: rotate(45deg); } .page-1win__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; 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: #f0f4f8; } @media (max-width: 768px) { .page-1win__faq-answer { padding: 0 20px; } } .page-1win__faq-item.active .page-1win__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-1win__faq-item.active .page-1win__faq-answer { padding: 15px 20px !important; } } .page-1win__faq-answer p { margin: 0; font-size: 1em; color: #444; line-height: 1.6; } .page-1win__cta-section { background: linear-gradient(135deg, #003366, #001f3f); color: #ffffff; text-align: center; padding: 80px 20px; } @media (max-width: 768px) { .page-1win__cta-section { padding: 50px 15px; } } .page-1win__cta-section .page-1win__section-title { color: #ffd700; margin-bottom: 15px; } .page-1win__cta-section .page-1win__section-description { color: #e0e0e0; margin-bottom: 40px; } .page-1win__cta-section .page-1win__button--large { background-color: #ffd700; color: #001f3f; border: 2px solid #ffd700; } .page-1win__cta-section .page-1win__button--large:hover { background-color: #e6c200; transform: translateY(-3px); } img { max-width: 100%; height: auto; } @media (max-width: 768px) { img { max-width: 100% !important; height: auto !important; } .page-1win__hero-image-wrapper, .page-1win__hero-image, .page-1win__category-image, .page-1win__promo-image, .page-1win__feature-icon { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; overflow: hidden !important; } }