.page-jeep-jl-spacer-lift { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-jeep-jl-spacer-lift__hero-section { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; padding: 10px 20px 60px; min-height: 500px; overflow: hidden; background-color: #333; /* Fallback */ }.page-jeep-jl-spacer-lift__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 0; }.page-jeep-jl-spacer-lift__hero-image-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }.page-jeep-jl-spacer-lift__hero-image { width: 100%; height: 100%; object-fit: cover; max-width: 100%; }.page-jeep-jl-spacer-lift__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 20px; }.page-jeep-jl-spacer-lift__hero-title { font-size: 2.8em; margin-bottom: 20px; font-weight: bold; color: #ffffff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-jeep-jl-spacer-lift__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #e0e0e0; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }.page-jeep-jl-spacer-lift__hero-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, color 0.3s ease; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); }.page-jeep-jl-spacer-lift__hero-button:hover { background-color: #e0a800; color: #fff; }.page-jeep-jl-spacer-lift__highlight { color: #ffc107; }.page-jeep-jl-spacer-lift__benefits-section, .page-jeep-jl-spacer-lift__types-section, .page-jeep-jl-spacer-lift__installation-tips-section, .page-jeep-jl-spacer-lift__faq-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; }.page-jeep-jl-spacer-lift__section-title { font-size: 2.2em; color: #333; text-align: center; margin-bottom: 40px; font-weight: bold; }.page-jeep-jl-spacer-lift__section-intro { text-align: center; font-size: 1.1em; color: #555; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-jeep-jl-spacer-lift__benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; text-align: center; }.page-jeep-jl-spacer-lift__benefit-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; }.page-jeep-jl-spacer-lift__benefit-item:hover { transform: translateY(-5px); }.page-jeep-jl-spacer-lift__benefit-icon { width: 200px; height: auto; margin-bottom: 20px; max-width: 100%; }.page-jeep-jl-spacer-lift__benefit-title { font-size: 1.5em; color: #333; margin-bottom: 15px; font-weight: bold; }.page-jeep-jl-spacer-lift__benefit-description { color: #666; font-size: 1em; }.page-jeep-jl-spacer-lift__types-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-jeep-jl-spacer-lift__type-card { background-color: #fff; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; display: flex; flex-direction: column; transition: transform 0.3s ease; }.page-jeep-jl-spacer-lift__type-card:hover { transform: translateY(-5px); }.page-jeep-jl-spacer-lift__type-image { width: 100%; height: 250px; object-fit: cover; max-width: 100%; }.page-jeep-jl-spacer-lift__type-title { font-size: 1.6em; color: #333; padding: 20px 20px 10px; font-weight: bold; }.page-jeep-jl-spacer-lift__type-description { color: #666; padding: 0 20px 20px; flex-grow: 1; }.page-jeep-jl-spacer-lift__type-button { display: block; background-color: #007bff; color: #fff; padding: 12px 20px; text-align: center; text-decoration: none; font-weight: bold; margin: 0 20px 20px; border-radius: 5px; transition: background-color 0.3s ease; }.page-jeep-jl-spacer-lift__type-button:hover { background-color: #0056b3; }.page-jeep-jl-spacer-lift__tips-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 50px; }.page-jeep-jl-spacer-lift__tip-item { background-color: #fff; padding: 30px; border-left: 5px solid #ffc107; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); box-sizing: border-box; }.page-jeep-jl-spacer-lift__tip-title { font-size: 1.4em; color: #333; margin-bottom: 10px; font-weight: bold; }.page-jeep-jl-spacer-lift__tip-description { color: #666; font-size: 1em; }.page-jeep-jl-spacer-lift__cta-box { background-color: #28a745; color: #fff; text-align: center; padding: 40px; border-radius: 10px; margin-top: 50px; }.page-jeep-jl-spacer-lift__cta-text { font-size: 1.8em; margin-bottom: 25px; font-weight: bold; }.page-jeep-jl-spacer-lift__cta-button { display: inline-block; background-color: #fff; color: #28a745; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, color 0.3s ease; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }.page-jeep-jl-spacer-lift__cta-button:hover { background-color: #e2e6ea; color: #218838; }.page-jeep-jl-spacer-lift__faq-container { max-width: 900px; margin: 0 auto; }.page-jeep-jl-spacer-lift__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); overflow: hidden; }.page-jeep-jl-spacer-lift__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #f0f0f0; color: #333; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease; user-select: none; }.page-jeep-jl-spacer-lift__faq-question:hover { background-color: #e0e0e0; }.page-jeep-jl-spacer-lift__faq-question-text { margin: 0; pointer-events: none; flex-grow: 1; }.page-jeep-jl-spacer-lift__faq-toggle { font-size: 1.5em; font-weight: bold; line-height: 1; pointer-events: none; width: 20px; text-align: center; transition: transform 0.3s ease; }.page-jeep-jl-spacer-lift__faq-item.active .page-jeep-jl-spacer-lift__faq-toggle { transform: rotate(45deg); }.page-jeep-jl-spacer-lift__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; color: #555; }.page-jeep-jl-spacer-lift__faq-item.active .page-jeep-jl-spacer-lift__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-jeep-jl-spacer-lift__faq-answer p { margin-top: 0; margin-bottom: 0; }@media (max-width: 768px) { .page-jeep-jl-spacer-lift__hero-title { font-size: 2em; } .page-jeep-jl-spacer-lift__hero-description { font-size: 1em; } .page-jeep-jl-spacer-lift__hero-button { padding: 12px 25px; font-size: 1em; } .page-jeep-jl-spacer-lift__section-title { font-size: 1.8em; } .page-jeep-jl-spacer-lift__benefits-section, .page-jeep-jl-spacer-lift__types-section, .page-jeep-jl-spacer-lift__installation-tips-section, .page-jeep-jl-spacer-lift__faq-section { padding: 40px 15px; } .page-jeep-jl-spacer-lift__benefits-grid, .page-jeep-jl-spacer-lift__types-grid, .page-jeep-jl-spacer-lift__tips-list { grid-template-columns: 1fr; gap: 20px; } .page-jeep-jl-spacer-lift__benefit-item, .page-jeep-jl-spacer-lift__type-card, .page-jeep-jl-spacer-lift__tip-item { padding: 20px; 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-jl-spacer-lift__tips-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-spacer-lift__type-image { height: 200px; max-width: 100% !important; height: auto !important; } .page-jeep-jl-spacer-lift__benefit-icon { width: 150px; height: auto; max-width: 100% !important; } .page-jeep-jl-spacer-lift__cta-text { font-size: 1.4em; } .page-jeep-jl-spacer-lift__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-jeep-jl-spacer-lift__faq-answer { padding: 0 20px; } .page-jeep-jl-spacer-lift__faq-item.active .page-jeep-jl-spacer-lift__faq-answer { padding: 15px 20px !important; } }@media (max-width: 375px) { .page-jeep-jl-spacer-lift__hero-section { padding-left: 10px; padding-right: 10px; } .page-jeep-jl-spacer-lift__hero-title { font-size: 1.8em; } .page-jeep-jl-spacer-lift__benefits-section, .page-jeep-jl-spacer-lift__types-section, .page-jeep-jl-spacer-lift__installation-tips-section, .page-jeep-jl-spacer-lift__faq-section { padding: 30px 10px; } .page-jeep-jl-spacer-lift__faq-question { font-size: 1em; padding: 12px 15px; } .page-jeep-jl-spacer-lift__faq-item.active .page-jeep-jl-spacer-lift__faq-answer { padding: 10px 15px !important; } }