/* General Styling */.page-poppy-playtime-figure-set {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;}.page-poppy-playtime-figure-set__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;  box-sizing: border-box;}.page-poppy-playtime-figure-set__section-title {  font-size: 2.5em;  color: #0056b3;  text-align: center;  margin-bottom: 40px;  position: relative;  padding-bottom: 10px;}.page-poppy-playtime-figure-set__section-title::after {  content: '';  position: absolute;  left: 50%;  bottom: 0;  transform: translateX(-50%);  width: 80px;  height: 4px;  background-color: #007bff;  border-radius: 2px;}.page-poppy-playtime-figure-set__text-content {  font-size: 1.1em;  margin-bottom: 20px;  text-align: center;}.page-poppy-playtime-figure-set__button {  display: inline-block;  background-color: #007bff;  color: #fff;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;  margin-top: 20px;  text-align: center;  border: none;  cursor: pointer;}.page-poppy-playtime-figure-set__button:hover {  background-color: #0056b3;}.page-poppy-playtime-figure-set__button--large {  padding: 15px 30px;  font-size: 1.1em;}/* Hero Section */.page-poppy-playtime-figure-set__hero-section {  position: relative;  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;  text-align: center;  color: #fff;  padding: 60px 20px;  min-height: 500px;  background-color: #1a1a1a; /* Fallback for hero image */  overflow: hidden;  padding-top: 10px; /* Small decorative top padding, main offset from body */}.page-poppy-playtime-figure-set__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 0;  opacity: 0.5; /* Darken image for text readability */}.page-poppy-playtime-figure-set__hero-content {  position: relative;  z-index: 1;  max-width: 900px;}.page-poppy-playtime-figure-set__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  line-height: 1.2;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-poppy-playtime-figure-set__hero-description {  font-size: 1.4em;  margin-bottom: 30px;  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);}.page-poppy-playtime-figure-set__hero-cta-group {  display: flex;  justify-content: center;  gap: 20px;  flex-wrap: wrap;}.page-poppy-playtime-figure-set__hero-button {  background-color: #ffc107;  color: #333;  padding: 15px 35px;  border-radius: 8px;  font-size: 1.2em;  transition: background-color 0.3s ease, transform 0.3s ease;  text-decoration: none;  font-weight: bold;}.page-poppy-playtime-figure-set__hero-button:hover {  background-color: #e0a800;  transform: translateY(-2px);}.page-poppy-playtime-figure-set__hero-button--secondary {  background-color: transparent;  border: 2px solid #ffc107;  color: #ffc107;}.page-poppy-playtime-figure-set__hero-button--secondary:hover {  background-color: #ffc107;  color: #333;}/* Payment Providers / Gamelogo Section */.page-poppy-playtime-figure-set__payment-providers {  padding: 50px 20px;  background-color: #fff;  text-align: center;  border-bottom: 1px solid #eee;}.page-poppy-playtime-figure-set__logo-grid {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;}.page-poppy-playtime-figure-set__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;}.page-poppy-playtime-figure-set__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}/* Introduction Section */.page-poppy-playtime-figure-set__introduction-section {  padding: 80px 0;  background-color: #f0f2f5;}/* Quick Access Section */.page-poppy-playtime-figure-set__quick-access-section {  padding: 80px 0;  background-color: #e9ecef;}.page-poppy-playtime-figure-set__quick-access-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-figure-set__quick-access-item {  background-color: #fff;  padding: 30px;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  text-align: center;  text-decoration: none;  color: #333;  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;}.page-poppy-playtime-figure-set__quick-access-item:hover {  transform: translateY(-10px);  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);}.page-poppy-playtime-figure-set__quick-access-icon {  width: 100px;  height: 100px;  object-fit: contain;  margin-bottom: 15px;  max-width: 100%;  height: auto;}.page-poppy-playtime-figure-set__quick-access-text {  font-size: 1.3em;  font-weight: bold;  color: #007bff;}/* Games Section */.page-poppy-playtime-figure-set__games-section {  padding: 80px 0;  background-color: #f8f8f8;}.page-poppy-playtime-figure-set__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-figure-set__game-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;}.page-poppy-playtime-figure-set__game-card:hover {  transform: translateY(-10px);  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);}.page-poppy-playtime-figure-set__game-image {  width: 100%;  height: 200px;  object-fit: cover;  max-width: 100%;  height: auto;}.page-poppy-playtime-figure-set__game-title {  font-size: 1.5em;  margin: 20px 15px 10px;  color: #0056b3;}.page-poppy-playtime-figure-set__game-description {  font-size: 1em;  padding: 0 15px 20px;  flex-grow: 1;}/* Promotions Section */.page-poppy-playtime-figure-set__promotions-section {  padding: 80px 0;  background-color: #f0f2f5;}.page-poppy-playtime-figure-set__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-figure-set__promo-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;}.page-poppy-playtime-figure-set__promo-card:hover {  transform: translateY(-10px);  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);}.page-poppy-playtime-figure-set__promo-image {  width: 100%;  height: 220px;  object-fit: cover;  max-width: 100%;  height: auto;}.page-poppy-playtime-figure-set__promo-title {  font-size: 1.6em;  margin: 20px 15px 10px;  color: #0056b3;}.page-poppy-playtime-figure-set__promo-description {  font-size: 1.1em;  padding: 0 15px 20px;  flex-grow: 1;}/* Security & Customer Service Section */.page-poppy-playtime-figure-set__security-customer-section {  padding: 80px 0;  background-color: #e9ecef;  text-align: center;}.page-poppy-playtime-figure-set__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-figure-set__feature-item {  background-color: #fff;  padding: 30px;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-poppy-playtime-figure-set__feature-item:hover {  transform: translateY(-5px);  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);}.page-poppy-playtime-figure-set__feature-icon {  width: 120px;  height: 120px;  object-fit: contain;  margin-bottom: 20px;  max-width: 100%;  height: auto;}.page-poppy-playtime-figure-set__feature-title {  font-size: 1.8em;  color: #0056b3;  margin-bottom: 10px;}.page-poppy-playtime-figure-set__feature-description {  font-size: 1.1em;  color: #555;}/* FAQ Section */.page-poppy-playtime-figure-set__faq-section {  padding: 80px 0;  background-color: #f8f8f8;}.page-poppy-playtime-figure-set__faq-list {  max-width: 900px;  margin: 40px auto 0;}.page-poppy-playtime-figure-set__faq-item {  background-color: #fff;  margin-bottom: 15px;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);  overflow: hidden;}.page-poppy-playtime-figure-set__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  background-color: #007bff;  color: #fff;  font-size: 1.3em;  font-weight: bold;  transition: background-color 0.3s ease;  user-select: none;}.page-poppy-playtime-figure-set__faq-question:hover {  background-color: #0056b3;}.page-poppy-playtime-figure-set__faq-title {  margin: 0;  flex-grow: 1;  text-align: left;  color: inherit;  pointer-events: none; /* Prevent h3 from intercepting click */}.page-poppy-playtime-figure-set__faq-toggle {  font-size: 1.8em;  line-height: 1;  margin-left: 20px;  pointer-events: none; /* Prevent toggle from intercepting click */}.page-poppy-playtime-figure-set__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;  background-color: #fefefe;  color: #333;}.page-poppy-playtime-figure-set__faq-answer p {  padding: 15px 0;  margin: 0;  font-size: 1.1em;  line-height: 1.7;}.page-poppy-playtime-figure-set__faq-item.active .page-poppy-playtime-figure-set__faq-answer {  max-height: 2000px !important; /* Sufficiently large value */  padding: 20px 25px !important;  opacity: 1;}.page-poppy-playtime-figure-set__faq-item.active .page-poppy-playtime-figure-set__faq-question {  background-color: #0056b3;}/* Blog Section */.page-poppy-playtime-figure-set__blog-section {  padding: 80px 0;  background-color: #e9ecef;  text-align: center;}.page-poppy-playtime-figure-set__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-figure-set__blog-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: left;  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;}.page-poppy-playtime-figure-set__blog-card:hover {  transform: translateY(-10px);  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);}.page-poppy-playtime-figure-set__blog-image {  width: 100%;  height: 200px;  object-fit: cover;  max-width: 100%;  height: auto;}.page-poppy-playtime-figure-set__blog-title {  font-size: 1.4em;  margin: 20px 20px 10px;  line-height: 1.4;}.page-poppy-playtime-figure-set__blog-title a {  color: #0056b3;  text-decoration: none;  transition: color 0.3s ease;}.page-poppy-playtime-figure-set__blog-title a:hover {  color: #007bff;}.page-poppy-playtime-figure-set__blog-excerpt {  font-size: 1em;  padding: 0 20px 20px;  color: #555;  flex-grow: 1;}.page-poppy-playtime-figure-set__blog-date {  display: block;  font-size: 0.9em;  color: #888;  margin-top: 10px;}/* Responsive adjustments */@media (max-width: 768px) {  .page-poppy-playtime-figure-set__container {    padding: 15px;  }  .page-poppy-playtime-figure-set__section-title {    font-size: 2em;    margin-bottom: 30px;  }  .page-poppy-playtime-figure-set__text-content {    font-size: 1em;  }  .page-poppy-playtime-figure-set__hero-section {    padding: 40px 15px;    min-height: 400px;  }  .page-poppy-playtime-figure-set__hero-title {    font-size: 2.5em;  }  .page-poppy-playtime-figure-set__hero-description {    font-size: 1.1em;  }  .page-poppy-playtime-figure-set__hero-cta-group {    flex-direction: column;    gap: 15px;  }  .page-poppy-playtime-figure-set__hero-button {    width: 100%;    padding: 12px 25px;    font-size: 1.1em;  }  /* Payment Providers */  .page-poppy-playtime-figure-set__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;  }  .page-poppy-playtime-figure-set__payment-logo,  .page-poppy-playtime-figure-set__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-poppy-playtime-figure-set__introduction-section,  .page-poppy-playtime-figure-set__quick-access-section,  .page-poppy-playtime-figure-set__games-section,  .page-poppy-playtime-figure-set__promotions-section,  .page-poppy-playtime-figure-set__security-customer-section,  .page-poppy-playtime-figure-set__faq-section,  .page-poppy-playtime-figure-set__blog-section {    padding: 50px 0;  }  .page-poppy-playtime-figure-set__quick-access-grid,  .page-poppy-playtime-figure-set__game-categories,  .page-poppy-playtime-figure-set__promo-grid,  .page-poppy-playtime-figure-set__features-grid,  .page-poppy-playtime-figure-set__blog-grid {    grid-template-columns: 1fr;    gap: 20px;  }  .page-poppy-playtime-figure-set__quick-access-item,  .page-poppy-playtime-figure-set__game-card,  .page-poppy-playtime-figure-set__promo-card,  .page-poppy-playtime-figure-set__feature-item,  .page-poppy-playtime-figure-set__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-poppy-playtime-figure-set__quick-access-icon,  .page-poppy-playtime-figure-set__game-image,  .page-poppy-playtime-figure-set__promo-image,  .page-poppy-playtime-figure-set__feature-icon,  .page-poppy-playtime-figure-set__blog-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  .page-poppy-playtime-figure-set__faq-question {    font-size: 1.1em;    padding: 15px 20px;  }  .page-poppy-playtime-figure-set__faq-answer {    padding: 0 20px;  }  .page-poppy-playtime-figure-set__faq-answer p {    font-size: 1em;    padding: 10px 0;  }  .page-poppy-playtime-figure-set__faq-item.active .page-poppy-playtime-figure-set__faq-answer {    padding: 15px 20px !important;  }  .page-poppy-playtime-figure-set__blog-title {    font-size: 1.2em;    margin: 15px 15px 8px;  }  .page-poppy-playtime-figure-set__blog-excerpt {    padding: 0 15px 15px;  }}/* Ensure all images are responsive by default */.page-poppy-playtime-figure-set img {  max-width: 100%;  height: auto;  box-sizing: border-box;  word-wrap: break-word; /* For text within cards, though images don't directly wrap */  overflow-wrap: break-word;}.page-poppy-playtime-figure-set__logo-grid {  padding: 0;}@media (max-width: 768px) {  .page-poppy-playtime-figure-set img {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  .page-poppy-playtime-figure-set__logo-grid,  .page-poppy-playtime-figure-set__quick-access-grid,  .page-poppy-playtime-figure-set__game-categories,  .page-poppy-playtime-figure-set__promo-grid,  .page-poppy-playtime-figure-set__features-grid,  .page-poppy-playtime-figure-set__blog-grid {    width: 100% !important;    max-width: 100% !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;    box-sizing: border-box !important;  }  .page-poppy-playtime-figure-set__faq-list {    width: 100% !important;    max-width: 100% !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;    box-sizing: border-box !important;  }  .page-poppy-playtime-figure-set__faq-item,  .page-poppy-playtime-figure-set__blog-card {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }}