.page-jl-cs2-faceit { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-jl-cs2-faceit__section-title { font-size: 2.5rem; color: #1a1a1a; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 15px; } .page-jl-cs2-faceit__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #e44d26; border-radius: 2px; } /* Hero Section */ .page-jl-cs2-faceit__hero-section { position: relative; display: flex; align-items: center; justify-content: center; min-height: 500px; color: #fff; text-align: center; padding-top: 10px; overflow: hidden; background-color: #000; } .page-jl-cs2-faceit__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.5); } .page-jl-cs2-faceit__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; } .page-jl-cs2-faceit__hero-title { font-size: 3.5rem; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-jl-cs2-faceit__hero-subtitle { font-size: 1.5rem; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-jl-cs2-faceit__hero-cta { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2rem; font-weight: bold; transition: background-color 0.3s ease; } .page-jl-cs2-faceit__hero-cta:hover { background-color: #ff6600; } /* Payment Providers Section */ .page-jl-cs2-faceit__payment-providers { padding: 60px 20px; background-color: #fff; text-align: center; } .page-jl-cs2-faceit__payment-title { font-size: 2rem; color: #1a1a1a; margin-bottom: 30px; } .page-jl-cs2-faceit__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; } .page-jl-cs2-faceit__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-jl-cs2-faceit__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } /* Introduction Section */ .page-jl-cs2-faceit__introduction-section { padding: 80px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-jl-cs2-faceit__intro-text { font-size: 1.1rem; margin-bottom: 50px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-jl-cs2-faceit__intro-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; } .page-jl-cs2-faceit__feature-item { background-color: #fff; border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); flex: 1; min-width: 280px; max-width: 350px; box-sizing: border-box; } .page-jl-cs2-faceit__feature-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; } .page-jl-cs2-faceit__feature-title { font-size: 1.5rem; color: #e44d26; margin-bottom: 15px; } .page-jl-cs2-faceit__feature-description { font-size: 1rem; color: #666; } /* Quick Access Section */ .page-jl-cs2-faceit__quick-access-section { padding: 80px 20px; background-color: #eee; text-align: center; } .page-jl-cs2-faceit__access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-jl-cs2-faceit__access-button { background-color: #333; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-size: 1rem; transition: background-color 0.3s ease; flex: 1; min-width: 200px; max-width: 250px; box-sizing: border-box; } .page-jl-cs2-faceit__access-button:hover { background-color: #e44d26; } /* Games Section */ .page-jl-cs2-faceit__games-section { padding: 80px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-jl-cs2-faceit__games-intro { font-size: 1.1rem; margin-bottom: 50px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-jl-cs2-faceit__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; justify-content: center; } .page-jl-cs2-faceit__game-card { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; display: flex; flex-direction: column; } .page-jl-cs2-faceit__game-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; } .page-jl-cs2-faceit__game-title { font-size: 1.4rem; color: #1a1a1a; padding: 15px 20px 0; } .page-jl-cs2-faceit__game-description { font-size: 0.95rem; color: #666; padding: 10px 20px; flex-grow: 1; } .page-jl-cs2-faceit__game-cta { display: block; background-color: #e44d26; color: #fff; padding: 10px 20px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin-top: auto; } .page-jl-cs2-faceit__game-cta:hover { background-color: #ff6600; } /* Promotions Section */ .page-jl-cs2-faceit__promotions-section { padding: 80px 20px; background-color: #f0f0f0; text-align: center; } .page-jl-cs2-faceit__promo-intro { font-size: 1.1rem; margin-bottom: 50px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-jl-cs2-faceit__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; justify-content: center; } .page-jl-cs2-faceit__promo-card { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; display: flex; flex-direction: column; } .page-jl-cs2-faceit__promo-image { width: 100%; height: 180px; object-fit: cover; max-width: 100%; } .page-jl-cs2-faceit__promo-title { font-size: 1.4rem; color: #1a1a1a; padding: 15px 20px 0; } .page-jl-cs2-faceit__promo-description { font-size: 0.95rem; color: #666; padding: 10px 20px; flex-grow: 1; } .page-jl-cs2-faceit__promo-cta { display: block; background-color: #e44d26; color: #fff; padding: 10px 20px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin-top: auto; } .page-jl-cs2-faceit__promo-cta:hover { background-color: #ff6600; } /* Security and Support Section */ .page-jl-cs2-faceit__security-support-section { padding: 80px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-jl-cs2-faceit__security-content { margin-bottom: 50px; } .page-jl-cs2-faceit__security-text { font-size: 1.1rem; margin-bottom: 50px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-jl-cs2-faceit__support-channels { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; } .page-jl-cs2-faceit__channel-item { background-color: #fff; border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); flex: 1; min-width: 280px; max-width: 350px; box-sizing: border-box; } .page-jl-cs2-faceit__channel-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; } .page-jl-cs2-faceit__channel-title { font-size: 1.5rem; color: #e44d26; margin-bottom: 15px; } .page-jl-cs2-faceit__channel-description { font-size: 1rem; color: #666; } /* FAQ Section */ .page-jl-cs2-faceit__faq-section { padding: 80px 20px; background-color: #f0f0f0; max-width: 1000px; margin: 0 auto; } .page-jl-cs2-faceit__faq-container { margin-top: 40px; } .page-jl-cs2-faceit__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); overflow: hidden; } .page-jl-cs2-faceit__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #f9f9f9; border-bottom: 1px solid #eee; user-select: none; transition: background-color 0.3s ease; } .page-jl-cs2-faceit__faq-question:hover { background-color: #f2f2f2; } .page-jl-cs2-faceit__faq-q-text { font-size: 1.2rem; color: #333; margin: 0; pointer-events: none; } .page-jl-cs2-faceit__faq-toggle { font-size: 1.8rem; font-weight: bold; color: #e44d26; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-jl-cs2-faceit__faq-item.active .page-jl-cs2-faceit__faq-toggle { transform: rotate(45deg); color: #ff6600; } .page-jl-cs2-faceit__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-jl-cs2-faceit__faq-item.active .page-jl-cs2-faceit__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; } .page-jl-cs2-faceit__faq-answer p { margin: 0; color: #555; font-size: 1rem; } /* Blog Section */ .page-jl-cs2-faceit__blog-section { padding: 80px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-jl-cs2-faceit__blog-articles { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; justify-content: center; } .page-jl-cs2-faceit__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; display: flex; flex-direction: column; } .page-jl-cs2-faceit__blog-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; } .page-jl-cs2-faceit__blog-title { font-size: 1.3rem; color: #1a1a1a; padding: 15px 20px 0; } .page-jl-cs2-faceit__blog-title a { color: inherit; text-decoration: none; transition: color 0.3s ease; } .page-jl-cs2-faceit__blog-title a:hover { color: #e44d26; } .page-jl-cs2-faceit__blog-excerpt { font-size: 0.9rem; color: #666; padding: 10px 20px; flex-grow: 1; } .page-jl-cs2-faceit__blog-readmore { display: block; background-color: #333; color: #fff; padding: 10px 20px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin-top: auto; } .page-jl-cs2-faceit__blog-readmore:hover { background-color: #e44d26; } /* General Image Responsive */ .page-jl-cs2-faceit img:not(.page-jl-cs2-faceit__payment-logo) { max-width: 100%; height: auto; box-sizing: border-box; } /* Responsive Adjustments */ @media (max-width: 1024px) { .page-jl-cs2-faceit__hero-title { font-size: 3rem; } .page-jl-cs2-faceit__hero-subtitle { font-size: 1.3rem; } .page-jl-cs2-faceit__section-title { font-size: 2.2rem; } } @media (max-width: 768px) { .page-jl-cs2-faceit__hero-section { min-height: 400px; } .page-jl-cs2-faceit__hero-title { font-size: 2.5rem; } .page-jl-cs2-faceit__hero-subtitle { font-size: 1.1rem; } .page-jl-cs2-faceit__hero-cta { padding: 12px 25px; font-size: 1.1rem; } .page-jl-cs2-faceit__section-title { font-size: 1.8rem; margin-bottom: 30px; } .page-jl-cs2-faceit__introduction-section, .page-jl-cs2-faceit__quick-access-section, .page-jl-cs2-faceit__games-section, .page-jl-cs2-faceit__promotions-section, .page-jl-cs2-faceit__security-support-section, .page-jl-cs2-faceit__faq-section, .page-jl-cs2-faceit__blog-section { padding: 50px 15px; } .page-jl-cs2-faceit__feature-item, .page-jl-cs2-faceit__channel-item { min-width: unset; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jl-cs2-faceit__access-links { flex-direction: column; align-items: center; } .page-jl-cs2-faceit__access-button { width: 100% !important; max-width: 300px; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jl-cs2-faceit__game-categories, .page-jl-cs2-faceit__promo-grid, .page-jl-cs2-faceit__blog-articles { grid-template-columns: 1fr; } /* FAQ specific mobile styles */ .page-jl-cs2-faceit__faq-question { padding: 15px; } .page-jl-cs2-faceit__faq-q-text { font-size: 1.1rem; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-jl-cs2-faceit__faq-toggle { font-size: 1.5rem; } .page-jl-cs2-faceit__faq-answer { padding: 0 15px; } .page-jl-cs2-faceit__faq-item.active .page-jl-cs2-faceit__faq-answer { padding: 15px 15px !important; } /* Partner Logo Area (from requirements) */ .page-jl-cs2-faceit__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-jl-cs2-faceit__payment-logo, .page-jl-cs2-faceit__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } /* Ensure all list items (features, channels) handle text wrapping */ .page-jl-cs2-faceit__feature-description, .page-jl-cs2-faceit__channel-description, .page-jl-cs2-faceit__intro-text, .page-jl-cs2-faceit__games-intro, .page-jl-cs2-faceit__promo-intro, .page-jl-cs2-faceit__security-text, .page-jl-cs2-faceit__game-description, .page-jl-cs2-faceit__promo-description, .page-jl-cs2-faceit__blog-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } @media (max-width: 480px) { .page-jl-cs2-faceit__hero-title { font-size: 2rem; } .page-jl-cs2-faceit__hero-subtitle { font-size: 1rem; } .page-jl-cs2-faceit__section-title { font-size: 1.5rem; } }