.page-aev-jeep-jl { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-aev-jeep-jl__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }.page-aev-jeep-jl__section { padding: 60px 0; border-bottom: 1px solid #eee; }.page-aev-jeep-jl__section:last-of-type { border-bottom: none; }.page-aev-jeep-jl__hero-section { background-color: #0d1a26; color: #fff; text-align: center; padding: 10px 0 80px 0; position: relative; overflow: hidden; }.page-aev-jeep-jl__hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.4; }.page-aev-jeep-jl__hero-content { position: relative; z-index: 2; padding: 80px 15px 0; }.page-aev-jeep-jl__hero-title { font-size: 2.8em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }.page-aev-jeep-jl__hero-description { font-size: 1.2em; max-width: 800px; margin: 0 auto 30px; }.page-aev-jeep-jl__button { display: inline-block; background-color: #ffcc00; color: #333; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; }.page-aev-jeep-jl__button:hover { background-color: #e6b800; transform: translateY(-2px); }.page-aev-jeep-jl__button--primary { background-color: #007bff; color: #fff; }.page-aev-jeep-jl__button--primary:hover { background-color: #0056b3; }.page-aev-jeep-jl__h2 { font-size: 2em; color: #0d1a26; text-align: center; margin-bottom: 40px; }.page-aev-jeep-jl__h3 { font-size: 1.5em; color: #0d1a26; margin-bottom: 20px; }.page-aev-jeep-jl__text-center { text-align: center; }.page-aev-jeep-jl__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-aev-jeep-jl__intro-card { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); text-align: center; }.page-aev-jeep-jl__intro-card-icon { width: 60px; height: 60px; margin-bottom: 15px; }.page-aev-jeep-jl__quick-access-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; }.page-aev-jeep-jl__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-aev-jeep-jl__game-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.05); text-align: center; }.page-aev-jeep-jl__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-aev-jeep-jl__game-card-content { padding: 20px; }.page-aev-jeep-jl__game-card-title { font-size: 1.3em; margin-bottom: 10px; }.page-aev-jeep-jl__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-aev-jeep-jl__promo-card { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }.page-aev-jeep-jl__promo-card-title { color: #007bff; margin-bottom: 15px; }.page-aev-jeep-jl__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; margin-top: 40px; }.page-aev-jeep-jl__feature-item { text-align: center; flex: 1 1 200px; max-width: 250px; }.page-aev-jeep-jl__feature-icon { width: 80px; height: 80px; margin-bottom: 15px; }.page-aev-jeep-jl__payment-methods { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-aev-jeep-jl__payment-logo { width: 100px; height: 60px; object-fit: contain; background-color: #fff; padding: 5px; border-radius: 5px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }.page-aev-jeep-jl__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); overflow: hidden; }.page-aev-jeep-jl__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #fcfcfc; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; }.page-aev-jeep-jl__faq-question:hover { background-color: #f0f0f0; }.page-aev-jeep-jl__faq-question h3 { margin: 0; font-size: 1.1em; color: #0d1a26; pointer-events: none; }.page-aev-jeep-jl__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; }.page-aev-jeep-jl__faq-item.active .page-aev-jeep-jl__faq-toggle { transform: rotate(45deg); }.page-aev-jeep-jl__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-aev-jeep-jl__faq-item.active .page-aev-jeep-jl__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-aev-jeep-jl__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-aev-jeep-jl__blog-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }.page-aev-jeep-jl__blog-card-image { width: 100%; height: 220px; object-fit: cover; }.page-aev-jeep-jl__blog-card-content { padding: 20px; }.page-aev-jeep-jl__blog-card-title { font-size: 1.3em; margin-bottom: 10px; }.page-aev-jeep-jl__blog-card-title a { text-decoration: none; color: #0d1a26; transition: color 0.3s ease; }.page-aev-jeep-jl__blog-card-title a:hover { color: #007bff; }.page-aev-jeep-jl__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-aev-jeep-jl__floating-button { background-color: #ffcc00; color: #333; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0,0,0,0.2); transition: background-color 0.3s ease, transform 0.2s ease; }.page-aev-jeep-jl__floating-button:hover { background-color: #e6b800; transform: translateY(-2px); }.page-aev-jeep-jl__floating-button--login { background-color: #007bff; color: #fff; }.page-aev-jeep-jl__floating-button--login:hover { background-color: #0056b3; }@media (max-width: 768px) { .page-aev-jeep-jl__hero-title { font-size: 2em; }.page-aev-jeep-jl__hero-description { font-size: 1em; }.page-aev-jeep-jl__h2 { font-size: 1.5em; }.page-aev-jeep-jl__section { padding: 40px 0; }.page-aev-jeep-jl__intro-grid, .page-aev-jeep-jl__games-grid, .page-aev-jeep-jl__promo-grid, .page-aev-jeep-jl__blog-grid { grid-template-columns: 1fr; }.page-aev-jeep-jl__feature-item { flex: 1 1 100%; max-width: 100%; }.page-aev-jeep-jl__payment-logo { width: 80px; height: 50px; }.page-aev-jeep-jl__faq-question { padding: 15px 20px; }.page-aev-jeep-jl__faq-question h3 { font-size: 1em; }.page-aev-jeep-jl__faq-answer { padding: 15px 20px !important; }.page-aev-jeep-jl__floating-buttons { right: 10px; bottom: 10px; }.page-aev-jeep-jl__hero-content { padding-top: 60px; }.page-aev-jeep-jl__button { padding: 10px 20px; }body { padding-top: var(--header-offset, 122px); }.page-aev-jeep-jl__intro-grid > *, .page-aev-jeep-jl__quick-access-grid > *, .page-aev-jeep-jl__games-grid > *, .page-aev-jeep-jl__promo-grid > *, .page-aev-jeep-jl__security-features > *, .page-aev-jeep-jl__payment-methods > *, .page-aev-jeep-jl__blog-grid > *, .page-aev-jeep-jl__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px !important; padding-right: 15px !important; }.page-aev-jeep-jl__intro-grid, .page-aev-jeep-jl__quick-access-grid, .page-aev-jeep-jl__games-grid, .page-aev-jeep-jl__promo-grid, .page-aev-jeep-jl__security-features, .page-aev-jeep-jl__payment-methods, .page-aev-jeep-jl__blog-grid { padding: 0 !important; }.page-aev-jeep-jl__intro-card, .page-aev-jeep-jl__game-card, .page-aev-jeep-jl__promo-card, .page-aev-jeep-jl__blog-card { padding: 20px !important; }.page-aev-jeep-jl__text-content p, .page-aev-jeep-jl__intro-card p, .page-aev-jeep-jl__promo-card p, .page-aev-jeep-jl__feature-item p, .page-aev-jeep-jl__blog-card-content p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }}.page-aev-jeep-jl__hero-section { padding-top: 10px; }