.page-what-does-the-purple-hand-do-in-poppy-playtime {  padding-top: var(--header-offset, 122px);  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;}.page-what-does-the-purple-hand-do-in-poppy-playtime__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;  box-sizing: border-box;}.page-what-does-the-purple-hand-do-in-poppy-playtime__hero-section {  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);  color: #fff;  padding: 80px 0 50px;  text-align: center;  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;  position: relative;  overflow: hidden;  padding-top: 10px; /* Decorative top padding */}.page-what-does-the-purple-hand-do-in-poppy-playtime__hero-content {  max-width: 800px;  margin: 0 auto;  padding: 20px;  box-sizing: border-box;  position: relative;  z-index: 2;}.page-what-does-the-purple-hand-do-in-poppy-playtime__hero-title {  font-size: 2.8em;  margin-bottom: 20px;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);  color: #fff;}.page-what-does-the-purple-hand-do-in-poppy-playtime__hero-description {  font-size: 1.2em;  margin-bottom: 30px;  color: #eee;}.page-what-does-the-purple-hand-do-in-poppy-playtime__cta-button {  display: inline-block;  background-color: #ffcc00;  color: #333;  padding: 15px 30px;  border-radius: 50px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);}.page-what-does-the-purple-hand-do-in-poppy-playtime__cta-button:hover {  background-color: #e6b800;  transform: translateY(-2px);}.page-what-does-the-purple-hand-do-in-poppy-playtime__hero-image-container {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  overflow: hidden;  z-index: 1;}.page-what-does-the-purple-hand-do-in-poppy-playtime__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  opacity: 0.3;}.page-what-does-the-purple-hand-do-in-poppy-playtime__section-title {  font-size: 2em;  color: #1a1a1a;  text-align: center;  margin-bottom: 20px;  padding-top: 40px;}.page-what-does-the-purple-hand-do-in-poppy-playtime__section-description {  font-size: 1.1em;  text-align: center;  max-width: 800px;  margin: 0 auto 40px;  color: #555;}.page-what-does-the-purple-hand-do-in-poppy-playtime__features-section, .page-what-does-the-purple-hand-do-in-poppy-playtime__lore-section, .page-what-does-the-purple-hand-do-in-poppy-playtime__faq-section, .page-what-does-the-purple-hand-do-in-poppy-playtime__cta-section {  padding: 60px 0;}.page-what-does-the-purple-hand-do-in-poppy-playtime__features-section {  background-color: #fff;}.page-what-does-the-purple-hand-do-in-poppy-playtime__feature-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-what-does-the-purple-hand-do-in-poppy-playtime__feature-item {  background-color: #f0f0f0;  padding: 30px;  border-radius: 10px;  text-align: center;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease;  box-sizing: border-box;}.page-what-does-the-purple-hand-do-in-poppy-playtime__feature-item:hover {  transform: translateY(-5px);}.page-what-does-the-purple-hand-do-in-poppy-playtime__feature-icon {  width: 200px;  height: auto;  margin-bottom: 20px;  border-radius: 8px;  max-width: 100%;}.page-what-does-the-purple-hand-do-in-poppy-playtime__feature-title {  font-size: 1.5em;  color: #2a2a2a;  margin-bottom: 15px;}.page-what-does-the-purple-hand-do-in-poppy-playtime__feature-text {  color: #666;  font-size: 1em;}.page-what-does-the-purple-hand-do-in-poppy-playtime__lore-section {  background-color: #eef;}.page-what-does-the-purple-hand-do-in-poppy-playtime__content-wrapper {  display: flex;  flex-wrap: wrap;  align-items: center;  gap: 40px;  margin-top: 40px;}.page-what-does-the-purple-hand-do-in-poppy-playtime__content-image {  flex: 1;  min-width: 300px;  max-width: 50%;  height: auto;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);  max-width: 100%;  box-sizing: border-box;}.page-what-does-the-purple-hand-do-in-poppy-playtime__text-block {  flex: 1;  min-width: 300px;}.page-what-does-the-purple-hand-do-in-poppy-playtime__text-block p {  margin-bottom: 15px;  color: #444;}.page-what-does-the-purple-hand-do-in-poppy-playtime__faq-section {  background-color: #fff;}.page-what-does-the-purple-hand-do-in-poppy-playtime__faq-list {  margin-top: 40px;}.page-what-does-the-purple-hand-do-in-poppy-playtime__faq-item {  background-color: #f9f9f9;  margin-bottom: 15px;  border-radius: 8px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);  overflow: hidden;  box-sizing: border-box;}.page-what-does-the-purple-hand-do-in-poppy-playtime__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  background-color: #eee;  cursor: pointer;  user-select: none;  border-bottom: 1px solid #ddd;  transition: background-color 0.3s ease;}.page-what-does-the-purple-hand-do-in-poppy-playtime__faq-question:hover {  background-color: #e0e0e0;}.page-what-does-the-purple-hand-do-in-poppy-playtime__faq-item.active .page-what-does-the-purple-hand-do-in-poppy-playtime__faq-question {  background-color: #e0e0e0;}.page-what-does-the-purple-hand-do-in-poppy-playtime__faq-title {  font-size: 1.2em;  color: #333;  margin: 0;  pointer-events: none;}.page-what-does-the-purple-hand-do-in-poppy-playtime__faq-toggle {  font-size: 1.5em;  color: #555;  pointer-events: none;  transition: transform 0.3s ease;}.page-what-does-the-purple-hand-do-in-poppy-playtime__faq-item.active .page-what-does-the-purple-hand-do-in-poppy-playtime__faq-toggle {  transform: rotate(45deg);}.page-what-does-the-purple-hand-do-in-poppy-playtime__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;}.page-what-does-the-purple-hand-do-in-poppy-playtime__faq-item.active .page-what-does-the-purple-hand-do-in-poppy-playtime__faq-answer {  max-height: 2000px !important;  padding: 20px 25px !important;  opacity: 1;}.page-what-does-the-purple-hand-do-in-poppy-playtime__faq-answer p {  margin: 0;  color: #666;}.page-what-does-the-purple-hand-do-in-poppy-playtime__cta-section {  background-color: #333;  color: #fff;  text-align: center;  padding: 80px 0;}.page-what-does-the-purple-hand-do-in-poppy-playtime__cta-section .page-what-does-the-purple-hand-do-in-poppy-playtime__section-title {  color: #fff;}.page-what-does-the-purple-hand-do-in-poppy-playtime__cta-section .page-what-does-the-purple-hand-do-in-poppy-playtime__section-description {  color: #ddd;  margin-bottom: 30px;}@media (max-width: 768px) {  .page-what-does-the-purple-hand-do-in-poppy-playtime__hero-title {    font-size: 2em;  }  .page-what-does-the-purple-hand-do-in-poppy-playtime__hero-description {    font-size: 1em;  }  .page-what-does-the-purple-hand-do-in-poppy-playtime__section-title {    font-size: 1.6em;  }  .page-what-does-the-purple-hand-do-in-poppy-playtime__section-description {    font-size: 0.95em;  }  .page-what-does-the-purple-hand-do-in-poppy-playtime__feature-grid {    grid-template-columns: 1fr;  }  .page-what-does-the-purple-hand-do-in-poppy-playtime__feature-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 20px;  }  .page-what-does-the-purple-hand-do-in-poppy-playtime__feature-icon {    width: 150px;  }  .page-what-does-the-purple-hand-do-in-poppy-playtime__content-wrapper {    flex-direction: column;  }  .page-what-does-the-purple-hand-do-in-poppy-playtime__content-image {    max-width: 100% !important;    width: 100% !important;    box-sizing: border-box !important;    margin-bottom: 20px;  }  .page-what-does-the-purple-hand-do-in-poppy-playtime__text-block {    min-width: unset;  }  .page-what-does-the-purple-hand-do-in-poppy-playtime__faq-question {    padding: 15px 20px;  }  .page-what-does-the-purple-hand-do-in-poppy-playtime__faq-title {    font-size: 1.1em;  }  .page-what-does-the-purple-hand-do-in-poppy-playtime__faq-answer {    padding: 0 20px;  }  .page-what-does-the-purple-hand-do-in-poppy-playtime__faq-item.active .page-what-does-the-purple-hand-do-in-poppy-playtime__faq-answer {    padding: 15px 20px !important;  }  .page-what-does-the-purple-hand-do-in-poppy-playtime__cta-button {    padding: 12px 25px;    font-size: 1em;  }  .page-what-does-the-purple-hand-do-in-poppy-playtime__container {    padding: 15px;  }  .page-what-does-the-purple-hand-do-in-poppy-playtime__feature-text, .page-what-does-the-purple-hand-do-in-poppy-playtime__text-block p, .page-what-does-the-purple-hand-do-in-poppy-playtime__faq-answer p {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }}