.page-poppy-playtime-horror-game-apk {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;}.page-poppy-playtime-horror-game-apk__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;}/* Hero Section */.page-poppy-playtime-horror-game-apk__hero-section {  position: relative;  overflow: hidden;  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;  text-align: center;  color: #fff;  padding: 10px 20px 60px; /* Small top padding, main offset from body */  min-height: 500px;}.page-poppy-playtime-horror-game-apk__hero-image-wrapper {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 0;  overflow: hidden;}.page-poppy-playtime-horror-game-apk__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  filter: brightness(0.5); /* Darken image for text readability */}.page-poppy-playtime-horror-game-apk__hero-content {  position: relative;  z-index: 1;  max-width: 800px;  padding: 20px;  background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent background for text */  border-radius: 10px;}.page-poppy-playtime-horror-game-apk__hero-title {  font-size: 2.5em;  margin-bottom: 20px;  color: #FFD700; /* Gold color for title */  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);  line-height: 1.2;}.page-poppy-playtime-horror-game-apk__hero-description {  font-size: 1.1em;  margin-bottom: 30px;  color: #eee;}.page-poppy-playtime-horror-game-apk__hero-cta-button,.page-poppy-playtime-horror-game-apk__access-button,.page-poppy-playtime-horror-game-apk__game-button,.page-poppy-playtime-horror-game-apk__promo-button,.page-poppy-playtime-horror-game-apk__contact-button {  display: inline-block;  background-color: #007bff; /* Blue for primary CTAs */  color: #fff;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease;  margin-top: 10px;}.page-poppy-playtime-horror-game-apk__hero-cta-button:hover,.page-poppy-playtime-horror-game-apk__access-button:hover,.page-poppy-playtime-horror-game-apk__game-button:hover,.page-poppy-playtime-horror-game-apk__promo-button:hover,.page-poppy-playtime-horror-game-apk__contact-button:hover {  background-color: #0056b3;}/* Section Titles & Text */.page-poppy-playtime-horror-game-apk__section-title {  font-size: 2em;  color: #2c3e50;  text-align: center;  margin-bottom: 30px;  padding-top: 20px;}.page-poppy-playtime-horror-game-apk__text-content {  font-size: 1em;  color: #555;  margin-bottom: 15px;  text-align: justify;}/* Quick Access Section */.page-poppy-playtime-horror-game-apk__quick-access-section {  background-color: #e9ecef;  padding: 50px 0;  text-align: center;}.page-poppy-playtime-horror-game-apk__access-buttons {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 15px;  margin-top: 30px;}.page-poppy-playtime-horror-game-apk__access-button {  background-color: #28a745; /* Green for access buttons */  padding: 12px 25px;  font-size: 1em;}.page-poppy-playtime-horror-game-apk__access-button:hover {  background-color: #218838;}/* Games Section */.page-poppy-playtime-horror-game-apk__games-section {  padding: 60px 0;  background-color: #fff;}.page-poppy-playtime-horror-game-apk__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-horror-game-apk__game-card {  background-color: #fefefe;  border-radius: 10px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  padding: 20px;  text-align: center;  transition: transform 0.3s ease;  box-sizing: border-box;}.page-poppy-playtime-horror-game-apk__game-card:hover {  transform: translateY(-5px);}.page-poppy-playtime-horror-game-apk__game-image {  max-width: 100%;  height: auto;  border-radius: 8px;  margin-bottom: 15px;  min-width: 200px; /* Enforce minimum image size */  min-height: 200px;  object-fit: cover;}.page-poppy-playtime-horror-game-apk__game-title {  font-size: 1.4em;  color: #333;  margin-bottom: 10px;}.page-poppy-playtime-horror-game-apk__game-description {  font-size: 0.95em;  color: #666;  margin-bottom: 20px;}.page-poppy-playtime-horror-game-apk__game-button {  background-color: #17a2b8; /* Teal for game buttons */  padding: 10px 20px;  font-size: 0.9em;}.page-poppy-playtime-horror-game-apk__game-button:hover {  background-color: #138496;}/* Promotions Section */.page-poppy-playtime-horror-game-apk__promotions-section {  background-color: #f1f1f1;  padding: 60px 0;}.page-poppy-playtime-horror-game-apk__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-horror-game-apk__promo-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease;  box-sizing: border-box;}.page-poppy-playtime-horror-game-apk__promo-card:hover {  transform: translateY(-5px);}.page-poppy-playtime-horror-game-apk__promo-image {  width: 100%;  height: 250px;  object-fit: cover;  min-width: 200px; /* Enforce minimum image size */  min-height: 200px;}.page-poppy-playtime-horror-game-apk__promo-title {  font-size: 1.3em;  color: #333;  margin: 15px 0 10px;  padding: 0 15px;}.page-poppy-playtime-horror-game-apk__promo-description {  font-size: 0.9em;  color: #666;  margin-bottom: 20px;  padding: 0 15px;}.page-poppy-playtime-horror-game-apk__promo-button {  background-color: #ffc107; /* Yellow for promo buttons */  color: #333;  padding: 10px 20px;  font-size: 0.9em;  margin-bottom: 20px;}.page-poppy-playtime-horror-game-apk__promo-button:hover {  background-color: #e0a800;}/* Security & Support Section */.page-poppy-playtime-horror-game-apk__security-support-section {  padding: 60px 0;  background-color: #343a40; /* Dark background */  color: #f8f9fa;}.page-poppy-playtime-horror-game-apk__security-support-section .page-poppy-playtime-horror-game-apk__section-title {  color: #fff;}.page-poppy-playtime-horror-game-apk__security-support-section .page-poppy-playtime-horror-game-apk__text-content {  color: #ced4da;}.page-poppy-playtime-horror-game-apk__support-details {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 30px;  margin-top: 40px;  text-align: center;}.page-poppy-playtime-horror-game-apk__support-item {  flex: 1 1 280px;  background-color: #495057;  border-radius: 10px;  padding: 30px 20px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  box-sizing: border-box;}.page-poppy-playtime-horror-game-apk__support-icon {  max-width: 100px;  height: auto;  margin-bottom: 15px;  min-width: 200px; /* Enforce minimum image size */  min-height: 200px;  object-fit: contain; /* Icons typically fit this */}.page-poppy-playtime-horror-game-apk__support-title {  font-size: 1.3em;  color: #fff;  margin-bottom: 10px;}.page-poppy-playtime-horror-game-apk__support-description {  font-size: 0.95em;  color: #ced4da;}.page-poppy-playtime-horror-game-apk__contact-button {  background-color: #dc3545; /* Red for contact button */  margin-top: 40px;}.page-poppy-playtime-horror-game-apk__contact-button:hover {  background-color: #c82333;}/* FAQ Section */.page-poppy-playtime-horror-game-apk__faq-section {  padding: 60px 0;  background-color: #f8f9fa;}.page-poppy-playtime-horror-game-apk__faq-list {  max-width: 800px;  margin: 40px auto 0;}.page-poppy-playtime-horror-game-apk__faq-item {  background-color: #fff;  border: 1px solid #ddd;  border-radius: 8px;  margin-bottom: 15px;  overflow: hidden;  box-shadow: 0 2px 4px rgba(0,0,0,0.05);}.page-poppy-playtime-horror-game-apk__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 18px 20px;  cursor: pointer;  background-color: #e9ecef;  transition: background-color 0.3s ease;  user-select: none;}.page-poppy-playtime-horror-game-apk__faq-question:hover {  background-color: #dee2e6;}.page-poppy-playtime-horror-game-apk__faq-title {  font-size: 1.1em;  color: #333;  margin: 0;  pointer-events: none; /* Prevent h3 from blocking click event */}.page-poppy-playtime-horror-game-apk__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: #007bff;  transition: transform 0.3s ease;  pointer-events: none; /* Prevent span from blocking click event */}.page-poppy-playtime-horror-game-apk__faq-item.active .page-poppy-playtime-horror-game-apk__faq-toggle {  transform: rotate(45deg); /* Change + to X or - */  color: #dc3545;}.page-poppy-playtime-horror-game-apk__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px;  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  color: #555;  font-size: 0.95em;}.page-poppy-playtime-horror-game-apk__faq-item.active .page-poppy-playtime-horror-game-apk__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px !important;  opacity: 1;}.page-poppy-playtime-horror-game-apk__faq-answer p {  margin: 0;}/* Blog Section */.page-poppy-playtime-horror-game-apk__blog-section {  padding: 60px 0;  background-color: #e9ecef;}.page-poppy-playtime-horror-game-apk__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-horror-game-apk__blog-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  overflow: hidden;  transition: transform 0.3s ease;  box-sizing: border-box;}.page-poppy-playtime-horror-game-apk__blog-card:hover {  transform: translateY(-5px);}.page-poppy-playtime-horror-game-apk__blog-image {  width: 100%;  height: 200px;  object-fit: cover;  min-width: 200px; /* Enforce minimum image size */  min-height: 200px;}.page-poppy-playtime-horror-game-apk__blog-title {  font-size: 1.2em;  color: #333;  margin: 15px 0 10px;  padding: 0 15px;}.page-poppy-playtime-horror-game-apk__blog-title a {  text-decoration: none;  color: #333;  transition: color 0.3s ease;}.page-poppy-playtime-horror-game-apk__blog-title a:hover {  color: #007bff;}.page-poppy-playtime-horror-game-apk__blog-excerpt {  font-size: 0.9em;  color: #666;  padding: 0 15px 20px;}/* General Image Styling for responsiveness */.page-poppy-playtime-horror-game-apk img {  max-width: 100%;  height: auto;  display: block;}/* Media Queries for Responsiveness */@media (max-width: 768px) {  .page-poppy-playtime-horror-game-apk__container {    padding: 15px;  }  .page-poppy-playtime-horror-game-apk__hero-section {    padding: 10px 15px 40px;    min-height: 400px;  }  .page-poppy-playtime-horror-game-apk__hero-title {    font-size: 1.8em;  }  .page-poppy-playtime-horror-game-apk__hero-description {    font-size: 1em;  }  .page-poppy-playtime-horror-game-apk__hero-cta-button {    padding: 12px 25px;    font-size: 1em;  }  .page-poppy-playtime-horror-game-apk__section-title {    font-size: 1.7em;    margin-bottom: 20px;  }  .page-poppy-playtime-horror-game-apk__access-buttons {    flex-direction: column;    gap: 10px;  }  .page-poppy-playtime-horror-game-apk__game-categories,  .page-poppy-playtime-horror-game-apk__promo-grid,  .page-poppy-playtime-horror-game-apk__blog-grid {    grid-template-columns: 1fr;    gap: 20px;  }  .page-poppy-playtime-horror-game-apk__support-details {    flex-direction: column;    gap: 20px;  }  .page-poppy-playtime-horror-game-apk__support-item {    flex: none;    width: 100%;  }    /* List item responsive requirements */  .page-poppy-playtime-horror-game-apk__game-card,  .page-poppy-playtime-horror-game-apk__promo-card,  .page-poppy-playtime-horror-game-apk__blog-card,  .page-poppy-playtime-horror-game-apk__support-item,  .page-poppy-playtime-horror-game-apk__faq-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding-left: 15px !important; /* Adjust padding to avoid too narrow content */    padding-right: 15px !important;  }  .page-poppy-playtime-horror-game-apk__faq-answer {    padding: 0 15px !important;  }    .page-poppy-playtime-horror-game-apk__faq-item.active .page-poppy-playtime-horror-game-apk__faq-answer {    padding: 15px !important;  }  .page-poppy-playtime-horror-game-apk__text-content,  .page-poppy-playtime-horror-game-apk__game-description,  .page-poppy-playtime-horror-game-apk__promo-description,  .page-poppy-playtime-horror-game-apk__support-description,  .page-poppy-playtime-horror-game-apk__blog-excerpt,  .page-poppy-playtime-horror-game-apk__faq-answer p {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-poppy-playtime-horror-game-apk__hero-image,  .page-poppy-playtime-horror-game-apk__game-image,  .page-poppy-playtime-horror-game-apk__promo-image,  .page-poppy-playtime-horror-game-apk__support-icon,  .page-poppy-playtime-horror-game-apk__blog-image {    max-width: 100% !important;    height: auto !important;  }    .page-poppy-playtime-horror-game-apk__promo-image {    height: 180px; /* Adjust height for mobile */  }}