.page-poppy-playtime-chapter-5-games {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;  padding-top: var(--header-offset, 122px); /* Fallback for header offset if body padding is not applied by shared CSS */}@media (max-width: 768px) {  .page-poppy-playtime-chapter-5-games {    padding-top: var(--header-offset-mobile, 60px); /* Adjust for mobile header offset */  }}.page-poppy-playtime-chapter-5-games__hero-section {  display: flex;  flex-direction: column;  align-items: center;  text-align: center;  padding: 40px 20px;  background-color: #1a1a1a;  color: #fff;  position: relative;  overflow: hidden;  padding-top: 10px; /* Small top padding for visual break, assuming body has main offset */}.page-poppy-playtime-chapter-5-games__hero-section::before {  content: '';  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: url('[GALLERY:background:1920x1080:horror game,dark background,fog]') no-repeat center center/cover;  opacity: 0.2;  z-index: 0;}.page-poppy-playtime-chapter-5-games__hero-content {  position: relative;  z-index: 1;  max-width: 800px;  margin-bottom: 30px;}.page-poppy-playtime-chapter-5-games__hero-title {  font-size: 2.8em;  margin-bottom: 20px;  color: #ffcc00;  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);}.page-poppy-playtime-chapter-5-games__hero-description {  font-size: 1.2em;  margin-bottom: 30px;  color: #e0e0e0;}.page-poppy-playtime-chapter-5-games__hero-cta {  display: flex;  gap: 15px;  justify-content: center;  flex-wrap: wrap;}.page-poppy-playtime-chapter-5-games__button {  display: inline-block;  padding: 15px 30px;  border-radius: 8px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  white-space: nowrap;}.page-poppy-playtime-chapter-5-games__button--primary {  background-color: #ffcc00;  color: #1a1a1a;  border: 2px solid #ffcc00;}.page-poppy-playtime-chapter-5-games__button--primary:hover {  background-color: #e6b800;  transform: translateY(-2px);}.page-poppy-playtime-chapter-5-games__button--secondary {  background-color: transparent;  color: #ffcc00;  border: 2px solid #ffcc00;}.page-poppy-playtime-chapter-5-games__button--secondary:hover {  background-color: #ffcc00;  color: #1a1a1a;  transform: translateY(-2px);}.page-poppy-playtime-chapter-5-games__button--small {    padding: 10px 20px;    font-size: 0.9em;    border-radius: 5px;}.page-poppy-playtime-chapter-5-games__hero-image-wrapper {  position: relative;  z-index: 1;  width: 100%;  max-width: 600px;  margin-top: 30px;  box-shadow: 0 10px 20px rgba(0,0,0,0.5);  border-radius: 10px;  overflow: hidden;}.page-poppy-playtime-chapter-5-games__hero-image {  width: 100%;  height: auto;  display: block;}.page-poppy-playtime-chapter-5-games__features-section {  padding: 60px 20px;  background-color: #fff;  text-align: center;}.page-poppy-playtime-chapter-5-games__section-title {  font-size: 2.2em;  margin-bottom: 40px;  color: #1a1a1a;}.page-poppy-playtime-chapter-5-games__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-poppy-playtime-chapter-5-games__feature-card {  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;  display: flex;  flex-direction: column;  align-items: center;  text-align: center;}.page-poppy-playtime-chapter-5-games__feature-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 20px rgba(0,0,0,0.15);}.page-poppy-playtime-chapter-5-games__feature-icon {  width: 250px; /* Min 200px */  height: auto;  max-width: 100%;  border-radius: 8px;  margin-bottom: 20px;  object-fit: cover;  box-sizing: border-box;}.page-poppy-playtime-chapter-5-games__feature-title {  font-size: 1.5em;  margin-bottom: 15px;  color: #333;}.page-poppy-playtime-chapter-5-games__feature-description {  font-size: 1em;  color: #555;}.page-poppy-playtime-chapter-5-games__cta-banner {  background: linear-gradient(135deg, #2a003a, #000000);  color: #fff;  padding: 60px 20px;  text-align: center;}.page-poppy-playtime-chapter-5-games__cta-content {  max-width: 800px;  margin: 0 auto;}.page-poppy-playtime-chapter-5-games__cta-title {  font-size: 2.5em;  margin-bottom: 20px;  color: #ffcc00;}.page-poppy-playtime-chapter-5-games__cta-description {  font-size: 1.2em;  margin-bottom: 40px;  color: #e0e0e0;}.page-poppy-playtime-chapter-5-games__faq-section {  padding: 60px 20px;  background-color: #f8f8f8;}.page-poppy-playtime-chapter-5-games__faq-container {  max-width: 900px;  margin: 0 auto;}.page-poppy-playtime-chapter-5-games__faq-item {  background-color: #fff;  border-radius: 10px;  margin-bottom: 15px;  box-shadow: 0 2px 10px rgba(0,0,0,0.08);  overflow: hidden;}.page-poppy-playtime-chapter-5-games__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  user-select: none;  background-color: #eee;  transition: background-color 0.3s ease;  border-bottom: 1px solid #ddd;}.page-poppy-playtime-chapter-5-games__faq-question:hover {  background-color: #e0e0e0;}.page-poppy-playtime-chapter-5-games__faq-question-text {  font-size: 1.2em;  color: #333;  margin: 0;  pointer-events: none; /* Prevent h3 from blocking click event */}.page-poppy-playtime-chapter-5-games__faq-toggle {  font-size: 1.8em;  font-weight: bold;  color: #ffcc00;  transition: transform 0.3s ease;  pointer-events: none; /* Prevent span from blocking click event */}.page-poppy-playtime-chapter-5-games__faq-item.active .page-poppy-playtime-chapter-5-games__faq-toggle {  transform: rotate(45deg);  color: #e6b800;}.page-poppy-playtime-chapter-5-games__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: #555;}.page-poppy-playtime-chapter-5-games__faq-item.active .page-poppy-playtime-chapter-5-games__faq-answer {  max-height: 2000px !important; /* Large enough to contain any content */  padding: 20px 25px !important;  opacity: 1;}.page-poppy-playtime-chapter-5-games__faq-answer p {  margin-bottom: 10px;}.page-poppy-playtime-chapter-5-games__faq-answer .page-poppy-playtime-chapter-5-games__button {    margin-top: 10px;}/* Responsive Adjustments */@media (max-width: 1024px) {  .page-poppy-playtime-chapter-5-games__hero-title {    font-size: 2.5em;  }  .page-poppy-playtime-chapter-5-games__section-title {    font-size: 2em;  }  .page-poppy-playtime-chapter-5-games__cta-title {    font-size: 2em;  }}@media (max-width: 768px) {  .page-poppy-playtime-chapter-5-games__hero-section {    padding: 30px 15px;  }  .page-poppy-playtime-chapter-5-games__hero-title {    font-size: 2em;  }  .page-poppy-playtime-chapter-5-games__hero-description {    font-size: 1.1em;  }  .page-poppy-playtime-chapter-5-games__hero-cta {    flex-direction: column;    gap: 10px;  }  .page-poppy-playtime-chapter-5-games__button {    width: 100%;    padding: 12px 20px;    font-size: 1em;  }  .page-poppy-playtime-chapter-5-games__features-section,  .page-poppy-playtime-chapter-5-games__cta-banner,  .page-poppy-playtime-chapter-5-games__faq-section {    padding: 40px 15px;  }  .page-poppy-playtime-chapter-5-games__section-title {    font-size: 1.8em;    margin-bottom: 30px;  }  .page-poppy-playtime-chapter-5-games__cta-title {    font-size: 1.8em;  }  .page-poppy-playtime-chapter-5-games__cta-description {    font-size: 1.1em;    margin-bottom: 30px;  }  .page-poppy-playtime-chapter-5-games__features-grid {    grid-template-columns: 1fr;  }  .page-poppy-playtime-chapter-5-games__feature-card {    padding: 20px;  }  .page-poppy-playtime-chapter-5-games__feature-icon {    width: 200px; /* Ensure min width */    height: auto;    max-width: 100%;    box-sizing: border-box;  }  .page-poppy-playtime-chapter-5-games__faq-question {    padding: 15px 20px;  }  .page-poppy-playtime-chapter-5-games__faq-question-text {    font-size: 1.1em;  }  .page-poppy-playtime-chapter-5-games__faq-answer {    padding: 15px 20px;  }  .page-poppy-playtime-chapter-5-games__faq-item.active .page-poppy-playtime-chapter-5-games__faq-answer {    padding: 15px 20px !important;  }  /* List item responsive requirements (applied to feature cards for grid) */  .page-poppy-playtime-chapter-5-games__feature-card {    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-poppy-playtime-chapter-5-games__features-grid {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  /* Images within content sections */  .page-poppy-playtime-chapter-5-games__hero-image,  .page-poppy-playtime-chapter-5-games__feature-icon {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  .page-poppy-playtime-chapter-5-games__hero-image-wrapper {    width: 100% !important;    max-width: 100% !important;    overflow: hidden !important;    box-sizing: border-box !important;  }}@media (max-width: 480px) {  .page-poppy-playtime-chapter-5-games__hero-title {    font-size: 1.8em;  }  .page-poppy-playtime-chapter-5-games__section-title {    font-size: 1.6em;  }  .page-poppy-playtime-chapter-5-games__cta-title {    font-size: 1.6em;  }  .page-poppy-playtime-chapter-5-games__hero-description {    font-size: 1em;  }  .page-poppy-playtime-chapter-5-games__cta-description {    font-size: 1em;  }  .page-poppy-playtime-chapter-5-games__faq-question-text {    font-size: 1em;  }}