:root {  --primary-color: #FFD700; /* Gold-like color for accents, fitting the "premium" theme and potentially casino feel */  --secondary-color: #333; /* Dark grey for text */  --background-color: #f8f8f8; /* Light background */  --dark-background: #222; /* Darker background for some sections */  --text-color: #444;  --light-text-color: #f0f0f0;  --border-color: #ddd;  --cta-background: #007bff; /* Blue for CTAs, common for "Register" */  --cta-hover-background: #0056b3;}.page-jeep-jl-rubicon-hood-decal {  font-family: Arial, sans-serif;  line-height: 1.6;  color: var(--text-color);  background-color: var(--background-color);}.page-jeep-jl-rubicon-hood-decal__hero-section {  position: relative;  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;  text-align: center;  color: var(--light-text-color);  padding: 10px 20px 60px; /* Small padding-top, assuming body has header offset */  min-height: 500px;  overflow: hidden;  box-sizing: border-box;}.page-jeep-jl-rubicon-hood-decal__hero-image-container {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 1;}.page-jeep-jl-rubicon-hood-decal__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  filter: brightness(0.6); /* Darken image for text contrast */}.page-jeep-jl-rubicon-hood-decal__hero-content {  position: relative;  z-index: 2;  max-width: 900px;  padding: 20px;  background: rgba(0, 0, 0, 0.4);  border-radius: 8px;}.page-jeep-jl-rubicon-hood-decal__hero-title {  font-size: 2.8em;  margin-bottom: 15px;  color: var(--primary-color);}.page-jeep-jl-rubicon-hood-decal__hero-subtitle {  font-size: 1.2em;  margin-bottom: 30px;  max-width: 700px;  margin-left: auto;  margin-right: auto;}.page-jeep-jl-rubicon-hood-decal__hero-cta {  display: inline-block;  background-color: var(--cta-background);  color: #fff;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease;}.page-jeep-jl-rubicon-hood-decal__hero-cta:hover {  background-color: var(--cta-hover-background);}.page-jeep-jl-rubicon-hood-decal__payment-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;  padding: 40px 20px;  background-color: var(--dark-background);  color: var(--light-text-color);  text-align: center;}.page-jeep-jl-rubicon-hood-decal__payment-title {  width: 100%;  font-size: 2em;  margin-bottom: 15px;  color: var(--primary-color);}.page-jeep-jl-rubicon-hood-decal__payment-description {  width: 100%;  max-width: 800px;  margin: 0 auto 30px;  font-size: 1.1em;}.page-jeep-jl-rubicon-hood-decal__payment-logos {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 20px;  width: 100%;}.page-jeep-jl-rubicon-hood-decal__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;}.page-jeep-jl-rubicon-hood-decal__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}.page-jeep-jl-rubicon-hood-decal__introduction-section {  display: flex;  flex-wrap: wrap;  align-items: center;  gap: 40px;  padding: 60px 20px;  max-width: 1200px;  margin: 0 auto;}.page-jeep-jl-rubicon-hood-decal__introduction-content {  flex: 1;  min-width: 300px;}.page-jeep-jl-rubicon-hood-decal__introduction-title {  font-size: 2.2em;  margin-bottom: 20px;  color: var(--secondary-color);}.page-jeep-jl-rubicon-hood-decal__introduction-text {  margin-bottom: 15px;}.page-jeep-jl-rubicon-hood-decal__introduction-cta {  display: inline-block;  background-color: var(--primary-color);  color: var(--dark-background);  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  margin-top: 20px;  transition: background-color 0.3s ease;}.page-jeep-jl-rubicon-hood-decal__introduction-cta:hover {  background-color: #e6c200; /* A slightly darker gold */}.page-jeep-jl-rubicon-hood-decal__introduction-image-container {  flex: 1;  min-width: 300px;  text-align: center;}.page-jeep-jl-rubicon-hood-decal__introduction-image {  max-width: 100%;  height: auto;  border-radius: 8px;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);}.page-jeep-jl-rubicon-hood-decal__quick-access-section {  background-color: var(--dark-background);  color: var(--light-text-color);  padding: 60px 20px;  text-align: center;}.page-jeep-jl-rubicon-hood-decal__quick-access-title {  font-size: 2.2em;  margin-bottom: 20px;  color: var(--primary-color);}.page-jeep-jl-rubicon-hood-decal__quick-access-description {  max-width: 800px;  margin: 0 auto 40px;  font-size: 1.1em;}.page-jeep-jl-rubicon-hood-decal__quick-access-links {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;}.page-jeep-jl-rubicon-hood-decal__quick-access-button {  display: inline-block;  background-color: var(--cta-background);  color: #fff;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1em;  transition: background-color 0.3s ease;  min-width: 180px;  box-sizing: border-box;}.page-jeep-jl-rubicon-hood-decal__quick-access-button:hover {  background-color: var(--cta-hover-background);}.page-jeep-jl-rubicon-hood-decal__features-section {  padding: 60px 20px;  max-width: 1200px;  margin: 0 auto;  text-align: center;}.page-jeep-jl-rubicon-hood-decal__features-title {  font-size: 2.2em;  margin-bottom: 20px;  color: var(--secondary-color);}.page-jeep-jl-rubicon-hood-decal__features-intro {  max-width: 800px;  margin: 0 auto 40px;  font-size: 1.1em;}.page-jeep-jl-rubicon-hood-decal__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;}.page-jeep-jl-rubicon-hood-decal__feature-item {  background-color: #fff;  padding: 30px;  border-radius: 8px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-jeep-jl-rubicon-hood-decal__feature-item:hover {  transform: translateY(-5px);  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);}.page-jeep-jl-rubicon-hood-decal__feature-image {  max-width: 100%;  height: auto;  border-radius: 5px;  margin-bottom: 20px;}.page-jeep-jl-rubicon-hood-decal__feature-heading {  font-size: 1.5em;  margin-bottom: 10px;  color: var(--primary-color);}.page-jeep-jl-rubicon-hood-decal__feature-text {  font-size: 0.95em;  color: var(--text-color);}.page-jeep-jl-rubicon-hood-decal__promotions-section {  background-color: var(--background-color);  padding: 60px 20px;  text-align: center;}.page-jeep-jl-rubicon-hood-decal__promotions-title {  font-size: 2.2em;  margin-bottom: 20px;  color: var(--secondary-color);}.page-jeep-jl-rubicon-hood-decal__promotions-description {  max-width: 800px;  margin: 0 auto 40px;  font-size: 1.1em;}.page-jeep-jl-rubicon-hood-decal__promotion-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-jeep-jl-rubicon-hood-decal__promotion-card {  background-color: #fff;  border-radius: 8px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);  overflow: hidden;  text-align: left;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-jeep-jl-rubicon-hood-decal__promotion-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);}.page-jeep-jl-rubicon-hood-decal__promotion-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-jeep-jl-rubicon-hood-decal__promotion-heading {  font-size: 1.5em;  padding: 15px 20px 5px;  color: var(--primary-color);}.page-jeep-jl-rubicon-hood-decal__promotion-text {  font-size: 0.95em;  padding: 0 20px 15px;  color: var(--text-color);}.page-jeep-jl-rubicon-hood-decal__promotion-cta {  display: inline-block;  background-color: var(--cta-background);  color: #fff;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  margin: 0 20px 20px;  transition: background-color 0.3s ease;}.page-jeep-jl-rubicon-hood-decal__promotion-cta:hover {  background-color: var(--cta-hover-background);}.page-jeep-jl-rubicon-hood-decal__security-section {  background-color: var(--dark-background);  color: var(--light-text-color);  padding: 60px 20px;  text-align: center;}.page-jeep-jl-rubicon-hood-decal__security-title {  font-size: 2.2em;  margin-bottom: 20px;  color: var(--primary-color);}.page-jeep-jl-rubicon-hood-decal__security-intro {  max-width: 800px;  margin: 0 auto 40px;  font-size: 1.1em;}.page-jeep-jl-rubicon-hood-decal__security-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto 40px;}.page-jeep-jl-rubicon-hood-decal__security-item {  background-color: rgba(255, 255, 255, 0.1);  padding: 30px;  border-radius: 8px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);}.page-jeep-jl-rubicon-hood-decal__security-image {  max-width: 100px;  height: auto;  margin-bottom: 20px;}.page-jeep-jl-rubicon-hood-decal__security-heading {  font-size: 1.5em;  margin-bottom: 10px;  color: var(--primary-color);}.page-jeep-jl-rubicon-hood-decal__security-text {  font-size: 0.95em;  color: var(--light-text-color);}.page-jeep-jl-rubicon-hood-decal__security-cta {  display: inline-block;  background-color: var(--cta-background);  color: #fff;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease;}.page-jeep-jl-rubicon-hood-decal__security-cta:hover {  background-color: var(--cta-hover-background);}.page-jeep-jl-rubicon-hood-decal__faq-section {  padding: 60px 20px;  max-width: 900px;  margin: 0 auto;  text-align: center;}.page-jeep-jl-rubicon-hood-decal__faq-title {  font-size: 2.2em;  margin-bottom: 40px;  color: var(--secondary-color);}.page-jeep-jl-rubicon-hood-decal__faq-container {  text-align: left;}.page-jeep-jl-rubicon-hood-decal__faq-item {  background-color: #fff;  border: 1px solid var(--border-color);  border-radius: 8px;  margin-bottom: 15px;  overflow: hidden;  box-sizing: border-box;}.page-jeep-jl-rubicon-hood-decal__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  user-select: none;  background-color: #f0f0f0;  transition: background-color 0.3s ease;  box-sizing: border-box;}.page-jeep-jl-rubicon-hood-decal__faq-question:hover {  background-color: #e0e0e0;}.page-jeep-jl-rubicon-hood-decal__faq-item.active .page-jeep-jl-rubicon-hood-decal__faq-question {  background-color: #e0e0e0;}.page-jeep-jl-rubicon-hood-decal__faq-heading {  font-size: 1.2em;  margin: 0;  color: var(--secondary-color);  pointer-events: none; /* Prevent text selection interfering with click */}.page-jeep-jl-rubicon-hood-decal__faq-toggle {  font-size: 1.8em;  font-weight: bold;  color: var(--primary-color);  line-height: 1;  pointer-events: none; /* Prevent icon interfering with click */  transition: transform 0.3s ease;}.page-jeep-jl-rubicon-hood-decal__faq-item.active .page-jeep-jl-rubicon-hood-decal__faq-toggle {  transform: rotate(45deg); /* Change + to X or similar */}.page-jeep-jl-rubicon-hood-decal__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;  box-sizing: border-box;}.page-jeep-jl-rubicon-hood-decal__faq-item.active .page-jeep-jl-rubicon-hood-decal__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px 25px !important;  opacity: 1;}.page-jeep-jl-rubicon-hood-decal__faq-text {  margin-bottom: 10px;}.page-jeep-jl-rubicon-hood-decal__faq-link {  display: inline-block;  background-color: var(--cta-background);  color: #fff;  padding: 8px 15px;  border-radius: 5px;  text-decoration: none;  font-size: 0.9em;  margin-top: 10px;  transition: background-color 0.3s ease;}.page-jeep-jl-rubicon-hood-decal__faq-link:hover {  background-color: var(--cta-hover-background);}.page-jeep-jl-rubicon-hood-decal__blog-section {  background-color: var(--dark-background);  color: var(--light-text-color);  padding: 60px 20px;  text-align: center;}.page-jeep-jl-rubicon-hood-decal__blog-title {  font-size: 2.2em;  margin-bottom: 20px;  color: var(--primary-color);}.page-jeep-jl-rubicon-hood-decal__blog-description {  max-width: 800px;  margin: 0 auto 40px;  font-size: 1.1em;}.page-jeep-jl-rubicon-hood-decal__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-jeep-jl-rubicon-hood-decal__blog-card {  background-color: rgba(255, 255, 255, 0.1);  border-radius: 8px;  overflow: hidden;  text-align: left;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-jeep-jl-rubicon-hood-decal__blog-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);}.page-jeep-jl-rubicon-hood-decal__blog-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-jeep-jl-rubicon-hood-decal__blog-content {  padding: 20px;}.page-jeep-jl-rubicon-hood-decal__blog-heading {  font-size: 1.3em;  margin-bottom: 10px;  color: var(--primary-color);}.page-jeep-jl-rubicon-hood-decal__blog-heading a {  color: var(--primary-color);  text-decoration: none;  transition: color 0.3s ease;}.page-jeep-jl-rubicon-hood-decal__blog-heading a:hover {  color: var(--cta-background); /* Use a different color for hover */}.page-jeep-jl-rubicon-hood-decal__blog-excerpt {  font-size: 0.9em;  color: var(--light-text-color);  margin-bottom: 15px;}.page-jeep-jl-rubicon-hood-decal__blog-read-more {  display: inline-block;  background-color: var(--cta-background);  color: #fff;  padding: 8px 15px;  border-radius: 5px;  text-decoration: none;  font-size: 0.9em;  transition: background-color 0.3s ease;}.page-jeep-jl-rubicon-hood-decal__blog-read-more:hover {  background-color: var(--cta-hover-background);}@media (max-width: 768px) {  .page-jeep-jl-rubicon-hood-decal__hero-title {    font-size: 2em;  }  .page-jeep-jl-rubicon-hood-decal__hero-subtitle {    font-size: 1em;  }  .page-jeep-jl-rubicon-hood-decal__hero-cta {    padding: 12px 25px;    font-size: 1em;  }  .page-jeep-jl-rubicon-hood-decal__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;  }  .page-jeep-jl-rubicon-hood-decal__payment-logo,  .page-jeep-jl-rubicon-hood-decal__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-jeep-jl-rubicon-hood-decal__introduction-section {    flex-direction: column;    padding: 40px 15px;    gap: 30px;  }  .page-jeep-jl-rubicon-hood-decal__introduction-title,  .page-jeep-jl-rubicon-hood-decal__quick-access-title,  .page-jeep-jl-rubicon-hood-decal__features-title,  .page-jeep-jl-rubicon-hood-decal__promotions-title,  .page-jeep-jl-rubicon-hood-decal__security-title,  .page-jeep-jl-rubicon-hood-decal__faq-title,  .page-jeep-jl-rubicon-hood-decal__blog-title {    font-size: 1.8em;  }  .page-jeep-jl-rubicon-hood-decal__quick-access-section,  .page-jeep-jl-rubicon-hood-decal__features-section,  .page-jeep-jl-rubicon-hood-decal__promotions-section,  .page-jeep-jl-rubicon-hood-decal__security-section,  .page-jeep-jl-rubicon-hood-decal__faq-section,  .page-jeep-jl-rubicon-hood-decal__blog-section {    padding: 40px 15px;  }  .page-jeep-jl-rubicon-hood-decal__quick-access-links {    flex-direction: column;    align-items: stretch;  }  .page-jeep-jl-rubicon-hood-decal__quick-access-button {    width: 100% !important;    max-width: 100% !important;    margin-left: 0 !important;    margin-right: 0 !important;    box-sizing: border-box !important;  }  .page-jeep-jl-rubicon-hood-decal__features-grid,  .page-jeep-jl-rubicon-hood-decal__promotion-grid,  .page-jeep-jl-rubicon-hood-decal__security-grid,  .page-jeep-jl-rubicon-hood-decal__blog-grid {    grid-template-columns: 1fr;    gap: 20px;  }  /* List item responsive rules */  .page-jeep-jl-rubicon-hood-decal__features-grid .page-jeep-jl-rubicon-hood-decal__feature-item,  .page-jeep-jl-rubicon-hood-decal__promotion-grid .page-jeep-jl-rubicon-hood-decal__promotion-card,  .page-jeep-jl-rubicon-hood-decal__security-grid .page-jeep-jl-rubicon-hood-decal__security-item,  .page-jeep-jl-rubicon-hood-decal__blog-grid .page-jeep-jl-rubicon-hood-decal__blog-card {    width: 100% !important;    max-width: 100% !important;    margin-left: 0 !important;    margin-right: 0 !important;    box-sizing: border-box !important;  }  /* Images responsive rules */  .page-jeep-jl-rubicon-hood-decal__hero-image,  .page-jeep-jl-rubicon-hood-decal__introduction-image,  .page-jeep-jl-rubicon-hood-decal__feature-image,  .page-jeep-jl-rubicon-hood-decal__promotion-image,  .page-jeep-jl-rubicon-hood-decal__security-image,  .page-jeep-jl-rubicon-hood-decal__blog-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  /* FAQ responsive padding */  .page-jeep-jl-rubicon-hood-decal__faq-question,  .page-jeep-jl-rubicon-hood-decal__faq-answer {    padding-left: 15px;    padding-right: 15px;  }  .page-jeep-jl-rubicon-hood-decal__faq-item.active .page-jeep-jl-rubicon-hood-decal__faq-answer {    padding: 15px 15px !important;  }}/* Ensure all images are responsive by default */.page-jeep-jl-rubicon-hood-decal img {  max-width: 100%;  height: auto;  display: block;}/* Word break for text */.page-jeep-jl-rubicon-hood-decal__hero-subtitle,.page-jeep-jl-rubicon-hood-decal__introduction-text,.page-jeep-jl-rubicon-hood-decal__quick-access-description,.page-jeep-jl-rubicon-hood-decal__features-intro,.page-jeep-jl-rubicon-hood-decal__feature-text,.page-jeep-jl-rubicon-hood-decal__promotions-description,.page-jeep-jl-rubicon-hood-decal__promotion-text,.page-jeep-jl-rubicon-hood-decal__security-intro,.page-jeep-jl-rubicon-hood-decal__security-text,.page-jeep-jl-rubicon-hood-decal__faq-heading,.page-jeep-jl-rubicon-hood-decal__faq-text,.page-jeep-jl-rubicon-hood-decal__blog-description,.page-jeep-jl-rubicon-hood-decal__blog-heading,.page-jeep-jl-rubicon-hood-decal__blog-excerpt {  word-wrap: break-word;  overflow-wrap: break-word;}