:root {  --primary-color: #FFD700; /* Gold/Yellow for casino feel */  --secondary-color: #8B0000; /* Dark Red for contrast */  --text-color: #333333;  --light-text-color: #FFFFFF;  --background-dark: #1a1a1a;  --background-light: #f9f9f9;  --button-hover-color: #FFC107;  --border-radius: 8px;  --container-max-width: 1200px;  --header-offset: 122px; /* Default fallback for header height */}/* Fallback for body padding-top if shared.css doesn't set it */.page-fried-halo-halo-kuya-j {  padding-top: var(--header-offset, 122px); /* Only if body padding-top is not set by shared.css */}/* Container for consistent content width */.page-fried-halo-halo-kuya-j__container {  max-width: var(--container-max-width);  margin: 0 auto;  padding: 20px;}/* Hero Section */.page-fried-halo-halo-kuya-j__hero-section {  position: relative;  background: url('[GALLERY:hero:1920x1080:casino,philippines,fried_halo_halo_kuya_j_banner]') no-repeat center center/cover;  color: var(--light-text-color);  text-align: center;  padding: 100px 20px; /* Adjust padding for content */  display: flex;  align-items: center;  justify-content: center;  min-height: 500px;  padding-top: 10px; /* Minimal top padding to push content down slightly from header */}/* Overlay for hero background image */.page-fried-halo-halo-kuya-j__hero-overlay {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: rgba(0, 0, 0, 0.6);  z-index: 1;}/* Hero content positioning */.page-fried-halo-halo-kuya-j__hero-content {  position: relative;  z-index: 2;  max-width: 800px;}/* Hero title styling */.page-fried-halo-halo-kuya-j__hero-title {  font-size: 2.8em;  margin-bottom: 20px;  line-height: 1.2;  color: var(--primary-color);}/* Hero subtitle styling */.page-fried-halo-halo-kuya-j__hero-subtitle {  font-size: 1.3em;  margin-bottom: 30px;  color: var(--light-text-color);}/* Hero CTA button styling */.page-fried-halo-halo-kuya-j__hero-cta-button {  display: inline-block;  background-color: var(--primary-color);  color: var(--secondary-color);  padding: 15px 30px;  border-radius: var(--border-radius);  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease;  border: 2px solid var(--primary-color);}/* Hero CTA button hover effect */.page-fried-halo-halo-kuya-j__hero-cta-button:hover {  background-color: var(--button-hover-color);  border-color: var(--button-hover-color);  color: var(--background-dark);}/* General Section Styles */.page-fried-halo-halo-kuya-j__introduction-section,.page-fried-halo-halo-kuya-j__quick-access-section,.page-fried-halo-halo-kuya-j__games-showcase-section,.page-fried-halo-halo-kuya-j__promotions-section,.page-fried-halo-halo-kuya-j__security-support-section,.page-fried-halo-halo-kuya-j__faq-section,.page-fried-halo-halo-kuya-j__blog-section {  padding: 60px 0;  background-color: var(--background-light);  color: var(--text-color);}.page-fried-halo-halo-kuya-j__introduction-section {  background-color: var(--background-dark);  color: var(--light-text-color);}.page-fried-halo-halo-kuya-j__section-title {  font-size: 2.2em;  text-align: center;  margin-bottom: 40px;  color: var(--primary-color);}.page-fried-halo-halo-kuya-j__introduction-section .page-fried-halo-halo-kuya-j__section-title {  color: var(--primary-color);}.page-fried-halo-halo-kuya-j__text-content {  font-size: 1.1em;  line-height: 1.6;  text-align: center;  max-width: 900px;  margin: 0 auto 50px auto;}/* Feature Grid */.page-fried-halo-halo-kuya-j__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-fried-halo-halo-kuya-j__feature-item {  text-align: center;  background-color: #2a2a2a;  padding: 30px;  border-radius: var(--border-radius);  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);}.page-fried-halo-halo-kuya-j__feature-icon {  width: 100px;  height: 100px;  margin-bottom: 20px;  max-width: 100%;  height: auto;  box-sizing: border-box;}.page-fried-halo-halo-kuya-j__feature-title {  font-size: 1.5em;  margin-bottom: 10px;  color: var(--primary-color);}.page-fried-halo-halo-kuya-j__feature-description {  font-size: 1em;  color: #cccccc;}/* Quick Access Buttons */.page-fried-halo-halo-kuya-j__quick-access-section {  background-color: var(--secondary-color);  color: var(--light-text-color);}.page-fried-halo-halo-kuya-j__quick-access-section .page-fried-halo-halo-kuya-j__section-title {  color: var(--primary-color);}.page-fried-halo-halo-kuya-j__access-buttons {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  margin-top: 40px;}.page-fried-halo-halo-kuya-j__access-button {  display: inline-block;  background-color: var(--primary-color);  color: var(--secondary-color);  padding: 15px 25px;  border-radius: var(--border-radius);  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.2s ease;  border: 2px solid var(--primary-color);}.page-fried-halo-halo-kuya-j__access-button:hover {  background-color: var(--button-hover-color);  border-color: var(--button-hover-color);  color: var(--background-dark);  transform: translateY(-3px);}/* Game Cards */.page-fried-halo-halo-kuya-j__games-showcase-section {  background-color: var(--background-light);}.page-fried-halo-halo-kuya-j__game-cards-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-fried-halo-halo-kuya-j__game-card {  background-color: var(--light-text-color);  border-radius: var(--border-radius);  overflow: hidden;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  text-align: center;  transition: transform 0.3s ease;}.page-fried-halo-halo-kuya-j__game-card:hover {  transform: translateY(-5px);}.page-fried-halo-halo-kuya-j__game-card-image {  width: 100%;  height: 200px;  object-fit: cover;  max-width: 100%;  box-sizing: border-box;}.page-fried-halo-halo-kuya-j__game-card-title {  font-size: 1.4em;  margin: 15px 0 10px;  color: var(--secondary-color);}.page-fried-halo-halo-kuya-j__game-card-description {  font-size: 0.95em;  padding: 0 15px;  margin-bottom: 20px;  color: var(--text-color);}.page-fried-halo-halo-kuya-j__game-card-button {  display: inline-block;  background-color: var(--primary-color);  color: var(--secondary-color);  padding: 10px 20px;  border-radius: var(--border-radius);  text-decoration: none;  font-weight: bold;  font-size: 0.95em;  margin-bottom: 20px;  transition: background-color 0.3s ease;  border: 2px solid var(--primary-color);}.page-fried-halo-halo-kuya-j__game-card-button:hover {  background-color: var(--button-hover-color);  border-color: var(--button-hover-color);  color: var(--background-dark);}/* Promotions Section */.page-fried-halo-halo-kuya-j__promotions-section {  background-color: var(--background-dark);  color: var(--light-text-color);}.page-fried-halo-halo-kuya-j__promotions-section .page-fried-halo-halo-kuya-j__section-title {  color: var(--primary-color);}.page-fried-halo-halo-kuya-j__promotions-section .page-fried-halo-halo-kuya-j__text-content {  color: #cccccc;}.page-fried-halo-halo-kuya-j__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-fried-halo-halo-kuya-j__promo-item {  background-color: #2a2a2a;  border-radius: var(--border-radius);  overflow: hidden;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  text-align: center;}.page-fried-halo-halo-kuya-j__promo-image {  width: 100%;  height: 250px;  object-fit: cover;  max-width: 100%;  box-sizing: border-box;}.page-fried-halo-halo-kuya-j__promo-title {  font-size: 1.5em;  margin: 20px 0 10px;  color: var(--primary-color);}.page-fried-halo-halo-kuya-j__promo-description {  font-size: 1em;  padding: 0 20px;  margin-bottom: 25px;  color: #cccccc;}.page-fried-halo-halo-kuya-j__promo-button {  display: inline-block;  background-color: var(--primary-color);  color: var(--secondary-color);  padding: 12px 25px;  border-radius: var(--border-radius);  text-decoration: none;  font-weight: bold;  font-size: 1em;  margin-bottom: 25px;  transition: background-color 0.3s ease;  border: 2px solid var(--primary-color);}.page-fried-halo-halo-kuya-j__promo-button:hover {  background-color: var(--button-hover-color);  border-color: var(--button-hover-color);  color: var(--background-dark);}/* Security and Support Section */.page-fried-halo-halo-kuya-j__security-support-section {  background-color: var(--background-light);}.page-fried-halo-halo-kuya-j__info-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-fried-halo-halo-kuya-j__info-item {  text-align: center;  background-color: var(--light-text-color);  padding: 30px;  border-radius: var(--border-radius);  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);}.page-fried-halo-halo-kuya-j__info-icon {  width: 100px;  height: 100px;  margin-bottom: 20px;  max-width: 100%;  height: auto;  box-sizing: border-box;}.page-fried-halo-halo-kuya-j__info-title {  font-size: 1.5em;  margin-bottom: 10px;  color: var(--secondary-color);}.page-fried-halo-halo-kuya-j__info-description {  font-size: 1em;  color: var(--text-color);}.page-fried-halo-halo-kuya-j__contact-button {  display: block;  width: fit-content;  margin: 50px auto 0 auto;  background-color: var(--secondary-color);  color: var(--light-text-color);  padding: 15px 30px;  border-radius: var(--border-radius);  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.2s ease;  border: 2px solid var(--secondary-color);}.page-fried-halo-halo-kuya-j__contact-button:hover {  background-color: #a00000;  border-color: #a00000;  transform: translateY(-3px);}/* FAQ Section */.page-fried-halo-halo-kuya-j__faq-section {  background-color: var(--background-dark);  color: var(--light-text-color);}.page-fried-halo-halo-kuya-j__faq-section .page-fried-halo-halo-kuya-j__section-title {  color: var(--primary-color);}.page-fried-halo-halo-kuya-j__faq-list {  max-width: 800px;  margin: 50px auto 0 auto;}.page-fried-halo-halo-kuya-j__faq-item {  background-color: #2a2a2a;  margin-bottom: 15px;  border-radius: var(--border-radius);  overflow: hidden;}.page-fried-halo-halo-kuya-j__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  background-color: var(--secondary-color);  cursor: pointer;  user-select: none;  transition: background-color 0.3s ease;}.page-fried-halo-halo-kuya-j__faq-question:hover {  background-color: #a00000;}.page-fried-halo-halo-kuya-j__faq-question-title {  font-size: 1.2em;  margin: 0;  color: var(--light-text-color);  pointer-events: none; /* Prevent text selection from interfering with click */}.page-fried-halo-halo-kuya-j__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: var(--primary-color);  transition: transform 0.3s ease;  pointer-events: none; /* Prevent toggle icon from interfering with click */}.page-fried-halo-halo-kuya-j__faq-item.active .page-fried-halo-halo-kuya-j__faq-toggle {  transform: rotate(45deg); /* Plus to X */}.page-fried-halo-halo-kuya-j__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px; /* Initial padding 0 */  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;}.page-fried-halo-halo-kuya-j__faq-item.active .page-fried-halo-halo-kuya-j__faq-answer {  max-height: 2000px !important; /* Sufficiently large to contain content */  padding: 20px 25px !important;  opacity: 1;}.page-fried-halo-halo-kuya-j__faq-answer p {  margin: 0;  line-height: 1.6;  color: #cccccc;}/* Blog Section */.page-fried-halo-halo-kuya-j__blog-section {  background-color: var(--background-light);}.page-fried-halo-halo-kuya-j__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-fried-halo-halo-kuya-j__blog-card {  background-color: var(--light-text-color);  border-radius: var(--border-radius);  overflow: hidden;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease;}.page-fried-halo-halo-kuya-j__blog-card:hover {  transform: translateY(-5px);}.page-fried-halo-halo-kuya-j__blog-card-image {  width: 100%;  height: 220px;  object-fit: cover;  max-width: 100%;  box-sizing: border-box;}.page-fried-halo-halo-kuya-j__blog-card-content {  padding: 20px;}.page-fried-halo-halo-kuya-j__blog-card-title {  font-size: 1.3em;  margin-top: 0;  margin-bottom: 10px;  color: var(--secondary-color);}.page-fried-halo-halo-kuya-j__blog-card-excerpt {  font-size: 0.95em;  line-height: 1.5;  margin-bottom: 20px;  color: var(--text-color);}.page-fried-halo-halo-kuya-j__blog-card-link {  display: inline-block;  color: var(--secondary-color);  text-decoration: none;  font-weight: bold;  transition: color 0.3s ease;}.page-fried-halo-halo-kuya-j__blog-card-link:hover {  color: var(--primary-color);}/* Responsive Adjustments */@media (max-width: 1024px) {  .page-fried-halo-halo-kuya-j__hero-title {    font-size: 2.5em;  }  .page-fried-halo-halo-kuya-j__hero-subtitle {    font-size: 1.2em;  }  .page-fried-halo-halo-kuya-j__section-title {    font-size: 2em;  }}@media (max-width: 768px) {  .page-fried-halo-halo-kuya-j__container {    padding: 15px;  }  .page-fried-halo-halo-kuya-j__hero-section {    padding: 80px 15px;    min-height: 400px;  }  .page-fried-halo-halo-kuya-j__hero-title {    font-size: 2em;  }  .page-fried-halo-halo-kuya-j__hero-subtitle {    font-size: 1em;  }  .page-fried-halo-halo-kuya-j__hero-cta-button {    padding: 12px 25px;    font-size: 1em;  }  .page-fried-halo-halo-kuya-j__section-title {    font-size: 1.8em;    margin-bottom: 30px;  }  .page-fried-halo-halo-kuya-j__text-content {    font-size: 1em;    margin-bottom: 30px;  }  /* List Item Responsive for Features, Info, Games, Promos, Blog */  .page-fried-halo-halo-kuya-j__features-grid,  .page-fried-halo-halo-kuya-j__game-cards-grid,  .page-fried-halo-halo-kuya-j__promo-grid,  .page-fried-halo-halo-kuya-j__info-grid,  .page-fried-halo-halo-kuya-j__blog-grid {    grid-template-columns: 1fr; /* Single column layout */    gap: 20px;  }  .page-fried-halo-halo-kuya-j__feature-item,  .page-fried-halo-halo-kuya-j__game-card,  .page-fried-halo-halo-kuya-j__promo-item,  .page-fried-halo-halo-kuya-j__info-item,  .page-fried-halo-halo-kuya-j__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 20px 15px; /* Adjust padding for mobile */  }  /* Image responsive */  .page-fried-halo-halo-kuya-j__feature-icon,  .page-fried-halo-halo-kuya-j__game-card-image,  .page-fried-halo-halo-kuya-j__promo-image,  .page-fried-halo-halo-kuya-j__info-icon,  .page-fried-halo-halo-kuya-j__blog-card-image {    max-width: 100%;    height: auto;    box-sizing: border-box;  }  /* Text wrapping for long titles/descriptions */  .page-fried-halo-halo-kuya-j__feature-description,  .page-fried-halo-halo-kuya-j__game-card-description,  .page-fried-halo-halo-kuya-j__promo-description,  .page-fried-halo-halo-kuya-j__info-description,  .page-fried-halo-halo-kuya-j__blog-card-excerpt {    word-wrap: break-word !important;    overflow-wrap: break-word !important;  }  .page-fried-halo-halo-kuya-j__feature-title,  .page-fried-halo-halo-kuya-j__game-card-title,  .page-fried-halo-halo-kuya-j__promo-title,  .page-fried-halo-halo-kuya-j__info-title,  .page-fried-halo-halo-kuya-j__blog-card-title,  .page-fried-halo-halo-kuya-j__faq-question-title {    word-break: break-word !important;  }  .page-fried-halo-halo-kuya-j__access-buttons {    flex-direction: column;  }  .page-fried-halo-halo-kuya-j__access-button {    width: 100%;    max-width: 300px; /* Limit width for very narrow screens */    margin: 0 auto;  }  .page-fried-halo-halo-kuya-j__faq-question {    padding: 15px 20px;  }  .page-fried-halo-halo-kuya-j__faq-question-title {    font-size: 1.1em;  }  .page-fried-halo-halo-kuya-j__faq-answer {    padding: 0 20px;  }  .page-fried-halo-halo-kuya-j__faq-item.active .page-fried-halo-halo-kuya-j__faq-answer {    padding: 15px 20px !important;  }}@media (max-width: 480px) {  .page-fried-halo-halo-kuya-j__hero-title {    font-size: 1.8em;  }  .page-fried-halo-halo-kuya-j__hero-subtitle {    font-size: 0.9em;  }  .page-fried-halo-halo-kuya-j__section-title {    font-size: 1.5em;  }  .page-fried-halo-halo-kuya-j__feature-title,  .page-fried-halo-halo-kuya-j__game-card-title,  .page-fried-halo-halo-kuya-j__promo-title,  .page-fried-halo-halo-kuya-j__info-title,  .page-fried-halo-halo-kuya-j__blog-card-title {    font-size: 1.3em;  }  .page-fried-halo-halo-kuya-j__faq-question-title {    font-size: 1em;  }}