/* General styles for the page scope */.page-is-poppy-playtime-chapter-4-the-final-chapter {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;  padding-top: 10px; /* Small decorative padding, relying on body padding for header offset */}
.page-is-poppy-playtime-chapter-4-the-final-chapter__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__section-title {  font-size: 2.5em;  color: #0056b3; /* A vibrant blue for titles */  text-align: center;  margin-bottom: 20px;  text-transform: uppercase;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__section-description {  font-size: 1.1em;  text-align: center;  margin-bottom: 40px;  color: #555;  max-width: 800px;  margin-left: auto;  margin-right: auto;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__button {  display: inline-block;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.2s ease;  cursor: pointer;  text-align: center;  white-space: nowrap;  box-sizing: border-box;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__button--primary {  background-color: #ffc107; /* Golden yellow */  color: #333;  border: 2px solid #ffc107;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__button--primary:hover {  background-color: #e0a800;  transform: translateY(-2px);}
.page-is-poppy-playtime-chapter-4-the-final-chapter__button--secondary {  background-color: transparent;  color: #ffc107;  border: 2px solid #ffc107;  margin-left: 15px;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__button--secondary:hover {  background-color: #ffc107;  color: #333;  transform: translateY(-2px);}
.page-is-poppy-playtime-chapter-4-the-final-chapter__button--access {  background-color: #007bff; /* Blue for quick access */  color: #fff;  border: 2px solid #007bff;  margin: 10px;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__button--access:hover {  background-color: #0056b3;  border-color: #0056b3;  transform: translateY(-2px);}
.page-is-poppy-playtime-chapter-4-the-final-chapter__button--small {  padding: 8px 15px;  font-size: 0.9em;  background-color: #28a745; /* Green for play buttons */  color: #fff;  border: none;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__button--small:hover {  background-color: #218838;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__button--promo {  background-color: #dc3545; /* Red for promo buttons */  color: #fff;  border: none;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__button--promo:hover {  background-color: #c82333;}
/* Hero Section */.page-is-poppy-playtime-chapter-4-the-final-chapter__hero-section {  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;  text-align: center;  min-height: 70vh;  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), #1a1a1a;  color: #fff;  position: relative;  overflow: hidden;  padding: 60px 20px; /* Added padding to ensure content is not too close to edges */  box-sizing: border-box;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__hero-image-wrapper {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: -1;  overflow: hidden;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  opacity: 0.4;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__hero-content {  position: relative;  z-index: 1;  max-width: 900px;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  line-height: 1.2;  color: #ffc107;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}
.page-is-poppy-playtime-chapter-4-the-final-chapter__hero-subtitle {  font-size: 1.3em;  margin-bottom: 40px;  color: #e0e0e0;  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);}
.page-is-poppy-playtime-chapter-4-the-final-chapter__hero-buttons {  display: flex;  justify-content: center;  flex-wrap: wrap;  gap: 15px;}
/* Intro Section */.page-is-poppy-playtime-chapter-4-the-final-chapter__intro-section {  padding: 80px 0;  background-color: #fff;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 30px;  margin-top: 40px;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__feature-item {  text-align: center;  padding: 30px;  background-color: #f0f0f0;  border-radius: 10px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease, box-shadow 0.3s ease;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__feature-item:hover {  transform: translateY(-10px);  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);}
.page-is-poppy-playtime-chapter-4-the-final-chapter__feature-icon {  width: 100%;  max-width: 250px; /* Ensure images are not too large */  height: auto;  margin-bottom: 20px;  object-fit: cover;  border-radius: 5px;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__feature-title {  font-size: 1.5em;  color: #0056b3;  margin-bottom: 10px;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__feature-text {  font-size: 1em;  color: #666;}
/* Quick Access Section */.page-is-poppy-playtime-chapter-4-the-final-chapter__quick-access-section {  padding: 80px 0;  background-color: #e9ecef;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__access-links {  display: flex;  justify-content: center;  flex-wrap: wrap;  gap: 20px;  margin-top: 40px;}
/* Games Section */.page-is-poppy-playtime-chapter-4-the-final-chapter__games-section {  padding: 80px 0;  background-color: #f8f8f8;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__game-category-item {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: center;  padding-bottom: 20px;  transition: transform 0.3s ease, box-shadow 0.3s ease;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__game-category-item:hover {  transform: translateY(-10px);  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);}
.page-is-poppy-playtime-chapter-4-the-final-chapter__game-category-image {  width: 100%;  height: 200px;  object-fit: cover;  margin-bottom: 15px;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__game-category-title {  font-size: 1.4em;  color: #0056b3;  margin-bottom: 10px;  padding: 0 15px;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__game-category-text {  font-size: 0.95em;  color: #666;  margin-bottom: 20px;  padding: 0 15px;}
/* Promotions Section */.page-is-poppy-playtime-chapter-4-the-final-chapter__promotions-section {  padding: 80px 0;  background-color: #f0f0f0;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__promo-item {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: center;  padding-bottom: 20px;  transition: transform 0.3s ease, box-shadow 0.3s ease;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__promo-item:hover {  transform: translateY(-10px);  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);}
.page-is-poppy-playtime-chapter-4-the-final-chapter__promo-image {  width: 100%;  height: 220px;  object-fit: cover;  margin-bottom: 15px;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__promo-title {  font-size: 1.4em;  color: #dc3545;  margin-bottom: 10px;  padding: 0 15px;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__promo-text {  font-size: 0.95em;  color: #666;  margin-bottom: 20px;  padding: 0 15px;}
/* Security and Support Section */.page-is-poppy-playtime-chapter-4-the-final-chapter__security-support-section {  padding: 80px 0;  background-color: #fff;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__info-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__info-item {  text-align: center;  padding: 30px;  background-color: #e9f7ef; /* Light green background */  border-radius: 10px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease, box-shadow 0.3s ease;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__info-item:hover {  transform: translateY(-10px);  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);}
.page-is-poppy-playtime-chapter-4-the-final-chapter__info-icon {  width: 100%;  max-width: 250px;  height: auto;  margin-bottom: 20px;  object-fit: cover;  border-radius: 5px;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__info-title {  font-size: 1.5em;  color: #28a745;  margin-bottom: 10px;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__info-text {  font-size: 1em;  color: #666;  margin-bottom: 20px;}
/* FAQ Section */.page-is-poppy-playtime-chapter-4-the-final-chapter__faq-section {  padding: 80px 0;  background-color: #f8f8f8;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__faq-list {  max-width: 900px;  margin: 40px auto 0 auto;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__faq-item {  background-color: #fff;  border-radius: 8px;  margin-bottom: 15px;  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);  overflow: hidden;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 18px 25px;  font-size: 1.15em;  font-weight: bold;  color: #333;  cursor: pointer;  background-color: #eee;  border-bottom: 1px solid #ddd;  user-select: none;  transition: background-color 0.3s ease;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__faq-question:hover {  background-color: #e0e0e0;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__faq-question-text {  margin: 0;  color: #0056b3;  pointer-events: none; /* Prevent text selection from interfering with click */}
.page-is-poppy-playtime-chapter-4-the-final-chapter__faq-toggle {  font-size: 1.5em;  line-height: 1;  width: 20px;  text-align: center;  pointer-events: none; /* Prevent toggle icon from interfering with click */  transition: transform 0.3s ease;  color: #0056b3;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__faq-item.active .page-is-poppy-playtime-chapter-4-the-final-chapter__faq-toggle {  transform: rotate(45deg); /* Plus to X (minus) */}
.page-is-poppy-playtime-chapter-4-the-final-chapter__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  background-color: #f9f9f9;  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;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__faq-item.active .page-is-poppy-playtime-chapter-4-the-final-chapter__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px 25px !important;  opacity: 1;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__faq-answer p {  margin: 0;}
/* Blog Section */.page-is-poppy-playtime-chapter-4-the-final-chapter__blog-section {  padding: 80px 0;  background-color: #e9ecef;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__blog-post {  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-shadow 0.3s ease;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__blog-post:hover {  transform: translateY(-10px);  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);}
.page-is-poppy-playtime-chapter-4-the-final-chapter__blog-image {  width: 100%;  height: 200px;  object-fit: cover;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__blog-title {  font-size: 1.3em;  margin: 15px 15px 10px;  line-height: 1.3;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__blog-title a {  text-decoration: none;  color: #0056b3;  transition: color 0.3s ease;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__blog-title a:hover {  color: #007bff;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__blog-excerpt {  font-size: 0.95em;  color: #666;  margin: 0 15px 15px;}
.page-is-poppy-playtime-chapter-4-the-final-chapter__blog-date {  display: block;  font-size: 0.85em;  color: #999;  margin: 0 15px 15px;  text-align: right;}
/* Responsive Adjustments */@media (max-width: 992px) {  .page-is-poppy-playtime-chapter-4-the-final-chapter__hero-title {    font-size: 3em;  }  .page-is-poppy-playtime-chapter-4-the-final-chapter__hero-subtitle {    font-size: 1.2em;  }  .page-is-poppy-playtime-chapter-4-the-final-chapter__section-title {    font-size: 2em;  }}
@media (max-width: 768px) {  .page-is-poppy-playtime-chapter-4-the-final-chapter__container {    padding: 15px;  }  .page-is-poppy-playtime-chapter-4-the-final-chapter__hero-title {    font-size: 2.2em;  }  .page-is-poppy-playtime-chapter-4-the-final-chapter__hero-subtitle {    font-size: 1em;  }  .page-is-poppy-playtime-chapter-4-the-final-chapter__hero-buttons {    flex-direction: column;    align-items: center;  }  .page-is-poppy-playtime-chapter-4-the-final-chapter__button--secondary {    margin-left: 0;    margin-top: 10px;  }  .page-is-poppy-playtime-chapter-4-the-final-chapter__section-title {    font-size: 1.8em;  }  .page-is-poppy-playtime-chapter-4-the-final-chapter__section-description {    font-size: 0.95em;  }  /* List Item Responsiveness */  .page-is-poppy-playtime-chapter-4-the-final-chapter__features-grid,  .page-is-poppy-playtime-chapter-4-the-final-chapter__game-categories,  .page-is-poppy-playtime-chapter-4-the-final-chapter__promo-grid,  .page-is-poppy-playtime-chapter-4-the-final-chapter__info-grid,  .page-is-poppy-playtime-chapter-4-the-final-chapter__blog-grid {    grid-template-columns: 1fr;    gap: 20px;  }  .page-is-poppy-playtime-chapter-4-the-final-chapter__feature-item,  .page-is-poppy-playtime-chapter-4-the-final-chapter__game-category-item,  .page-is-poppy-playtime-chapter-4-the-final-chapter__promo-item,  .page-is-poppy-playtime-chapter-4-the-final-chapter__info-item,  .page-is-poppy-playtime-chapter-4-the-final-chapter__blog-post {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 20px 15px; /* Adjust padding for mobile */  }  .page-is-poppy-playtime-chapter-4-the-final-chapter__access-links {    flex-direction: column;    align-items: center;  }  .page-is-poppy-playtime-chapter-4-the-final-chapter__button--access {    width: 90%;    margin: 5px 0;  }  .page-is-poppy-playtime-chapter-4-the-final-chapter__feature-icon,  .page-is-poppy-playtime-chapter-4-the-final-chapter__game-category-image,  .page-is-poppy-playtime-chapter-4-the-final-chapter__promo-image,  .page-is-poppy-playtime-chapter-4-the-final-chapter__info-icon,  .page-is-poppy-playtime-chapter-4-the-final-chapter__blog-image {    max-width: 100% !important;    height: auto !important;    object-fit: cover;    margin-left: auto;    margin-right: auto;    display: block;  }  .page-is-poppy-playtime-chapter-4-the-final-chapter__faq-question {    padding: 15px 15px;    font-size: 1.05em;  }  .page-is-poppy-playtime-chapter-4-the-final-chapter__faq-answer {    padding: 0 15px;  }  .page-is-poppy-playtime-chapter-4-the-final-chapter__faq-item.active .page-is-poppy-playtime-chapter-4-the-final-chapter__faq-answer {    padding: 15px 15px !important;  }  .page-is-poppy-playtime-chapter-4-the-final-chapter__blog-title,  .page-is-poppy-playtime-chapter-4-the-final-chapter__blog-excerpt,  .page-is-poppy-playtime-chapter-4-the-final-chapter__blog-date {    margin-left: 10px;    margin-right: 10px;  }}
/* Ensure text wrapping for long content */.page-is-poppy-playtime-chapter-4-the-final-chapter p,.page-is-poppy-playtime-chapter-4-the-final-chapter h1,.page-is-poppy-playtime-chapter-4-the-final-chapter h2,.page-is-poppy-playtime-chapter-4-the-final-chapter h3,.page-is-poppy-playtime-chapter-4-the-final-chapter__feature-text,.page-is-poppy-playtime-chapter-4-the-final-chapter__game-category-text,.page-is-poppy-playtime-chapter-4-the-final-chapter__promo-text,.page-is-poppy-playtime-chapter-4-the-final-chapter__info-text,.page-is-poppy-playtime-chapter-4-the-final-chapter__blog-excerpt {  word-wrap: break-word !important;  overflow-wrap: break-word !important;  word-break: break-word !important; /* For long keywords */}