.page-poppy-playtime-the-hand {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;}.page-poppy-playtime-the-hand__section {  padding: 40px 20px;  margin-bottom: 20px;  background-color: #fff;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}.page-poppy-playtime-the-hand__section--dark {  background-color: #2c3e50;  color: #ecf0f1;}.page-poppy-playtime-the-hand__hero-section {  position: relative;  padding: 10px 0 60px;  color: #fff;  text-align: center;  overflow: hidden;  background-color: #1a1a2e; /* Fallback for image */  background-size: cover;  background-position: center;}.page-poppy-playtime-the-hand__hero-section::before {  content: '';  position: absolute;  top: 0;  left: 0;  right: 0;  bottom: 0;  background: rgba(0, 0, 0, 0.6); /* Dark overlay */  z-index: 1;}.page-poppy-playtime-the-hand__hero-content {  position: relative;  z-index: 2;  max-width: 900px;  margin: 0 auto;  padding: 20px;}.page-poppy-playtime-the-hand__hero-title {  font-size: 2.8em;  margin-bottom: 15px;  color: #f39c12; /* Accent color */  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-poppy-playtime-the-hand__hero-subtitle {  font-size: 1.3em;  margin-bottom: 30px;  color: #ecf0f1;}.page-poppy-playtime-the-hand__btn {  display: inline-block;  padding: 12px 28px;  background-color: #e74c3c; /* Red accent */  color: #fff;  text-decoration: none;  border-radius: 5px;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.2s ease;  border: none;  cursor: pointer;  font-size: 1em;}.page-poppy-playtime-the-hand__btn:hover {  background-color: #c0392b;  transform: translateY(-2px);}.page-poppy-playtime-the-hand__btn--secondary {  background-color: #f39c12;}.page-poppy-playtime-the-hand__btn--secondary:hover {  background-color: #e67e22;}.page-poppy-playtime-the-hand__section-title {  font-size: 2em;  color: #2c3e50;  margin-bottom: 30px;  text-align: center;}.page-poppy-playtime-the-hand__section--dark .page-poppy-playtime-the-hand__section-title {  color: #f39c12;}.page-poppy-playtime-the-hand__grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 25px;  margin-top: 30px;}.page-poppy-playtime-the-hand__card {  background-color: #fdfdfd;  border-radius: 8px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: center;  padding-bottom: 20px;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-poppy-playtime-the-hand__card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);}.page-poppy-playtime-the-hand__card-image {  width: 100%;  height: 200px;  object-fit: cover;  margin-bottom: 15px;}.page-poppy-playtime-the-hand__card-title {  font-size: 1.3em;  color: #34495e;  margin: 0 15px 10px;}.page-poppy-playtime-the-hand__card-description {  font-size: 0.95em;  color: #7f8c8d;  padding: 0 15px;  margin-bottom: 20px;}.page-poppy-playtime-the-hand__quick-links-grid {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 15px;  margin-top: 20px;}.page-poppy-playtime-the-hand__quick-links-grid .page-poppy-playtime-the-hand__btn {  flex-grow: 1;  max-width: 250px;}.page-poppy-playtime-the-hand__game-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  margin-top: 20px;}.page-poppy-playtime-the-hand__provider-logo {  width: 120px;  height: 60px;  object-fit: contain;  filter: grayscale(80%);  opacity: 0.7;  transition: filter 0.3s ease, opacity 0.3s ease;}.page-poppy-playtime-the-hand__provider-logo:hover {  filter: grayscale(0%);  opacity: 1;}.page-poppy-playtime-the-hand__feature-list {  list-style: none;  padding: 0;  margin-top: 30px;  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 20px;}.page-poppy-playtime-the-hand__feature-item {  background-color: #ecf0f1;  padding: 20px;  border-radius: 5px;  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);  display: flex;  align-items: flex-start;  text-align: left;  box-sizing: border-box;}.page-poppy-playtime-the-hand__feature-icon {  width: 40px;  height: 40px;  margin-right: 15px;  flex-shrink: 0;}.page-poppy-playtime-the-hand__feature-text h3 {  color: #2c3e50;  margin-top: 0;  margin-bottom: 10px;  font-size: 1.2em;}.page-poppy-playtime-the-hand__feature-text p {  color: #34495e;  font-size: 0.9em;}.page-poppy-playtime-the-hand__faq-item {  margin-bottom: 15px;  border: 1px solid #ddd;  border-radius: 8px;  overflow: hidden;}.page-poppy-playtime-the-hand__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 15px 20px;  background-color: #f39c12;  color: #fff;  cursor: pointer;  user-select: none;  font-weight: bold;  transition: background-color 0.3s ease;}.page-poppy-playtime-the-hand__faq-question:hover {  background-color: #e67e22;}.page-poppy-playplaytime-the-hand__faq-question h3 {  margin: 0;  font-size: 1.1em;  pointer-events: none; /* Prevent h3 from blocking click */}.page-poppy-playtime-the-hand__faq-toggle {  font-size: 1.5em;  line-height: 1;  pointer-events: none; /* Prevent toggle from blocking click */}.page-poppy-playtime-the-hand__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px;  background-color: #fdfdfd;  color: #333;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;}.page-poppy-playtime-the-hand__faq-item.active .page-poppy-playtime-the-hand__faq-answer {  max-height: 2000px !important;  padding: 20px !important;  opacity: 1;}.page-poppy-playtime-the-hand__blog-card {  background-color: #fdfdfd;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);  overflow: hidden;  transition: transform 0.3s ease, box-shadow 0.3s ease;  text-align: left;}.page-poppy-playtime-the-hand__blog-card:hover {  transform: translateY(-5px);  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);}.page-poppy-playtime-the-hand__blog-image {  width: 100%;  height: 180px;  object-fit: cover;}.page-poppy-playtime-the-hand__blog-content {  padding: 15px;}.page-poppy-playtime-the-hand__blog-title {  font-size: 1.2em;  color: #34495e;  margin-bottom: 10px;}.page-poppy-playtime-the-hand__blog-meta {  font-size: 0.85em;  color: #7f8c8d;  margin-bottom: 10px;}.page-poppy-playtime-the-hand__blog-excerpt {  font-size: 0.9em;  color: #555;  margin-bottom: 15px;}.page-poppy-playtime-the-hand__blog-read-more {  color: #e74c3c;  text-decoration: none;  font-weight: bold;}.page-poppy-playtime-the-hand__blog-read-more:hover {  text-decoration: underline;}/* Responsive adjustments */@media (max-width: 768px) {  .page-poppy-playtime-the-hand__hero-title {    font-size: 2em;  }  .page-poppy-playtime-the-hand__hero-subtitle {    font-size: 1em;  }  .page-poppy-playtime-the-hand__section-title {    font-size: 1.6em;  }  .page-poppy-playtime-the-hand__grid {    grid-template-columns: 1fr;  }  .page-poppy-playtime-the-hand__quick-links-grid .page-poppy-playtime-the-hand__btn {    max-width: 100%;  }  .page-poppy-playtime-the-hand__feature-list {    grid-template-columns: 1fr;    width: 100% !important;    max-width: 100% !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-poppy-playtime-the-hand__feature-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 15px !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;  }  .page-poppy-playtime-the-hand__feature-text p {    word-break: break-word !important;  }  .page-poppy-playtime-the-hand__card-image,  .page-poppy-playtime-the-hand__blog-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  .page-poppy-playtime-the-hand__game-providers {    padding: 0 10px;  }  .page-poppy-playtime-the-hand__provider-logo {    width: 100px;    height: 50px;  }  .page-poppy-playtime-the-hand__faq-question {    padding: 12px 15px;  }  .page-poppy-playtime-the-hand__faq-answer {    padding: 15px !important;  }}