.page-blog-huebet-app-mobile-casino {
  background-color: #08160F;
  color: #F2FFF6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-huebet-app-mobile-casino__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small decorative top padding, body handles header offset */
  text-align: center;
  background-color: #0A4B2C; /* Deep Green for hero section background */
  overflow: hidden;
}

.page-blog-huebet-app-mobile-casino__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
}

.page-blog-huebet-app-mobile-casino__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-huebet-app-mobile-casino__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-huebet-app-mobile-casino__main-title {
  font-size: clamp(2.2em, 4vw, 3.2em);
  font-weight: bold;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-huebet-app-mobile-casino__subtitle {
  font-size: clamp(1em, 1.8vw, 1.3em);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-huebet-app-mobile-casino__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-blog-huebet-app-mobile-casino__btn-primary,
.page-blog-huebet-app-mobile-casino__btn-secondary {
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huebet-app-mobile-casino__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: none;
  box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-huebet-app-mobile-casino__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-huebet-app-mobile-casino__btn-secondary {
  background-color: transparent;
  color: #57E38D; /* Glow */
  border: 2px solid #57E38D;
}

.page-blog-huebet-app-mobile-casino__btn-secondary:hover {
  background-color: #57E38D;
  color: #08160F; /* Background */
  transform: translateY(-3px);
}

.page-blog-huebet-app-mobile-casino__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.page-blog-huebet-app-mobile-casino__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.3);
}

.page-blog-huebet-app-mobile-casino__paragraph {
  font-size: 1.1em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 30px;
  text-align: justify;
}

.page-blog-huebet-app-mobile-casino__features-grid,
.page-blog-huebet-app-mobile-casino__promotions-grid,
.page-blog-huebet-app-mobile-casino__security-features,
.page-blog-huebet-app-mobile-casino__support-channels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-huebet-app-mobile-casino__feature-item,
.page-blog-huebet-app-mobile-casino__product-item,
.page-blog-huebet-app-mobile-casino__promotion-card,
.page-blog-huebet-app-mobile-casino__channel-item,
.page-blog-huebet-app-mobile-casino__step-item,
.page-blog-huebet-app-mobile-casino__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  color: #F2FFF6;
}

.page-blog-huebet-app-mobile-casino__feature-item:hover,
.page-blog-huebet-app-mobile-casino__product-item:hover,
.page-blog-huebet-app-mobile-casino__promotion-card:hover,
.page-blog-huebet-app-mobile-casino__channel-item:hover,
.page-blog-huebet-app-mobile-casino__step-item:hover {
  transform: translateY(-5px);
}

.page-blog-huebet-app-mobile-casino__feature-title,
.page-blog-huebet-app-mobile-casino__product-title,
.page-blog-huebet-app-mobile-casino__promotion-title,
.page-blog-huebet-app-mobile-casino__channel-title,
.page-blog-huebet-app-mobile-casino__step-title {
  font-size: 1.4em;
  color: #57E38D; /* Glow */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-huebet-app-mobile-casino__feature-description,
.page-blog-huebet-app-mobile-casino__product-description,
.page-blog-huebet-app-mobile-casino__promotion-description,
.page-blog-huebet-app-mobile-casino__channel-description,
.page-blog-huebet-app-mobile-casino__step-description {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-huebet-app-mobile-casino__product-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-huebet-app-mobile-casino__product-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  object-fit: cover;
  min-height: 200px; /* Minimum size requirement */
}

.page-blog-huebet-app-mobile-casino__btn-text {
  display: inline-block;
  margin-top: 15px;
  color: #2AD16F;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-blog-huebet-app-mobile-casino__btn-text:hover {
  color: #57E38D;
  text-decoration: underline;
}

.page-blog-huebet-app-mobile-casino__download-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-huebet-app-mobile-casino__step-number {
  font-size: 2.5em;
  font-weight: bold;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
}

.page-blog-huebet-app-mobile-casino__download-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  object-fit: cover;
  min-height: 200px; /* Minimum size requirement */
}

.page-blog-huebet-app-mobile-casino__cta-center {
  text-align: center;
  margin-top: 50px;
}

.page-blog-huebet-app-mobile-casino__security-image-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0;
  text-align: center;
}

.page-blog-huebet-app-mobile-casino__security-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  min-height: 200px; /* Minimum size requirement */
}

.page-blog-huebet-app-mobile-casino__faq-section {
  margin-top: 60px;
}

.page-blog-huebet-app-mobile-casino__faq-item {
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-huebet-app-mobile-casino__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #F2FFF6;
  cursor: pointer;
  background-color: #1E3A2A; /* Divider */
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.page-blog-huebet-app-mobile-casino__faq-question:hover {
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-huebet-app-mobile-casino__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #F2C14E; /* Gold */
  margin-left: 15px;
}

.page-blog-huebet-app-mobile-casino__faq-answer {
  padding: 0 20px 20px;
  font-size: 1em;
  color: #A7D9B8;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-blog-huebet-app-mobile-casino__faq-item[open] .page-blog-huebet-app-mobile-casino__faq-answer {
  max-height: 500px; /* Adjust as needed for content length */
  padding-top: 15px;
}

.page-blog-huebet-app-mobile-casino__faq-item[open] .page-blog-huebet-app-mobile-casino__faq-question {
  background-color: #0A4B2C; /* Deep Green */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.page-blog-huebet-app-mobile-casino__faq-item[open] .page-blog-huebet-app-mobile-casino__faq-toggle {
  content: '−';
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-huebet-app-mobile-casino__features-grid,
  .page-blog-huebet-app-mobile-casino__product-showcase,
  .page-blog-huebet-app-mobile-casino__promotions-grid,
  .page-blog-huebet-app-mobile-casino__download-steps,
  .page-blog-huebet-app-mobile-casino__security-features,
  .page-blog-huebet-app-mobile-casino__support-channels {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-huebet-app-mobile-casino__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important; /* body handles header offset */
  }

  .page-blog-huebet-app-mobile-casino__content-area {
    padding: 40px 15px;
  }

  .page-blog-huebet-app-mobile-casino__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-huebet-app-mobile-casino__btn-primary,
  .page-blog-huebet-app-mobile-casino__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-blog-huebet-app-mobile-casino__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-blog-huebet-app-mobile-casino__paragraph {
    font-size: 1em;
  }

  .page-blog-huebet-app-mobile-casino__features-grid,
  .page-blog-huebet-app-mobile-casino__product-showcase,
  .page-blog-huebet-app-mobile-casino__promotions-grid,
  .page-blog-huebet-app-mobile-casino__download-steps,
  .page-blog-huebet-app-mobile-casino__security-features,
  .page-blog-huebet-app-mobile-casino__support-channels {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Mobile image responsiveness */
  .page-blog-huebet-app-mobile-casino img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-huebet-app-mobile-casino__hero-image-wrapper,
  .page-blog-huebet-app-mobile-casino__security-image-wrapper,
  .page-blog-huebet-app-mobile-casino__product-item,
  .page-blog-huebet-app-mobile-casino__feature-item,
  .page-blog-huebet-app-mobile-casino__promotion-card,
  .page-blog-huebet-app-mobile-casino__channel-item,
  .page-blog-huebet-app-mobile-casino__step-item,
  .page-blog-huebet-app-mobile-casino__card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden !important; /* Ensure content does not overflow */
  }

  /* Specific padding for cards/items within content area to not be flush with edge */
  .page-blog-huebet-app-mobile-casino__content-area .page-blog-huebet-app-mobile-casino__card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-blog-huebet-app-mobile-casino__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }
  .page-blog-huebet-app-mobile-casino__faq-answer {
    padding: 0 15px 15px;
  }
}