.page-1win-clicker-game { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-1win-clicker-game__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-1win-clicker-game__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-clicker-game__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-1win-clicker-game__section-title { font-size: 2.5em; color: #2c3e50; margin-bottom: 20px; text-align: center; }.page-1win-clicker-game__section--dark .page-1win-clicker-game__section-title { color: #f1c40f; }.page-1win-clicker-game__section-subtitle { font-size: 1.8em; color: #34495e; margin-bottom: 15px; text-align: center; }.page-1win-clicker-game__section--dark .page-1win-clicker-game__section-subtitle { color: #ecf0f1; }.page-1win-clicker-game__text-content { font-size: 1.1em; margin-bottom: 15px; text-align: justify; }.page-1win-clicker-game__hero-section { background-color: #1a2a3a; color: #fff; padding: 50px 0; text-align: center; position: relative; overflow: hidden; border-radius: 0; padding-top: 10px; }.page-1win-clicker-game__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.5); }.page-1win-clicker-game__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 20px; }.page-1win-clicker-game__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; color: #f1c40f; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-1win-clicker-game__hero-description { font-size: 1.4em; margin-bottom: 30px; line-height: 1.5; }.page-1win-clicker-game__cta-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; }.page-1win-clicker-game__cta-button:hover { background-color: #c0392b; transform: translateY(-3px); }.page-1win-clicker-game__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 30px; }.page-1win-clicker-game__quick-access-item { text-align: center; }.page-1win-clicker-game__quick-access-link { display: block; background-color: #3498db; color: #fff; padding: 15px 20px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; }.page-1win-clicker-game__quick-access-link:hover { background-color: #2980b9; transform: translateY(-3px); }.page-1win-clicker-game__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-1win-clicker-game__game-card { background-color: #ecf0f1; border-radius: 8px; overflow: hidden; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-1win-clicker-game__game-card:hover { transform: translateY(-5px); }.page-1win-clicker-game__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-1win-clicker-game__game-card-content { padding: 20px; }.page-1win-clicker-game__game-card-title { font-size: 1.5em; color: #2c3e50; margin-bottom: 10px; }.page-1win-clicker-game__game-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-1win-clicker-game__game-card-button { display: inline-block; background-color: #27ae60; color: #fff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; }.page-1win-clicker-game__game-card-button:hover { background-color: #229954; }.page-1win-clicker-game__promotions-list { list-style: none; padding: 0; margin-top: 20px; }.page-1win-clicker-game__promotion-item { display: flex; align-items: center; background-color: #ecf0f1; border-left: 5px solid #f39c12; padding: 20px; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }.page-1win-clicker-game__promotion-icon { margin-right: 20px; width: 60px; height: 60px; }.page-1win-clicker-game__promotion-content { flex-grow: 1; }.page-1win-clicker-game__promotion-title { font-size: 1.4em; color: #2c3e50; margin-bottom: 5px; }.page-1win-clicker-game__promotion-description { font-size: 1em; color: #555; }.page-1win-clicker-game__promotion-button { background-color: #f39c12; color: #fff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; margin-left: 20px; transition: background-color 0.3s ease; }.page-1win-clicker-game__promotion-button:hover { background-color: #e67e22; }.page-1win-clicker-game__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 30px; }.page-1win-clicker-game__security-item { text-align: center; padding: 25px; background-color: #ecf0f1; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }.page-1win-clicker-game__security-icon { width: 80px; height: 80px; margin-bottom: 15px; }.page-1win-clicker-game__security-title { font-size: 1.3em; color: #2c3e50; margin-bottom: 10px; }.page-1win-clicker-game__security-description { font-size: 0.95em; color: #555; }.page-1win-clicker-game__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; }.page-1win-clicker-game__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #3498db; color: #fff; cursor: pointer; user-select: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; }.page-1win-clicker-game__faq-question:hover { background-color: #2980b9; }.page-1win-clicker-game__faq-question h3 { margin: 0; font-size: 1.1em; color: inherit; pointer-events: none; }.page-1win-clicker-game__faq-toggle { font-size: 1.5em; line-height: 1; transition: transform 0.3s ease; pointer-events: none; }.page-1win-clicker-game__faq-item.active .page-1win-clicker-game__faq-toggle { transform: rotate(45deg); }.page-1win-clicker-game__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #f9f9f9; 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-clicker-game__faq-item.active .page-1win-clicker-game__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-1win-clicker-game__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-1win-clicker-game__blog-card { background-color: #ecf0f1; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-1win-clicker-game__blog-card:hover { transform: translateY(-5px); }.page-1win-clicker-game__blog-card-image { width: 100%; height: 220px; object-fit: cover; }.page-1win-clicker-game__blog-card-content { padding: 20px; }.page-1win-clicker-game__blog-card-title { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; }.page-1win-clicker-game__blog-card-date { font-size: 0.85em; color: #7f8c8d; margin-bottom: 10px; }.page-1win-clicker-game__blog-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-1win-clicker-game__blog-card-link { display: inline-block; color: #3498db; text-decoration: none; font-weight: bold; transition: color 0.3s ease; }.page-1win-clicker-game__blog-card-link:hover { color: #2980b9; }.page-1win-clicker-game__list-item { box-sizing: border-box; }.page-1win-clicker-game__payment-provider-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 20px; }.page-1win-clicker-game__payment-provider-item { background-color: #fff; padding: 15px 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); text-align: center; }.page-1win-clicker-game__payment-provider-logo { width: 100px; height: auto; display: block; margin: 0 auto; }.page-1win-clicker-game__game-provider-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 20px; }.page-1win-clicker-game__game-provider-item { background-color: #fff; padding: 15px 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); text-align: center; }.page-1win-clicker-game__game-provider-logo { width: 120px; height: auto; display: block; margin: 0 auto; }.page-1win-clicker-game__social-media-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; }.page-1win-clicker-game__social-media-item { background-color: #f1c40f; padding: 10px 15px; border-radius: 8px; text-align: center; }.page-1win-clicker-game__social-media-link { color: #2c3e50; text-decoration: none; font-weight: bold; display: flex; align-items: center; gap: 5px; transition: color 0.3s ease; }.page-1win-clicker-game__social-media-link:hover { color: #e74c3c; }.page-1win-clicker-game__social-media-icon { width: 24px; height: 24px; }.page-1win-clicker-game__game-type-tabs { display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; gap: 10px; }.page-1win-clicker-game__game-type-button { background-color: #3498db; color: #fff; padding: 10px 20px; border-radius: 25px; border: none; cursor: pointer; font-size: 1em; transition: background-color 0.3s ease; }.page-1win-clicker-game__game-type-button:hover, .page-1win-clicker-game__game-type-button.active { background-color: #2980b9; }.page-1win-clicker-game__game-type-content { display: none; }.page-1win-clicker-game__game-type-content.active { display: block; }.page-1win-clicker-game__game-type-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 20px; }.page-1win-clicker-game__game-type-card { background-color: #ecf0f1; border-radius: 8px; overflow: hidden; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-1win-clicker-game__game-type-card:hover { transform: translateY(-5px); }.page-1win-clicker-game__game-type-card-image { width: 100%; height: 180px; object-fit: cover; }.page-1win-clicker-game__game-type-card-content { padding: 15px; }.page-1win-clicker-game__game-type-card-title { font-size: 1.3em; color: #2c3e50; margin-bottom: 10px; }.page-1win-clicker-game__game-type-card-button { display: inline-block; background-color: #27ae60; color: #fff; padding: 8px 18px; border-radius: 20px; text-decoration: none; font-weight: bold; font-size: 0.85em; transition: background-color 0.3s ease; }.page-1win-clicker-game__game-type-card-button:hover { background-color: #229954; }@media (max-width: 768px) { .page-1win-clicker-game__container { padding: 15px; }.page-1win-clicker-game__section { padding: 20px; margin-bottom: 20px; }.page-1win-clicker-game__hero-title { font-size: 2.5em; }.page-1win-clicker-game__hero-description { font-size: 1.1em; }.page-1win-clicker-game__cta-button { padding: 12px 25px; font-size: 1.1em; }.page-1win-clicker-game__section-title { font-size: 2em; }.page-1win-clicker-game__section-subtitle { font-size: 1.5em; }.page-1win-clicker-game__quick-access-grid, .page-1win-clicker-game__games-grid, .page-1win-clicker-game__security-grid, .page-1win-clicker-game__blog-grid, .page-1win-clicker-game__game-type-grid { grid-template-columns: 1fr; }.page-1win-clicker-game__promotion-item { flex-direction: column; text-align: center; padding: 15px; }.page-1win-clicker-game__promotion-icon { margin: 0 0 15px 0; }.page-1win-clicker-game__promotion-button { margin: 15px 0 0 0; }.page-1win-clicker-game__faq-question { padding: 12px 15px; font-size: 1em; }.page-1win-clicker-game__faq-question h3 { font-size: 1em; }.page-1win-clicker-game__faq-answer { padding: 0 15px; }.page-1win-clicker-game__faq-item.active .page-1win-clicker-game__faq-answer { padding: 15px !important; }.page-1win-clicker-game__game-type-tabs { justify-content: flex-start; overflow-x: auto; white-space: nowrap; flex-wrap: nowrap; }.page-1win-clicker-game__game-type-button { flex-shrink: 0; }.page-1win-clicker-game img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-1win-clicker-game__list-item, .page-1win-clicker-game__promotion-item, .page-1win-clicker-game__security-item, .page-1win-clicker-game__game-card, .page-1win-clicker-game__blog-card, .page-1win-clicker-game__game-type-card, .page-1win-clicker-game__payment-provider-item, .page-1win-clicker-game__game-provider-item, .page-1win-clicker-game__social-media-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-1win-clicker-game ul, .page-1win-clicker-game ol { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }