.page-jl-motor-shop { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a1a; line-height: 1.6; } .page-jl-motor-shop__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-jl-motor-shop__section-title { font-size: 2.5em; color: #ffd700; text-align: center; margin-bottom: 20px; text-shadow: 0 0 5px rgba(255,215,0,0.5); } .page-jl-motor-shop__section-description { font-size: 1.1em; text-align: center; margin-bottom: 40px; color: #cccccc; max-width: 800px; margin-left: auto; margin-right: auto; } .page-jl-motor-shop__highlight { color: #ffd700; } .page-jl-motor-shop__btn { display: inline-block; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; white-space: nowrap; } .page-jl-motor-shop__btn--primary { background-color: #ffd700; color: #1a1a1a; border: none; } .page-jl-motor-shop__btn--primary:hover { background-color: #e6c200; transform: translateY(-2px); } .page-jl-motor-shop__btn--secondary { background-color: #333333; color: #ffd700; border: 2px solid #ffd700; } .page-jl-motor-shop__btn--secondary:hover { background-color: #444444; transform: translateY(-2px); } .page-jl-motor-shop__btn--small { padding: 8px 15px; font-size: 0.9em; } .page-jl-motor-shop__hero-section { position: relative; display: flex; align-items: center; justify-content: center; min-height: 600px; text-align: center; overflow: hidden; padding-top: 10px; } .page-jl-motor-shop__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; filter: brightness(0.5); } .page-jl-motor-shop__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; } .page-jl-motor-shop__hero-title { font-size: 3.8em; margin-bottom: 15px; line-height: 1.2; color: #ffffff; } .page-jl-motor-shop__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #f0f0f0; } .page-jl-motor-shop__hero-cta-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-jl-motor-shop__intro-section, .page-jl-motor-shop__quick-access-section, .page-jl-motor-shop__games-section, .page-jl-motor-shop__promotions-section, .page-jl-motor-shop__security-section, .page-jl-motor-shop__faq-section, .page-jl-motor-shop__blog-section { padding: 80px 0; background-color: #222222; margin-bottom: 20px; } .page-jl-motor-shop__intro-features { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 30px; margin-top: 50px; } .page-jl-motor-shop__intro-feature-item { flex: 1; min-width: 280px; max-width: 350px; text-align: center; padding: 30px; background-color: #333333; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-jl-motor-shop__intro-feature-item:hover { transform: translateY(-5px); } .page-jl-motor-shop__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; } .page-jl-motor-shop__feature-title { font-size: 1.8em; color: #ffd700; margin-bottom: 15px; } .page-jl-motor-shop__feature-text { font-size: 1em; color: #cccccc; } .page-jl-motor-shop__quick-access-section { background-color: #1a1a1a; } .page-jl-motor-shop__access-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 40px; } .page-jl-motor-shop__access-btn { display: block; padding: 15px 20px; background-color: #333333; color: #ffd700; border: 1px solid #ffd700; border-radius: 8px; text-decoration: none; text-align: center; font-weight: bold; transition: background-color 0.3s ease, color 0.3s ease; } .page-jl-motor-shop__access-btn:hover { background-color: #ffd700; color: #1a1a1a; } .page-jl-motor-shop__games-section { background-color: #2a2a2a; } .page-jl-motor-shop__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 50px; } .page-jl-motor-shop__game-card { background-color: #333333; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; display: flex; flex-direction: column; transition: transform 0.3s ease; } .page-jl-motor-shop__game-card:hover { transform: translateY(-5px); } .page-jl-motor-shop__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-jl-motor-shop__game-card-title { font-size: 1.5em; color: #ffd700; padding: 15px 10px 5px; } .page-jl-motor-shop__game-card-text { font-size: 0.95em; color: #cccccc; padding: 0 15px 15px; flex-grow: 1; } .page-jl-motor-shop__game-card .page-jl-motor-shop__btn { margin: 0 15px 20px; } .page-jl-motor-shop__promotions-section { background-color: #1a1a1a; } .page-jl-motor-shop__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 50px; } .page-jl-motor-shop__promo-card { background-color: #333333; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; display: flex; flex-direction: column; transition: transform 0.3s ease; } .page-jl-motor-shop__promo-card:hover { transform: translateY(-5px); } .page-jl-motor-shop__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-jl-motor-shop__promo-card-title { font-size: 1.6em; color: #ffd700; padding: 15px 10px 5px; } .page-jl-motor-shop__promo-card-text { font-size: 1em; color: #cccccc; padding: 0 15px 15px; flex-grow: 1; } .page-jl-motor-shop__promo-card .page-jl-motor-shop__btn { margin: 0 15px 20px; } .page-jl-motor-shop__security-section { background-color: #222222; } .page-jl-motor-shop__security-features { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 30px; margin-top: 50px; } .page-jl-motor-shop__security-item { flex: 1; min-width: 280px; max-width: 350px; text-align: center; padding: 30px; background-color: #333333; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-jl-motor-shop__security-item:hover { transform: translateY(-5px); } .page-jl-motor-shop__security-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; } .page-jl-motor-shop__security-title { font-size: 1.8em; color: #ffd700; margin-bottom: 15px; } .page-jl-motor-shop__security-text { font-size: 1em; color: #cccccc; } .page-jl-motor-shop__contact-cta { text-align: center; margin-top: 50px; } .page-jl-motor-shop__faq-section { background-color: #1a1a1a; } .page-jl-motor-shop__faq-list { margin-top: 40px; max-width: 900px; margin-left: auto; margin-right: auto; } .page-jl-motor-shop__faq-item { background-color: #333333; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-jl-motor-shop__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #444444; transition: background-color 0.3s ease; } .page-jl-motor-shop__faq-question:hover { background-color: #555555; } .page-jl-motor-shop__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffffff; pointer-events: none; } .page-jl-motor-shop__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffd700; transition: transform 0.3s ease; pointer-events: none; } .page-jl-motor-shop__faq-item.active .page-jl-motor-shop__faq-toggle { transform: rotate(45deg); } .page-jl-motor-shop__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; } .page-jl-motor-shop__faq-item.active .page-jl-motor-shop__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-jl-motor-shop__faq-answer p { margin: 0; color: #cccccc; font-size: 1em; } .page-jl-motor-shop__blog-section { background-color: #2a2a2a; } .page-jl-motor-shop__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 50px; } .page-jl-motor-shop__blog-post { background-color: #333333; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; transition: transform 0.3s ease; } .page-jl-motor-shop__blog-post:hover { transform: translateY(-5px); } .page-jl-motor-shop__blog-post-image { width: 100%; height: 220px; object-fit: cover; } .page-jl-motor-shop__blog-post-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-jl-motor-shop__blog-post-title { font-size: 1.4em; margin-bottom: 10px; line-height: 1.3; } .page-jl-motor-shop__blog-post-title a { color: #ffd700; text-decoration: none; transition: color 0.3s ease; } .page-jl-motor-shop__blog-post-title a:hover { color: #ffffff; } .page-jl-motor-shop__blog-post-meta { font-size: 0.85em; color: #999999; margin-bottom: 15px; } .page-jl-motor-shop__blog-post-excerpt { font-size: 0.95em; color: #cccccc; margin-bottom: 20px; flex-grow: 1; } @media (max-width: 1024px) { .page-jl-motor-shop__hero-title { font-size: 3em; } .page-jl-motor-shop__hero-subtitle { font-size: 1.3em; } .page-jl-motor-shop__section-title { font-size: 2em; } .page-jl-motor-shop__intro-feature-item, .page-jl-motor-shop__security-item { max-width: 45%; } .page-jl-motor-shop__game-card, .page-jl-motor-shop__promo-card, .page-jl-motor-shop__blog-post { min-width: unset; } } @media (max-width: 768px) { .page-jl-motor-shop__hero-section { min-height: 450px; } .page-jl-motor-shop__hero-title { font-size: 2.2em; } .page-jl-motor-shop__hero-subtitle { font-size: 1.1em; } .page-jl-motor-shop__hero-cta-group { flex-direction: column; gap: 15px; } .page-jl-motor-shop__btn { width: 100%; max-width: 250px; margin: 0 auto; } .page-jl-motor-shop__container { padding: 15px; } .page-jl-motor-shop__section-title { font-size: 1.8em; } .page-jl-motor-shop__section-description { font-size: 1em; margin-bottom: 30px; } .page-jl-motor-shop__intro-section, .page-jl-motor-shop__quick-access-section, .page-jl-motor-shop__games-section, .page-jl-motor-shop__promotions-section, .page-jl-motor-shop__security-section, .page-jl-motor-shop__faq-section, .page-jl-motor-shop__blog-section { padding: 50px 0; margin-bottom: 15px; } .page-jl-motor-shop__intro-features, .page-jl-motor-shop__security-features { flex-direction: column; align-items: center; gap: 20px; margin-top: 30px; } .page-jl-motor-shop__intro-feature-item, .page-jl-motor-shop__security-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 25px; margin-left: 0 !important; margin-right: 0 !important; } .page-jl-motor-shop__access-links { grid-template-columns: 1fr; gap: 15px; margin-top: 30px; } .page-jl-motor-shop__access-btn { width: 100%; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jl-motor-shop__game-categories, .page-jl-motor-shop__promo-grid, .page-jl-motor-shop__blog-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 30px; } .page-jl-motor-shop__game-card, .page-jl-motor-shop__promo-card, .page-jl-motor-shop__blog-post { width: 100%; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jl-motor-shop__game-card-image, .page-jl-motor-shop__promo-card-image, .page-jl-motor-shop__blog-post-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-jl-motor-shop__faq-question { padding: 15px 20px; } .page-jl-motor-shop__faq-question h3 { font-size: 1.1em; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-jl-motor-shop__faq-answer { padding: 0 20px; } .page-jl-motor-shop__faq-item.active .page-jl-motor-shop__faq-answer { padding: 15px 20px !important; } .page-jl-motor-shop__blog-post-title { font-size: 1.2em; } .page-jl-motor-shop__blog-post-excerpt { font-size: 0.9em; } }