.page-poppy-playtime-chapter-3-guide-android {  font-family: 'Arial', sans-serif;  color: #e0e0e0;  background-color: #1a1a2e;  line-height: 1.6;  padding-top: 10px;}.page-poppy-playtime-chapter-3-guide-android__container {  max-width: 1200px;  margin: 0 auto;  padding: 0 20px;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-guide-android__section-title {  font-size: 2.5em;  color: #ffc107;  text-align: center;  margin-bottom: 40px;  padding-top: 40px;  font-weight: bold;}.page-poppy-playtime-chapter-3-guide-android__section-title--small {  font-size: 1.8em;  margin-bottom: 20px;}.page-poppy-playtime-chapter-3-guide-android__text-content {  font-size: 1.1em;  margin-bottom: 20px;  text-align: center;  max-width: 800px;  margin-left: auto;  margin-right: auto;}.page-poppy-playtime-chapter-3-guide-android__cta-button {  display: inline-block;  background-color: #e91e63;  color: #ffffff;  padding: 15px 30px;  border-radius: 8px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease;  margin-top: 20px;  text-align: center;}.page-poppy-playtime-chapter-3-guide-android__cta-button:hover {  background-color: #c2185b;}.page-poppy-playtime-chapter-3-guide-android__cta-button--secondary {  background-color: #6a0dad;}.page-poppy-playtime-chapter-3-guide-android__cta-button--secondary:hover {  background-color: #51008e;}.highlight {  color: #ffc107;}.keyword {  font-weight: bold;}/* HERO Section */.page-poppy-playtime-chapter-3-guide-android__hero-section {  position: relative;  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;  text-align: center;  color: #ffffff;  padding: 80px 20px;  min-height: 600px;  overflow: hidden;  background-color: #2c2c4a;}.page-poppy-playtime-chapter-3-guide-android__hero-image-wrapper {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 1;  background-color: rgba(0, 0, 0, 0.4);}.page-poppy-playtime-chapter-3-guide-android__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  display: block;}.page-poppy-playtime-chapter-3-guide-android__hero-content {  position: relative;  z-index: 2;  max-width: 900px;}.page-poppy-playtime-chapter-3-guide-android__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  line-height: 1.2;}.page-poppy-playtime-chapter-3-guide-android__hero-subtitle {  font-size: 1.3em;  margin-bottom: 30px;}/* Partner/Supplier Logo Area */.page-poppy-playtime-chapter-3-guide-android__payment-providers {  display: flex;  flex-direction: column;  align-items: center;  padding: 40px 20px;  background-color: #2c2c4a;}.page-poppy-playtime-chapter-3-guide-android__payment-logo-grid {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-guide-android__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;}.page-poppy-playtime-chapter-3-guide-android__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}/* Intro Section */.page-poppy-playtime-chapter-3-guide-android__intro-section {  padding: 60px 0;  background-color: #1a1a2e;  text-align: center;}/* Quick Access Section */.page-poppy-playtime-chapter-3-guide-android__quick-access-section {  padding: 60px 0;  background-color: #2c2c4a;}.page-poppy-playtime-chapter-3-guide-android__access-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-chapter-3-guide-android__access-card {  background-color: #3a3a5a;  padding: 30px;  border-radius: 10px;  text-align: center;  text-decoration: none;  color: #ffffff;  transition: transform 0.3s ease, background-color 0.3s ease;  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;}.page-poppy-playtime-chapter-3-guide-android__access-card:hover {  transform: translateY(-5px);  background-color: #4a4a6a;}.page-poppy-playtime-chapter-3-guide-android__access-title {  font-size: 1.5em;  margin-bottom: 10px;  color: #ffc107;}.page-poppy-playtime-chapter-3-guide-android__access-description {  font-size: 0.95em;  color: #e0e0e0;}/* Core Games Section */.page-poppy-playtime-chapter-3-guide-android__games-section {  padding: 60px 0;  background-color: #1a1a2e;}.page-poppy-playtime-chapter-3-guide-android__game-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-chapter-3-guide-android__game-card {  background-color: #3a3a5a;  border-radius: 10px;  overflow: hidden;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-poppy-playtime-chapter-3-guide-android__game-card:hover {  transform: translateY(-5px);  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);}.page-poppy-playtime-chapter-3-guide-android__game-image {  width: 100%;  height: 200px;  object-fit: cover;  display: block;}.page-poppy-playtime-chapter-3-guide-android__game-title {  font-size: 1.4em;  margin: 15px 10px 5px;  color: #ffc107;}.page-poppy-playtime-chapter-3-guide-android__game-description {  font-size: 0.9em;  padding: 0 15px 15px;  color: #e0e0e0;}.page-poppy-playtime-chapter-3-guide-android__game-link {  display: block;  background-color: #e91e63;  color: #ffffff;  padding: 10px 0;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;}.page-poppy-playtime-chapter-3-guide-android__game-link:hover {  background-color: #c2185b;}/* Promotions Section */.page-poppy-playtime-chapter-3-guide-android__promotions-section {  padding: 60px 0;  background-color: #2c2c4a;}.page-poppy-playtime-chapter-3-guide-android__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-chapter-3-guide-android__promo-card {  background-color: #3a3a5a;  border-radius: 10px;  overflow: hidden;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-poppy-playtime-chapter-3-guide-android__promo-card:hover {  transform: translateY(-5px);  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);}.page-poppy-playtime-chapter-3-guide-android__promo-image {  width: 100%;  height: 220px;  object-fit: cover;  display: block;}.page-poppy-playtime-chapter-3-guide-android__promo-title {  font-size: 1.4em;  margin: 15px 10px 5px;  color: #ffc107;}.page-poppy-playtime-chapter-3-guide-android__promo-description {  font-size: 0.9em;  padding: 0 15px 15px;  color: #e0e0e0;}.page-poppy-playtime-chapter-3-guide-android__promo-button {  display: block;  background-color: #e91e63;  color: #ffffff;  padding: 10px 0;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;}.page-poppy-playtime-chapter-3-guide-android__promo-button:hover {  background-color: #c2185b;}/* Security Section */.page-poppy-playtime-chapter-3-guide-android__security-section {  padding: 60px 0;  background-color: #1a1a2e;}.page-poppy-playtime-chapter-3-guide-android__security-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-chapter-3-guide-android__security-item {  background-color: #3a3a5a;  padding: 30px;  border-radius: 10px;  text-align: center;}.page-poppy-playtime-chapter-3-guide-android__security-icon {  width: 80px;  height: 80px;  object-fit: contain;  margin: 0 auto 20px;  display: block;}.page-poppy-playtime-chapter-3-guide-android__security-title {  font-size: 1.4em;  color: #ffc107;  margin-bottom: 10px;}.page-poppy-playtime-chapter-3-guide-android__security-description {  font-size: 0.95em;  color: #e0e0e0;  margin-bottom: 20px;}.page-poppy-playtime-chapter-3-guide-android__security-button {  display: inline-block;  background-color: #6a0dad;  color: #ffffff;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;}.page-poppy-playtime-chapter-3-guide-android__security-button:hover {  background-color: #51008e;}/* FAQ Section */.page-poppy-playtime-chapter-3-guide-android__faq-section {  padding: 60px 0;  background-color: #2c2c4a;}.page-poppy-playtime-chapter-3-guide-android__faq-list {  max-width: 800px;  margin: 40px auto 0;}.page-poppy-playtime-chapter-3-guide-android__faq-item {  background-color: #3a3a5a;  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;}.page-poppy-playtime-chapter-3-guide-android__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px;  cursor: pointer;  user-select: none;  background-color: #4a4a6a;  transition: background-color 0.3s ease;}.page-poppy-playtime-chapter-3-guide-android__faq-question:hover {  background-color: #5a5a7a;}.page-poppy-playtime-chapter-3-guide-android__faq-title {  font-size: 1.2em;  color: #ffc107;  margin: 0;  pointer-events: none;}.page-poppy-playtime-chapter-3-guide-android__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: #ffffff;  transition: transform 0.3s ease;  pointer-events: none;}.page-poppy-playtime-chapter-3-guide-android__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-poppy-playtime-chapter-3-guide-android__faq-item.active .page-poppy-playtime-chapter-3-guide-android__faq-answer {  max-height: 2000px !important;  padding: 20px !important;  opacity: 1;}.page-poppy-playtime-chapter-3-guide-android__faq-item.active .page-poppy-playtime-chapter-3-guide-android__faq-toggle {  transform: rotate(45deg);}/* Blog Section */.page-poppy-playtime-chapter-3-guide-android__blog-section {  padding: 60px 0 80px;  background-color: #1a1a2e;}.page-poppy-playtime-chapter-3-guide-android__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-poppy-playtime-chapter-3-guide-android__blog-card {  background-color: #3a3a5a;  border-radius: 10px;  overflow: hidden;  text-decoration: none;  color: #ffffff;  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;}.page-poppy-playtime-chapter-3-guide-android__blog-card:hover {  transform: translateY(-5px);  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);}.page-poppy-playtime-chapter-3-guide-android__blog-image {  width: 100%;  height: 220px;  object-fit: cover;  display: block;}.page-poppy-playtime-chapter-3-guide-android__blog-title {  font-size: 1.3em;  margin: 15px 15px 10px;  color: #ffc107;  flex-grow: 1;}.page-poppy-playtime-chapter-3-guide-android__blog-summary {  font-size: 0.9em;  padding: 0 15px 10px;  color: #e0e0e0;}.page-poppy-playtime-chapter-3-guide-android__blog-date {  font-size: 0.8em;  color: #999999;  padding: 0 15px 15px;  display: block;  text-align: right;}/* Responsive Design */@media (max-width: 992px) {  .page-poppy-playtime-chapter-3-guide-android__hero-title {    font-size: 2.8em;  }  .page-poppy-playtime-chapter-3-guide-android__hero-subtitle {    font-size: 1.1em;  }  .page-poppy-playtime-chapter-3-guide-android__section-title {    font-size: 2em;  }}@media (max-width: 768px) {  .page-poppy-playtime-chapter-3-guide-android {    padding-top: 5px;  }  .page-poppy-playtime-chapter-3-guide-android__hero-section {    min-height: 450px;    padding: 60px 15px;  }  .page-poppy-playtime-chapter-3-guide-android__hero-title {    font-size: 2.2em;  }  .page-poppy-playtime-chapter-3-guide-android__hero-subtitle {    font-size: 1em;  }  .page-poppy-playtime-chapter-3-guide-android__cta-button {    padding: 12px 25px;    font-size: 1em;  }  .page-poppy-playtime-chapter-3-guide-android__section-title {    font-size: 1.8em;    margin-bottom: 30px;    padding-top: 30px;  }  .page-poppy-playtime-chapter-3-guide-android__section-title--small {    font-size: 1.5em;  }  .page-poppy-playtime-chapter-3-guide-android__text-content {    font-size: 1em;    padding: 0 10px;  }  /* Partner Logo Area - Specific mobile styling */  .page-poppy-playtime-chapter-3-guide-android__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 15px;  }  .page-poppy-playtime-chapter-3-guide-android__payment-logo,  .page-poppy-playtime-chapter-3-guide-android__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  /* Grid items responsiveness */  .page-poppy-playtime-chapter-3-guide-android__access-grid,  .page-poppy-playtime-chapter-3-guide-android__game-grid,  .page-poppy-playtime-chapter-3-guide-android__promo-grid,  .page-poppy-playtime-chapter-3-guide-android__security-grid,  .page-poppy-playtime-chapter-3-guide-android__blog-grid {    grid-template-columns: 1fr;    gap: 20px;    margin-top: 30px;  }  .page-poppy-playtime-chapter-3-guide-android__access-card,  .page-poppy-playtime-chapter-3-guide-android__game-card,  .page-poppy-playtime-chapter-3-guide-android__promo-card,  .page-poppy-playtime-chapter-3-guide-android__security-item,  .page-poppy-playtime-chapter-3-guide-android__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 20px !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-poppy-playtime-chapter-3-guide-android__game-image,  .page-poppy-playtime-chapter-3-guide-android__promo-image,  .page-poppy-playtime-chapter-3-guide-android__blog-image {    max-width: 100% !important;    height: auto !important;    object-fit: cover;  }  .page-poppy-playtime-chapter-3-guide-android__security-icon {    width: 60px;    height: 60px;  }  .page-poppy-playtime-chapter-3-guide-android__faq-list {    margin-top: 30px;    padding: 0 10px;  }  .page-poppy-playtime-chapter-3-guide-android__faq-question {    padding: 15px;  }  .page-poppy-playtime-chapter-3-guide-android__faq-title {    font-size: 1.1em;  }  .page-poppy-playtime-chapter-3-guide-android__faq-answer {    padding: 15px !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;  }}@media (max-width: 480px) {  .page-poppy-playtime-chapter-3-guide-android__hero-title {    font-size: 1.8em;  }  .page-poppy-playtime-chapter-3-guide-android__hero-subtitle {    font-size: 0.9em;  }  .page-poppy-playtime-chapter-3-guide-android__section-title {    font-size: 1.5em;  }  .page-poppy-playtime-chapter-3-guide-android__cta-button {    padding: 10px 20px;    font-size: 0.9em;  }}