/* style/blog-68bet-no-hu-strategy.css */

/* Base styles for the page content, considering dark body background */
.page-blog-68bet-no-hu-strategy {
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-68bet-no-hu-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-68bet-no-hu-strategy__section-title {
  font-size: clamp(28px, 4vw, 42px);
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page-blog-68bet-no-hu-strategy__paragraph {
  font-size: 18px;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

/* Hero Section */
.page-blog-68bet-no-hu-strategy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding as body handles header offset */
  padding-bottom: 60px;
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-68bet-no-hu-strategy__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height for hero image */
  overflow: hidden;
}

.page-blog-68bet-no-hu-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.page-blog-68bet-no-hu-strategy__hero-content {
  position: relative;
  text-align: center;
  z-index: 1;
  max-width: 800px;
  padding: 30px 20px;
  background: linear-gradient(to bottom, rgba(17, 168, 78, 0.2), rgba(17, 168, 78, 0.5)); /* Subtle overlay for text readability */
  border-radius: 10px;
  margin-top: -100px; /* Overlap image slightly for design effect, but content below image */
}

.page-blog-68bet-no-hu-strategy__main-title {
  font-size: clamp(36px, 6vw, 56px);
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.03em;
}

.page-blog-68bet-no-hu-strategy__sub-title {
  font-size: clamp(18px, 2.5vw, 24px);
  color: #F2FFF6; /* Text Main */
  margin-bottom: 30px;
  font-weight: 400;
}

/* Buttons */
.page-blog-68bet-no-hu-strategy__btn-primary,
.page-blog-68bet-no-hu-strategy__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-68bet-no-hu-strategy__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: none;
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-68bet-no-hu-strategy__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
}

.page-blog-68bet-no-hu-strategy__btn-secondary {
  background: transparent;
  color: #F2FFF6; /* Text Main */
  border: 2px solid #2E7A4E; /* Border */
  box-shadow: none;
}

.page-blog-68bet-no-hu-strategy__btn-secondary:hover {
  background: rgba(46, 122, 78, 0.2); /* Border color with opacity */
  color: #57E38D; /* Glow */
}

/* Introduction Section */
.page-blog-68bet-no-hu-strategy__introduction-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

/* Features Section */
.page-blog-68bet-no-hu-strategy__features-section {
  padding: 60px 0;
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
}

.page-blog-68bet-no-hu-strategy__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-68bet-no-hu-strategy__card {
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-68bet-no-hu-strategy__card-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-68bet-no-hu-strategy__card-title {
  font-size: 24px;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-68bet-no-hu-strategy__card-description {
  font-size: 16px;
  color: #A7D9B8; /* Text Secondary */
}

/* Strategy Guide Section */
.page-blog-68bet-no-hu-strategy__strategy-guide-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-68bet-no-hu-strategy__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-68bet-no-hu-strategy__step-card {
  text-align: left;
  padding: 30px;
}

.page-blog-68bet-no-hu-strategy__step-title {
  font-size: 22px;
  color: #57E38D; /* Glow */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-68bet-no-hu-strategy__step-description {
  font-size: 16px;
  color: #A7D9B8; /* Text Secondary */
}

/* Tips Section */
.page-blog-68bet-no-hu-strategy__tips-section {
  padding: 60px 0;
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
}

.page-blog-68bet-no-hu-strategy__tip-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-blog-68bet-no-hu-strategy__tip-item {
  background-color: #0A4B2C; /* Deep Green */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  font-size: 17px;
  color: #F2FFF6; /* Text Main */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: flex-start;
}

.page-blog-68bet-no-hu-strategy__tip-item strong {
  color: #F2C14E; /* Gold */
  margin-right: 10px;
  flex-shrink: 0;
}

/* FAQ Section */
.page-blog-68bet-no-hu-strategy__faq-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-68bet-no-hu-strategy__faq-list {
  margin-top: 40px;
}

.page-blog-68bet-no-hu-strategy__faq-item {
  background-color: #0A4B2C; /* Deep Green */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-68bet-no-hu-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  user-select: none;
  list-style: none;
}

.page-blog-68bet-no-hu-strategy__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-68bet-no-hu-strategy__faq-qtext {
  flex-grow: 1;
}

.page-blog-68bet-no-hu-strategy__faq-toggle {
  font-size: 24px;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

.page-blog-68bet-no-hu-strategy__faq-item[open] .page-blog-68bet-no-hu-strategy__faq-question {
  border-bottom: 1px solid #2E7A4E; /* Border */
}

.page-blog-68bet-no-hu-strategy__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 16px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-68bet-no-hu-strategy__faq-answer p {
  margin-bottom: 0;
}

/* CTA Section */
.page-blog-68bet-no-hu-strategy__cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
}

.page-blog-68bet-no-hu-strategy__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

/* Image and Video Responsiveness */
.page-blog-68bet-no-hu-strategy img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-blog-68bet-no-hu-strategy video {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

/* Media Queries for Responsiveness */
@media (max-width: 992px) {
  .page-blog-68bet-no-hu-strategy__hero-content {
    margin-top: -80px;
    padding: 20px;
  }
  .page-blog-68bet-no-hu-strategy__main-title {
    font-size: clamp(32px, 5vw, 48px);
  }
  .page-blog-68bet-no-hu-strategy__sub-title {
    font-size: clamp(16px, 2.2vw, 20px);
  }
  .page-blog-68bet-no-hu-strategy__card-title {
    font-size: 22px;
  }
  .page-blog-68bet-no-hu-strategy__step-title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .page-blog-68bet-no-hu-strategy__container {
    padding: 0 15px;
  }
  .page-blog-68bet-no-hu-strategy__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-68bet-no-hu-strategy__hero-content {
    margin-top: -60px;
    padding: 15px;
  }
  .page-blog-68bet-no-hu-strategy__section-title {
    font-size: clamp(24px, 6vw, 36px);
    margin-bottom: 30px;
  }
  .page-blog-68bet-no-hu-strategy__paragraph {
    font-size: 16px;
  }
  
  /* Force images to be responsive */
  .page-blog-68bet-no-hu-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  /* Force video to be responsive */
  .page-blog-68bet-no-hu-strategy video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  /* Ensure containers with images/videos are responsive */
  .page-blog-68bet-no-hu-strategy__hero-image-wrapper,
  .page-blog-68bet-no-hu-strategy__grid,
  .page-blog-68bet-no-hu-strategy__card,
  .page-blog-68bet-no-hu-strategy__step-by-step,
  .page-blog-68bet-no-hu-strategy__step-card,
  .page-blog-68bet-no-hu-strategy__tip-item,
  .page-blog-68bet-no-hu-strategy__faq-item,
  .page-blog-68bet-no-hu-strategy__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Buttons responsiveness */
  .page-blog-68bet-no-hu-strategy__btn-primary,
  .page-blog-68bet-no-hu-strategy__btn-secondary,
  .page-blog-68bet-no-hu-strategy a[class*="button"],
  .page-blog-68bet-no-hu-strategy a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-68bet-no-hu-strategy__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-68bet-no-hu-strategy__features-section,
  .page-blog-68bet-no-hu-strategy__introduction-section,
  .page-blog-68bet-no-hu-strategy__strategy-guide-section,
  .page-blog-68bet-no-hu-strategy__tips-section,
  .page-blog-68bet-no-hu-strategy__faq-section,
  .page-blog-68bet-no-hu-strategy__cta-section {
    padding: 40px 0;
  }

  .page-blog-68bet-no-hu-strategy__tip-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-blog-68bet-no-hu-strategy__tip-item strong {
    margin-bottom: 5px;
  }

  .page-blog-68bet-no-hu-strategy__faq-question {
    font-size: 16px;
  }

  .page-blog-68bet-no-hu-strategy__faq-answer {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-68bet-no-hu-strategy__main-title {
    font-size: clamp(28px, 8vw, 40px);
  }
  .page-blog-68bet-no-hu-strategy__sub-title {
    font-size: clamp(15px, 3vw, 18px);
  }
  .page-blog-68bet-no-hu-strategy__section-title {
    font-size: clamp(22px, 7vw, 30px);
  }
  .page-blog-68bet-no-hu-strategy__card-title {
    font-size: 20px;
  }
  .page-blog-68bet-no-hu-strategy__step-title {
    font-size: 18px;
  }
  .page-blog-68bet-no-hu-strategy__btn-primary,
  .page-blog-68bet-no-hu-strategy__btn-secondary {
    font-size: 16px;
    padding: 12px 20px;
  }
}