/* General styling for the page */.page-kuya-nards-new-video {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;  padding-top: 10px; /* Small padding top, assuming body has header offset */} .page-kuya-nards-new-video__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;} .page-kuya-nards-new-video__section-title {  font-size: 2.5em;  color: #1a1a1a;  text-align: center;  margin-bottom: 40px;  position: relative;  padding-bottom: 15px;  font-weight: 700;} .page-kuya-nards-new-video__section-title::after {  content: '';  position: absolute;  left: 50%;  bottom: 0;  transform: translateX(-50%);  width: 80px;  height: 4px;  background-color: #e44d26; /* A vibrant orange for accent */  border-radius: 2px;} .page-kuya-nards-new-video__hero-section {  position: relative;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  height: 600px; /* Adjust height as needed */  overflow: hidden;  color: #fff;  padding: 0 20px;  box-sizing: border-box;} .page-kuya-nards-new-video__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 1;} .page-kuya-nards-new-video__hero-content {  position: relative;  z-index: 2;  background-color: rgba(0, 0, 0, 0.5);  padding: 40px;  border-radius: 10px;  max-width: 800px;} .page-kuya-nards-new-video__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  font-weight: 900;  line-height: 1.2;  color: #ffffff; /* Ensure high contrast */} .page-kuya-nards-new-video__hero-subtitle {  font-size: 1.4em;  margin-bottom: 30px;  font-weight: 300;  color: #f0f0f0; /* Ensure high contrast */} .page-kuya-nards-new-video__hero-cta {  display: inline-block;  background-color: #e44d26;  color: #fff;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;} .page-kuya-nards-new-video__hero-cta:hover {  background-color: #ff6a3d;  transform: translateY(-3px);} /* Intro Section */.page-kuya-nards-new-video__intro-section {  padding: 60px 0;  background-color: #fff;} .page-kuya-nards-new-video__intro-text {  text-align: center;  font-size: 1.1em;  max-width: 900px;  margin: 0 auto 50px auto;  color: #555;} .page-kuya-nards-new-video__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;  text-align: center;} .page-kuya-nards-new-video__feature-item {  background-color: #f0f0f0;  padding: 30px;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease, box-shadow 0.3s ease;} .page-kuya-nards-new-video__feature-item:hover {  transform: translateY(-5px);  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);} .page-kuya-nards-new-video__feature-icon {  width: 100px;  height: 100px;  object-fit: contain;  margin-bottom: 20px;  max-width: 100%;  height: auto;} .page-kuya-nards-new-video__feature-title {  font-size: 1.5em;  color: #e44d26;  margin-bottom: 15px;} .page-kuya-nards-new-video__feature-description {  font-size: 1em;  color: #666;} /* Quick Access Section */.page-kuya-nards-new-video__quick-access {  padding: 60px 0;  background-color: #f1f1f1;  text-align: center;} .page-kuya-nards-new-video__quick-access-description {  font-size: 1.1em;  max-width: 800px;  margin: 0 auto 40px auto;  color: #555;} .page-kuya-nards-new-video__access-buttons {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;} .page-kuya-nards-new-video__access-btn {  display: inline-block;  background-color: #337ab7; /* A blue for variety */  color: #fff;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-size: 1.1em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  min-width: 180px;  text-align: center;} .page-kuya-nards-new-video__access-btn:hover {  background-color: #286090;  transform: translateY(-3px);} /* Games Section */.page-kuya-nards-new-video__games-section {  padding: 60px 0;  background-color: #fff;} .page-kuya-nards-new-video__games-description {  text-align: center;  font-size: 1.1em;  max-width: 900px;  margin: 0 auto 50px auto;  color: #555;} .page-kuya-nards-new-video__games-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;} .page-kuya-nards-new-video__game-card {  background-color: #f9f9f9;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;} .page-kuya-nards-new-video__game-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);} .page-kuya-nards-new-video__game-image {  width: 100%;  height: 200px;  object-fit: cover;  border-bottom: 1px solid #eee;  max-width: 100%;  height: auto;} .page-kuya-nards-new-video__game-title {  font-size: 1.6em;  color: #e44d26;  margin: 20px 15px 10px 15px;} .page-kuya-nards-new-video__game-text {  font-size: 0.95em;  color: #666;  padding: 0 15px 20px 15px;} .page-kuya-nards-new-video__game-cta {  display: inline-block;  background-color: #e44d26;  color: #fff;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-size: 1em;  font-weight: bold;  margin-bottom: 20px;  transition: background-color 0.3s ease;} .page-kuya-nards-new-video__game-cta:hover {  background-color: #ff6a3d;} /* Promotions Section */.page-kuya-nards-new-video__promo-section {  padding: 60px 0;  background-color: #f1f1f1;} .page-kuya-nards-new-video__promo-description {  text-align: center;  font-size: 1.1em;  max-width: 900px;  margin: 0 auto 50px auto;  color: #555;} .page-kuya-nards-new-video__promos-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;} .page-kuya-nards-new-video__promo-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;} .page-kuya-nards-new-video__promo-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);} .page-kuya-nards-new-video__promo-image {  width: 100%;  height: 220px;  object-fit: cover;  border-bottom: 1px solid #eee;  max-width: 100%;  height: auto;} .page-kuya-nards-new-video__promo-title {  font-size: 1.6em;  color: #333;  margin: 20px 15px 10px 15px;} .page-kuya-nards-new-video__promo-text {  font-size: 0.95em;  color: #666;  padding: 0 15px 20px 15px;} .page-kuya-nards-new-video__promo-cta {  display: inline-block;  background-color: #e44d26;  color: #fff;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-size: 1em;  font-weight: bold;  margin-bottom: 20px;  transition: background-color 0.3s ease;} .page-kuya-nards-new-video__promo-cta:hover {  background-color: #ff6a3d;} /* Security Section */.page-kuya-nards-new-video__security-section {  padding: 60px 0;  background-color: #fff;} .page-kuya-nards-new-video__security-description {  text-align: center;  font-size: 1.1em;  max-width: 900px;  margin: 0 auto 50px auto;  color: #555;} .page-kuya-nards-new-video__security-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;  text-align: center;} .page-kuya-nards-new-video__security-item {  background-color: #f0f0f0;  padding: 30px;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease, box-shadow 0.3s ease;} .page-kuya-nards-new-video__security-item:hover {  transform: translateY(-5px);  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);} .page-kuya-nards-new-video__security-icon {  width: 100px;  height: 100px;  object-fit: contain;  margin-bottom: 20px;  max-width: 100%;  height: auto;} .page-kuya-nards-new-video__security-title {  font-size: 1.5em;  color: #e44d26;  margin-bottom: 15px;} .page-kuya-nards-new-video__security-text {  font-size: 1em;  color: #666;  margin-bottom: 20px;} .page-kuya-nards-new-video__security-cta {  display: inline-block;  background-color: #337ab7;  color: #fff;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-size: 1em;  font-weight: bold;  transition: background-color 0.3s ease;} .page-kuya-nards-new-video__security-cta:hover {  background-color: #286090;} /* FAQ Section */.page-kuya-nards-new-video__faq-section {  padding: 60px 0;  background-color: #f1f1f1;} .page-kuya-nards-new-video__faq-intro {  text-align: center;  font-size: 1.1em;  max-width: 900px;  margin: 0 auto 50px auto;  color: #555;} .page-kuya-nards-new-video__faq-list {  max-width: 900px;  margin: 0 auto;} .page-kuya-nards-new-video__faq-item {  background-color: #fff;  margin-bottom: 15px;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);  overflow: hidden;} .page-kuya-nards-new-video__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 15px 20px;  cursor: pointer;  background-color: #e44d26;  color: #fff;  border-radius: 8px;  user-select: none;  transition: background-color 0.3s ease;} .page-kuya-nards-new-video__faq-question:hover {  background-color: #ff6a3d;} .page-kuya-nards-new-video__faq-q-text {  font-size: 1.2em;  margin: 0;  pointer-events: none; /* Prevent h3 from blocking click event */  color: #ffffff; /* Ensure high contrast */} .page-kuya-nards-new-video__faq-toggle {  font-size: 1.8em;  font-weight: bold;  line-height: 1;  pointer-events: none; /* Prevent span from blocking click event */  transition: transform 0.3s ease;} .page-kuya-nards-new-video__faq-item.active .page-kuya-nards-new-video__faq-toggle {  transform: rotate(45deg);} .page-kuya-nards-new-video__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 15px;  background-color: #fdfdfd;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;  color: #555;  font-size: 1em;} .page-kuya-nards-new-video__faq-item.active .page-kuya-nards-new-video__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px 15px !important;  opacity: 1;} .page-kuya-nards-new-video__faq-answer p {  margin: 0;} /* Blog Section */.page-kuya-nards-new-video__blog-section {  padding: 60px 0;  background-color: #fff;} .page-kuya-nards-new-video__blog-description {  text-align: center;  font-size: 1.1em;  max-width: 900px;  margin: 0 auto 50px auto;  color: #555;} .page-kuya-nards-new-video__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;} .page-kuya-nards-new-video__blog-card {  background-color: #f9f9f9;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);  overflow: hidden;  transition: transform 0.3s ease, box-shadow 0.3s ease;} .page-kuya-nards-new-video__blog-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);} .page-kuya-nards-new-video__blog-image {  width: 100%;  height: 200px;  object-fit: cover;  border-bottom: 1px solid #eee;  max-width: 100%;  height: auto;} .page-kuya-nards-new-video__blog-content {  padding: 20px;} .page-kuya-nards-new-video__blog-title {  font-size: 1.4em;  color: #333;  margin-bottom: 10px;} .page-kuya-nards-new-video__blog-excerpt {  font-size: 0.95em;  color: #666;  margin-bottom: 20px;} .page-kuya-nards-new-video__blog-cta {  display: inline-block;  background-color: #e44d26;  color: #fff;  padding: 8px 15px;  border-radius: 5px;  text-decoration: none;  font-size: 0.9em;  font-weight: bold;  transition: background-color 0.3s ease;} .page-kuya-nards-new-video__blog-cta:hover {  background-color: #ff6a3d;} /* Responsive Adjustments */@media (max-width: 1024px) {  .page-kuya-nards-new-video__hero-title {    font-size: 3em;  }  .page-kuya-nards-new-video__hero-subtitle {    font-size: 1.2em;  }  .page-kuya-nards-new-video__section-title {    font-size: 2em;  }} @media (max-width: 768px) {  .page-kuya-nards-new-video__hero-section {    height: 500px;    padding: 0 15px;  }  .page-kuya-nards-new-video__hero-content {    padding: 30px;  }  .page-kuya-nards-new-video__hero-title {    font-size: 2.5em;  }  .page-kuya-nards-new-video__hero-subtitle {    font-size: 1.1em;  }  .page-kuya-nards-new-video__hero-cta {    padding: 12px 25px;    font-size: 1.1em;  }  .page-kuya-nards-new-video__section-title {    font-size: 1.8em;    margin-bottom: 30px;  }  .page-kuya-nards-new-video__container {    padding: 15px;  }  /* List item specific responsive rules */  .page-kuya-nards-new-video__features-grid,  .page-kuya-nards-new-video__games-grid,  .page-kuya-nards-new-video__promos-grid,  .page-kuya-nards-new-video__security-grid,  .page-kuya-nards-new-video__blog-grid {    grid-template-columns: 1fr;    gap: 20px;  }  /* Ensure all image containers and images are responsive */  .page-kuya-nards-new-video__hero-image,  .page-kuya-nards-new-video__feature-icon,  .page-kuya-nards-new-video__game-image,  .page-kuya-nards-new-video__promo-image,  .page-kuya-nards-new-video__security-icon,  .page-kuya-nards-new-video__blog-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  /* Specific rule for list items to ensure full width on mobile */  .page-kuya-nards-new-video__feature-item,  .page-kuya-nards-new-video__game-card,  .page-kuya-nards-new-video__promo-card,  .page-kuya-nards-new-video__security-item,  .page-kuya-nards-new-video__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; /* Adjust padding for mobile */  }  .page-kuya-nards-new-video__feature-description,  .page-kuya-nards-new-video__game-text,  .page-kuya-nards-new-video__promo-text,  .page-kuya-nards-new-video__security-text,  .page-kuya-nards-new-video__blog-excerpt {    word-wrap: break-word !important;    overflow-wrap: break-word !important;  }  .page-kuya-nards-new-video__access-buttons {    flex-direction: column;    align-items: center;  }  .page-kuya-nards-new-video__access-btn {    width: 100%;    max-width: 300px; /* Limit button width even if column */  }  .page-kuya-nards-new-video__faq-question {    padding: 12px 15px;  }  .page-kuya-nards-new-video__faq-q-text {    font-size: 1.1em;  }  .page-kuya-nards-new-video__faq-answer {    padding: 15px 15px;  }  .page-kuya-nards-new-video__faq-item.active .page-kuya-nards-new-video__faq-answer {    padding: 15px 15px !important;  }} @media (max-width: 480px) {  .page-kuya-nards-new-video__hero-title {    font-size: 2em;  }  .page-kuya-nards-new-video__hero-subtitle {    font-size: 1em;  }  .page-kuya-nards-new-video__hero-cta {    padding: 10px 20px;    font-size: 1em;  }  .page-kuya-nards-new-video__section-title {    font-size: 1.5em;  }  .page-kuya-nards-new-video__feature-title,  .page-kuya-nards-new-video__game-title,  .page-kuya-nards-new-video__promo-title,  .page-kuya-nards-new-video__security-title,  .page-kuya-nards-new-video__blog-title {    font-size: 1.3em;  }}