/* General styles for the page-kuya-eddie-song scope */.page-kuya-eddie-song {  font-family: 'Arial', sans-serif;  color: #f0f0f0; /* Light text for dark background */  background-color: #1a1a2e; /* Dark background */  line-height: 1.6;  overflow-x: hidden;}.page-kuya-eddie-song__section-title {  font-size: 2.2em;  color: #e94560; /* Accent color */  text-align: center;  margin-bottom: 40px;  position: relative;  padding-bottom: 10px;}.page-kuya-eddie-song__section-title::after {  content: '';  position: absolute;  left: 50%;  bottom: 0;  transform: translateX(-50%);  width: 80px;  height: 4px;  background-color: #007bff; /* Another accent */  border-radius: 2px;}/* Buttons */.page-kuya-eddie-song__hero-button,.page-kuya-eddie-song__access-button,.page-kuya-eddie-song__game-category-button,.page-kuya-eddie-song__promo-button,.page-kuya-eddie-song__contact-button,.page-kuya-eddie-song__blog-read-more {  display: inline-block;  background-color: #007bff; /* Primary button color */  color: #ffffff;  padding: 12px 25px;  border-radius: 8px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  text-align: center;  border: none;  cursor: pointer;}.page-kuya-eddie-song__hero-button:hover,.page-kuya-eddie-song__access-button:hover,.page-kuya-eddie-song__game-category-button:hover,.page-kuya-eddie-song__promo-button:hover,.page-kuya-eddie-song__contact-button:hover,.page-kuya-eddie-song__blog-read-more:hover {  background-color: #0056b3; /* Darker on hover */  transform: translateY(-2px);}/* Image responsiveness */.page-kuya-eddie-song img {  max-width: 100%;  height: auto;  display: block;  box-sizing: border-box; /* Crucial for responsiveness */}/* HERO Section */.page-kuya-eddie-song__hero-section {  position: relative;  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;  min-height: 80vh;  padding: 10px 20px 60px; /* 10px top padding for header offset */  background-color: #1a1a2e;  text-align: center;  overflow: hidden;}.page-kuya-eddie-song__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  opacity: 0.3;  z-index: 0;}.page-kuya-eddie-song__hero-content {  position: relative;  z-index: 1;  max-width: 900px;  margin: 0 auto;}.page-kuya-eddie-song__hero-title {  font-size: 3.5em;  color: #ffffff;  margin-bottom: 20px;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-kuya-eddie-song__hero-subtitle {  font-size: 1.3em;  color: #cccccc;  margin-bottom: 40px;  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);}.page-kuya-eddie-song__hero-cta-buttons {  display: flex;  gap: 20px;  justify-content: center;  flex-wrap: wrap;}/* Homepage Introduction */.page-kuya-eddie-song__intro-section {  padding: 60px 20px;  background-color: #24263e;  text-align: center;}.page-kuya-eddie-song__intro-text {  max-width: 800px;  margin: 0 auto 40px;  font-size: 1.1em;  color: #c0c0c0;}.page-kuya-eddie-song__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-kuya-eddie-song__feature-item {  background-color: #1a1a2e;  padding: 30px;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  display: flex;  flex-direction: column;  align-items: center;  text-align: center;}.page-kuya-eddie-song__feature-icon {  width: 100px;  height: 100px;  margin-bottom: 20px;  border-radius: 50%;  object-fit: cover;  border: 3px solid #e94560;}.page-kuya-eddie-song__feature-title {  font-size: 1.5em;  color: #007bff;  margin-bottom: 10px;}.page-kuya-eddie-song__feature-description {  color: #cccccc;}/* Quick Access */.page-kuya-eddie-song__quick-access-section {  padding: 60px 20px;  background-color: #1a1a2e;  text-align: center;}.page-kuya-eddie-song__quick-access-description {  max-width: 800px;  margin: 0 auto 40px;  font-size: 1.1em;  color: #c0c0c0;}.page-kuya-eddie-song__quick-access-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));  gap: 20px;  max-width: 1000px;  margin: 0 auto;}.page-kuya-eddie-song__access-button {  background-color: #e94560;  padding: 15px 20px;  font-size: 1.1em;  border-radius: 8px;}.page-kuya-eddie-song__access-button:hover {  background-color: #c2314a;}/* Core Games / Services */.page-kuya-eddie-song__games-section {  padding: 60px 20px;  background-color: #24263e;  text-align: center;}.page-kuya-eddie-song__games-description {  max-width: 800px;  margin: 0 auto 40px;  font-size: 1.1em;  color: #c0c0c0;}.page-kuya-eddie-song__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-kuya-eddie-song__game-category-item {  background-color: #1a1a2e;  padding: 25px;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  text-align: center;  display: flex;  flex-direction: column;  justify-content: space-between;}.page-kuya-eddie-song__game-category-image {  width: 100%;  height: 200px;  object-fit: cover;  border-radius: 8px;  margin-bottom: 20px;}.page-kuya-eddie-song__game-category-title {  font-size: 1.6em;  color: #007bff;  margin-bottom: 10px;}.page-kuya-eddie-song__game-category-text {  color: #cccccc;  margin-bottom: 20px;  flex-grow: 1;}.page-kuya-eddie-song__game-category-button {  background-color: #007bff;  width: 100%;}/* Promotions */.page-kuya-eddie-song__promotions-section {  padding: 60px 20px;  background-color: #1a1a2e;  text-align: center;}.page-kuya-eddie-song__promotions-description {  max-width: 800px;  margin: 0 auto 40px;  font-size: 1.1em;  color: #c0c0c0;}.page-kuya-eddie-song__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-kuya-eddie-song__promo-card {  background-color: #24263e;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  overflow: hidden;  text-align: center;  display: flex;  flex-direction: column;}.page-kuya-eddie-song__promo-image {  width: 100%;  height: 220px;  object-fit: cover;}.page-kuya-eddie-song__promo-title {  font-size: 1.5em;  color: #e94560;  margin: 20px 15px 10px;}.page-kuya-eddie-song__promo-text {  color: #cccccc;  padding: 0 15px 20px;  flex-grow: 1;}.page-kuya-eddie-song__promo-button {  background-color: #e94560;  margin: 0 15px 20px;}.page-kuya-eddie-song__promo-button:hover {  background-color: #c2314a;}/* Safety & Customer Service */.page-kuya-eddie-song__safety-section {  padding: 60px 20px;  background-color: #24263e;  text-align: center;}.page-kuya-eddie-song__safety-description {  max-width: 800px;  margin: 0 auto 40px;  font-size: 1.1em;  color: #c0c0c0;}.page-kuya-eddie-song__safety-features {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto 40px;}.page-kuya-eddie-song__safety-item {  background-color: #1a1a2e;  padding: 30px;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  display: flex;  flex-direction: column;  align-items: center;  text-align: center;}.page-kuya-eddie-song__safety-icon {  width: 100px;  height: 100px;  margin-bottom: 20px;  border-radius: 50%;  object-fit: cover;  border: 3px solid #007bff;}.page-kuya-eddie-song__safety-title {  font-size: 1.5em;  color: #007bff;  margin-bottom: 10px;}.page-kuya-eddie-song__safety-text {  color: #cccccc;}.page-kuya-eddie-song__contact-button {  background-color: #007bff;  margin-top: 20px;}/* FAQ Section */.page-kuya-eddie-song__faq-section {  padding: 60px 20px;  background-color: #1a1a2e;}.page-kuya-eddie-song__faq-container {  max-width: 900px;  margin: 0 auto;}.page-kuya-eddie-song__faq-item {  background-color: #24263e;  border-radius: 8px;  margin-bottom: 15px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);  overflow: hidden;}.page-kuya-eddie-song__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 18px 25px;  cursor: pointer;  background-color: #3f4260;  color: #ffffff;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease;  user-select: none;}.page-kuya-eddie-song__faq-question:hover {  background-color: #4c4f70;}.page-kuya-eddie-song__faq-question h3 {  margin: 0;  color: #ffffff;  font-size: 1.2em;  pointer-events: none; /* Prevents text selection from interfering with click */}.page-kuya-eddie-song__faq-toggle {  font-size: 1.5em;  line-height: 1;  transition: transform 0.3s ease;  pointer-events: none; /* Prevents icon from interfering with click */  color: #007bff;}.page-kuya-eddie-song__faq-item.active .page-kuya-eddie-song__faq-toggle {  transform: rotate(45deg); /* + becomes x or - */  color: #e94560;}.page-kuya-eddie-song__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;  background-color: #24263e;}.page-kuya-eddie-song__faq-item.active .page-kuya-eddie-song__faq-answer {  max-height: 2000px !important; /* Sufficiently large to contain content */  padding: 20px 25px !important;  opacity: 1;}.page-kuya-eddie-song__faq-answer p {  margin: 0;  color: #cccccc;}/* Blog Section */.page-kuya-eddie-song__blog-section {  padding: 60px 20px;  background-color: #24263e;  text-align: center;}.page-kuya-eddie-song__blog-description {  max-width: 800px;  margin: 0 auto 40px;  font-size: 1.1em;  color: #c0c0c0;}.page-kuya-eddie-song__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-kuya-eddie-song__blog-card {  background-color: #1a1a2e;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  overflow: hidden;  text-align: left;  display: flex;  flex-direction: column;}.page-kuya-eddie-song__blog-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-kuya-eddie-song__blog-content {  padding: 20px;  display: flex;  flex-direction: column;  flex-grow: 1;}.page-kuya-eddie-song__blog-title {  font-size: 1.4em;  margin-bottom: 10px;  line-height: 1.3;}.page-kuya-eddie-song__blog-title a {  color: #007bff;  text-decoration: none;  transition: color 0.3s ease;}.page-kuya-eddie-song__blog-title a:hover {  color: #e94560;}.page-kuya-eddie-song__blog-excerpt {  color: #cccccc;  font-size: 0.95em;  margin-bottom: 20px;  flex-grow: 1;}.page-kuya-eddie-song__blog-read-more {  background-color: #e94560;  align-self: flex-start;  padding: 10px 20px;  font-size: 0.9em;  border-radius: 5px;}.page-kuya-eddie-song__blog-read-more:hover {  background-color: #c2314a;}/* Mobile Responsiveness */@media (max-width: 768px) {  .page-kuya-eddie-song__hero-section {    min-height: 60vh;    padding-top: 10px; /* Still 10px for body padding-top */  }  .page-kuya-eddie-song__hero-title {    font-size: 2.5em;  }  .page-kuya-eddie-song__hero-subtitle {    font-size: 1em;  }  .page-kuya-eddie-song__hero-cta-buttons {    flex-direction: column;    gap: 15px;  }  .page-kuya-eddie-song__hero-button {    width: 80%;    margin: 0 auto;  }  .page-kuya-eddie-song__section-title {    font-size: 1.8em;  }  /* List item responsive styles - applies to feature-grid, quick-access-grid, game-categories, promo-grid, safety-features, blog-grid */  .page-kuya-eddie-song__features-grid,  .page-kuya-eddie-song__quick-access-grid,  .page-kuya-eddie-song__game-categories,  .page-kuya-eddie-song__promo-grid,  .page-kuya-eddie-song__safety-features,  .page-kuya-eddie-song__blog-grid {    grid-template-columns: 1fr; /* Single column layout */    padding: 0 15px; /* Adjust padding for container */    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-kuya-eddie-song__feature-item,  .page-kuya-eddie-song__game-category-item,  .page-kuya-eddie-song__promo-card,  .page-kuya-eddie-song__safety-item,  .page-kuya-eddie-song__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 */  }  .page-kuya-eddie-song__access-button {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  /* FAQ specific mobile adjustments */  .page-kuya-eddie-song__faq-question {    padding: 15px 20px;    font-size: 1.1em;  }  .page-kuya-eddie-song__faq-question h3 {    font-size: 1.1em;  }  .page-kuya-eddie-song__faq-answer {    padding: 0 20px;  }  .page-kuya-eddie-song__faq-item.active .page-kuya-eddie-song__faq-answer {    padding: 15px 20px !important;  }  /* Text wrapping for all content */  .page-kuya-eddie-song p,  .page-kuya-eddie-song h1,  .page-kuya-eddie-song h2,  .page-kuya-eddie-song h3,  .page-kuya-eddie-song a {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }}@media (max-width: 480px) {  .page-kuya-eddie-song__hero-title {    font-size: 2em;  }  .page-kuya-eddie-song__section-title {    font-size: 1.5em;  }}