/* General Styling */.page-porn-hub-kuya {  font-family: 'Arial', sans-serif;  color: #e0e0e0;  background-color: #1a1a1a;  line-height: 1.6;  padding-top: var(--header-offset, 122px); /* Fallback if shared.css doesn't set it */}  .page-porn-hub-kuya__section-title {  color: #f0f0f0;  text-align: center;  margin-bottom: 40px;  font-size: 2.2em;  padding: 0 15px;}  .page-porn-hub-kuya__text-content {  margin-bottom: 20px;  padding: 0 15px;  max-width: 900px;  margin-left: auto;  margin-right: auto;  color: #c0c0c0;}  /* Buttons */.page-porn-hub-kuya__button,.page-porn-hub-kuya__hero-cta,.page-porn-hub-kuya__game-cta,.page-porn-hub-kuya__promo-cta {  display: inline-block;  background-color: #ffcc00; /* Vibrant yellow */  color: #1a1a1a;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  border: none;  cursor: pointer;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);}  .page-porn-hub-kuya__button:hover,.page-porn-hub-kuya__hero-cta:hover,.page-porn-hub-kuya__game-cta:hover,.page-porn-hub-kuya__promo-cta:hover {  background-color: #e6b800;  transform: translateY(-2px);}  /* Hero Section */.page-porn-hub-kuya__hero-section {  position: relative;  width: 100%;  height: 600px;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  overflow: hidden;  padding-top: 10px; /* Small decorative top padding */  box-sizing: border-box;}  .page-porn-hub-kuya__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 1;}  .page-porn-hub-kuya__hero-overlay {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));  z-index: 2;}  .page-porn-hub-kuya__hero-content {  position: relative;  z-index: 3;  max-width: 800px;  padding: 20px;}  .page-porn-hub-kuya__hero-title {  font-size: 3.5em;  color: #ffffff;  margin-bottom: 20px;  line-height: 1.2;}  .page-porn-hub-kuya__hero-description {  font-size: 1.3em;  color: #f0f0f0;  margin-bottom: 30px;}  /* Partner Logos Section */.page-porn-hub-kuya__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: 50px 20px;  background-color: #222222;}  .page-porn-hub-kuya__provider-logos {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;}  .page-porn-hub-kuya__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;}  /* Introduction Section */.page-porn-hub-kuya__introduction-section {  padding: 80px 20px;  background-color: #1a1a1a;  text-align: center;}  /* Quick Access Section */.page-porn-hub-kuya__quick-access-section {  padding: 80px 20px;  background-color: #222222;  text-align: center;}  .page-porn-hub-kuya__button-group {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  max-width: 1000px;  margin: 0 auto;}  /* Games Section */.page-porn-hub-kuya__games-section {  padding: 80px 20px;  background-color: #1a1a1a;  text-align: center;}  .page-porn-hub-kuya__game-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}  .page-porn-hub-kuya__game-card {  background-color: #2a2a2a;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);  text-align: center;  padding-bottom: 20px;  display: flex;  flex-direction: column;  justify-content: space-between;}  .page-porn-hub-kuya__game-image {  width: 100%;  height: 200px;  object-fit: cover;  margin-bottom: 15px;}  .page-porn-hub-kuya__game-title {  font-size: 1.5em;  color: #ffcc00;  margin-bottom: 10px;  padding: 0 15px;}  .page-porn-hub-kuya__game-description {  font-size: 0.95em;  color: #c0c0c0;  margin-bottom: 20px;  flex-grow: 1;  padding: 0 15px;}  /* Promotions Section */.page-porn-hub-kuya__promotions-section {  padding: 80px 20px;  background-color: #222222;  text-align: center;}  .page-porn-hub-kuya__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}  .page-porn-hub-kuya__promo-card {  background-color: #2a2a2a;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);  text-align: center;  padding-bottom: 20px;  display: flex;  flex-direction: column;  justify-content: space-between;}  .page-porn-hub-kuya__promo-image {  width: 100%;  height: 220px;  object-fit: cover;  margin-bottom: 15px;}  .page-porn-hub-kuya__promo-title {  font-size: 1.6em;  color: #ffcc00;  margin-bottom: 10px;  padding: 0 15px;}  .page-porn-hub-kuya__promo-description {  font-size: 1em;  color: #c0c0c0;  margin-bottom: 20px;  flex-grow: 1;  padding: 0 15px;}  /* Security Section */.page-porn-hub-kuya__security-section {  padding: 80px 20px;  background-color: #1a1a1a;  text-align: center;}  .page-porn-hub-kuya__security-content {  display: flex;  flex-wrap: wrap;  align-items: center;  justify-content: center;  gap: 40px;  max-width: 1200px;  margin: 0 auto;}  .page-porn-hub-kuya__security-image {  flex: 1 1 400px;  max-width: 500px;  height: auto;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);}  .page-porn-hub-kuya__security-text {  flex: 1 1 400px;  text-align: left;}  /* FAQ Section */.page-porn-hub-kuya__faq-section {  padding: 80px 20px;  background-color: #222222;}  .page-porn-hub-kuya__faq-container {  max-width: 900px;  margin: 0 auto;}  .page-porn-hub-kuya__faq-item {  background-color: #2a2a2a;  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);}  .page-porn-hub-kuya__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;}  .page-porn-hub-kuya__faq-question:hover {  background-color: #444444;}  .page-porn-hub-kuya__faq-title {  font-size: 1.2em;  color: #ffcc00;  margin: 0;  pointer-events: none; /* Prevent h3 from blocking click event */}  .page-porn-hub-kuya__faq-toggle {  font-size: 1.5em;  color: #ffcc00;  font-weight: bold;  pointer-events: none; /* Prevent span from blocking click event */  transition: transform 0.3s ease;}  .page-porn-hub-kuya__faq-item.active .page-porn-hub-kuya__faq-toggle {  transform: rotate(45deg);}  .page-porn-hub-kuya__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: #c0c0c0;}  .page-porn-hub-kuya__faq-item.active .page-porn-hub-kuya__faq-answer {  max-height: 2000px !important; /* Sufficiently large value */  padding: 20px 25px !important;  opacity: 1;}  .page-porn-hub-kuya__faq-answer .page-porn-hub-kuya__text-content {  padding: 0; /* Reset text-content padding for FAQ answer */  text-align: left;}  /* Blog Section */.page-porn-hub-kuya__blog-section {  padding: 80px 20px;  background-color: #1a1a1a;  text-align: center;}  .page-porn-hub-kuya__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}  .page-porn-hub-kuya__blog-card {  background-color: #2a2a2a;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);  text-align: left;  display: flex;  flex-direction: column;  justify-content: space-between;}  .page-porn-hub-kuya__blog-image {  width: 100%;  height: 180px;  object-fit: cover;}  .page-porn-hub-kuya__blog-title {  font-size: 1.3em;  color: #ffcc00;  margin: 15px 15px 10px;  line-height: 1.3;}  .page-porn-hub-kuya__blog-title a {  color: #ffcc00;  text-decoration: none;}  .page-porn-hub-kuya__blog-title a:hover {  text-decoration: underline;}  .page-porn-hub-kuya__blog-excerpt {  font-size: 0.9em;  color: #c0c0c0;  margin: 0 15px 15px;  flex-grow: 1;}  .page-porn-hub-kuya__blog-date {  font-size: 0.8em;  color: #888888;  margin: 0 15px 15px;  display: block;}  /* Floating Buttons */.page-porn-hub-kuya__floating-buttons {  position: fixed;  bottom: 20px;  left: 50%;  transform: translateX(-50%);  display: flex;  gap: 15px;  z-index: 1000;}  .page-porn-hub-kuya__floating-button {  background-color: #007bff; /* Blue for contrast */  color: #ffffff;  padding: 12px 25px;  border-radius: 30px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);}  .page-porn-hub-kuya__floating-button:hover {  background-color: #0056b3;  transform: translateY(-3px);}  .page-porn-hub-kuya__floating-register {  background-color: #28a745; /* Green */}  .page-porn-hub-kuya__floating-register:hover {  background-color: #218838;}  .page-porn-hub-kuya__floating-login {  background-color: #ffcc00; /* Yellow */  color: #1a1a1a;}  .page-porn-hub-kuya__floating-login:hover {  background-color: #e6b800;}  /* Responsive Design */@media (max-width: 768px) {  .page-porn-hub-kuya__hero-section {    height: 500px;  }    .page-porn-hub-kuya__hero-title {    font-size: 2.5em;  }    .page-porn-hub-kuya__hero-description {    font-size: 1em;  }    .page-porn-hub-kuya__hero-cta {    padding: 10px 20px;    font-size: 1em;  }    .page-porn-hub-kuya__section-title {    font-size: 1.8em;    margin-bottom: 30px;  }    .page-porn-hub-kuya__text-content {    font-size: 0.95em;  }    .page-porn-hub-kuya__button-group {    flex-direction: column;    gap: 15px;  }    .page-porn-hub-kuya__button {    width: 100%;    max-width: 300px;    margin: 0 auto;  }    .page-porn-hub-kuya__game-grid,  .page-porn-hub-kuya__promo-grid,  .page-porn-hub-kuya__blog-grid {    grid-template-columns: 1fr;    gap: 20px;  }    .page-porn-hub-kuya__game-image,  .page-porn-hub-kuya__promo-image,  .page-porn-hub-kuya__blog-image {    max-width: 100%;    height: auto; /* Allow height to adjust */  }    .page-porn-hub-kuya__security-content {    flex-direction: column;    gap: 30px;  }    .page-porn-hub-kuya__security-image {    max-width: 100%;    height: auto;  }    .page-porn-hub-kuya__security-text {    text-align: center;  }    .page-porn-hub-kuya__faq-question {    padding: 15px 20px;  }    .page-porn-hub-kuya__faq-title {    font-size: 1.1em;  }    .page-porn-hub-kuya__faq-answer {    padding: 0 20px;  }    .page-porn-hub-kuya__faq-item.active .page-porn-hub-kuya__faq-answer {    padding: 15px 20px !important;  }    /* List item responsive requirements */  .page-porn-hub-kuya__game-card,  .page-porn-hub-kuya__promo-card,  .page-porn-hub-kuya__blog-card,  .page-porn-hub-kuya__faq-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-porn-hub-kuya__game-grid,  .page-porn-hub-kuya__promo-grid,  .page-porn-hub-kuya__blog-grid,  .page-porn-hub-kuya__faq-container {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding-left: 0 !important;    padding-right: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;  }    .page-porn-hub-kuya__floating-buttons {    bottom: 15px;    gap: 10px;  }    .page-porn-hub-kuya__floating-button {    padding: 10px 20px;    font-size: 1em;  }}  /* Ensure all images are responsive by default, except specified */.page-porn-hub-kuya img:not(.page-porn-hub-kuya__payment-logo) {  max-width: 100%;  height: auto;  box-sizing: border-box;}  .page-porn-hub-kuya img:not(.page-porn-hub-kuya__payment-logo):not(.page-porn-hub-kuya__hero-image) {  min-width: 200px;  min-height: 200px;}@media (max-width: 768px) {  .page-porn-hub-kuya img:not(.page-porn-hub-kuya__payment-logo) {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  .page-porn-hub-kuya img:not(.page-porn-hub-kuya__payment-logo):not(.page-porn-hub-kuya__hero-image) {    min-width: 200px !important;    min-height: 200px !important;  }}