.page-poppy-playtime-release {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;}.page-poppy-playtime-release__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;}.page-poppy-playtime-release__section-title {  font-size: 2.5em;  color: #1a1a1a;  text-align: center;  margin-bottom: 20px;  position: relative;  padding-bottom: 10px;}.page-poppy-playtime-release__section-title::after {  content: '';  position: absolute;  left: 50%;  bottom: 0;  transform: translateX(-50%);  width: 60px;  height: 4px;  background-color: #e44d26;  border-radius: 2px;}.page-poppy-playtime-release__section-description {  font-size: 1.1em;  text-align: center;  max-width: 800px;  margin: 0 auto 40px;  color: #555;}/* Hero Section */.page-poppy-playtime-release__hero-section {  position: relative;  width: 100%;  height: 600px;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  overflow: hidden;  padding-top: 10px;}.page-poppy-playtime-release__hero-background-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 1;  max-width: 100%;}.page-poppy-playtime-release__hero-overlay {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: rgba(0, 0, 0, 0.6);  z-index: 2;}.page-poppy-playtime-release__hero-content {  position: relative;  z-index: 3;  color: #fff;  max-width: 900px;  padding: 20px;}.page-poppy-playtime-release__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  line-height: 1.2;  color: #fff;  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);}.page-poppy-playtime-release__hero-subtitle {  font-size: 1.4em;  margin-bottom: 40px;  color: #eee;  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);}.page-poppy-playtime-release__hero-cta {  display: inline-block;  background-color: #e44d26;  color: #fff;  padding: 15px 30px;  font-size: 1.2em;  font-weight: bold;  text-decoration: none;  border-radius: 50px;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);}.page-poppy-playtime-release__hero-cta:hover {  background-color: #ff6a00;  transform: translateY(-3px);}/* Introduction Section */.page-poppy-playtime-release__introduction-section,.page-poppy-playtime-release__quick-access-section,.page-poppy-playtime-release__games-section,.page-poppy-playtime-release__promotions-section,.page-poppy-playtime-release__security-customer-service-section,.page-poppy-playtime-release__faq-section,.page-poppy-playtime-release__blog-section {  padding: 60px 0;  background-color: #fff;  margin-bottom: 20px;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0,0,0,0.05);}.page-poppy-playtime-release__introduction-section {  background-color: #f8f8f8;}.page-poppy-playtime-release__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-release__feature-item {  text-align: center;  background-color: #fff;  padding: 30px;  border-radius: 8px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);  transition: transform 0.3s ease;}.page-poppy-playtime-release__feature-item:hover {  transform: translateY(-5px);}.page-poppy-playtime-release__feature-icon {  width: 100%;  max-width: 250px;  height: auto;  margin-bottom: 20px;  border-radius: 8px;  max-height: 250px;  object-fit: cover;}.page-poppy-playtime-release__feature-title {  font-size: 1.5em;  color: #e44d26;  margin-bottom: 10px;}.page-poppy-playtime-release__feature-text {  color: #666;}/* Quick Access Section */.page-poppy-playtime-release__access-buttons {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  margin-top: 40px;}.page-poppy-playtime-release__access-button {  display: inline-block;  background-color: #007bff;  color: #fff;  padding: 12px 25px;  font-size: 1.1em;  font-weight: bold;  text-decoration: none;  border-radius: 5px;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}.page-poppy-playtime-release__access-button:hover {  background-color: #0056b3;  transform: translateY(-2px);}/* Games Section */.page-poppy-playtime-release__games-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-release__game-card {  background-color: #fdfdfd;  border-radius: 8px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-poppy-playtime-release__game-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);}.page-poppy-playtime-release__game-image {  width: 100%;  height: 200px;  object-fit: cover;  max-width: 100%;}.page-poppy-playtime-release__game-title {  font-size: 1.4em;  color: #1a1a1a;  margin: 15px 0 10px;  padding: 0 15px;}.page-poppy-playtime-release__game-description {  font-size: 0.95em;  color: #666;  padding: 0 15px 20px;}.page-poppy-playtime-release__game-button {  display: inline-block;  background-color: #e44d26;  color: #fff;  padding: 10px 20px;  margin-bottom: 20px;  font-size: 1em;  font-weight: bold;  text-decoration: none;  border-radius: 5px;  transition: background-color 0.3s ease;}.page-poppy-playtime-release__game-button:hover {  background-color: #ff6a00;}/* Promotions Section */.page-poppy-playtime-release__promotions-section {  background-color: #f0f8ff;}.page-poppy-playtime-release__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-release__promo-card {  background-color: #fff;  border-radius: 8px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-poppy-playtime-release__promo-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);}.page-poppy-playtime-release__promo-image {  width: 100%;  height: 220px;  object-fit: cover;  max-width: 100%;}.page-poppy-playtime-release__promo-title {  font-size: 1.4em;  color: #007bff;  margin: 15px 0 10px;  padding: 0 15px;}.page-poppy-playtime-release__promo-text {  font-size: 0.95em;  color: #666;  padding: 0 15px 20px;}.page-poppy-playtime-release__promo-button {  display: inline-block;  background-color: #e44d26;  color: #fff;  padding: 10px 20px;  margin-bottom: 20px;  font-size: 1em;  font-weight: bold;  text-decoration: none;  border-radius: 5px;  transition: background-color 0.3s ease;}.page-poppy-playtime-release__promo-button:hover {  background-color: #ff6a00;}/* Security & Customer Service Section */.page-poppy-playtime-release__service-items {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-release__service-item {  text-align: center;  background-color: #fff;  padding: 30px;  border-radius: 8px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);  transition: transform 0.3s ease;}.page-poppy-playtime-release__service-item:hover {  transform: translateY(-5px);}.page-poppy-playtime-release__service-icon {  width: 100%;  max-width: 250px;  height: auto;  margin-bottom: 20px;  border-radius: 8px;  max-height: 250px;  object-fit: cover;}.page-poppy-playtime-release__service-title {  font-size: 1.5em;  color: #e44d26;  margin-bottom: 10px;}.page-poppy-playtime-release__service-text {  color: #666;  margin-bottom: 20px;}.page-poppy-playtime-release__service-button {  display: inline-block;  background-color: #007bff;  color: #fff;  padding: 10px 20px;  font-size: 1em;  font-weight: bold;  text-decoration: none;  border-radius: 5px;  transition: background-color 0.3s ease;}.page-poppy-playtime-release__service-button:hover {  background-color: #0056b3;}/* FAQ Section */.page-poppy-playtime-release__faq-section {  background-color: #f8f8f8;}.page-poppy-playtime-release__faq-list {  margin-top: 40px;  max-width: 900px;  margin-left: auto;  margin-right: auto;}.page-poppy-playtime-release__faq-item {  background-color: #fff;  border: 1px solid #ddd;  border-radius: 8px;  margin-bottom: 15px;  overflow: hidden;  box-shadow: 0 2px 8px rgba(0,0,0,0.05);}.page-poppy-playtime-release__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 15px 20px;  background-color: #f5f5f5;  cursor: pointer;  user-select: none;  transition: background-color 0.3s ease;}.page-poppy-playtime-release__faq-question:hover {  background-color: #eee;}.page-poppy-playtime-release__faq-question-title {  font-size: 1.2em;  color: #333;  margin: 0;  pointer-events: none;}.page-poppy-playtime-release__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: #e44d26;  transition: transform 0.3s ease;  pointer-events: none;}.page-poppy-playtime-release__faq-item.active .page-poppy-playtime-release__faq-toggle {  transform: rotate(45deg);}.page-poppy-playtime-release__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px;  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-release__faq-item.active .page-poppy-playtime-release__faq-answer {  max-height: 2000px !important;  padding: 20px !important;  opacity: 1;}.page-poppy-playtime-release__faq-answer p {  margin: 0;  padding-bottom: 10px;}/* Blog Section */.page-poppy-playtime-release__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-release__blog-card {  background-color: #fff;  border-radius: 8px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);  overflow: hidden;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-poppy-playtime-release__blog-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);}.page-poppy-playtime-release__blog-image {  width: 100%;  height: 220px;  object-fit: cover;  max-width: 100%;}.page-poppy-playtime-release__blog-title {  font-size: 1.3em;  margin: 15px 15px 10px;  line-height: 1.4;}.page-poppy-playtime-release__blog-title a {  color: #1a1a1a;  text-decoration: none;  transition: color 0.3s ease;}.page-poppy-playtime-release__blog-title a:hover {  color: #e44d26;}.page-poppy-playtime-release__blog-date {  font-size: 0.85em;  color: #999;  margin: 0 15px 10px;}.page-poppy-playtime-release__blog-excerpt {  font-size: 0.95em;  color: #666;  padding: 0 15px 20px;}.page-poppy-playtime-release__blog-read-more {  display: inline-block;  background-color: #e44d26;  color: #fff;  padding: 8px 15px;  margin: 0 15px 15px;  font-size: 0.9em;  font-weight: bold;  text-decoration: none;  border-radius: 5px;  transition: background-color 0.3s ease;}.page-poppy-playtime-release__blog-read-more:hover {  background-color: #ff6a00;}/* Responsive Design */@media (max-width: 1024px) {  .page-poppy-playtime-release__hero-title {    font-size: 3em;  }  .page-poppy-playtime-release__hero-subtitle {    font-size: 1.2em;  }  .page-poppy-playtime-release__section-title {    font-size: 2em;  }}@media (max-width: 768px) {  .page-poppy-playtime-release__hero-section {    height: 500px;  }  .page-poppy-playtime-release__hero-title {    font-size: 2.5em;  }  .page-poppy-playtime-release__hero-subtitle {    font-size: 1em;  }  .page-poppy-playtime-release__hero-cta {    padding: 12px 25px;    font-size: 1.1em;  }  .page-poppy-playtime-release__container {    padding: 15px;  }  .page-poppy-playtime-release__section-title {    font-size: 1.8em;  }  .page-poppy-playtime-release__section-description {    font-size: 1em;    margin-bottom: 30px;  }  .page-poppy-playtime-release__features-grid,  .page-poppy-playtime-release__games-grid,  .page-poppy-playtime-release__promo-grid,  .page-poppy-playtime-release__service-items,  .page-poppy-playtime-release__blog-grid {    grid-template-columns: 1fr;    gap: 20px;  }  .page-poppy-playtime-release__feature-item,  .page-poppy-playtime-release__game-card,  .page-poppy-playtime-release__promo-card,  .page-poppy-playtime-release__service-item,  .page-poppy-playtime-release__blog-card {    padding: 20px;  }  .page-poppy-playtime-release__feature-icon,  .page-poppy-playtime-release__game-image,  .page-poppy-playtime-release__promo-image,  .page-poppy-playtime-release__service-icon,  .page-poppy-playtime-release__blog-image {    width: 100% !important;    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;    object-fit: cover;  }  /* List items responsive */  .page-poppy-playtime-release__faq-list {    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-release__faq-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-poppy-playtime-release__faq-question {    padding: 15px;  }  .page-poppy-playtime-release__faq-question-title {    font-size: 1.1em;  }  .page-poppy-playtime-release__faq-answer {    padding: 0 15px;  }  .page-poppy-playtime-release__faq-item.active .page-poppy-playtime-release__faq-answer {    padding: 15px !important;  }  .page-poppy-playtime-release__access-button {    width: 100%;  }  .page-poppy-playtime-release__game-title,  .page-poppy-playtime-release__promo-title,  .page-poppy-playtime-release__service-title,  .page-poppy-playtime-release__blog-title {    font-size: 1.2em;  }  .page-poppy-playtime-release__game-description,  .page-poppy-playtime-release__promo-text,  .page-poppy-playtime-release__service-text,  .page-poppy-playtime-release__blog-excerpt {    font-size: 0.9em;  }}@media (max-width: 480px) {  .page-poppy-playtime-release__hero-section {    height: 400px;  }  .page-poppy-playtime-release__hero-title {    font-size: 2em;  }  .page-poppy-playtime-release__hero-subtitle {    font-size: 0.9em;  }  .page-poppy-playtime-release__hero-cta {    padding: 10px 20px;    font-size: 1em;  }  .page-poppy-playtime-release__section-title {    font-size: 1.5em;  }  .page-poppy-playtime-release__section-description {    font-size: 0.9em;  }}