.page-prototype-poppy-playtime-real-face {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0; /* Light text for dark background */
  background-color: #1a1a1a; /* Dark background */
  line-height: 1.6;
  padding-top: 10px; /* Small padding, assuming body has header offset */
}

.page-prototype-poppy-playtime-real-face__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-prototype-poppy-playtime-real-face__dark-background {
  background-color: #222222; /* Slightly different dark for section contrast */
}

.page-prototype-poppy-playtime-real-face__hero-section {
  text-align: center;
  padding: 60px 0;
  background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('[GALLERY:hero:1920x1080:poppy playtime,prototype,dark,ominous]');
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}

.page-prototype-poppy-playtime-real-face__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #e0a800; /* Golden accent */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-prototype-poppy-playtime-real-face__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-prototype-poppy-playtime-real-face__keyword-highlight {
  color: #c80000; /* Red for horror emphasis */
  font-weight: bold;
}

.page-prototype-poppy-playtime-real-face__hero-image-wrapper {
  margin-bottom: 30px;
}

.page-prototype-poppy-playtime-real-face__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.page-prototype-poppy-playtime-real-face__cta-button {
  display: inline-block;
  background-color: #e0a800;
  color: #1a1a1a;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 20px;
}

.page-prototype-poppy-playtime-real-face__cta-button:hover {
  background-color: #ffc107;
  transform: translateY(-2px);
}

.page-prototype-poppy-playtime-real-face__section-title {
  font-size: 2em;
  color: #e0a800;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 40px;
}

.page-prototype-poppy-playtime-real-face__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-prototype-poppy-playtime-real-face__image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
}

.page-prototype-poppy-playtime-real-face__image-item {
  flex: 1 1 calc(50% - 20px); /* Two items per row on larger screens */
  max-width: calc(50% - 20px);
  text-align: center;
  background-color: #333;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}

.page-prototype-poppy-playtime-real-face__gallery-image {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.page-prototype-poppy-playtime-real-face__image-caption {
  font-size: 0.9em;
  color: #ccc;
}

.page-prototype-poppy-playtime-real-face__game-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.page-prototype-poppy-playtime-real-face__game-item {
  flex: 1 1 calc(25% - 20px); /* Four items per row */
  max-width: calc(25% - 20px);
  background-color: #333;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
  box-sizing: border-box; /* Important for responsive lists */
}

.page-prototype-poppy-playtime-real-face__game-item:hover {
  transform: translateY(-5px);
}

.page-prototype-poppy-playtime-real-face__game-icon {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.page-prototype-poppy-playtime-real-face__game-title {
  font-size: 1.3em;
  color: #e0a800;
  margin-bottom: 10px;
}

.page-prototype-poppy-playtime-real-face__game-description {
  font-size: 0.95em;
  color: #ccc;
}

/* FAQ Section */
.page-prototype-poppy-playtime-real-face__faq-list {
  margin-top: 30px;
}

.page-prototype-poppy-playtime-real-face__faq-item {
  background-color: #333;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.page-prototype-poppy-playtime-real-face__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #444;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
}

.page-prototype-poppy-playtime-real-face__faq-question:hover {
  background-color: #555;
}

.page-prototype-poppy-playtime-real-face__faq-title {
  font-size: 1.1em;
  color: #f0f0f0;
  margin: 0;
  pointer-events: none; /* Prevents text selection from interfering with click */
}

.page-prototype-poppy-playtime-real-face__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #e0a800;
  pointer-events: none; /* Prevents icon from interfering with click */
  transition: transform 0.3s ease;
}

.page-prototype-poppy-playtime-real-face__faq-item.active .page-prototype-poppy-playtime-real-face__faq-toggle {
  transform: rotate(45deg); /* Change + to X (or rotate to -) */
}

.page-prototype-poppy-playtime-real-face__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px; /* Initial padding */
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  background-color: #333;
}

.page-prototype-poppy-playtime-real-face__faq-item.active .page-prototype-poppy-playtime-real-face__faq-answer {
  max-height: 2000px !important; /* Sufficiently large to contain content */
  padding: 20px 15px !important; /* Expanded padding */
  opacity: 1;
}

.page-prototype-poppy-playtime-real-face__faq-text {
  font-size: 1em;
  color: #ccc;
  margin: 0;
}

/* Floating Buttons */
.page-prototype-poppy-playtime-real-face__floating-buttons {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 1000;
}

.page-prototype-poppy-playtime-real-face__floating-button {
  background-color: #e0a800;
  color: #1a1a1a;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  white-space: nowrap; /* Prevent text wrapping */
}

.page-prototype-poppy-playtime-real-face__floating-button:hover {
  background-color: #ffc107;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.6);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-prototype-poppy-playtime-real-face__main-title {
    font-size: 2.2em;
  }
  .page-prototype-poppy-playtime-real-face__section-title {
    font-size: 1.8em;
  }
  .page-prototype-poppy-playtime-real-face__game-item {
    flex: 1 1 calc(33% - 20px); /* Three items per row */
    max-width: calc(33% - 20px);
  }
  .page-prototype-poppy-playtime-real-face__image-item {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .page-prototype-poppy-playtime-real-face__hero-section {
    padding: 40px 0;
  }
  .page-prototype-poppy-playtime-real-face__main-title {
    font-size: 1.8em;
  }
  .page-prototype-poppy-playtime-real-face__subtitle {
    font-size: 1em;
  }
  .page-prototype-poppy-playtime-real-face__section-title {
    font-size: 1.5em;
  }
  .page-prototype-poppy-playtime-real-face__text-block {
    font-size: 1em;
  }
  .page-prototype-poppy-playtime-real-face__image-item {
    flex: 1 1 100% !important; /* Single item per row */
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
  .page-prototype-poppy-playtime-real-face__gallery-image {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-prototype-poppy-playtime-real-face__game-list {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-prototype-poppy-playtime-real-face__game-item {
    flex: 1 1 100% !important; /* Single item per row */
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    padding: 15px !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }
  .page-prototype-poppy-playtime-real-face__game-icon {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-prototype-poppy-playtime-real-face__floating-buttons {
    bottom: 10px;
    gap: 10px;
  }
  .page-prototype-poppy-playtime-real-face__floating-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-prototype-poppy-playtime-real-face__main-title {
    font-size: 1.5em;
  }
  .page-prototype-poppy-playtime-real-face__section-title {
    font-size: 1.3em;
  }
  .page-prototype-poppy-playtime-real-face__container {
    padding: 15px;
  }
}