/* General Styling */:root {  --primary-color: #e62e2e; /* A vibrant red for primary actions */  --secondary-color: #333; /* Dark gray for text */  --light-bg: #f5f5f5; /* Light background for sections */  --white-bg: #ffffff; /* White background for cards/content */  --text-color: #333;  --light-text-color: #666;  --border-color: #eee;  --header-offset: 122px; /* Placeholder, actual value from shared.css */}body {  padding-top: var(--header-offset, 122px); /* Fallback if shared.css doesn't define it */}.page-is-there-a-poppy-playtime-chapter-3 {  font-family: 'Arial', sans-serif;  color: var(--text-color);  line-height: 1.6;  padding-top: 10px; /* Small decorative padding, body handles main offset */  background-color: var(--light-bg);}.page-is-there-a-poppy-playtime-chapter-3__section-title {  font-size: 2.2em;  color: var(--secondary-color);  text-align: center;  margin-bottom: 40px;  position: relative;  padding-bottom: 15px;}.page-is-there-a-poppy-playtime-chapter-3__section-title::after {  content: '';  position: absolute;  left: 50%;  bottom: 0;  transform: translateX(-50%);  width: 80px;  height: 4px;  background-color: var(--primary-color);  border-radius: 2px;}.page-is-there-a-poppy-playtime-chapter-3__section-title--small {  font-size: 1.8em;  margin-bottom: 25px;}.page-is-there-a-poppy-playtime-chapter-3__container {  max-width: 1200px;  margin: 0 auto;  padding: 0 15px;  box-sizing: border-box;}/* Hero Section */.page-is-there-a-poppy-playtime-chapter-3__hero-section {  position: relative;  width: 100%;  height: 60vh; /* Adjust as needed */  display: flex;  align-items: center;  justify-content: center;  text-align: center;  color: #fff;  overflow: hidden;  min-height: 400px;}.page-is-there-a-poppy-playtime-chapter-3__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 1;}.page-is-there-a-poppy-playtime-chapter-3__hero-section::before {  content: '';  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: rgba(0, 0, 0, 0.6); /* Dark overlay */  z-index: 2;}.page-is-there-a-poppy-playtime-chapter-3__hero-content {  position: relative;  z-index: 3;  max-width: 800px;  padding: 20px;}.page-is-there-a-poppy-playtime-chapter-3__hero-title {  font-size: 3.5em;  margin-bottom: 15px;  line-height: 1.2;  color: #fff;}.page-is-there-a-poppy-playtime-chapter-3__hero-subtitle {  font-size: 1.3em;  margin-bottom: 30px;  color: #f0f0f0;}.page-is-there-a-poppy-playtime-chapter-3__hero-cta-button {  display: inline-block;  background-color: var(--primary-color);  color: #fff;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease;}.page-is-there-a-poppy-playtime-chapter-3__hero-cta-button:hover {  background-color: #c02626;}/* Partner Logos Section */.page-is-there-a-poppy-playtime-chapter-3__payment-providers {  padding: 50px 15px;  background-color: var(--white-bg);  text-align: center;}.page-is-there-a-poppy-playtime-chapter-3__payment-logos {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  max-width: 1200px;  margin: 0 auto;  box-sizing: border-box;}.page-is-there-a-poppy-playtime-chapter-3__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;  display: flex;  align-items: center;  justify-content: center;}.page-is-there-a-poppy-playtime-chapter-3__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-is-there-a-poppy-playtime-chapter-3__intro-section {  padding: 60px 15px;  background-color: var(--light-bg);  max-width: 1200px;  margin: 0 auto;  text-align: center;}.page-is-there-a-poppy-playtime-chapter-3__intro-text {  font-size: 1.1em;  margin-bottom: 20px;  max-width: 800px;  margin-left: auto;  margin-right: auto;}/* Quick Access Section */.page-is-there-a-poppy-playtime-chapter-3__quick-access-section {  padding: 60px 15px;  background-color: var(--white-bg);  text-align: center;}.page-is-there-a-poppy-playtime-chapter-3__access-buttons {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  max-width: 900px;  margin: 0 auto;}.page-is-there-a-poppy-playtime-chapter-3__access-button {  flex: 1 1 200px; /* Allows buttons to grow/shrink, min-width 200px */  max-width: 250px;  display: block;  background-color: var(--primary-color);  color: #fff;  padding: 15px 20px;  border-radius: 5px;  text-decoration: none;  font-size: 1.1em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.2s ease;  box-sizing: border-box;  text-align: center;}.page-is-there-a-poppy-playtime-chapter-3__access-button:hover {  background-color: #c02626;  transform: translateY(-3px);}/* Games Section */.page-is-there-a-poppy-playtime-chapter-3__games-section {  padding: 60px 15px;  background-color: var(--light-bg);  max-width: 1200px;  margin: 0 auto;  text-align: center;}.page-is-there-a-poppy-playtime-chapter-3__games-intro {  font-size: 1.1em;  margin-bottom: 40px;  max-width: 800px;  margin-left: auto;  margin-right: auto;}.page-is-there-a-poppy-playtime-chapter-3__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  justify-content: center;}.page-is-there-a-poppy-playtime-chapter-3__game-card {  background-color: var(--white-bg);  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;  text-align: left;}.page-is-there-a-poppy-playtime-chapter-3__game-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);}.page-is-there-a-poppy-playtime-chapter-3__game-card-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-is-there-a-poppy-playtime-chapter-3__game-card-title {  font-size: 1.5em;  color: var(--secondary-color);  margin: 15px 15px 10px;}.page-is-there-a-poppy-playtime-chapter-3__game-card-description {  font-size: 0.95em;  color: var(--light-text-color);  padding: 0 15px;  flex-grow: 1;}.page-is-there-a-poppy-playtime-chapter-3__game-card-button {  display: inline-block;  background-color: var(--primary-color);  color: #fff;  padding: 10px 15px;  border-radius: 5px;  text-decoration: none;  font-size: 1em;  font-weight: bold;  margin: 15px;  text-align: center;  transition: background-color 0.3s ease;}.page-is-there-a-poppy-playtime-chapter-3__game-card-button:hover {  background-color: #c02626;}/* Promotions Section */.page-is-there-a-poppy-playtime-chapter-3__promo-section {  padding: 60px 15px;  background-color: var(--white-bg);  text-align: center;}.page-is-there-a-poppy-playtime-chapter-3__promo-intro {  font-size: 1.1em;  margin-bottom: 40px;  max-width: 800px;  margin-left: auto;  margin-right: auto;}.page-is-there-a-poppy-playtime-chapter-3__promo-list {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-is-there-a-poppy-playtime-chapter-3__promo-item {  background-color: var(--light-bg);  border-radius: 10px;  padding: 30px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);  text-align: left;  display: flex;  flex-direction: column;}.page-is-there-a-poppy-playtime-chapter-3__promo-item-title {  font-size: 1.6em;  color: var(--secondary-color);  margin-bottom: 15px;}.page-is-there-a-poppy-playtime-chapter-3__promo-item-description {  color: var(--light-text-color);  margin-bottom: 20px;  flex-grow: 1;}.page-is-there-a-poppy-playtime-chapter-3__promo-item-button {  display: inline-block;  background-color: var(--primary-color);  color: #fff;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 0.95em;  align-self: flex-start;  transition: background-color 0.3s ease;}.page-is-there-a-poppy-playtime-chapter-3__promo-item-button:hover {  background-color: #c02626;}/* Security Section */.page-is-there-a-poppy-playtime-chapter-3__security-section {  padding: 60px 15px;  background-color: var(--light-bg);  max-width: 1200px;  margin: 0 auto;  text-align: center;}.page-is-there-a-poppy-playtime-chapter-3__security-content {  display: flex;  flex-wrap: wrap;  align-items: center;  justify-content: center;  gap: 30px;}.page-is-there-a-poppy-playtime-chapter-3__security-text {  flex: 1 1 500px;  text-align: left;}.page-is-there-a-poppy-playtime-chapter-3__security-text p {  margin-bottom: 15px;  font-size: 1.1em;}.page-is-there-a-poppy-playtime-chapter-3__security-image {  flex: 1 1 400px;  max-width: 500px;  height: auto;  border-radius: 10px;  object-fit: cover;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);}.page-is-there-a-poppy-playtime-chapter-3__security-cta-button {  display: inline-block;  background-color: var(--primary-color);  color: #fff;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  margin-top: 20px;  transition: background-color 0.3s ease;}.page-is-there-a-poppy-playtime-chapter-3__security-cta-button:hover {  background-color: #c02626;}/* FAQ Section */.page-is-there-a-poppy-playtime-chapter-3__faq-section {  padding: 60px 15px;  background-color: var(--white-bg);  text-align: center;}.page-is-there-a-poppy-playtime-chapter-3__faq-container {  max-width: 900px;  margin: 0 auto;  text-align: left;}.page-is-there-a-poppy-playtime-chapter-3__faq-item {  border: 1px solid var(--border-color);  border-radius: 8px;  margin-bottom: 15px;  overflow: hidden;  background-color: var(--light-bg);  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);}.page-is-there-a-poppy-playtime-chapter-3__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 15px 20px;  background-color: var(--white-bg);  cursor: pointer;  user-select: none;  font-size: 1.15em;  font-weight: bold;  color: var(--secondary-color);  transition: background-color 0.3s ease;}.page-is-there-a-poppy-playtime-chapter-3__faq-question:hover {  background-color: #f0f0f0;}.page-is-there-a-poppy-playtime-chapter-3__faq-question h3 {  margin: 0;  flex-grow: 1;  pointer-events: none; /* Allows click on parent div */  font-size: 1em; /* Reset h3 size within question div */}.page-is-there-a-poppy-playtime-chapter-3__faq-toggle {  font-size: 1.5em;  margin-left: 15px;  transition: transform 0.3s ease;  pointer-events: none; /* Allows click on parent div */  color: var(--primary-color);}.page-is-there-a-poppy-playtime-chapter-3__faq-item.active .page-is-there-a-poppy-playtime-chapter-3__faq-toggle {  transform: rotate(45deg);}.page-is-there-a-poppy-playtime-chapter-3__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px;  background-color: var(--light-bg);  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;  color: var(--light-text-color);}.page-is-there-a-poppy-playtime-chapter-3__faq-item.active .page-is-there-a-poppy-playtime-chapter-3__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px !important;  opacity: 1;}.page-is-there-a-poppy-playtime-chapter-3__faq-answer p {  margin: 0;}/* Blog Section */.page-is-there-a-poppy-playtime-chapter-3__blog-section {  padding: 60px 15px;  background-color: var(--light-bg);  text-align: center;  max-width: 1200px;  margin: 0 auto;}.page-is-there-a-poppy-playtime-chapter-3__blog-posts {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  justify-content: center;}.page-is-there-a-poppy-playtime-chapter-3__blog-card {  background-color: var(--white-bg);  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease, box-shadow 0.3s ease;  text-align: left;  display: flex;  flex-direction: column;}.page-is-there-a-poppy-playtime-chapter-3__blog-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);}.page-is-there-a-poppy-playtime-chapter-3__blog-card-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-is-there-a-poppy-playtime-chapter-3__blog-card-title {  font-size: 1.4em;  color: var(--secondary-color);  margin: 15px 15px 10px;  line-height: 1.3;}.page-is-there-a-poppy-playtime-chapter-3__blog-card-title a {  text-decoration: none;  color: inherit;  transition: color 0.3s ease;}.page-is-there-a-poppy-playtime-chapter-3__blog-card-title a:hover {  color: var(--primary-color);}.page-is-there-a-poppy-playtime-chapter-3__blog-card-excerpt {  font-size: 0.95em;  color: var(--light-text-color);  padding: 0 15px;  margin-bottom: 15px;  flex-grow: 1;}.page-is-there-a-poppy-playtime-chapter-3__blog-card-date {  font-size: 0.85em;  color: #999;  padding: 0 15px 15px;  display: block;}/* Responsive Design */@media (max-width: 768px) {  .page-is-there-a-poppy-playtime-chapter-3 {    padding-top: 5px; /* Adjust for smaller header offset on mobile */  }  .page-is-there-a-poppy-playtime-chapter-3__hero-section {    height: 70vh;    min-height: 300px;  }  .page-is-there-a-poppy-playtime-chapter-3__hero-title {    font-size: 2.2em;  }  .page-is-there-a-poppy-playtime-chapter-3__hero-subtitle {    font-size: 1em;  }  .page-is-there-a-poppy-playtime-chapter-3__hero-cta-button {    padding: 12px 25px;    font-size: 1em;  }  .page-is-there-a-poppy-playtime-chapter-3__section-title {    font-size: 1.8em;    margin-bottom: 30px;  }  .page-is-there-a-poppy-playtime-chapter-3__section-title--small {    font-size: 1.5em;    margin-bottom: 20px;  }  .page-is-there-a-poppy-playtime-chapter-3__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 10px;  }  .page-is-there-a-poppy-playtime-chapter-3__payment-logo,  .page-is-there-a-poppy-playtime-chapter-3__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-is-there-a-poppy-playtime-chapter-3__intro-section,  .page-is-there-a-poppy-playtime-chapter-3__quick-access-section,  .page-is-there-a-poppy-playtime-chapter-3__games-section,  .page-is-there-a-poppy-playtime-chapter-3__promo-section,  .page-is-there-a-poppy-playtime-chapter-3__security-section,  .page-is-there-a-poppy-playtime-chapter-3__faq-section,  .page-is-there-a-poppy-playtime-chapter-3__blog-section {    padding: 40px 10px;  }  .page-is-there-a-poppy-playtime-chapter-3__intro-text,  .page-is-there-a-poppy-playtime-chapter-3__games-intro,  .page-is-there-a-poppy-playtime-chapter-3__promo-intro {    font-size: 1em;  }  .page-is-there-a-poppy-playtime-chapter-3__access-buttons {    flex-direction: column;    gap: 15px;  }  .page-is-there-a-poppy-playtime-chapter-3__access-button {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 15px 10px !important;    font-size: 1em;    word-wrap: break-word !important;    overflow-wrap: break-word !important;  }  .page-is-there-a-poppy-playtime-chapter-3__game-categories,  .page-is-there-a-poppy-playtime-chapter-3__promo-list,  .page-is-there-a-poppy-playtime-chapter-3__blog-posts {    grid-template-columns: 1fr;    gap: 20px;  }  .page-is-there-a-poppy-playtime-chapter-3__game-card-image,  .page-is-there-a-poppy-playtime-chapter-3__blog-card-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;    object-fit: cover;  }  .page-is-there-a-poppy-playtime-chapter-3__security-content {    flex-direction: column;  }  .page-is-there-a-poppy-playtime-chapter-3__security-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-is-there-a-poppy-playtime-chapter-3__faq-question {    font-size: 1em;    padding: 12px 15px;  }  .page-is-there-a-poppy-playtime-chapter-3__faq-answer {    padding: 0 15px;  }  .page-is-there-a-poppy-playtime-chapter-3__faq-item.active .page-is-there-a-poppy-playtime-chapter-3__faq-answer {    padding: 15px !important;  }  .page-is-there-a-poppy-playtime-chapter-3__blog-card-title {    font-size: 1.2em;  }}/* Ensure images are responsive by default */.page-is-there-a-poppy-playtime-chapter-3 img {  max-width: 100%;  height: auto;  box-sizing: border-box;}/* Specific overrides for mobile images that must be full width */@media (max-width: 768px) {  .page-is-there-a-poppy-playtime-chapter-3__hero-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }}