.page-resources-secure-betting-guide {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-secure-betting-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px 40px;
  padding-top: var(--header-offset, 120px);
  background-color: #000080; /* Navy background */
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.page-resources-secure-betting-guide__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,128,0.7) 0%, rgba(0,0,128,0.9) 100%);
  z-index: 1;
}

.page-resources-secure-betting-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.page-resources-secure-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.page-resources-secure-betting-guide__main-title {
  font-size: 3.2em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

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

.page-resources-secure-betting-guide__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700; /* Gold */
  color: #000080; /* Navy */
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
  border: none;
  cursor: pointer;
}

.page-resources-secure-betting-guide__cta-button:hover {
  background: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-resources-secure-betting-guide__cta-button--secondary {
  background: #000080; /* Navy */
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
  box-shadow: 0 4px 15px rgba(0, 0, 128, 0.4);
}

.page-resources-secure-betting-guide__cta-button--secondary:hover {
  background: #000066;
  border-color: #e6c200;
  box-shadow: 0 6px 20px rgba(0, 0, 128, 0.6);
}

.page-resources-secure-betting-guide__section {
  padding: 60px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

.page-resources-secure-betting-guide__section:nth-of-type(even) {
  background-color: #f0f0f0;
}

.page-resources-secure-betting-guide__section-title {
  font-size: 2.5em;
  color: #000080;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-secure-betting-guide__section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-secure-betting-guide__text-block {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px;
  color: #555555;
}

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

.page-resources-secure-betting-guide__grid--two-cols {
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

.page-resources-secure-betting-guide__card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-resources-secure-betting-guide__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.page-resources-secure-betting-guide__card-title {
  font-size: 1.5em;
  color: #000080;
  margin-bottom: 15px;
}

.page-resources-secure-betting-guide__card p {
  font-size: 1em;
  color: #444444;
}

.page-resources-secure-betting-guide__image-full-width {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-top: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.page-resources-secure-betting-guide__tips-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}

.page-resources-secure-betting-guide__tip-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: left;
  border: 1px solid #e0e0e0;
}

.page-resources-secure-betting-guide__list {
  list-style: disc inside;
  padding-left: 0;
  margin-top: 15px;
  color: #444444;
}

.page-resources-secure-betting-guide__list li {
  margin-bottom: 10px;
  font-size: 1em;
}

.page-resources-secure-betting-guide__contact-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  text-align: center;
}

.page-resources-secure-betting-guide__contact-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444444;
}

.page-resources-secure-betting-guide__contact-list strong {
  color: #000080;
}

.page-resources-secure-betting-guide__contact-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-secure-betting-guide__contact-link:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-resources-secure-betting-guide__conclusion-cta {
  background: linear-gradient(135deg, #000080 0%, #000066 100%);
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

.page-resources-secure-betting-guide__conclusion-cta .page-resources-secure-betting-guide__section-title {
  color: #FFD700;
}

.page-resources-secure-betting-guide__conclusion-cta .page-resources-secure-betting-guide__text-block {
  color: #f0f0f0;
}

.page-resources-secure-betting-guide__conclusion-cta .page-resources-secure-betting-guide__cta-button {
  background: #FFD700;
  color: #000080;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-resources-secure-betting-guide__conclusion-cta .page-resources-secure-betting-guide__cta-button:hover {
  background: #e6c200;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.8);
}

/* Mobile Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-secure-betting-guide__main-title {
    font-size: 2.8em;
  }
  .page-resources-secure-betting-guide__description {
    font-size: 1.2em;
  }
  .page-resources-secure-betting-guide__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-secure-betting-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-secure-betting-guide__hero-section {
    padding: 60px 15px 30px;
    padding-top: var(--header-offset, 120px) !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-secure-betting-guide__container {
    padding: 0 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-secure-betting-guide__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-resources-secure-betting-guide__description {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-resources-secure-betting-guide__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-secure-betting-guide__section {
    padding: 40px 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-secure-betting-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-secure-betting-guide__text-block {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-resources-secure-betting-guide__grid,
  .page-resources-secure-betting-guide__grid--two-cols {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-secure-betting-guide__card {
    padding: 20px;
    border-radius: 8px;
  }

  .page-resources-secure-betting-guide__card-title {
    font-size: 1.3em;
  }

  .page-resources-secure-betting-guide__image-full-width {
    margin-top: 30px;
    border-radius: 8px;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-resources-secure-betting-guide__tips-container {
    gap: 20px;
  }

  .page-resources-secure-betting-guide__tip-card {
    padding: 20px;
    border-radius: 8px;
  }

  .page-resources-secure-betting-guide__list li {
    font-size: 0.95em;
  }

  .page-resources-secure-betting-guide__contact-list li {
    font-size: 1em;
  }

  .page-resources-secure-betting-guide__conclusion-cta {
    padding: 60px 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}

/* Global image responsiveness */
.page-resources-secure-betting-guide img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .page-resources-secure-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-resources-secure-betting-guide__section,
  .page-resources-secure-betting-guide__card,
  .page-resources-secure-betting-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-secure-betting-guide__hero-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-resources-secure-betting-guide__hero-section .page-resources-secure-betting-guide__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}