.page-jeep-jl-seats { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-jeep-jl-seats__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-jeep-jl-seats__container { padding: 10px; } } .page-jeep-jl-seats__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:jeep_jl_seats,adventure,gaming]') no-repeat center center; background-size: cover; text-align: center; padding: 100px 20px 80px; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 30px; padding-top: calc(10px + var(--header-offset, 0px)); } @media (max-width: 768px) { .page-jeep-jl-seats__hero-section { padding: 80px 10px 60px; padding-top: calc(10px + var(--header-offset, 0px)); } } .page-jeep-jl-seats__hero-title { font-size: 3.5em; color: #e94560; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-jeep-jl-seats__hero-title { font-size: 2.2em; } } .page-jeep-jl-seats__hero-subtitle { font-size: 1.5em; color: #f0f0f0; margin-bottom: 30px; } @media (max-width: 768px) { .page-jeep-jl-seats__hero-subtitle { font-size: 1.1em; } } .page-jeep-jl-seats__cta-button { display: inline-block; background-color: #0f3460; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-jeep-jl-seats__cta-button:hover { background-color: #e94560; transform: translateY(-3px); } .page-jeep-jl-seats__section { padding: 40px 0; margin-bottom: 30px; background-color: #0f3460; border-radius: 10px; } @media (max-width: 768px) { .page-jeep-jl-seats__section { padding: 20px 0; margin-bottom: 20px; } } .page-jeep-jl-seats__section-title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 30px; } @media (max-width: 768px) { .page-jeep-jl-seats__section-title { font-size: 1.8em; margin-bottom: 20px; } } .page-jeep-jl-seats__text-content { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 30px; color: #c0c0c0; } .page-jeep-jl-seats__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; padding: 0 20px; } @media (max-width: 768px) { .page-jeep-jl-seats__features-grid { grid-template-columns: 1fr; padding: 0 10px; } } .page-jeep-jl-seats__feature-item { background-color: #1a1a2e; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-jeep-jl-seats__feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); } .page-jeep-jl-seats__feature-icon { margin-bottom: 15px; } .page-jeep-jl-seats__feature-icon img { max-width: 100%; height: auto; border-radius: 5px; box-sizing: border-box; } @media (max-width: 768px) { .page-jeep-jl-seats__feature-icon img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-jeep-jl-seats__feature-title { font-size: 1.5em; color: #f0f0f0; margin-bottom: 10px; } .page-jeep-jl-seats__feature-description { font-size: 1em; color: #c0c0c0; } .page-jeep-jl-seats__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; padding: 0 20px; } @media (max-width: 768px) { .page-jeep-jl-seats__quick-links-grid { grid-template-columns: 1fr; padding: 0 10px; } } .page-jeep-jl-seats__quick-link-button { display: block; background-color: #e94560; color: #fff; padding: 15px; border-radius: 5px; text-decoration: none; font-size: 1.1em; text-align: center; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-jeep-jl-seats__quick-link-button:hover { background-color: #0f3460; transform: translateY(-3px); } .page-jeep-jl-seats__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; padding: 0 20px; } @media (max-width: 768px) { .page-jeep-jl-seats__game-grid { grid-template-columns: 1fr; padding: 0 10px; } } .page-jeep-jl-seats__game-card { background-color: #1a1a2e; border-radius: 8px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-jeep-jl-seats__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); } .page-jeep-jl-seats__game-image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } @media (max-width: 768px) { .page-jeep-jl-seats__game-image-container { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } } .page-jeep-jl-seats__game-image { width: 100%; height: 200px; object-fit: cover; box-sizing: border-box; } @media (max-width: 768px) { .page-jeep-jl-seats__game-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-jeep-jl-seats__game-info { padding: 20px; } .page-jeep-jl-seats__game-title { font-size: 1.4em; color: #f0f0f0; margin-bottom: 10px; } .page-jeep-jl-seats__game-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; } .page-jeep-jl-seats__play-button { display: inline-block; background-color: #0f3460; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 1em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-jeep-jl-seats__play-button:hover { background-color: #e94560; } .page-jeep-jl-seats__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; padding: 0 20px; } @media (max-width: 768px) { .page-jeep-jl-seats__promo-grid { grid-template-columns: 1fr; padding: 0 10px; } } .page-jeep-jl-seats__promo-card { background-color: #1a1a2e; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-jeep-jl-seats__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); } .page-jeep-jl-seats__promo-image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } @media (max-width: 768px) { .page-jeep-jl-seats__promo-image-container { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } } .page-jeep-jl-seats__promo-image { width: 100%; height: 200px; object-fit: cover; box-sizing: border-box; } @media (max-width: 768px) { .page-jeep-jl-seats__promo-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-jeep-jl-seats__promo-content { padding: 20px; } .page-jeep-jl-seats__promo-title { font-size: 1.4em; color: #f0f0f0; margin-bottom: 10px; } .page-jeep-jl-seats__promo-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; } .page-jeep-jl-seats__promo-button { display: inline-block; background-color: #e94560; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 1em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-jeep-jl-seats__promo-button:hover { background-color: #0f3460; } .page-jeep-jl-seats__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; padding: 0 20px; } @media (max-width: 768px) { .page-jeep-jl-seats__security-grid { grid-template-columns: 1fr; padding: 0 10px; } } .page-jeep-jl-seats__security-item { background-color: #1a1a2e; padding: 25px; border-radius: 8px; text-align: center; } .page-jeep-jl-seats__security-icon { margin-bottom: 15px; } .page-jeep-jl-seats__security-icon img { max-width: 100%; height: auto; border-radius: 5px; box-sizing: border-box; } @media (max-width: 768px) { .page-jeep-jl-seats__security-icon img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-jeep-jl-seats__security-title { font-size: 1.5em; color: #f0f0f0; margin-bottom: 10px; } .page-jeep-jl-seats__security-description { font-size: 1em; color: #c0c0c0; } .page-jeep-jl-seats__faq-list { list-style: none; padding: 0 20px; max-width: 900px; margin: 0 auto; } @media (max-width: 768px) { .page-jeep-jl-seats__faq-list { padding: 0 10px; } } .page-jeep-jl-seats__faq-item { background-color: #1a1a2e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-jeep-jl-seats__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #0f3460; color: #f0f0f0; font-size: 1.2em; border-bottom: 1px solid rgba(255, 255, 255, 0.1); transition: background-color 0.3s ease; user-select: none; } .page-jeep-jl-seats__faq-question:hover { background-color: #e94560; } .page-jeep-jl-seats__faq-question h3 { margin: 0; pointer-events: none; color: inherit; font-size: 1em; flex-grow: 1; text-align: left; } .page-jeep-jl-seats__faq-toggle { font-size: 1.5em; font-weight: bold; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-jeep-jl-seats__faq-item.active .page-jeep-jl-seats__faq-toggle { transform: rotate(45deg); } .page-jeep-jl-seats__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: #1a1a2e; color: #c0c0c0; } .page-jeep-jl-seats__faq-item.active .page-jeep-jl-seats__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-jeep-jl-seats__faq-question { padding: 15px; font-size: 1.1em; } .page-jeep-jl-seats__faq-answer { padding: 0 15px; } .page-jeep-jl-seats__faq-item.active .page-jeep-jl-seats__faq-answer { padding: 15px !important; } } .page-jeep-jl-seats__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; padding: 0 20px; } @media (max-width: 768px) { .page-jeep-jl-seats__blog-grid { grid-template-columns: 1fr; padding: 0 10px; } } .page-jeep-jl-seats__blog-card { background-color: #1a1a2e; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-jeep-jl-seats__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); } .page-jeep-jl-seats__blog-image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } @media (max-width: 768px) { .page-jeep-jl-seats__blog-image-container { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } } .page-jeep-jl-seats__blog-image { width: 100%; height: 200px; object-fit: cover; box-sizing: border-box; } @media (max-width: 768px) { .page-jeep-jl-seats__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-jeep-jl-seats__blog-content { padding: 20px; } .page-jeep-jl-seats__blog-title { font-size: 1.4em; color: #f0f0f0; margin-bottom: 10px; } .page-jeep-jl-seats__blog-title a { color: #f0f0f0; text-decoration: none; transition: color 0.3s ease; } .page-jeep-jl-seats__blog-title a:hover { color: #e94560; } .page-jeep-jl-seats__blog-excerpt { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; } .page-jeep-jl-seats__read-more { display: inline-block; background-color: #0f3460; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; } .page-jeep-jl-seats__read-more:hover { background-color: #e94560; }