/* General Styling */.page-dreamjili-club {  font-family: 'Arial', sans-serif;  color: #f0f0f0;  background-color: #1a1a1a;  line-height: 1.6;  overflow-x: hidden; /* Prevent horizontal scroll */} .page-dreamjili-club__container {  max-width: 1200px;  margin: 0 auto;  padding: 0 20px;  box-sizing: border-box;} .page-dreamjili-club__section-title {  font-size: 2.5em;  color: #ffcc00; /* Gold accent */  text-align: center;  margin-bottom: 40px;  padding-top: 60px;  font-weight: bold;} .page-dreamjili-club__text-content {  font-size: 1.1em;  text-align: center;  max-width: 800px;  margin: 0 auto 40px auto;  color: #cccccc;} .page-dreamjili-club__highlight {  color: #ffcc00;}/* Buttons */.page-dreamjili-club__button {  display: inline-block;  padding: 15px 30px;  border-radius: 8px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  cursor: pointer;  text-align: center;  box-sizing: border-box;} .page-dreamjili-club__button--primary {  background-color: #ffcc00;  color: #1a1a1a;  border: 2px solid #ffcc00;} .page-dreamjili-club__button--primary:hover {  background-color: #e6b800;  transform: translateY(-2px);} .page-dreamjili-club__button--secondary {  background-color: transparent;  color: #ffcc00;  border: 2px solid #ffcc00;} .page-dreamjili-club__button--secondary:hover {  background-color: #ffcc00;  color: #1a1a1a;  transform: translateY(-2px);} .page-dreamjili-club__button--small {  padding: 10px 20px;  font-size: 0.9em;} .page-dreamjili-club__button--center {  display: block;  margin: 40px auto 0 auto;  width: fit-content;}/* Image Styling */.page-dreamjili-club img {  max-width: 100%;  height: auto;  display: block;  margin: 0 auto;  object-fit: cover;  border-radius: 8px;}/* Hero Section */.page-dreamjili-club__hero-section {  position: relative;  width: 100%;  min-height: 600px;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  overflow: hidden;  padding-top: 10px; /* Small padding, assuming body has header offset */} .page-dreamjili-club__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 1;  filter: brightness(0.5); /* Darken background image for text readability */  border-radius: 0; /* Hero image usually full width */} .page-dreamjili-club__hero-content {  position: relative;  z-index: 2;  color: #ffffff;  max-width: 900px;  padding: 20px;} .page-dreamjili-club__hero-title {  font-size: 3.8em;  margin-bottom: 20px;  line-height: 1.2;  font-weight: bold;} .page-dreamjili-club__hero-subtitle {  font-size: 1.4em;  margin-bottom: 40px;  color: #e0e0e0;} .page-dreamjili-club__hero-cta-group {  display: flex;  gap: 20px;  justify-content: center;}/* Payment Providers Section */.page-dreamjili-club__payment-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;  background-color: #2a2a2a;  padding: 40px 20px;  border-bottom: 1px solid #333;} .page-dreamjili-club__payment-providers .page-dreamjili-club__section-title {  width: 100%;  margin-bottom: 20px;  padding-top: 0;} .page-dreamjili-club__provider-logos {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 30px;  max-width: 100%;} .page-dreamjili-club__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;  background-color: #3a3a3a; /* Background for logos */  border-radius: 8px;  padding: 10px;  display: flex;  align-items: center;  justify-content: center;} .page-dreamjili-club__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;  border-radius: 0; /* Override general img border-radius */}/* Introduction Section */.page-dreamjili-club__introduction-section {  padding: 80px 0;  background-color: #1a1a1a;} .page-dreamjili-club__content-image {  margin-top: 40px;  border: 1px solid #333;}/* Quick Access Section */.page-dreamjili-club__quick-access-section {  padding: 80px 0;  background-color: #222;} .page-dreamjili-club__link-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;} .page-dreamjili-club__link-card {  display: block;  background-color: #2a2a2a;  padding: 30px;  border-radius: 12px;  text-align: center;  text-decoration: none;  color: #f0f0f0;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease, box-shadow 0.3s ease;  border: 1px solid #333;  box-sizing: border-box;} .page-dreamjili-club__link-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);} .page-dreamjili-club__link-card-title {  font-size: 1.5em;  color: #ffcc00;  margin-bottom: 10px;  font-weight: bold;} .page-dreamjili-club__link-card-description {  font-size: 1em;  color: #cccccc;}/* Games Section */.page-dreamjili-club__games-section {  padding: 80px 0;  background-color: #1a1a1a;} .page-dreamjili-club__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;} .page-dreamjili-club__game-card {  background-color: #2a2a2a;  border-radius: 12px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);  text-align: center;  padding-bottom: 20px;  transition: transform 0.3s ease, box-shadow 0.3s ease;  border: 1px solid #333;  box-sizing: border-box;} .page-dreamjili-club__game-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);} .page-dreamjili-club__game-image {  width: 100%;  height: 200px; /* Fixed height for consistency */  object-fit: cover;  margin-bottom: 20px;  border-radius: 0; /* Override general img border-radius for top part of card */} .page-dreamjili-club__game-title {  font-size: 1.6em;  color: #ffcc00;  margin-bottom: 10px;  padding: 0 20px;  font-weight: bold;} .page-dreamjili-club__game-description {  font-size: 1em;  color: #cccccc;  margin-bottom: 20px;  padding: 0 20px;}/* Promotions Section */.page-dreamjili-club__promotions-section {  padding: 80px 0;  background-color: #222;} .page-dreamjili-club__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;} .page-dreamjili-club__promo-card {  background-color: #2a2a2a;  border-radius: 12px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);  text-align: center;  padding-bottom: 20px;  transition: transform 0.3s ease, box-shadow 0.3s ease;  border: 1px solid #333;  box-sizing: border-box;} .page-dreamjili-club__promo-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);} .page-dreamjili-club__promo-image {  width: 100%;  height: 200px;  object-fit: cover;  margin-bottom: 20px;  border-radius: 0;} .page-dreamjili-club__promo-title {  font-size: 1.6em;  color: #ffcc00;  margin-bottom: 10px;  padding: 0 20px;  font-weight: bold;} .page-dreamjili-club__promo-description {  font-size: 1em;  color: #cccccc;  margin-bottom: 20px;  padding: 0 20px;}/* Security Section */.page-dreamjili-club__security-section {  padding: 80px 0;  background-color: #1a1a1a;} .page-dreamjili-club__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;} .page-dreamjili-club__feature-item {  background-color: #2a2a2a;  padding: 30px;  border-radius: 12px;  text-align: center;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);  border: 1px solid #333;  box-sizing: border-box;} .page-dreamjili-club__feature-icon {  width: 100px;  height: 100px;  object-fit: contain;  margin-bottom: 20px;  border-radius: 0; /* Icons typically don't need rounded corners on their own image */} .page-dreamjili-club__feature-title {  font-size: 1.5em;  color: #ffcc00;  margin-bottom: 10px;  font-weight: bold;} .page-dreamjili-club__feature-description {  font-size: 1em;  color: #cccccc;}/* FAQ Section */.page-dreamjili-club__faq-section {  padding: 80px 0;  background-color: #222;} .page-dreamjili-club__faq-list {  max-width: 900px;  margin: 40px auto 0 auto;} .page-dreamjili-club__faq-item {  background-color: #2a2a2a;  border-radius: 8px;  margin-bottom: 15px;  overflow: hidden;  border: 1px solid #333;  box-sizing: border-box;} .page-dreamjili-club__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  user-select: none;  background-color: #333;  transition: background-color 0.3s ease;} .page-dreamjili-club__faq-question:hover {  background-color: #444;} .page-dreamjili-club__faq-question.active {  background-color: #444;} .page-dreamjili-club__faq-title {  font-size: 1.2em;  color: #f0f0f0;  margin: 0;  flex-grow: 1;  text-align: left;  pointer-events: none; /* Prevent h3 from blocking click event */  font-weight: bold;} .page-dreamjili-club__faq-toggle {  font-size: 1.8em;  color: #ffcc00;  margin-left: 15px;  transition: transform 0.3s ease;  pointer-events: none; /* Prevent span from blocking click event */} .page-dreamjili-club__faq-item.active .page-dreamjili-club__faq-toggle {  transform: rotate(45deg);} .page-dreamjili-club__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  background-color: #2a2a2a;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;  color: #cccccc;  font-size: 1em;} .page-dreamjili-club__faq-item.active .page-dreamjili-club__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px 25px !important;  opacity: 1;} .page-dreamjili-club__faq-answer p {  margin: 0;}/* Blog Section */.page-dreamjili-club__blog-section {  padding: 80px 0;  background-color: #1a1a1a;} .page-dreamjili-club__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;} .page-dreamjili-club__blog-card {  background-color: #2a2a2a;  border-radius: 12px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease, box-shadow 0.3s ease;  border: 1px solid #333;  box-sizing: border-box;} .page-dreamjili-club__blog-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);} .page-dreamjili-club__blog-image {  width: 100%;  height: 220px;  object-fit: cover;  border-radius: 0;} .page-dreamjili-club__blog-content {  padding: 20px;} .page-dreamjili-club__blog-title {  font-size: 1.4em;  color: #ffcc00;  margin-bottom: 10px;  line-height: 1.3;  font-weight: bold;} .page-dreamjili-club__blog-date {  font-size: 0.9em;  color: #888;  margin-bottom: 15px;} .page-dreamjili-club__blog-excerpt {  font-size: 1em;  color: #cccccc;  margin-bottom: 20px;}/* Responsive Design */@media (max-width: 1024px) {  .page-dreamjili-club__hero-title {    font-size: 3em;  }  .page-dreamjili-club__hero-subtitle {    font-size: 1.2em;  }  .page-dreamjili-club__section-title {    font-size: 2em;  }}@media (max-width: 768px) {  .page-dreamjili-club__container {    padding: 0 15px;  }  .page-dreamjili-club__hero-section {    min-height: 500px;    padding-top: 10px; /* Still small padding, assuming shared header handles body offset */  }  .page-dreamjili-club__hero-title {    font-size: 2.5em;  }  .page-dreamjili-club__hero-subtitle {    font-size: 1em;  }  .page-dreamjili-club__hero-cta-group {    flex-direction: column;    gap: 15px;  }  .page-dreamjili-club__button {    width: 100%;    max-width: 300px;    margin: 0 auto;  }  .page-dreamjili-club__section-title {    font-size: 1.8em;    padding-top: 40px;    margin-bottom: 30px;  }  .page-dreamjili-club__text-content {    font-size: 1em;    margin-bottom: 30px;  }  /* Payment providers specific mobile rules */  .page-dreamjili-club__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 15px;  }  .page-dreamjili-club__payment-logo,  .page-dreamjili-club__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-dreamjili-club__provider-logos {    gap: 16px;  }  /* General list item responsive rules */  .page-dreamjili-club__link-grid,  .page-dreamjili-club__game-categories,  .page-dreamjili-club__promo-grid,  .page-dreamjili-club__features-grid,  .page-dreamjili-club__blog-grid {    grid-template-columns: 1fr;    gap: 20px;    margin-top: 30px;    padding: 0; /* Ensure no extra padding from container */  }  .page-dreamjili-club__link-card,  .page-dreamjili-club__game-card,  .page-dreamjili-club__promo-card,  .page-dreamjili-club__feature-item,  .page-dreamjili-club__blog-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 smaller screens */  }  .page-dreamjili-club__game-image,  .page-dreamjili-club__promo-image,  .page-dreamjili-club__blog-image {    max-width: 100% !important;    height: 180px; /* Slightly smaller height for mobile cards */  }  .page-dreamjili-club__feature-icon {    width: 80px;    height: 80px;  }  .page-dreamjili-club__game-title,  .page-dreamjili-club__promo-title,  .page-dreamjili-club__feature-title,  .page-dreamjili-club__blog-title {    font-size: 1.4em;  }  .page-dreamjili-club__faq-question {    padding: 15px 20px;  }  .page-dreamjili-club__faq-title {    font-size: 1.1em;  }  .page-dreamjili-club__faq-toggle {    font-size: 1.5em;  }  .page-dreamjili-club__faq-answer {    padding: 15px 20px;  }  .page-dreamjili-club__faq-item.active .page-dreamjili-club__faq-answer {    padding: 15px 20px !important;  }  /* Text wrapping for lists */  .page-dreamjili-club__link-card-description,  .page-dreamjili-club__game-description,  .page-dreamjili-club__promo-description,  .page-dreamjili-club__feature-description,  .page-dreamjili-club__blog-excerpt,  .page-dreamjili-club__blog-title {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }}@media (max-width: 480px) {  .page-dreamjili-club__hero-title {    font-size: 2em;  }  .page-dreamjili-club__hero-subtitle {    font-size: 0.9em;  }  .page-dreamjili-club__section-title {    font-size: 1.6em;  }  .page-dreamjili-club__button {    padding: 12px 25px;    font-size: 1em;  }  .page-dreamjili-club__game-image,  .page-dreamjili-club__promo-image,  .page-dreamjili-club__blog-image {    height: 150px;  }}