/* General styles for the page-benz-jl container */.page-benz-jl { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a2e; line-height: 1.6; overflow-x: hidden; } .page-benz-jl__container { max-width: 1200px; margin: 0 auto; padding: 20px; } /* Section titles */.page-benz-jl__section-title { color: #e94560; text-align: center; font-size: 2.5em; margin-bottom: 40px; position: relative; padding-bottom: 10px; } .page-benz-jl__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #00b894; border-radius: 2px; } /* Buttons */.page-benz-jl__hero-button, .page-benz-jl__access-button, .page-benz-jl__game-category-button, .page-benz-jl__promo-button, .page-benz-jl__contact-button, .page-benz-jl__blog-read-more { display: inline-block; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; white-space: nowrap; } /* HERO Section */.page-benz-jl__hero-section { position: relative; width: 100%; height: 80vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; } .page-benz-jl__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; } .page-benz-jl__hero-image { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.5); } .page-benz-jl__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; } .page-benz-jl__hero-title { font-size: 3.5em; color: #ffffff; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-benz-jl__hero-subtitle { font-size: 1.5em; color: #f0f0f0; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); } .page-benz-jl__hero-cta-group { display: flex; gap: 20px; justify-content: center; } .page-benz-jl__hero-button--primary { background-color: #e94560; color: #ffffff; border: 2px solid #e94560; } .page-benz-jl__hero-button--primary:hover { background-color: #d13a52; transform: translateY(-3px); } .page-benz-jl__hero-button--secondary { background-color: transparent; color: #ffffff; border: 2px solid #00b894; } .page-benz-jl__hero-button--secondary:hover { background-color: #00b894; transform: translateY(-3px); } /* Introduction Section */.page-benz-jl__introduction-section { padding: 80px 0; background-color: #24263b; } .page-benz-jl__intro-text { font-size: 1.1em; text-align: center; margin-bottom: 50px; max-width: 900px; margin-left: auto; margin-right: auto; color: #c0c0c0; } .page-benz-jl__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-benz-jl__feature-item { background-color: #1a1a2e; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-benz-jl__feature-item:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); } .page-benz-jl__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; } .page-benz-jl__feature-title { font-size: 1.5em; color: #e94560; margin-bottom: 10px; } .page-benz-jl__feature-description { color: #b0b0b0; } /* Quick Access Section */.page-benz-jl__quick-access-section { padding: 80px 0; background-color: #1a1a2e; text-align: center; } .page-benz-jl__quick-access-description { font-size: 1.1em; margin-bottom: 40px; color: #c0c0c0; max-width: 800px; margin-left: auto; margin-right: auto; } .page-benz-jl__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-benz-jl__access-button { background-color: #00b894; color: #ffffff; border: 2px solid #00b894; flex-basis: calc(50% - 10px); max-width: 280px; } .page-benz-jl__access-button:hover { background-color: #009e7e; transform: translateY(-3px); } /* Core Games Section */.page-benz-jl__games-section { padding: 80px 0; background-color: #24263b; } .page-benz-jl__games-description { font-size: 1.1em; text-align: center; margin-bottom: 50px; color: #c0c0c0; max-width: 900px; margin-left: auto; margin-right: auto; } .page-benz-jl__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-top: 40px; } .page-benz-jl__game-category-item { background-color: #1a1a2e; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-benz-jl__game-category-item:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); } .page-benz-jl__game-category-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 15px; max-width: 100%; height: auto; } .page-benz-jl__game-category-title { font-size: 1.3em; color: #e94560; margin-bottom: 10px; } .page-benz-jl__game-category-text { color: #b0b0b0; margin-bottom: 20px; font-size: 0.95em; } .page-benz-jl__game-category-button { background-color: #e94560; color: #ffffff; border: none; padding: 8px 15px; font-size: 0.9em; border-radius: 5px; } .page-benz-jl__game-category-button:hover { background-color: #d13a52; } /* Promotions Section */.page-benz-jl__promotions-section { padding: 80px 0; background-color: #1a1a2e; } .page-benz-jl__promotions-description { font-size: 1.1em; text-align: center; margin-bottom: 50px; color: #c0c0c0; max-width: 900px; margin-left: auto; margin-right: auto; } .page-benz-jl__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-benz-jl__promo-card { background-color: #24263b; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-benz-jl__promo-card:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); } .page-benz-jl__promo-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; height: auto; } .page-benz-jl__promo-title { font-size: 1.4em; color: #00b894; padding: 20px 20px 10px; } .page-benz-jl__promo-text { color: #b0b0b0; padding: 0 20px 20px; flex-grow: 1; } .page-benz-jl__promo-button { background-color: #e94560; color: #ffffff; border: none; padding: 10px 20px; font-size: 1em; border-radius: 0 0 8px 8px; width: 100%; display: block; } .page-benz-jl__promo-button:hover { background-color: #d13a52; } /* Security & Customer Service Section */.page-benz-jl__security-customer-service-section { padding: 80px 0; background-color: #24263b; } .page-benz-jl__security-description { font-size: 1.1em; text-align: center; margin-bottom: 50px; color: #c0c0c0; max-width: 900px; margin-left: auto; margin-right: auto; } .page-benz-jl__security-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-benz-jl__security-feature-item { background-color: #1a1a2e; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-benz-jl__security-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; } .page-benz-jl__security-title { font-size: 1.5em; color: #00b894; margin-bottom: 10px; } .page-benz-jl__security-text { color: #b0b0b0; } .page-benz-jl__contact-cta { text-align: center; margin-top: 60px; background-color: #1a1a2e; padding: 40px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-benz-jl__contact-text { font-size: 1.2em; color: #ffffff; margin-bottom: 25px; } .page-benz-jl__contact-button { background-color: #e94560; color: #ffffff; border: 2px solid #e94560; } .page-benz-jl__contact-button:hover { background-color: #d13a52; transform: translateY(-3px); } /* FAQ Section */.page-benz-jl__faq-section { padding: 80px 0; background-color: #1a1a2e; } .page-benz-jl__faq-list { max-width: 900px; margin: 40px auto 0; } .page-benz-jl__faq-item { background-color: #24263b; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); } .page-benz-jl__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #2c2f4a; border-bottom: 1px solid #3a3f5f; transition: background-color 0.3s ease; } .page-benz-jl__faq-question:hover { background-color: #3a3f5f; } .page-benz-jl__faq-title { font-size: 1.2em; color: #ffffff; margin: 0; flex-grow: 1; pointer-events: none; } .page-benz-jl__faq-toggle { font-size: 1.8em; color: #00b894; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-benz-jl__faq-item.active .page-benz-jl__faq-toggle { transform: rotate(45deg); color: #e94560; } .page-benz-jl__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; color: #c0c0c0; } .page-benz-jl__faq-item.active .page-benz-jl__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-benz-jl__faq-answer p { margin: 0; } /* Blog Section */.page-benz-jl__blog-section { padding: 80px 0; background-color: #24263b; } .page-benz-jl__blog-description { font-size: 1.1em; text-align: center; margin-bottom: 50px; color: #c0c0c0; max-width: 900px; margin-left: auto; margin-right: auto; } .page-benz-jl__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-benz-jl__blog-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-benz-jl__blog-card:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); } .page-benz-jl__blog-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; height: auto; } .page-benz-jl__blog-content { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; } .page-benz-jl__blog-card-title { font-size: 1.3em; margin-bottom: 10px; line-height: 1.3; } .page-benz-jl__blog-card-title a { color: #00b894; text-decoration: none; transition: color 0.3s ease; } .page-benz-jl__blog-card-title a:hover { color: #e94560; } .page-benz-jl__blog-date { font-size: 0.9em; color: #888; margin-bottom: 15px; } .page-benz-jl__blog-excerpt { color: #c0c0c0; font-size: 0.95em; margin-bottom: 20px; flex-grow: 1; } .page-benz-jl__blog-read-more { background-color: #e94560; color: #ffffff; border: none; padding: 8px 15px; font-size: 0.9em; border-radius: 5px; align-self: flex-start; } .page-benz-jl__blog-read-more:hover { background-color: #d13a52; } /* Responsive Design */@media (max-width: 1024px) { .page-benz-jl__hero-title { font-size: 3em; } .page-benz-jl__hero-subtitle { font-size: 1.3em; } .page-benz-jl__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-benz-jl__hero-section { height: 70vh; } .page-benz-jl__hero-title { font-size: 2.2em; } .page-benz-jl__hero-subtitle { font-size: 1.1em; } .page-benz-jl__hero-cta-group { flex-direction: column; gap: 15px; } .page-benz-jl__hero-button { width: 80%; margin: 0 auto; } .page-benz-jl__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-benz-jl__introduction-section, .page-benz-jl__quick-access-section, .page-benz-jl__games-section, .page-benz-jl__promotions-section, .page-benz-jl__security-customer-service-section, .page-benz-jl__faq-section, .page-benz-jl__blog-section { padding: 50px 0; } .page-benz-jl__intro-text, .page-benz-jl__quick-access-description, .page-benz-jl__games-description, .page-benz-jl__promotions-description, .page-benz-jl__security-description, .page-benz-jl__blog-description { font-size: 1em; margin-bottom: 30px; } .page-benz-jl__features-grid, .page-benz-jl__game-categories, .page-benz-jl__promo-grid, .page-benz-jl__security-features-grid, .page-benz-jl__blog-grid { grid-template-columns: 1fr; gap: 25px; } .page-benz-jl__access-buttons { flex-direction: column; align-items: center; } .page-benz-jl__access-button { width: 90%; max-width: 300px; } /* List item responsive requirements */.page-benz-jl__feature-item, .page-benz-jl__game-category-item, .page-benz-jl__promo-card, .page-benz-jl__security-feature-item, .page-benz-jl__blog-card, .page-benz-jl__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding-left: 15px !important; padding-right: 15px !important; margin-left: 0 !important; margin-right: 0 !important; } .page-benz-jl__container { padding-left: 15px !important; padding-right: 15px !important; } .page-benz-jl__faq-question, .page-benz-jl__faq-answer { padding-left: 15px !important; padding-right: 15px !important; } .page-benz-jl__faq-title { font-size: 1.1em; } .page-benz-jl__faq-toggle { font-size: 1.5em; } .page-benz-jl__blog-card-title { font-size: 1.2em; } .page-benz-jl__blog-date, .page-benz-jl__blog-excerpt { font-size: 0.85em; } } @media (max-width: 480px) { .page-benz-jl__hero-title { font-size: 1.8em; } .page-benz-jl__hero-subtitle { font-size: 1em; } .page-benz-jl__hero-button { width: 95%; } .page-benz-jl__section-title { font-size: 1.5em; } .page-benz-jl__hero-section { height: 60vh; } }