.page-winwin-desktop { font-family: 'Arial', sans-serif; color: #E0E0E0; background-color: #1A1A1A; line-height: 1.6; } .page-winwin-desktop__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-winwin-desktop__section { padding: 60px 20px; text-align: center; border-bottom: 1px solid #333; } .page-winwin-desktop__section:last-of-type { border-bottom: none; } .page-winwin-desktop__h1, .page-winwin-desktop__h2 { color: #FFD700; margin-bottom: 30px; font-weight: bold; } .page-winwin-desktop__h1 { font-size: 3.5em; text-transform: uppercase; letter-spacing: 2px; } .page-winwin-desktop__h2 { font-size: 2.5em; } .page-winwin-desktop__h3 { color: #FFD700; font-size: 1.8em; margin-bottom: 15px; } .page-winwin-desktop__p { font-size: 1.1em; margin-bottom: 20px; color: #C0C0C0; } .page-winwin-desktop__btn { display: inline-block; background-color: #007BFF; color: #FFFFFF; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-winwin-desktop__btn:hover { background-color: #0056b3; } .page-winwin-desktop__hero-section { background: url('[GALLERY:hero:1920x1080:gaming,desktop,fatchai]') no-repeat center center/cover; padding: 150px 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #FFFFFF; position: relative; overflow: hidden; padding-top: 10px; } .page-winwin-desktop__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: 1; } .page-winwin-desktop__hero-content { position: relative; z-index: 2; max-width: 800px; } .page-winwin-desktop__hero-h1 { font-size: 4em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #FFD700; } .page-winwin-desktop__hero-p { font-size: 1.5em; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-winwin-desktop__introduction-section { background-color: #222222; } .page-winwin-desktop__introduction-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-winwin-desktop__intro-item { background-color: #2A2A2A; padding: 30px; border-radius: 10px; text-align: left; transition: transform 0.3s ease; box-sizing: border-box; } .page-winwin-desktop__intro-item:hover { transform: translateY(-5px); } .page-winwin-desktop__intro-item-icon { margin-bottom: 20px; } .page-winwin-desktop__intro-item-icon img { max-width: 80px; height: auto; display: block; margin: 0 auto; } .page-winwin-desktop__intro-item-h3 { color: #FFD700; margin-bottom: 15px; } .page-winwin-desktop__quick-access-section { background-color: #1A1A1A; } .page-winwin-desktop__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-winwin-desktop__access-btn { background-color: #FFD700; color: #1A1A1A; padding: 18px 35px; font-size: 1.2em; border-radius: 8px; text-transform: uppercase; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; } .page-winwin-desktop__access-btn:hover { background-color: #E6C200; transform: translateY(-2px); } .page-winwin-desktop__games-section { background-color: #222222; } .page-winwin-desktop__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-winwin-desktop__game-card { background-color: #2A2A2A; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-winwin-desktop__game-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .page-winwin-desktop__game-card-img { width: 100%; height: 200px; object-fit: cover; display: block; max-width: 100%; } .page-winwin-desktop__game-card-content { padding: 20px; } .page-winwin-desktop__game-card-h3 { margin-top: 0; margin-bottom: 10px; color: #FFD700; } .page-winwin-desktop__game-card-p { font-size: 0.95em; color: #C0C0C0; margin-bottom: 15px; } .page-winwin-desktop__game-card-btn { background-color: #007BFF; color: #FFFFFF; padding: 10px 20px; font-size: 0.9em; border-radius: 5px; text-decoration: none; display: inline-block; } .page-winwin-desktop__promotions-section { background-color: #1A1A1A; } .page-winwin-desktop__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-winwin-desktop__promo-card { background-color: #2A2A2A; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-winwin-desktop__promo-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .page-winwin-desktop__promo-card-img { width: 100%; height: 220px; object-fit: cover; display: block; max-width: 100%; } .page-winwin-desktop__promo-card-content { padding: 20px; } .page-winwin-desktop__promo-card-h3 { margin-top: 0; margin-bottom: 10px; color: #FFD700; } .page-winwin-desktop__promo-card-p { font-size: 0.95em; color: #C0C0C0; margin-bottom: 15px; } .page-winwin-desktop__promo-card-btn { background-color: #007BFF; color: #FFFFFF; padding: 10px 20px; font-size: 0.9em; border-radius: 5px; text-decoration: none; display: inline-block; } .page-winwin-desktop__security-support-section { background-color: #222222; } .page-winwin-desktop__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; } .page-winwin-desktop__feature-item { background-color: #2A2A2A; padding: 25px; border-radius: 8px; text-align: center; box-sizing: border-box; } .page-winwin-desktop__feature-icon { margin-bottom: 15px; } .page-winwin-desktop__feature-icon img { max-width: 60px; height: auto; display: block; margin: 0 auto; } .page-winwin-desktop__feature-h3 { color: #FFD700; margin-bottom: 10px; } .page-winwin-desktop__faq-section { background-color: #1A1A1A; } .page-winwin-desktop__faq-list { max-width: 900px; margin: 40px auto 0; text-align: left; } .page-winwin-desktop__faq-item { margin-bottom: 15px; background-color: #2A2A2A; border-radius: 8px; overflow: hidden; } .page-winwin-desktop__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-winwin-desktop__faq-question:hover { background-color: #3A3A3A; } .page-winwin-desktop__faq-question h3 { margin: 0; font-size: 1.2em; color: #FFD700; pointer-events: none; } .page-winwin-desktop__faq-toggle { font-size: 1.8em; font-weight: bold; color: #FFD700; transition: transform 0.3s ease; pointer-events: none; } .page-winwin-desktop__faq-item.active .page-winwin-desktop__faq-toggle { transform: rotate(45deg); } .page-winwin-desktop__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; 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-desktop__faq-item.active .page-winwin-desktop__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-winwin-desktop__faq-answer p { margin: 0; color: #C0C0C0; } .page-winwin-desktop__blog-section { background-color: #222222; } .page-winwin-desktop__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-winwin-desktop__blog-card { background-color: #2A2A2A; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-winwin-desktop__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .page-winwin-desktop__blog-card-img { width: 100%; height: 200px; object-fit: cover; display: block; max-width: 100%; } .page-winwin-desktop__blog-card-content { padding: 20px; } .page-winwin-desktop__blog-card-h3 { margin-top: 0; margin-bottom: 10px; color: #FFD700; } .page-winwin-desktop__blog-card-p { font-size: 0.95em; color: #C0C0C0; margin-bottom: 15px; } .page-winwin-desktop__blog-card-date { font-size: 0.85em; color: #888; margin-bottom: 10px; } .page-winwin-desktop__blog-card-link { background-color: #007BFF; color: #FFFFFF; padding: 10px 20px; font-size: 0.9em; border-radius: 5px; text-decoration: none; display: inline-block; } @media (max-width: 768px) { .page-winwin-desktop__h1 { font-size: 2.5em; } .page-winwin-desktop__h2 { font-size: 2em; } .page-winwin-desktop__hero-section { padding: 100px 15px; } .page-winwin-desktop__hero-h1 { font-size: 3em; } .page-winwin-desktop__hero-p { font-size: 1.2em; } .page-winwin-desktop__btn, .page-winwin-desktop__access-btn { padding: 12px 25px; font-size: 1em; } .page-winwin-desktop__section { padding: 40px 15px; } .page-winwin-desktop__introduction-grid, .page-winwin-desktop__games-grid, .page-winwin-desktop__promotions-grid, .page-winwin-desktop__security-features, .page-winwin-desktop__blog-grid { grid-template-columns: 1fr; } .page-winwin-desktop__intro-item, .page-winwin-desktop__game-card, .page-winwin-desktop__promo-card, .page-winwin-desktop__feature-item, .page-winwin-desktop__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-winwin-desktop__faq-question { padding: 15px 20px; } .page-winwin-desktop__faq-question h3 { font-size: 1.1em; } .page-winwin-desktop__faq-answer { padding: 0 20px; } .page-winwin-desktop__faq-item.active .page-winwin-desktop__faq-answer { padding: 15px 20px !important; } .page-winwin-desktop__p, .page-winwin-desktop__game-card-p, .page-winwin-desktop__promo-card-p, .page-winwin-desktop__blog-card-p, .page-winwin-desktop__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-winwin-desktop__game-card-img, .page-winwin-desktop__promo-card-img, .page-winwin-desktop__blog-card-img { max-width: 100%; height: auto; } } @media (max-width: 375px) { .page-winwin-desktop__hero-h1 { font-size: 2.5em; } .page-winwin-desktop__hero-p { font-size: 1em; } }