:root {  --page-download-poppy-playtime-steam-unlock-primary-color: #e74c3c; /* Red */  --page-download-poppy-playtime-steam-unlock-secondary-color: #34495e; /* Dark Blue */  --page-download-poppy-playtime-steam-unlock-accent-color: #f1c40f; /* Yellow */  --page-download-poppy-playtime-steam-unlock-text-color: #ecf0f1; /* Light Gray */  --page-download-poppy-playtime-steam-unlock-background-dark: #2c3e50; /* Darker Blue */  --page-download-poppy-playtime-steam-unlock-background-light: #34495e; /* Dark Blue */  --page-download-poppy-playtime-steam-unlock-button-hover: #c0392b;  --page-download-poppy-playtime-steam-unlock-gap: 20px;}.page-download-poppy-playtime-steam-unlock {  font-family: 'Arial', sans-serif;  color: var(--page-download-poppy-playtime-steam-unlock-text-color);  background-color: var(--page-download-poppy-playtime-steam-unlock-background-dark);  line-height: 1.6;  overflow-x: hidden;}.page-download-poppy-playtime-steam-unlock__container {  max-width: 1200px;  margin: 0 auto;  padding: 0 var(--page-download-poppy-playtime-steam-unlock-gap);}.page-download-poppy-playtime-steam-unlock__hero-section {  position: relative;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  padding: 10px 0 80px; /* Decorative top padding */  min-height: 500px;  color: #fff;  overflow: hidden;}.page-download-poppy-playtime-steam-unlock__hero-image-wrapper {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 0;}.page-download-poppy-playtime-steam-unlock__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  filter: brightness(0.4);}.page-download-poppy-playtime-steam-unlock__hero-content {  position: relative;  z-index: 1;  max-width: 800px;  padding: var(--page-download-poppy-playtime-steam-unlock-gap);  background-color: rgba(0, 0, 0, 0.5);  border-radius: 10px;}.page-download-poppy-playtime-steam-unlock__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  color: #fff;  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);  line-height: 1.2;}.page-download-poppy-playtime-steam-unlock__hero-description {  font-size: 1.2em;  margin-bottom: 30px;}.page-download-poppy-playtime-steam-unlock__button {  display: inline-block;  background-color: var(--page-download-poppy-playtime-steam-unlock-primary-color);  color: #fff;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease;  border: none;  cursor: pointer;}.page-download-poppy-playtime-steam-unlock__button:hover {  background-color: var(--page-download-poppy-playtime-steam-unlock-button-hover);}.page-download-poppy-playtime-steam-unlock__button--secondary {  background-color: var(--page-download-poppy-playtime-steam-unlock-secondary-color);  margin-top: 20px;}.page-download-poppy-playtime-steam-unlock__button--secondary:hover {  background-color: #2c3e50;}.page-download-poppy-playtime-steam-unlock__section-title {  font-size: 2.5em;  color: var(--page-download-poppy-playtime-steam-unlock-accent-color);  text-align: center;  margin-bottom: 40px;  padding-top: 60px;}.page-download-poppy-playtime-steam-unlock__about-section, .page-download-poppy-playtime-steam-unlock__download-guide-section, .page-download-poppy-playtime-steam-unlock__features-section, .page-download-poppy-playtime-steam-unlock__faq-section {  padding: 80px 0;  background-color: var(--page-download-poppy-playtime-steam-unlock-background-light);  border-bottom: 1px solid rgba(255,255,255,0.1);}.page-download-poppy-playtime-steam-unlock__content-grid {  display: flex;  align-items: center;  gap: var(--page-download-poppy-playtime-steam-unlock-gap);  flex-wrap: wrap;}.page-download-poppy-playtime-steam-unlock__text-content {  flex: 1;  min-width: 300px;}.page-download-poppy-playtime-steam-unlock__text-content p {  margin-bottom: 15px;  font-size: 1.1em;}.page-download-poppy-playtime-steam-unlock__image-wrapper {  flex: 1;  min-width: 300px;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0,0,0,0.3);}.page-download-poppy-playtime-steam-unlock__image {  width: 100%;  height: auto;  display: block;}.page-download-poppy-playtime-steam-unlock__steps-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: var(--page-download-poppy-playtime-steam-unlock-gap);  margin-bottom: 60px;}.page-download-poppy-playtime-steam-unlock__step-card {  background-color: var(--page-download-poppy-playtime-steam-unlock-background-dark);  padding: 30px;  border-radius: 10px;  box-shadow: 0 4px 8px rgba(0,0,0,0.2);  text-align: center;  transition: transform 0.3s ease;}.page-download-poppy-playtime-steam-unlock__step-card:hover {  transform: translateY(-5px);}.page-download-poppy-playtime-steam-unlock__step-title {  color: var(--page-download-poppy-playtime-steam-unlock-accent-color);  font-size: 1.5em;  margin-bottom: 15px;}.page-download-poppy-playtime-steam-unlock__step-description {  font-size: 1em;}.page-download-poppy-playtime-steam-unlock__system-requirements {  background-color: var(--page-download-poppy-playtime-steam-unlock-background-dark);  padding: 40px;  border-radius: 10px;  margin-top: 40px;  text-align: center;}.page-download-poppy-playtime-steam-unlock__system-requirements-title {  color: var(--page-download-poppy-playtime-steam-unlock-primary-color);  font-size: 1.8em;  margin-bottom: 25px;}.page-download-poppy-playtime-steam-unlock__requirements-list {  list-style: none;  padding: 0;  margin: 0;  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 15px 30px;}.page-download-poppy-playtime-steam-unlock__requirements-item {  box-sizing: border-box;  font-size: 1.1em;  background-color: #3a5068;  padding: 10px 20px;  border-radius: 5px;  flex-grow: 1;  max-width: 45%; /* For two columns on larger screens */  min-width: 250px;  text-align: left;}.page-download-poppy-playtime-steam-unlock__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: var(--page-download-poppy-playtime-steam-unlock-gap);}.page-download-poppy-playtime-steam-unlock__feature-card {  background-color: var(--page-download-poppy-playtime-steam-unlock-background-dark);  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 8px rgba(0,0,0,0.2);  text-align: center;  transition: transform 0.3s ease;}.page-download-poppy-playtime-steam-unlock__feature-card:hover {  transform: translateY(-5px);}.page-download-poppy-playtime-steam-unlock__feature-image {  width: 100%;  height: 250px;  object-fit: cover;  display: block;}.page-download-poppy-playtime-steam-unlock__feature-title {  color: var(--page-download-poppy-playtime-steam-unlock-accent-color);  font-size: 1.6em;  margin: 20px 15px 10px;}.page-download-poppy-playtime-steam-unlock__feature-description {  font-size: 1em;  padding: 0 15px 20px;}.page-download-poppy-playtime-steam-unlock__faq-list {  max-width: 900px;  margin: 0 auto;}.page-download-poppy-playtime-steam-unlock__faq-item {  background-color: var(--page-download-poppy-playtime-steam-unlock-background-dark);  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 5px rgba(0,0,0,0.2);}.page-download-poppy-playtime-steam-unlock__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  background-color: #3a5068;  cursor: pointer;  user-select: none;  transition: background-color 0.3s ease;}.page-download-poppy-playtime-steam-unlock__faq-question:hover {  background-color: #4a627d;}.page-download-poppy-playtime-steam-unlock__faq-title {  font-size: 1.2em;  color: var(--page-download-poppy-playtime-steam-unlock-accent-color);  margin: 0;  pointer-events: none;}.page-download-poppy-playtime-steam-unlock__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: var(--page-download-poppy-playtime-steam-unlock-primary-color);  transition: transform 0.3s ease;  pointer-events: none;}.page-download-poppy-playtime-steam-unlock__faq-item.active .page-download-poppy-playtime-steam-unlock__faq-toggle {  transform: rotate(45deg);  color: #fff;}.page-download-poppy-playtime-steam-unlock__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;  opacity: 0;}.page-download-poppy-playtime-steam-unlock__faq-item.active .page-download-poppy-playtime-steam-unlock__faq-answer {  max-height: 2000px !important;  padding: 20px 25px !important;  opacity: 1;}.page-download-poppy-playtime-steam-unlock__faq-answer p {  margin: 0;  font-size: 1em;}/* Responsive adjustments */@media (max-width: 1024px) {  .page-download-poppy-playtime-steam-unlock__hero-title {    font-size: 3em;  }  .page-download-poppy-playtime-steam-unlock__section-title {    font-size: 2em;  }}@media (max-width: 768px) {  .page-download-poppy-playtime-steam-unlock__hero-section {    padding-top: 10px; /* Adjust for mobile header offset */    min-height: 400px;  }  .page-download-poppy-playtime-steam-unlock__hero-title {    font-size: 2.2em;  }  .page-download-poppy-playtime-steam-unlock__hero-description {    font-size: 1em;  }  .page-download-poppy-playtime-steam-unlock__button {    padding: 12px 25px;    font-size: 1em;  }  .page-download-poppy-playtime-steam-unlock__section-title {    font-size: 1.8em;    margin-bottom: 30px;    padding-top: 40px;  }  .page-download-poppy-playtime-steam-unlock__about-section .page-download-poppy-playtime-steam-unlock__content-grid {    flex-direction: column;  }  .page-download-poppy-playtime-steam-unlock__text-content,  .page-download-poppy-playtime-steam-unlock__image-wrapper {    min-width: unset;    width: 100%;  }  /* List items responsive */  .page-download-poppy-playtime-steam-unlock__requirements-list {    flex-direction: column;    gap: 10px;  }  .page-download-poppy-playtime-steam-unlock__requirements-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 10px 15px !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-download-poppy-playtime-steam-unlock__requirements-list {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  /* Image responsiveness */  .page-download-poppy-playtime-steam-unlock__image,  .page-download-poppy-playtime-steam-unlock__feature-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  .page-download-poppy-playtime-steam-unlock__image-wrapper,  .page-download-poppy-playtime-steam-unlock__feature-card {    width: 100% !important;    max-width: 100% !important;    overflow: hidden !important;    box-sizing: border-box !important;  }  .page-download-poppy-playtime-steam-unlock__faq-question,  .page-download-poppy-playtime-steam-unlock__faq-answer {    padding: 15px 20px;  }  .page-download-poppy-playtime-steam-unlock__faq-item.active .page-download-poppy-playtime-steam-unlock__faq-answer {    padding: 15px 20px !important;  }}@media (max-width: 480px) {  .page-download-poppy-playtime-steam-unlock__hero-title {    font-size: 1.8em;  }  .page-download-poppy-playtime-steam-unlock__section-title {    font-size: 1.5em;  }  .page-download-poppy-playtime-steam-unlock__hero-section {    padding-bottom: 40px;  }}