:root {  --page-kuya-red-primary-color: #e44d26; /* Example vibrant red/orange */  --page-kuya-red-secondary-color: #ffc107; /* Example gold/yellow */  --page-kuya-red-dark-background: #1a1a1a;  --page-kuya-red-light-background: #ffffff;  --page-kuya-red-text-color: #e0e0e0;  --page-kuya-red-dark-text-color: #333333;  --page-kuya-red-border-color: #333333;  --page-kuya-red-shadow-color: rgba(0, 0, 0, 0.2);  --page-kuya-red-font-family: 'Arial', sans-serif;}.page-kuya-red {  font-family: var(--page-kuya-red-font-family);  background-color: var(--page-kuya-red-dark-background);  color: var(--page-kuya-red-text-color);  line-height: 1.6;  padding-top: 10px; /* Small top padding, relying on body for header offset */}.page-kuya-red__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;}.page-kuya-red__section-title {  font-size: 2.5em;  color: var(--page-kuya-red-primary-color);  text-align: center;  margin-bottom: 40px;  padding-top: 20px;  text-shadow: 2px 2px 4px var(--page-kuya-red-shadow-color);}.page-kuya-red__text-content {  font-size: 1.1em;  margin-bottom: 20px;  text-align: center;  color: var(--page-kuya-red-text-color);}.page-kuya-red__button {  display: inline-block;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  cursor: pointer;  font-size: 1em;  text-align: center;  border: none;}.page-kuya-red__button--primary {  background-color: var(--page-kuya-red-primary-color);  color: var(--page-kuya-red-light-background);}.page-kuya-red__button--primary:hover {  background-color: #c0392b; /* Darker shade of primary */  transform: translateY(-2px);}.page-kuya-red__button--secondary {  background-color: var(--page-kuya-red-secondary-color);  color: var(--page-kuya-red-dark-background);}.page-kuya-red__button--secondary:hover {  background-color: #e6b000; /* Darker shade of secondary */  transform: translateY(-2px);}.page-kuya-red__button--link {  background-color: transparent;  border: 2px solid var(--page-kuya-red-secondary-color);  color: var(--page-kuya-red-secondary-color);  padding: 10px 20px;}.page-kuya-red__button--link:hover {  background-color: var(--page-kuya-red-secondary-color);  color: var(--page-kuya-red-dark-background);}.page-kuya-red__button--small {  padding: 8px 15px;  font-size: 0.9em;}/* Hero Section */.page-kuya-red__hero-section {  position: relative;  width: 100%;  min-height: 600px;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  overflow: hidden;  margin-bottom: 50px;}.page-kuya-red__hero-background {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 1;}.page-kuya-red__hero-overlay {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: rgba(0, 0, 0, 0.7);  z-index: 2;}.page-kuya-red__hero-content {  position: relative;  z-index: 3;  max-width: 900px;  padding: 20px;  color: var(--page-kuya-red-light-background);}.page-kuya-red__hero-title {  font-size: 3.8em;  margin-bottom: 20px;  line-height: 1.1;  color: var(--page-kuya-red-primary-color);  text-shadow: 3px 3px 6px var(--page-kuya-red-shadow-color);}.page-kuya-red__hero-subtitle {  font-size: 1.5em;  margin-bottom: 40px;  color: var(--page-kuya-red-light-background);}.page-kuya-red__hero-cta-group {  display: flex;  gap: 20px;  justify-content: center;  flex-wrap: wrap;}/* Payment Providers & Game Providers Section */.page-kuya-red__payment-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;  padding: 40px 20px;  background-color: #222222;  margin-bottom: 50px;}.page-kuya-red__payment-providers .page-kuya-red__section-title {  width: 100%;  margin-bottom: 30px;  color: var(--page-kuya-red-secondary-color);}.page-kuya-red__logo-grid {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;}.page-kuya-red__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;  border-radius: 10px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);  background-color: rgba(255, 255, 255, 0.05);  display: flex;  justify-content: center;  align-items: center;}.page-kuya-red__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}/* Introduction Section */.page-kuya-red__introduction-section {  padding: 50px 0;  background-color: var(--page-kuya-red-dark-background);  margin-bottom: 50px;}.page-kuya-red__feature-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;  text-align: center;}.page-kuya-red__feature-item {  background-color: #2a2a2a;  padding: 30px;  border-radius: 10px;  box-shadow: 0 5px 15px var(--page-kuya-red-shadow-color);  display: flex;  flex-direction: column;  align-items: center;}.page-kuya-red__feature-icon {  width: 200px; /* Min size */  height: auto;  max-width: 100%;  border-radius: 8px;  margin-bottom: 20px;  object-fit: cover;}.page-kuya-red__feature-title {  font-size: 1.6em;  color: var(--page-kuya-red-secondary-color);  margin-bottom: 10px;}.page-kuya-red__feature-description {  font-size: 1em;  color: var(--page-kuya-red-text-color);}.page-kuya-red__quick-access-section {  padding: 50px 0;  background-color: #222222;  margin-bottom: 50px;}.page-kuya-red__link-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 20px;  margin-top: 40px;}/* Games Section */.page-kuya-red__games-section {  padding: 50px 0;  background-color: var(--page-kuya-red-dark-background);  margin-bottom: 50px;}.page-kuya-red__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-kuya-red__game-category-item {  background-color: #2a2a2a;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px var(--page-kuya-red-shadow-color);  text-align: center;  padding-bottom: 20px;  display: flex;  flex-direction: column;}.page-kuya-red__game-category-image {  width: 100%;  height: 200px; /* Fixed height for consistency */  object-fit: cover;  margin-bottom: 15px;}.page-kuya-red__game-category-title {  font-size: 1.5em;  color: var(--page-kuya-red-secondary-color);  margin-bottom: 10px;  padding: 0 15px;}.page-kuya-red__game-category-description {  font-size: 0.95em;  color: var(--page-kuya-red-text-color);  margin-bottom: 20px;  flex-grow: 1;  padding: 0 15px;}/* Promotions Section */.page-kuya-red__promotions-section {  padding: 50px 0;  background-color: #222222;  margin-bottom: 50px;}.page-kuya-red__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-kuya-red__promo-card {  background-color: #2a2a2a;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px var(--page-kuya-red-shadow-color);  text-align: center;  padding-bottom: 20px;  display: flex;  flex-direction: column;}.page-kuya-red__promo-image {  width: 100%;  height: 200px;  object-fit: cover;  margin-bottom: 15px;}.page-kuya-red__promo-title {  font-size: 1.5em;  color: var(--page-kuya-red-primary-color);  margin-bottom: 10px;  padding: 0 15px;}.page-kuya-red__promo-description {  font-size: 0.95em;  color: var(--page-kuya-red-text-color);  margin-bottom: 20px;  flex-grow: 1;  padding: 0 15px;}/* Security & Support Section */.page-kuya-red__security-support-section {  padding: 50px 0;  background-color: var(--page-kuya-red-dark-background);  margin-bottom: 50px;}.page-kuya-red__security-features {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;  text-align: center;}.page-kuya-red__security-item {  background-color: #2a2a2a;  padding: 30px;  border-radius: 10px;  box-shadow: 0 5px 15px var(--page-kuya-red-shadow-color);  display: flex;  flex-direction: column;  align-items: center;}.page-kuya-red__security-icon {  width: 200px; /* Min size */  height: auto;  max-width: 100%;  border-radius: 8px;  margin-bottom: 20px;  object-fit: cover;}.page-kuya-red__security-title {  font-size: 1.6em;  color: var(--page-kuya-red-secondary-color);  margin-bottom: 10px;}.page-kuya-red__security-description {  font-size: 1em;  color: var(--page-kuya-red-text-color);}.page-kuya-red__contact-cta {  text-align: center;  margin-top: 50px;  padding-top: 30px;  border-top: 1px solid var(--page-kuya-red-border-color);}/* FAQ Section */.page-kuya-red__faq-section {  padding: 50px 0;  background-color: #222222;  margin-bottom: 50px;}.page-kuya-red__faq-list {  max-width: 800px;  margin: 40px auto 0 auto;}.page-kuya-red__faq-item {  background-color: #2a2a2a;  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 10px var(--page-kuya-red-shadow-color);}.page-kuya-red__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  background-color: #333333;  cursor: pointer;  user-select: none;  transition: background-color 0.3s ease;  border-bottom: 1px solid #444444;}.page-kuya-red__faq-question:hover {  background-color: #444444;}.page-kuya-red__faq-question-title {  font-size: 1.2em;  color: var(--page-kuya-red-light-background);  margin: 0;  pointer-events: none; /* Prevent text selection from interfering with click */  flex-grow: 1;}.page-kuya-red__faq-toggle {  font-size: 1.8em;  font-weight: bold;  color: var(--page-kuya-red-secondary-color);  margin-left: 15px;  pointer-events: none; /* Prevent icon from interfering with click */  transition: transform 0.3s ease;}.page-kuya-red__faq-item.active .page-kuya-red__faq-toggle {  transform: rotate(45deg);  color: var(--page-kuya-red-primary-color);}.page-kuya-red__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  background-color: #2a2a2a;  color: var(--page-kuya-red-text-color);  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;  font-size: 1em;}.page-kuya-red__faq-item.active .page-kuya-red__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px 25px !important;  opacity: 1;}.page-kuya-red__faq-answer p {  margin: 0;  padding-bottom: 10px;}/* Blog Section */.page-kuya-red__blog-section {  padding: 50px 0;  background-color: var(--page-kuya-red-dark-background);  margin-bottom: 50px;}.page-kuya-red__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-kuya-red__blog-card {  background-color: #2a2a2a;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px var(--page-kuya-red-shadow-color);  display: flex;  flex-direction: column;}.page-kuya-red__blog-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-kuya-red__blog-title {  font-size: 1.4em;  color: var(--page-kuya-red-primary-color);  margin: 15px 15px 10px 15px;  flex-grow: 1;}.page-kuya-red__blog-excerpt {  font-size: 0.95em;  color: var(--page-kuya-red-text-color);  margin: 0 15px 15px 15px;  flex-grow: 1;}.page-kuya-red__blog-date {  font-size: 0.85em;  color: #999999;  margin: 0 15px 15px 15px;}.page-kuya-red__blog-card .page-kuya-red__button {  align-self: flex-start;  margin: 0 15px 20px 15px;}/* General image styling for responsive behavior */.page-kuya-red img:not(.page-kuya-red__payment-logo img) {  max-width: 100%;  height: auto;  box-sizing: border-box;}/* Responsive adjustments */@media (max-width: 1024px) {  .page-kuya-red__hero-title {    font-size: 3em;  }  .page-kuya-red__hero-subtitle {    font-size: 1.3em;  }  .page-kuya-red__section-title {    font-size: 2em;  }}.page-kuya-red__inline-link {  color: var(--page-kuya-red-secondary-color);  text-decoration: none;  font-weight: bold;}.page-kuya-red__inline-link:hover {  text-decoration: underline;}@media (max-width: 768px) {  .page-kuya-red__container {    padding: 15px;  }  .page-kuya-red__hero-section {    min-height: 450px;  }  .page-kuya-red__hero-title {    font-size: 2.5em;  }  .page-kuya-red__hero-subtitle {    font-size: 1.1em;  }  .page-kuya-red__hero-cta-group {    flex-direction: column;    gap: 15px;  }  .page-kuya-red__button {    width: 80%;    margin: 0 auto;  }  .page-kuya-red__section-title {    font-size: 1.8em;    margin-bottom: 30px;  }  .page-kuya-red__text-content {    font-size: 1em;  }  /* List items mobile responsive */  .page-kuya-red__feature-grid,  .page-kuya-red__link-grid,  .page-kuya-red__game-categories,  .page-kuya-red__promo-grid,  .page-kuya-red__security-features,  .page-kuya-red__blog-grid {    grid-template-columns: 1fr;    gap: 20px;  }  .page-kuya-red__feature-item,  .page-kuya-red__game-category-item,  .page-kuya-red__promo-card,  .page-kuya-red__security-item,  .page-kuya-red__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 20px !important;  }  .page-kuya-red__feature-icon,  .page-kuya-red__game-category-image,  .page-kuya-red__promo-image,  .page-kuya-red__security-icon,  .page-kuya-red__blog-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-kuya-red__faq-list {    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;  }  .page-kuya-red__faq-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-kuya-red__faq-question,  .page-kuya-red__faq-answer {    padding-left: 15px !important;    padding-right: 15px !important;  }  .page-kuya-red__faq-question-title {    font-size: 1.1em;  }  .page-kuya-red__faq-toggle {    font-size: 1.5em;  }  .page-kuya-red__blog-title,  .page-kuya-red__blog-excerpt,  .page-kuya-red__blog-date {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  /* Payment Providers specific mobile styles */  .page-kuya-red__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 15px;  }  .page-kuya-red__payment-logo,  .page-kuya-red__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }}.page-kuya-red__inline-link {  color: var(--page-kuya-red-secondary-color);  text-decoration: none;  font-weight: bold;}.page-kuya-red__inline-link:hover {  text-decoration: underline;}@media (max-width: 480px) {  .page-kuya-red__hero-title {    font-size: 2em;  }  .page-kuya-red__hero-subtitle {    font-size: 1em;  }  .page-kuya-red__button {    padding: 10px 20px;    font-size: 0.9em;  }  .page-kuya-red__section-title {    font-size: 1.5em;  }}