.page-resources-sodo66-pro-game-strategy-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #1a1a1a; /* Body background from shared.css */
}

.page-resources-sodo66-pro-game-strategy-tips__hero-section {
  position: relative;
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-sodo66-pro-game-strategy-tips__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-sodo66-pro-game-strategy-tips__hero-overlay {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
  border-radius: 10px;
  max-width: 900px;
  margin: 20px;
  color: #ffffff;
}

.page-resources-sodo66-pro-game-strategy-tips__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFF00; /* Register/Login font color */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-sodo66-pro-game-strategy-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-sodo66-pro-game-strategy-tips__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #ffffff; /* Light background for main content */
  color: #333333; /* Dark text for light background */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-50px);
  position: relative;
  z-index: 3;
}

.page-resources-sodo66-pro-game-strategy-tips__container {
  max-width: 960px;
  margin: 0 auto;
}

.page-resources-sodo66-pro-game-strategy-tips__section-title {
  font-size: 2.5em;
  color: #017439;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 3px solid #017439;
  padding-bottom: 15px;
}

.page-resources-sodo66-pro-game-strategy-tips__sub-title {
  font-size: 1.8em;
  color: #017439;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-sodo66-pro-game-strategy-tips__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-sodo66-pro-game-strategy-tips__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-sodo66-pro-game-strategy-tips__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-sodo66-pro-game-strategy-tips__content-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);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-sodo66-pro-game-strategy-tips__btn-primary,
.page-resources-sodo66-pro-game-strategy-tips__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-sodo66-pro-game-strategy-tips__btn-primary {
  background-color: #C30808; /* Register color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-resources-sodo66-pro-game-strategy-tips__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-resources-sodo66-pro-game-strategy-tips__btn-secondary {
  background-color: #017439;
  color: #ffffff;
  border: 2px solid #017439;
  margin-left: 15px;
}

.page-resources-sodo66-pro-game-strategy-tips__btn-secondary:hover {
  background-color: #005a2e;
  border-color: #005a2e;
}

.page-resources-sodo66-pro-game-strategy-tips__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-resources-sodo66-pro-game-strategy-tips__faq-section {
  background-color: #017439; /* Brand color as background */
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
}

.page-resources-sodo66-pro-game-strategy-tips__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-resources-sodo66-pro-game-strategy-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-sodo66-pro-game-strategy-tips__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-resources-sodo66-pro-game-strategy-tips__faq-toggle {
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-sodo66-pro-game-strategy-tips__faq-item.active .page-resources-sodo66-pro-game-strategy-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-sodo66-pro-game-strategy-tips__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  text-align: left;
}

.page-resources-sodo66-pro-game-strategy-tips__faq-item.active .page-resources-sodo66-pro-game-strategy-tips__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show all content */
  padding: 15px 20px;
}

.page-resources-sodo66-pro-game-strategy-tips__cta-section {
  background-color: #1a1a1a; /* Dark background */
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

.page-resources-sodo66-pro-game-strategy-tips__cta-section .page-resources-sodo66-pro-game-strategy-tips__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.page-resources-sodo66-pro-game-strategy-tips__cta-image {
  max-width: 50%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-sodo66-pro-game-strategy-tips__cta-content {
  max-width: 40%;
  text-align: left;
}

.page-resources-sodo66-pro-game-strategy-tips__cta-title {
  font-size: 2.8em;
  color: #FFFF00;
  margin-bottom: 20px;
}

.page-resources-sodo66-pro-game-strategy-tips__cta-text {
  font-size: 1.2em;
  margin-bottom: 30px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-sodo66-pro-game-strategy-tips__hero-title {
    font-size: 2.8em;
  }
  .page-resources-sodo66-pro-game-strategy-tips__hero-description {
    font-size: 1.1em;
  }
  .page-resources-sodo66-pro-game-strategy-tips__section-title {
    font-size: 2em;
  }
  .page-resources-sodo66-pro-game-strategy-tips__sub-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-sodo66-pro-game-strategy-tips {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-sodo66-pro-game-strategy-tips__hero-section {
    min-height: 400px;
    padding: 30px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-sodo66-pro-game-strategy-tips__hero-overlay {
    padding: 20px;
    margin: 10px;
  }
  .page-resources-sodo66-pro-game-strategy-tips__hero-title {
    font-size: 2em;
  }
  .page-resources-sodo66-pro-game-strategy-tips__hero-description {
    font-size: 1em;
  }
  .page-resources-sodo66-pro-game-strategy-tips__content-area {
    padding: 30px 15px;
    transform: translateY(-30px);
  }
  .page-resources-sodo66-pro-game-strategy-tips__section-title {
    font-size: 1.8em;
  }
  .page-resources-sodo66-pro-game-strategy-tips__sub-title {
    font-size: 1.4em;
  }
  .page-resources-sodo66-pro-game-strategy-tips__paragraph,
  .page-resources-sodo66-pro-game-strategy-tips__list-item {
    font-size: 1em;
  }
  
  /* Image responsive rules */
  .page-resources-sodo66-pro-game-strategy-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-sodo66-pro-game-strategy-tips__section,
  .page-resources-sodo66-pro-game-strategy-tips__card,
  .page-resources-sodo66-pro-game-strategy-tips__container,
  .page-resources-sodo66-pro-game-strategy-tips__hero-section,
  .page-resources-sodo66-pro-game-strategy-tips__faq-section,
  .page-resources-sodo66-pro-game-strategy-tips__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }
  
  /* Button responsive rules */
  .page-resources-sodo66-pro-game-strategy-tips__btn-primary,
  .page-resources-sodo66-pro-game-strategy-tips__btn-secondary,
  .page-resources-sodo66-pro-game-strategy-tips a[class*="button"],
  .page-resources-sodo66-pro-game-strategy-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;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .page-resources-sodo66-pro-game-strategy-tips__cta-buttons {
    flex-direction: column !important;
    gap: 10px;
  }

  .page-resources-sodo66-pro-game-strategy-tips__cta-section .page-resources-sodo66-pro-game-strategy-tips__container {
    flex-direction: column;
  }
  .page-resources-sodo66-pro-game-strategy-tips__cta-image {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .page-resources-sodo66-pro-game-strategy-tips__cta-content {
    max-width: 100%;
    text-align: center;
  }
  .page-resources-sodo66-pro-game-strategy-tips__cta-title {
    font-size: 2em;
  }
  .page-resources-sodo66-pro-game-strategy-tips__cta-text {
    font-size: 1.1em;
  }
  
  /* Ensure no horizontal scroll for video if it were present */
  .page-resources-sodo66-pro-game-strategy-tips video,
  .page-resources-sodo66-pro-game-strategy-tips__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-sodo66-pro-game-strategy-tips__video-section,
  .page-resources-sodo66-pro-game-strategy-tips__video-container,
  .page-resources-sodo66-pro-game-strategy-tips__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
}