.page-poppy-playtime-wallpaper-mommy {  font-family: 'Arial', sans-serif;  color: #f0f0f0;  background-color: #1a1a2e;  line-height: 1.6;}.page-poppy-playtime-wallpaper-mommy__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;}.page-poppy-playtime-wallpaper-mommy__section {  padding: 60px 20px;  margin-bottom: 30px;  background-color: #16213e;  border-radius: 8px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);}.page-poppy-playtime-wallpaper-mommy__section-title {  font-size: 2.8em;  color: #e94560;  text-align: center;  margin-bottom: 40px;  text-transform: uppercase;  letter-spacing: 1px;}.page-poppy-playtime-wallpaper-mommy__section-subtitle {  font-size: 1.8em;  color: #0f3460;  text-align: center;  margin-bottom: 30px;}.page-poppy-playtime-wallpaper-mommy__text {  font-size: 1.1em;  text-align: center;  margin-bottom: 20px;  color: #c0c0c0;}.page-poppy-playtime-wallpaper-mommy__hero-section {  position: relative;  padding: 10px 0 0;  background-color: #0f3460;  overflow: hidden;  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;  min-height: 70vh;  text-align: center;}.page-poppy-playtime-wallpaper-mommy__hero-background {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 0;  opacity: 0.4;}.page-poppy-playtime-wallpaper-mommy__hero-content {  position: relative;  z-index: 1;  max-width: 900px;  padding: 20px;}.page-poppy-playtime-wallpaper-mommy__hero-title {  font-size: 3.5em;  color: #e94560;  margin-bottom: 20px;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);  line-height: 1.2;}.page-poppy-playtime-wallpaper-mommy__hero-description {  font-size: 1.4em;  color: #f0f0f0;  margin-bottom: 30px;  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);}.page-poppy-playtime-wallpaper-mommy__cta-button {  display: inline-block;  background-color: #e94560;  color: #ffffff;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1.2em;  transition: background-color 0.3s ease, transform 0.3s ease;  border: none;  cursor: pointer;}.page-poppy-playtime-wallpaper-mommy__cta-button:hover {  background-color: #ff6a80;  transform: translateY(-3px);}.page-poppy-playtime-wallpaper-mommy__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: #0f3460;  border-radius: 8px;  margin-bottom: 30px;}.page-poppy-playtime-wallpaper-mommy__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;}.page-poppy-playtime-wallpaper-mommy__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}.page-poppy-playtime-wallpaper-mommy__provider-title {  width: 100%;  text-align: center;  color: #e94560;  font-size: 2em;  margin-bottom: 30px;}.page-poppy-playtime-wallpaper-mommy__intro-list {  list-style: none;  padding: 0;  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  margin-top: 30px;}.page-poppy-playtime-wallpaper-mommy__intro-list-item {  background-color: #0f3460;  padding: 25px;  border-radius: 8px;  flex: 1 1 calc(50% - 20px);  max-width: calc(50% - 20px);  text-align: left;  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);  min-width: 300px;}.page-poppy-playtime-wallpaper-mommy__intro-list-item h3 {  color: #e94560;  margin-top: 0;  font-size: 1.4em;  margin-bottom: 10px;}.page-poppy-playtime-wallpaper-mommy__intro-list-item p {  color: #c0c0c0;  font-size: 1em;}.page-poppy-playtime-wallpaper-mommy__quick-access-links {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  margin-top: 30px;}.page-poppy-playtime-wallpaper-mommy__quick-access-link {  background-color: #0f3460;  color: #e94560;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, color 0.3s ease;  border: 1px solid #e94560;  font-size: 1.1em;}.page-poppy-playtime-wallpaper-mommy__quick-access-link:hover {  background-color: #e94560;  color: #ffffff;}.page-poppy-playtime-wallpaper-mommy__games-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-wallpaper-mommy__game-card {  background-color: #0f3460;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);  text-align: center;  transition: transform 0.3s ease;}.page-poppy-playtime-wallpaper-mommy__game-card:hover {  transform: translateY(-5px);}.page-poppy-playtime-wallpaper-mommy__game-card img {  width: 100%;  height: 200px;  object-fit: cover;  display: block;}.page-poppy-playtime-wallpaper-mommy__game-card-content {  padding: 20px;}.page-poppy-playtime-wallpaper-mommy__game-card-title {  color: #e94560;  font-size: 1.5em;  margin-bottom: 15px;}.page-poppy-playtime-wallpaper-mommy__game-card-button {  display: inline-block;  background-color: #e94560;  color: #ffffff;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1em;  transition: background-color 0.3s ease;}.page-poppy-playtime-wallpaper-mommy__game-card-button:hover {  background-color: #ff6a80;}.page-poppy-playtime-wallpaper-mommy__promotions-list {  list-style: none;  padding: 0;  margin-top: 30px;}.page-poppy-playtime-wallpaper-mommy__promotions-list-item {  background-color: #0f3460;  padding: 20px;  margin-bottom: 15px;  border-radius: 8px;  display: flex;  align-items: center;  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);}.page-poppy-playtime-wallpaper-mommy__promotions-list-item::before {  content: '★';  color: #e94560;  font-size: 1.5em;  margin-right: 15px;  line-height: 1;}.page-poppy-playtime-wallpaper-mommy__promotions-list-item p {  margin: 0;  color: #c0c0c0;  font-size: 1.1em;}.page-poppy-playtime-wallpaper-mommy__security-cs-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-wallpaper-mommy__feature-card {  background-color: #0f3460;  padding: 30px;  border-radius: 8px;  text-align: center;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);}.page-poppy-playtime-wallpaper-mommy__feature-card h3 {  color: #e94560;  font-size: 1.6em;  margin-bottom: 15px;}.page-poppy-playtime-wallpaper-mommy__feature-card p {  color: #c0c0c0;  font-size: 1em;}.page-poppy-playtime-wallpaper-mommy__contact-button {  margin-top: 30px;  display: inline-block;  background-color: #e94560;  color: #ffffff;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1.2em;  transition: background-color 0.3s ease, transform 0.3s ease;  border: none;  cursor: pointer;}.page-poppy-playtime-wallpaper-mommy__contact-button:hover {  background-color: #ff6a80;  transform: translateY(-3px);}.page-poppy-playtime-wallpaper-mommy__faq-list {  margin-top: 40px;}.page-poppy-playtime-wallpaper-mommy__faq-item {  background-color: #0f3460;  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);}.page-poppy-playtime-wallpaper-mommy__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  user-select: none;  background-color: #0f3460;  color: #e94560;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease;}.page-poppy-playtime-wallpaper-mommy__faq-question:hover {  background-color: #16213e;}.page-poppy-playtime-wallpaper-mommy__faq-question h3 {  margin: 0;  color: #e94560;  font-size: 1.2em;  pointer-events: none;}.page-poppy-playtime-wallpaper-mommy__faq-toggle {  font-size: 1.5em;  line-height: 1;  pointer-events: none;  transition: transform 0.3s ease;}.page-poppy-playtime-wallpaper-mommy__faq-item.active .page-poppy-playtime-wallpaper-mommy__faq-toggle {  transform: rotate(45deg);}.page-poppy-playtime-wallpaper-mommy__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  color: #c0c0c0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;}.page-poppy-playtime-wallpaper-mommy__faq-item.active .page-poppy-playtime-wallpaper-mommy__faq-answer {  max-height: 2000px !important;  padding: 20px 25px !important;  opacity: 1;}.page-poppy-playtime-wallpaper-mommy__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-wallpaper-mommy__blog-card {  background-color: #0f3460;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);  text-align: left;  transition: transform 0.3s ease;}.page-poppy-playtime-wallpaper-mommy__blog-card:hover {  transform: translateY(-5px);}.page-poppy-playtime-wallpaper-mommy__blog-card img {  width: 100%;  height: 180px;  object-fit: cover;  display: block;}.page-poppy-playtime-wallpaper-mommy__blog-card-content {  padding: 20px;}.page-poppy-playtime-wallpaper-mommy__blog-card-title {  color: #e94560;  font-size: 1.4em;  margin-bottom: 10px;  line-height: 1.3;}.page-poppy-playtime-wallpaper-mommy__blog-card-title a {  color: #e94560;  text-decoration: none;}.page-poppy-playtime-wallpaper-mommy__blog-card-title a:hover {  text-decoration: underline;}.page-poppy-playtime-wallpaper-mommy__blog-card-text {  color: #c0c0c0;  font-size: 0.95em;  margin-bottom: 15px;}.page-poppy-playtime-wallpaper-mommy__blog-card-link {  display: inline-block;  color: #0f3460;  background-color: #e94560;  padding: 8px 15px;  border-radius: 4px;  text-decoration: none;  font-weight: bold;  font-size: 0.9em;  transition: background-color 0.3s ease;}.page-poppy-playtime-wallpaper-mommy__blog-card-link:hover {  background-color: #ff6a80;}@media (max-width: 768px) {  .page-poppy-playtime-wallpaper-mommy__hero-title {    font-size: 2.5em;  }  .page-poppy-playtime-wallpaper-mommy__hero-description {    font-size: 1.1em;  }  .page-poppy-playtime-wallpaper-mommy__section {    padding: 40px 15px;  }  .page-poppy-playtime-wallpaper-mommy__section-title {    font-size: 2em;  }  .page-poppy-playtime-wallpaper-mommy__section-subtitle {    font-size: 1.5em;  }  .page-poppy-playtime-wallpaper-mommy__intro-list-item {    flex: 1 1 100%;    max-width: 100%;    width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;  }  .page-poppy-playtime-wallpaper-mommy__intro-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-wallpaper-mommy__quick-access-link {    flex: 1 1 100%;    max-width: 100%;    width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    text-align: center;    word-wrap: break-word !important;  }  .page-poppy-playtime-wallpaper-mommy__quick-access-links {    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-wallpaper-mommy__game-card {    max-width: 100%;    width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;  }  .page-poppy-playtime-wallpaper-mommy__games-grid {    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-wallpaper-mommy__promotions-list-item {    flex-direction: column;    align-items: flex-start;    max-width: 100%;    width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;  }  .page-poppy-playtime-wallpaper-mommy__promotions-list-item::before {    margin-bottom: 10px;  }  .page-poppy-playtime-wallpaper-mommy__promotions-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-wallpaper-mommy__feature-card {    max-width: 100%;    width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;  }  .page-poppy-playtime-wallpaper-mommy__security-cs-grid {    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-wallpaper-mommy__faq-question {    font-size: 1em;    padding: 15px 20px;  }  .page-poppy-playtime-wallpaper-mommy__faq-question h3 {    font-size: 1em;  }  .page-poppy-playtime-wallpaper-mommy__faq-answer {    padding: 0 20px;  }  .page-poppy-playtime-wallpaper-mommy__faq-item.active .page-poppy-playtime-wallpaper-mommy__faq-answer {    padding: 15px 20px !important;  }  .page-poppy-playtime-wallpaper-mommy__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-wallpaper-mommy__blog-card {    max-width: 100%;    width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;  }  .page-poppy-playtime-wallpaper-mommy__blog-grid {    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-wallpaper-mommy__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;  }  .page-poppy-playtime-wallpaper-mommy__payment-logo,  .page-poppy-playtime-wallpaper-mommy__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-poppy-playtime-wallpaper-mommy__game-card img,  .page-poppy-playtime-wallpaper-mommy__blog-card img {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }}