.page-blog-subway-surfers-poki-high-score-guide {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text-main, #F2FFF6); /* Default text color for dark background */
  background-color: var(--background, #08160F); /* Default background color */
  line-height: 1.6;
}

.page-blog-subway-surfers-poki-high-score-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-subway-surfers-poki-high-score-guide__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Ajuste conforme necessário */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-align: center;
}

.page-blog-subway-surfers-poki-high-score-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page-blog-subway-surfers-poki-high-score-guide__hero-content {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); /* Overlay para melhor contraste */
  border-radius: 8px;
  max-width: 900px;
}

.page-blog-subway-surfers-poki-high-score-guide__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--text-main, #F2FFF6);
  line-height: 1.2;
}

.page-blog-subway-surfers-poki-high-score-guide__hero-description {
  font-size: clamp(1rem, 2vw, 1.3rem);
  margin-bottom: 30px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-subway-surfers-poki-high-score-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-subway-surfers-poki-high-score-guide__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-subway-surfers-poki-high-score-guide__introduction-section,
.page-blog-subway-surfers-poki-high-score-guide__content-area,
.page-blog-subway-surfers-poki-high-score-guide__faq-section {
  padding: 60px 0;
}

.page-blog-subway-surfers-poki-high-score-guide__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-subway-surfers-poki-high-score-guide__dark-bg {
  background-color: var(--card-bg, #11271B);
  color: var(--text-main, #F2FFF6);
}

.page-blog-subway-surfers-poki-high-score-guide__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: inherit;
}

.page-blog-subway-surfers-poki-high-score-guide__sub-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 15px;
  color: inherit;
}

.page-blog-subway-surfers-poki-high-score-guide__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: inherit;
}

.page-blog-subway-surfers-poki-high-score-guide__video-section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-subway-surfers-poki-high-score-guide__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 30px auto;
  border-radius: 8px;
  width: 100%; /* Desktop width */
}

.page-blog-subway-surfers-poki-high-score-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.page-blog-subway-surfers-poki-high-score-guide__content-image,
.page-blog-subway-surfers-poki-high-score-guide__cta-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-subway-surfers-poki-high-score-guide__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-subway-surfers-poki-high-score-guide__list-item {
  background-color: var(--card-bg, #11271B);
  color: var(--text-main, #F2FFF6);
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid var(--primary-color, #11A84E);
  border-radius: 5px;
  font-size: 1.05rem;
}

.page-blog-subway-surfers-poki-high-score-guide__list-item strong {
  color: var(--gold-color, #F2C14E);
}

.page-blog-subway-surfers-poki-high-score-guide__cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: var(--deep-green, #0A4B2C);
  color: var(--text-main, #F2FFF6);
  position: relative;
  overflow: hidden;
}

.page-blog-subway-surfers-poki-high-score-guide__cta-section .page-blog-subway-surfers-poki-high-score-guide__section-title {
  color: var(--gold-color, #F2C14E);
}

.page-blog-subway-surfers-poki-high-score-guide__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-blog-subway-surfers-poki-high-score-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
}

.page-blog-subway-surfers-poki-high-score-guide__btn-secondary {
  background: var(--card-bg, #11271B);
  color: var(--primary-color, #11A84E);
  border: 2px solid var(--primary-color, #11A84E);
}

.page-blog-subway-surfers-poki-high-score-guide__btn-secondary:hover {
  background: var(--primary-color, #11A84E);
  color: #ffffff;
}

.page-blog-subway-surfers-poki-high-score-guide__faq-item {
  background-color: var(--card-bg, #11271B);
  color: var(--text-main, #F2FFF6);
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border-color, #2E7A4E);
}

.page-blog-subway-surfers-poki-high-score-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.15rem;
  background-color: var(--deep-green, #0A4B2C);
  color: var(--text-main, #F2FFF6);
}

.page-blog-subway-surfers-poki-high-score-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-subway-surfers-poki-high-score-guide__faq-question::marker {
  display: none;
}

.page-blog-subway-surfers-poki-high-score-guide__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-subway-surfers-poki-high-score-guide__faq-item[open] .page-blog-subway-surfers-poki-high-score-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-subway-surfers-poki-high-score-guide__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-subway-surfers-poki-high-score-guide__faq-answer a {
  color: var(--primary-color, #11A84E);
  text-decoration: underline;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-subway-surfers-poki-high-score-guide__hero-section {
    height: 500px;
  }
  .page-blog-subway-surfers-poki-high-score-guide__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-subway-surfers-poki-high-score-guide__section-title {
    font-size: 1.8rem;
  }
  .page-blog-subway-surfers-poki-high-score-guide__sub-title {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .page-blog-subway-surfers-poki-high-score-guide__hero-section {
    height: 450px;
    padding-top: 10px; /* Small padding for mobile, body handles header offset */
  }
  .page-blog-subway-surfers-poki-high-score-guide__hero-content {
    padding: 15px;
  }
  .page-blog-subway-surfers-poki-high-score-guide__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }
  .page-blog-subway-surfers-poki-high-score-guide__hero-description {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  }
  .page-blog-subway-surfers-poki-high-score-guide__cta-button {
    font-size: 1rem;
    padding: 12px 25px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-subway-surfers-poki-high-score-guide__introduction-section,
  .page-blog-subway-surfers-poki-high-score-guide__content-area,
  .page-blog-subway-surfers-poki-high-score-guide__video-section,
  .page-blog-subway-surfers-poki-high-score-guide__cta-section,
  .page-blog-subway-surfers-poki-high-score-guide__faq-section {
    padding: 40px 0;
  }
  .page-blog-subway-surfers-poki-high-score-guide__section-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .page-blog-subway-surfers-poki-high-score-guide__sub-title {
    font-size: 1.2rem;
    margin-top: 30px;
  }
  .page-blog-subway-surfers-poki-high-score-guide__text-block,
  .page-blog-subway-surfers-poki-high-score-guide__list-item,
  .page-blog-subway-surfers-poki-high-score-guide__faq-answer {
    font-size: 1rem;
  }
  .page-blog-subway-surfers-poki-high-score-guide__video-wrapper {
    margin: 20px auto;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-blog-subway-surfers-poki-high-score-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-subway-surfers-poki-high-score-guide__content-image,
  .page-blog-subway-surfers-poki-high-score-guide__cta-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-subway-surfers-poki-high-score-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-subway-surfers-poki-high-score-guide__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-blog-subway-surfers-poki-high-score-guide__faq-answer {
    padding: 10px 20px 15px;
  }
  .page-blog-subway-surfers-poki-high-score-guide__section,
  .page-blog-subway-surfers-poki-high-score-guide__card,
  .page-blog-subway-surfers-poki-high-score-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-subway-surfers-poki-high-score-guide__video-section {
    padding-top: 10px !important; /* body já assume --header-offset */
  }
}

@media (max-width: 480px) {
  .page-blog-subway-surfers-poki-high-score-guide__hero-section {
    height: 380px;
  }
  .page-blog-subway-surfers-poki-high-score-guide__main-title {
    font-size: clamp(1.5rem, 7vw, 2.2rem);
  }
  .page-blog-subway-surfers-poki-high-score-guide__hero-description {
    font-size: clamp(0.8rem, 3vw, 1rem);
  }
  .page-blog-subway-surfers-poki-high-score-guide__section-title {
    font-size: 1.4rem;
  }
  .page-blog-subway-surfers-poki-high-score-guide__cta-button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}