:root {  --page-jeep-jl-grill-guard-primary-color: #FFD700;  /* Gold/Yellow, bright for highlights */  --page-jeep-jl-grill-guard-secondary-color: #007bff;  /* Blue for secondary actions */  --page-jeep-jl-grill-guard-text-color: #E0E0E0;  /* Light gray for main text */  --page-jeep-jl-grill-guard-heading-color: #FFFFFF;  /* White for headings */  --page-jeep-jl-grill-guard-background-color: #1A1A1A;  /* Dark background */  --page-jeep-jl-grill-guard-card-bg: #2C2C2C;  /* Slightly lighter dark for cards */  --page-jeep-jl-grill-guard-border-color: #444444;  /* Darker border */  --page-jeep-jl-grill-guard-accent-color: #FF4500;  /* OrangeRed for strong accents */}  .page-jeep-jl-grill-guard {    font-family: 'Arial', sans-serif;    background-color: var(--page-jeep-jl-grill-guard-background-color);    color: var(--page-jeep-jl-grill-guard-text-color);    line-height: 1.6;    padding-bottom: 20px;  }  .page-jeep-jl-grill-guard__section-title {    color: var(--page-jeep-jl-grill-guard-heading-color);    text-align: center;    margin-bottom: 30px;    font-size: 2.5em;    padding: 0 15px;  }  .page-jeep-jl-grill-guard__section-description {    text-align: center;    max-width: 800px;    margin: 0 auto 40px auto;    padding: 0 15px;    font-size: 1.1em;  }  .page-jeep-jl-grill-guard__highlight {    color: var(--page-jeep-jl-grill-guard-primary-color);    font-weight: bold;  }  .page-jeep-jl-grill-guard__btn {    display: inline-block;    padding: 12px 25px;    border-radius: 8px;    text-decoration: none;    font-weight: bold;    transition: background-color 0.3s ease, transform 0.3s ease;    text-align: center;    box-sizing: border-box;  }  .page-jeep-jl-grill-guard__btn--primary {    background-color: var(--page-jeep-jl-grill-guard-primary-color);    color: var(--page-jeep-jl-grill-guard-background-color);    border: 2px solid var(--page-jeep-jl-grill-guard-primary-color);  }  .page-jeep-jl-grill-guard__btn--primary:hover {    background-color: #E6C200;    transform: translateY(-2px);  }  .page-jeep-jl-grill-guard__btn--secondary {    background-color: transparent;    color: var(--page-jeep-jl-grill-guard-primary-color);    border: 2px solid var(--page-jeep-jl-grill-guard-primary-color);  }  .page-jeep-jl-grill-guard__btn--secondary:hover {    background-color: var(--page-jeep-jl-grill-guard-primary-color);    color: var(--page-jeep-jl-grill-guard-background-color);    transform: translateY(-2px);  }  .page-jeep-jl-grill-guard__btn--small {    padding: 8px 15px;    font-size: 0.9em;    border-radius: 5px;  }  .page-jeep-jl-grill-guard__hero-section {    position: relative;    display: flex;    flex-direction: column;    justify-content: center;    align-items: center;    color: var(--page-jeep-jl-grill-guard-heading-color);    text-align: center;    padding: 10px 20px 80px 20px;    min-height: 600px;    overflow: hidden;    background-color: var(--page-jeep-jl-grill-guard-card-bg);  }  .page-jeep-jl-grill-guard__hero-image-wrapper {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    z-index: 0;  }  .page-jeep-jl-grill-guard__hero-image {    width: 100%;    height: 100%;    object-fit: cover;    filter: brightness(0.4);  }  .page-jeep-jl-grill-guard__hero-content {    position: relative;    z-index: 1;    max-width: 900px;    margin: 0 auto;  }  .page-jeep-jl-grill-guard__hero-title {    font-size: 3.5em;    margin-bottom: 20px;    line-height: 1.2;    color: var(--page-jeep-jl-grill-guard-heading-color);  }  .page-jeep-jl-grill-guard__hero-subtitle {    font-size: 1.3em;    margin-bottom: 40px;  }  .page-jeep-jl-grill-guard__hero-cta-group {    display: flex;    flex-wrap: wrap;    justify-content: center;    gap: 20px;  }  .page-jeep-jl-grill-guard__intro-section {    padding: 60px 20px;    background-color: var(--page-jeep-jl-grill-guard-background-color);  }  .page-jeep-jl-grill-guard__intro-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));    gap: 30px;    max-width: 1200px;    margin: 0 auto;  }  .page-jeep-jl-grill-guard__intro-item {    background-color: var(--page-jeep-jl-grill-guard-card-bg);    padding: 30px;    border-radius: 10px;    text-align: center;    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);    display: flex;    flex-direction: column;    align-items: center;  }  .page-jeep-jl-grill-guard__intro-image {    width: 100%;    max-width: 250px;    height: auto;    border-radius: 8px;    margin-bottom: 20px;    object-fit: cover;  }  .page-jeep-jl-grill-guard__intro-heading {    color: var(--page-jeep-jl-grill-guard-heading-color);    font-size: 1.5em;    margin-bottom: 15px;  }  .page-jeep-jl-grill-guard__intro-text {    font-size: 1em;    color: var(--page-jeep-jl-grill-guard-text-color);  }  .page-jeep-jl-grill-guard__quick-access-section {    padding: 60px 20px;    background-color: var(--page-jeep-jl-grill-guard-card-bg);  }  .page-jeep-jl-grill-guard__access-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));    gap: 20px;    max-width: 1200px;    margin: 0 auto;  }  .page-jeep-jl-grill-guard__access-link {    display: flex;    flex-direction: column;    align-items: center;    text-decoration: none;    color: var(--page-jeep-jl-grill-guard-text-color);    background-color: var(--page-jeep-jl-grill-guard-background-color);    padding: 25px 15px;    border-radius: 10px;    transition: background-color 0.3s ease, transform 0.3s ease;    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);    box-sizing: border-box;  }  .page-jeep-jl-grill-guard__access-link:hover {    background-color: #3A3A3A;    transform: translateY(-5px);    color: var(--page-jeep-jl-grill-guard-primary-color);  }  .page-jeep-jl-grill-guard__access-icon {    width: 100px;    height: 100px;    margin-bottom: 15px;    display: flex;    justify-content: center;    align-items: center;  }  .page-jeep-jl-grill-guard__access-icon img {    max-width: 100%;    max-height: 100%;    object-fit: contain;  }  .page-jeep-jl-grill-guard__access-text {    font-size: 1.1em;    font-weight: bold;    text-align: center;    word-wrap: break-word;    overflow-wrap: break-word;  }  .page-jeep-jl-grill-guard__games-section {    padding: 60px 20px;    background-color: var(--page-jeep-jl-grill-guard-background-color);  }  .page-jeep-jl-grill-guard__games-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));    gap: 15px;    max-width: 1200px;    margin: 0 auto;  }  .page-jeep-jl-grill-guard__game-card {    display: flex;    flex-direction: column;    align-items: center;    text-decoration: none;    color: var(--page-jeep-jl-grill-guard-text-color);    background-color: var(--page-jeep-jl-grill-guard-card-bg);    padding: 15px 10px;    border-radius: 8px;    transition: background-color 0.3s ease, transform 0.3s ease;    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);    box-sizing: border-box;  }  .page-jeep-jl-grill-guard__game-card:hover {    background-color: #3A3A3A;    transform: translateY(-3px);    color: var(--page-jeep-jl-grill-guard-primary-color);  }  .page-jeep-jl-grill-guard__game-icon {    width: 80px;    height: 80px;    margin-bottom: 10px;    object-fit: contain;  }  .page-jeep-jl-grill-guard__game-title {    font-size: 0.95em;    font-weight: bold;    text-align: center;    word-wrap: break-word;    overflow-wrap: break-word;  }  .page-jeep-jl-grill-guard__promotions-section {    padding: 60px 20px;    background-color: var(--page-jeep-jl-grill-guard-card-bg);  }  .page-jeep-jl-grill-guard__promotions-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));    gap: 30px;    max-width: 1200px;    margin: 0 auto;  }  .page-jeep-jl-grill-guard__promo-card {    background-color: var(--page-jeep-jl-grill-guard-background-color);    padding: 25px;    border-radius: 10px;    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);    text-align: center;    display: flex;    flex-direction: column;    align-items: center;    transition: transform 0.3s ease;  }  .page-jeep-jl-grill-guard__promo-card:hover {    transform: translateY(-5px);  }  .page-jeep-jl-grill-guard__promo-image {    width: 100%;    max-width: 350px;    height: 200px;    object-fit: cover;    border-radius: 8px;    margin-bottom: 20px;  }  .page-jeep-jl-grill-guard__promo-title {    color: var(--page-jeep-jl-grill-guard-heading-color);    font-size: 1.6em;    margin-bottom: 15px;  }  .page-jeep-jl-grill-guard__promo-text {    font-size: 1em;    color: var(--page-jeep-jl-grill-guard-text-color);    margin-bottom: 25px;    flex-grow: 1;  }  .page-jeep-jl-grill-guard__security-section {    padding: 60px 20px;    background-color: var(--page-jeep-jl-grill-guard-background-color);  }  .page-jeep-jl-grill-guard__security-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));    gap: 30px;    max-width: 1200px;    margin: 0 auto;  }  .page-jeep-jl-grill-guard__security-item {    background-color: var(--page-jeep-jl-grill-guard-card-bg);    padding: 30px;    border-radius: 10px;    text-align: center;    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);    display: flex;    flex-direction: column;    align-items: center;  }  .page-jeep-jl-grill-guard__security-icon {    width: 150px;    height: 150px;    margin-bottom: 20px;    object-fit: contain;  }  .page-jeep-jl-grill-guard__security-heading {    color: var(--page-jeep-jl-grill-guard-heading-color);    font-size: 1.5em;    margin-bottom: 15px;  }  .page-jeep-jl-grill-guard__security-text {    font-size: 1em;    color: var(--page-jeep-jl-grill-guard-text-color);    margin-bottom: 20px;    flex-grow: 1;  }  .page-jeep-jl-grill-guard__faq-section {    padding: 60px 20px;    background-color: var(--page-jeep-jl-grill-guard-card-bg);  }  .page-jeep-jl-grill-guard__faq-list {    max-width: 900px;    margin: 0 auto;  }  .page-jeep-jl-grill-guard__faq-item {    background-color: var(--page-jeep-jl-grill-guard-background-color);    margin-bottom: 15px;    border-radius: 8px;    overflow: hidden;    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);    transition: all 0.3s ease;  }  .page-jeep-jl-grill-guard__faq-question {    display: flex;    justify-content: space-between;    align-items: center;    padding: 20px 25px;    cursor: pointer;    background-color: #252525;    color: var(--page-jeep-jl-grill-guard-heading-color);    font-size: 1.15em;    font-weight: bold;    user-select: none;    transition: background-color 0.3s ease;  }  .page-jeep-jl-grill-guard__faq-question:hover {    background-color: #3A3A3A;  }  .page-jeep-jl-grill-guard__faq-heading {    margin: 0;    flex-grow: 1;    pointer-events: none;    color: inherit;  }  .page-jeep-jl-grill-guard__faq-toggle {    font-size: 1.5em;    margin-left: 20px;    pointer-events: none;    transition: transform 0.3s ease;    color: var(--page-jeep-jl-grill-guard-primary-color);  }  .page-jeep-jl-grill-guard__faq-item.active .page-jeep-jl-grill-guard__faq-toggle {    transform: rotate(45deg);  }  .page-jeep-jl-grill-guard__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-grill-guard-text-color);  }  .page-jeep-jl-grill-guard__faq-item.active .page-jeep-jl-grill-guard__faq-answer {    max-height: 2000px !important;    padding: 20px 25px !important;    opacity: 1;  }  .page-jeep-jl-grill-guard__faq-answer p {    margin: 0;  }  .page-jeep-jl-grill-guard__blog-section {    padding: 60px 20px;    background-color: var(--page-jeep-jl-grill-guard-background-color);  }  .page-jeep-jl-grill-guard__blog-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));    gap: 30px;    max-width: 1200px;    margin: 0 auto;  }  .page-jeep-jl-grill-guard__blog-card {    background-color: var(--page-jeep-jl-grill-guard-card-bg);    border-radius: 10px;    overflow: hidden;    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);    text-decoration: none;    color: var(--page-jeep-jl-grill-guard-text-color);    transition: transform 0.3s ease;    display: flex;    flex-direction: column;  }  .page-jeep-jl-grill-guard__blog-card:hover {    transform: translateY(-5px);  }  .page-jeep-jl-grill-guard__blog-image {    width: 100%;    height: 220px;    object-fit: cover;  }  .page-jeep-jl-grill-guard__blog-content {    padding: 20px;    flex-grow: 1;    display: flex;    flex-direction: column;  }  .page-jeep-jl-grill-guard__blog-title {    color: var(--page-jeep-jl-grill-guard-heading-color);    font-size: 1.4em;    margin-bottom: 10px;    line-height: 1.3;    flex-grow: 1;  }  .page-jeep-jl-grill-guard__blog-excerpt {    font-size: 0.95em;    color: var(--page-jeep-jl-grill-guard-text-color);    margin-top: 10px;  }  .page-jeep-jl-grill-guard img {    max-width: 100%;    height: auto;    display: block;  }  @media (max-width: 1024px) {    .page-jeep-jl-grill-guard__hero-title {      font-size: 3em;    }    .page-jeep-jl-grill-guard__hero-subtitle {      font-size: 1.2em;    }    .page-jeep-jl-grill-guard__section-title {      font-size: 2em;    }  }  @media (max-width: 768px) {    .page-jeep-jl-grill-guard__hero-section {      min-height: 500px;      padding-bottom: 60px;    }    .page-jeep-jl-grill-guard__hero-title {      font-size: 2.2em;    }    .page-jeep-jl-grill-guard__hero-subtitle {      font-size: 1em;    }    .page-jeep-jl-grill-guard__hero-cta-group {      flex-direction: column;      gap: 15px;    }    .page-jeep-jl-grill-guard__btn {      width: 100%;      max-width: 300px;    }    .page-jeep-jl-grill-guard__section-title {      font-size: 1.8em;    }    .page-jeep-jl-grill-guard__section-description {      font-size: 0.95em;    }    .page-jeep-jl-grill-guard__intro-grid,    .page-jeep-jl-grill-guard__access-grid,    .page-jeep-jl-grill-guard__games-grid,    .page-jeep-jl-grill-guard__promotions-grid,    .page-jeep-jl-grill-guard__security-grid,    .page-jeep-jl-grill-guard__blog-grid {      grid-template-columns: 1fr;      gap: 20px;    }    .page-jeep-jl-grill-guard__intro-item,    .page-jeep-jl-grill-guard__promo-card,    .page-jeep-jl-grill-guard__security-item,    .page-jeep-jl-grill-guard__blog-card,    .page-jeep-jl-grill-guard__access-link,    .page-jeep-jl-grill-guard__game-card {      width: 100% !important;      max-width: 100% !important;      box-sizing: border-box !important;      margin-left: 0 !important;      margin-right: 0 !important;      padding-left: 15px !important;      padding-right: 15px !important;      word-wrap: break-word !important;      overflow-wrap: break-word !important;      word-break: break-word !important;    }    .page-jeep-jl-grill-guard__intro-image,    .page-jeep-jl-grill-guard__promo-image,    .page-jeep-jl-grill-guard__security-icon,    .page-jeep-jl-grill-guard__blog-image {      max-width: 100% !important;      height: auto !important;    }    .page-jeep-jl-grill-guard__faq-question {      padding: 15px 20px;      font-size: 1em;    }    .page-jeep-jl-grill-guard__faq-answer {      padding: 0 20px;    }    .page-jeep-jl-grill-guard__faq-item.active .page-jeep-jl-grill-guard__faq-answer {      padding: 15px 20px !important;    }    .page-jeep-jl-grill-guard__game-icon {      width: 60px;      height: 60px;    }    .page-jeep-jl-grill-guard__game-title {      font-size: 0.85em;    }  }  @media (max-width: 480px) {    .page-jeep-jl-grill-guard__hero-title {      font-size: 1.8em;    }    .page-jeep-jl-grill-guard__hero-subtitle {      font-size: 0.9em;    }    .page-jeep-jl-grill-guard__section-title {      font-size: 1.5em;    }    .page-jeep-jl-grill-guard__intro-heading,    .page-jeep-jl-grill-guard__promo-title,    .page-jeep-jl-grill-guard__security-heading,    .page-jeep-jl-grill-guard__blog-title {      font-size: 1.2em;    }    .page-jeep-jl-grill-guard__access-text {      font-size: 1em;    }    .page-jeep-jl-grill-guard__promo-image {      height: 150px;    }    .page-jeep-jl-grill-guard__blog-image {      height: 180px;    }  }