.page-game-strategies-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-game-strategies-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  background-color: #08160F; /* Background */
  overflow: hidden;
}

.page-game-strategies-tips__hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.page-game-strategies-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.page-game-strategies-tips__hero-content {
  text-align: center;
  max-width: 900px;
  z-index: 1;
}

.page-game-strategies-tips__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.page-game-strategies-tips__description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-strategies-tips__btn-primary,
.page-game-strategies-tips__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
  box-sizing: border-box;
  text-align: center;
}

.page-game-strategies-tips__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: 2px solid transparent;
}

.page-game-strategies-tips__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 0 15px rgba(87, 227, 141, 0.6); /* Glow */
}

.page-game-strategies-tips__btn-secondary {
  background: none;
  color: #57E38D; /* Glow */
  border: 2px solid #2E7A4E; /* Border */
  margin-left: 20px;
}

.page-game-strategies-tips__btn-secondary:hover {
  background-color: rgba(87, 227, 141, 0.1);
  color: #F2FFF6; /* Text Main */
  border-color: #57E38D; /* Glow */
}

.page-game-strategies-tips__content-area,
.page-game-strategies-tips__advanced-tips-section,
.page-game-strategies-tips__bankroll-management-section,
.page-game-strategies-tips__psychology-section,
.page-game-strategies-tips__benefits-section,
.page-game-strategies-tips__faq-section,
.page-game-strategies-tips__cta-final {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-game-strategies-tips__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  color: #F2FFF6; /* Text Main */
}

.page-game-strategies-tips__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-game-strategies-tips__text-main {
  color: #F2FFF6; /* Text Main */
}

.page-game-strategies-tips__text-secondary {
  color: #A7D9B8; /* Text Secondary */
}

.page-game-strategies-tips__light-bg {
  background-color: #08160F; /* Background - consistent dark theme */
  color: #F2FFF6; /* Text Main */
}

.page-game-strategies-tips__dark-section {
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
}

.page-game-strategies-tips__game-strategies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-strategies-tips__card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-game-strategies-tips__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-game-strategies-tips__card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
}

.page-game-strategies-tips__card-text {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-game-strategies-tips__container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-game-strategies-tips__container.page-game-strategies-tips__reverse-layout {
  flex-direction: row-reverse;
}

.page-game-strategies-tips__image-wrapper {
  flex: 1;
  min-width: 300px;
}

.page-game-strategies-tips__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  min-width: 200px;
  min-height: 200px;
}

.page-game-strategies-tips__text-block {
  flex: 1;
}

.page-game-strategies-tips__cta-bottom {
  text-align: center;
  margin-top: 60px;
}

.page-game-strategies-tips__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-strategies-tips__faq-list {
  margin-top: 40px;
}

.page-game-strategies-tips__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-game-strategies-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  background-color: #11271B; /* Card BG */
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-game-strategies-tips__faq-question::-webkit-details-marker {
  display: none;
}

.page-game-strategies-tips__faq-question::marker {
  display: none;
}

.page-game-strategies-tips__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-game-strategies-tips__faq-item[open] .page-game-strategies-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-game-strategies-tips__faq-answer {
  padding: 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  background-color: #0A4B2C; /* Deep Green */
}

.page-game-strategies-tips__cta-final {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-game-strategies-tips__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .page-game-strategies-tips__container {
    flex-direction: column;
  }

  .page-game-strategies-tips__container.page-game-strategies-tips__reverse-layout {
    flex-direction: column;
  }

  .page-game-strategies-tips__btn-secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-game-strategies-tips__hero-content {
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .page-game-strategies-tips__hero-section,
  .page-game-strategies-tips__content-area,
  .page-game-strategies-tips__advanced-tips-section,
  .page-game-strategies-tips__bankroll-management-section,
  .page-game-strategies-tips__psychology-section,
  .page-game-strategies-tips__benefits-section,
  .page-game-strategies-tips__faq-section,
  .page-game-strategies-tips__cta-final {
    padding: 30px 15px; /* Adjust padding for mobile */
  }

  .page-game-strategies-tips__hero-section {
    padding-top: 10px !important; /* Ensure small top padding on mobile */
  }

  .page-game-strategies-tips__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-game-strategies-tips__section-title {
    font-size: clamp(1.5rem, 7vw, 2.2rem);
    margin-bottom: 30px;
  }

  .page-game-strategies-tips__text-block,
  .page-game-strategies-tips__description,
  .page-game-strategies-tips__card-text {
    font-size: 1rem;
  }

  .page-game-strategies-tips__game-strategies-grid,
  .page-game-strategies-tips__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-game-strategies-tips__card-image,
  .page-game-strategies-tips__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-game-strategies-tips__image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-game-strategies-tips__btn-primary,
  .page-game-strategies-tips__btn-secondary,
  .page-game-strategies-tips a[class*="button"],
  .page-game-strategies-tips a[class*="btn"] {
    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;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .page-game-strategies-tips__button-group {
    flex-direction: column;
    gap: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-game-strategies-tips__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-game-strategies-tips__faq-answer {
    padding: 15px;
  }
}

/* Ensure content area images are at least 200x200px */
.page-game-strategies-tips__content-area img,
.page-game-strategies-tips__advanced-tips-section img,
.page-game-strategies-tips__bankroll-management-section img,
.page-game-strategies-tips__psychology-section img,
.page-game-strategies-tips__benefits-section img {
  min-width: 200px;
  min-height: 200px;
}