/* Base styles for the page-kuya-j-pinakbet */.page-kuya-j-pinakbet {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f9fa;  padding-top: 10px; /* Small decorative padding, as body padding-top should handle header offset */} .page-kuya-j-pinakbet__section-title {  font-size: 2.5em;  color: #2c3e50;  text-align: center;  margin-bottom: 40px;  position: relative;  padding-bottom: 15px;  margin-top: 60px;} .page-kuya-j-pinakbet__section-title::after {  content: '';  position: absolute;  left: 50%;  bottom: 0;  transform: translateX(-50%);  width: 80px;  height: 4px;  background-color: #e74c3c; /* A vibrant color for emphasis */  border-radius: 2px;} .page-kuya-j-pinakbet__section-title--small {  font-size: 1.8em;  margin-bottom: 30px;} .page-kuya-j-pinakbet__text-content {  max-width: 800px;  margin: 0 auto 30px auto;  text-align: center;  font-size: 1.1em;  color: #555;} .page-kuya-j-pinakbet__inline-link {  color: #e74c3c;  text-decoration: none;  font-weight: bold;} .page-kuya-j-pinakbet__inline-link:hover {  text-decoration: underline;} .page-kuya-j-pinakbet__button {  display: inline-block;  background-color: #e74c3c;  color: #fff;  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;  border: none;  cursor: pointer;  margin-top: 20px;} .page-kuya-j-pinakbet__button:hover {  background-color: #c0392b;  transform: translateY(-2px);} .page-kuya-j-pinakbet__button--small {  padding: 10px 20px;  font-size: 0.9em;  margin-top: 15px;} /* Hero Section */.page-kuya-j-pinakbet__hero-section {  display: flex;  flex-direction: column;  align-items: center;  text-align: center;  padding: 60px 20px;  background: linear-gradient(135deg, #2c3e50, #34495e);  color: #fff;  overflow: hidden;  position: relative;} .page-kuya-j-pinakbet__hero-content {  max-width: 900px;  margin-bottom: 40px;  z-index: 1;} .page-kuya-j-pinakbet__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  line-height: 1.2;  color: #ecf0f1;} .page-kuya-j-pinakbet__hero-description {  font-size: 1.3em;  margin-bottom: 30px;  color: #bdc3c7;} .page-kuya-j-pinakbet__hero-cta-group {  display: flex;  gap: 20px;  justify-content: center;} .page-kuya-j-pinakbet__hero-button {  background-color: #e74c3c;  color: #fff;  padding: 18px 35px;  border-radius: 10px;  text-decoration: none;  font-weight: bold;  font-size: 1.2em;  transition: background-color 0.3s ease, transform 0.3s ease;  border: none;} .page-kuya-j-pinakbet__hero-button:hover {  background-color: #c0392b;  transform: translateY(-3px);} .page-kuya-j-pinakbet__hero-button--secondary {  background-color: transparent;  border: 2px solid #e74c3c;  color: #e74c3c;} .page-kuya-j-pinakbet__hero-button--secondary:hover {  background-color: #e74c3c;  color: #fff;  transform: translateY(-3px);} .page-kuya-j-pinakbet__hero-image-wrapper {  max-width: 100%;  margin-top: 40px;  z-index: 0;} .page-kuya-j-pinakbet__hero-image {  max-width: 100%;  height: auto;  border-radius: 15px;  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);  min-width: 200px; /* Enforce min size */  min-height: 200px;  display: block;  object-fit: cover;} /* Payment Providers Section */.page-kuya-j-pinakbet__payment-providers {  display: flex;  flex-direction: column; /* Changed to column for title on top */  align-items: center;  padding: 40px 20px;  background-color: #fff;  border-bottom: 1px solid #eee;} .page-kuya-j-pinakbet__payment-logo-grid {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;} .page-kuya-j-pinakbet__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;  object-fit: contain; /* Ensure logos fit */} /* Introduction Section */.page-kuya-j-pinakbet__introduction-section {  display: flex;  flex-wrap: wrap;  align-items: center;  justify-content: center;  padding: 80px 20px;  background-color: #f8f9fa;  gap: 40px;} .page-kuya-j-pinakbet__introduction-content {  flex: 1;  min-width: 300px;  max-width: 600px;  text-align: left;} .page-kuya-j-pinakbet__introduction-content .page-kuya-j-pinakbet__section-title {  text-align: left;  margin-top: 0;  margin-bottom: 20px;  font-size: 2em;} .page-kuya-j-pinakbet__introduction-content .page-kuya-j-pinakbet__section-title::after {  left: 0;  transform: translateX(0);} .page-kuya-j-pinakbet__introduction-content .page-kuya-j-pinakbet__text-content {  text-align: left;  margin-left: 0;  margin-right: 0;} .page-kuya-j-pinakbet__introduction-image-wrapper {  flex: 1;  min-width: 300px;  max-width: 500px;  display: flex;  justify-content: center;  align-items: center;} .page-kuya-j-pinakbet__introduction-image {  max-width: 100%;  height: auto;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);  min-width: 200px;  min-height: 200px;  display: block;  object-fit: cover;} /* Quick Access Section */.page-kuya-j-pinakbet__quick-access-section {  padding: 80px 20px;  background-color: #ecf0f1;  text-align: center;} .page-kuya-j-pinakbet__link-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;} .page-kuya-j-pinakbet__quick-link-card {  background-color: #fff;  padding: 30px;  border-radius: 10px;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);  text-decoration: none;  color: #333;  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;  text-align: center;} .page-kuya-j-pinakbet__quick-link-card:hover {  transform: translateY(-8px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);} .page-kuya-j-pinakbet__quick-link-icon {  width: 80px;  height: 80px;  margin-bottom: 20px;  object-fit: contain;  min-width: 200px; /* Enforce min size */  min-height: 200px;} .page-kuya-j-pinakbet__quick-link-title {  font-size: 1.4em;  color: #2c3e50;  margin-bottom: 0;} /* Games Section */.page-kuya-j-pinakbet__games-section {  padding: 80px 20px;  background-color: #f8f9fa;  text-align: center;} .page-kuya-j-pinakbet__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;} .page-kuya-j-pinakbet__game-category-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;} .page-kuya-j-pinakbet__game-category-card:hover {  transform: translateY(-8px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);} .page-kuya-j-pinakbet__game-category-image {  width: 100%;  height: 220px;  object-fit: cover;  min-width: 200px;  min-height: 200px;} .page-kuya-j-pinakbet__game-category-title {  font-size: 1.6em;  color: #2c3e50;  margin: 20px 15px 10px 15px;} .page-kuya-j-pinakbet__game-category-description {  font-size: 0.95em;  color: #666;  padding: 0 15px 20px 15px;  flex-grow: 1;} .page-kuya-j-pinakbet__game-category-card .page-kuya-j-pinakbet__button {  margin-bottom: 20px;  align-self: center;} /* Promotions Section */.page-kuya-j-pinakbet__promotions-section {  padding: 80px 20px;  background-color: #ecf0f1;  text-align: center;} .page-kuya-j-pinakbet__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;} .page-kuya-j-pinakbet__promo-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;} .page-kuya-j-pinakbet__promo-card:hover {  transform: translateY(-8px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);} .page-kuya-j-pinakbet__promo-image {  width: 100%;  height: 200px;  object-fit: cover;  min-width: 200px;  min-height: 200px;} .page-kuya-j-pinakbet__promo-title {  font-size: 1.6em;  color: #2c3e50;  margin: 20px 15px 10px 15px;} .page-kuya-j-pinakbet__promo-description {  font-size: 0.95em;  color: #666;  padding: 0 15px 20px 15px;  flex-grow: 1;} .page-kuya-j-pinakbet__promo-card .page-kuya-j-pinakbet__button {  margin-bottom: 20px;  align-self: center;} /* Security & Support Section */.page-kuya-j-pinakbet__security-support-section {  padding: 80px 20px;  background-color: #f8f9fa;  text-align: center;} .page-kuya-j-pinakbet__security-support-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;} .page-kuya-j-pinakbet__security-item {  background-color: #fff;  padding: 30px;  border-radius: 10px;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);  display: flex;  flex-direction: column;  align-items: center;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;} .page-kuya-j-pinakbet__security-item:hover {  transform: translateY(-8px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);} .page-kuya-j-pinakbet__security-icon {  width: 80px;  height: 80px;  margin-bottom: 20px;  object-fit: contain;  min-width: 200px;  min-height: 200px;} .page-kuya-j-pinakbet__security-title {  font-size: 1.5em;  color: #2c3e50;  margin-bottom: 10px;} .page-kuya-j-pinakbet__security-description {  font-size: 0.95em;  color: #666;  flex-grow: 1;} /* FAQ Section */.page-kuya-j-pinakbet__faq-section {  padding: 80px 20px;  background-color: #ecf0f1;  text-align: center;} .page-kuya-j-pinakbet__faq-container {  max-width: 900px;  margin: 0 auto;} .page-kuya-j-pinakbet__faq-item {  background-color: #fff;  margin-bottom: 15px;  border-radius: 8px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);  overflow: hidden;} .page-kuya-j-pinakbet__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  font-size: 1.2em;  color: #2c3e50;  font-weight: bold;  cursor: pointer;  user-select: none;  background-color: #fdfdfd;  transition: background-color 0.3s ease;} .page-kuya-j-pinakbet__faq-question:hover {  background-color: #f5f5f5;} .page-kuya-j-pinakbet__faq-question-title {  margin: 0;  font-size: 1.2em; /* Keep it consistent with parent */  color: #2c3e50;  pointer-events: none; /* Prevent text selection interfering with click */} .page-kuya-j-pinakbet__faq-toggle {  font-size: 1.5em;  line-height: 1;  margin-left: 15px;  color: #e74c3c;  transition: transform 0.3s ease;  pointer-events: none; /* Prevent icon interfering with click */} .page-kuya-j-pinakbet__faq-item.active .page-kuya-j-pinakbet__faq-toggle {  transform: rotate(45deg); /* Plus to Minus effect */} .page-kuya-j-pinakbet__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;} .page-kuya-j-pinakbet__faq-item.active .page-kuya-j-pinakbet__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px 25px !important;  opacity: 1;} .page-kuya-j-pinakbet__faq-answer p {  margin: 0;  color: #555;  text-align: left;} /* Blog Section */.page-kuya-j-pinakbet__blog-section {  padding: 80px 20px;  background-color: #f8f9fa;  text-align: center;} .page-kuya-j-pinakbet__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;} .page-kuya-j-pinakbet__blog-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);  overflow: hidden;  text-align: left;  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;} .page-kuya-j-pinakbet__blog-card:hover {  transform: translateY(-8px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);} .page-kuya-j-pinakbet__blog-image {  width: 100%;  height: 200px;  object-fit: cover;  min-width: 200px;  min-height: 200px;} .page-kuya-j-pinakbet__blog-title {  font-size: 1.4em;  color: #2c3e50;  margin: 20px 15px 10px 15px;  line-height: 1.3;} .page-kuya-j-pinakbet__blog-title a {  text-decoration: none;  color: inherit;} .page-kuya-j-pinakbet__blog-title a:hover {  color: #e74c3c;} .page-kuya-j-pinakbet__blog-excerpt {  font-size: 0.9em;  color: #666;  padding: 0 15px 20px 15px;  flex-grow: 1;} /* Responsive adjustments */@media (max-width: 1024px) {  .page-kuya-j-pinakbet__hero-title {    font-size: 3em;  }  .page-kuya-j-pinakbet__hero-description {    font-size: 1.2em;  }  .page-kuya-j-pinakbet__section-title {    font-size: 2em;  }  .page-kuya-j-pinakbet__section-title--small {    font-size: 1.6em;  }  .page-kuya-j-pinakbet__introduction-content .page-kuya-j-pinakbet__section-title {    font-size: 1.8em;  }} @media (max-width: 768px) {  .page-kuya-j-pinakbet__hero-section {    padding: 40px 15px;  }  .page-kuya-j-pinakbet__hero-title {    font-size: 2.2em;  }  .page-kuya-j-pinakbet__hero-description {    font-size: 1em;  }  .page-kuya-j-pinakbet__hero-cta-group {    flex-direction: column;    gap: 15px;  }  .page-kuya-j-pinakbet__hero-button {    width: 100%;    max-width: 300px;    padding: 15px 25px;    font-size: 1.1em;  }   /* Payment Providers specific mobile CSS */  .page-kuya-j-pinakbet__payment-providers {    flex-direction: column; /* Ensure title is above logos */    padding: 30px 15px;  }  .page-kuya-j-pinakbet__payment-logo-grid {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;  }  .page-kuya-j-pinakbet__payment-logo {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }   .page-kuya-j-pinakbet__section-title {    font-size: 1.8em;    margin-bottom: 25px;  }  .page-kuya-j-pinakbet__section-title--small {    font-size: 1.4em;  }  .page-kuya-j-pinakbet__text-content {    font-size: 0.95em;    margin-bottom: 20px;  }   .page-kuya-j-pinakbet__introduction-section {    padding: 50px 15px;    flex-direction: column;    text-align: center;  }  .page-kuya-j-pinakbet__introduction-content {    text-align: center;  }  .page-kuya-j-pinakbet__introduction-content .page-kuya-j-pinakbet__section-title {    text-align: center;    font-size: 1.6em;  }  .page-kuya-j-pinakbet__introduction-content .page-kuya-j-pinakbet__section-title::after {    left: 50%;    transform: translateX(-50%);  }  .page-kuya-j-pinakbet__introduction-content .page-kuya-j-pinakbet__text-content {    text-align: center;  }  .page-kuya-j-pinakbet__introduction-image-wrapper {    margin-top: 30px;  }   .page-kuya-j-pinakbet__quick-access-section,  .page-kuya-j-pinakbet__games-section,  .page-kuya-j-pinakbet__promotions-section,  .page-kuya-j-pinakbet__security-support-section,  .page-kuya-j-pinakbet__faq-section,  .page-kuya-j-pinakbet__blog-section {    padding: 50px 15px;  }   .page-kuya-j-pinakbet__link-grid,  .page-kuya-j-pinakbet__game-categories,  .page-kuya-j-pinakbet__promo-grid,  .page-kuya-j-pinakbet__security-support-grid,  .page-kuya-j-pinakbet__blog-grid {    grid-template-columns: 1fr; /* Single column for mobile */    gap: 20px;  }   .page-kuya-j-pinakbet__quick-link-icon,  .page-kuya-j-pinakbet__game-category-image,  .page-kuya-j-pinakbet__promo-image,  .page-kuya-j-pinakbet__security-icon,  .page-kuya-j-pinakbet__blog-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;    min-width: 200px !important;    min-height: 200px !important;  }   /* List item responsive requirements */  .page-kuya-j-pinakbet__faq-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-kuya-j-pinakbet__faq-container {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-kuya-j-pinakbet__faq-question,  .page-kuya-j-pinakbet__faq-answer {    padding-left: 15px !important;    padding-right: 15px !important;  }  .page-kuya-j-pinakbet__faq-question-title {    font-size: 1em;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-kuya-j-pinakbet__faq-answer p {    font-size: 0.9em;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }   .page-kuya-j-pinakbet__blog-title {    font-size: 1.2em;  }  .page-kuya-j-pinakbet__blog-excerpt {    font-size: 0.85em;  }} /* Ensure images have correct object-fit */.page-kuya-j-pinakbet img {  object-fit: cover;  display: block;} /* Exception for gamelogo, which should be contain */.page-kuya-j-pinakbet__payment-logo {  object-fit: contain;}