.page-vice-and-kuya-kim-performance {  font-family: 'Arial', sans-serif;  color: #e0e0e0;  background-color: #1a1a2e;  line-height: 1.6;  overflow-x: hidden;  padding-top: var(--header-offset, 0); /* Fallback for header offset */} .page-vice-and-kuya-kim-performance__section-title {  font-size: 2.5em;  color: #e94560;  text-align: center;  margin-bottom: 30px;  padding-top: 20px;  font-weight: bold;} .page-vice-and-kuya-kim-performance__section-title--small {  font-size: 1.8em;  margin-bottom: 20px;  padding-top: 10px;} .page-vice-and-kuya-kim-performance__section-description {  text-align: center;  max-width: 800px;  margin: 0 auto 50px auto;  font-size: 1.1em;  color: #b0b0b0;} /* Hero Section */ .page-vice-and-kuya-kim-performance__hero-section {  position: relative;  width: 100%;  height: 600px;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  overflow: hidden;  padding: 20px;  box-sizing: border-box;} .page-vice-and-kuya-kim-performance__hero-image-wrapper {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 1;  background-color: rgba(0, 0, 0, 0.5); /* Overlay for readability */} .page-vice-and-kuya-kim-performance__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  filter: brightness(0.6); /* Darken image for text contrast */} .page-vice-and-kuya-kim-performance__hero-content {  position: relative;  z-index: 2;  color: #fff;  max-width: 900px;  padding: 20px;} .page-vice-and-kuya-kim-performance__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  font-weight: bold;  color: #e94560;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);} .page-vice-and-kuya-kim-performance__hero-subtitle {  font-size: 1.4em;  margin-bottom: 40px;  color: #f0f0f0;  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);} .page-vice-and-kuya-kim-performance__hero-buttons {  display: flex;  justify-content: center;  gap: 20px;  flex-wrap: wrap;} .page-vice-and-kuya-kim-performance__cta-button {  display: inline-block;  background-color: #e94560;  color: #fff;  padding: 15px 30px;  border-radius: 8px;  text-decoration: none;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  border: none;  cursor: pointer;  box-shadow: 0 4px 15px rgba(233, 69, 96, 0.4);} .page-vice-and-kuya-kim-performance__cta-button:hover {  background-color: #d13a52;  transform: translateY(-3px);} .page-vice-and-kuya-kim-performance__cta-button--secondary {  background-color: #0f3460;  border: 2px solid #e94560;  box-shadow: 0 4px 15px rgba(15, 52, 96, 0.4);} .page-vice-and-kuya-kim-performance__cta-button--secondary:hover {  background-color: #1a4d95;} /* Partner/Provider Logo Section */ .page-vice-and-kuya-kim-performance__payment-providers {  display: flex;  flex-direction: column;  align-items: center;  padding: 40px 20px;  background-color: #0f3460;} .page-vice-and-kuya-kim-performance__logo-grid {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 1200px;  box-sizing: border-box;} .page-vice-and-kuya-kim-performance__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;  object-fit: contain;  filter: grayscale(100%) brightness(1.5); /* Make logos fit theme, ensure contrast */  transition: filter 0.3s ease;} .page-vice-and-kuya-kim-performance__payment-logo:hover {  filter: grayscale(0%) brightness(1);} /* Introduction Section */ .page-vice-and-kuya-kim-performance__introduction-section {  padding: 60px 20px;  background-color: #1a1a2e;  text-align: center;} .page-vice-and-kuya-kim-performance__feature-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 50px auto 0 auto;} .page-vice-and-kuya-kim-performance__feature-item {  background-color: #0f3460;  padding: 30px;  border-radius: 10px;  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;  align-items: center;  text-align: center;  box-sizing: border-box;} .page-vice-and-kuya-kim-performance__feature-item:hover {  transform: translateY(-10px);  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);} .page-vice-and-kuya-kim-performance__feature-icon {  width: 80px;  height: 80px;  object-fit: contain;  margin-bottom: 20px;  max-width: 100%;  height: auto;} .page-vice-and-kuya-kim-performance__feature-title {  font-size: 1.5em;  color: #e94560;  margin-bottom: 15px;  font-weight: bold;} .page-vice-and-kuya-kim-performance__feature-text {  font-size: 1em;  color: #b0b0b0;} /* Quick Access Section */ .page-vice-and-kuya-kim-performance__quick-access-section {  padding: 60px 20px;  background-color: #0f3460;  text-align: center;} .page-vice-and-kuya-kim-performance__access-buttons {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  max-width: 1000px;  margin: 50px auto 0 auto;} .page-vice-and-kuya-kim-performance__access-button {  display: inline-block;  background-color: #e94560;  color: #fff;  padding: 12px 25px;  border-radius: 6px;  text-decoration: none;  font-size: 1.1em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  border: none;  cursor: pointer;  box-shadow: 0 3px 10px rgba(233, 69, 96, 0.3);  min-width: 180px; /* Ensure buttons have minimum width */  box-sizing: border-box;} .page-vice-and-kuya-kim-performance__access-button:hover {  background-color: #d13a52;  transform: translateY(-2px);} /* Core Games Section */ .page-vice-and-kuya-kim-performance__games-section {  padding: 60px 20px;  background-color: #1a1a2e;} .page-vice-and-kuya-kim-performance__game-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 50px auto 0 auto;} .page-vice-and-kuya-kim-performance__game-card {  background-color: #0f3460;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;  text-align: center;  box-sizing: border-box;} .page-vice-and-kuya-kim-performance__game-card:hover {  transform: translateY(-10px);  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);} .page-vice-and-kuya-kim-performance__game-image {  width: 100%;  height: 200px;  object-fit: cover;  border-bottom: 3px solid #e94560;  max-width: 100%;  height: auto;} .page-vice-and-kuya-kim-performance__game-title {  font-size: 1.6em;  color: #e94560;  margin: 20px 15px 10px 15px;  font-weight: bold;} .page-vice-and-kuya-kim-performance__game-description {  font-size: 0.95em;  color: #b0b0b0;  padding: 0 15px 20px 15px;  flex-grow: 1;} .page-vice-and-kuya-kim-performance__game-button {  display: block;  background-color: #e94560;  color: #fff;  padding: 10px 15px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;  border: none;  cursor: pointer;  margin-top: auto; /* Push button to bottom */} .page-vice-and-kuya-kim-performance__game-button:hover {  background-color: #d13a52;} /* Promotions Section */ .page-vice-and-kuya-kim-performance__promotions-section {  padding: 60px 20px;  background-color: #0f3460;} .page-vice-and-kuya-kim-performance__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 50px auto 0 auto;} .page-vice-and-kuya-kim-performance__promo-card {  background-color: #1a1a2e;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;  text-align: center;  box-sizing: border-box;} .page-vice-and-kuya-kim-performance__promo-card:hover {  transform: translateY(-10px);  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);} .page-vice-and-kuya-kim-performance__promo-image {  width: 100%;  height: 220px;  object-fit: cover;  border-bottom: 3px solid #e94560;  max-width: 100%;  height: auto;} .page-vice-and-kuya-kim-performance__promo-title {  font-size: 1.6em;  color: #e94560;  margin: 20px 15px 10px 15px;  font-weight: bold;} .page-vice-and-kuya-kim-performance__promo-description {  font-size: 0.95em;  color: #b0b0b0;  padding: 0 15px 20px 15px;  flex-grow: 1;} .page-vice-and-kuya-kim-performance__promo-button {  display: block;  background-color: #e94560;  color: #fff;  padding: 10px 15px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;  border: none;  cursor: pointer;  margin-top: auto;} .page-vice-and-kuya-kim-performance__promo-button:hover {  background-color: #d13a52;} /* Security Section */ .page-vice-and-kuya-kim-performance__security-section {  padding: 60px 20px;  background-color: #1a1a2e;  text-align: center;} .page-vice-and-kuya-kim-performance__security-features {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 50px auto 0 auto;} .page-vice-and-kuya-kim-performance__security-item {  background-color: #0f3460;  padding: 30px;  border-radius: 10px;  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);  display: flex;  flex-direction: column;  align-items: center;  text-align: center;  box-sizing: border-box;} .page-vice-and-kuya-kim-performance__security-icon {  width: 70px;  height: 70px;  object-fit: contain;  margin-bottom: 20px;  max-width: 100%;  height: auto;} .page-vice-and-kuya-kim-performance__security-title {  font-size: 1.4em;  color: #e94560;  margin-bottom: 15px;  font-weight: bold;} .page-vice-and-kuya-kim-performance__security-text {  font-size: 0.95em;  color: #b0b0b0;} .page-vice-and-kuya-kim-performance__contact-button {  display: inline-block;  background-color: #e94560;  color: #fff;  padding: 15px 30px;  border-radius: 8px;  text-decoration: none;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  margin-top: 50px;  border: none;  cursor: pointer;  box-shadow: 0 4px 15px rgba(233, 69, 96, 0.4);} .page-vice-and-kuya-kim-performance__contact-button:hover {  background-color: #d13a52;  transform: translateY(-3px);} /* FAQ Section */ .page-vice-and-kuya-kim-performance__faq-section {  padding: 60px 20px;  background-color: #0f3460;} .page-vice-and-kuya-kim-performance__faq-container {  max-width: 900px;  margin: 50px auto 0 auto;} .page-vice-and-kuya-kim-performance__faq-item {  background-color: #1a1a2e;  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);  box-sizing: border-box;} .page-vice-and-kuya-kim-performance__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  user-select: none;  background-color: #2e3b55;  transition: background-color 0.3s ease;  box-sizing: border-box;} .page-vice-and-kuya-kim-performance__faq-question:hover {  background-color: #3b4e6b;} .page-vice-and-kuya-kim-performance__faq-q-title {  font-size: 1.2em;  color: #e0e0e0;  margin: 0;  flex-grow: 1;  text-align: left;  font-weight: bold;} .page-vice-and-kuya-kim-performance__faq-toggle {  font-size: 1.8em;  color: #e94560;  font-weight: bold;  margin-left: 15px;  line-height: 1;  transition: transform 0.3s ease;} .page-vice-and-kuya-kim-performance__faq-item.active .page-vice-and-kuya-kim-performance__faq-toggle {  transform: rotate(45deg); /* + to X, or just change to - */  content: '-'; /* This will not work, JS will handle */} .page-vice-and-kuya-kim-performance__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;  color: #b0b0b0;  font-size: 1em;  text-align: left;} .page-vice-and-kuya-kim-performance__faq-item.active .page-vice-and-kuya-kim-performance__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px 25px !important;  opacity: 1;} /* Blog Section */ .page-vice-and-kuya-kim-performance__blog-section {  padding: 60px 20px;  background-color: #1a1a2e;} .page-vice-and-kuya-kim-performance__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 50px auto 0 auto;} .page-vice-and-kuya-kim-performance__blog-card {  background-color: #0f3460;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;  box-sizing: border-box;} .page-vice-and-kuya-kim-performance__blog-card:hover {  transform: translateY(-10px);  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);} .page-vice-and-kuya-kim-performance__blog-image {  width: 100%;  height: 200px;  object-fit: cover;  border-bottom: 3px solid #e94560;  max-width: 100%;  height: auto;} .page-vice-and-kuya-kim-performance__blog-content {  padding: 20px;  flex-grow: 1;  display: flex;  flex-direction: column;} .page-vice-and-kuya-kim-performance__blog-title {  font-size: 1.4em;  margin-bottom: 10px;  font-weight: bold;} .page-vice-and-kuya-kim-performance__blog-title a {  color: #e94560;  text-decoration: none;  transition: color 0.3s ease;} .page-vice-and-kuya-kim-performance__blog-title a:hover {  color: #d13a52;} .page-vice-and-kuya-kim-performance__blog-date {  font-size: 0.85em;  color: #888;  margin-bottom: 15px;} .page-vice-and-kuya-kim-performance__blog-excerpt {  font-size: 0.95em;  color: #b0b0b0;  margin-bottom: 20px;  flex-grow: 1;} .page-vice-and-kuya-kim-performance__blog-read-more {  display: inline-block;  background-color: #e94560;  color: #fff;  padding: 8px 15px;  border-radius: 5px;  text-decoration: none;  font-size: 0.9em;  font-weight: bold;  transition: background-color 0.3s ease;  margin-top: auto;  align-self: flex-start;} .page-vice-and-kuya-kim-performance__blog-read-more:hover {  background-color: #d13a52;} /* Responsive Styles */ @media (max-width: 1024px) {  .page-vice-and-kuya-kim-performance__hero-title {    font-size: 3em;  }  .page-vice-and-kuya-kim-performance__hero-subtitle {    font-size: 1.2em;  }  .page-vice-and-kuya-kim-performance__section-title {    font-size: 2em;  }} @media (max-width: 768px) {  .page-vice-and-kuya-kim-performance__hero-section {    height: 500px;    padding: 15px;  }  .page-vice-and-kuya-kim-performance__hero-title {    font-size: 2.5em;  }  .page-vice-and-kuya-kim-performance__hero-subtitle {    font-size: 1em;  }  .page-vice-and-kuya-kim-performance__hero-buttons {    flex-direction: column;    gap: 15px;  }  .page-vice-and-kuya-kim-performance__cta-button {    width: 100%;    max-width: 280px;  }  .page-vice-and-kuya-kim-performance__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 15px;  }  .page-vice-and-kuya-kim-performance__payment-logo {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-vice-and-kuya-kim-performance__section-title {    font-size: 1.8em;    margin-bottom: 20px;  }  .page-vice-and-kuya-kim-performance__section-description {    font-size: 0.95em;    margin-bottom: 30px;  }  .page-vice-and-kuya-kim-performance__introduction-section,  .page-vice-and-kuya-kim-performance__quick-access-section,  .page-vice-and-kuya-kim-performance__games-section,  .page-vice-and-kuya-kim-performance__promotions-section,  .page-vice-and-kuya-kim-performance__security-section,  .page-vice-and-kuya-kim-performance__faq-section,  .page-vice-and-kuya-kim-performance__blog-section {    padding: 40px 15px;  }  .page-vice-and-kuya-kim-performance__feature-grid,  .page-vice-and-kuya-kim-performance__game-grid,  .page-vice-and-kuya-kim-performance__promo-grid,  .page-vice-and-kuya-kim-performance__security-features,  .page-vice-and-kuya-kim-performance__blog-grid {    grid-template-columns: 1fr;    gap: 25px;    margin-top: 30px;  }  .page-vice-and-kuya-kim-performance__feature-item,  .page-vice-and-kuya-kim-performance__game-card,  .page-vice-and-kuya-kim-performance__promo-card,  .page-vice-and-kuya-kim-performance__security-item,  .page-vice-and-kuya-kim-performance__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-vice-and-kuya-kim-performance__feature-icon,  .page-vice-and-kuya-kim-performance__game-image,  .page-vice-and-kuya-kim-performance__promo-image,  .page-vice-and-kuya-kim-performance__security-icon,  .page-vice-and-kuya-kim-performance__blog-image {    max-width: 100% !important;    height: auto !important;  }  .page-vice-and-kuya-kim-performance__access-buttons {    flex-direction: column;    gap: 15px;    margin-top: 30px;  }  .page-vice-and-kuya-kim-performance__access-button {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-vice-and-kuya-kim-performance__faq-question {    padding: 15px 20px;  }  .page-vice-and-kuya-kim-performance__faq-q-title {    font-size: 1.1em;  }  .page-vice-and-kuya-kim-performance__faq-answer {    padding: 0 20px;  }  .page-vice-and-kuya-kim-performance__faq-item.active .page-vice-and-kuya-kim-performance__faq-answer {    padding: 15px 20px !important;  }  .page-vice-and-kuya-kim-performance__blog-content {    padding: 15px;  }  .page-vice-and-kuya-kim-performance__blog-title {    font-size: 1.2em;  }  .page-vice-and-kuya-kim-performance__blog-excerpt {    font-size: 0.9em;  }  .page-vice-and-kuya-kim-performance__blog-read-more {    font-size: 0.85em;  }} @media (max-width: 480px) {  .page-vice-and-kuya-kim-performance__hero-title {    font-size: 2em;  }  .page-vice-and-kuya-kim-performance__hero-subtitle {    font-size: 0.9em;  }  .page-vice-and-kuya-kim-performance__cta-button {    padding: 12px 20px;    font-size: 1em;  }  .page-vice-and-kuya-kim-performance__section-title {    font-size: 1.5em;  }  .page-vice-and-kuya-kim-performance__section-description {    font-size: 0.85em;  }}