/* CSS for page-kuya-juan-contact-number */:root {  --page-kuya-juan-contact-number-primary-color: #FFD700; /* Gold/Yellow */  --page-kuya-juan-contact-number-secondary-color: #000; /* Black */  --page-kuya-juan-contact-number-accent-color: #FF4500; /* OrangeRed */  --page-kuya-juan-contact-number-text-color: #E0E0E0; /* Light Grey */  --page-kuya-juan-contact-number-dark-bg: #1A1A1A; /* Dark Grey */  --page-kuya-juan-contact-number-light-bg: #2C2C2C; /* Slightly Lighter Dark Grey */  --page-kuya-juan-contact-number-border-color: #444; /* Medium Grey */  --page-kuya-juan-contact-number-hover-color: #FFEB3B; /* Lighter Gold */}body {  margin: 0;}.page-kuya-juan-contact-number {  font-family: 'Arial', sans-serif;  background-color: var(--page-kuya-juan-contact-number-dark-bg);  color: var(--page-kuya-juan-contact-number-text-color);  line-height: 1.6;  padding-top: 10px; /* Small padding, relying on body padding for header offset */}.page-kuya-juan-contact-number__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;}.page-kuya-juan-contact-number__section-title {  color: var(--page-kuya-juan-contact-number-primary-color);  text-align: center;  font-size: 2.5em;  margin-bottom: 40px;  position: relative;  padding-bottom: 10px;}.page-kuya-juan-contact-number__section-title::after {  content: '';  position: absolute;  left: 50%;  bottom: 0;  transform: translateX(-50%);  width: 80px;  height: 4px;  background-color: var(--page-kuya-juan-contact-number-accent-color);  border-radius: 2px;}/* Hero Section */.page-kuya-juan-contact-number__hero-section {  position: relative;  width: 100%;  height: 600px; /* Adjust height as needed */  display: flex;  align-items: center;  justify-content: center;  text-align: center;  overflow: hidden;  margin-bottom: 40px;}.page-kuya-juan-contact-number__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 1;  filter: brightness(0.5); /* Darken image for text readability */}.page-kuya-juan-contact-number__hero-content {  position: relative;  z-index: 2;  color: #fff;  max-width: 800px;  padding: 20px;}.page-kuya-juan-contact-number__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  color: var(--page-kuya-juan-contact-number-primary-color);  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-kuya-juan-contact-number__hero-subtitle {  font-size: 1.3em;  margin-bottom: 30px;  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);}.page-kuya-juan-contact-number__hero-cta {  display: inline-block;  background-color: var(--page-kuya-juan-contact-number-accent-color);  color: #fff;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;}.page-kuya-juan-contact-number__hero-cta:hover {  background-color: var(--page-kuya-juan-contact-number-hover-color);  transform: translateY(-3px);}/* Partner/Supplier Logo Section */.page-kuya-juan-contact-number__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: var(--page-kuya-juan-contact-number-light-bg);  padding: 40px 20px;  margin-bottom: 40px;}.page-kuya-juan-contact-number__logo-grid {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;}.page-kuya-juan-contact-number__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;  background-color: #fff; /* White background for logos */  border-radius: 8px;  display: flex;  align-items: center;  justify-content: center;  padding: 5px;}.page-kuya-juan-contact-number__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}/* Homepage Introduction */.page-kuya-juan-contact-number__intro-section {  padding: 60px 0;  background-color: var(--page-kuya-juan-contact-number-dark-bg);  margin-bottom: 40px;}.page-kuya-juan-contact-number__text-content {  font-size: 1.1em;  text-align: center;  max-width: 900px;  margin: 0 auto 50px auto;  color: var(--page-kuya-juan-contact-number-text-color);}.page-kuya-juan-contact-number__intro-features {  display: flex;  justify-content: space-around;  flex-wrap: wrap;  gap: 30px;  margin-top: 40px;}.page-kuya-juan-contact-number__feature-item {  background-color: var(--page-kuya-juan-contact-number-light-bg);  padding: 30px;  border-radius: 10px;  text-align: center;  flex: 1 1 300px;  max-width: 350px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease;  border: 1px solid var(--page-kuya-juan-contact-number-border-color);}.page-kuya-juan-contact-number__feature-item:hover {  transform: translateY(-10px);}.page-kuya-juan-contact-number__feature-icon {  width: 80px;  height: 80px;  margin-bottom: 20px;  object-fit: contain;}.page-kuya-juan-contact-number__feature-title {  color: var(--page-kuya-juan-contact-number-primary-color);  font-size: 1.5em;  margin-bottom: 15px;}.page-kuya-juan-contact-number__feature-description {  color: var(--page-kuya-juan-contact-number-text-color);}/* Quick Access Section */.page-kuya-juan-contact-number__quick-access-section {  padding: 60px 0;  background-color: var(--page-kuya-juan-contact-number-light-bg);  margin-bottom: 40px;}.page-kuya-juan-contact-number__access-buttons {  display: flex;  justify-content: center;  flex-wrap: wrap;  gap: 20px;}.page-kuya-juan-contact-number__access-btn {  background-color: var(--page-kuya-juan-contact-number-primary-color);  color: var(--page-kuya-juan-contact-number-secondary-color);  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  flex: 1 1 200px;  max-width: 280px;  text-align: center;}.page-kuya-juan-contact-number__access-btn:hover {  background-color: var(--page-kuya-juan-contact-number-hover-color);  transform: translateY(-3px);}/* Core Games / Services Introduction */.page-kuya-juan-contact-number__games-section {  padding: 60px 0;  background-color: var(--page-kuya-juan-contact-number-dark-bg);  margin-bottom: 40px;}.page-kuya-juan-contact-number__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;}.page-kuya-juan-contact-number__game-card {  background-color: var(--page-kuya-juan-contact-number-light-bg);  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  text-align: center;  transition: transform 0.3s ease;  border: 1px solid var(--page-kuya-juan-contact-number-border-color);}.page-kuya-juan-contact-number__game-card:hover {  transform: translateY(-10px);}.page-kuya-juan-contact-number__game-image {  width: 100%;  height: 200px;  object-fit: cover;  border-bottom: 1px solid var(--page-kuya-juan-contact-number-border-color);}.page-kuya-juan-contact-number__game-title {  color: var(--page-kuya-juan-contact-number-primary-color);  font-size: 1.4em;  margin: 20px 15px 10px 15px;}.page-kuya-juan-contact-number__game-description {  padding: 0 15px 20px 15px;  color: var(--page-kuya-juan-contact-number-text-color);}.page-kuya-juan-contact-number__game-cta {  display: inline-block;  background-color: var(--page-kuya-juan-contact-number-accent-color);  color: #fff;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  margin-bottom: 20px;  transition: background-color 0.3s ease;}.page-kuya-juan-contact-number__game-cta:hover {  background-color: var(--page-kuya-juan-contact-number-hover-color);}/* Promotions & Offers */.page-kuya-juan-contact-number__promo-section {  padding: 60px 0;  background-color: var(--page-kuya-juan-contact-number-light-bg);  margin-bottom: 40px;}.page-kuya-juan-contact-number__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;}.page-kuya-juan-contact-number__promo-card {  background-color: var(--page-kuya-juan-contact-number-dark-bg);  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  text-align: center;  transition: transform 0.3s ease;  border: 1px solid var(--page-kuya-juan-contact-number-border-color);}.page-kuya-juan-contact-number__promo-card:hover {  transform: translateY(-10px);}.page-kuya-juan-contact-number__promo-image {  width: 100%;  height: 250px;  object-fit: cover;  border-bottom: 1px solid var(--page-kuya-juan-contact-number-border-color);}.page-kuya-juan-contact-number__promo-title {  color: var(--page-kuya-juan-contact-number-primary-color);  font-size: 1.5em;  margin: 20px 15px 10px 15px;}.page-kuya-juan-contact-number__promo-description {  padding: 0 15px 20px 15px;  color: var(--page-kuya-juan-contact-number-text-color);}.page-kuya-juan-contact-number__promo-cta {  display: inline-block;  background-color: var(--page-kuya-juan-contact-number-accent-color);  color: #fff;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  margin-bottom: 20px;  transition: background-color 0.3s ease;}.page-kuya-juan-contact-number__promo-cta:hover {  background-color: var(--page-kuya-juan-contact-number-hover-color);}/* Safety & Customer Service */.page-kuya-juan-contact-number__service-section {  padding: 60px 0;  background-color: var(--page-kuya-juan-contact-number-dark-bg);  margin-bottom: 40px;}.page-kuya-juan-contact-number__service-grid {  display: flex;  justify-content: space-around;  flex-wrap: wrap;  gap: 30px;}.page-kuya-juan-contact-number__service-item {  background-color: var(--page-kuya-juan-contact-number-light-bg);  padding: 30px;  border-radius: 10px;  text-align: center;  flex: 1 1 300px;  max-width: 350px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease;  border: 1px solid var(--page-kuya-juan-contact-number-border-color);}.page-kuya-juan-contact-number__service-item:hover {  transform: translateY(-10px);}.page-kuya-juan-contact-number__service-icon {  width: 80px;  height: 80px;  margin-bottom: 20px;  object-fit: contain;}.page-kuya-juan-contact-number__service-title {  color: var(--page-kuya-juan-contact-number-primary-color);  font-size: 1.5em;  margin-bottom: 15px;}.page-kuya-juan-contact-number__service-description {  color: var(--page-kuya-juan-contact-number-text-color);  margin-bottom: 20px;}.page-kuya-juan-contact-number__service-cta {  display: inline-block;  background-color: var(--page-kuya-juan-contact-number-accent-color);  color: #fff;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;}.page-kuya-juan-contact-number__service-cta:hover {  background-color: var(--page-kuya-juan-contact-number-hover-color);}/* FAQ Section */.page-kuya-juan-contact-number__faq-section {  padding: 60px 0;  background-color: var(--page-kuya-juan-contact-number-light-bg);  margin-bottom: 40px;}.page-kuya-juan-contact-number__faq-list {  max-width: 900px;  margin: 0 auto;}.page-kuya-juan-contact-number__faq-item {  background-color: var(--page-kuya-juan-contact-number-dark-bg);  border: 1px solid var(--page-kuya-juan-contact-number-border-color);  border-radius: 8px;  margin-bottom: 15px;  overflow: hidden;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);}.page-kuya-juan-contact-number__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  background-color: var(--page-kuya-juan-contact-number-light-bg);  color: var(--page-kuya-juan-contact-number-primary-color);  font-size: 1.2em;  font-weight: bold;  user-select: none;  transition: background-color 0.3s ease;}.page-kuya-juan-contact-number__faq-question:hover {  background-color: #3a3a3a;}.page-kuya-juan-contact-number__faq-question-text {  margin: 0;  pointer-events: none; /* Prevents text from blocking click event */  color: inherit; /* Ensure color is inherited from parent */}.page-kuya-juan-contact-number__faq-toggle {  font-size: 1.5em;  font-weight: bold;  margin-left: 15px;  color: var(--page-kuya-juan-contact-number-accent-color);  pointer-events: none; /* Prevents toggle from blocking click event */}.page-kuya-juan-contact-number__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px; /* Initial padding 0 to hide */  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-kuya-juan-contact-number-text-color);}.page-kuya-juan-contact-number__faq-answer p {  margin: 0 0 15px 0;}.page-kuya-juan-contact-number__faq-item.active .page-kuya-juan-contact-number__faq-answer {  max-height: 2000px !important; /* Large enough to contain any content */  padding: 20px 25px !important; /* Visible padding when active */  opacity: 1;}.page-kuya-juan-contact-number__faq-item.active .page-kuya-juan-contact-number__faq-toggle {  content: '−'; /* Change to minus sign */}.page-kuya-juan-contact-number__faq-item.active .page-kuya-juan-contact-number__faq-question {  background-color: #3a3a3a;}/* Latest Blog Content Area */.page-kuya-juan-contact-number__blog-section {  padding: 60px 0;  background-color: var(--page-kuya-juan-contact-number-dark-bg);}.page-kuya-juan-contact-number__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;}.page-kuya-juan-contact-number__blog-card {  background-color: var(--page-kuya-juan-contact-number-light-bg);  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease;  border: 1px solid var(--page-kuya-juan-contact-number-border-color);}.page-kuya-juan-contact-number__blog-card:hover {  transform: translateY(-10px);}.page-kuya-juan-contact-number__blog-image {  width: 100%;  height: 220px;  object-fit: cover;  border-bottom: 1px solid var(--page-kuya-juan-contact-number-border-color);}.page-kuya-juan-contact-number__blog-content {  padding: 20px;}.page-kuya-juan-contact-number__blog-title {  font-size: 1.4em;  margin-bottom: 10px;}.page-kuya-juan-contact-number__blog-title a {  color: var(--page-kuya-juan-contact-number-primary-color);  text-decoration: none;  transition: color 0.3s ease;}.page-kuya-juan-contact-number__blog-title a:hover {  color: var(--page-kuya-juan-contact-number-hover-color);}.page-kuya-juan-contact-number__blog-excerpt {  color: var(--page-kuya-juan-contact-number-text-color);  font-size: 0.95em;}/* Responsive Design */@media (max-width: 1024px) {  .page-kuya-juan-contact-number__hero-title {    font-size: 2.8em;  }  .page-kuya-juan-contact-number__hero-subtitle {    font-size: 1.1em;  }  .page-kuya-juan-contact-number__section-title {    font-size: 2em;  }}@media (max-width: 768px) {  .page-kuya-juan-contact-number__hero-section {    height: 450px;  }  .page-kuya-juan-contact-number__hero-title {    font-size: 2.2em;  }  .page-kuya-juan-contact-number__hero-subtitle {    font-size: 1em;  }  .page-kuya-juan-contact-number__hero-cta {    padding: 12px 25px;    font-size: 1em;  }  .page-kuya-juan-contact-number__section-title {    font-size: 1.8em;    margin-bottom: 30px;  }  .page-kuya-juan-contact-number__intro-features,  .page-kuya-juan-contact-number__service-grid {    flex-direction: column;    align-items: center;  }  .page-kuya-juan-contact-number__feature-item,  .page-kuya-juan-contact-number__service-item {    max-width: 100%;    flex: 1 1 100%;  }  .page-kuya-juan-contact-number__access-buttons {    flex-direction: column;    align-items: center;  }  .page-kuya-juan-contact-number__access-btn {    max-width: 100%;  }  .page-kuya-juan-contact-number__game-categories,  .page-kuya-juan-contact-number__promo-grid,  .page-kuya-juan-contact-number__blog-grid {    grid-template-columns: 1fr;  }  /* Specific mobile list item requirements */  .page-kuya-juan-contact-number__intro-features .page-kuya-juan-contact-number__feature-item,  .page-kuya-juan-contact-number__service-grid .page-kuya-juan-contact-number__service-item,  .page-kuya-juan-contact-number__game-categories .page-kuya-juan-contact-number__game-card,  .page-kuya-juan-contact-number__promo-grid .page-kuya-juan-contact-number__promo-card,  .page-kuya-juan-contact-number__blog-grid .page-kuya-juan-contact-number__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding-left: 15px; /* Adjust padding to avoid too narrow content */    padding-right: 15px; /* Adjust padding to avoid too narrow content */    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-kuya-juan-contact-number__faq-list {    padding: 0 15px !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-kuya-juan-contact-number__faq-question {    padding: 15px 20px;    font-size: 1.1em;  }  .page-kuya-juan-contact-number__faq-answer {    padding: 0 20px;  }  .page-kuya-juan-contact-number__faq-item.active .page-kuya-juan-contact-number__faq-answer {    padding: 15px 20px !important;  }  /* Mobile image handling */  .page-kuya-juan-contact-number__hero-image,  .page-kuya-juan-contact-number__feature-icon,  .page-kuya-juan-contact-number__game-image,  .page-kuya-juan-contact-number__promo-image,  .page-kuya-juan-contact-number__service-icon,  .page-kuya-juan-contact-number__blog-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  /* Specific mobile style for payment providers (from prompt) */  .page-kuya-juan-contact-number__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 15px;  }  .page-kuya-juan-contact-number__payment-logo,  .page-kuya-juan-contact-number__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }}@media (max-width: 480px) {  .page-kuya-juan-contact-number__hero-title {    font-size: 1.8em;  }  .page-kuya-juan-contact-number__hero-subtitle {    font-size: 0.9em;  }  .page-kuya-juan-contact-number__section-title {    font-size: 1.5em;  }  .page-kuya-juan-contact-number__hero-section {    height: 350px;  }  .page-kuya-juan-contact-number__hero-content {    padding: 15px;  }}