/* CSS for page-kanta-ni-kuya-wil */:root {  --page-kanta-ni-kuya-wil__primary-color: #ffcc00; /* Gold/Yellow */  --page-kanta-ni-kuya-wil__primary-color-darker: #e6b800; /* Darker Gold/Yellow */  --page-kanta-ni-kuya-wil__secondary-color: #e62e2e; /* Red */  --page-kanta-ni-kuya-wil__text-color-dark: #333333;  --page-kanta-ni-kuya-wil__text-color-light: #ffffff;  --page-kanta-ni-kuya-wil__background-dark: #1a1a1a;  --page-kanta-ni-kuya-wil__background-light: #f5f5f5;  --page-kanta-ni-kuya-wil__accent-color: #007bff; /* Blue for links */}body {  margin: 0;}.page-kanta-ni-kuya-wil {  font-family: 'Arial', sans-serif;  line-height: 1.6;  color: var(--page-kanta-ni-kuya-wil__text-color-dark);  background-color: var(--page-kanta-ni-kuya-wil__background-light);  overflow-x: hidden;}.page-kanta-ni-kuya-wil__section-title {  font-size: 2.2em;  color: var(--page-kanta-ni-kuya-wil__primary-color);  text-align: center;  margin-bottom: 30px;  text-transform: uppercase;  letter-spacing: 1px;  padding: 0 15px;}.page-kanta-ni-kuya-wil__text-content {  text-align: center;  max-width: 800px;  margin: 0 auto 40px auto;  font-size: 1.1em;  padding: 0 15px;}/* General button styling */.page-kanta-ni-kuya-wil__hero-button,.page-kanta-ni-kuya-wil__access-button,.page-kanta-ni-kuya-wil__game-button,.page-kanta-ni-kuya-wil__promo-button,.page-kanta-ni-kuya-wil__contact-button {  display: inline-block;  padding: 12px 25px;  border-radius: 5px;  font-weight: bold;  text-decoration: none;  transition: background-color 0.3s ease, transform 0.3s ease;  text-align: center;  white-space: nowrap;  box-sizing: border-box;  font-size: 1.05em;}.page-kanta-ni-kuya-wil__hero-button--primary,.page-kanta-ni-kuya-wil__access-button,.page-kanta-ni-kuya-wil__game-button,.page-kanta-ni-kuya-wil__promo-button,.page-kanta-ni-kuya-wil__contact-button {  background-color: var(--page-kanta-ni-kuya-wil__primary-color);  color: var(--page-kanta-ni-kuya-wil__background-dark);  border: 2px solid var(--page-kanta-ni-kuya-wil__primary-color);}.page-kanta-ni-kuya-wil__hero-button--primary:hover,.page-kanta-ni-kuya-wil__access-button:hover,.page-kanta-ni-kuya-wil__game-button:hover,.page-kanta-ni-kuya-wil__promo-button:hover,.page-kanta-ni-kuya-wil__contact-button:hover {  background-color: var(--page-kanta-ni-kuya-wil__primary-color-darker);  transform: translateY(-2px);}.page-kanta-ni-kuya-wil__hero-button--secondary {  background-color: transparent;  color: var(--page-kanta-ni-kuya-wil__primary-color);  border: 2px solid var(--page-kanta-ni-kuya-wil__primary-color);}.page-kanta-ni-kuya-wil__hero-button--secondary:hover {  background-color: var(--page-kanta-ni-kuya-wil__primary-color);  color: var(--page-kanta-ni-kuya-wil__background-dark);  transform: translateY(-2px);}.page-kanta-ni-kuya-wil img {  max-width: 100%;  height: auto;  display: block;  box-sizing: border-box;}/* HERO Section */.page-kanta-ni-kuya-wil__hero-section {  position: relative;  width: 100%;  min-height: 500px;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  color: var(--page-kanta-ni-kuya-wil__text-color-light);  overflow: hidden;  padding-top: 10px; /* Small padding as body is assumed to have header-offset */}.page-kanta-ni-kuya-wil__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: -1;  filter: brightness(0.5); /* Darken background image for text readability */}.page-kanta-ni-kuya-wil__hero-content {  position: relative;  z-index: 1;  max-width: 900px;  padding: 20px;}.page-kanta-ni-kuya-wil__hero-title {  font-size: 3em;  margin-bottom: 20px;  line-height: 1.2;  color: var(--page-kanta-ni-kuya-wil__primary-color);  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-kanta-ni-kuya-wil__hero-subtitle {  font-size: 1.3em;  margin-bottom: 40px;  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);}.page-kanta-ni-kuya-wil__hero-cta-group {  display: flex;  gap: 20px;  justify-content: center;  flex-wrap: wrap;}/* Introduction Section */.page-kanta-ni-kuya-wil__introduction-section {  padding: 60px 20px;  background-color: var(--page-kanta-ni-kuya-wil__background-dark);  color: var(--page-kanta-ni-kuya-wil__text-color-light);}.page-kanta-ni-kuya-wil__introduction-section .page-kanta-ni-kuya-wil__section-title {  color: var(--page-kanta-ni-kuya-wil__primary-color);}.page-kanta-ni-kuya-wil__introduction-section .page-kanta-ni-kuya-wil__text-content {  color: #cccccc;}.page-kanta-ni-kuya-wil__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;  padding: 20px 0;}.page-kanta-ni-kuya-wil__feature-item {  background-color: #2a2a2a;  padding: 30px;  border-radius: 10px;  text-align: center;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease;}.page-kanta-ni-kuya-wil__feature-item:hover {  transform: translateY(-10px);}.page-kanta-ni-kuya-wil__feature-icon {  width: 80px;  height: 80px;  object-fit: contain;  margin: 0 auto 20px auto;}.page-kanta-ni-kuya-wil__feature-title {  font-size: 1.5em;  color: var(--page-kanta-ni-kuya-wil__primary-color);  margin-bottom: 10px;}.page-kanta-ni-kuya-wil__feature-description {  font-size: 1em;  color: #b0b0b0;}/* Quick Access Section */.page-kanta-ni-kuya-wil__quick-access-section {  padding: 60px 20px;  background-color: var(--page-kanta-ni-kuya-wil__background-light);}.page-kanta-ni-kuya-wil__access-links-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));  gap: 20px;  max-width: 1000px;  margin: 0 auto;}.page-kanta-ni-kuya-wil__access-button {  padding: 15px 20px;  font-size: 1.1em;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);}/* Games Section */.page-kanta-ni-kuya-wil__games-section {  padding: 60px 20px;  background-color: var(--page-kanta-ni-kuya-wil__background-dark);  color: var(--page-kanta-ni-kuya-wil__text-color-light);}.page-kanta-ni-kuya-wil__games-section .page-kanta-ni-kuya-wil__section-title {  color: var(--page-kanta-ni-kuya-wil__primary-color);}.page-kanta-ni-kuya-wil__games-section .page-kanta-ni-kuya-wil__text-content {  color: #cccccc;}.page-kanta-ni-kuya-wil__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-kanta-ni-kuya-wil__game-category {  background-color: #2a2a2a;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  text-align: center;  transition: transform 0.3s ease;}.page-kanta-ni-kuya-wil__game-category:hover {  transform: translateY(-10px);}.page-kanta-ni-kuya-wil__game-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-kanta-ni-kuya-wil__game-title {  font-size: 1.6em;  color: var(--page-kanta-ni-kuya-wil__primary-color);  margin: 20px 15px 10px 15px;}.page-kanta-ni-kuya-wil__game-description {  font-size: 0.95em;  color: #b0b0b0;  padding: 0 15px 20px 15px;}.page-kanta-ni-kuya-wil__game-button {  margin-bottom: 20px;  padding: 10px 20px;  font-size: 1em;}/* Promotions Section */.page-kanta-ni-kuya-wil__promotions-section {  padding: 60px 20px;  background-color: var(--page-kanta-ni-kuya-wil__background-light);}.page-kanta-ni-kuya-wil__promo-cards {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-kanta-ni-kuya-wil__promo-card {  background-color: #ffffff;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);  text-align: center;  transition: transform 0.3s ease;}.page-kanta-ni-kuya-wil__promo-card:hover {  transform: translateY(-10px);}.page-kanta-ni-kuya-wil__promo-image {  width: 100%;  height: 220px;  object-fit: cover;}.page-kanta-ni-kuya-wil__promo-title {  font-size: 1.6em;  color: var(--page-kanta-ni-kuya-wil__text-color-dark);  margin: 20px 15px 10px 15px;}.page-kanta-ni-kuya-wil__promo-description {  font-size: 0.95em;  color: #666666;  padding: 0 15px 20px 15px;}.page-kanta-ni-kuya-wil__promo-button {  margin-bottom: 20px;  padding: 10px 20px;  font-size: 1em;}/* Security Section */.page-kanta-ni-kuya-wil__security-section {  padding: 60px 20px;  background-color: var(--page-kanta-ni-kuya-wil__background-dark);  color: var(--page-kanta-ni-kuya-wil__text-color-light);}.page-kanta-ni-kuya-wil__security-section .page-kanta-ni-kuya-wil__section-title {  color: var(--page-kanta-ni-kuya-wil__primary-color);}.page-kanta-ni-kuya-wil__security-section .page-kanta-ni-kuya-wil__text-content {  color: #cccccc;}.page-kanta-ni-kuya-wil__security-features {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto 40px auto;  padding: 20px 0;}.page-kanta-ni-kuya-wil__security-item {  background-color: #2a2a2a;  padding: 30px 20px;  border-radius: 10px;  text-align: center;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease;}.page-kanta-ni-kuya-wil__security-item:hover {  transform: translateY(-10px);}.page-kanta-ni-kuya-wil__security-icon {  width: 60px;  height: 60px;  object-fit: contain;  margin: 0 auto 20px auto;}.page-kanta-ni-kuya-wil__security-title {  font-size: 1.4em;  color: var(--page-kanta-ni-kuya-wil__primary-color);  margin-bottom: 10px;}.page-kanta-ni-kuya-wil__security-description {  font-size: 0.9em;  color: #b0b0b0;}.page-kanta-ni-kuya-wil__contact-cta {  text-align: center;  margin-top: 40px;}.page-kanta-ni-kuya-wil__contact-button {  padding: 15px 30px;  font-size: 1.2em;}/* FAQ Section */.page-kanta-ni-kuya-wil__faq-section {  padding: 60px 20px;  background-color: var(--page-kanta-ni-kuya-wil__background-light);}.page-kanta-ni-kuya-wil__faq-container {  max-width: 900px;  margin: 0 auto;}.page-kanta-ni-kuya-wil__faq-item {  background-color: #ffffff;  border-radius: 8px;  margin-bottom: 15px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);  overflow: hidden;}.page-kanta-ni-kuya-wil__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 18px 20px;  cursor: pointer;  background-color: #f8f8f8;  border-bottom: 1px solid #eeeeee;  transition: background-color 0.3s ease;  user-select: none;}.page-kanta-ni-kuya-wil__faq-question:hover {  background-color: #e0e0e0;}.page-kanta-ni-kuya-wil__faq-title {  font-size: 1.2em;  color: var(--page-kanta-ni-kuya-wil__text-color-dark);  margin: 0;  pointer-events: none; /* Prevent text selection interfering with click */  flex-grow: 1;  text-align: left;}.page-kanta-ni-kuya-wil__faq-toggle {  font-size: 1.8em;  font-weight: bold;  color: var(--page-kanta-ni-kuya-wil__primary-color);  margin-left: 15px;  transition: transform 0.3s ease;  pointer-events: none; /* Prevent icon from interfering with click */  width: 20px;  text-align: center;}.page-kanta-ni-kuya-wil__faq-item.active .page-kanta-ni-kuya-wil__faq-toggle {  transform: rotate(45deg); /* Change + to X or - */}.page-kanta-ni-kuya-wil__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;  opacity: 0;  color: #555555;}.page-kanta-ni-kuya-wil__faq-item.active .page-kanta-ni-kuya-wil__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px !important;  opacity: 1;}.page-kanta-ni-kuya-wil__faq-answer p {  margin: 0;  padding-bottom: 10px;}/* Blog Section */.page-kanta-ni-kuya-wil__blog-section {  padding: 60px 20px;  background-color: var(--page-kanta-ni-kuya-wil__background-dark);  color: var(--page-kanta-ni-kuya-wil__text-color-light);}.page-kanta-ni-kuya-wil__blog-section .page-kanta-ni-kuya-wil__section-title {  color: var(--page-kanta-ni-kuya-wil__primary-color);}.page-kanta-ni-kuya-wil__blog-section .page-kanta-ni-kuya-wil__text-content {  color: #cccccc;}.page-kanta-ni-kuya-wil__blog-articles {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-kanta-ni-kuya-wil__blog-card {  background-color: #2a2a2a;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease;}.page-kanta-ni-kuya-wil__blog-card:hover {  transform: translateY(-10px);}.page-kanta-ni-kuya-wil__blog-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-kanta-ni-kuya-wil__blog-content {  padding: 20px;}.page-kanta-ni-kuya-wil__blog-title {  font-size: 1.4em;  margin-bottom: 10px;}.page-kanta-ni-kuya-wil__blog-title a {  color: var(--page-kanta-ni-kuya-wil__primary-color);  text-decoration: none;  transition: color 0.3s ease;}.page-kanta-ni-kuya-wil__blog-title a:hover {  color: var(--page-kanta-ni-kuya-wil__accent-color);}.page-kanta-ni-kuya-wil__blog-excerpt {  font-size: 0.95em;  color: #b0b0b0;  margin-bottom: 15px;}.page-kanta-ni-kuya-wil__blog-date {  font-size: 0.85em;  color: #888888;  display: block;}/* Responsive adjustments */@media (max-width: 1024px) {  .page-kanta-ni-kuya-wil__hero-title {    font-size: 2.5em;  }  .page-kanta-ni-kuya-wil__hero-subtitle {    font-size: 1.1em;  }  .page-kanta-ni-kuya-wil__section-title {    font-size: 2em;  }}@media (max-width: 768px) {  .page-kanta-ni-kuya-wil__hero-section {    min-height: 400px;  }  .page-kanta-ni-kuya-wil__hero-title {    font-size: 2em;  }  .page-kanta-ni-kuya-wil__hero-subtitle {    font-size: 1em;  }  .page-kanta-ni-kuya-wil__hero-cta-group {    flex-direction: column;    gap: 15px;  }  .page-kanta-ni-kuya-wil__hero-button {    width: 100%;    max-width: 300px;    margin: 0 auto;  }  .page-kanta-ni-kuya-wil__section-title {    font-size: 1.8em;    margin-bottom: 25px;  }  .page-kanta-ni-kuya-wil__text-content {    font-size: 1em;    margin-bottom: 30px;  }  /* List item responsive requirements */  .page-kanta-ni-kuya-wil__features-grid,  .page-kanta-ni-kuya-wil__access-links-grid,  .page-kanta-ni-kuya-wil__game-categories,  .page-kanta-ni-kuya-wil__promo-cards,  .page-kanta-ni-kuya-wil__security-features,  .page-kanta-ni-kuya-wil__blog-articles {    grid-template-columns: 1fr;    gap: 20px;  }  .page-kanta-ni-kuya-wil__feature-item,  .page-kanta-ni-kuya-wil__game-category,  .page-kanta-ni-kuya-wil__promo-card,  .page-kanta-ni-kuya-wil__security-item,  .page-kanta-ni-kuya-wil__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-kanta-ni-kuya-wil__feature-description,  .page-kanta-ni-kuya-wil__game-description,  .page-kanta-ni-kuya-wil__promo-description,  .page-kanta-ni-kuya-wil__security-description,  .page-kanta-ni-kuya-wil__blog-excerpt {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-kanta-ni-kuya-wil__feature-icon,  .page-kanta-ni-kuya-wil__security-icon {    width: 50px;    height: 50px;  }  .page-kanta-ni-kuya-wil__faq-question {    padding: 15px;  }  .page-kanta-ni-kuya-wil__faq-title {    font-size: 1.1em;  }  .page-kanta-ni-kuya-wil__faq-toggle {    font-size: 1.5em;  }  .page-kanta-ni-kuya-wil__faq-answer {    padding: 15px !important;  }}@media (max-width: 480px) {  .page-kanta-ni-kuya-wil__hero-title {    font-size: 1.8em;  }  .page-kanta-ni-kuya-wil__hero-subtitle {    font-size: 0.9em;  }  .page-kanta-ni-kuya-wil__section-title {    font-size: 1.5em;  }  .page-kanta-ni-kuya-wil__hero-button {    padding: 10px 20px;    font-size: 1em;  }  .page-kanta-ni-kuya-wil__access-button,  .page-kanta-ni-kuya-wil__game-button,  .page-kanta-ni-kuya-wil__promo-button,  .page-kanta-ni-kuya-wil__contact-button {    padding: 10px 15px;    font-size: 0.95em;  }}