.page-winwin-model {font-family: 'Arial', sans-serif;color: #f0f0f0;background-color: #1a1a2e;line-height: 1.6;}.page-winwin-model h1, .page-winwin-model h2, .page-winwin-model h3 {color: #e94560;margin-bottom: 15px;}.page-winwin-model h1 {font-size: 2.8em;text-align: center;}.page-winwin-model h2 {font-size: 2.2em;text-align: center;margin-top: 40px;}.page-winwin-model h3 {font-size: 1.6em;}.page-winwin-model p {margin-bottom: 10px;}.page-winwin-model strong {color: #0f3460;}.page-winwin-model__section {padding: 50px 20px;max-width: 1200px;margin: 0 auto;border-bottom: 1px solid rgba(233, 69, 96, 0.2);}.page-winwin-model__hero-section {position: relative;display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;color: #fff;min-height: 600px;padding-top: 10px;background-size: cover;background-position: center;overflow: hidden;}.page-winwin-model__hero-section img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: -1;}.page-winwin-model__hero-content {position: relative;z-index: 1;max-width: 800px;padding: 20px;background: rgba(0, 0, 0, 0.6);border-radius: 10px;}.page-winwin-model__hero-content h1 {font-size: 3.5em;margin-bottom: 20px;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-winwin-model__hero-content p {font-size: 1.3em;margin-bottom: 30px;}.page-winwin-model__btn {display: inline-block;background-color: #e94560;color: #fff;padding: 15px 30px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease;}.page-winwin-model__btn:hover {background-color: #0f3460;}.page-winwin-model__grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 30px;}.page-winwin-model__card {background-color: #0f3460;padding: 25px;border-radius: 8px;text-align: center;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);}.page-winwin-model__card img {max-width: 100%;height: auto;border-radius: 5px;margin-bottom: 15px;}.page-winwin-model__card h3 {margin-bottom: 10px;color: #e94560;}.page-winwin-model__card p {font-size: 0.95em;color: #ccc;}.page-winwin-model__quick-access-links {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;margin-top: 30px;}.page-winwin-model__quick-access-links .page-winwin-model__btn {padding: 12px 25px;font-size: 1.1em;}.page-winwin-model__games-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 25px;margin-top: 30px;}.page-winwin-model__game-item {background-color: #0f3460;border-radius: 8px;overflow: hidden;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);text-align: center;transition: transform 0.3s ease;}.page-winwin-model__game-item:hover {transform: translateY(-5px);}.page-winwin-model__game-item img {max-width: 100%;height: 200px;object-fit: cover;}.page-winwin-model__game-item h3 {padding: 15px;color: #e94560;}.page-winwin-model__promo-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 30px;}.page-winwin-model__promo-card {background-color: #0f3460;padding: 25px;border-radius: 8px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);text-align: center;}.page-winwin-model__promo-card h3 {color: #e94560;margin-bottom: 10px;}.page-winwin-model__promo-card p {color: #ccc;margin-bottom: 20px;}.page-winwin-model__security-cs-content {display: flex;flex-wrap: wrap;align-items: center;gap: 30px;margin-top: 30px;}.page-winwin-model__security-cs-text {flex: 1;min-width: 300px;}.page-winwin-model__security-cs-image {flex: 1;min-width: 300px;text-align: center;}.page-winwin-model__security-cs-image img {max-width: 100%;height: auto;border-radius: 8px;}.page-winwin-model__faq-list {margin-top: 30px;}.page-winwin-model__faq-item {background-color: #0f3460;margin-bottom: 15px;border-radius: 8px;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);}.page-winwin-model__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 18px 20px;cursor: pointer;user-select: none;border-bottom: 1px solid rgba(233, 69, 96, 0.2);}.page-winwin-model__faq-question:hover {background-color: #1a1a2e;}.page-winwin-model__faq-question h3 {margin: 0;flex-grow: 1;color: #e94560;pointer-events: none;}.page-winwin-model__faq-toggle {font-size: 1.5em;font-weight: bold;color: #e94560;margin-left: 15px;transition: transform 0.3s ease;pointer-events: none;}.page-winwin-model__faq-item.active .page-winwin-model__faq-toggle {transform: rotate(45deg);}.page-winwin-model__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-winwin-model__faq-item.active .page-winwin-model__faq-answer {max-height: 2000px !important;padding: 20px !important;opacity: 1;}.page-winwin-model__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 30px;}.page-winwin-model__blog-card {background-color: #0f3460;border-radius: 8px;overflow: hidden;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease;}.page-winwin-model__blog-card:hover {transform: translateY(-5px);}.page-winwin-model__blog-card img {max-width: 100%;height: 220px;object-fit: cover;}.page-winwin-model__blog-content {padding: 20px;}.page-winwin-model__blog-content h3 {margin-bottom: 10px;color: #e94560;}.page-winwin-model__blog-content h3 a {color: #e94560;text-decoration: none;}.page-winwin-model__blog-content p {font-size: 0.9em;color: #ccc;margin-bottom: 15px;}.page-winwin-model__blog-content .page-winwin-model__btn {font-size: 0.9em;padding: 10px 20px;}.page-winwin-model__floating-buttons {position: fixed;bottom: 20px;right: 20px;z-index: 1000;display: flex;flex-direction: column;gap: 10px;}.page-winwin-model__floating-buttons .page-winwin-model__btn {width: 100px;text-align: center;padding: 10px 0;font-size: 1em;}.page-winwin-model__floating-buttons .page-winwin-model__btn--register {background-color: #e94560;}.page-winwin-model__floating-buttons .page-winwin-model__btn--login {background-color: #0f3460;border: 1px solid #e94560;}@media (max-width: 768px) {.page-winwin-model h1 {font-size: 2.2em;}.page-winwin-model h2 {font-size: 1.8em;}.page-winwin-model__section {padding: 30px 15px;}.page-winwin-model__hero-content h1 {font-size: 2.5em;}.page-winwin-model__hero-content p {font-size: 1em;}.page-winwin-model__grid, .page-winwin-model__games-grid, .page-winwin-model__promo-grid, .page-winwin-model__blog-grid {grid-template-columns: 1fr;}.page-winwin-model__quick-access-links {flex-direction: column;}.page-winwin-model__quick-access-links .page-winwin-model__btn {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-winwin-model__security-cs-content {flex-direction: column;}.page-winwin-model__faq-answer {padding: 0 15px !important;}.page-winwin-model__faq-item.active .page-winwin-model__faq-answer {padding: 15px !important;}.page-winwin-model__floating-buttons {bottom: 10px;right: 10px;}.page-winwin-model__floating-buttons .page-winwin-model__btn {width: 90px;padding: 8px 0;font-size: 0.9em;}.page-winwin-model__card, .page-winwin-model__game-item, .page-winwin-model__promo-card, .page-winwin-model__blog-card {width: 100% !important;max-width: 100% !important;box-sizing: border-box !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-winwin-model__game-item img, .page-winwin-model__blog-card img {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;}.page-winwin-model__faq-list {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;padding: 0 !important;margin-left: 0 !important;margin-right: 0 !important;}}