:root {  --page-again-by-jl-seegars-pdf-primary-color: #FFD700; /* Gold/Yellow for accents */  --page-again-by-jl-seegars-pdf-secondary-color: #007BFF; /* Blue for secondary actions */  --page-again-by-jl-seegars-pdf-dark-bg: #1a1a2e; /* Dark background */  --page-again-by-jl-seegars-pdf-light-text: #e0e0e0; /* Light text on dark background */  --page-again-by-jl-seegars-pdf-medium-text: #b0b0b0; /* Medium light text */  --page-again-by-jl-seegars-pdf-card-bg: #2c2c4a; /* Card background */  --page-again-by-jl-seegars-pdf-border-color: #4a4a6e; /* Border color */  --page-again-by-jl-seegars-pdf-transition-speed: 0.3s;}.page-again-by-jl-seegars-pdf {  font-family: 'Arial', sans-serif;  color: var(--page-again-by-jl-seegars-pdf-light-text);  background-color: var(--page-again-by-jl-seegars-pdf-dark-bg);  line-height: 1.6;  overflow-x: hidden;  padding-bottom: 20px; /* Ensure space above footer */}.page-again-by-jl-seegars-pdf a {  color: var(--page-again-by-jl-seegars-pdf-primary-color);  text-decoration: none;}.page-again-by-jl-seegars-pdf a:hover {  text-decoration: underline;}.page-again-by-jl-seegars-pdf__section-title {  font-size: 2.2em;  color: var(--page-again-by-jl-seegars-pdf-primary-color);  text-align: center;  margin-bottom: 20px;  padding-top: 40px;  text-transform: uppercase;  letter-spacing: 1px;}.page-again-by-jl-seegars-pdf__section-description {  font-size: 1.1em;  color: var(--page-again-by-jl-seegars-pdf-medium-text);  text-align: center;  max-width: 800px;  margin: 0 auto 40px auto;  padding: 0 15px;}.page-again-by-jl-seegars-pdf__button {  display: inline-block;  padding: 12px 25px;  border-radius: 5px;  font-weight: bold;  text-transform: uppercase;  letter-spacing: 0.5px;  transition: background-color var(--page-again-by-jl-seegars-pdf-transition-speed) ease, transform var(--page-again-by-jl-seegars-pdf-transition-speed) ease;  text-decoration: none;  border: none;  cursor: pointer;  font-size: 1em;}.page-again-by-jl-seegars-pdf__button--primary {  background-color: var(--page-again-by-jl-seegars-pdf-primary-color);  color: var(--page-again-by-jl-seegars-pdf-dark-bg);}.page-again-by-jl-seegars-pdf__button--primary:hover {  background-color: #FFEB3B; /* Lighter gold */  transform: translateY(-2px);}.page-again-by-jl-seegars-pdf__button--secondary {  background-color: var(--page-again-by-jl-seegars-pdf-secondary-color);  color: #FFFFFF;  border: 2px solid var(--page-again-by-jl-seegars-pdf-secondary-color);}.page-again-by-jl-seegars-pdf__button--secondary:hover {  background-color: #0069d9;  transform: translateY(-2px);}.page-again-by-jl-seegars-pdf__button--small {  padding: 8px 18px;  font-size: 0.9em;}.page-again-by-jl-seegars-pdf__hero-section {  position: relative;  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;  text-align: center;  color: #FFFFFF;  min-height: 600px;  padding: 10px 20px 60px 20px; /* 10px top for header offset, 60px bottom padding */  overflow: hidden;  position: relative;  z-index: 1; /* Ensure content is above image */}.page-again-by-jl-seegars-pdf__hero-image-wrapper {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  overflow: hidden;  z-index: -1;}.page-again-by-jl-seegars-pdf__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  filter: brightness(0.5); /* Darken image for better text readability */  transition: transform 0.5s ease;}.page-again-by-jl-seegars-pdf__hero-image:hover {  transform: scale(1.03);}.page-again-by-jl-seegars-pdf__hero-content {  max-width: 900px;  position: relative;  z-index: 2;}.page-again-by-jl-seegars-pdf__hero-title {  font-size: 3em;  margin-bottom: 20px;  line-height: 1.2;  color: var(--page-again-by-jl-seegars-pdf-primary-color);  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-again-by-jl-seegars-pdf__hero-subtitle {  font-size: 1.3em;  margin-bottom: 40px;  color: var(--page-again-by-jl-seegars-pdf-light-text);  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);}.page-again-by-jl-seegars-pdf__hero-cta-group {  display: flex;  gap: 20px;  justify-content: center;  flex-wrap: wrap;}/* Introduction Section */.page-again-by-jl-seegars-pdf__intro-section {  padding: 60px 20px;  background-color: var(--page-again-by-jl-seegars-pdf-dark-bg);}.page-again-by-jl-seegars-pdf__feature-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 50px auto 0 auto;}.page-again-by-jl-seegars-pdf__feature-item {  background-color: var(--page-again-by-jl-seegars-pdf-card-bg);  padding: 30px;  border-radius: 10px;  text-align: center;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);  transition: transform var(--page-again-by-jl-seegars-pdf-transition-speed) ease;}.page-again-by-jl-seegars-pdf__feature-item:hover {  transform: translateY(-5px);}.page-again-by-jl-seegars-pdf__feature-icon {  width: 100%; /* Ensure full width for larger images */  max-width: 250px; /* Limit max width */  height: auto;  margin-bottom: 20px;  border-radius: 8px;  object-fit: cover;}.page-again-by-jl-seegars-pdf__feature-title {  font-size: 1.5em;  color: var(--page-again-by-jl-seegars-pdf-primary-color);  margin-bottom: 10px;}.page-again-by-jl-seegars-pdf__feature-text {  color: var(--page-again-by-jl-seegars-pdf-medium-text);}/* Quick Access Section */.page-again-by-jl-seegars-pdf__quick-access-section {  padding: 60px 20px;  background-color: #151525; /* Slightly different dark bg */}.page-again-by-jl-seegars-pdf__access-buttons {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  margin-top: 40px;}/* Games Section */.page-again-by-jl-seegars-pdf__games-section {  padding: 60px 20px;  background-color: var(--page-again-by-jl-seegars-pdf-dark-bg);}.page-again-by-jl-seegars-pdf__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 50px auto 0 auto;}.page-again-by-jl-seegars-pdf__game-category-item {  background-color: var(--page-again-by-jl-seegars-pdf-card-bg);  padding: 25px;  border-radius: 10px;  text-align: center;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);  transition: transform var(--page-again-by-jl-seegars-pdf-transition-speed) ease;  display: flex;  flex-direction: column;  justify-content: space-between;}.page-again-by-jl-seegars-pdf__game-category-item:hover {  transform: translateY(-5px);}.page-again-by-jl-seegars-pdf__game-category-image {  width: 100%;  height: 180px; /* Fixed height for consistency */  object-fit: cover;  border-radius: 8px;  margin-bottom: 15px;}.page-again-by-jl-seegars-pdf__game-category-title {  font-size: 1.4em;  color: var(--page-again-by-jl-seegars-pdf-primary-color);  margin-bottom: 10px;}.page-again-by-jl-seegars-pdf__game-category-text {  color: var(--page-again-by-jl-seegars-pdf-medium-text);  flex-grow: 1; /* Pushes button to bottom */  margin-bottom: 20px;}/* Promotions Section */.page-again-by-jl-seegars-pdf__promotions-section {  padding: 60px 20px;  background-color: #151525;}.page-again-by-jl-seegars-pdf__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 50px auto 0 auto;}.page-again-by-jl-seegars-pdf__promo-item {  background-color: var(--page-again-by-jl-seegars-pdf-card-bg);  padding: 25px;  border-radius: 10px;  text-align: center;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);  transition: transform var(--page-again-by-jl-seegars-pdf-transition-speed) ease;  display: flex;  flex-direction: column;  justify-content: space-between;}.page-again-by-jl-seegars-pdf__promo-item:hover {  transform: translateY(-5px);}.page-again-by-jl-seegars-pdf__promo-image {  width: 100%;  height: 200px;  object-fit: cover;  border-radius: 8px;  margin-bottom: 15px;}.page-again-by-jl-seegars-pdf__promo-title {  font-size: 1.4em;  color: var(--page-again-by-jl-seegars-pdf-primary-color);  margin-bottom: 10px;}.page-again-by-jl-seegars-pdf__promo-text {  color: var(--page-again-by-jl-seegars-pdf-medium-text);  flex-grow: 1;  margin-bottom: 20px;}/* Security & Support Section */.page-again-by-jl-seegars-pdf__security-support-section {  padding: 60px 20px;  background-color: var(--page-again-by-jl-seegars-pdf-dark-bg);}.page-again-by-jl-seegars-pdf__security-features {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 50px auto;}.page-again-by-jl-seegars-pdf__security-item {  background-color: var(--page-again-by-jl-seegars-pdf-card-bg);  padding: 30px;  border-radius: 10px;  text-align: center;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);}.page-again-by-jl-seegars-pdf__security-icon {  width: 100%;  max-width: 250px; /* Ensure images are not too small */  height: auto;  margin-bottom: 20px;  border-radius: 8px;  object-fit: cover;}.page-again-by-jl-seegars-pdf__security-title {  font-size: 1.5em;  color: var(--page-again-by-jl-seegars-pdf-primary-color);  margin-bottom: 10px;}.page-again-by-jl-seegars-pdf__security-text {  color: var(--page-again-by-jl-seegars-pdf-medium-text);}.page-again-by-jl-seegars-pdf__contact-cta {  text-align: center;  margin-top: 40px;}/* FAQ Section */.page-again-by-jl-seegars-pdf__faq-section {  padding: 60px 20px;  background-color: #151525;}.page-again-by-jl-seegars-pdf__faq-container {  max-width: 900px;  margin: 50px auto 0 auto;}.page-again-by-jl-seegars-pdf__faq-item {  background-color: var(--page-again-by-jl-seegars-pdf-card-bg);  margin-bottom: 15px;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);}.page-again-by-jl-seegars-pdf__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  user-select: none;  background-color: #3a3a5a;  border-bottom: 1px solid var(--page-again-by-jl-seegars-pdf-border-color);  transition: background-color var(--page-again-by-jl-seegars-pdf-transition-speed) ease;}.page-again-by-jl-seegars-pdf__faq-question:hover {  background-color: #4a4a6e;}.page-again-by-jl-seegars-pdf__faq-question-text {  font-size: 1.2em;  color: var(--page-again-by-jl-seegars-pdf-light-text);  margin: 0;  pointer-events: none; /* Prevent text from blocking click */}.page-again-by-jl-seegars-pdf__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: var(--page-again-by-jl-seegars-pdf-primary-color);  transition: transform var(--page-again-by-jl-seegars-pdf-transition-speed) ease;  pointer-events: none; /* Prevent toggle from blocking click */}.page-again-by-jl-seegars-pdf__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  background-color: var(--page-again-by-jl-seegars-pdf-card-bg);  color: var(--page-again-by-jl-seegars-pdf-medium-text);  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;}.page-again-by-jl-seegars-pdf__faq-answer p {  padding-bottom: 20px;  margin: 0;}.page-again-by-jl-seegars-pdf__faq-item.active .page-again-by-jl-seegars-pdf__faq-answer {  max-height: 2000px !important; /* Sufficiently large to accommodate content */  padding: 20px 25px !important;  opacity: 1;}.page-again-by-jl-seegars-pdf__faq-item.active .page-again-by-jl-seegars-pdf__faq-toggle {  transform: rotate(45deg); /* Change '+' to 'x' visually */}.page-again-by-jl-seegars-pdf__blog-section {  padding: 60px 20px;  background-color: var(--page-again-by-jl-seegars-pdf-dark-bg);}.page-again-by-jl-seegars-pdf__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 50px auto 0 auto;}.page-again-by-jl-seegars-pdf__blog-post-card {  background-color: var(--page-again-by-jl-seegars-pdf-card-bg);  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);  transition: transform var(--page-again-by-jl-seegars-pdf-transition-speed) ease;  display: flex;  flex-direction: column;}.page-again-by-jl-seegars-pdf__blog-post-card:hover {  transform: translateY(-5px);}.page-again-by-jl-seegars-pdf__blog-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-again-by-jl-seegars-pdf__blog-title {  font-size: 1.3em;  padding: 15px 20px 0 20px;  margin-bottom: 10px;}.page-again-by-jl-seegars-pdf__blog-title a {  color: var(--page-again-by-jl-seegars-pdf-primary-color);  text-decoration: none;  display: block;}.page-again-by-jl-seegars-pdf__blog-title a:hover {  text-decoration: underline;}.page-again-by-jl-seegars-pdf__blog-excerpt {  color: var(--page-again-by-jl-seegars-pdf-medium-text);  padding: 0 20px;  flex-grow: 1;}.page-again-by-jl-seegars-pdf__blog-date {  font-size: 0.9em;  color: var(--page-again-by-jl-seegars-pdf-medium-text);  padding: 15px 20px 20px 20px;  display: block;  border-top: 1px solid var(--page-again-by-jl-seegars-pdf-border-color);  margin-top: 15px;}/* General Image Styles for Responsiveness */.page-again-by-jl-seegars-pdf img {  max-width: 100%;  height: auto;  box-sizing: border-box;  display: block; /* Remove extra space below images */}/* Mobile Responsiveness */@media (max-width: 768px) {  .page-again-by-jl-seegars-pdf__hero-section {    min-height: 500px;    padding-bottom: 40px;  }  .page-again-by-jl-seegars-pdf__hero-title {    font-size: 2.2em;  }  .page-again-by-jl-seegars-pdf__hero-subtitle {    font-size: 1.1em;  }  .page-again-by-jl-seegars-pdf__hero-cta-group {    flex-direction: column;    gap: 15px;  }  .page-again-by-jl-seegars-pdf__button {    width: 100%;    max-width: 300px;    margin: 0 auto;    box-sizing: border-box;  }  .page-again-by-jl-seegars-pdf__section-title {    font-size: 1.8em;    padding-top: 30px;  }  .page-again-by-jl-seegars-pdf__section-description {    font-size: 1em;  }  .page-again-by-jl-seegars-pdf__feature-grid,  .page-again-by-jl-seegars-pdf__game-categories,  .page-again-by-jl-seegars-pdf__promo-grid,  .page-again-by-jl-seegars-pdf__security-features,  .page-again-by-jl-seegars-pdf__blog-grid {    grid-template-columns: 1fr;    padding: 0 15px;  }  /* List item specific mobile styles */  .page-again-by-jl-seegars-pdf__feature-item,  .page-again-by-jl-seegars-pdf__game-category-item,  .page-again-by-jl-seegars-pdf__promo-item,  .page-again-by-jl-seegars-pdf__security-item,  .page-again-by-jl-seegars-pdf__blog-post-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 20px; /* Adjust padding for mobile */  }  .page-again-by-jl-seegars-pdf__feature-text,  .page-again-by-jl-seegars-pdf__game-category-text,  .page-again-by-jl-seegars-pdf__promo-text,  .page-again-by-jl-seegars-pdf__security-text,  .page-again-by-jl-seegars-pdf__blog-excerpt {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  /* FAQ mobile adjustments */  .page-again-by-jl-seegars-pdf__faq-question {    padding: 15px 20px;  }  .page-again-by-jl-seegars-pdf__faq-question-text {    font-size: 1.1em;  }  .page-again-by-jl-seegars-pdf__faq-answer {    padding: 0 20px;  }  .page-again-by-jl-seegars-pdf__faq-item.active .page-again-by-jl-seegars-pdf__faq-answer {    padding: 15px 20px !important;  }}@media (max-width: 480px) {  .page-again-by-jl-seegars-pdf__hero-title {    font-size: 1.8em;  }  .page-again-by-jl-seegars-pdf__hero-subtitle {    font-size: 1em;  }  .page-again-by-jl-seegars-pdf__button {    font-size: 0.9em;    padding: 10px 20px;  }  .page-again-by-jl-seegars-pdf__section-title {    font-size: 1.5em;  }}.page-again-by-jl-seegars-pdf img {  max-width: 100% !important;  height: auto !important;  box-sizing: border-box !important;}