.page-lego-poppy-playtime-player {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;  padding-top: 10px;}.page-lego-poppy-playtime-player__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px 15px;}.page-lego-poppy-playtime-player__section-title {  font-size: 2.5em;  color: #0056b3;  text-align: center;  margin-bottom: 20px;  position: relative;  padding-bottom: 10px;}.page-lego-poppy-playtime-player__section-title::after {  content: '';  position: absolute;  left: 50%;  bottom: 0;  transform: translateX(-50%);  width: 80px;  height: 4px;  background-color: #ffc107;  border-radius: 2px;}.page-lego-poppy-playtime-player__section-description {  font-size: 1.1em;  text-align: center;  max-width: 800px;  margin: 0 auto 40px auto;  color: #555;}.page-lego-poppy-playtime-player__hero-section {  position: relative;  width: 100%;  height: 600px;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  color: #fff;  overflow: hidden;  margin-bottom: 40px;}.page-lego-poppy-playtime-player__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background-size: cover;  background-position: center;  z-index: -2;}.page-lego-poppy-playtime-player__hero-overlay {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: rgba(0, 0, 0, 0.6);  z-index: -1;}.page-lego-poppy-playtime-player__hero-content {  position: relative;  z-index: 1;  padding: 20px;  max-width: 900px;}.page-lego-poppy-playtime-player__hero-title {  font-size: 3.5em;  margin-bottom: 15px;  color: #fff;  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);}.page-lego-poppy-playtime-player__hero-subtitle {  font-size: 1.5em;  margin-bottom: 30px;  color: #eee;  text-shadow: 1px 1px 3px rgba(0,0,0,0.7);}.page-lego-poppy-playtime-player__hero-cta {  display: inline-block;  background-color: #ffc107;  color: #333;  padding: 15px 30px;  border-radius: 50px;  text-decoration: none;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 4px 8px rgba(0,0,0,0.3);}.page-lego-poppy-playtime-player__hero-cta:hover {  background-color: #e0a800;  transform: translateY(-3px);}.page-lego-poppy-playtime-player__introduction-section {  padding: 60px 0;  background-color: #fff;  margin-bottom: 40px;}.page-lego-poppy-playtime-player__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-lego-poppy-playtime-player__feature-item {  background-color: #f0f8ff;  padding: 30px;  border-radius: 10px;  text-align: center;  box-shadow: 0 5px 15px rgba(0,0,0,0.1);  transition: transform 0.3s ease;}.page-lego-poppy-playtime-player__feature-item:hover {  transform: translateY(-10px);}.page-lego-poppy-playtime-player__feature-title {  font-size: 1.8em;  color: #0056b3;  margin-bottom: 15px;}.page-lego-poppy-playtime-player__quick-access-section {  padding: 60px 0;  background-color: #e6f7ff;  margin-bottom: 40px;}.page-lego-poppy-playtime-player__access-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 20px;  margin-top: 40px;}.page-lego-poppy-playtime-player__access-button {  display: block;  background-color: #007bff;  color: #fff;  padding: 15px 20px;  border-radius: 8px;  text-align: center;  text-decoration: none;  font-size: 1.1em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 3px 6px rgba(0,0,0,0.2);}.page-lego-poppy-playtime-player__access-button:hover {  background-color: #0056b3;  transform: translateY(-5px);}.page-lego-poppy-playtime-player__games-section {  padding: 60px 0;  background-color: #fefefe;  margin-bottom: 40px;}.page-lego-poppy-playtime-player__games-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-lego-poppy-playtime-player__game-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0,0,0,0.1);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-lego-poppy-playtime-player__game-card:hover {  transform: translateY(-10px);  box-shadow: 0 10px 25px rgba(0,0,0,0.15);}.page-lego-poppy-playtime-player__game-image {  width: 100%;  height: 200px;  object-fit: cover;  display: block;}.page-lego-poppy-playtime-player__game-title {  font-size: 1.5em;  color: #0056b3;  margin: 20px 15px 10px;}.page-lego-poppy-playtime-player__game-description {  padding: 0 15px 15px;  color: #666;  font-size: 0.95em;}.page-lego-poppy-playtime-player__game-button {  display: block;  background-color: #28a745;  color: #fff;  padding: 12px 15px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;}.page-lego-poppy-playtime-player__game-button:hover {  background-color: #218838;}.page-lego-poppy-playtime-player__promotions-section {  padding: 60px 0;  background-color: #f0fff0;  margin-bottom: 40px;}.page-lego-poppy-playtime-player__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-lego-poppy-playtime-player__promo-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0,0,0,0.1);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-lego-poppy-playtime-player__promo-card:hover {  transform: translateY(-10px);  box-shadow: 0 10px 25px rgba(0,0,0,0.15);}.page-lego-poppy-playtime-player__promo-image {  width: 100%;  height: 220px;  object-fit: cover;  display: block;}.page-lego-poppy-playtime-player__promo-title {  font-size: 1.6em;  color: #0056b3;  margin: 20px 15px 10px;}.page-lego-poppy-playtime-player__promo-description {  padding: 0 15px 15px;  color: #666;  font-size: 0.95em;}.page-lego-poppy-playtime-player__promo-button {  display: block;  background-color: #ffc107;  color: #333;  padding: 12px 15px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;}.page-lego-poppy-playtime-player__promo-button:hover {  background-color: #e0a800;}.page-lego-poppy-playtime-player__security-support-section {  padding: 60px 0;  background-color: #f5f5f5;  margin-bottom: 40px;}.page-lego-poppy-playtime-player__info-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-lego-poppy-playtime-player__info-item {  background-color: #fff;  padding: 30px;  border-radius: 10px;  text-align: center;  box-shadow: 0 5px 15px rgba(0,0,0,0.08);}.page-lego-poppy-playtime-player__info-title {  font-size: 1.8em;  color: #0056b3;  margin-bottom: 15px;}.page-lego-poppy-playtime-player__support-button {  display: inline-block;  background-color: #dc3545;  color: #fff;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  margin-top: 20px;  transition: background-color 0.3s ease;}.page-lego-poppy-playtime-player__support-button:hover {  background-color: #c82333;}.page-lego-poppy-playtime-player__faq-section {  padding: 60px 0;  background-color: #fff;  margin-bottom: 40px;}.page-lego-poppy-playtime-player__faq-list {  max-width: 900px;  margin: 40px auto 0 auto;}.page-lego-poppy-playtime-player__faq-item {  background-color: #f9f9f9;  border: 1px solid #ddd;  border-radius: 8px;  margin-bottom: 15px;  overflow: hidden;  box-sizing: border-box;}.page-lego-poppy-playtime-player__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 18px 20px;  cursor: pointer;  background-color: #e9ecef;  color: #333;  font-weight: bold;  user-select: none;  transition: background-color 0.3s ease;}.page-lego-poppy-playtime-player__faq-question:hover {  background-color: #dee2e6;}.page-lego-poppy-playtime-player__faq-question-title {  margin: 0;  font-size: 1.1em;  color: #333;  pointer-events: none;}.page-lego-poppy-playtime-player__faq-toggle {  font-size: 1.5em;  line-height: 1;  transition: transform 0.3s ease;  pointer-events: none;}.page-lego-poppy-playtime-player__faq-item.active .page-lego-poppy-playtime-player__faq-toggle {  transform: rotate(45deg);}.page-lego-poppy-playtime-player__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;}.page-lego-poppy-playtime-player__faq-item.active .page-lego-poppy-playtime-player__faq-answer {  max-height: 2000px !important;  padding: 20px !important;  opacity: 1;}.page-lego-poppy-playtime-player__faq-answer p {  margin: 0;  color: #555;}.page-lego-poppy-playtime-player__blog-section {  padding: 60px 0;  background-color: #f8f8f8;}.page-lego-poppy-playtime-player__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-lego-poppy-playtime-player__blog-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0,0,0,0.1);  overflow: hidden;  text-decoration: none;  color: #333;  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;}.page-lego-poppy-playtime-player__blog-card:hover {  transform: translateY(-10px);  box-shadow: 0 10px 25px rgba(0,0,0,0.15);}.page-lego-poppy-playtime-player__blog-image {  width: 100%;  height: 200px;  object-fit: cover;  display: block;}.page-lego-poppy-playtime-player__blog-content {  padding: 20px;  flex-grow: 1;  display: flex;  flex-direction: column;}.page-lego-poppy-playtime-player__blog-title {  font-size: 1.4em;  color: #0056b3;  margin-bottom: 10px;}.page-lego-poppy-playtime-player__blog-excerpt {  color: #666;  font-size: 0.95em;  margin-bottom: 15px;  flex-grow: 1;}.page-lego-poppy-playtime-player__blog-date {  font-size: 0.85em;  color: #999;  text-align: right;  margin-top: auto;}.page-lego-poppy-playtime-player img {  max-width: 100%;  height: auto;  display: block;  box-sizing: border-box;}@media (max-width: 992px) {  .page-lego-poppy-playtime-player__hero-title {    font-size: 2.8em;  }  .page-lego-poppy-playtime-player__hero-subtitle {    font-size: 1.2em;  }  .page-lego-poppy-playtime-player__section-title {    font-size: 2em;  }}@media (max-width: 768px) {  .page-lego-poppy-playtime-player__hero-section {    height: 450px;  }  .page-lego-poppy-playtime-player__hero-title {    font-size: 2.2em;  }  .page-lego-poppy-playtime-player__hero-subtitle {    font-size: 1em;  }  .page-lego-poppy-playtime-player__hero-cta {    padding: 12px 25px;    font-size: 1em;  }  .page-lego-poppy-playtime-player__section-title {    font-size: 1.8em;  }  .page-lego-poppy-playtime-player__section-description {    font-size: 1em;    margin-bottom: 30px;  }  .page-lego-poppy-playtime-player__features-grid,  .page-lego-poppy-playtime-player__access-grid,  .page-lego-poppy-playtime-player__games-grid,  .page-lego-poppy-playtime-player__promo-grid,  .page-lego-poppy-playtime-player__info-grid,  .page-lego-poppy-playtime-player__blog-grid {    grid-template-columns: 1fr;    gap: 20px;  }  .page-lego-poppy-playtime-player__feature-item,  .page-lego-poppy-playtime-player__game-card,  .page-lego-poppy-playtime-player__promo-card,  .page-lego-poppy-playtime-player__info-item,  .page-lego-poppy-playtime-player__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-lego-poppy-playtime-player__faq-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-lego-poppy-playtime-player__faq-question {    padding: 15px;  }  .page-lego-poppy-playtime-player__faq-question-title {    font-size: 1em;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-lego-poppy-playtime-player__faq-answer {    padding: 0 15px;  }  .page-lego-poppy-playtime-player__faq-item.active .page-lego-poppy-playtime-player__faq-answer {    padding: 15px !important;  }  .page-lego-poppy-playtime-player img {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }}@media (max-width: 480px) {  .page-lego-poppy-playtime-player__hero-section {    height: 400px;  }  .page-lego-poppy-playtime-player__hero-title {    font-size: 1.8em;  }  .page-lego-poppy-playtime-player__hero-subtitle {    font-size: 0.9em;  }  .page-lego-poppy-playtime-player__hero-cta {    padding: 10px 20px;    font-size: 0.9em;  }  .page-lego-poppy-playtime-player__section-title {    font-size: 1.5em;  }  .page-lego-poppy-playtime-player__feature-title,  .page-lego-poppy-playtime-player__game-title,  .page-lego-poppy-playtime-player__promo-title,  .page-lego-poppy-playtime-player__info-title,  .page-lego-poppy-playtime-player__blog-title {    font-size: 1.3em;  }}