.page-jeep-jl-dash-cam { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-jeep-jl-dash-cam__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } .page-jeep-jl-dash-cam__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-jeep-jl-dash-cam__section--dark h2, .page-jeep-jl-dash-cam__section--dark h3 { color: #ecf0f1; } .page-jeep-jl-dash-cam__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-jeep-jl-dash-cam__h1 { font-size: 2.8em; color: #2c3e50; text-align: center; margin-bottom: 20px; font-weight: bold; } .page-jeep-jl-dash-cam__h2 { font-size: 2.2em; color: #2c3e50; text-align: center; margin-bottom: 30px; font-weight: bold; } .page-jeep-jl-dash-cam__h3 { font-size: 1.6em; color: #34495e; margin-bottom: 15px; } .page-jeep-jl-dash-cam__text { font-size: 1.1em; margin-bottom: 15px; } .page-jeep-jl-dash-cam__button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-jeep-jl-dash-cam__button:hover { background-color: #c0392b; } .page-jeep-jl-dash-cam__hero-section { background-color: #34495e; color: #ecf0f1; padding: 10px 0 60px 0; text-align: center; position: relative; overflow: hidden; } .page-jeep-jl-dash-cam__hero-image { width: 100%; height: 500px; object-fit: cover; position: absolute; top: 0; left: 0; z-index: 0; opacity: 0.3; } .page-jeep-jl-dash-cam__hero-content { position: relative; z-index: 1; padding: 50px 20px; } .page-jeep-jl-dash-cam__hero-content .page-jeep-jl-dash-cam__h1 { color: #fff; font-size: 3.5em; margin-bottom: 20px; } .page-jeep-jl-dash-cam__hero-content .page-jeep-jl-dash-cam__text { font-size: 1.3em; margin-bottom: 40px; } .page-jeep-jl-dash-cam__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 30px 15px; background-color: #f0f0f0; border-radius: 8px; margin-bottom: 20px; } .page-jeep-jl-dash-cam__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-jeep-jl-dash-cam__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-jeep-jl-dash-cam__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-jeep-jl-dash-cam__feature-item { background-color: #fdfdfd; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,0.08); } .page-jeep-jl-dash-cam__feature-icon { width: 80px; height: 80px; margin: 0 auto 15px auto; object-fit: contain; display: block; } .page-jeep-jl-dash-cam__feature-item .page-jeep-jl-dash-cam__h3 { font-size: 1.4em; margin-bottom: 10px; color: #e74c3c; } .page-jeep-jl-dash-cam__list { list-style: none; padding: 0; margin-top: 20px; } .page-jeep-jl-dash-cam__list-item { background-color: #fdfdfd; padding: 15px 20px; border-left: 5px solid #e74c3c; margin-bottom: 10px; border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; } .page-jeep-jl-dash-cam__list-item-text { flex-grow: 1; font-size: 1.1em; } .page-jeep-jl-dash-cam__promo-card { background-color: #fdfdfd; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,0.08); margin-bottom: 20px; } .page-jeep-jl-dash-cam__promo-card .page-jeep-jl-dash-cam__h3 { color: #e74c3c; margin-bottom: 15px; } .page-jeep-jl-dash-cam__promo-image { width: 100%; height: 250px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; } .page-jeep-jl-dash-cam__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-jeep-jl-dash-cam__blog-card { background-color: #fdfdfd; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); overflow: hidden; text-decoration: none; color: inherit; display: flex; flex-direction: column; } .page-jeep-jl-dash-cam__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-jeep-jl-dash-cam__blog-content { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; } .page-jeep-jl-dash-cam__blog-title { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; font-weight: bold; } .page-jeep-jl-dash-cam__blog-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; flex-grow: 1; } .page-jeep-jl-dash-cam__blog-link { display: inline-block; background-color: #3498db; color: #fff; padding: 8px 15px; border-radius: 4px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; margin-top: auto; } .page-jeep-jl-dash-cam__blog-link:hover { background-color: #2980b9; } .page-jeep-jl-dash-cam__faq-list { list-style: none; padding: 0; } .page-jeep-jl-dash-cam__faq-item { background-color: #fdfdfd; margin-bottom: 10px; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.08); } .page-jeep-jl-dash-cam__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #eee; font-weight: bold; color: #34495e; transition: background-color 0.3s ease; } .page-jeep-jl-dash-cam__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; color: #34495e; } .page-jeep-jl-dash-cam__faq-question:hover { background-color: #e0e0e0; } .page-jeep-jl-dash-cam__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-jeep-jl-dash-cam__faq-item.active .page-jeep-jl-dash-cam__faq-toggle { transform: rotate(45deg); } .page-jeep-jl-dash-cam__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-jeep-jl-dash-cam__faq-item.active .page-jeep-jl-dash-cam__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-jeep-jl-dash-cam__h1 { font-size: 2.2em; } .page-jeep-jl-dash-cam__h2 { font-size: 1.8em; } .page-jeep-jl-dash-cam__hero-content .page-jeep-jl-dash-cam__h1 { font-size: 2.5em; } .page-jeep-jl-dash-cam__hero-content .page-jeep-jl-dash-cam__text { font-size: 1.1em; } .page-jeep-jl-dash-cam__hero-image { height: 400px; } .page-jeep-jl-dash-cam__section { padding: 30px 15px; } .page-jeep-jl-dash-cam__features-grid, .page-jeep-jl-dash-cam__blog-grid { grid-template-columns: 1fr; } .page-jeep-jl-dash-cam__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 12px 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-jeep-jl-dash-cam__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-jl-dash-cam__faq-question { padding: 12px 15px; } .page-jeep-jl-dash-cam__faq-question h3 { font-size: 1.1em; } .page-jeep-jl-dash-cam__faq-answer { padding: 15px !important; } .page-jeep-jl-dash-cam__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-jeep-jl-dash-cam__payment-logo, .page-jeep-jl-dash-cam__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-jeep-jl-dash-cam__promo-image, .page-jeep-jl-dash-cam__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-jeep-jl-dash-cam__feature-icon { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-jeep-jl-dash-cam__blog-card { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }