.page-1win-what-is { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-1win-what-is__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-1win-what-is__section { background-color: #fff; margin-bottom: 25px; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-1win-what-is__hero-section { background: linear-gradient(135deg, #0056b3, #007bff); color: #fff; text-align: center; padding: 100px 20px 80px; border-radius: 0 0 15px 15px; margin-bottom: 25px; position: relative; overflow: hidden; padding-top: 10px; }.page-1win-what-is__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 1; }.page-1win-what-is__hero-content { position: relative; z-index: 2; }.page-1win-what-is__hero-title { font-size: 3.5em; margin-bottom: 15px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }.page-1win-what-is__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-1win-what-is__cta-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 35px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-1win-what-is__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); }.page-1win-what-is__title { font-size: 2.5em; color: #0056b3; margin-bottom: 20px; text-align: center; }.page-1win-what-is__subtitle { font-size: 1.8em; color: #0056b3; margin-bottom: 15px; }.page-1win-what-is__text { margin-bottom: 15px; }.page-1win-what-is__list { list-style: none; padding-left: 0; }.page-1win-what-is__list-item { background-color: #e9f5ff; border-left: 5px solid #007bff; padding: 10px 15px; margin-bottom: 10px; border-radius: 4px; }.page-1win-what-is__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 20px; }.page-1win-what-is__access-card { background-color: #f8f9fa; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-1win-what-is__access-card:hover { transform: translateY(-5px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }.page-1win-what-is__access-card-icon { width: 60px; height: 60px; margin-bottom: 15px; }.page-1win-what-is__access-card-title { font-size: 1.3em; color: #0056b3; margin-bottom: 15px; }.page-1win-what-is__access-card-button { display: block; background-color: #28a745; color: #fff; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; border: none; cursor: pointer; width: 100%; }.page-1win-what-is__access-card-button:hover { background-color: #218838; }.page-1win-what-is__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 20px; }.page-1win-what-is__game-card { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-1win-what-is__game-card:hover { transform: translateY(-5px); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15); }.page-1win-what-is__game-image { width: 100%; height: 200px; object-fit: cover; }.page-1win-what-is__game-content { padding: 20px; }.page-1win-what-is__game-title { font-size: 1.5em; color: #0056b3; margin-bottom: 10px; }.page-1win-what-is__game-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-1win-what-is__game-button { display: inline-block; background-color: #17a2b8; color: #fff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; }.page-1win-what-is__game-button:hover { background-color: #138496; }.page-1win-what-is__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 20px; }.page-1win-what-is__promo-card { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-1win-what-is__promo-card:hover { transform: translateY(-5px); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15); }.page-1win-what-is__promo-image { width: 100%; height: 220px; object-fit: cover; }.page-1win-what-is__promo-content { padding: 20px; }.page-1win-what-is__promo-title { font-size: 1.6em; color: #0056b3; margin-bottom: 10px; }.page-1win-what-is__promo-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-1win-what-is__promo-button { display: inline-block; background-color: #fd7e14; color: #fff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; }.page-1win-what-is__promo-button:hover { background-color: #e86800; }.page-1win-what-is__security-features { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 20px; margin-top: 20px; }.page-1win-what-is__feature-item { flex: 1 1 calc(33% - 40px); min-width: 280px; background-color: #e9f5ff; padding: 25px; border-radius: 8px; text-align: center; border: 1px solid #007bff; }.page-1win-what-is__feature-icon { width: 70px; height: 70px; margin-bottom: 15px; }.page-1win-what-is__feature-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; }.page-1win-what-is__feature-description { font-size: 0.9em; color: #555; }.page-1win-what-is__faq-list { list-style: none; padding-left: 0; margin-top: 20px; }.page-1win-what-is__faq-item { background-color: #f8f9fa; border-radius: 8px; margin-bottom: 10px; overflow: hidden; }.page-1win-what-is__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; background-color: #007bff; color: #fff; cursor: pointer; user-select: none; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }.page-1win-what-is__faq-question:hover { background-color: #0056b3; }.page-1win-what-is__faq-question h3 { margin: 0; font-size: 1.15em; pointer-events: none; }.page-1win-what-is__faq-toggle { font-size: 1.5em; font-weight: bold; line-height: 1; transition: transform 0.3s ease; pointer-events: none; }.page-1win-what-is__faq-item.active .page-1win-what-is__faq-toggle { transform: rotate(45deg); }.page-1win-what-is__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; background-color: #e9f5ff; color: #333; }.page-1win-what-is__faq-item.active .page-1win-what-is__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-1win-what-is__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 20px; }.page-1win-what-is__blog-card { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-1win-what-is__blog-card:hover { transform: translateY(-5px); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15); }.page-1win-what-is__blog-image { width: 100%; height: 200px; object-fit: cover; }.page-1win-what-is__blog-content { padding: 20px; }.page-1win-what-is__blog-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; }.page-1win-what-is__blog-text { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-1win-what-is__blog-link { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; transition: color 0.3s ease; }.page-1win-what-is__blog-link:hover { color: #0056b3; }.page-1win-what-is__button-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; }.page-1win-what-is__button-group .page-1win-what-is__cta-button { flex: 1 1 auto; max-width: 250px; text-align: center; }.page-1win-what-is__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-1win-what-is__floating-buttons .page-1win-what-is__cta-button { padding: 12px 25px; font-size: 1em; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }.page-1win-what-is__floating-buttons .page-1win-what-is__cta-button--register { background-color: #007bff; color: #fff; }.page-1win-what-is__floating-buttons .page-1win-what-is__cta-button--register:hover { background-color: #0056b3; }.page-1win-what-is__floating-buttons .page-1win-what-is__cta-button--login { background-color: #6c757d; color: #fff; }.page-1win-what-is__floating-buttons .page-1win-what-is__cta-button--login:hover { background-color: #5a6268; }@media (max-width: 992px) { .page-1win-what-is__hero-title { font-size: 2.8em; } .page-1win-what-is__hero-subtitle { font-size: 1.3em; } .page-1win-what-is__title { font-size: 2em; } .page-1win-what-is__subtitle { font-size: 1.5em; } .page-1win-what-is__feature-item { flex: 1 1 calc(50% - 20px); }}.page-1win-what-is__game-card .page-1win-what-is__game-title, .page-1win-what-is__promo-card .page-1win-what-is__promo-title, .page-1win-what-is__blog-card .page-1win-what-is__blog-title, .page-1win-what-is__access-card .page-1win-what-is__access-card-title { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-1win-what-is img { max-width: 100% !important; height: auto !important; }.page-1win-what-is__img-container { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; }@media (max-width: 768px) { .page-1win-what-is__hero-section { padding: 80px 15px 60px; } .page-1win-what-is__hero-title { font-size: 2.2em; } .page-1win-what-is__hero-subtitle { font-size: 1.1em; } .page-1win-what-is__cta-button { padding: 12px 25px; font-size: 1em; } .page-1win-what-is__title { font-size: 1.8em; } .page-1win-what-is__subtitle { font-size: 1.3em; } .page-1win-what-is__section { padding: 20px; } .page-1win-what-is__quick-access-grid, .page-1win-what-is__games-grid, .page-1win-what-is__promo-grid, .page-1win-what-is__blog-grid { grid-template-columns: 1fr; } .page-1win-what-is__feature-item { flex: 1 1 100%; min-width: unset; } .page-1win-what-is__faq-question { padding: 15px; } .page-1win-what-is__faq-question h3 { font-size: 1em; } .page-1win-what-is__faq-answer { padding: 15px !important; } .page-1win-what-is__floating-buttons { bottom: 15px; right: 15px; } .page-1win-what-is__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 10px 15px !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-1win-what-is__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-what-is__button-group .page-1win-what-is__cta-button { max-width: 100%; } }@media (max-width: 480px) { .page-1win-what-is__hero-title { font-size: 1.8em; } .page-1win-what-is__hero-subtitle { font-size: 0.9em; } .page-1win-what-is__cta-button { padding: 10px 20px; font-size: 0.9em; } .page-1win-what-is__title { font-size: 1.5em; } .page-1win-what-is__subtitle { font-size: 1.1em; } }