/* CSS for page-prototype-poppy-playtime-chapter-4-prototype */.page-prototype-poppy-playtime-chapter-4-prototype {  font-family: 'Arial', sans-serif;  color: #f0f0f0;  background-color: #1a1a1a;  line-height: 1.6;  padding-bottom: 40px;}.page-prototype-poppy-playtime-chapter-4-prototype__container {  max-width: 1200px;  margin: 0 auto;  padding: 0 20px;}.page-prototype-poppy-playtime-chapter-4-prototype__section-title {  font-size: 2.5em;  color: #e0e0e0;  text-align: center;  margin-bottom: 40px;  padding-top: 20px;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-prototype-poppy-playtime-chapter-4-prototype__hero-section {  position: relative;  height: 60vh;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  color: #fff;  padding-top: 10px;  overflow: hidden;  background-image: url('[GALLERY:hero:1920x1080:poppy_playtime,chapter_4,prototype,horror,game]');  background-size: cover;  background-position: center center;  background-repeat: no-repeat;}.page-prototype-poppy-playtime-chapter-4-prototype__hero-overlay {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: rgba(0, 0, 0, 0.6);  z-index: 1;}.page-prototype-poppy-playtime-chapter-4-prototype__hero-content {  position: relative;  z-index: 2;  max-width: 800px;  padding: 20px;}.page-prototype-poppy-playtime-chapter-4-prototype__hero-title {  font-size: 3.5em;  margin-bottom: 15px;  font-weight: bold;  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);}.page-prototype-poppy-playtime-chapter-4-prototype__hero-subtitle {  font-size: 1.5em;  margin-bottom: 30px;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-prototype-poppy-playtime-chapter-4-prototype__hero-button {  display: inline-block;  background-color: #e63946;  color: #fff;  padding: 15px 30px;  border-radius: 8px;  text-decoration: none;  font-size: 1.1em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.2s ease;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);}.page-prototype-poppy-playtime-chapter-4-prototype__hero-button:hover {  background-color: #c92a37;  transform: translateY(-2px);}.page-prototype-poppy-playtime-chapter-4-prototype__overview-section {  padding: 60px 0;  background-color: #222;}.page-prototype-poppy-playtime-chapter-4-prototype__overview-grid {  display: flex;  align-items: center;  gap: 40px;}.page-prototype-poppy-playtime-chapter-4-prototype__overview-image {  flex: 1;  min-width: 300px;}.page-prototype-poppy-playtime-chapter-4-prototype__overview-image img {  max-width: 100%;  height: auto;  border-radius: 10px;  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);  display: block;}.page-prototype-poppy-playtime-chapter-4-prototype__overview-text {  flex: 1.5;  font-size: 1.1em;  color: #d0d0d0;}.page-prototype-poppy-playtime-chapter-4-prototype__overview-text p {  margin-bottom: 15px;}.page-prototype-poppy-playtime-chapter-4-prototype__features-section {  padding: 60px 0;  background-color: #1a1a1a;}.page-prototype-poppy-playtime-chapter-4-prototype__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;}.page-prototype-poppy-playtime-chapter-4-prototype__feature-item {  background-color: #2a2a2a;  padding: 30px;  border-radius: 10px;  text-align: center;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-prototype-poppy-playtime-chapter-4-prototype__feature-item:hover {  transform: translateY(-5px);  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7);}.page-prototype-poppy-playtime-chapter-4-prototype__feature-item img {  max-width: 100%;  height: auto;  border-radius: 8px;  margin-bottom: 20px;  display: block;  margin-left: auto;  margin-right: auto;  box-sizing: border-box;}.page-prototype-poppy-playtime-chapter-4-prototype__feature-title {  font-size: 1.6em;  color: #e63946;  margin-bottom: 10px;}.page-prototype-poppy-playtime-chapter-4-prototype__feature-description {  font-size: 1em;  color: #b0b0b0;}.page-prototype-poppy-playtime-chapter-4-prototype__cta-section {  background-color: #e63946;  padding: 80px 0;  text-align: center;  color: #fff;}.page-prototype-poppy-playtime-chapter-4-prototype__cta-content {  max-width: 900px;}.page-prototype-poppy-playtime-chapter-4-prototype__cta-title {  font-size: 2.8em;  margin-bottom: 20px;  font-weight: bold;}.page-prototype-poppy-playtime-chapter-4-prototype__cta-description {  font-size: 1.2em;  margin-bottom: 40px;  line-height: 1.8;}.page-prototype-poppy-playtime-chapter-4-prototype__cta-button {  display: inline-block;  background-color: #1a1a1a;  color: #fff;  padding: 18px 40px;  border-radius: 8px;  text-decoration: none;  font-size: 1.3em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.2s ease;  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);}.page-prototype-poppy-playtime-chapter-4-prototype__cta-button:hover {  background-color: #000;  transform: translateY(-3px);}.page-prototype-poppy-playtime-chapter-4-prototype__faq-section {  padding: 60px 0;  background-color: #222;}.page-prototype-poppy-playtime-chapter-4-prototype__faq-list {  max-width: 800px;  margin: 0 auto;}.page-prototype-poppy-playtime-chapter-4-prototype__faq-item {  background-color: #2a2a2a;  margin-bottom: 15px;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);  overflow: hidden;}.page-prototype-poppy-playtime-chapter-4-prototype__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 18px 25px;  background-color: #333;  cursor: pointer;  user-select: none;  transition: background-color 0.3s ease;}.page-prototype-poppy-playtime-chapter-4-prototype__faq-question:hover {  background-color: #444;}.page-prototype-poppy-playtime-chapter-4-prototype__faq-q-text {  font-size: 1.2em;  color: #e0e0e0;  margin: 0;  pointer-events: none;  flex-grow: 1;  text-align: left;}.page-prototype-poppy-playtime-chapter-4-prototype__faq-toggle {  font-size: 1.8em;  color: #e63946;  font-weight: bold;  margin-left: 15px;  transition: transform 0.3s ease;  pointer-events: none;}.page-prototype-poppy-playtime-chapter-4-prototype__faq-item.active .page-prototype-poppy-playtime-chapter-4-prototype__faq-toggle {  transform: rotate(45deg);}.page-prototype-poppy-playtime-chapter-4-prototype__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  color: #b0b0b0;  font-size: 1em;  opacity: 0;}.page-prototype-poppy-playtime-chapter-4-prototype__faq-item.active .page-prototype-poppy-playtime-chapter-4-prototype__faq-answer {  max-height: 2000px !important;  padding: 20px 25px !important;  opacity: 1;}@media (max-width: 768px) {  .page-prototype-poppy-playtime-chapter-4-prototype__hero-section {    height: 70vh;  }  .page-prototype-poppy-playtime-chapter-4-prototype__hero-title {    font-size: 2.5em;  }  .page-prototype-poppy-playtime-chapter-4-prototype__hero-subtitle {    font-size: 1.2em;  }  .page-prototype-poppy-playtime-chapter-4-prototype__hero-button {    padding: 12px 25px;    font-size: 1em;  }  .page-prototype-poppy-playtime-chapter-4-prototype__section-title {    font-size: 2em;    margin-bottom: 30px;  }  .page-prototype-poppy-playtime-chapter-4-prototype__overview-grid {    flex-direction: column;  }  .page-prototype-poppy-playtime-chapter-4-prototype__overview-image {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    overflow: hidden !important;  }  .page-prototype-poppy-playtime-chapter-4-prototype__overview-image img {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  .page-prototype-poppy-playtime-chapter-4-prototype__overview-text {    font-size: 1em;    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 10px !important;  }  .page-prototype-poppy-playtime-chapter-4-prototype__features-grid {    grid-template-columns: 1fr;  }  .page-prototype-poppy-playtime-chapter-4-prototype__feature-item {    padding: 20px;    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-prototype-poppy-playtime-chapter-4-prototype__feature-item img {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  .page-prototype-poppy-playtime-chapter-4-prototype__feature-title {    font-size: 1.4em;  }  .page-prototype-poppy-playtime-chapter-4-prototype__cta-title {    font-size: 2em;  }  .page-prototype-poppy-playtime-chapter-4-prototype__cta-description {    font-size: 1em;  }  .page-prototype-poppy-playtime-chapter-4-prototype__cta-button {    padding: 15px 30px;    font-size: 1.1em;  }  .page-prototype-poppy-playtime-chapter-4-prototype__faq-list {    padding: 0 10px;  }  .page-prototype-poppy-playtime-chapter-4-prototype__faq-question {    padding: 15px 20px;  }  .page-prototype-poppy-playtime-chapter-4-prototype__faq-q-text {    font-size: 1.1em;    word-wrap: break-word !important;    overflow-wrap: break-word !important;  }  .page-prototype-poppy-playtime-chapter-4-prototype__faq-answer {    padding: 15px 20px !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;  }}/* Ensure all images are responsive */.page-prototype-poppy-playtime-chapter-4-prototype img {  max-width: 100%;  height: auto;  display: block;  box-sizing: border-box;}/* Text wrapping for lists and general content */.page-prototype-poppy-playtime-chapter-4-prototype p,.page-prototype-poppy-playtime-chapter-4-prototype h1,.page-prototype-poppy-playtime-chapter-4-prototype h2,.page-prototype-poppy-playtime-chapter-4-prototype h3,.page-prototype-poppy-playtime-chapter-4-prototype h4,.page-prototype-poppy-playtime-chapter-4-prototype h5,.page-prototype-poppy-playtime-chapter-4-prototype h6,.page-prototype-poppy-playtime-chapter-4-prototype span,.page-prototype-poppy-playtime-chapter-4-prototype div {  word-wrap: break-word;  overflow-wrap: break-word;}