/* style/blog-jun888-official-channel-guide.css */

/* Base styles for the page */
.page-blog-jun888-official-channel-guide {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #FFF5E1; /* Text Main color for dark background */
}

/* Hero Section */
.page-blog-jun888-official-channel-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: 10px 20px 60px 20px; /* Small top padding, more bottom padding */
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-jun888-official-channel-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.page-blog-jun888-official-channel-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for better text contrast */
  display: block;
}

.page-blog-jun888-official-channel-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent background for text */
  border-radius: 8px;
}

.page-blog-jun888-official-channel-guide__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #FFCC66; /* Gold color for title */
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-jun888-official-channel-guide__description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #FFF5E1; /* Text Main color */
  margin-bottom: 30px;
}

/* Section General */
.page-blog-jun888-official-channel-guide__content-section {
  padding: 60px 0;
  box-sizing: border-box;
}

.page-blog-jun888-official-channel-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-jun888-official-channel-guide__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  color: #FFCC66; /* Gold color */
}

.page-blog-jun888-official-channel-guide__section-description {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF5E1;
}

.page-blog-jun888-official-channel-guide__text-block {
  margin-bottom: 40px;
  color: #FFF5E1;
}

.page-blog-jun888-official-channel-guide__sub-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  margin-bottom: 20px;
  color: #F4D34D; /* Gold color */
}

.page-blog-jun888-official-channel-guide__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-jun888-official-channel-guide__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #FFF5E1;
}

.page-blog-jun888-official-channel-guide__list-item::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #F4D34D; /* Gold color */
  font-weight: bold;
}

.page-blog-jun888-official-channel-guide__image-content {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
  object-fit: cover;
}

/* Card Grid */
.page-blog-jun888-official-channel-guide__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-jun888-official-channel-guide__card {
  background: #D32F2F; /* Card BG color */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #FFF5E1; /* Text Main color */
}

.page-blog-jun888-official-channel-guide__card-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #FFCC66; /* Gold color */
}

.page-blog-jun888-official-channel-guide__card-text {
  font-size: 1rem;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-jun888-official-channel-guide__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: auto; /* Push image to bottom */
}

/* Promo List */
.page-blog-jun888-official-channel-guide__promo-list .page-blog-jun888-official-channel-guide__list-item {
  padding-left: 0;
}

.page-blog-jun888-official-channel-guide__promo-list .page-blog-jun888-official-channel-guide__list-item::before {
  content: none;
}

/* FAQ Section */
.page-blog-jun888-official-channel-guide__faq-list {
  margin-top: 40px;
}

.page-blog-jun888-official-channel-guide__faq-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #FFF5E1;
}

.page-blog-jun888-official-channel-guide__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.15rem;
  font-weight: 600;
  color: #F4D34D; /* Gold color */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-jun888-official-channel-guide__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-jun888-official-channel-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-jun888-official-channel-guide__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-jun888-official-channel-guide__faq-item[open] .page-blog-jun888-official-channel-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-jun888-official-channel-guide__faq-answer {
  padding: 20px;
  font-size: 1rem;
  color: #FFF5E1;
}

.page-blog-jun888-official-channel-guide__faq-answer p {
  margin-bottom: 15px;
}

/* Conclusion Section */
.page-blog-jun888-official-channel-guide__conclusion-section {
  padding: 60px 0;
  text-align: center;
  background: #B71C1C; /* Background color */
  color: #FFF5E1; /* Text Main color */
}

/* Buttons */
.page-blog-jun888-official-channel-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-jun888-official-channel-guide__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button gradient */
  color: #7A0E0E; /* Deep Red for text on button */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-jun888-official-channel-guide__btn-primary:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-jun888-official-channel-guide__btn-secondary {
  background: #D32F2F; /* Card BG color */
  color: #FFF5E1; /* Text Main color */
  border: 2px solid #F2B544; /* Border color */
  margin-top: 15px;
}

.page-blog-jun888-official-channel-guide__btn-secondary:hover {
  background: #7A0E0E; /* Deep Red */
  border-color: #FFCC66; /* Glow color */
  transform: translateY(-2px);
}

/* Link styles */
.page-blog-jun888-official-channel-guide a {
  color: #F4D34D; /* Gold color */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-jun888-official-channel-guide a:hover {
  color: #FFCC66; /* Glow color */
  text-decoration: underline;
}

/* Color Contrast Specifics */
.page-blog-jun888-official-channel-guide__dark-bg {
  background-color: #B71C1C; /* Body Background color */
  color: #FFF5E1; /* Text Main color */
}

.page-blog-jun888-official-channel-guide__light-bg {
  background-color: #C91F17; /* Main Color */
  color: #FFF5E1; /* Text Main color */
}

.page-blog-jun888-official-channel-guide__dark-bg-card {
  background: #D32F2F; /* Card BG color */
  color: #FFF5E1; /* Text Main color */
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-jun888-official-channel-guide__hero-content {
    padding: 15px;
  }

  .page-blog-jun888-official-channel-guide__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }

  .page-blog-jun888-official-channel-guide__description {
    font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  }

  .page-blog-jun888-official-channel-guide__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  }

  .page-blog-jun888-official-channel-guide__sub-title {
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  }
}

@media (max-width: 768px) {
  .page-blog-jun888-official-channel-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-jun888-official-channel-guide__hero-section {
    padding: 10px 15px 40px 15px;
    min-height: 400px;
  }

  .page-blog-jun888-official-channel-guide__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-jun888-official-channel-guide__description {
    font-size: clamp(0.9rem, 3vw, 1rem);
  }

  .page-blog-jun888-official-channel-guide__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .page-blog-jun888-official-channel-guide__content-section {
    padding: 40px 0;
  }

  .page-blog-jun888-official-channel-guide__container {
    padding: 0 15px;
  }

  .page-blog-jun888-official-channel-guide__section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin-bottom: 30px;
  }

  .page-blog-jun888-official-channel-guide__text-block {
    margin-bottom: 30px;
  }

  .page-blog-jun888-official-channel-guide__sub-title {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
  }

  .page-blog-jun888-official-channel-guide__list-item {
    font-size: 1rem;
    padding-left: 25px;
  }

  .page-blog-jun888-official-channel-guide__card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-jun888-official-channel-guide__card {
    padding: 20px;
  }

  .page-blog-jun888-official-channel-guide__card-title {
    font-size: 1.4rem;
  }

  .page-blog-jun888-official-channel-guide__faq-item summary {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-jun888-official-channel-guide__faq-answer {
    padding: 15px;
    font-size: 0.95rem;
  }

  .page-blog-jun888-official-channel-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-jun888-official-channel-guide__hero-image-wrapper,
  .page-blog-jun888-official-channel-guide__content-section,
  .page-blog-jun888-official-channel-guide__card,
  .page-blog-jun888-official-channel-guide__container,
  .page-blog-jun888-official-channel-guide__text-block,
  .page-blog-jun888-official-channel-guide__card-grid,
  .page-blog-jun888-official-channel-guide__faq-list,
  .page-blog-jun888-official-channel-guide__conclusion-section,
  .page-blog-jun888-official-channel-guide__hero-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important; /* Ensure no horizontal scroll */
  }
  
  .page-blog-jun888-official-channel-guide__hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-jun888-official-channel-guide__faq-answer .page-blog-jun888-official-channel-guide__cta-button {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .page-blog-jun888-official-channel-guide__hero-section {
    min-height: 350px;
  }

  .page-blog-jun888-official-channel-guide__main-title {
    font-size: clamp(1.5rem, 7vw, 2.2rem);
  }

  .page-blog-jun888-official-channel-guide__description {
    font-size: 0.9rem;
  }

  .page-blog-jun888-official-channel-guide__section-title {
    font-size: clamp(1.3rem, 6vw, 1.8rem);
  }

  .page-blog-jun888-official-channel-guide__sub-title {
    font-size: clamp(1.1rem, 5vw, 1.3rem);
  }
}