.page-blog-gobet-win-latest-games-offers {
  --background-color: #08160F;
  --card-bg: #11271B;
  --text-main: #F2FFF6;
  --text-secondary: #A7D9B8;
  --btn-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --deep-green: #0A4B2C;

  color: var(--text-main);
  background-color: var(--background-color);
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-gobet-win-latest-games-offers__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
  overflow: hidden;
}

.page-blog-gobet-win-latest-games-offers__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-gobet-win-latest-games-offers__hero-content {
  position: relative; /* Ensure content is above image but not overlapping */
  max-width: 900px;
  padding: 20px;
  margin-top: -100px; /* Adjust to pull content up slightly, but not overlap image */
  background: rgba(17, 39, 27, 0.85); /* Card BG with transparency */
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-gobet-win-latest-games-offers__main-title {
  color: var(--text-main);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.page-blog-gobet-win-latest-games-offers__hero-description {
  color: var(--text-secondary);
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin-bottom: 30px;
}

.page-blog-gobet-win-latest-games-offers__cta-button {
  display: inline-block;
  background: var(--btn-gradient);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: none;
}

.page-blog-gobet-win-latest-games-offers__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
}

.page-blog-gobet-win-latest-games-offers__cta-button--large {
  padding: 18px 35px;
  font-size: 1.3rem;
}

.page-blog-gobet-win-latest-games-offers__section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-gobet-win-latest-games-offers__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-gobet-win-latest-games-offers__section-title {
  color: var(--glow-color);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 25px;
  font-weight: 700;
}

.page-blog-gobet-win-latest-games-offers__text-block {
  color: var(--text-secondary);
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-blog-gobet-win-latest-games-offers__features-grid,
.page-blog-gobet-win-latest-games-offers__promo-grid,
.page-blog-gobet-win-latest-games-offers__steps-grid,
.page-blog-gobet-win-latest-games-offers__security-features,
.page-blog-gobet-win-latest-games-offers__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-gobet-win-latest-games-offers__feature-card,
.page-blog-gobet-win-latest-games-offers__promo-card,
.page-blog-gobet-win-latest-games-offers__step-card,
.page-blog-gobet-win-latest-games-offers__security-card,
.page-blog-gobet-win-latest-games-offers__game-card {
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  text-align: left;
  border: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-gobet-win-latest-games-offers__feature-title,
.page-blog-gobet-win-latest-games-offers__promo-title,
.page-blog-gobet-win-latest-games-offers__step-title,
.page-blog-gobet-win-latest-games-offers__security-title,
.page-blog-gobet-win-latest-games-offers__game-title {
  color: var(--text-main);
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-gobet-win-latest-games-offers__feature-description,
.page-blog-gobet-win-latest-games-offers__promo-description,
.page-blog-gobet-win-latest-games-offers__step-description,
.page-blog-gobet-win-latest-games-offers__security-description,
.page-blog-gobet-win-latest-games-offers__game-description {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-gobet-win-latest-games-offers__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
  margin-top: 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.page-blog-gobet-win-latest-games-offers__image-center {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.page-blog-gobet-win-latest-games-offers__button-link {
  display: inline-block;
  background: var(--deep-green);
  color: var(--text-main);
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95rem;
  transition: background-color 0.3s ease;
  margin-top: 10px;
  border: 1px solid var(--border-color);
}

.page-blog-gobet-win-latest-games-offers__button-link:hover {
  background-color: var(--glow-color);
  color: var(--background-color);
}

.page-blog-gobet-win-latest-games-offers__game-card .page-blog-gobet-win-latest-games-offers__button-link:last-of-type {
  margin-left: 10px;
}

.page-blog-gobet-win-latest-games-offers__step-card {
  position: relative;
  padding-top: 60px;
}

.page-blog-gobet-win-latest-games-offers__step-number {
  position: absolute;
  top: 15px;
  left: 30px;
  background: var(--glow-color);
  color: var(--background-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-gobet-win-latest-games-offers__cta-center {
  margin-top: 50px;
}

.page-blog-gobet-win-latest-games-offers__faq-list {
  margin-top: 40px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-gobet-win-latest-games-offers__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}

.page-blog-gobet-win-latest-games-offers__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-main);
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none;
  user-select: none; /* Prevent text selection on click */
}

.page-blog-gobet-win-latest-games-offers__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-gobet-win-latest-games-offers__faq-item[open] > .page-blog-gobet-win-latest-games-offers__faq-question {
  background-color: var(--deep-green);
}

.page-blog-gobet-win-latest-games-offers__faq-question:hover {
  background-color: var(--deep-green);
}

.page-blog-gobet-win-latest-games-offers__faq-qtext {
  flex-grow: 1;
}

.page-blog-gobet-win-latest-games-offers__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--glow-color);
}

.page-blog-gobet-win-latest-games-offers__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.page-blog-gobet-win-latest-games-offers__faq-item:not([open]) .page-blog-gobet-win-latest-games-offers__faq-answer {
  display: none; /* Hide answer when not open */
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-gobet-win-latest-games-offers__hero-content {
    margin-top: -60px;
    padding: 15px;
  }

  .page-blog-gobet-win-latest-games-offers__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-gobet-win-latest-games-offers__hero-description {
    font-size: clamp(0.9rem, 3vw, 1rem);
  }

  .page-blog-gobet-win-latest-games-offers__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .page-blog-gobet-win-latest-games-offers__section {
    padding: 40px 0;
  }

  .page-blog-gobet-win-latest-games-offers__section-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
  }

  .page-blog-gobet-win-latest-games-offers__text-block {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .page-blog-gobet-win-latest-games-offers__features-grid,
  .page-blog-gobet-win-latest-games-offers__promo-grid,
  .page-blog-gobet-win-latest-games-offers__steps-grid,
  .page-blog-gobet-win-latest-games-offers__security-features,
  .page-blog-gobet-win-latest-games-offers__game-categories {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-gobet-win-latest-games-offers__feature-card,
  .page-blog-gobet-win-latest-games-offers__promo-card,
  .page-blog-gobet-win-latest-games-offers__step-card,
  .page-blog-gobet-win-latest-games-offers__security-card,
  .page-blog-gobet-win-latest-games-offers__game-card {
    padding: 20px;
  }

  .page-blog-gobet-win-latest-games-offers__feature-title,
  .page-blog-gobet-win-latest-games-offers__promo-title,
  .page-blog-gobet-win-latest-games-offers__step-title,
  .page-blog-gobet-win-latest-games-offers__security-title,
  .page-blog-gobet-win-latest-games-offers__game-title {
    font-size: 1.2rem;
  }

  .page-blog-gobet-win-latest-games-offers__feature-description,
  .page-blog-gobet-win-latest-games-offers__promo-description,
  .page-blog-gobet-win-latest-games-offers__step-description,
  .page-blog-gobet-win-latest-games-offers__security-description,
  .page-blog-gobet-win-latest-games-offers__game-description {
    font-size: 0.9rem;
  }

  .page-blog-gobet-win-latest-games-offers__step-number {
    width: 35px;
    height: 35px;
    font-size: 1.3rem;
    left: 20px;
    top: 10px;
  }

  .page-blog-gobet-win-latest-games-offers__step-card {
    padding-top: 50px;
  }

  .page-blog-gobet-win-latest-games-offers__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-gobet-win-latest-games-offers__faq-toggle {
    font-size: 1.5rem;
  }

  .page-blog-gobet-win-latest-games-offers__faq-answer {
    font-size: 0.95rem;
    padding: 0 20px 15px 20px;
  }

  /* Mobile image and container responsiveness */
  .page-blog-gobet-win-latest-games-offers img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-gobet-win-latest-games-offers__section,
  .page-blog-gobet-win-latest-games-offers__container,
  .page-blog-gobet-win-latest-games-offers__hero-section,
  .page-blog-gobet-win-latest-games-offers__hero-content,
  .page-blog-gobet-win-latest-games-offers__features-grid,
  .page-blog-gobet-win-latest-games-offers__promo-grid,
  .page-blog-gobet-win-latest-games-offers__steps-grid,
  .page-blog-gobet-win-latest-games-offers__security-features,
  .page-blog-gobet-win-latest-games-offers__game-categories {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  /* Mobile button responsiveness */
  .page-blog-gobet-win-latest-games-offers__cta-button,
  .page-blog-gobet-win-latest-games-offers__button-link {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-gobet-win-latest-games-offers__game-card .page-blog-gobet-win-latest-games-offers__button-link:last-of-type {
    margin-left: 0;
    margin-top: 10px;
  }
  .page-blog-gobet-win-latest-games-offers__game-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-blog-gobet-win-latest-games-offers__game-card .page-blog-gobet-win-latest-games-offers__button-link {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .page-blog-gobet-win-latest-games-offers__game-card .page-blog-gobet-win-latest-games-offers__button-link:last-child {
    margin-bottom: 0;
  }
  .page-blog-gobet-win-latest-games-offers__cta-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}