.page-free-play-poppy-playtime {  font-family: 'Arial', sans-serif;  color: #f0f0f0;  background-color: #1a1a2e;  line-height: 1.6;}.page-free-play-poppy-playtime__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;  box-sizing: border-box;}.page-free-play-poppy-playtime__hero-section {  position: relative;  width: 100%;  padding-top: 10px;  color: #fff;  text-align: center;  overflow: hidden;  min-height: 500px;  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;  background: linear-gradient(135deg, #2c0e3a, #0a0a2a);}.page-free-play-poppy-playtime__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 0;  opacity: 0.3;}.page-free-play-poppy-playtime__hero-content {  position: relative;  z-index: 1;  padding: 20px;  max-width: 900px;}.page-free-play-poppy-playtime__hero-title {  font-size: 3.5em;  margin-bottom: 15px;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);  line-height: 1.2;}.page-free-play-poppy-playtime__hero-subtitle {  font-size: 1.5em;  margin-bottom: 30px;  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);}.page-free-play-poppy-playtime__cta-button {  display: inline-block;  background-color: #e74c3c;  color: #fff;  padding: 15px 30px;  border-radius: 50px;  text-decoration: none;  font-weight: bold;  font-size: 1.2em;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);}.page-free-play-poppy-playtime__cta-button:hover {  background-color: #c0392b;  transform: translateY(-3px);}.page-free-play-poppy-playtime__section {  padding: 60px 20px;  text-align: center;  background-color: #1a1a2e;  border-bottom: 1px solid #333;}.page-free-play-poppy-playtime__section:nth-of-type(even) {  background-color: #22223b;}.page-free-play-poppy-playtime__section-title {  font-size: 2.5em;  margin-bottom: 40px;  color: #e74c3c;  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);}.page-free-play-poppy-playtime__text-content {  max-width: 800px;  margin: 0 auto 30px auto;  font-size: 1.1em;  color: #ccc;}.page-free-play-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: #131326;}.page-free-play-poppy-playtime__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;  background-color: rgba(255, 255, 255, 0.05);  border-radius: 10px;  display: flex;  justify-content: center;  align-items: center;  padding: 5px;}.page-free-play-poppy-playtime__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}.page-free-play-poppy-playtime__grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1000px;  margin: 0 auto;}.page-free-play-poppy-playtime__card {  background-color: #22223b;  border-radius: 15px;  padding: 25px;  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);  text-align: left;  transition: transform 0.3s ease, box-shadow 0.3s ease;  border: 1px solid #3a3a5e;}.page-free-play-poppy-playtime__card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);}.page-free-play-poppy-playtime__card-icon {  margin-bottom: 20px;  max-width: 100%;  height: auto;  border-radius: 10px;}.page-free-play-poppy-playtime__card-title {  font-size: 1.5em;  color: #e74c3c;  margin-bottom: 10px;}.page-free-play-poppy-playtime__card-description {  color: #ccc;  font-size: 0.95em;  margin-bottom: 20px;}.page-free-play-poppy-playtime__card-button {  display: inline-block;  background-color: #5d2b8a;  color: #fff;  padding: 10px 20px;  border-radius: 30px;  text-decoration: none;  font-weight: bold;  font-size: 0.9em;  transition: background-color 0.3s ease;}.page-free-play-poppy-playtime__card-button:hover {  background-color: #4a226e;}.page-free-play-poppy-playtime__quick-access-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));  gap: 20px;  max-width: 900px;  margin: 0 auto;}.page-free-play-poppy-playtime__quick-access-button {  background-color: #34495e;  color: #fff;  padding: 15px 25px;  border-radius: 10px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  display: block;  width: 100%;  box-sizing: border-box;}.page-free-play-poppy-playtime__quick-access-button:hover {  background-color: #2c3e50;  transform: translateY(-2px);}.page-free-play-poppy-playtime__faq-item {  background-color: #22223b;  margin-bottom: 15px;  border-radius: 10px;  overflow: hidden;  border: 1px solid #3a3a5e;}.page-free-play-poppy-playtime__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  user-select: none;  background-color: #2c0e3a;  color: #e74c3c;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease;}.page-free-play-poppy-playtime__faq-question:hover {  background-color: #3a1a4a;}.page-free-play-poppy-playtime__faq-question h3 {  margin: 0;  pointer-events: none;  color: inherit;  font-size: 1.2em;}.page-free-play-poppy-playtime__faq-toggle {  font-size: 1.5em;  line-height: 1;  transition: transform 0.3s ease;  pointer-events: none;}.page-free-play-poppy-playtime__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  color: #ccc;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;  font-size: 1em;}.page-free-play-poppy-playtime__faq-item.active .page-free-play-poppy-playtime__faq-answer {  max-height: 2000px !important;  padding: 20px 25px !important;  opacity: 1;}.page-free-play-poppy-playtime__faq-item.active .page-free-play-poppy-playtime__faq-toggle {  transform: rotate(45deg);}.page-free-play-poppy-playtime__blog-card {  background-color: #22223b;  border-radius: 15px;  overflow: hidden;  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);  text-align: left;  transition: transform 0.3s ease, box-shadow 0.3s ease;  border: 1px solid #3a3a5e;}.page-free-play-poppy-playtime__blog-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);}.page-free-play-poppy-playtime__blog-thumbnail {  width: 100%;  height: 200px;  object-fit: cover;  border-bottom: 1px solid #3a3a5e;}.page-free-play-poppy-playtime__blog-content {  padding: 20px;}.page-free-play-poppy-playtime__blog-title {  font-size: 1.3em;  color: #e74c3c;  margin-bottom: 10px;  line-height: 1.4;}.page-free-play-poppy-playtime__blog-title a {  color: inherit;  text-decoration: none;}.page-free-play-poppy-playtime__blog-title a:hover {  text-decoration: underline;}.page-free-play-poppy-playtime__blog-summary {  color: #ccc;  font-size: 0.9em;  margin-bottom: 15px;}.page-free-play-poppy-playtime__blog-date {  font-size: 0.8em;  color: #888;}.page-free-play-poppy-playtime__list-item {  box-sizing: border-box;  word-wrap: break-word;  overflow-wrap: break-word;}.page-free-play-poppy-playtime__list-container {  width: 100%;  max-width: 100%;  box-sizing: border-box;}.page-free-play-poppy-playtime__promo-item {  display: flex;  flex-direction: column;  align-items: center;  text-align: center;}.page-free-play-poppy-playtime__promo-icon {  width: 100px;  height: 100px;  margin-bottom: 20px;  border-radius: 50%;  object-fit: cover;  background-color: #3a3a5e;  padding: 10px;  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);}.page-free-play-poppy-playtime__promo-title {  font-size: 1.4em;  color: #e74c3c;  margin-bottom: 10px;}.page-free-play-poppy-playtime__promo-description {  color: #ccc;  margin-bottom: 20px;}.page-free-play-poppy-playtime__promo-button {  display: inline-block;  background-color: #e74c3c;  color: #fff;  padding: 12px 25px;  border-radius: 30px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;}.page-free-play-poppy-playtime__promo-button:hover {  background-color: #c0392b;}@media (max-width: 768px) {  .page-free-play-poppy-playtime__hero-title {    font-size: 2.5em;  }  .page-free-play-poppy-playtime__hero-subtitle {    font-size: 1.2em;  }  .page-free-play-poppy-playtime__section-title {    font-size: 2em;  }  .page-free-play-poppy-playtime__text-content {    font-size: 1em;  }  .page-free-play-poppy-playtime__grid {    grid-template-columns: 1fr;  }  .page-free-play-poppy-playtime__card {    padding: 20px;  }  .page-free-play-poppy-playtime__card-title {    font-size: 1.3em;  }  .page-free-play-poppy-playtime__quick-access-grid {    grid-template-columns: 1fr;  }  .page-free-play-poppy-playtime__faq-question {    padding: 15px 20px;    font-size: 1.1em;  }  .page-free-play-poppy-playtime__faq-answer {    padding: 0 20px;  }  .page-free-play-poppy-playtime__faq-item.active .page-free-play-poppy-playtime__faq-answer {    padding: 15px 20px !important;  }  .page-free-play-poppy-playtime__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 20px 10px;  }  .page-free-play-poppy-playtime__payment-logo,  .page-free-play-poppy-playtime__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-free-play-poppy-playtime__list-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-break: break-word !important;  }  .page-free-play-poppy-playtime__list-container {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-free-play-poppy-playtime__blog-content {    padding: 15px;  }  .page-free-play-poppy-playtime__blog-title {    font-size: 1.2em;  }  .page-free-play-poppy-playtime__promo-icon {    width: 80px;    height: 80px;  }  .page-free-play-poppy-playtime__promo-title {    font-size: 1.2em;  }  .page-free-play-poppy-playtime__promo-button {    padding: 10px 20px;  }}