.page-jeep-jl-shade-top {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-bottom: 40px;
    }

    .page-jeep-jl-shade-top__hero-section {
      background: linear-gradient(135deg, #007bff, #0056b3);
      color: #fff;
      text-align: center;
      padding: 10px 20px 60px;
      position: relative;
      overflow: hidden;
      padding-top: 10px; /* Small decorative padding-top, assuming body has header offset */
    }

    .page-jeep-jl-shade-top__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: 0;
    }

    .page-jeep-jl-shade-top__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.2;
      filter: brightness(0.6);
    }

    .page-jeep-jl-shade-top__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-jeep-jl-shade-top__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      line-height: 1.2;
    }

    .page-jeep-jl-shade-top__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #e0e0e0;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    }

    .page-jeep-jl-shade-top__cta-button,
    .page-jeep-jl-shade-top__cta-download {
      display: inline-block;
      background-color: #ffc107;
      color: #333;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      margin: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-jeep-jl-shade-top__cta-button:hover,
    .page-jeep-jl-shade-top__cta-download:hover {
      background-color: #e0a800;
      transform: translateY(-3px);
    }

    .page-jeep-jl-shade-top__cta-download {
      background-color: #28a745;
      color: #fff;
    }

    .page-jeep-jl-shade-top__cta-download:hover {
      background-color: #218838;
    }

    .page-jeep-jl-shade-top__intro-section,
    .page-jeep-jl-shade-top__quick-access-section,
    .page-jeep-jl-shade-top__games-section,
    .page-jeep-jl-shade-top__promo-section,
    .page-jeep-jl-shade-top__security-section,
    .page-jeep-jl-shade-top__faq-section,
    .page-jeep-jl-shade-top__blog-section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-top: 30px;
    }

    .page-jeep-jl-shade-top__intro-title,
    .page-jeep-jl-shade-top__quick-access-title,
    .page-jeep-jl-shade-top__games-title,
    .page-jeep-jl-shade-top__promo-title,
    .page-jeep-jl-shade-top__security-title,
    .page-jeep-jl-shade-top__faq-main-title,
    .page-jeep-jl-shade-top__blog-title {
      text-align: center;
      font-size: 2.2em;
      margin-bottom: 20px;
      color: #0056b3;
    }

    .page-jeep-jl-shade-top__intro-text,
    .page-jeep-jl-shade-top__quick-access-description,
    .page-jeep-jl-shade-top__games-description,
    .page-jeep-jl-shade-top__promo-description,
    .page-jeep-jl-shade-top__security-description,
    .page-jeep-jl-shade-top__blog-description {
      text-align: center;
      font-size: 1.1em;
      margin-bottom: 30px;
      color: #555;
    }

    .page-jeep-jl-shade-top__feature-item,
    .page-jeep-jl-shade-top__game-card,
    .page-jeep-jl-shade-top__promo-card,
    .page-jeep-jl-shade-top__security-item,
    .page-jeep-jl-shade-top__blog-card {
      background-color: #f9f9f9;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
    }

    .page-jeep-jl-shade-top__feature-item:hover,
    .page-jeep-jl-shade-top__game-card:hover,
    .page-jeep-jl-shade-top__promo-card:hover,
    .page-jeep-jl-shade-top__security-item:hover,
    .page-jeep-jl-shade-top__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-jeep-jl-shade-top__feature-icon,
    .page-jeep-jl-shade-top__security-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      object-fit: contain;
      max-width: 100%;
      height: auto;
    }

    .page-jeep-jl-shade-top__feature-title,
    .page-jeep-jl-shade-top__game-card-title,
    .page-jeep-jl-shade-top__promo-card-title,
    .page-jeep-jl-shade-top__security-item-title,
    .page-jeep-jl-shade-top__blog-card-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #007bff;
    }

    .page-jeep-jl-shade-top__feature-description,
    .page-jeep-jl-shade-top__game-card-text,
    .page-jeep-jl-shade-top__promo-card-text,
    .page-jeep-jl-shade-top__security-item-text,
    .page-jeep-jl-shade-top__blog-card-summary {
      font-size: 1em;
      color: #666;
      flex-grow: 1;
    }

    /* Intro Features */
    .page-jeep-jl-shade-top__intro-features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    /* Quick Access Buttons */
    .page-jeep-jl-shade-top__access-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 30px;
    }

    .page-jeep-jl-shade-top__access-button {
      background-color: #17a2b8;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-jeep-jl-shade-top__access-button:hover {
      background-color: #138496;
    }

    /* Game Categories */
    .page-jeep-jl-shade-top__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-jeep-jl-shade-top__game-image,
    .page-jeep-jl-shade-top__promo-image,
    .page-jeep-jl-shade-top__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 15px;
      max-width: 100%;
      height: auto;
    }

    .page-jeep-jl-shade-top__game-button,
    .page-jeep-jl-shade-top__promo-button,
    .page-jeep-jl-shade-top__blog-read-more {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      margin-top: 15px;
      transition: background-color 0.3s ease;
      align-self: center;
    }

    .page-jeep-jl-shade-top__game-button:hover,
    .page-jeep-jl-shade-top__promo-button:hover,
    .page-jeep-jl-shade-top__blog-read-more:hover {
      background-color: #0056b3;
    }

    /* Promotions */
    .page-jeep-jl-shade-top__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    /* Security & Customer Service */
    .page-jeep-jl-shade-top__security-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-jeep-jl-shade-top__contact-button {
      display: block;
      width: fit-content;
      margin: 40px auto 0;
      background-color: #ffc107;
      color: #333;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-jeep-jl-shade-top__contact-button:hover {
      background-color: #e0a800;
      transform: translateY(-3px);
    }

    /* FAQ Section */
    .page-jeep-jl-shade-top__faq-list {
      margin-top: 30px;
    }

    .page-jeep-jl-shade-top__faq-item {
      margin-bottom: 15px;
      border: 1px solid #eee;
      border-radius: 8px;
      overflow: hidden;
      background-color: #fefefe;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    }

    .page-jeep-jl-shade-top__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #007bff;
      color: #fff;
      cursor: pointer;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-jeep-jl-shade-top__faq-question:hover {
      background-color: #0056b3;
    }

    .page-jeep-jl-shade-top__faq-question-title {
      margin: 0;
      font-size: 1.1em;
      color: #fff;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-jeep-jl-shade-top__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevent span from blocking click */
      transition: transform 0.3s ease;
    }

    .page-jeep-jl-shade-top__faq-item.active .page-jeep-jl-shade-top__faq-toggle {
      transform: rotate(45deg);
    }

    .page-jeep-jl-shade-top__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      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: #fefefe;
      color: #444;
    }

    .page-jeep-jl-shade-top__faq-item.active .page-jeep-jl-shade-top__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-jeep-jl-shade-top__faq-answer-text {
      margin: 0;
      padding: 0;
      font-size: 0.95em;
    }

    /* Blog Section */
    .page-jeep-jl-shade-top__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-jeep-jl-shade-top__blog-card {
      text-align: left;
    }

    .page-jeep-jl-shade-top__blog-card-title {
      font-size: 1.2em;
      margin-bottom: 8px;
    }

    .page-jeep-jl-shade-top__blog-card-title a {
      color: #007bff;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-jeep-jl-shade-top__blog-card-title a:hover {
      color: #0056b3;
      text-decoration: underline;
    }

    .page-jeep-jl-shade-top__blog-card-meta {
      font-size: 0.85em;
      color: #888;
      margin-bottom: 10px;
    }

    .page-jeep-jl-shade-top__blog-card-summary {
      font-size: 0.95em;
      color: #666;
      flex-grow: 1;
    }

    .page-jeep-jl-shade-top__text-link {
      color: #007bff;
      text-decoration: underline;
    }

    .page-jeep-jl-shade-top__text-link:hover {
      color: #0056b3;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-jeep-jl-shade-top__hero-title {
        font-size: 2em;
      }

      .page-jeep-jl-shade-top__hero-subtitle {
        font-size: 1.1em;
      }

      .page-jeep-jl-shade-top__cta-button,
      .page-jeep-jl-shade-top__cta-download {
        padding: 12px 20px;
        font-size: 1em;
        margin: 8px;
      }

      .page-jeep-jl-shade-top__intro-title,
      .page-jeep-jl-shade-top__quick-access-title,
      .page-jeep-jl-shade-top__games-title,
      .page-jeep-jl-shade-top__promo-title,
      .page-jeep-jl-shade-top__security-title,
      .page-jeep-jl-shade-top__faq-main-title,
      .page-jeep-jl-shade-top__blog-title {
        font-size: 1.8em;
      }

      .page-jeep-jl-shade-top__intro-text,
      .page-jeep-jl-shade-top__quick-access-description,
      .page-jeep-jl-shade-top__games-description,
      .page-jeep-jl-shade-top__promo-description,
      .page-jeep-jl-shade-top__security-description,
      .page-jeep-jl-shade-top__blog-description {
        font-size: 1em;
      }

      .page-jeep-jl-shade-top__intro-features,
      .page-jeep-jl-shade-top__game-categories,
      .page-jeep-jl-shade-top__promo-grid,
      .page-jeep-jl-shade-top__security-grid,
      .page-jeep-jl-shade-top__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-jeep-jl-shade-top__feature-item,
      .page-jeep-jl-shade-top__game-card,
      .page-jeep-jl-shade-top__promo-card,
      .page-jeep-jl-shade-top__security-item,
      .page-jeep-jl-shade-top__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-jeep-jl-shade-top__feature-icon,
      .page-jeep-jl-shade-top__security-icon,
      .page-jeep-jl-shade-top__game-image,
      .page-jeep-jl-shade-top__promo-image,
      .page-jeep-jl-shade-top__blog-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-jeep-jl-shade-top__access-buttons {
        flex-direction: column;
        align-items: center;
      }

      .page-jeep-jl-shade-top__access-button {
        width: 90%;
        max-width: 300px;
      }

      .page-jeep-jl-shade-top__faq-question,
      .page-jeep-jl-shade-top__faq-answer {
        padding-left: 15px !important;
        padding-right: 15px !important;
      }

      .page-jeep-jl-shade-top__faq-question-title {
        font-size: 1em;
      }

      .page-jeep-jl-shade-top__faq-answer-text {
        font-size: 0.9em;
      }

      .page-jeep-jl-shade-top__contact-button {
        width: 90%;
        max-width: 300px;
        font-size: 1em;
        padding: 12px 20px;
      }

      .page-jeep-jl-shade-top__blog-card-title {
        font-size: 1.1em;
      }

      .page-jeep-jl-shade-top__blog-card-summary {
        font-size: 0.9em;
      }
    }

    @media (max-width: 480px) {
      .page-jeep-jl-shade-top__hero-title {
        font-size: 1.8em;
      }

      .page-jeep-jl-shade-top__hero-subtitle {
        font-size: 1em;
      }

      .page-jeep-jl-shade-top__cta-button,
      .page-jeep-jl-shade-top__cta-download {
        width: 100%;
        max-width: 250px;
        margin: 5px auto;
      }
    }

    /* Ensure color contrast for all text */
    .page-jeep-jl-shade-top__hero-title,
    .page-jeep-jl-shade-top__hero-subtitle {
      color: #fff; /* For hero */
    }
    
    .page-jeep-jl-shade-top__intro-title,
    .page-jeep-jl-shade-top__quick-access-title,
    .page-jeep-jl-shade-top__games-title,
    .page-jeep-jl-shade-top__promo-title,
    .page-jeep-jl-shade-top__security-title,
    .page-jeep-jl-shade-top__faq-main-title,
    .page-jeep-jl-shade-top__blog-title {
      color: #0056b3; /* Dark blue for titles on light background */
    }

    .page-jeep-jl-shade-top__intro-text,
    .page-jeep-jl-shade-top__quick-access-description,
    .page-jeep-jl-shade-top__games-description,
    .page-jeep-jl-shade-top__promo-description,
    .page-jeep-jl-shade-top__security-description,
    .page-jeep-jl-shade-top__blog-description,
    .page-jeep-jl-shade-top__feature-description,
    .page-jeep-jl-shade-top__game-card-text,
    .page-jeep-jl-shade-top__promo-card-text,
    .page-jeep-jl-shade-top__security-item-text,
    .page-jeep-jl-shade-top__blog-card-summary,
    .page-jeep-jl-shade-top__blog-card-meta,
    .page-jeep-jl-shade-top__faq-answer-text {
      color: #333; /* Dark gray for body text on light background */
    }

    /* Ensure button text has good contrast */
    .page-jeep-jl-shade-top__cta-button,
    .page-jeep-jl-shade-top__contact-button {
      color: #333; /* Yellow button, dark text */
    }

    .page-jeep-jl-shade-top__cta-download,
    .page-jeep-jl-shade-top__access-button,
    .page-jeep-jl-shade-top__game-button,
    .page-jeep-jl-shade-top__promo-button,
    .page-jeep-jl-shade-top__blog-read-more {
      color: #fff; /* Blue/Green buttons, white text */
    }

    .page-jeep-jl-shade-top__faq-question {
      background-color: #007bff;
      color: #fff;
    }

    .page-jeep-jl-shade-top__faq-question-title {
      color: #fff;
    }

    .page-jeep-jl-shade-top__feature-title,
    .page-jeep-jl-shade-top__game-card-title,
    .page-jeep-jl-shade-top__promo-card-title,
    .page-jeep-jl-shade-top__security-item-title,
    .page-jeep-jl-shade-top__blog-card-title a {
      color: #007bff; /* Blue for card titles */
    }