.page-2018-jeep-jl-soft-top { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-2018-jeep-jl-soft-top__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-2018-jeep-jl-soft-top__hero-section { background-color: #0a0a0a; color: #fff; text-align: center; padding: 60px 20px; position: relative; overflow: hidden; border-bottom: 5px solid #ffcc00; padding-top: 10px; /* Decorative padding, assuming body has --header-offset */ }.page-2018-jeep-jl-soft-top__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.4; z-index: 1; }.page-2018-jeep-jl-soft-top__hero-content { position: relative; z-index: 2; }.page-2018-jeep-jl-soft-top__hero-title { font-size: 3em; margin-bottom: 20px; text-transform: uppercase; color: #ffcc00; }.page-2018-jeep-jl-soft-top__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-2018-jeep-jl-soft-top__btn { display: inline-block; background-color: #ffcc00; color: #0a0a0a; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, color 0.3s ease; border: none; cursor: pointer; }.page-2018-jeep-jl-soft-top__btn:hover { background-color: #e6b800; color: #000; }.page-2018-jeep-jl-soft-top__section { padding: 40px 20px; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }.page-2018-jeep-jl-soft-top__section-title { font-size: 2.2em; color: #0a0a0a; text-align: center; margin-bottom: 30px; text-transform: uppercase; }.page-2018-jeep-jl-soft-top__text-content { text-align: center; margin-bottom: 30px; }.page-2018-jeep-jl-soft-top__feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-2018-jeep-jl-soft-top__feature-item { background-color: #f4f4f4; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,0.05); transition: transform 0.3s ease; }.page-2018-jeep-jl-soft-top__feature-item:hover { transform: translateY(-5px); }.page-2018-jeep-jl-soft-top__feature-item img { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; }.page-2018-jeep-jl-soft-top__feature-item h3 { font-size: 1.5em; color: #0a0a0a; margin-bottom: 10px; }.page-2018-jeep-jl-soft-top__image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }.page-2018-jeep-jl-soft-top__gallery-item img { width: 100%; height: 250px; object-fit: cover; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }.page-2018-jeep-jl-soft-top__cta-section { background-color: #0a0a0a; color: #fff; text-align: center; padding: 50px 20px; border-radius: 8px; margin-bottom: 20px; }.page-2018-jeep-jl-soft-top__cta-title { font-size: 2em; margin-bottom: 15px; color: #ffcc00; }.page-2018-jeep-jl-soft-top__cta-text { font-size: 1.1em; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; }.page-2018-jeep-jl-soft-top__faq-section { background-color: #fff; padding: 40px 20px; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }.page-2018-jeep-jl-soft-top__faq-title { font-size: 2.2em; color: #0a0a0a; text-align: center; margin-bottom: 30px; text-transform: uppercase; }.page-2018-jeep-jl-soft-top__faq-list { max-width: 800px; margin: 0 auto; }.page-2018-jeep-jl-soft-top__faq-item { border: 1px solid #eee; margin-bottom: 10px; border-radius: 5px; overflow: hidden; }.page-2018-jeep-jl-soft-top__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #f9f9f9; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-2018-jeep-jl-soft-top__faq-question:hover { background-color: #f0f0f0; }.page-2018-jeep-jl-soft-top__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; }.page-2018-jeep-jl-soft-top__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; pointer-events: none; transition: transform 0.3s ease; }.page-2018-jeep-jl-soft-top__faq-item.active .page-2018-jeep-jl-soft-top__faq-toggle { transform: rotate(45deg); }.page-2018-jeep-jl-soft-top__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #fff; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-2018-jeep-jl-soft-top__faq-item.active .page-2018-jeep-jl-soft-top__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-2018-jeep-jl-soft-top__faq-answer p { margin: 0; font-size: 0.95em; color: #555; }.page-2018-jeep-jl-soft-top__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-2018-jeep-jl-soft-top__payment-provider-logo { height: 50px; width: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; }.page-2018-jeep-jl-soft-top__payment-provider-logo:hover { filter: grayscale(0%); opacity: 1; }@media (max-width: 768px) { .page-2018-jeep-jl-soft-top__container { padding: 15px; }.page-2018-jeep-jl-soft-top__hero-title { font-size: 2.2em; }.page-2018-jeep-jl-soft-top__hero-subtitle { font-size: 1em; }.page-2018-jeep-jl-soft-top__section-title, .page-2018-jeep-jl-soft-top__faq-title { font-size: 1.8em; }.page-2018-jeep-jl-soft-top__feature-grid { grid-template-columns: 1fr; }.page-2018-jeep-jl-soft-top__feature-item { padding: 20px; }.page-2018-jeep-jl-soft-top__feature-item h3 { font-size: 1.3em; }.page-2018-jeep-jl-soft-top__image-gallery { grid-template-columns: 1fr; }.page-2018-jeep-jl-soft-top__gallery-item img { height: 200px; }.page-2018-jeep-jl-soft-top__cta-title { font-size: 1.6em; }.page-2018-jeep-jl-soft-top__cta-text { font-size: 0.95em; }.page-2018-jeep-jl-soft-top__faq-question { padding: 12px 15px; }.page-2018-jeep-jl-soft-top__faq-question h3 { font-size: 1em; }.page-2018-jeep-jl-soft-top__faq-answer { padding: 15px !important; }.page-2018-jeep-jl-soft-top__faq-answer p { font-size: 0.9em; }.page-2018-jeep-jl-soft-top__payment-provider-logo { height: 40px; }/* Mobile specific list item styling */.page-2018-jeep-jl-soft-top__feature-grid .page-2018-jeep-jl-soft-top__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px; padding-right: 15px; }.page-2018-jeep-jl-soft-top__feature-item p, .page-2018-jeep-jl-soft-top__feature-item h3 { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-2018-jeep-jl-soft-top__faq-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-2018-jeep-jl-soft-top__faq-item h3, .page-2018-jeep-jl-soft-top__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }}.page-2018-jeep-jl-soft-top img { max-width: 100%; height: auto; box-sizing: border-box !important; }@media (max-width: 768px) { .page-2018-jeep-jl-soft-top img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }}