/* General styles */.page-r34-poppy-playtime-gay {  font-family: 'Arial', sans-serif;  color: #e0e0e0;  background-color: #1a1a2e; /* Dark background */  line-height: 1.6;  padding-top: 10px; /* Small top padding for hero section */}.page-r34-poppy-playtime-gay__section-title {  font-size: 2.5em;  color: #e94560; /* Accent color */  text-align: center;  margin-bottom: 30px;  padding-top: 40px;  text-transform: uppercase;  letter-spacing: 1px;}.page-r34-poppy-playtime-gay__section-title--small {    font-size: 1.8em;    margin-bottom: 20px;    padding-top: 20px;}.page-r34-poppy-playtime-gay__text-content {  max-width: 800px;  margin: 0 auto 40px auto;  text-align: center;  font-size: 1.1em;  color: #cccccc;}/* Links and Buttons */.page-r34-poppy-playtime-gay a {  color: #007bff; /* Default link color */  text-decoration: none;}.page-r34-poppy-playtime-gay a:hover {  text-decoration: underline;}.page-r34-poppy-playtime-gay__hero-cta,.page-r34-poppy-playtime-gay__access-button,.page-r34-poppy-playtime-gay__game-card-button,.page-r34-poppy-playtime-gay__promo-card-button {  display: inline-block;  background-color: #e94560; /* Accent color for buttons */  color: #ffffff;  padding: 15px 30px;  border-radius: 8px;  text-transform: uppercase;  font-weight: bold;  transition: background-color 0.3s ease;  text-align: center;  border: none;  cursor: pointer;}.page-r34-poppy-playtime-gay__hero-cta:hover,.page-r34-poppy-playtime-gay__access-button:hover,.page-r34-poppy-playtime-gay__game-card-button:hover,.page-r34-poppy-playtime-gay__promo-card-button:hover {  background-color: #ff6f8a; /* Lighter accent on hover */  text-decoration: none;}/* Image common styles */.page-r34-poppy-playtime-gay img:not(.page-r34-poppy-playtime-gay__payment-logo) {    max-width: 100%;    height: auto;    display: block;}/* HERO Section */.page-r34-poppy-playtime-gay__hero-section {  position: relative;  overflow: hidden;  display: flex;  align-items: center;  justify-content: center;  min-height: 500px;  text-align: center;  padding: 60px 20px;  background: linear-gradient(135deg, #1a1a2e, #16213e);}.page-r34-poppy-playtime-gay__hero-image-wrapper {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    z-index: 0;    opacity: 0.2; /* Subtle background image */}.page-r34-poppy-playtime-gay__hero-image {    width: 100%;    height: 100%;    object-fit: cover;}.page-r34-poppy-playtime-gay__hero-content {  position: relative;  z-index: 1;  max-width: 900px;}.page-r34-poppy-playtime-gay__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  color: #ffffff;  line-height: 1.2;}.page-r34-poppy-playtime-gay__hero-subtitle {  font-size: 1.4em;  margin-bottom: 40px;  color: #f0f0f0;}/* Partner Logos Section */.page-r34-poppy-playtime-gay__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: #0f3460;}.page-r34-poppy-playtime-gay__logo-grid {    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;    gap: 30px;    width: 100%;    max-width: 1200px; /* Limit width of logo grid */    margin: 0 auto;}.page-r34-poppy-playtime-gay__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;  background-color: #ffffff; /* Example: white background for logos */  padding: 5px;  border-radius: 8px;  object-fit: contain;}/* Introduction Section */.page-r34-poppy-playtime-gay__intro-section {  padding: 60px 20px;  background-color: #16213e;  text-align: center;}.page-r34-poppy-playtime-gay__features-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));    gap: 30px;    max-width: 1200px;    margin: 40px auto 0 auto;}.page-r34-poppy-playtime-gay__feature-item {    background-color: #0f3460;    padding: 30px;    border-radius: 10px;    text-align: center;    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}.page-r34-poppy-playtime-gay__feature-icon {    width: 100px;    height: 100px;    object-fit: contain;    margin-bottom: 20px;}.page-r34-poppy-playtime-gay__feature-title {    font-size: 1.5em;    color: #e94560;    margin-bottom: 10px;}.page-r34-poppy-playtime-gay__feature-description {    color: #cccccc;}/* Quick Access Section */.page-r34-poppy-playtime-gay__quick-access-section {  padding: 60px 20px;  background-color: #0f3460;  text-align: center;}.page-r34-poppy-playtime-gay__access-links-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 20px;  max-width: 1000px;  margin: 40px auto 0 auto;}.page-r34-poppy-playtime-gay__access-button {    padding: 18px 25px;    font-size: 1.1em;}/* Games Section */.page-r34-poppy-playtime-gay__games-section {  padding: 60px 20px;  background-color: #1a1a2e;  text-align: center;}.page-r34-poppy-playtime-gay__game-categories-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 40px auto 0 auto;}.page-r34-poppy-playtime-gay__game-card {  background-color: #16213e;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  text-align: center;  display: flex;  flex-direction: column;}.page-r34-poppy-playtime-gay__game-card-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-r34-poppy-playtime-gay__game-card-title {  font-size: 1.6em;  color: #e94560;  margin: 20px 15px 10px 15px;}.page-r34-poppy-playtime-gay__game-card-description {  color: #cccccc;  padding: 0 15px 20px 15px;  flex-grow: 1;}.page-r34-poppy-playtime-gay__game-card-button {    margin: 0 15px 20px 15px;    width: calc(100% - 30px);}/* Promotions Section */.page-r34-poppy-playtime-gay__promotions-section {  padding: 60px 20px;  background-color: #0f3460;  text-align: center;}.page-r34-poppy-playtime-gay__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 40px auto 0 auto;}.page-r34-poppy-playtime-gay__promo-card {  background-color: #16213e;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  text-align: center;  display: flex;  flex-direction: column;}.page-r34-poppy-playtime-gay__promo-card-image {  width: 100%;  height: 220px;  object-fit: cover;}.page-r34-poppy-playtime-gay__promo-card-title {  font-size: 1.6em;  color: #e94560;  margin: 20px 15px 10px 15px;}.page-r34-poppy-playtime-gay__promo-card-description {  color: #cccccc;  padding: 0 15px 20px 15px;  flex-grow: 1;}.page-r34-poppy-playtime-gay__promo-card-button {    margin: 0 15px 20px 15px;    width: calc(100% - 30px);}/* Security Section */.page-r34-poppy-playtime-gay__security-section {  padding: 60px 20px;  background-color: #1a1a2e;  text-align: center;}.page-r34-poppy-playtime-gay__security-features-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));    gap: 30px;    max-width: 1200px;    margin: 40px auto 0 auto;}.page-r34-poppy-playtime-gay__security-feature-item {    background-color: #16213e;    padding: 30px;    border-radius: 10px;    text-align: center;    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}.page-r34-poppy-playtime-gay__security-feature-icon {    width: 100px;    height: 100px;    object-fit: contain;    margin-bottom: 20px;}.page-r34-poppy-playtime-gay__security-feature-title {    font-size: 1.5em;    color: #e94560;    margin-bottom: 10px;}.page-r34-poppy-playtime-gay__security-feature-description {    color: #cccccc;}/* FAQ Section */.page-r34-poppy-playtime-gay__faq-section {  padding: 60px 20px;  background-color: #0f3460;}.page-r34-poppy-playtime-gay__faq-container {  max-width: 900px;  margin: 40px auto;  background-color: #16213e;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  overflow: hidden;}.page-r34-poppy-playtime-gay__faq-item {  border-bottom: 1px solid #2d4a72;}.page-r34-poppy-playtime-gay__faq-item:last-child {  border-bottom: none;}.page-r34-poppy-playtime-gay__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  user-select: none;  background-color: #16213e;  transition: background-color 0.3s ease;}.page-r34-poppy-playtime-gay__faq-question:hover {  background-color: #2d4a72;}.page-r34-poppy-playtime-gay__faq-title {  font-size: 1.3em;  color: #ffffff;  margin: 0;  pointer-events: none; /* Prevent title text from blocking click */  flex-grow: 1; /* Allow title to take available space */}.page-r34-poppy-playtime-gay__faq-toggle {  font-size: 1.8em;  color: #e94560;  margin-left: 15px;  pointer-events: none; /* Prevent toggle icon from blocking click */  width: 20px; /* Fixed width for consistent alignment */  text-align: center;}.page-r34-poppy-playtime-gay__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  background-color: #1a1a2e;  color: #cccccc;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;}.page-r34-poppy-playtime-gay__faq-item.active .page-r34-poppy-playtime-gay__faq-answer {  max-height: 2000px !important; /* Sufficiently large value */  padding: 20px 25px !important;  opacity: 1;}.page-r34-poppy-playtime-gay__faq-item.active .page-r34-poppy-playtime-gay__faq-question {  background-color: #2d4a72;}.page-r34-poppy-playtime-gay__faq-item.active .page-r34-poppy-playtime-gay__faq-toggle {  transform: rotate(45deg); /* Change '+' to 'x' visually */  color: #e94560;}/* Blog Section */.page-r34-poppy-playtime-gay__blog-section {  padding: 60px 20px;  background-color: #16213e;  text-align: center;}.page-r34-poppy-playtime-gay__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 40px auto 0 auto;}.page-r34-poppy-playtime-gay__blog-card {  background-color: #0f3460;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  text-align: left;  display: flex;  flex-direction: column;}.page-r34-poppy-playtime-gay__blog-card-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-r34-poppy-playtime-gay__blog-card-content {  padding: 20px;  flex-grow: 1;  display: flex;  flex-direction: column;}.page-r34-poppy-playtime-gay__blog-card-title {  font-size: 1.4em;  color: #e94560;  margin-bottom: 10px;}.page-r34-poppy-playtime-gay__blog-card-title a {    color: #e94560;    text-decoration: none;}.page-r34-poppy-playtime-gay__blog-card-title a:hover {    text-decoration: underline;}.page-r34-poppy-playtime-gay__blog-card-meta {  font-size: 0.9em;  color: #888888;  margin-bottom: 15px;}.page-r34-poppy-playtime-gay__blog-card-excerpt {  color: #cccccc;  margin-bottom: 20px;  flex-grow: 1;}.page-r34-poppy-playtime-gay__blog-card-link {  display: inline-block;  color: #e94560;  font-weight: bold;  text-decoration: none;}.page-r34-poppy-playtime-gay__blog-card-link:hover {  text-decoration: underline;}/* Responsive Styles */@media (max-width: 768px) {  .page-r34-poppy-playtime-gay__hero-title {    font-size: 2.2em;  }  .page-r34-poppy-playtime-gay__hero-subtitle {    font-size: 1.1em;  }  .page-r34-poppy-playtime-gay__hero-cta {    padding: 12px 25px;    font-size: 1em;  }  .page-r34-poppy-playtime-gay__section-title {    font-size: 2em;  }  .page-r34-poppy-playtime-gay__text-content {    font-size: 1em;  }  /* Partner Logos Section Mobile */  .page-r34-poppy-playtime-gay__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 20px 10px;  }  .page-r34-poppy-playtime-gay__payment-logo {    width: 80px;    height: 80px;    max-width: 80px;    max-height: 80px;  }  /* General image responsiveness for mobile */  .page-r34-poppy-playtime-gay img:not(.page-r34-poppy-playtime-gay__payment-logo) {      max-width: 100% !important;      height: auto !important;      box-sizing: border-box !important;  }  .page-r34-poppy-playtime-gay__hero-image-wrapper,  .page-r34-poppy-playtime-gay__game-card-image,  .page-r34-poppy-playtime-gay__promo-card-image,  .page-r34-poppy-playtime-gay__blog-card-image,  .page-r34-poppy-playtime-gay__feature-icon,  .page-r34-poppy-playtime-gay__security-feature-icon {      width: 100% !important;      box-sizing: border-box !important;      max-width: 100% !important;  }  /* List item responsiveness (e.g., grids acting as lists) */  .page-r34-poppy-playtime-gay__features-grid,  .page-r34-poppy-playtime-gay__access-links-grid,  .page-r34-poppy-playtime-gay__game-categories-grid,  .page-r34-poppy-playtime-gay__promo-grid,  .page-r34-poppy-playtime-gay__security-features-grid,  .page-r34-poppy-playtime-gay__blog-grid {      grid-template-columns: 1fr;      padding: 0 10px;      gap: 20px;  }  .page-r34-poppy-playtime-gay__feature-item,  .page-r34-poppy-playtime-gay__game-card,  .page-r34-poppy-playtime-gay__promo-card,  .page-r34-poppy-playtime-gay__security-feature-item,  .page-r34-poppy-playtime-gay__blog-card {      width: 100% !important;      max-width: 100% !important;      box-sizing: border-box !important;      margin-left: 0 !important;      margin-right: 0 !important;      padding: 20px 15px !important; /* Adjust padding for mobile cards */  }  .page-r34-poppy-playtime-gay__blog-card-image {    height: 180px;  }  .page-r34-poppy-playtime-gay__faq-question {    padding: 15px 15px;  }  .page-r34-poppy-playtime-gay__faq-title {    font-size: 1.1em;  }  .page-r34-poppy-playtime-gay__faq-answer {    padding: 0 15px;  }  .page-r34-poppy-playtime-gay__faq-item.active .page-r34-poppy-playtime-gay__faq-answer {    padding: 15px 15px !important;  }  .page-r34-poppy-playtime-gay__faq-toggle {    font-size: 1.5em;  }}