.page-jeep-wrangler-jl-front-camera { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-jeep-wrangler-jl-front-camera__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-jeep-wrangler-jl-front-camera__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-jeep-wrangler-jl-front-camera__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-jeep-wrangler-jl-front-camera__section-title { text-align: center; color: #2c3e50; margin-bottom: 30px; font-size: 2.5em; font-weight: bold; }.page-jeep-wrangler-jl-front-camera__section-title--light { color: #ecf0f1; }.page-jeep-wrangler-jl-front-camera__hero-section { background: linear-gradient(135deg, #3498db, #2980b9); color: #fff; text-align: center; padding: 100px 20px 80px; border-radius: 0 0 8px 8px; position: relative; overflow: hidden; padding-top: 10px; }.page-jeep-wrangler-jl-front-camera__hero-background-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; }.page-jeep-wrangler-jl-front-camera__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }.page-jeep-wrangler-jl-front-camera__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; }.page-jeep-wrangler-jl-front-camera__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; }.page-jeep-wrangler-jl-front-camera__cta-button { display: inline-block; background-color: #f39c12; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; }.page-jeep-wrangler-jl-front-camera__cta-button:hover { background-color: #e67e22; transform: translateY(-3px); }.page-jeep-wrangler-jl-front-camera__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }.page-jeep-wrangler-jl-front-camera__card { background-color: #fdfdfd; padding: 25px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); text-align: center; transition: transform 0.3s ease; }.page-jeep-wrangler-jl-front-camera__card:hover { transform: translateY(-5px); }.page-jeep-wrangler-jl-front-camera__card-image { width: 100%; height: 200px; object-fit: cover; border-radius: 5px; margin-bottom: 15px; }.page-jeep-wrangler-jl-front-camera__card-title { font-size: 1.5em; margin-bottom: 10px; color: #34495e; }.page-jeep-wrangler-jl-front-camera__card-description { font-size: 0.95em; color: #7f8c8d; }.page-jeep-wrangler-jl-front-camera__intro-content { display: flex; flex-direction: column; align-items: center; text-align: center; }.page-jeep-wrangler-jl-front-camera__intro-text { max-width: 800px; margin-bottom: 30px; font-size: 1.1em; }.page-jeep-wrangler-jl-front-camera__intro-image { width: 100%; max-width: 600px; height: auto; object-fit: cover; border-radius: 8px; margin-top: 20px; }.page-jeep-wrangler-jl-front-camera__quick-access-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; }.page-jeep-wrangler-jl-front-camera__quick-access-item { flex: 1 1 auto; min-width: 180px; }.page-jeep-wrangler-jl-front-camera__quick-access-link { display: block; background-color: #3498db; color: #fff; padding: 12px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-jeep-wrangler-jl-front-camera__quick-access-link:hover { background-color: #2980b9; }.page-jeep-wrangler-jl-front-camera__game-category-tabs { display: flex; justify-content: center; margin-bottom: 30px; flex-wrap: wrap; gap: 10px; }.page-jeep-wrangler-jl-front-camera__game-category-tab { padding: 10px 20px; border: 1px solid #ddd; border-radius: 5px; cursor: pointer; transition: background-color 0.3s ease, border-color 0.3s ease; }.page-jeep-wrangler-jl-front-camera__game-category-tab:hover { background-color: #eee; }.page-jeep-wrangler-jl-front-camera__game-category-tab.active { background-color: #3498db; color: #fff; border-color: #3498db; }.page-jeep-wrangler-jl-front-camera__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }.page-jeep-wrangler-jl-front-camera__game-card { background-color: #fdfdfd; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); text-align: center; transition: transform 0.3s ease; }.page-jeep-wrangler-jl-front-camera__game-card:hover { transform: translateY(-5px); }.page-jeep-wrangler-jl-front-camera__game-card-image { width: 100%; height: 180px; object-fit: cover; }.page-jeep-wrangler-jl-front-camera__game-card-content { padding: 15px; }.page-jeep-wrangler-jl-front-camera__game-card-title { font-size: 1.2em; margin-bottom: 10px; color: #34495e; }.page-jeep-wrangler-jl-front-camera__game-card-button { display: inline-block; background-color: #f39c12; color: #fff; padding: 8px 15px; border-radius: 4px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; }.page-jeep-wrangler-jl-front-camera__game-card-button:hover { background-color: #e67e22; }.page-jeep-wrangler-jl-front-camera__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }.page-jeep-wrangler-jl-front-camera__promo-card { background-color: #fdfdfd; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; }.page-jeep-wrangler-jl-front-camera__promo-card:hover { transform: translateY(-5px); }.page-jeep-wrangler-jl-front-camera__promo-card-image { width: 100%; height: 220px; object-fit: cover; }.page-jeep-wrangler-jl-front-camera__promo-card-content { padding: 20px; }.page-jeep-wrangler-jl-front-camera__promo-card-title { font-size: 1.5em; margin-bottom: 10px; color: #34495e; }.page-jeep-wrangler-jl-front-camera__promo-card-description { font-size: 0.95em; color: #7f8c8d; margin-bottom: 15px; }.page-jeep-wrangler-jl-front-camera__promo-card-button { display: inline-block; background-color: #27ae60; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-jeep-wrangler-jl-front-camera__promo-card-button:hover { background-color: #229a55; }.page-jeep-wrangler-jl-front-camera__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; text-align: center; }.page-jeep-wrangler-jl-front-camera__security-item { background-color: #fdfdfd; padding: 25px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }.page-jeep-wrangler-jl-front-camera__security-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 15px; }.page-jeep-wrangler-jl-front-camera__security-title { font-size: 1.3em; margin-bottom: 10px; color: #34495e; }.page-jeep-wrangler-jl-front-camera__security-description { font-size: 0.9em; color: #7f8c8d; }.page-jeep-wrangler-jl-front-camera__contact-info { margin-top: 30px; text-align: center; }.page-jeep-wrangler-jl-front-camera__contact-method { margin-bottom: 10px; font-size: 1.1em; }.page-jeep-wrangler-jl-front-camera__faq-list { list-style: none; padding: 0; }.page-jeep-wrangler-jl-front-camera__faq-item { background-color: #fdfdfd; margin-bottom: 10px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); overflow: hidden; }.page-jeep-wrangler-jl-front-camera__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; background-color: #ecf0f1; border-bottom: 1px solid #ddd; transition: background-color 0.3s ease; user-select: none; }.page-jeep-wrangler-jl-front-camera__faq-question:hover { background-color: #e0e0e0; }.page-jeep-wrangler-jl-front-camera__faq-question h3 { margin: 0; font-size: 1.1em; color: #34495e; pointer-events: none; }.page-jeep-wrangler-jl-front-camera__faq-toggle { font-size: 1.5em; font-weight: bold; color: #34495e; transition: transform 0.3s ease; pointer-events: none; }.page-jeep-wrangler-jl-front-camera__faq-item.active .page-jeep-wrangler-jl-front-camera__faq-toggle { transform: rotate(45deg); }.page-jeep-wrangler-jl-front-camera__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-jeep-wrangler-jl-front-camera__faq-item.active .page-jeep-wrangler-jl-front-camera__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; }.page-jeep-wrangler-jl-front-camera__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }.page-jeep-wrangler-jl-front-camera__blog-card { background-color: #fdfdfd; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; }.page-jeep-wrangler-jl-front-camera__blog-card:hover { transform: translateY(-5px); }.page-jeep-wrangler-jl-front-camera__blog-card-image { width: 100%; height: 200px; object-fit: cover; }.page-jeep-wrangler-jl-front-camera__blog-card-content { padding: 20px; }.page-jeep-wrangler-jl-front-camera__blog-card-title { font-size: 1.3em; margin-bottom: 10px; color: #34495e; }.page-jeep-wrangler-jl-front-camera__blog-card-title a { text-decoration: none; color: inherit; transition: color 0.3s ease; }.page-jeep-wrangler-jl-front-camera__blog-card-title a:hover { color: #3498db; }.page-jeep-wrangler-jl-front-camera__blog-card-summary { font-size: 0.9em; color: #7f8c8d; margin-bottom: 15px; }.page-jeep-wrangler-jl-front-camera__blog-card-date { font-size: 0.85em; color: #95a5a6; text-align: right; }.page-jeep-wrangler-jl-front-camera__logo-strip { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; }.page-jeep-wrangler-jl-front-camera__logo-strip img { max-height: 50px; width: auto; object-fit: contain; filter: grayscale(80%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; }.page-jeep-wrangler-jl-front-camera__logo-strip img:hover { filter: grayscale(0%); opacity: 1; }@media (max-width: 768px) { .page-jeep-wrangler-jl-front-camera__hero-title { font-size: 2.5em; }.page-jeep-wrangler-jl-front-camera__hero-subtitle { font-size: 1.2em; }.page-jeep-wrangler-jl-front-camera__section-title { font-size: 2em; }.page-jeep-wrangler-jl-front-camera__grid, .page-jeep-wrangler-jl-front-camera__game-grid, .page-jeep-wrangler-jl-front-camera__promo-grid, .page-jeep-wrangler-jl-front-camera__security-grid, .page-jeep-wrangler-jl-front-camera__blog-grid { grid-template-columns: 1fr; }.page-jeep-wrangler-jl-front-camera__quick-access-list { flex-direction: column; align-items: stretch; }.page-jeep-wrangler-jl-front-camera__quick-access-item { min-width: unset; }.page-jeep-wrangler-jl-front-camera__faq-question, .page-jeep-wrangler-jl-front-camera__faq-answer { padding-left: 15px !important; padding-right: 15px !important; }.page-jeep-wrangler-jl-front-camera__faq-question h3 { font-size: 1em; }.page-jeep-wrangler-jl-front-camera__faq-toggle { font-size: 1.2em; }.page-jeep-wrangler-jl-front-camera__game-category-tabs { justify-content: flex-start; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; }.page-jeep-wrangler-jl-front-camera__game-category-tab { flex-shrink: 0; }.page-jeep-wrangler-jl-front-camera__card-image, .page-jeep-wrangler-jl-front-camera__game-card-image, .page-jeep-wrangler-jl-front-camera__promo-card-image, .page-jeep-wrangler-jl-front-camera__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-jeep-wrangler-jl-front-camera__faq-list, .page-jeep-wrangler-jl-front-camera__blog-grid, .page-jeep-wrangler-jl-front-camera__promo-grid, .page-jeep-wrangler-jl-front-camera__game-grid, .page-jeep-wrangler-jl-front-camera__security-grid, .page-jeep-wrangler-jl-front-camera__quick-access-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-jeep-wrangler-jl-front-camera__faq-item, .page-jeep-wrangler-jl-front-camera__blog-card, .page-jeep-wrangler-jl-front-camera__promo-card, .page-jeep-wrangler-jl-front-camera__game-card, .page-jeep-wrangler-jl-front-camera__security-item, .page-jeep-wrangler-jl-front-camera__quick-access-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }}.page-jeep-wrangler-jl-front-camera__tab-content { display: none; }.page-jeep-wrangler-jl-front-camera__tab-content.active { display: block; }