html { scroll-behavior: smooth; }body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f0f2f5; color: #333; line-height: 1.6; }a { text-decoration: none; color: #007bff; }.page-1win__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-1win__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }.page-1win__section-dark { background-color: #2c3e50; color: #ecf0f1; }.page-1win__section-dark h2, .page-1win__section-dark h3 { color: #ecf0f1; }.page-1win__h1 { font-size: 2.8em; color: #0056b3; text-align: center; margin-bottom: 20px; }.page-1win__h2 { font-size: 2em; color: #0056b3; text-align: center; margin-bottom: 30px; }.page-1win__h3 { font-size: 1.5em; color: #0056b3; margin-bottom: 15px; }.page-1win__text-center { text-align: center; }.page-1win__button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease; margin: 10px; border: none; cursor: pointer; }.page-1win__button:hover { background-color: #0056b3; }.page-1win__hero-section { background: linear-gradient(135deg, #007bff, #00c6ff); color: #fff; padding: 80px 20px; text-align: center; border-radius: 0; margin-bottom: 0; box-shadow: none; padding-top: calc(var(--header-offset, 122px) + 10px); }.page-1win__hero-section .page-1win__h1 { color: #fff; font-size: 3.5em; margin-bottom: 15px; }.page-1win__hero-section p { font-size: 1.3em; margin-bottom: 30px; }.page-1win__hero-image { width: 100%; max-width: 100%; height: auto; border-radius: 8px; margin-top: 30px; object-fit: cover; }.page-1win__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-1win__intro-item { text-align: center; padding: 20px; background-color: #f8f9fa; border-radius: 8px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }.page-1win__intro-item img { max-width: 150px; height: auto; margin-bottom: 15px; }.page-1win__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-1win__game-card { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; }.page-1win__game-card:hover { transform: translateY(-5px); }.page-1win__game-card img { width: 100%; height: 200px; object-fit: cover; }.page-1win__game-card-content { padding: 20px; }.page-1win__game-card h3 { font-size: 1.3em; margin-top: 0; margin-bottom: 10px; color: #0056b3; }.page-1win__game-card p { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-1win__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-1win__promo-card { background-color: #e9f7ff; border-left: 5px solid #007bff; padding: 25px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }.page-1win__promo-card h3 { color: #007bff; margin-top: 0; }.page-1win__faq-list { margin-top: 30px; }.page-1win__faq-item { background-color: #f8f9fa; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }.page-1win__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; user-select: none; border-bottom: 1px solid #eee; }.page-1win__faq-question:hover { background-color: #e2f2ff; }.page-1win__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; }.page-1win__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; pointer-events: none; transition: transform 0.3s ease; }.page-1win__faq-item.active .page-1win__faq-toggle { transform: rotate(45deg); }.page-1win__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-1win__faq-item.active .page-1win__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-1win__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-1win__blog-card { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-1win__blog-card:hover { transform: translateY(-5px); }.page-1win__blog-card img { width: 100%; height: 220px; object-fit: cover; }.page-1win__blog-card-content { padding: 20px; }.page-1win__blog-card h3 { font-size: 1.3em; margin-top: 0; margin-bottom: 10px; }.page-1win__blog-card h3 a { color: #0056b3; }.page-1win__blog-card p { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-1win__blog-date { font-size: 0.85em; color: #777; margin-top: 10px; }.page-1win__image { max-width: 100%; height: auto; border-radius: 8px; display: block; margin: 0 auto; }.page-1win__list { list-style: none; padding: 0; margin: 20px 0; }.page-1win__list-item { background-color: #e9f7ff; padding: 15px 20px; border-radius: 5px; margin-bottom: 10px; display: flex; align-items: center; box-sizing: border-box; }.page-1win__list-item::before { content: '✓'; color: #28a745; font-weight: bold; margin-right: 10px; }.page-1win__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-1win__floating-buttons .page-1win__button { margin: 0; width: 150px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }.page-1win__text-highlight { color: #007bff; font-weight: bold; }@media (max-width: 768px) { .page-1win__hero-section { padding: 60px 15px; padding-top: calc(var(--header-offset, 122px) + 10px); }.page-1win__hero-section .page-1win__h1 { font-size: 2.2em; }.page-1win__hero-section p { font-size: 1.1em; }.page-1win__h2 { font-size: 1.8em; }.page-1win__h3 { font-size: 1.3em; }.page-1win__section { padding: 30px 15px; }.page-1win__button { padding: 10px 20px; font-size: 1em; }.page-1win__intro-grid, .page-1win__games-grid, .page-1win__promotions-grid, .page-1win__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-1win__faq-question { padding: 15px; }.page-1win__faq-answer { padding: 15px !important; }.page-1win__floating-buttons { right: 10px; bottom: 10px; }.page-1win__floating-buttons .page-1win__button { width: 120px; padding: 10px; font-size: 0.9em; }.page-1win__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 10px 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }}