.page-1win-cs-go { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-1win-cs-go__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-1win-cs-go__section-title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 40px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-1win-cs-go__text-content { font-size: 1.1em; margin-bottom: 20px; color: #c0c0c0; } .page-1win-cs-go__inline-link { color: #e94560; text-decoration: none; font-weight: bold; } .page-1win-cs-go__inline-link:hover { text-decoration: underline; } .page-1win-cs-go__cta-button, .page-1win-cs-go__game-button, .page-1win-cs-go__promo-button, .page-1win-cs-go__support-button { 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, transform 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-1win-cs-go__cta-button:hover, .page-1win-cs-go__game-button:hover, .page-1win-cs-go__promo-button:hover, .page-1win-cs-go__support-button:hover { background-color: #ff6f8a; transform: translateY(-3px); } .page-1win-cs-go img { max-width: 100%; height: auto; display: block; border-radius: 8px; } /* HERO Section */ .page-1win-cs-go__hero-section { position: relative; display: flex; align-items: center; justify-content: center; min-height: 500px; text-align: center; overflow: hidden; padding-top: 10px; } .page-1win-cs-go__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; } .page-1win-cs-go__hero-image { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.5); } .page-1win-cs-go__hero-content { position: relative; z-index: 1; max-width: 800px; padding: 20px; } .page-1win-cs-go__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #fff; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); } .page-1win-cs-go__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #f0f0f0; } /* Intro Section */ .page-1win-cs-go__intro-section { padding: 60px 0; background-color: #16213e; } /* Quick Access Section */ .page-1win-cs-go__quick-access-section { padding: 60px 0; background-color: #0f3460; } .page-1win-cs-go__link-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } .page-1win-cs-go__access-card { background-color: #1a1a2e; border-radius: 10px; padding: 25px; text-align: center; text-decoration: none; color: #f0f0f0; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-1win-cs-go__access-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .page-1win-cs-go__access-card-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 15px; } .page-1win-cs-go__access-card-title { font-size: 1.5em; margin-bottom: 10px; color: #e94560; } .page-1win-cs-go__access-card-desc { font-size: 0.95em; color: #c0c0c0; } /* Games Section */ .page-1win-cs-go__games-section { padding: 60px 0; background-color: #16213e; } .page-1win-cs-go__game-tabs { display: flex; justify-content: center; margin-bottom: 40px; flex-wrap: wrap; gap: 15px; } .page-1win-cs-go__tab-button { background-color: #0f3460; color: #f0f0f0; padding: 12px 25px; border: none; border-radius: 5px; cursor: pointer; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-1win-cs-go__tab-button:hover { background-color: #1a1a2e; transform: translateY(-2px); } .page-1win-cs-go__tab-button.active { background-color: #e94560; color: #fff; } .page-1win-cs-go__tab-content { display: none; } .page-1win-cs-go__tab-content.active { display: block; } .page-1win-cs-go__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-1win-cs-go__game-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-1win-cs-go__game-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .page-1win-cs-go__game-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; } .page-1win-cs-go__game-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; padding: 0 15px; } .page-1win-cs-go__game-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 20px; padding: 0 15px; } /* Promo Section */ .page-1win-cs-go__promo-section { padding: 60px 0; background-color: #0f3460; } .page-1win-cs-go__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-1win-cs-go__promo-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-1win-cs-go__promo-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .page-1win-cs-go__promo-image { width: 100%; height: 220px; object-fit: cover; margin-bottom: 15px; } .page-1win-cs-go__promo-title { font-size: 1.6em; color: #e94560; margin-bottom: 10px; padding: 0 15px; } .page-1win-cs-go__promo-description { font-size: 1em; color: #c0c0c0; margin-bottom: 20px; padding: 0 15px; } /* Security Section */ .page-1win-cs-go__security-section { padding: 60px 0; background-color: #16213e; } .page-1win-cs-go__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-1win-cs-go__security-item { background-color: #0f3460; border-radius: 10px; padding: 30px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-1win-cs-go__security-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .page-1win-cs-go__security-icon { width: 150px; height: 150px; object-fit: contain; margin: 0 auto 20px; } .page-1win-cs-go__security-title { font-size: 1.6em; color: #e94560; margin-bottom: 15px; } .page-1win-cs-go__security-description { font-size: 1em; color: #c0c0c0; margin-bottom: 20px; } /* FAQ Section */ .page-1win-cs-go__faq-section { padding: 60px 0; background-color: #0f3460; } .page-1win-cs-go__faq-list { max-width: 800px; margin: 0 auto; } .page-1win-cs-go__faq-item { background-color: #1a1a2e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-1win-cs-go__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #1a1a2e; color: #f0f0f0; transition: background-color 0.3s ease; user-select: none; } .page-1win-cs-go__faq-question:hover { background-color: #2a2a4e; } .page-1win-cs-go__faq-title { font-size: 1.2em; margin: 0; color: #e94560; pointer-events: none; } .page-1win-cs-go__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-1win-cs-go__faq-item.active .page-1win-cs-go__faq-toggle { transform: rotate(45deg); } .page-1win-cs-go__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #2a2a4e; color: #c0c0c0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; font-size: 1em; } .page-1win-cs-go__faq-item.active .page-1win-cs-go__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } /* Blog Section */ .page-1win-cs-go__blog-section { padding: 60px 0; background-color: #16213e; } .page-1win-cs-go__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-1win-cs-go__blog-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; text-decoration: none; color: #f0f0f0; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-1win-cs-go__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .page-1win-cs-go__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-1win-cs-go__blog-content-wrapper { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-1win-cs-go__blog-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; } .page-1win-cs-go__blog-excerpt { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; flex-grow: 1; } .page-1win-cs-go__blog-read-more { display: inline-block; color: #e94560; font-weight: bold; } /* Responsive adjustments */ @media (max-width: 1024px) { .page-1win-cs-go__hero-title { font-size: 3em; } .page-1win-cs-go__hero-subtitle { font-size: 1.3em; } .page-1win-cs-go__section-title { font-size: 2em; } .page-1win-cs-go__cta-button { padding: 12px 25px; font-size: 1em; } } @media (max-width: 768px) { .page-1win-cs-go__hero-section { min-height: 400px; } .page-1win-cs-go__hero-title { font-size: 2.5em; } .page-1win-cs-go__hero-subtitle { font-size: 1.2em; } .page-1win-cs-go__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-1win-cs-go__container { padding: 15px; } .page-1win-cs-go__link-grid, .page-1win-cs-go__game-grid, .page-1win-cs-go__promo-grid, .page-1win-cs-go__security-grid, .page-1win-cs-go__blog-grid { grid-template-columns: 1fr; } .page-1win-cs-go__access-card, .page-1win-cs-go__game-card, .page-1win-cs-go__promo-card, .page-1win-cs-go__security-item, .page-1win-cs-go__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-1win-cs-go__game-tabs { flex-direction: column; align-items: center; } .page-1win-cs-go__tab-button { width: 80%; } .page-1win-cs-go__faq-question { padding: 15px 20px; } .page-1win-cs-go__faq-answer { padding: 0 20px; } .page-1win-cs-go__faq-item.active .page-1win-cs-go__faq-answer { padding: 15px 20px !important; } .page-1win-cs-go__text-content, .page-1win-cs-go__access-card-desc, .page-1win-cs-go__game-description, .page-1win-cs-go__promo-description, .page-1win-cs-go__security-description, .page-1win-cs-go__blog-excerpt, .page-1win-cs-go__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } @media (max-width: 480px) { .page-1win-cs-go__hero-title { font-size: 2em; } .page-1win-cs-go__hero-subtitle { font-size: 1em; } .page-1win-cs-go__cta-button { padding: 10px 20px; font-size: 0.9em; } .page-1win-cs-go__section-title { font-size: 1.5em; } } /* Ensure all images are responsive */ .page-1win-cs-go img { max-width: 100%; height: auto; box-sizing: border-box; } @media (max-width: 768px) { .page-1win-cs-go img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-1win-cs-go__hero-image-wrapper, .page-1win-cs-go__hero-image { width: 100% !important; height: 100% !important; } }