/* General Styling for the page */.page-poppy-playtime-rp {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f9fa;  padding-top: 10px; /* Minimal padding-top as body is expected to have header offset */} .page-poppy-playtime-rp__section-title {  font-size: 2.5em;  color: #007bff;  text-align: center;  margin-bottom: 40px;  padding-top: 40px;  font-weight: bold;} .page-poppy-playtime-rp__section-title--small {  font-size: 1.8em;  color: #555;  margin-bottom: 20px;}/* Hero Section */.page-poppy-playtime-rp__hero-section {  position: relative;  width: 100%;  height: 600px; /* Fixed height for desktop */  display: flex;  align-items: center;  justify-content: center;  text-align: center;  color: #fff;  overflow: hidden;  box-sizing: border-box;  padding: 20px;} .page-poppy-playtime-rp__hero-image-container {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 1;} .page-poppy-playtime-rp__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  filter: brightness(0.6); /* Darken image for text readability */  max-width: 100% !important; /* Responsive image rule */  height: auto !important; /* Responsive image rule */} .page-poppy-playtime-rp__hero-content {  position: relative;  z-index: 2;  max-width: 900px;  padding: 20px;  background-color: rgba(0, 0, 0, 0.4);  border-radius: 10px;} .page-poppy-playtime-rp__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  line-height: 1.2;} .page-poppy-playtime-rp__hero-description {  font-size: 1.3em;  margin-bottom: 30px;} .page-poppy-playtime-rp__hero-cta-group {  display: flex;  justify-content: center;  gap: 20px;  flex-wrap: wrap;} .page-poppy-playtime-rp__hero-button {  display: inline-block;  padding: 15px 30px;  border-radius: 50px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  white-space: nowrap;} .page-poppy-playtime-rp__hero-button--primary {  background-color: #007bff;  color: #fff;  border: 2px solid #007bff;} .page-poppy-playtime-rp__hero-button--primary:hover {  background-color: #0056b3;  transform: translateY(-2px);} .page-poppy-playtime-rp__hero-button--secondary {  background-color: transparent;  color: #fff;  border: 2px solid #fff;} .page-poppy-playtime-rp__hero-button--secondary:hover {  background-color: rgba(255, 255, 255, 0.2);  transform: translateY(-2px);}/* Payment Providers Section */.page-poppy-playtime-rp__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: #e9ecef;} .page-poppy-playtime-rp__payment-logo-grid {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  max-width: 1200px;  width: 100%;} .page-poppy-playtime-rp__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;  display: block; /* Ensure it behaves like a block element */}/* Introduction Section */.page-poppy-playtime-rp__introduction-section {  padding: 60px 20px;  max-width: 1200px;  margin: 0 auto;  text-align: center;} .page-poppy-playtime-rp__intro-text {  font-size: 1.1em;  margin-bottom: 50px;  max-width: 800px;  margin-left: auto;  margin-right: auto;} .page-poppy-playtime-rp__intro-features {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  text-align: center;} .page-poppy-playtime-rp__feature-item {  background-color: #fff;  padding: 30px;  border-radius: 10px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease;} .page-poppy-playtime-rp__feature-item:hover {  transform: translateY(-10px);} .page-poppy-playtime-rp__feature-icon {  width: 100px;  height: 100px;  margin-bottom: 20px;  object-fit: contain;  max-width: 100% !important;  height: auto !important;} .page-poppy-playtime-rp__feature-title {  font-size: 1.5em;  color: #007bff;  margin-bottom: 15px;} .page-poppy-playtime-rp__feature-description {  font-size: 1em;  color: #555;}/* Quick Access Section */.page-poppy-playtime-rp__quick-access-section {  background-color: #007bff;  padding: 60px 20px;  text-align: center;  color: #fff;} .page-poppy-playtime-rp__quick-access-description {  font-size: 1.1em;  margin-bottom: 40px;  max-width: 800px;  margin-left: auto;  margin-right: auto;} .page-poppy-playtime-rp__access-buttons {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;} .page-poppy-playtime-rp__access-button {  display: inline-block;  padding: 12px 25px;  background-color: #fff;  color: #007bff;  border: 2px solid #fff;  border-radius: 50px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;  white-space: nowrap;} .page-poppy-playtime-rp__access-button:hover {  background-color: #e2e6ea;  transform: translateY(-2px);}/* Game Showcase Section */.page-poppy-playtime-rp__game-showcase-section {  padding: 60px 20px;  max-width: 1200px;  margin: 0 auto;  text-align: center;} .page-poppy-playtime-rp__game-showcase-description {  font-size: 1.1em;  margin-bottom: 50px;  max-width: 800px;  margin-left: auto;  margin-right: auto;} .page-poppy-playtime-rp__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;} .page-poppy-playtime-rp__game-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: left;  transition: transform 0.3s ease;} .page-poppy-playtime-rp__game-card:hover {  transform: translateY(-10px);} .page-poppy-playtime-rp__game-image {  width: 100%;  height: 200px;  object-fit: cover;  max-width: 100% !important;  height: auto !important;} .page-poppy-playtime-rp__game-title {  font-size: 1.4em;  color: #007bff;  margin: 20px 20px 10px;} .page-poppy-playtime-rp__game-text {  font-size: 0.95em;  color: #666;  padding: 0 20px 20px;} .page-poppy-playtime-rp__game-button {  display: block;  width: calc(100% - 40px);  margin: 0 20px 20px;  padding: 10px 15px;  background-color: #28a745;  color: #fff;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  text-align: center;  transition: background-color 0.3s ease;} .page-poppy-playtime-rp__game-button:hover {  background-color: #218838;}/* Promotions Section */.page-poppy-playtime-rp__promotions-section {  background-color: #f0f8ff;  padding: 60px 20px;  text-align: center;} .page-poppy-playtime-rp__promotions-description {  font-size: 1.1em;  margin-bottom: 50px;  max-width: 800px;  margin-left: auto;  margin-right: auto;} .page-poppy-playtime-rp__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;} .page-poppy-playtime-rp__promo-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: left;  transition: transform 0.3s ease;} .page-poppy-playtime-rp__promo-card:hover {  transform: translateY(-10px);} .page-poppy-playtime-rp__promo-image {  width: 100%;  height: 220px;  object-fit: cover;  max-width: 100% !important;  height: auto !important;} .page-poppy-playtime-rp__promo-title {  font-size: 1.5em;  color: #007bff;  margin: 20px 20px 10px;} .page-poppy-playtime-rp__promo-text {  font-size: 0.95em;  color: #666;  padding: 0 20px 20px;} .page-poppy-playtime-rp__promo-button {  display: block;  width: calc(100% - 40px);  margin: 0 20px 20px;  padding: 12px 15px;  background-color: #ffc107;  color: #333;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  text-align: center;  transition: background-color 0.3s ease;} .page-poppy-playtime-rp__promo-button:hover {  background-color: #e0a800;}/* Security & Support Section */.page-poppy-playtime-rp__security-support-section {  padding: 60px 20px;  max-width: 1200px;  margin: 0 auto;  text-align: center;} .page-poppy-playtime-rp__security-support-description {  font-size: 1.1em;  margin-bottom: 50px;  max-width: 800px;  margin-left: auto;  margin-right: auto;} .page-poppy-playtime-rp__security-features {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;} .page-poppy-playtime-rp__security-item {  background-color: #fff;  padding: 30px;  border-radius: 10px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease;} .page-poppy-playtime-rp__security-item:hover {  transform: translateY(-10px);} .page-poppy-playtime-rp__security-icon {  width: 100px;  height: 100px;  margin-bottom: 20px;  object-fit: contain;  max-width: 100% !important;  height: auto !important;} .page-poppy-playtime-rp__security-title {  font-size: 1.5em;  color: #007bff;  margin-bottom: 15px;} .page-poppy-playtime-rp__security-text {  font-size: 1em;  color: #555;  margin-bottom: 20px;} .page-poppy-playtime-rp__security-button {  display: inline-block;  padding: 10px 20px;  background-color: #6c757d;  color: #fff;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;} .page-poppy-playtime-rp__security-button:hover {  background-color: #5a6268;}/* FAQ Section */.page-poppy-playtime-rp__faq-section {  padding: 60px 20px;  max-width: 900px;  margin: 0 auto;  text-align: center;} .page-poppy-playtime-rp__faq-list {  margin-top: 40px;  text-align: left;} .page-poppy-playtime-rp__faq-item {  background-color: #fff;  border: 1px solid #ddd;  border-radius: 8px;  margin-bottom: 15px;  overflow: hidden;  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);} .page-poppy-playtime-rp__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 15px 20px;  background-color: #f0f0f0;  cursor: pointer;  user-select: none;  transition: background-color 0.3s ease;} .page-poppy-playtime-rp__faq-question:hover {  background-color: #e0e0e0;} .page-poppy-playtime-rp__faq-question-title {  font-size: 1.2em;  color: #333;  margin: 0;  pointer-events: none; /* Prevent h3 from blocking click event */} .page-poppy-playtime-rp__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: #007bff;  transition: transform 0.3s ease;  pointer-events: none; /* Prevent span from blocking click event */} .page-poppy-playtime-rp__faq-item.active .page-poppy-playtime-rp__faq-toggle {  transform: rotate(45deg); /* Change '+' to 'x' visually */} .page-poppy-playtime-rp__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px; /* Initial padding for collapsed state */  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-rp__faq-item.active .page-poppy-playtime-rp__faq-answer {  max-height: 2000px !important; /* Sufficiently large value */  padding: 20px 20px !important; /* Padding for expanded state */  opacity: 1;} .page-poppy-playtime-rp__faq-answer p {  margin: 0;  color: #555;  font-size: 1em;}/* Blog Section */.page-poppy-playtime-rp__blog-section {  background-color: #e9ecef;  padding: 60px 20px;  text-align: center;} .page-poppy-playtime-rp__blog-description {  font-size: 1.1em;  margin-bottom: 50px;  max-width: 800px;  margin-left: auto;  margin-right: auto;} .page-poppy-playtime-rp__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;} .page-poppy-playtime-rp__blog-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: left;  transition: transform 0.3s ease;} .page-poppy-playtime-rp__blog-card:hover {  transform: translateY(-10px);} .page-poppy-playtime-rp__blog-image {  width: 100%;  height: 180px;  object-fit: cover;  max-width: 100% !important;  height: auto !important;} .page-poppy-playtime-rp__blog-title {  font-size: 1.3em;  color: #007bff;  margin: 20px 20px 10px;} .page-poppy-playtime-rp__blog-title a {  color: #007bff;  text-decoration: none;} .page-poppy-playtime-rp__blog-title a:hover {  text-decoration: underline;} .page-poppy-playtime-rp__blog-excerpt {  font-size: 0.95em;  color: #666;  padding: 0 20px;  margin-bottom: 15px;} .page-poppy-playtime-rp__blog-date {  display: block;  font-size: 0.85em;  color: #999;  padding: 0 20px 20px;}/* Responsive Adjustments */@media (max-width: 1024px) {  .page-poppy-playtime-rp__hero-title {    font-size: 3em;  }  .page-poppy-playtime-rp__hero-description {    font-size: 1.2em;  }  .page-poppy-playtime-rp__section-title {    font-size: 2em;  }} @media (max-width: 768px) {  .page-poppy-playtime-rp__hero-section {    height: 500px;    padding: 10px;  }  .page-poppy-playtime-rp__hero-title {    font-size: 2.2em;  }  .page-poppy-playtime-rp__hero-description {    font-size: 1em;  }  .page-poppy-playtime-rp__hero-cta-group {    flex-direction: column;    gap: 10px;  }  .page-poppy-playtime-rp__hero-button {    width: 80%;    margin: 0 auto;  }  .page-poppy-playtime-rp__section-title {    font-size: 1.8em;    margin-bottom: 30px;    padding-top: 30px;  }  .page-poppy-playtime-rp__section-title--small {    font-size: 1.5em;    margin-bottom: 15px;  }  /* Payment Providers specific mobile CSS */  .page-poppy-playtime-rp__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 15px;  }  .page-poppy-playtime-rp__payment-logo,  .page-poppy-playtime-rp__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-poppy-playtime-rp__introduction-section,  .page-poppy-playtime-rp__quick-access-section,  .page-poppy-playtime-rp__game-showcase-section,  .page-poppy-playtime-rp__promotions-section,  .page-poppy-playtime-rp__security-support-section,  .page-poppy-playtime-rp__faq-section,  .page-poppy-playtime-rp__blog-section {    padding: 40px 15px;  }  /* List Item Responsive Rules for grid layouts */  .page-poppy-playtime-rp__intro-features,  .page-poppy-playtime-rp__game-categories,  .page-poppy-playtime-rp__promo-grid,  .page-poppy-playtime-rp__security-features,  .page-poppy-playtime-rp__blog-grid {    grid-template-columns: 1fr; /* Single column layout for mobile */    gap: 20px;    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-rp__feature-item,  .page-poppy-playtime-rp__game-card,  .page-poppy-playtime-rp__promo-card,  .page-poppy-playtime-rp__security-item,  .page-poppy-playtime-rp__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-rp__feature-description,  .page-poppy-playtime-rp__game-text,  .page-poppy-playtime-rp__promo-text,  .page-poppy-playtime-rp__security-text,  .page-poppy-playtime-rp__blog-excerpt {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-poppy-playtime-rp__access-buttons {    flex-direction: column;    gap: 15px;  }  .page-poppy-playtime-rp__access-button {    width: 90%;    margin: 0 auto;  }  /* Image Responsive rules for all images except gamelogo */  .page-poppy-playtime-rp img:not(.page-poppy-playtime-rp__payment-logo) {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  .page-poppy-playtime-rp__hero-image,  .page-poppy-playtime-rp__feature-icon,  .page-poppy-playtime-rp__game-image,  .page-poppy-playtime-rp__promo-image,  .page-poppy-playtime-rp__security-icon,  .page-poppy-playtime-rp__blog-image {    width: 100% !important;    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  /* FAQ specific mobile CSS */  .page-poppy-playtime-rp__faq-question {    padding: 12px 15px;  }  .page-poppy-playtime-rp__faq-question-title {    font-size: 1.1em;  }  .page-poppy-playtime-rp__faq-toggle {    font-size: 1.3em;  }  .page-poppy-playtime-rp__faq-answer {    padding: 0 15px;  }  .page-poppy-playtime-rp__faq-item.active .page-poppy-playtime-rp__faq-answer {    padding: 15px 15px !important;  }} @media (max-width: 480px) {  .page-poppy-playtime-rp__hero-title {    font-size: 1.8em;  }  .page-poppy-playtime-rp__hero-description {    font-size: 0.9em;  }  .page-poppy-playtime-rp__hero-button {    width: 95%;    padding: 12px 20px;    font-size: 1em;  }  .page-poppy-playtime-rp__section-title {    font-size: 1.5em;  }  .page-poppy-playtime-rp__feature-title,  .page-poppy-playtime-rp__game-title,  .page-poppy-playtime-rp__promo-title,  .page-poppy-playtime-rp__security-title,  .page-poppy-playtime-rp__blog-title {    font-size: 1.3em;  }  .page-poppy-playtime-rp__intro-text,  .page-poppy-playtime-rp__quick-access-description,  .page-poppy-playtime-rp__game-showcase-description,  .page-poppy-playtime-rp__promotions-description,  .page-poppy-playtime-rp__security-support-description,  .page-poppy-playtime-rp__blog-description {    font-size: 0.95em;  }}