:root { --page-jeep-jl-mods-primary-color: #FFD700; /* Gold */ --page-jeep-jl-mods-secondary-color: #333333; /* Dark Grey */ --page-jeep-jl-mods-accent-color: #007bff; /* Blue */ --page-jeep-jl-mods-background-light: #f8f9fa; --page-jeep-jl-mods-background-dark: #212529; --page-jeep-jl-mods-text-color-light: #f8f9fa; --page-jeep-jl-mods-text-color-dark: #212529;}body { margin: 0; padding: 0; } .page-jeep-jl-mods { font-family: 'Arial', sans-serif; line-height: 1.6; color: var(--page-jeep-jl-mods-text-color-dark); background-color: var(--page-jeep-jl-mods-background-light);}.page-jeep-jl-mods__container { max-width: 1200px; margin: 0 auto; padding: 20px;}@media (max-width: 768px) { .page-jeep-jl-mods__container { padding: 15px;}}/* Hero Section */.page-jeep-jl-mods__hero-section { position: relative; color: var(--page-jeep-jl-mods-text-color-light); text-align: center; display: flex; align-items: center; justify-content: center; min-height: 500px; padding-top: 10px; overflow: hidden; background-color: var(--page-jeep-jl-mods-background-dark); /* Fallback */} .page-jeep-jl-mods__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden;} .page-jeep-jl-mods__hero-image-wrapper img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.5); /* Darken image for text readability */ max-width: 100% !important; box-sizing: border-box !important;} .page-jeep-jl-mods__hero-content { position: relative; z-index: 1; max-width: 800px; padding: 20px;} .page-jeep-jl-mods__hero-title { font-size: 3em; margin-bottom: 20px; color: var(--page-jeep-jl-mods-primary-color);} .page-jeep-jl-mods__hero-subtitle { font-size: 1.2em; margin-bottom: 30px;} .page-jeep-jl-mods__cta-button { display: inline-block; background-color: var(--page-jeep-jl-mods-primary-color); color: var(--page-jeep-jl-mods-secondary-color); padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease;} .page-jeep-jl-mods__cta-button:hover { background-color: #e6c200; transform: translateY(-2px);}@media (max-width: 768px) { .page-jeep-jl-mods__hero-section { min-height: 400px;} .page-jeep-jl-mods__hero-title { font-size: 2em;} .page-jeep-jl-mods__hero-subtitle { font-size: 1em;} .page-jeep-jl-mods__cta-button { padding: 12px 25px;}}/* Intro Section */.page-jeep-jl-mods__intro-section { padding: 60px 0; background-color: var(--page-jeep-jl-mods-background-light); text-align: center;} .page-jeep-jl-mods__intro-title { font-size: 2.5em; margin-bottom: 20px; color: var(--page-jeep-jl-mods-secondary-color);} .page-jeep-jl-mods__intro-text { max-width: 800px; margin: 0 auto 40px auto; font-size: 1.1em; color: #555;} .page-jeep-jl-mods__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px;} .page-jeep-jl-mods__feature-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); text-align: center;} .page-jeep-jl-mods__feature-item img { max-width: 100%; height: auto; margin-bottom: 20px; border-radius: 8px; max-width: 100% !important; box-sizing: border-box !important;} .page-jeep-jl-mods__feature-title { font-size: 1.5em; color: var(--page-jeep-jl-mods-primary-color); margin-bottom: 10px;} .page-jeep-jl-mods__feature-description { color: #666;}@media (max-width: 768px) { .page-jeep-jl-mods__intro-section { padding: 40px 0;} .page-jeep-jl-mods__intro-title { font-size: 2em;} .page-jeep-jl-mods__features-grid { grid-template-columns: 1fr;}}/* Quick Access Section */.page-jeep-jl-mods__quick-access-section { padding: 60px 0; background-color: var(--page-jeep-jl-mods-background-dark); color: var(--page-jeep-jl-mods-text-color-light); text-align: center;} .page-jeep-jl-mods__quick-access-title { font-size: 2.5em; margin-bottom: 40px; color: var(--page-jeep-jl-mods-primary-color);} .page-jeep-jl-mods__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px;} .page-jeep-jl-mods__access-button { background-color: var(--page-jeep-jl-mods-accent-color); color: var(--page-jeep-jl-mods-text-color-light); padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; min-width: 180px; text-align: center;} .page-jeep-jl-mods__access-button:hover { background-color: #0056b3; transform: translateY(-2px);}@media (max-width: 768px) { .page-jeep-jl-mods__quick-access-section { padding: 40px 0;} .page-jeep-jl-mods__quick-access-title { font-size: 2em;} .page-jeep-jl-mods__access-buttons { flex-direction: column; align-items: center;} .page-jeep-jl-mods__access-button { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important;}}/* Games Section */.page-jeep-jl-mods__games-section { padding: 60px 0; background-color: var(--page-jeep-jl-mods-background-light); text-align: center;} .page-jeep-jl-mods__games-title { font-size: 2.5em; margin-bottom: 20px; color: var(--page-jeep-jl-mods-secondary-color);} .page-jeep-jl-mods__games-description { max-width: 800px; margin: 0 auto 40px auto; font-size: 1.1em; color: #555;} .page-jeep-jl-mods__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px;} .page-jeep-jl-mods__game-card { background-color: #fff; padding: 25px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); display: flex; flex-direction: column; align-items: center; text-align: center;} .page-jeep-jl-mods__game-card img { width: 100px; /* gamelogo does not have WxH, so control with CSS */ height: 100px; object-fit: contain; margin-bottom: 15px; max-width: 100% !important; box-sizing: border-box !important;} .page-jeep-jl-mods__game-name { font-size: 1.4em; color: var(--page-jeep-jl-mods-primary-color); margin-bottom: 10px;} .page-jeep-jl-mods__game-text { color: #666; margin-bottom: 20px; flex-grow: 1;} .page-jeep-jl-mods__game-button { background-color: var(--page-jeep-jl-mods-accent-color); color: var(--page-jeep-jl-mods-text-color-light); padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease;} .page-jeep-jl-mods__game-button:hover { background-color: #0056b3;}@media (max-width: 768px) { .page-jeep-jl-mods__games-section { padding: 40px 0;} .page-jeep-jl-mods__games-title { font-size: 2em;} .page-jeep-jl-mods__game-grid { grid-template-columns: 1fr;} .page-jeep-jl-mods__game-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important;}}/* Promotion Section */.page-jeep-jl-mods__promo-section { padding: 60px 0; background-color: var(--page-jeep-jl-mods-background-dark); color: var(--page-jeep-jl-mods-text-color-light); text-align: center;} .page-jeep-jl-mods__promo-title { font-size: 2.5em; margin-bottom: 20px; color: var(--page-jeep-jl-mods-primary-color);} .page-jeep-jl-mods__promo-description { max-width: 800px; margin: 0 auto 40px auto; font-size: 1.1em; color: #ccc;} .page-jeep-jl-mods__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px;} .page-jeep-jl-mods__promo-card { background-color: #343a40; padding: 25px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; align-items: center; text-align: center;} .page-jeep-jl-mods__promo-card img { max-width: 100%; height: auto; margin-bottom: 15px; border-radius: 8px; max-width: 100% !important; box-sizing: border-box !important;} .page-jeep-jl-mods__promo-name { font-size: 1.4em; color: var(--page-jeep-jl-mods-primary-color); margin-bottom: 10px;} .page-jeep-jl-mods__promo-text { color: #bbb; margin-bottom: 20px; flex-grow: 1;} .page-jeep-jl-mods__promo-button { background-color: var(--page-jeep-jl-mods-accent-color); color: var(--page-jeep-jl-mods-text-color-light); padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease;} .page-jeep-jl-mods__promo-button:hover { background-color: #0056b3;}@media (max-width: 768px) { .page-jeep-jl-mods__promo-section { padding: 40px 0;} .page-jeep-jl-mods__promo-title { font-size: 2em;} .page-jeep-jl-mods__promo-grid { grid-template-columns: 1fr;} .page-jeep-jl-mods__promo-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important;}}/* Security Section */.page-jeep-jl-mods__security-section { padding: 60px 0; background-color: var(--page-jeep-jl-mods-background-light); text-align: center;} .page-jeep-jl-mods__security-title { font-size: 2.5em; margin-bottom: 20px; color: var(--page-jeep-jl-mods-secondary-color);} .page-jeep-jl-mods__security-description { max-width: 800px; margin: 0 auto 40px auto; font-size: 1.1em; color: #555;} .page-jeep-jl-mods__security-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-bottom: 40px;} .page-jeep-jl-mods__security-list-item { background-color: #fff; padding: 25px; border-radius: 10px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); text-align: left; box-sizing: border-box; /* Required for list items */} .page-jeep-jl-mods__security-item-title { font-size: 1.3em; color: var(--page-jeep-jl-mods-primary-color); margin-bottom: 10px;} .page-jeep-jl-mods__security-item-text { color: #666;} .page-jeep-jl-mods__contact-button { background-color: var(--page-jeep-jl-mods-primary-color); color: var(--page-jeep-jl-mods-secondary-color); padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; display: inline-block;} .page-jeep-jl-mods__contact-button:hover { background-color: #e6c200;}@media (max-width: 768px) { .page-jeep-jl-mods__security-section { padding: 40px 0;} .page-jeep-jl-mods__security-title { font-size: 2em;} .page-jeep-jl-mods__security-list { grid-template-columns: 1fr; padding: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important;} .page-jeep-jl-mods__security-list-item { 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;}}/* FAQ Section */.page-jeep-jl-mods__faq-section { padding: 60px 0; background-color: var(--page-jeep-jl-mods-background-dark); color: var(--page-jeep-jl-mods-text-color-light); text-align: center;} .page-jeep-jl-mods__faq-title { font-size: 2.5em; margin-bottom: 40px; color: var(--page-jeep-jl-mods-primary-color);} .page-jeep-jl-mods__faq-item { background-color: #343a40; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); text-align: left;} .page-jeep-jl-mods__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #495057; cursor: pointer; user-select: none; transition: background-color 0.3s ease;} .page-jeep-jl-mods__faq-question:hover { background-color: #5a6268;} .page-jeep-jl-mods__faq-question-text { font-size: 1.2em; margin: 0; color: var(--page-jeep-jl-mods-text-color-light); pointer-events: none; /* Prevent text from blocking click */} .page-jeep-jl-mods__faq-toggle { font-size: 1.5em; font-weight: bold; color: var(--page-jeep-jl-mods-primary-color); transition: transform 0.3s ease; pointer-events: none; /* Prevent icon from blocking click */} .page-jeep-jl-mods__faq-item.active .page-jeep-jl-mods__faq-toggle { transform: rotate(45deg); /* Change + to X or - */} .page-jeep-jl-mods__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; background-color: #343a40; color: #bbb; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0;} .page-jeep-jl-mods__faq-item.active .page-jeep-jl-mods__faq-answer { max-height: 2000px !important; /* Sufficiently large */ padding: 20px 15px !important; opacity: 1;} .page-jeep-jl-mods__faq-answer-text { margin: 0; padding-bottom: 5px; /* Adjust as needed */}@media (max-width: 768px) { .page-jeep-jl-mods__faq-section { padding: 40px 0;} .page-jeep-jl-mods__faq-title { font-size: 2em;} .page-jeep-jl-mods__faq-question { padding: 12px 15px;} .page-jeep-jl-mods__faq-question-text { font-size: 1.1em;} .page-jeep-jl-mods__faq-answer { padding: 0 10px;} .page-jeep-jl-mods__faq-item.active .page-jeep-jl-mods__faq-answer { padding: 15px 10px !important;}}/* Blog Section */.page-jeep-jl-mods__blog-section { padding: 60px 0; background-color: var(--page-jeep-jl-mods-background-light); text-align: center;} .page-jeep-jl-mods__blog-title { font-size: 2.5em; margin-bottom: 20px; color: var(--page-jeep-jl-mods-secondary-color);} .page-jeep-jl-mods__blog-description { max-width: 800px; margin: 0 auto 40px auto; font-size: 1.1em; color: #555;} .page-jeep-jl-mods__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px;} .page-jeep-jl-mods__blog-card { background-color: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); text-align: left; display: flex; flex-direction: column;} .page-jeep-jl-mods__blog-card img { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 15px; max-width: 100% !important; box-sizing: border-box !important;} .page-jeep-jl-mods__blog-card-title { font-size: 1.3em; margin-bottom: 10px; flex-grow: 1;} .page-jeep-jl-mods__blog-card-title a { color: var(--page-jeep-jl-mods-accent-color); text-decoration: none; transition: color 0.3s ease; word-wrap: break-word; overflow-wrap: break-word;} .page-jeep-jl-mods__blog-card-title a:hover { color: #0056b3;} .page-jeep-jl-mods__blog-card-meta { font-size: 0.9em; color: #888; margin-bottom: 10px;} .page-jeep-jl-mods__blog-card-excerpt { color: #666; margin-bottom: 15px; flex-grow: 1;} .page-jeep-jl-mods__blog-card-link { display: inline-block; color: var(--page-jeep-jl-mods-accent-color); text-decoration: none; font-weight: bold; transition: color 0.3s ease;} .page-jeep-jl-mods__blog-card-link:hover { color: #0056b3;}@media (max-width: 768px) { .page-jeep-jl-mods__blog-section { padding: 40px 0;} .page-jeep-jl-mods__blog-title { font-size: 2em;} .page-jeep-jl-mods__blog-grid { grid-template-columns: 1fr;} .page-jeep-jl-mods__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important;}}/* General button styles for consistency */.page-jeep-jl-mods__cta-button, .page-jeep-jl-mods__access-button, .page-jeep-jl-mods__game-button, .page-jeep-jl-mods__promo-button, .page-jeep-jl-mods__contact-button { border: none; cursor: pointer;}