.page-blog-hi8-web-betting-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF5E1; /* Text Main */
  background-color: #B71C1C; /* Body Background */
}

.page-blog-hi8-web-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-hi8-web-betting-guide__section {
  padding: 40px 0;
  text-align: center;
}

.page-blog-hi8-web-betting-guide__section:nth-of-type(even) {
  background-color: #7A0E0E; /* Deep Red for alternating sections */
}

.page-blog-hi8-web-betting-guide h1,
.page-blog-hi8-web-betting-guide h2 {
  color: #F4D34D; /* Gold */
  margin-bottom: 25px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-blog-hi8-web-betting-guide h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  line-height: 1.2;
  letter-spacing: 1px;
}

.page-blog-hi8-web-betting-guide h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.3;
}

.page-blog-hi8-web-betting-guide h3 {
  color: #FFD86A; /* Brighter Gold */
  margin-bottom: 15px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
}

.page-blog-hi8-web-betting-guide p {
  margin-bottom: 20px;
  font-size: 1.1rem;
  color: #FFF5E1;
}

.page-blog-hi8-web-betting-guide ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
}

.page-blog-hi8-web-betting-guide ul li {
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 5px;
  border-left: 5px solid #F2B544; /* Border */
  color: #FFF5E1;
  font-size: 1.05rem;
}

/* HERO Section */
.page-blog-hi8-web-betting-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles main offset */
  background-color: #B71C1C;
}

.page-blog-hi8-web-betting-guide__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-blog-hi8-web-betting-guide__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-blog-hi8-web-betting-guide__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  border: 2px solid #F2B544; /* Border */
  box-shadow: 0 0 15px rgba(255, 204, 102, 0.6); /* Glow */
}

.page-blog-hi8-web-betting-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-hi8-web-betting-guide__hero-content p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-blog-hi8-web-betting-guide__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button */
  color: #333333; /* Dark text for contrast */
  text-decoration: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  border: 2px solid #F2B544;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-hi8-web-betting-guide__cta-button:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-blog-hi8-web-betting-guide__center-button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
}

.page-blog-hi8-web-betting-guide__secondary-button {
  background: #D32F2F; /* Card BG */
  color: #FFF5E1;
  border: 2px solid #F2B544;
}

.page-blog-hi8-web-betting-guide__secondary-button:hover {
  background: #E53935; /* Auxiliary color */
  color: #FFF5E1;
}

/* Feature Card */
.page-blog-hi8-web-betting-guide__feature-card {
  background-color: #D32F2F; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #F2B544;
}

.page-blog-hi8-web-betting-guide__feature-card h3 {
  color: #FFD86A;
  margin-top: 0;
}

.page-blog-hi8-web-betting-guide__feature-card ul {
  list-style-type: disc;
  margin-left: 20px;
  color: #FFF5E1;
}

.page-blog-hi8-web-betting-guide__feature-card ul li {
  background: none;
  border-left: none;
  padding: 5px 0;
  margin-bottom: 5px;
  font-size: 1rem;
}

.page-blog-hi8-web-betting-guide__feature-card img {
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: 20px auto 0 auto;
  display: block;
  border-radius: 8px;
  border: 1px solid #F2B544;
}

/* Step Cards in Guide Section */
.page-blog-hi8-web-betting-guide__step-card {
  background-color: #D32F2F; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 25px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #F2B544;
}

.page-blog-hi8-web-betting-guide__step-card h3 {
  color: #FFD86A;
  margin-top: 0;
}

.page-blog-hi8-web-betting-guide__step-card img {
  width: 100%;
  height: auto;
  max-width: 700px;
  margin: 20px auto 0 auto;
  display: block;
  border-radius: 8px;
  border: 1px solid #F2B544;
}

.page-blog-hi8-web-betting-guide__small-button {
  padding: 10px 25px;
  font-size: 16px;
  margin-top: 15px;
}

/* FAQ Section */
details.page-blog-hi8-web-betting-guide__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #F2B544; /* Border */
  overflow: hidden;
  background: #D32F2F; /* Card BG */
  color: #FFF5E1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

details.page-blog-hi8-web-betting-guide__faq-item summary.page-blog-hi8-web-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}

details.page-blog-hi8-web-betting-guide__faq-item summary.page-blog-hi8-web-betting-guide__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-hi8-web-betting-guide__faq-item summary.page-blog-hi8-web-betting-guide__faq-question:hover {
  background: #E53935; /* Auxiliary color on hover */
}

.page-blog-hi8-web-betting-guide__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFD86A; /* Brighter Gold */
}

.page-blog-hi8-web-betting-guide__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #F4D34D; /* Gold */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-hi8-web-betting-guide__faq-item .page-blog-hi8-web-betting-guide__faq-answer {
  padding: 0 20px 20px;
  background: #B71C1C; /* Body Background for answer */
  border-radius: 0 0 5px 5px;
  color: #FFF5E1;
  text-align: left;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-hi8-web-betting-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-hi8-web-betting-guide__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-hi8-web-betting-guide__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-hi8-web-betting-guide__hero-content p {
    font-size: 1rem;
  }

  .page-blog-hi8-web-betting-guide__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-hi8-web-betting-guide__section {
    padding: 30px 0;
  }

  .page-blog-hi8-web-betting-guide__feature-card,
  .page-blog-hi8-web-betting-guide__step-card {
    padding: 20px;
  }

  .page-blog-hi8-web-betting-guide__feature-card ul {
    margin-left: 15px;
  }

  .page-blog-hi8-web-betting-guide__feature-card ul li {
    font-size: 0.95rem;
  }

  .page-blog-hi8-web-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  details.page-blog-hi8-web-betting-guide__faq-item summary.page-blog-hi8-web-betting-guide__faq-question {
    padding: 15px;
  }

  .page-blog-hi8-web-betting-guide__faq-qtext {
    font-size: 1rem;
  }

  details.page-blog-hi8-web-betting-guide__faq-item .page-blog-hi8-web-betting-guide__faq-answer {
    padding: 0 15px 15px;
  }
}