.page-buggy-poppy-playtime {  font-family: Arial, sans-serif;  color: #e0e0e0;  background-color: #1a1a1a;  line-height: 1.6;}.page-buggy-poppy-playtime__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;  box-sizing: border-box;}.page-buggy-poppy-playtime__section-title {  font-size: 2.5em;  color: #ffd700;  text-align: center;  margin-bottom: 40px;  padding-top: 20px;  text-shadow: 0 0 8px rgba(255, 215, 0, 0.4);}.page-buggy-poppy-playtime__highlight {  color: #00bfff;  font-weight: bold;}.page-buggy-poppy-playtime__cta-button {  display: inline-block;  padding: 12px 25px;  background-color: #00bfff;  color: #ffffff;  text-decoration: none;  border-radius: 8px;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  text-align: center;  box-sizing: border-box;  border: none;  cursor: pointer;}.page-buggy-poppy-playtime__cta-button:hover {  background-color: #009acd;  transform: translateY(-2px);}.page-buggy-poppy-playtime__hero-section {  position: relative;  width: 100%;  height: 600px;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  overflow: hidden;  padding-top: 10px;  box-sizing: border-box;}.page-buggy-poppy-playtime__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 0;  filter: brightness(0.6);  max-width: 100%;}.page-buggy-poppy-playtime__hero-content {  position: relative;  z-index: 1;  max-width: 800px;  padding: 20px;  background: rgba(0, 0, 0, 0.5);  border-radius: 15px;}.page-buggy-poppy-playtime__hero-title {  font-size: 3.5em;  margin-bottom: 15px;  color: #ffffff;  line-height: 1.2;}.page-buggy-poppy-playtime__hero-subtitle {  font-size: 1.5em;  margin-bottom: 30px;  color: #e0e0e0;}.page-buggy-poppy-playtime__hero-cta-group {  display: flex;  gap: 20px;  justify-content: center;  flex-wrap: wrap;}.page-buggy-poppy-playtime__hero-cta-button {  min-width: 180px;  font-size: 1.1em;  padding: 15px 30px;}.page-buggy-poppy-playtime__hero-cta-button--primary {  background-color: #ffd700;  color: #1a1a1a;}.page-buggy-poppy-playtime__hero-cta-button--primary:hover {  background-color: #e6c200;}.page-buggy-poppy-playtime__hero-cta-button--secondary {  background-color: #00bfff;  color: #ffffff;}.page-buggy-poppy-playtime__hero-cta-button--secondary:hover {  background-color: #009acd;}.page-buggy-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: #2a2a2a;  border-bottom: 1px solid #333;}.page-buggy-poppy-playtime__payment-providers .page-buggy-poppy-playtime__section-title {  width: 100%;  margin-bottom: 20px;  color: #e0e0e0;  padding-top: 0;}.page-buggy-poppy-playtime__logo-carousel {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 30px;  width: 100%;}.page-buggy-poppy-playtime__payment-logo {  flex: 0 0 auto;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  box-sizing: border-box;  object-fit: contain;  display: block;  filter: grayscale(100%) brightness(150%);  transition: filter 0.3s ease;}.page-buggy-poppy-playtime__payment-logo:hover {  filter: grayscale(0%) brightness(100%);}.page-buggy-poppy-playtime__about-us-section {  padding: 60px 0;  background-color: #1a1a1a;  text-align: center;}.page-buggy-poppy-playtime__about-us-section .page-buggy-poppy-playtime__text-content {  font-size: 1.1em;  max-width: 800px;  margin: 0 auto 25px auto;  color: #c0c0c0;}.page-buggy-poppy-playtime__about-us-section .page-buggy-poppy-playtime__cta-button {  margin-top: 20px;}.page-buggy-poppy-playtime__quick-access-section {  padding: 60px 0;  background-color: #2a2a2a;}.page-buggy-poppy-playtime__access-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-buggy-poppy-playtime__access-card {  background-color: #333333;  padding: 30px;  border-radius: 10px;  text-align: center;  text-decoration: none;  color: #e0e0e0;  transition: transform 0.3s ease, background-color 0.3s ease;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;}.page-buggy-poppy-playtime__access-card:hover {  transform: translateY(-5px);  background-color: #444444;}.page-buggy-poppy-playtime__access-icon {  width: 100px;  height: 100px;  object-fit: contain;  margin-bottom: 20px;  max-width: 100%;}.page-buggy-poppy-playtime__access-title {  font-size: 1.5em;  color: #ffd700;  margin-bottom: 10px;}.page-buggy-poppy-playtime__access-description {  font-size: 1em;  color: #c0c0c0;}.page-buggy-poppy-playtime__games-section {  padding: 60px 0;  background-color: #1a1a1a;}.page-buggy-poppy-playtime__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-buggy-poppy-playtime__game-card {  background-color: #2a2a2a;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  text-align: center;  transition: transform 0.3s ease;  display: flex;  flex-direction: column;}.page-buggy-poppy-playtime__game-card:hover {  transform: translateY(-5px);}.page-buggy-poppy-playtime__game-image {  width: 100%;  height: 200px;  object-fit: cover;  max-width: 100%;}.page-buggy-poppy-playtime__game-title {  font-size: 1.6em;  color: #ffd700;  margin: 20px 15px 10px;}.page-buggy-poppy-playtime__game-description {  font-size: 0.95em;  color: #c0c0c0;  padding: 0 15px 20px;  flex-grow: 1;}.page-buggy-poppy-playtime__game-card .page-buggy-poppy-playtime__cta-button {  margin: 0 15px 20px;  width: calc(100% - 30px);}.page-buggy-poppy-playtime__promotions-section {  padding: 60px 0;  background-color: #2a2a2a;}.page-buggy-poppy-playtime__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-buggy-poppy-playtime__promo-card {  background-color: #333333;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  text-align: center;  transition: transform 0.3s ease;  display: flex;  flex-direction: column;}.page-buggy-poppy-playtime__promo-card:hover {  transform: translateY(-5px);}.page-buggy-poppy-playtime__promo-image {  width: 100%;  height: 220px;  object-fit: cover;  max-width: 100%;}.page-buggy-poppy-playtime__promo-title {  font-size: 1.6em;  color: #ffd700;  margin: 20px 15px 10px;}.page-buggy-poppy-playtime__promo-description {  font-size: 0.95em;  color: #c0c0c0;  padding: 0 15px 20px;  flex-grow: 1;}.page-buggy-poppy-playtime__promo-card .page-buggy-poppy-playtime__cta-button {  margin: 0 15px 20px;  width: calc(100% - 30px);}.page-buggy-poppy-playtime__security-support-section {  padding: 60px 0;  background-color: #1a1a1a;  text-align: center;}.page-buggy-poppy-playtime__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-buggy-poppy-playtime__feature-item {  background-color: #2a2a2a;  padding: 30px;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease;}.page-buggy-poppy-playtime__feature-item:hover {  transform: translateY(-5px);}.page-buggy-poppy-playtime__feature-icon {  width: 100px;  height: 100px;  object-fit: contain;  margin-bottom: 20px;  max-width: 100%;}.page-buggy-poppy-playtime__feature-title {  font-size: 1.5em;  color: #ffd700;  margin-bottom: 10px;}.page-buggy-poppy-playtime__feature-description {  font-size: 1em;  color: #c0c0c0;}.page-buggy-poppy-playtime__cta-button--contact {  margin-top: 40px;}.page-buggy-poppy-playtime__faq-section {  padding: 60px 0;  background-color: #2a2a2a;}.page-buggy-poppy-playtime__faq-list {  max-width: 900px;  margin: 40px auto 0;}.page-buggy-poppy-playtime__faq-item {  background-color: #333333;  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}.page-buggy-poppy-playtime__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  background-color: #444444;  color: #ffffff;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease;  user-select: none;}.page-buggy-poppy-playtime__faq-question:hover {  background-color: #555555;}.page-buggy-poppy-playtime__faq-heading {  margin: 0;  flex-grow: 1;  color: #ffd700;  pointer-events: none;}.page-buggy-poppy-playtime__faq-toggle {  font-size: 1.5em;  line-height: 1;  margin-left: 15px;  transition: transform 0.3s ease;  color: #00bfff;  pointer-events: none;}.page-buggy-poppy-playtime__faq-item.active .page-buggy-poppy-playtime__faq-toggle {  transform: rotate(45deg);}.page-buggy-poppy-playtime__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  background-color: #333333;  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-buggy-poppy-playtime__faq-item.active .page-buggy-poppy-playtime__faq-answer {  max-height: 2000px !important;  padding: 20px 25px !important;  opacity: 1;}.page-buggy-poppy-playtime__faq-answer p {  margin: 0;  padding-bottom: 10px;}.page-buggy-poppy-playtime__blog-section {  padding: 60px 0;  background-color: #1a1a1a;}.page-buggy-poppy-playtime__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-buggy-poppy-playtime__blog-card {  background-color: #2a2a2a;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease;  display: flex;  flex-direction: column;}.page-buggy-poppy-playtime__blog-card:hover {  transform: translateY(-5px);}.page-buggy-poppy-playtime__blog-image {  width: 100%;  height: 200px;  object-fit: cover;  max-width: 100%;}.page-buggy-poppy-playtime__blog-content {  padding: 20px;  flex-grow: 1;  display: flex;  flex-direction: column;}.page-buggy-poppy-playtime__blog-title {  font-size: 1.4em;  color: #ffd700;  margin-bottom: 10px;}.page-buggy-poppy-playtime__blog-excerpt {  font-size: 0.95em;  color: #c0c0c0;  margin-bottom: 20px;  flex-grow: 1;}.page-buggy-poppy-playtime__blog-read-more {  display: inline-block;  padding: 8px 15px;  background-color: #00bfff;  color: #ffffff;  text-decoration: none;  border-radius: 5px;  font-size: 0.9em;  transition: background-color 0.3s ease;  align-self: flex-start;}.page-buggy-poppy-playtime__blog-read-more:hover {  background-color: #009acd;}@media (max-width: 1024px) {  .page-buggy-poppy-playtime__hero-title {    font-size: 3em;  }  .page-buggy-poppy-playtime__hero-subtitle {    font-size: 1.3em;  }  .page-buggy-poppy-playtime__section-title {    font-size: 2em;  }}@media (max-width: 768px) {  .page-buggy-poppy-playtime__hero-section {    height: 500px;  }  .page-buggy-poppy-playtime__hero-title {    font-size: 2.2em;  }  .page-buggy-poppy-playtime__hero-subtitle {    font-size: 1.1em;  }  .page-buggy-poppy-playtime__hero-cta-group {    flex-direction: column;    gap: 15px;  }  .page-buggy-poppy-playtime__hero-cta-button {    width: 100%;    max-width: 280px;    margin: 0 auto;  }  .page-buggy-poppy-playtime__section-title {    font-size: 1.8em;    margin-bottom: 30px;  }  .page-buggy-poppy-playtime__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 15px;  }  .page-buggy-poppy-playtime__payment-providers .page-buggy-poppy-playtime__section-title {    font-size: 1.5em;  }  .page-buggy-poppy-playtime__payment-logo {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-buggy-poppy-playtime__container {    padding: 15px;  }  .page-buggy-poppy-playtime__about-us-section,  .page-buggy-poppy-playtime__quick-access-section,  .page-buggy-poppy-playtime__games-section,  .page-buggy-poppy-playtime__promotions-section,  .page-buggy-poppy-playtime__security-support-section,  .page-buggy-poppy-playtime__faq-section,  .page-buggy-poppy-playtime__blog-section {    padding: 40px 0;  }  .page-buggy-poppy-playtime__access-grid,  .page-buggy-poppy-playtime__game-categories,  .page-buggy-poppy-playtime__promo-grid,  .page-buggy-poppy-playtime__features-grid,  .page-buggy-poppy-playtime__blog-grid {    grid-template-columns: 1fr;  }  .page-buggy-poppy-playtime__access-card,  .page-buggy-poppy-playtime__game-card,  .page-buggy-poppy-playtime__promo-card,  .page-buggy-poppy-playtime__feature-item,  .page-buggy-poppy-playtime__blog-card {    padding: 20px;    box-sizing: border-box !important;    width: 100% !important;    max-width: 100% !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-buggy-poppy-playtime__access-icon,  .page-buggy-poppy-playtime__feature-icon {    width: 80px;    height: 80px;    margin-bottom: 15px;  }  .page-buggy-poppy-playtime__access-title,  .page-buggy-poppy-playtime__game-title,  .page-buggy-poppy-playtime__promo-title,  .page-buggy-poppy-playtime__feature-title,  .page-buggy-poppy-playtime__blog-title {    font-size: 1.3em;  }  .page-buggy-poppy-playtime__faq-question {    font-size: 1.1em;    padding: 15px 20px;  }  .page-buggy-poppy-playtime__faq-heading {    font-size: 1em;  }  .page-buggy-poppy-playtime__faq-answer {    padding: 0 20px;  }  .page-buggy-poppy-playtime__faq-item.active .page-buggy-poppy-playtime__faq-answer {    padding: 15px 20px !important;  }}.page-buggy-poppy-playtime img:not(.page-buggy-poppy-playtime__payment-logo) {  max-width: 100%;  height: auto;  display: block;}@media (max-width: 768px) {  .page-buggy-poppy-playtime img:not(.page-buggy-poppy-playtime__payment-logo) {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }}