.page-resources-dia-ke-betting-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #121212; /* Match shared body background */
}

.page-resources-dia-ke-betting-strategy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
  min-height: 500px;
  overflow: hidden;
}

.page-resources-dia-ke-betting-strategy__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-bottom: 30px;
}

.page-resources-dia-ke-betting-strategy__hero-title {
  font-size: 3.5em;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-dia-ke-betting-strategy__hero-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-resources-dia-ke-betting-strategy__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-dia-ke-betting-strategy__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-resources-dia-ke-betting-strategy__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}

.page-resources-dia-ke-betting-strategy__content-section {
  padding: 60px 20px;
  text-align: center;
}

.page-resources-dia-ke-betting-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-dia-ke-betting-strategy__section-title {
  font-size: 2.5em;
  color: #017439; /* Brand green for section titles */
  margin-bottom: 40px;
  text-align: center;
}

.page-resources-dia-ke-betting-strategy__sub-title {
  font-size: 1.8em;
  color: #017439;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
}

.page-resources-dia-ke-betting-strategy__text-block {
  font-size: 1.1em;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-dia-ke-betting-strategy__image-text-layout {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-resources-dia-ke-betting-strategy__image-text-layout--reversed {
  flex-direction: row-reverse;
}

.page-resources-dia-ke-betting-strategy__image--left,
.page-resources-dia-ke-betting-strategy__image--right {
  flex: 1;
  max-width: 50%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-dia-ke-betting-strategy__text-content {
  flex: 1;
  text-align: left;
}

.page-resources-dia-ke-betting-strategy__list {
  list-style: disc inside;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-dia-ke-betting-strategy__list-item {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-dia-ke-betting-strategy__list--columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
}

.page-resources-dia-ke-betting-strategy__strategy-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-dia-ke-betting-strategy__card {
  background: rgba(255, 255, 255, 0.1); /* Semi-transparent white for card background */
  color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-resources-dia-ke-betting-strategy__card-title {
  font-size: 1.6em;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-dia-ke-betting-strategy__card-text {
  font-size: 1em;
  color: #f0f0f0;
}

.page-resources-dia-ke-betting-strategy__content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-dia-ke-betting-strategy__grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-dia-ke-betting-strategy__grid-item {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-resources-dia-ke-betting-strategy__grid-image {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 20px;
}

.page-resources-dia-ke-betting-strategy__grid-title {
  font-size: 1.4em;
  color: #017439;
  margin-bottom: 10px;
}

.page-resources-dia-ke-betting-strategy__grid-text {
  font-size: 1em;
  color: #f0f0f0;
}

.page-resources-dia-ke-betting-strategy__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.page-resources-dia-ke-betting-strategy__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
}

.page-resources-dia-ke-betting-strategy__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Dark overlay to indicate clickable */
  z-index: 1;
  pointer-events: none; /* Allow click to pass through to video */
}

.page-resources-dia-ke-betting-strategy__faq-list {
  margin-top: 40px;
  text-align: left;
}

.page-resources-dia-ke-betting-strategy__faq-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-dia-ke-betting-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background: #017439;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-dia-ke-betting-strategy__faq-question:hover {
  background: #005f2f;
}

.page-resources-dia-ke-betting-strategy__faq-title {
  margin: 0;
  color: #ffffff;
}

.page-resources-dia-ke-betting-strategy__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-dia-ke-betting-strategy__faq-item.active .page-resources-dia-ke-betting-strategy__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-dia-ke-betting-strategy__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: rgba(255, 255, 255, 0.03);
  color: #f0f0f0;
}

.page-resources-dia-ke-betting-strategy__faq-item.active .page-resources-dia-ke-betting-strategy__faq-answer {
  max-height: 1000px !important;
  padding: 20px;
}

.page-resources-dia-ke-betting-strategy__cta-section {
  padding: 80px 20px;
  background: #017439;
  text-align: center;
}

.page-resources-dia-ke-betting-strategy__cta-title {
  font-size: 2.8em;
  color: #ffffff;
  margin-bottom: 20px;
}

.page-resources-dia-ke-betting-strategy__cta-description {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-dia-ke-betting-strategy__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-dia-ke-betting-strategy__btn-primary {
  background: #C30808; /* Custom color for register/login */
  color: #FFFF00; /* Custom font color for register/login */
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.page-resources-dia-ke-betting-strategy__btn-primary:hover {
  background-color: #a00606;
  transform: translateY(-2px);
}