/* General styles for the page-kuya-ritchie scope */.page-kuya-ritchie {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;}.page-kuya-ritchie__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;}.page-kuya-ritchie__section {  padding: 60px 20px;  margin-bottom: 20px;  background-color: #fff;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}.page-kuya-ritchie__section--dark {  background-color: #333;  color: #fff;}.page-kuya-ritchie__h1, .page-kuya-ritchie__h2, .page-kuya-ritchie__h3 {  color: #1a1a1a;  margin-bottom: 20px;  text-align: center;}.page-kuya-ritchie__h1 {  font-size: 2.8em;  color: #fff;}.page-kuya-ritchie__h2 {  font-size: 2.2em;}.page-kuya-ritchie__h3 {  font-size: 1.8em;  color: #333;}.page-kuya-ritchie__text-center {  text-align: center;}.page-kuya-ritchie__button {  display: inline-block;  background-color: #007bff;  color: #fff;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;  border: none;  cursor: pointer;  font-size: 1em;}.page-kuya-ritchie__button:hover {  background-color: #0056b3;}.page-kuya-ritchie__button--secondary {  background-color: #28a745;}.page-kuya-ritchie__button--secondary:hover {  background-color: #218838;}.page-kuya-ritchie__button-group {  display: flex;  justify-content: center;  gap: 20px;  margin-top: 30px;  flex-wrap: wrap;}.page-kuya-ritchie__image {  max-width: 100%;  height: auto;  border-radius: 8px;  display: block;  margin: 20px auto;}.page-kuya-ritchie__hero-section {  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:online gaming,philippines,casino]') no-repeat center center/cover;  color: #fff;  text-align: center;  padding: 100px 20px;  min-height: 500px;  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;  border-radius: 0;  box-shadow: none;  padding-top: 10px; /* Adjust for fixed header */}.page-kuya-ritchie__hero-content {  max-width: 800px;}.page-kuya-ritchie__hero-h1 {  font-size: 3.5em;  margin-bottom: 20px;  line-height: 1.2;  color: #fff;}.page-kuya-ritchie__hero-description {  font-size: 1.3em;  margin-bottom: 40px;}.page-kuya-ritchie__intro-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-kuya-ritchie__intro-item {  text-align: center;  padding: 25px;  background-color: #f0f8ff;  border-radius: 8px;  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);}.page-kuya-ritchie__intro-item img {  width: 100px;  height: 100px;  object-fit: contain;  margin-bottom: 15px;}.page-kuya-ritchie__quick-access-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 20px;  margin-top: 40px;}.page-kuya-ritchie__quick-access-item {  background-color: #e0f7fa;  padding: 25px;  border-radius: 8px;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-kuya-ritchie__quick-access-item:hover {  transform: translateY(-5px);  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);}.page-kuya-ritchie__quick-access-item .page-kuya-ritchie__button {  width: 100%;  box-sizing: border-box;}.page-kuya-ritchie__games-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-kuya-ritchie__game-card {  background-color: #f9f9f9;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  text-align: center;  transition: transform 0.3s ease;}.page-kuya-ritchie__game-card:hover {  transform: translateY(-10px);}.page-kuya-ritchie__game-card-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-kuya-ritchie__game-card-content {  padding: 20px;}.page-kuya-ritchie__game-card-content .page-kuya-ritchie__h3 {  margin-top: 0;  font-size: 1.5em;}.page-kuya-ritchie__game-card-content p {  font-size: 0.95em;  color: #555;  margin-bottom: 20px;}.page-kuya-ritchie__promotions-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-kuya-ritchie__promo-card {  background-color: #fff3e0;  padding: 30px;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);  text-align: center;}.page-kuya-ritchie__promo-card .page-kuya-ritchie__h3 {  color: #e65100;}.page-kuya-ritchie__security-features {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 30px;  margin-top: 40px;}.page-kuya-ritchie__feature-item {  flex: 1 1 300px;  text-align: center;  padding: 25px;  background-color: #e8f5e9;  border-radius: 8px;  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);}.page-kuya-ritchie__feature-item img {  width: 80px;  height: 80px;  object-fit: contain;  margin-bottom: 15px;}.page-kuya-ritchie__faq-list {  margin-top: 40px;  max-width: 800px;  margin-left: auto;  margin-right: auto;}.page-kuya-ritchie__faq-item {  background-color: #f0f0f0;  border-radius: 8px;  margin-bottom: 15px;  overflow: hidden;  transition: all 0.4s ease;}.page-kuya-ritchie__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  user-select: none;  background-color: #eee;  border-bottom: 1px solid #ddd;  transition: background-color 0.3s ease;}.page-kuya-ritchie__faq-question:hover {  background-color: #e0e0e0;}.page-kuya-ritchie__faq-question h3 {  margin: 0;  font-size: 1.1em;  pointer-events: none;  color: #333;}.page-kuya-ritchie__faq-toggle {  font-size: 1.5em;  font-weight: bold;  pointer-events: none;  transition: transform 0.3s ease;}.page-kuya-ritchie__faq-item.active .page-kuya-ritchie__faq-toggle {  transform: rotate(45deg);}.page-kuya-ritchie__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-ritchie__faq-item.active .page-kuya-ritchie__faq-answer {  max-height: 2000px !important;  padding: 20px 25px !important;  opacity: 1;}.page-kuya-ritchie__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-kuya-ritchie__blog-card {  background-color: #f9f9f9;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease;}.page-kuya-ritchie__blog-card:hover {  transform: translateY(-5px);}.page-kuya-ritchie__blog-card-image {  width: 100%;  height: 220px;  object-fit: cover;}.page-kuya-ritchie__blog-card-content {  padding: 20px;}.page-kuya-ritchie__blog-card-content .page-kuya-ritchie__h3 {  margin-top: 0;  font-size: 1.4em;  text-align: left;  line-height: 1.3;}.page-kuya-ritchie__blog-card-content p {  font-size: 0.9em;  color: #555;  margin-bottom: 20px;}.page-kuya-ritchie__blog-card-content .page-kuya-ritchie__button {  width: auto;  padding: 8px 15px;  font-size: 0.9em;}.page-kuya-ritchie__floating-buttons {  position: fixed;  bottom: 20px;  right: 20px;  display: flex;  flex-direction: column;  gap: 15px;  z-index: 1000;}.page-kuya-ritchie__floating-button {  background-color: #ffc107;  color: #333;  padding: 12px 20px;  border-radius: 30px;  text-decoration: none;  font-weight: bold;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);  transition: background-color 0.3s ease, transform 0.3s ease;  text-align: center;}.page-kuya-ritchie__floating-button:hover {  background-color: #e0a800;  transform: translateY(-3px);}.page-kuya-ritchie__floating-button--login {  background-color: #17a2b8;  color: #fff;}.page-kuya-ritchie__floating-button--login:hover {  background-color: #138496;}.page-kuya-ritchie__floating-button-text {  display: block;  font-size: 0.9em;  line-height: 1.2;}.page-kuya-ritchie__gamelogo-list {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  margin-top: 40px;}.page-kuya-ritchie__gamelogo-item {  width: 80px;  height: 80px;  object-fit: contain;  filter: grayscale(100%);  transition: filter 0.3s ease;}.page-kuya-ritchie__gamelogo-item:hover {  filter: grayscale(0%);}/* Responsive adjustments */@media (max-width: 1024px) {  .page-kuya-ritchie__hero-h1 {    font-size: 2.8em;  }  .page-kuya-ritchie__hero-description {    font-size: 1.1em;  }  .page-kuya-ritchie__section {    padding: 40px 15px;  }}.page-kuya-ritchie__feature-item img, .page-kuya-ritchie__intro-item img {  max-width: 100%;  height: auto;  box-sizing: border-box !important;}@media (max-width: 768px) {  .page-kuya-ritchie__h1 {    font-size: 2.2em;  }  .page-kuya-ritchie__h2 {    font-size: 1.8em;  }  .page-kuya-ritchie__h3 {    font-size: 1.4em;  }  .page-kuya-ritchie__hero-h1 {    font-size: 2.5em;  }  .page-kuya-ritchie__hero-description {    font-size: 1em;  }  .page-kuya-ritchie__button {    padding: 10px 20px;    font-size: 0.9em;  }  .page-kuya-ritchie__button-group {    flex-direction: column;    gap: 15px;  }  .page-kuya-ritchie__quick-access-grid,  .page-kuya-ritchie__games-grid,  .page-kuya-ritchie__promotions-grid,  .page-kuya-ritchie__blog-grid,  .page-kuya-ritchie__intro-grid {    grid-template-columns: 1fr;  }  .page-kuya-ritchie__faq-question {    padding: 15px 20px;  }  .page-kuya-ritchie__faq-answer {    padding: 0 20px;  }  .page-kuya-ritchie__faq-item.active .page-kuya-ritchie__faq-answer {    padding: 15px 20px !important;  }  .page-kuya-ritchie__floating-buttons {    bottom: 10px;    right: 10px;    gap: 10px;  }  .page-kuya-ritchie__floating-button {    padding: 10px 15px;    font-size: 0.8em;  }  /* List item responsive styles */  .page-kuya-ritchie__intro-grid > div,  .page-kuya-ritchie__quick-access-grid > div,  .page-kuya-ritchie__games-grid > div,  .page-kuya-ritchie__promotions-grid > div,  .page-kuya-ritchie__security-features > div,  .page-kuya-ritchie__blog-grid > div {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding-left: 15px;    padding-right: 15px;  }  .page-kuya-ritchie__intro-grid,  .page-kuya-ritchie__quick-access-grid,  .page-kuya-ritchie__games-grid,  .page-kuya-ritchie__promotions-grid,  .page-kuya-ritchie__security-features,  .page-kuya-ritchie__blog-grid {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 10px !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-kuya-ritchie__faq-list {    padding: 0 10px;  }  .page-kuya-ritchie p, .page-kuya-ritchie li, .page-kuya-ritchie__blog-card-content .page-kuya-ritchie__h3 {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }}