.page-resources-77win-bet-promotions-deep-dive {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background #f5f5f5 */
  background-color: #f5f5f5;
}

.page-resources-77win-bet-promotions-deep-dive__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 below fixed header */
  color: #ffffff;
  background-color: #26A9E0;
  overflow: hidden;
}

.page-resources-77win-bet-promotions-deep-dive__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.page-resources-77win-bet-promotions-deep-dive__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.page-resources-77win-bet-promotions-deep-dive__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-77win-bet-promotions-deep-dive__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-77win-bet-promotions-deep-dive__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-resources-77win-bet-promotions-deep-dive__btn-primary {
  display: inline-block;
  background-color: #EA7C07; /* Login color for CTA */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-77win-bet-promotions-deep-dive__btn-primary:hover {
  background-color: #d16b06;
}

.page-resources-77win-bet-promotions-deep-dive__content-area,
.page-resources-77win-bet-promotions-deep-dive__faq-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #f5f5f5;
}

.page-resources-77win-bet-promotions-deep-dive__container {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-77win-bet-promotions-deep-dive__section-title {
  font-size: 2.2em;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-77win-bet-promotions-deep-dive__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-77win-bet-promotions-deep-dive__grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-77win-bet-promotions-deep-dive__card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}

.page-resources-77win-bet-promotions-deep-dive__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-77win-bet-promotions-deep-dive__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-77win-bet-promotions-deep-dive__card-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-resources-77win-bet-promotions-deep-dive__card-text {
  font-size: 1em;
  color: #555555;
}

.page-resources-77win-bet-promotions-deep-dive__steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-77win-bet-promotions-deep-dive__step-item {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}

.page-resources-77win-bet-promotions-deep-dive__step-icon {
  background-color: #26A9E0;
  color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-resources-77win-bet-promotions-deep-dive__step-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-77win-bet-promotions-deep-dive__step-text {
  font-size: 1em;
  color: #555555;
}

.page-resources-77win-bet-promotions-deep-dive__image-full-width {
  margin-top: 40px;
  text-align: center;
}

.page-resources-77win-bet-promotions-deep-dive__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-77win-bet-promotions-deep-dive__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-resources-77win-bet-promotions-deep-dive__list-item {
  background-color: #ffffff;
  border-left: 5px solid #26A9E0;
  margin-bottom: 15px;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-size: 1.1em;
  color: #333333;
}

.page-resources-77win-bet-promotions-deep-dive__list-item strong {
  color: #26A9E0;
}

.page-resources-77win-bet-promotions-deep-dive__cta-banner {
  background-color: #26A9E0;
  color: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-77win-bet-promotions-deep-dive__cta-title {
  font-size: 2em;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-resources-77win-bet-promotions-deep-dive__cta-text {
  font-size: 1.2em;
  margin-bottom: 25px;
  color: #ffffff;
}

.page-resources-77win-bet-promotions-deep-dive__responsible-gambling {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-resources-77win-bet-promotions-deep-dive__responsible-gambling .page-resources-77win-bet-promotions-deep-dive__content-image {
  flex-shrink: 0;
  width: 250px;
  height: auto;
  border-radius: 8px;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-77win-bet-promotions-deep-dive__text-block {
  font-size: 1.1em;
  color: #333333;
}

.page-resources-77win-bet-promotions-deep-dive__faq-section {
  background-color: #f5f5f5;
}

.page-resources-77win-bet-promotions-deep-dive__faq-list {
  margin-top: 40px;
}

.page-resources-77win-bet-promotions-deep-dive__faq-item {
  background-color: #ffffff;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-resources-77win-bet-promotions-deep-dive__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #26A9E0;
  cursor: pointer;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
}

.page-resources-77win-bet-promotions-deep-dive__faq-question:hover {
  background-color: #f9f9f9;
}

.page-resources-77win-bet-promotions-deep-dive__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-77win-bet-promotions-deep-dive__faq-item.active .page-resources-77win-bet-promotions-deep-dive__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-77win-bet-promotions-deep-dive__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  color: #555555;
}

.page-resources-77win-bet-promotions-deep-dive__faq-item.active .page-resources-77win-bet-promotions-deep-dive__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-77win-bet-promotions-deep-dive__hero-title {
    font-size: 2.8em;
  }
  .page-resources-77win-bet-promotions-deep-dive__hero-description {
    font-size: 1.1em;
  }
  .page-resources-77win-bet-promotions-deep-dive__section-title {
    font-size: 1.8em;
  }
  .page-resources-77win-bet-promotions-deep-dive__card-title {
    font-size: 1.2em;
  }
  .page-resources-77win-bet-promotions-deep-dive__responsible-gambling {
    flex-direction: column;
    text-align: center;
  }
  .page-resources-77win-bet-promotions-deep-dive__responsible-gambling .page-resources-77win-bet-promotions-deep-dive__content-image {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-resources-77win-bet-promotions-deep-dive {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-77win-bet-promotions-deep-dive__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-77win-bet-promotions-deep-dive__hero-title {
    font-size: 2em;
  }
  .page-resources-77win-bet-promotions-deep-dive__hero-description {
    font-size: 1em;
  }
  .page-resources-77win-bet-promotions-deep-dive__btn-primary {
    padding: 12px 25px;
    font-size: 0.9em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-77win-bet-promotions-deep-dive__content-area,
  .page-resources-77win-bet-promotions-deep-dive__faq-section {
    padding: 30px 15px;
  }
  .page-resources-77win-bet-promotions-deep-dive__container {
    padding-left: 0;
    padding-right: 0;
  }
  .page-resources-77win-bet-promotions-deep-dive__section-title {
    font-size: 1.6em;
  }
  .page-resources-77win-bet-promotions-deep-dive__paragraph,
  .page-resources-77win-bet-promotions-deep-dive__list-item,
  .page-resources-77win-bet-promotions-deep-dive__card-text,
  .page-resources-77win-bet-promotions-deep-dive__step-text,
  .page-resources-77win-bet-promotions-deep-dive__text-block {
    font-size: 1em;
  }
  .page-resources-77win-bet-promotions-deep-dive__card-image,
  .page-resources-77win-bet-promotions-deep-dive__content-image,
  .page-resources-77win-bet-promotions-deep-dive img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px;
    min-height: 200px;
  }
  .page-resources-77win-bet-promotions-deep-dive__responsible-gambling .page-resources-77win-bet-promotions-deep-dive__content-image {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 200px;
    min-height: 200px;
  }
  .page-resources-77win-bet-promotions-deep-dive__section,
  .page-resources-77win-bet-promotions-deep-dive__card,
  .page-resources-77win-bet-promotions-deep-dive__container,
  .page-resources-77win-bet-promotions-deep-dive__grid-container,
  .page-resources-77win-bet-promotions-deep-dive__steps-container,
  .page-resources-77win-bet-promotions-deep-dive__cta-banner,
  .page-resources-77win-bet-promotions-deep-dive__responsible-gambling,
  .page-resources-77win-bet-promotions-deep-dive__faq-list,
  .page-resources-77win-bet-promotions-deep-dive__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-77win-bet-promotions-deep-dive__cta-banner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-77win-bet-promotions-deep-dive__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .page-resources-77win-bet-promotions-deep-dive__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-resources-77win-bet-promotions-deep-dive__faq-answer {
    padding: 0 20px;
  }
  .page-resources-77win-bet-promotions-deep-dive__faq-item.active .page-resources-77win-bet-promotions-deep-dive__faq-answer {
    padding: 10px 20px;
  }
}