.page-jeep-jl-accessories-mopar__hero-section { background-color: #0d1a26; color: #fff; padding: 10px 0 60px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; } .page-jeep-jl-accessories-mopar__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; } .page-jeep-jl-accessories-mopar__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 0 15px; } .page-jeep-jl-accessories-mopar__hero-title { font-size: 2.8em; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; line-height: 1.2; } .page-jeep-jl-accessories-mopar__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; line-height: 1.6; max-width: 700px; } .page-jeep-jl-accessories-mopar__button { display: inline-block; background-color: #ffc107; color: #1a1a1a; padding: 12px 28px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-jeep-jl-accessories-mopar__button:hover { background-color: #e0a800; } .page-jeep-jl-accessories-mopar__section { padding: 60px 15px; text-align: center; } .page-jeep-jl-accessories-mopar__section-title { font-size: 2em; margin-bottom: 40px; color: #0d1a26; } .page-jeep-jl-accessories-mopar__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-jeep-jl-accessories-mopar__grid-item { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-jeep-jl-accessories-mopar__grid-item:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .page-jeep-jl-accessories-mopar__grid-image { width: 100%; height: 250px; object-fit: cover; } .page-jeep-jl-accessories-mopar__grid-content { padding: 25px; } .page-jeep-jl-accessories-mopar__grid-title { font-size: 1.4em; margin-bottom: 10px; color: #0d1a26; } .page-jeep-jl-accessories-mopar__grid-description { font-size: 0.95em; line-height: 1.6; color: #555; margin-bottom: 20px; } .page-jeep-jl-accessories-mopar__list-section { background-color: #f4f7f6; } .page-jeep-jl-accessories-mopar__list { list-style: none; padding: 0; max-width: 800px; margin: 0 auto 40px; text-align: left; } .page-jeep-jl-accessories-mopar__list-item { background-color: #fff; margin-bottom: 15px; padding: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); display: flex; align-items: flex-start; } .page-jeep-jl-accessories-mopar__list-icon { width: 40px; height: 40px; margin-right: 20px; flex-shrink: 0; } .page-jeep-jl-accessories-mopar__list-text h3 { margin-top: 0; font-size: 1.2em; color: #0d1a26; margin-bottom: 5px; } .page-jeep-jl-accessories-mopar__list-text p { font-size: 0.9em; line-height: 1.5; color: #666; } .page-jeep-jl-accessories-mopar__faq-section { background-color: #ffffff; text-align: center; padding: 60px 15px; } .page-jeep-jl-accessories-mopar__faq-container { max-width: 800px; margin: 0 auto; } .page-jeep-jl-accessories-mopar__faq-item { background-color: #f8f9fa; border: 1px solid #e0e0e0; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-jeep-jl-accessories-mopar__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 15px; cursor: pointer; background-color: #e9ecef; color: #0d1a26; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-jeep-jl-accessories-mopar__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-jeep-jl-accessories-mopar__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-jeep-jl-accessories-mopar__faq-item.active .page-jeep-jl-accessories-mopar__faq-toggle { transform: rotate(45deg); } .page-jeep-jl-accessories-mopar__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; text-align: left; color: #333; } .page-jeep-jl-accessories-mopar__faq-item.active .page-jeep-jl-accessories-mopar__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } @media (max-width: 768px) { .page-jeep-jl-accessories-mopar__hero-title { font-size: 2em; } .page-jeep-jl-accessories-mopar__hero-subtitle { font-size: 1em; } .page-jeep-jl-accessories-mopar__section-title { font-size: 1.6em; } .page-jeep-jl-accessories-mopar__grid { grid-template-columns: 1fr; } .page-jeep-jl-accessories-mopar__grid-item { margin: 0 auto; max-width: 350px; width: 100% !important; box-sizing: border-box !important; } .page-jeep-jl-accessories-mopar__list { margin: 0 auto 30px; padding: 0 10px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-jeep-jl-accessories-mopar__list-item { flex-direction: column; align-items: center; padding: 15px !important; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-jeep-jl-accessories-mopar__list-icon { margin-right: 0; margin-bottom: 10px; } .page-jeep-jl-accessories-mopar__list-text { text-align: center; } .page-jeep-jl-accessories-mopar__list-text p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-jeep-jl-accessories-mopar__faq-question { padding: 15px 10px; } .page-jeep-jl-accessories-mopar__faq-question h3 { font-size: 1em; } .page-jeep-jl-accessories-mopar__faq-answer { padding: 15px 10px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-jeep-jl-accessories-mopar__faq-container { padding: 0 10px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-jeep-jl-accessories-mopar__hero-title { font-size: 1.8em; } .page-jeep-jl-accessories-mopar__section-title { font-size: 1.4em; } }