.page-blog-kto-jogos-new-choice {
  color: #FFF6D6; /* Main text color for dark background */
  background-color: #0A0A0A; /* Page background color */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-kto-jogos-new-choice__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-kto-jogos-new-choice__section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-kto-jogos-new-choice__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #0A0A0A;
}

.page-blog-kto-jogos-new-choice__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-blog-kto-jogos-new-choice__hero-image-wrapper {
  width: 100%;
  margin-bottom: 30px;
  max-width: 1200px;
}

.page-blog-kto-jogos-new-choice__hero-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-kto-jogos-new-choice__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-kto-jogos-new-choice__hero-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFD36B;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-kto-jogos-new-choice__hero-description {
  font-size: 1.1em;
  color: #FFF6D6;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-kto-jogos-new-choice__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-kto-jogos-new-choice__cta-button:hover {
  background: linear-gradient(180deg, #DDA11D 0%, #FFD86A 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(242, 193, 78, 0.6);
}

.page-blog-kto-jogos-new-choice__section-title {
  font-size: 2.5em;
  color: #F2C14E;
  margin-bottom: 30px;
  font-weight: 700;
}

.page-blog-kto-jogos-new-choice__sub-title {
  font-size: 1.8em;
  color: #FFD36B;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-kto-jogos-new-choice__paragraph {
  font-size: 1.1em;
  color: #FFF6D6;
  margin-bottom: 20px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-kto-jogos-new-choice__highlight {
  color: #F2C14E;
  font-weight: bold;
}

.page-blog-kto-jogos-new-choice__image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  margin: 40px auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12;
}

.page-blog-kto-jogos-new-choice__image--center {
  margin-left: auto;
  margin-right: auto;
}

.page-blog-kto-jogos-new-choice__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.page-blog-kto-jogos-new-choice__btn-primary,
.page-blog-kto-jogos-new-choice__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  flex-grow: 1;
  max-width: 280px;
}

.page-blog-kto-jogos-new-choice__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 10px rgba(242, 193, 78, 0.3);
}

.page-blog-kto-jogos-new-choice__btn-primary:hover {
  background: linear-gradient(180deg, #DDA11D 0%, #FFD86A 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(242, 193, 78, 0.5);
}

.page-blog-kto-jogos-new-choice__btn-secondary {
  background: #111111;
  color: #F2C14E;
  border: 2px solid #F2C14E;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-kto-jogos-new-choice__btn-secondary:hover {
  background: #222222;
  color: #FFD36B;
  border-color: #FFD36B;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-blog-kto-jogos-new-choice__text-link {
  color: #FFD36B;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-blog-kto-jogos-new-choice__text-link:hover {
  color: #F2C14E;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-kto-jogos-new-choice {
    font-size: 15px;
  }

  .page-blog-kto-jogos-new-choice__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-kto-jogos-new-choice__hero-title {
    font-size: 1.8em;
    line-height: 1.3;
  }

  .page-blog-kto-jogos-new-choice__hero-description {
    font-size: 1em;
  }

  .page-blog-kto-jogos-new-choice__cta-button {
    padding: 12px 30px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-kto-jogos-new-choice__section {
    padding: 40px 0;
  }

  .page-blog-kto-jogos-new-choice__section-title {
    font-size: 1.8em;
  }

  .page-blog-kto-jogos-new-choice__sub-title {
    font-size: 1.4em;
  }

  .page-blog-kto-jogos-new-choice__paragraph {
    font-size: 0.95em;
    text-align: left;
  }

  .page-blog-kto-jogos-new-choice__image {
    margin: 20px auto;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-kto-jogos-new-choice__button-group {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-kto-jogos-new-choice__btn-primary,
  .page-blog-kto-jogos-new-choice__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-kto-jogos-new-choice__container {
    padding: 0 15px;
  }

  /* Ensure all img tags are responsive */
  .page-blog-kto-jogos-new-choice img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Ensure all containers with images are responsive */
  .page-blog-kto-jogos-new-choice__section,
  .page-blog-kto-jogos-new-choice__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}