body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f0f2f5; color: #333; } .page-jl-csgo-age__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-jl-csgo-age__container { padding: 15px; } } .page-jl-csgo-age__section-title { font-size: 2.5em; color: #1a237e; text-align: center; margin-bottom: 20px; font-weight: bold; } .page-jl-csgo-age__section-description { font-size: 1.1em; color: #555; text-align: center; margin-bottom: 40px; line-height: 1.6; max-width: 800px; margin-left: auto; margin-right: auto; } @media (max-width: 768px) { .page-jl-csgo-age__section-title { font-size: 2em !important; } .page-jl-csgo-age__section-description { font-size: 1em !important; margin-bottom: 20px !important; } } .page-jl-csgo-age__cta-button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; text-align: center; white-space: nowrap; } .page-jl-csgo-age__cta-button:hover { background-color: #0056b3; transform: translateY(-2px); } .page-jl-csgo-age__cta-button--primary { background-color: #ffc107; color: #1a237e; } .page-jl-csgo-age__cta-button--primary:hover { background-color: #e0a800; } .page-jl-csgo-age__cta-button--secondary { background-color: #1a237e; color: #fff; border: 1px solid #1a237e; } .page-jl-csgo-age__cta-button--secondary:hover { background-color: #0d123e; border-color: #0d123e; } .page-jl-csgo-age__hero-section { position: relative; width: 100%; height: 500px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding-top: 10px; box-sizing: border-box; } @media (max-width: 768px) { .page-jl-csgo-age__hero-section { height: 400px !important; } } .page-jl-csgo-age__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; filter: brightness(0.6); } .page-jl-csgo-age__hero-content { z-index: 1; max-width: 800px; padding: 20px; background: rgba(0, 0, 0, 0.4); border-radius: 10px; } .page-jl-csgo-age__hero-title { font-size: 3.5em; margin-bottom: 15px; line-height: 1.2; } @media (max-width: 768px) { .page-jl-csgo-age__hero-title { font-size: 2.5em !important; } } .page-jl-csgo-age__hero-description { font-size: 1.3em; margin-bottom: 30px; } @media (max-width: 768px) { .page-jl-csgo-age__hero-description { font-size: 1em !important; } } .page-jl-csgo-age__hero-cta-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-jl-csgo-age__introduction-section, .page-jl-csgo-age__quick-access-section, .page-jl-csgo-age__games-section, .page-jl-csgo-age__promotions-section, .page-jl-csgo-age__security-support-section, .page-jl-csgo-age__blog-section { padding: 60px 0; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); } @media (max-width: 768px) { .page-jl-csgo-age__introduction-section, .page-jl-csgo-age__quick-access-section, .page-jl-csgo-age__games-section, .page-jl-csgo-age__promotions-section, .page-jl-csgo-age__security-support-section, .page-jl-csgo-age__blog-section { padding: 30px 0 !important; margin-bottom: 15px !important; } } .page-jl-csgo-age__intro-features, .page-jl-csgo-age__security-features { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; margin-top: 40px; } @media (max-width: 768px) { .page-jl-csgo-age__intro-features, .page-jl-csgo-age__security-features { gap: 20px !important; margin-top: 20px !important; } } .page-jl-csgo-age__feature-item, .page-jl-csgo-age__security-item { flex: 1 1 300px; text-align: center; padding: 25px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); min-width: 280px; max-width: 350px; box-sizing: border-box; } @media (max-width: 768px) { .page-jl-csgo-age__feature-item, .page-jl-csgo-age__security-item { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px !important; } } .page-jl-csgo-age__feature-icon, .page-jl-csgo-age__security-icon { width: 100%; max-width: 200px; height: auto; margin-bottom: 15px; border-radius: 8px; } .page-jl-csgo-age__feature-title, .page-jl-csgo-age__security-title { font-size: 1.5em; color: #1a237e; margin-bottom: 10px; } .page-jl-csgo-age__feature-text, .page-jl-csgo-age__security-text { font-size: 1em; color: #666; line-height: 1.5; } .page-jl-csgo-age__access-buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 40px; } @media (max-width: 768px) { .page-jl-csgo-age__access-buttons { margin-top: 20px !important; } } .page-jl-csgo-age__access-button { background-color: #4CAF50; color: white; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; white-space: nowrap; box-sizing: border-box; flex: 1 1 auto; max-width: 280px; text-align: center; } @media (max-width: 768px) { .page-jl-csgo-age__access-button { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding: 12px 20px !important; } } .page-jl-csgo-age__access-button:hover { background-color: #45a049; } .page-jl-csgo-age__games-section { background-color: #e3f2fd; } .page-jl-csgo-age__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-jl-csgo-age__game-categories { gap: 20px !important; margin-top: 20px !important; } } .page-jl-csgo-age__game-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; padding-bottom: 20px; box-sizing: border-box; } @media (max-width: 768px) { .page-jl-csgo-age__game-card { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } } .page-jl-csgo-age__game-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; } .page-jl-csgo-age__game-title { font-size: 1.8em; color: #1a237e; margin-bottom: 10px; padding: 0 15px; } .page-jl-csgo-age__game-text { font-size: 0.95em; color: #666; line-height: 1.5; padding: 0 15px; margin-bottom: 20px; } .page-jl-csgo-age__game-button { background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-jl-csgo-age__game-button:hover { background-color: #0056b3; } .page-jl-csgo-age__promotions-section { background-color: #fff3e0; } .page-jl-csgo-age__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-jl-csgo-age__promo-cards { gap: 20px !important; margin-top: 20px !important; } } .page-jl-csgo-age__promo-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; padding-bottom: 20px; box-sizing: border-box; } @media (max-width: 768px) { .page-jl-csgo-age__promo-card { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } } .page-jl-csgo-age__promo-image { width: 100%; height: 220px; object-fit: cover; margin-bottom: 15px; } .page-jl-csgo-age__promo-title { font-size: 1.8em; color: #1a237e; margin-bottom: 10px; padding: 0 15px; } .page-jl-csgo-age__promo-text { font-size: 0.95em; color: #666; line-height: 1.5; padding: 0 15px; margin-bottom: 20px; } .page-jl-csgo-age__promo-button { background-color: #ffc107; color: #1a237e; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-jl-csgo-age__promo-button:hover { background-color: #e0a800; } .page-jl-csgo-age__security-support-section { background-color: #e8f5e9; } .page-jl-csgo-age__contact-cta { text-align: center; margin-top: 50px; } @media (max-width: 768px) { .page-jl-csgo-age__contact-cta { margin-top: 30px !important; } } .page-jl-csgo-age__faq-section { padding: 60px 0; background-color: #f0f2f5; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); } @media (max-width: 768px) { .page-jl-csgo-age__faq-section { padding: 30px 0 !important; margin-bottom: 15px !important; } } .page-jl-csgo-age__faq-list { margin-top: 40px; } @media (max-width: 768px) { .page-jl-csgo-age__faq-list { margin-top: 20px !important; } } .page-jl-csgo-age__faq-item { background-color: #fff; border: 1px solid #ddd; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-jl-csgo-age__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #fcfcfc; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; } .page-jl-csgo-age__faq-question:hover { background-color: #f0f0f0; } @media (max-width: 768px) { .page-jl-csgo-age__faq-question { padding: 15px !important; } } .page-jl-csgo-age__faq-question-text { font-size: 1.2em; color: #1a237e; margin: 0; pointer-events: none; flex-grow: 1; text-align: left; } @media (max-width: 768px) { .page-jl-csgo-age__faq-question-text { font-size: 1em !important; } } .page-jl-csgo-age__faq-toggle { font-size: 1.8em; font-weight: bold; color: #007bff; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-jl-csgo-age__faq-item.active .page-jl-csgo-age__faq-toggle { transform: rotate(45deg); color: #dc3545; } .page-jl-csgo-age__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; background-color: #fff; } .page-jl-csgo-age__faq-item.active .page-jl-csgo-age__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-jl-csgo-age__faq-item.active .page-jl-csgo-age__faq-answer { padding: 15px !important; } } .page-jl-csgo-age__faq-answer p { margin: 0; font-size: 1em; color: #444; line-height: 1.6; word-wrap: break-word; overflow-wrap: break-word; } .page-jl-csgo-age__blog-section { background-color: #f0f8ff; } .page-jl-csgo-age__blog-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-jl-csgo-age__blog-cards { gap: 20px !important; margin-top: 20px !important; } } .page-jl-csgo-age__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); overflow: hidden; display: flex; flex-direction: column; box-sizing: border-box; } @media (max-width: 768px) { .page-jl-csgo-age__blog-card { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } } .page-jl-csgo-age__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-jl-csgo-age__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-jl-csgo-age__blog-title { font-size: 1.4em; margin-bottom: 10px; line-height: 1.4; } .page-jl-csgo-age__blog-title a { color: #1a237e; text-decoration: none; transition: color 0.3s ease; } .page-jl-csgo-age__blog-title a:hover { color: #007bff; } .page-jl-csgo-age__blog-excerpt { font-size: 0.95em; color: #666; line-height: 1.5; margin-bottom: 15px; flex-grow: 1; } .page-jl-csgo-age__blog-date { font-size: 0.85em; color: #999; text-align: right; margin-top: auto; } .highlight { color: #ffc107; font-weight: bold; }