.page-poppy-playtime-web-game {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;}.page-poppy-playtime-web-game__container {  max-width: 1200px;  margin: 0 auto;  padding: 0 20px;}.page-poppy-playtime-web-game__hero-section {  position: relative;  width: 100%;  min-height: 600px;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  color: #fff;  overflow: hidden;  padding-top: 10px; /* Small padding, assuming body has header offset */  box-sizing: border-box;}.page-poppy-playtime-web-game__hero-background {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 0;}.page-poppy-playtime-web-game__hero-background::before {  content: '';  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */  z-index: 1; /* Above image, below content */}.page-poppy-playtime-web-game__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  max-width: 100%;  box-sizing: border-box;  position: relative;  z-index: 0;}.page-poppy-playtime-web-game__hero-content {  position: relative;  z-index: 2; /* Ensure content is above overlay */  max-width: 800px;  padding: 40px 20px;  border-radius: 10px;}.page-poppy-playtime-web-game__hero-title {  font-size: 3.2em;  margin-bottom: 20px;  color: #ffcc00; /* Gold color for contrast */  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-poppy-playtime-web-game__hero-description {  font-size: 1.2em;  margin-bottom: 30px;  color: #eee;}.page-poppy-playtime-web-game__hero-cta-buttons {  display: flex;  flex-wrap: wrap;  gap: 20px;  justify-content: center;}.page-poppy-playtime-web-game__hero-button {  display: inline-block;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  white-space: nowrap;}.page-poppy-playtime-web-game__hero-button--primary {  background-color: #ffcc00;  color: #333;  border: 2px solid #ffcc00;}.page-poppy-playtime-web-game__hero-button--primary:hover {  background-color: #e6b800;  transform: translateY(-2px);}.page-poppy-playtime-web-game__hero-button--secondary {  background-color: transparent;  color: #ffcc00;  border: 2px solid #ffcc00;}.page-poppy-playtime-web-game__hero-button--secondary:hover {  background-color: #ffcc00;  color: #333;  transform: translateY(-2px);}.page-poppy-playtime-web-game__section-title {  font-size: 2.5em;  color: #222;  text-align: center;  margin-bottom: 40px;  position: relative;}.page-poppy-playtime-web-game__section-title::after {  content: '';  display: block;  width: 80px;  height: 4px;  background-color: #ffcc00;  margin: 15px auto 0;  border-radius: 2px;}.page-poppy-playtime-web-game__about-section {  padding: 80px 0;  background-color: #fff;}.page-poppy-playtime-web-game__about-content {  display: flex;  align-items: center;  gap: 40px;}.page-poppy-playtime-web-game__about-image {  flex: 1;  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-poppy-playtime-web-game__about-text {  flex: 1;  font-size: 1.1em;  color: #555;}.page-poppy-playtime-web-game__about-text p {  margin-bottom: 15px;}.page-poppy-playtime-web-game__features-section {  padding: 80px 0;  background-color: #f0f0f0;}.page-poppy-playtime-web-game__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-bottom: 40px;}.page-poppy-playtime-web-game__feature-item {  background-color: #fff;  padding: 30px;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);  text-align: center;  transition: transform 0.3s ease;}.page-poppy-playtime-web-game__feature-item:hover {  transform: translateY(-5px);}.page-poppy-playtime-web-game__feature-icon {  width: 150px; /* Display size, actual asset will be >=200x200 */  height: auto;  margin-bottom: 20px;  max-width: 100%;  box-sizing: border-box;}.page-poppy-playtime-web-game__feature-title {  font-size: 1.5em;  color: #333;  margin-bottom: 10px;}.page-poppy-playtime-web-game__feature-description {  color: #666;}.page-poppy-playtime-web-game__center-cta {  text-align: center;  margin-top: 40px;}.page-poppy-playtime-web-game__promo-section {  padding: 80px 0;  background-color: #fff;}.page-poppy-playtime-web-game__promo-description {  text-align: center;  font-size: 1.1em;  color: #555;  margin-bottom: 50px;}.page-poppy-playtime-web-game__promo-cards {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;}.page-poppy-playtime-web-game__promo-card {  background-color: #fdfdfd;  border: 1px solid #eee;  border-radius: 10px;  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease;}.page-poppy-playtime-web-game__promo-card:hover {  transform: translateY(-5px);}.page-poppy-playtime-web-game__promo-card-image {  width: 100%;  height: 200px;  object-fit: cover;  max-width: 100%;  box-sizing: border-box;}.page-poppy-playtime-web-game__promo-card-title {  font-size: 1.4em;  color: #333;  margin: 20px 15px 10px;}.page-poppy-playtime-web-game__promo-card-text {  color: #666;  padding: 0 15px 20px;}.page-poppy-playtime-web-game__promo-card-button {  display: block;  width: calc(100% - 30px);  margin: 0 15px 20px;  padding: 12px 20px;  background-color: #ffcc00;  color: #333;  text-decoration: none;  font-weight: bold;  border-radius: 5px;  transition: background-color 0.3s ease;}.page-poppy-playtime-web-game__promo-card-button:hover {  background-color: #e6b800;}.page-poppy-playtime-web-game__faq-section {  padding: 80px 0;  background-color: #f0f0f0;}.page-poppy-playtime-web-game__faq-list {  max-width: 800px;  margin: 0 auto;}.page-poppy-playtime-web-game__faq-item {  background-color: #fff;  margin-bottom: 15px;  border-radius: 8px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);  overflow: hidden;}.page-poppy-playtime-web-game__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  background-color: #fff;  border-bottom: 1px solid #eee;  user-select: none;  transition: background-color 0.3s ease;}.page-poppy-playtime-web-game__faq-question:hover {  background-color: #f9f9f9;}.page-poppy-playtime-web-game__faq-item.active .page-poppy-playtime-web-game__faq-question {  background-color: #fff7e6; /* Light yellow for active state */}.page-poppy-playtime-web-game__faq-title {  font-size: 1.2em;  color: #333;  margin: 0;  pointer-events: none; /* Prevent h3 from blocking click event */  flex-grow: 1;}.page-poppy-playtime-web-game__faq-toggle {  font-size: 1.8em;  font-weight: bold;  color: #ffcc00;  margin-left: 20px;  transition: transform 0.3s ease;  pointer-events: none; /* Prevent span from blocking click event */}.page-poppy-playtime-web-game__faq-item.active .page-poppy-playtime-web-game__faq-toggle {  transform: rotate(45deg); /* Change '+' to 'x' visually */}.page-poppy-playtime-web-game__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px; /* 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;  color: #555;}.page-poppy-playtime-web-game__faq-item.active .page-poppy-playtime-web-game__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px 25px !important; /* Active padding */  opacity: 1;}.page-poppy-playtime-web-game__faq-answer p {  margin-bottom: 15px;}.page-poppy-playtime-web-game__faq-answer p:last-child {  margin-bottom: 0;}.page-poppy-playtime-web-game__download-section {  padding: 80px 0;  background-color: #fff;  text-align: center;}.page-poppy-playtime-web-game__download-description {  font-size: 1.1em;  color: #555;  margin-bottom: 40px;}.page-poppy-playtime-web-game__download-buttons {  margin-bottom: 50px;}.page-poppy-playtime-web-game__app-preview {  display: flex;  justify-content: center;  gap: 30px;  flex-wrap: wrap;}.page-poppy-playtime-web-game__app-screenshot {  width: 100%;  max-width: 300px;  height: auto;  border-radius: 15px;  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);  max-width: 100%;  box-sizing: border-box;}/* Responsive Design */@media (max-width: 1024px) {  .page-poppy-playtime-web-game__hero-title {    font-size: 2.8em;  }  .page-poppy-playtime-web-game__hero-description {    font-size: 1.1em;  }  .page-poppy-playtime-web-game__about-content {    flex-direction: column;    text-align: center;  }  .page-poppy-playtime-web-game__about-image {    max-width: 80%;  }}.page-poppy-playtime-web-game__app-screenshot{    max-width: 100%; /* Important for mobile images */    height: auto; /* Important for mobile images */}.page-poppy-playtime-web-game__feature-icon{    max-width: 100%; /* Important for mobile images */    height: auto; /* Important for mobile images */}.page-poppy-playtime-web-game__promo-card-image{    max-width: 100%; /* Important for mobile images */    height: auto; /* Important for mobile images */}@media (max-width: 768px) {  .page-poppy-playtime-web-game__hero-section {    min-height: 500px;  }  .page-poppy-playtime-web-game__hero-title {    font-size: 2.2em;  }  .page-poppy-playtime-web-game__hero-description {    font-size: 1em;  }  .page-poppy-playtime-web-game__hero-cta-buttons {    flex-direction: column;    gap: 15px;  }  .page-poppy-playtime-web-game__hero-button {    width: 80%;    margin: 0 auto;  }  .page-poppy-playtime-web-game__section-title {    font-size: 2em;  }  .page-poppy-playtime-web-game__about-section,  .page-poppy-playtime-web-game__features-section,  .page-poppy-playtime-web-game__promo-section,  .page-poppy-playtime-web-game__faq-section,  .page-poppy-playtime-web-game__download-section {    padding: 50px 0;  }  .page-poppy-playtime-web-game__about-image {    max-width: 100%;  }  .page-poppy-playtime-web-game__features-grid,  .page-poppy-playtime-web-game__promo-cards {    grid-template-columns: 1fr;  }  /* List item responsive requirements */  .page-poppy-playtime-web-game__features-grid .page-poppy-playtime-web-game__feature-item,  .page-poppy-playtime-web-game__promo-cards .page-poppy-playtime-web-game__promo-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 20px !important; /* Adjust padding as needed */  }  .page-poppy-playtime-web-game__features-grid,  .page-poppy-playtime-web-game__promo-cards {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-poppy-playtime-web-game__feature-description,  .page-poppy-playtime-web-game__promo-card-text,  .page-poppy-playtime-web-game__faq-answer p {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-poppy-playtime-web-game__faq-question {    padding: 15px 20px;  }  .page-poppy-playtime-web-game__faq-answer {    padding: 0 20px;  }  .page-poppy-playtime-web-game__faq-item.active .page-poppy-playtime-web-game__faq-answer {    padding: 15px 20px !important;  }  .page-poppy-playtime-web-game__app-preview {    flex-direction: column;    align-items: center;  }  .page-poppy-playtime-web-game__app-screenshot {    max-width: 80%;  }}.page-poppy-playtime-web-game__hero-image, .page-poppy-playtime-web-game__about-image, .page-poppy-playtime-web-game__feature-icon, .page-poppy-playtime-web-game__promo-card-image, .page-poppy-playtime-web-game__app-screenshot {  max-width: 100% !important;  height: auto !important;  box-sizing: border-box !important;}@media (max-width: 480px) {  .page-poppy-playtime-web-game__hero-title {    font-size: 1.8em;  }  .page-poppy-playtime-web-game__hero-button {    width: 90%;  }  .page-poppy-playtime-web-game__section-title {    font-size: 1.8em;  }}