.page-blog-huebet1-beginner-guide {
  background-color: #F5F7FA;
  color: #333333;
  padding-top: 10px; /* Small top padding to respect shared header offset */
}

.page-blog-huebet1-beginner-guide__hero-section {
  max-width: 1400px;
  margin: 0 auto 40px auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-huebet1-beginner-guide__hero-banner {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-huebet1-beginner-guide__hero-banner img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/5;
  object-fit: cover;
  object-position: center;
}

.page-blog-huebet1-beginner-guide__hero-content {
  margin-top: 30px;
  max-width: 900px;
}

.page-blog-huebet1-beginner-guide__main-title {
  font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.2;
  color: #E53935;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}

.page-blog-huebet1-beginner-guide__description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
}

.page-blog-huebet1-beginner-guide__cta-button {
  display: inline-block;
  padding: 14px 30px;
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(229, 57, 53, 0.4);
}

.page-blog-huebet1-beginner-guide__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(229, 57, 53, 0.6);
}

.page-blog-huebet1-beginner-guide__section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 40px;
}

.page-blog-huebet1-beginner-guide__section-title {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  color: #E53935;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
}

.page-blog-huebet1-beginner-guide__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FF5A4F;
  margin: 15px auto 0 auto;
  border-radius: 2px;
}

.page-blog-huebet1-beginner-guide__content-block p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #333333;
}

.page-blog-huebet1-beginner-guide__step-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-huebet1-beginner-guide__step-card {
  background-color: #F5F7FA;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-blog-huebet1-beginner-guide__step-card:hover {
  transform: translateY(-5px);
}

.page-blog-huebet1-beginner-guide__step-title {
  font-size: 1.4rem;
  color: #E53935;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-huebet1-beginner-guide__step-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 20px;
}

.page-blog-huebet1-beginner-guide__step-button {
  display: inline-block;
  padding: 10px 20px;
  background: #FF5A4F;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}

.page-blog-huebet1-beginner-guide__step-button:hover {
  background-color: #E53935;
}

.page-blog-huebet1-beginner-guide__content-image {
  width: 100%;
  margin: 40px auto 20px auto;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-huebet1-beginner-guide__content-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: none;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-huebet1-beginner-guide__image-caption {
  font-size: 0.85rem;
  color: #666666;
  margin-top: 10px;
  font-style: italic;
}

.page-blog-huebet1-beginner-guide__tip-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.page-blog-huebet1-beginner-guide__tip-item {
  background-color: #F5F7FA;
  border-left: 5px solid #E53935;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-huebet1-beginner-guide__tip-heading {
  font-size: 1.25rem;
  color: #E53935;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-huebet1-beginner-guide__tip-item p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 15px;
}

.page-blog-huebet1-beginner-guide__tip-link {
  color: #FF5A4F;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.page-blog-huebet1-beginner-guide__tip-link:hover {
  color: #E53935;
  text-decoration: underline;
}

.page-blog-huebet1-beginner-guide__faq-item {
  background-color: #F5F7FA;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px 25px;
}

.page-blog-huebet1-beginner-guide__faq-question {
  font-size: 1.15rem;
  color: #E53935;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-huebet1-beginner-guide__faq-answer {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}

.page-blog-huebet1-beginner-guide__faq-link {
  color: #FF5A4F;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
  transition: color 0.3s ease;
}

.page-blog-huebet1-beginner-guide__faq-link:hover {
  color: #E53935;
  text-decoration: underline;
}

.page-blog-huebet1-beginner-guide__conclusion {
  text-align: center;
  padding-bottom: 60px;
}

@media (max-width: 849px) {
  .page-blog-huebet1-beginner-guide__hero-content {
    margin-top: 20px;
  }
  .page-blog-huebet1-beginner-guide__main-title {
    font-size: clamp(1.5rem, 7vw, 2.5rem);
  }
  .page-blog-huebet1-beginner-guide__description {
    font-size: 1rem;
  }
  .page-blog-huebet1-beginner-guide__section {
    margin: 40px auto;
    padding: 30px 20px;
  }
  .page-blog-huebet1-beginner-guide__section-title {
    font-size: clamp(1.3rem, 6vw, 2rem);
    margin-bottom: 30px;
  }
  .page-blog-huebet1-beginner-guide__step-grid {
    grid-template-columns: 1fr;
  }
  .page-blog-huebet1-beginner-guide__tip-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-blog-huebet1-beginner-guide__hero-banner img,
  .page-blog-huebet1-beginner-guide__content-image img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure images are not too small on mobile */
    min-height: 200px;
  }
}

@media (max-width: 549px) {
  .page-blog-huebet1-beginner-guide__hero-section {
    padding: 0 10px;
  }
  .page-blog-huebet1-beginner-guide__section {
    padding: 25px 15px;
  }
  .page-blog-huebet1-beginner-guide__main-title {
    font-size: clamp(1.3rem, 8vw, 2rem);
  }
  .page-blog-huebet1-beginner-guide__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }
  .page-blog-huebet1-beginner-guide__step-card,
  .page-blog-huebet1-beginner-guide__tip-item,
  .page-blog-huebet1-beginner-guide__faq-item {
    padding: 20px;
  }
}