.page-1win__main { background-color: #0d0d1e; color: #f0f0f0; font-family: 'Arial', sans-serif; line-height: 1.6; }.page-1win__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-1win__hero-section { position: relative; padding: 60px 20px 40px; text-align: center; overflow: hidden; border-radius: 10px; margin-bottom: 30px; background-color: #1a1a2e; }.page-1win__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; }.page-1win__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }.page-1win__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #e0b02a; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-1win__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #ccc; }.page-1win__button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-1win__button { display: inline-block; background-color: #e0b02a; color: #1a1a2e; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; }.page-1win__button:hover { background-color: #ffc107; transform: translateY(-3px); }.page-1win__section-title { font-size: 2.2em; text-align: center; margin-bottom: 40px; color: #e0b02a; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }.page-1win__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-bottom: 50px; }.page-1win__game-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-1win__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7); }.page-1win__game-image { width: 100%; height: 200px; object-fit: cover; }.page-1win__game-content { padding: 20px; }.page-1win__game-title { font-size: 1.5em; margin-bottom: 10px; color: #e0b02a; }.page-1win__game-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; }.page-1win__why-choose { background-color: #1a1a2e; padding: 50px 20px; border-radius: 10px; margin-bottom: 50px; }.page-1win__feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }.page-1win__feature-item { text-align: center; }.page-1win__feature-icon { width: 80px; height: 80px; margin-bottom: 15px; border-radius: 50%; object-fit: cover; }.page-1win__feature-title { font-size: 1.3em; color: #e0b02a; margin-bottom: 10px; }.page-1win__feature-description { font-size: 0.9em; color: #ccc; }.page-1win__promotions-section { margin-bottom: 50px; }.page-1win__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-1win__promo-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5); transition: transform 0.3s ease; }.page-1win__promo-card:hover { transform: translateY(-5px); }.page-1win__promo-image { width: 100%; height: 220px; object-fit: cover; }.page-1win__promo-content { padding: 20px; }.page-1win__promo-title { font-size: 1.4em; color: #e0b02a; margin-bottom: 10px; }.page-1win__promo-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; }.page-1win__faq-section { background-color: #1a1a2e; padding: 50px 20px; border-radius: 10px; margin-bottom: 50px; }.page-1win__faq-item { border-bottom: 1px solid #333; padding: 15px 0; }.page-1win__faq-question { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 1.1em; color: #e0b02a; user-select: none; transition: color 0.3s ease; }.page-1win__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; }.page-1win__faq-question:hover { color: #ffc107; }.page-1win__faq-toggle { font-size: 1.5em; font-weight: bold; margin-left: 15px; 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 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; font-size: 0.95em; color: #ccc; }.page-1win__faq-item.active .page-1win__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-1win__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; }.page-1win__floating-button { background-color: #e0b02a; color: #1a1a2e; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.2s ease; }.page-1win__floating-button:hover { background-color: #ffc107; transform: translateY(-2px); }.page-1win__floating-button--register { background-color: #4CAF50; color: #fff; }.page-1win__floating-button--register:hover { background-color: #66BB6A; }.page-1win__floating-button--login { background-color: #2196F3; color: #fff; }.page-1win__floating-button--login:hover { background-color: #64B5F6; }@media (max-width: 768px) { .page-1win__hero-title { font-size: 2em; }.page-1win__hero-description { font-size: 1em; }.page-1win__button-group { flex-direction: column; gap: 15px; }.page-1win__button { width: 100%; padding: 12px 20px; font-size: 1em; }.page-1win__section-title { font-size: 1.8em; }.page-1win__game-categories, .page-1win__promo-grid, .page-1win__feature-list { grid-template-columns: 1fr; gap: 20px; }.page-1win__game-card, .page-1win__promo-card { margin: 0 auto; max-width: 350px; }.page-1win__faq-question { font-size: 1em; }.page-1win__faq-answer { font-size: 0.9em; }.page-1win__floating-buttons { bottom: 15px; right: 15px; gap: 10px; }.page-1win__floating-button { padding: 10px 20px; font-size: 0.9em; }.page-1win__feature-list > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-1win__feature-list { 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-description, .page-1win__game-description, .page-1win__promo-description, .page-1win__hero-description, .page-1win__faq-answer { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }}