.page-jeep-jl-jl36l { font-family: 'Arial', sans-serif; color: var(--page-jeep-jl-jl36l-text-light); background-color: var(--page-jeep-jl-jl36l-background-dark); line-height: 1.6; padding-bottom: 80px; } .page-jeep-jl-jl36l__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; } .page-jeep-jl-jl36l__hero-section { position: relative; width: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; padding: 100px 0 50px; background-size: cover; background-position: center; box-sizing: border-box; } .page-jeep-jl-jl36l__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.6); } .page-jeep-jl-jl36l__hero-content { position: relative; z-index: 2; max-width: 800px; padding: 20px; } .page-jeep-jl-jl36l__hero-title { font-size: 2.8em; margin-bottom: 20px; color: var(--page-jeep-jl-jl36l-primary-color); text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-jeep-jl-jl36l__hero-description { font-size: 1.2em; margin-bottom: 30px; color: var(--page-jeep-jl-jl36l-text-light); } .page-jeep-jl-jl36l__cta-button { display: inline-block; background-color: var(--page-jeep-jl-jl36l-primary-color); color: var(--page-jeep-jl-jl36l-background-dark); padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-jeep-jl-jl36l__cta-button:hover { background-color: #e0a326; transform: translateY(-3px); } .page-jeep-jl-jl36l__section { padding: 60px 0; } .page-jeep-jl-jl36l__section-title { font-size: 2.2em; text-align: center; margin-bottom: 40px; color: var(--page-jeep-jl-jl36l-primary-color); } .page-jeep-jl-jl36l__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-jeep-jl-jl36l__feature-card { background-color: var(--page-jeep-jl-jl36l-card-background); border-radius: 10px; padding: 30px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-jeep-jl-jl36l__feature-card:hover { transform: translateY(-5px); } .page-jeep-jl-jl36l__feature-icon { width: 100%; max-width: 250px; height: auto; margin-bottom: 20px; border-radius: 8px; } .page-jeep-jl-jl36l__feature-title { font-size: 1.5em; margin-bottom: 15px; color: var(--page-jeep-jl-jl36l-secondary-color); } .page-jeep-jl-jl36l__feature-description { font-size: 1em; color: var(--page-jeep-jl-jl36l-text-light); } .page-jeep-jl-jl36l__about-content { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; justify-content: center; } .page-jeep-jl-jl36l__about-text { flex: 1; min-width: 300px; } .page-jeep-jl-jl36l__about-image-wrapper { flex: 1; min-width: 300px; text-align: center; } .page-jeep-jl-jl36l__about-image { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-jeep-jl-jl36l__promo-list { display: flex; flex-direction: column; gap: 25px; } .page-jeep-jl-jl36l__promo-item { background-color: var(--page-jeep-jl-jl36l-card-background); padding: 25px; border-radius: 10px; display: flex; align-items: center; gap: 20px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-jeep-jl-jl36l__promo-image { max-width: 150px; height: auto; border-radius: 8px; } .page-jeep-jl-jl36l__promo-details { flex: 1; } .page-jeep-jl-jl36l__promo-title { font-size: 1.4em; color: var(--page-jeep-jl-jl36l-primary-color); margin-bottom: 10px; } .page-jeep-jl-jl36l__promo-description { font-size: 0.95em; color: var(--page-jeep-jl-jl36l-text-light); margin-bottom: 15px; } .page-jeep-jl-jl36l__faq-list { max-width: 800px; margin: 0 auto; } .page-jeep-jl-jl36l__faq-item { background-color: var(--page-jeep-jl-jl36l-card-background); margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-jeep-jl-jl36l__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; border-bottom: 1px solid var(--page-jeep-jl-jl36l-border-color); transition: background-color 0.3s ease; } .page-jeep-jl-jl36l__faq-question:hover { background-color: #3a3a5e; } .page-jeep-jl-jl36l__faq-question h3 { margin: 0; font-size: 1.2em; color: var(--page-jeep-jl-jl36l-secondary-color); pointer-events: none; } .page-jeep-jl-jl36l__faq-toggle { font-size: 1.8em; font-weight: bold; color: var(--page-jeep-jl-jl36l-primary-color); transition: transform 0.3s ease; pointer-events: none; } .page-jeep-jl-jl36l__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: var(--page-jeep-jl-jl36l-text-light); } .page-jeep-jl-jl36l__faq-item.active .page-jeep-jl-jl36l__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-jeep-jl-jl36l__faq-item.active .page-jeep-jl-jl36l__faq-toggle { transform: rotate(45deg); } .page-jeep-jl-jl36l__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-jeep-jl-jl36l__floating-button { background-color: var(--page-jeep-jl-jl36l-secondary-color); color: var(--page-jeep-jl-jl36l-text-light); padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.3s ease; } .page-jeep-jl-jl36l__floating-button:hover { background-color: #0056b3; transform: translateY(-3px); } @media (max-width: 768px) { .page-jeep-jl-jl36l__hero-title { font-size: 2em; } .page-jeep-jl-jl36l__hero-description { font-size: 1em; } .page-jeep-jl-jl36l__section-title { font-size: 1.8em; } .page-jeep-jl-jl36l__features-grid { grid-template-columns: 1fr; } .page-jeep-jl-jl36l__feature-card { padding: 20px; } .page-jeep-jl-jl36l__feature-icon { max-width: 200px; } .page-jeep-jl-jl36l__feature-title { font-size: 1.3em; } .page-jeep-jl-jl36l__about-content { flex-direction: column; } .page-jeep-jl-jl36l__promo-item { flex-direction: column; text-align: center; } .page-jeep-jl-jl36l__promo-image { max-width: 100%; margin-bottom: 15px; } .page-jeep-jl-jl36l__promo-title { font-size: 1.2em; } .page-jeep-jl-jl36l__promo-description { font-size: 0.9em; } .page-jeep-jl-jl36l__faq-question h3 { font-size: 1.1em; } .page-jeep-jl-jl36l__faq-answer { padding: 0 15px; } .page-jeep-jl-jl36l__faq-item.active .page-jeep-jl-jl36l__faq-answer { padding: 15px !important; } .page-jeep-jl-jl36l__floating-buttons { bottom: 15px; right: 15px; } .page-jeep-jl-jl36l__floating-button { padding: 10px 15px; font-size: 0.9em; } .page-jeep-jl-jl36l__features-grid > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jeep-jl-jl36l__promo-list > * { 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; } .page-jeep-jl-jl36l__promo-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-jl36l img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-jeep-jl-jl36l__about-image-wrapper { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } }