.page-other-games-like-poppy-playtime {  font-family: 'Arial', sans-serif;  color: #e0e0e0;  background-color: #1a1a2e;  line-height: 1.6;  overflow-x: hidden;}.page-other-games-like-poppy-playtime__section-title {  font-size: 2.5rem;  color: #e94560;  text-align: center;  margin-bottom: 40px;  padding-top: 20px;  position: relative;  letter-spacing: 1px;}.page-other-games-like-poppy-playtime__section-title::after {  content: '';  display: block;  width: 80px;  height: 4px;  background-color: #e94560;  margin: 10px auto 0;  border-radius: 2px;}.page-other-games-like-poppy-playtime__text-content {  max-width: 900px;  margin: 0 auto 30px;  text-align: center;  font-size: 1.1rem;  color: #c0c0c0;}/* Hero Section */.page-other-games-like-poppy-playtime__hero-section {  position: relative;  width: 100%;  min-height: 600px;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  overflow: hidden;  padding: 10px 0 60px;  box-sizing: border-box;}.page-other-games-like-poppy-playtime__hero-image-wrapper {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 1;}.page-other-games-like-poppy-playtime__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  filter: brightness(0.5);}.page-other-games-like-poppy-playtime__hero-content {  position: relative;  z-index: 2;  max-width: 900px;  padding: 20px;  background-color: rgba(0, 0, 0, 0.5);  border-radius: 10px;  margin: 0 20px;  box-sizing: border-box;}.page-other-games-like-poppy-playtime__hero-title {  font-size: 3.5rem;  color: #f0f0f0;  margin-bottom: 20px;  line-height: 1.2;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-other-games-like-poppy-playtime__hero-description {  font-size: 1.3rem;  color: #c0c0c0;  margin-bottom: 30px;  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);}.page-other-games-like-poppy-playtime__hero-cta-button {  display: inline-block;  background-color: #e94560;  color: #ffffff;  padding: 15px 30px;  border-radius: 50px;  text-decoration: none;  font-size: 1.2rem;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);}.page-other-games-like-poppy-playtime__hero-cta-button:hover {  background-color: #ff6b8a;  transform: translateY(-3px);}/* Payment Providers Section */.page-other-games-like-poppy-playtime__payment-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;  padding: 40px 20px;  background-color: #1a1a2e;}.page-other-games-like-poppy-playtime__logo-grid {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 1200px;  margin: 0 auto;}.page-other-games-like-poppy-playtime__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;  object-fit: contain;  transition: transform 0.3s ease;}.page-other-games-like-poppy-playtime__payment-logo:hover {  transform: scale(1.1);}/* Introduction Section */.page-other-games-like-poppy-playtime__introduction-section {  padding: 60px 20px;  background-color: #1a1a2e;}.page-other-games-like-poppy-playtime__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;  padding-top: 20px;}.page-other-games-like-poppy-playtime__feature-item {  background-color: #0f3460;  padding: 30px;  border-radius: 10px;  text-align: center;  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);  transition: transform 0.3s ease, background-color 0.3s ease;}.page-other-games-like-poppy-playtime__feature-item:hover {  transform: translateY(-10px);  background-color: #164a8a;}.page-other-games-like-poppy-playtime__feature-icon {  width: 100px;  height: 100px;  margin-bottom: 20px;  object-fit: contain;}.page-other-games-like-poppy-playtime__feature-title {  font-size: 1.5rem;  color: #e94560;  margin-bottom: 15px;}.page-other-games-like-poppy-playtime__feature-description {  font-size: 1rem;  color: #c0c0c0;}/* Quick Access Section */.page-other-games-like-poppy-playtime__quick-access-section {  padding: 60px 20px;  background-color: #0f3460;}.page-other-games-like-poppy-playtime__access-buttons {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  max-width: 1000px;  margin: 30px auto 0;}.page-other-games-like-poppy-playtime__access-button {  background-color: #e94560;  color: #ffffff;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-size: 1.1rem;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  flex-grow: 1;  text-align: center;  max-width: 240px;  box-sizing: border-box;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}.page-other-games-like-poppy-playtime__access-button:hover {  background-color: #ff6b8a;  transform: translateY(-2px);}/* Games Section */.page-other-games-like-poppy-playtime__games-section {  padding: 60px 20px;  background-color: #1a1a2e;}.page-other-games-like-poppy-playtime__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;  padding-top: 20px;}.page-other-games-like-poppy-playtime__game-card {  background-color: #0f3460;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-other-games-like-poppy-playtime__game-card:hover {  transform: translateY(-10px);  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);}.page-other-games-like-poppy-playtime__game-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-other-games-like-poppy-playtime__game-title {  font-size: 1.6rem;  color: #e94560;  margin: 20px 15px 10px;}.page-other-games-like-poppy-playtime__game-description {  font-size: 1rem;  color: #c0c0c0;  padding: 0 15px 20px;}.page-other-games-like-poppy-playtime__game-button {  display: inline-block;  background-color: #e94560;  color: #ffffff;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  margin-bottom: 20px;  transition: background-color 0.3s ease;}.page-other-games-like-poppy-playtime__game-button:hover {  background-color: #ff6b8a;}/* Promotions Section */.page-other-games-like-poppy-playtime__promotions-section {  padding: 60px 20px;  background-color: #0f3460;}.page-other-games-like-poppy-playtime__promo-cards {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;  padding-top: 20px;}.page-other-games-like-poppy-playtime__promo-card {  background-color: #1a1a2e;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-other-games-like-poppy-playtime__promo-card:hover {  transform: translateY(-10px);  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);}.page-other-games-like-poppy-playtime__promo-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-other-games-like-poppy-playtime__promo-title {  font-size: 1.6rem;  color: #e94560;  margin: 20px 15px 10px;}.page-other-games-like-poppy-playtime__promo-description {  font-size: 1rem;  color: #c0c0c0;  padding: 0 15px 20px;}.page-other-games-like-poppy-playtime__promo-button {  display: inline-block;  background-color: #e94560;  color: #ffffff;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  margin-bottom: 20px;  transition: background-color 0.3s ease;}.page-other-games-like-poppy-playtime__promo-button:hover {  background-color: #ff6b8a;}/* Safety & Support Section */.page-other-games-like-poppy-playtime__safety-support-section {  padding: 60px 20px;  background-color: #1a1a2e;}.page-other-games-like-poppy-playtime__safety-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;  padding-top: 20px;}.page-other-games-like-poppy-playtime__safety-item {  background-color: #0f3460;  padding: 30px;  border-radius: 10px;  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);  transition: transform 0.3s ease;}.page-other-games-like-poppy-playtime__safety-item:hover {  transform: translateY(-5px);}.page-other-games-like-poppy-playtime__safety-title {  font-size: 1.5rem;  color: #e94560;  margin-bottom: 15px;}.page-other-games-like-poppy-playtime__safety-description {  font-size: 1rem;  color: #c0c0c0;}/* FAQ Section */.page-other-games-like-poppy-playtime__faq-section {  padding: 60px 20px;  background-color: #0f3460;}.page-other-games-like-poppy-playtime__faq-list {  max-width: 900px;  margin: 0 auto;  padding-top: 20px;}.page-other-games-like-poppy-playtime__faq-item {  background-color: #1a1a2e;  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);  transition: background-color 0.3s ease;}.page-other-games-like-poppy-playtime__faq-item:hover {  background-color: #2a2a4a;}.page-other-games-like-poppy-playtime__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  user-select: none;  font-size: 1.2rem;  color: #f0f0f0;  font-weight: bold;}.page-other-games-like-poppy-playtime__faq-question-text {  margin: 0;  flex-grow: 1;  pointer-events: none;  color: #e94560;  font-size: 1.2rem;}.page-other-games-like-poppy-playtime__faq-toggle {  font-size: 1.8rem;  font-weight: bold;  color: #e94560;  margin-left: 15px;  transition: transform 0.3s ease;  pointer-events: none;}.page-other-games-like-poppy-playtime__faq-item.active .page-other-games-like-poppy-playtime__faq-toggle {  transform: rotate(45deg);}.page-other-games-like-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;  box-sizing: border-box;}.page-other-games-like-poppy-playtime__faq-item.active .page-other-games-like-poppy-playtime__faq-answer {  max-height: 2000px !important;  padding: 20px 25px !important;  opacity: 1;}.page-other-games-like-poppy-playtime__faq-answer p {  margin: 0;  color: #c0c0c0;  font-size: 1rem;}/* Blog Section */.page-other-games-like-poppy-playtime__blog-section {  padding: 60px 20px;  background-color: #1a1a2e;}.page-other-games-like-poppy-playtime__blog-cards {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;  padding-top: 20px;}.page-other-games-like-poppy-playtime__blog-card {  background-color: #0f3460;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-other-games-like-poppy-playtime__blog-card:hover {  transform: translateY(-10px);  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);}.page-other-games-like-poppy-playtime__blog-image {  width: 100%;  height: 180px;  object-fit: cover;}.page-other-games-like-poppy-playtime__blog-title {  font-size: 1.4rem;  margin: 20px 15px 10px;}.page-other-games-like-poppy-playtime__blog-title a {  color: #e94560;  text-decoration: none;  transition: color 0.3s ease;}.page-other-games-like-poppy-playtime__blog-title a:hover {  color: #ff6b8a;}.page-other-games-like-poppy-playtime__blog-summary {  font-size: 0.95rem;  color: #c0c0c0;  padding: 0 15px 15px;}.page-other-games-like-poppy-playtime__blog-read-more {  display: inline-block;  background-color: #e94560;  color: #ffffff;  padding: 8px 15px;  border-radius: 5px;  text-decoration: none;  font-size: 0.9rem;  font-weight: bold;  margin-bottom: 20px;  transition: background-color 0.3s ease;}.page-other-games-like-poppy-playtime__blog-read-more:hover {  background-color: #ff6b8a;}/* Responsive Design */@media (max-width: 1024px) {  .page-other-games-like-poppy-playtime__hero-title {    font-size: 2.8rem;  }  .page-other-games-like-poppy-playtime__hero-description {    font-size: 1.1rem;  }  .page-other-games-like-poppy-playtime__section-title {    font-size: 2rem;  }}.page-other-games-like-poppy-playtime__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 15px;  }.page-other-games-like-poppy-playtime__payment-logo {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }@media (max-width: 768px) {  .page-other-games-like-poppy-playtime__hero-section {    min-height: 500px;    padding: 10px 0 40px;  }  .page-other-games-like-poppy-playtime__hero-content {    padding: 15px;  }  .page-other-games-like-poppy-playtime__hero-title {    font-size: 2.2rem;  }  .page-other-games-like-poppy-playtime__hero-description {    font-size: 1rem;  }  .page-other-games-like-poppy-playtime__hero-cta-button {    padding: 12px 25px;    font-size: 1.1rem;  }  .page-other-games-like-poppy-playtime__section-title {    font-size: 1.8rem;    margin-bottom: 30px;  }  .page-other-games-like-poppy-playtime__text-content {    font-size: 1rem;    padding: 0 10px;  }  .page-other-games-like-poppy-playtime__features-grid,  .page-other-games-like-poppy-playtime__game-categories,  .page-other-games-like-poppy-playtime__promo-cards,  .page-other-games-like-poppy-playtime__safety-grid,  .page-other-games-like-poppy-playtime__blog-cards {    grid-template-columns: 1fr;    gap: 20px;    padding: 0 15px;  }  .page-other-games-like-poppy-playtime__feature-item,  .page-other-games-like-poppy-playtime__game-card,  .page-other-games-like-poppy-playtime__promo-card,  .page-other-games-like-poppy-playtime__safety-item,  .page-other-games-like-poppy-playtime__blog-card {    padding: 20px;  }  .page-other-games-like-poppy-playtime__access-buttons {    flex-direction: column;    align-items: center;    padding: 0 15px;  }  .page-other-games-like-poppy-playtime__access-button {    max-width: 100% !important;    width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    font-size: 1rem;    padding: 10px 20px;  }  /* List item mobile responsiveness */  .page-other-games-like-poppy-playtime__faq-list,  .page-other-games-like-poppy-playtime__faq-item,  .page-other-games-like-poppy-playtime__faq-question,  .page-other-games-like-poppy-playtime__faq-answer {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding-left: 0 !important;    padding-right: 0 !important;  }  .page-other-games-like-poppy-playtime__faq-question {    padding: 15px 20px;  }  .page-other-games-like-poppy-playtime__faq-question-text {    font-size: 1.1rem;  }  .page-other-games-like-poppy-playtime__faq-toggle {    font-size: 1.5rem;  }  .page-other-games-like-poppy-playtime__faq-answer {    padding: 0 20px;  }  .page-other-games-like-poppy-playtime__faq-item.active .page-other-games-like-poppy-playtime__faq-answer {    padding: 15px 20px !important;  }  .page-other-games-like-poppy-playtime__faq-answer p {    font-size: 0.95rem;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-other-games-like-poppy-playtime__blog-title {    font-size: 1.2rem;  }  .page-other-games-like-poppy-playtime__blog-summary {    font-size: 0.9rem;  }}.page-other-games-like-poppy-playtime__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 15px;  }.page-other-games-like-poppy-playtime__payment-logo,  .page-other-games-like-poppy-playtime__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }@media (max-width: 480px) {  .page-other-games-like-poppy-playtime__hero-title {    font-size: 1.8rem;  }  .page-other-games-like-poppy-playtime__hero-description {    font-size: 0.9rem;  }  .page-other-games-like-poppy-playtime__hero-cta-button {    padding: 10px 20px;    font-size: 1rem;  }  .page-other-games-like-poppy-playtime__section-title {    font-size: 1.5rem;  }}