.page-blog-huong-dan-tai-hit-club-ios {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background: #FFFFFF; /* Default body background */
}

.page-blog-huong-dan-tai-hit-club-ios__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-huong-dan-tai-hit-club-ios__hero-section {
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  position: relative;
  background-color: #26A9E0;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  padding-bottom: 40px;
}

.page-blog-huong-dan-tai-hit-club-ios__hero-image-wrapper {
  width: 100%;
  max-height: 675px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-blog-huong-dan-tai-hit-club-ios__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-huong-dan-tai-hit-club-ios__hero-content {
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-huong-dan-tai-hit-club-ios__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-blog-huong-dan-tai-hit-club-ios__hero-description {
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-huong-dan-tai-hit-club-ios__btn-download {
  display: inline-block;
  background-color: #EA7C07; /* Login color for download button */
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-tai-hit-club-ios__btn-download:hover {
  background-color: #d16b05;
}

.page-blog-huong-dan-tai-hit-club-ios__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
  padding-top: 40px;
}

.page-blog-huong-dan-tai-hit-club-ios__introduction-section,
.page-blog-huong-dan-tai-hit-club-ios__download-guide-section,
.page-blog-huong-dan-tai-hit-club-ios__why-choose-section,
.page-blog-huong-dan-tai-hit-club-ios__faq-section,
.page-blog-huong-dan-tai-hit-club-ios__final-cta-section {
  padding: 60px 0;
  background: #FFFFFF;
}

.page-blog-huong-dan-tai-hit-club-ios__introduction-section {
  background: #f8f8f8;
}

.page-blog-huong-dan-tai-hit-club-ios__text-content {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: justify;
}

.page-blog-huong-dan-tai-hit-club-ios__sub-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-huong-dan-tai-hit-club-ios__list,
.page-blog-huong-dan-tai-hit-club-ios__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 30px;
}

.page-blog-huong-dan-tai-hit-club-ios__ordered-list {
  list-style-type: decimal;
}

.page-blog-huong-dan-tai-hit-club-ios__list-item {
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.7;
}

.page-blog-huong-dan-tai-hit-club-ios__list-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
}

.page-blog-huong-dan-tai-hit-club-ios__article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-tai-hit-club-ios__btn-inline {
  display: inline-block;
  background-color: #26A9E0;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: background-color 0.3s ease;
  margin-top: 10px;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-tai-hit-club-ios__btn-inline:hover {
  background-color: #1e87c0;
}

.page-blog-huong-dan-tai-hit-club-ios__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-huong-dan-tai-hit-club-ios__feature-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-blog-huong-dan-tai-hit-club-ios__feature-card:hover {
  transform: translateY(-5px);
}

.page-blog-huong-dan-tai-hit-club-ios__feature-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-blog-huong-dan-tai-hit-club-ios__faq-list {
  margin-top: 40px;
}

details.page-blog-huong-dan-tai-hit-club-ios__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}

details.page-blog-huong-dan-tai-hit-club-ios__faq-item summary.page-blog-huong-dan-tai-hit-club-ios__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-huong-dan-tai-hit-club-ios__faq-item summary.page-blog-huong-dan-tai-hit-club-ios__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-huong-dan-tai-hit-club-ios__faq-item summary.page-blog-huong-dan-tai-hit-club-ios__faq-question:hover {
  background: #f5f5f5;
}

.page-blog-huong-dan-tai-hit-club-ios__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}

.page-blog-huong-dan-tai-hit-club-ios__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-huong-dan-tai-hit-club-ios__faq-item .page-blog-huong-dan-tai-hit-club-ios__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #555555;
}

.page-blog-huong-dan-tai-hit-club-ios__final-cta-section {
  background-color: #26A9E0;
  color: #ffffff;
  text-align: center;
  padding-bottom: 80px;
}

.page-blog-huong-dan-tai-hit-club-ios__final-cta-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 30px auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-tai-hit-club-ios__final-cta-section .page-blog-huong-dan-tai-hit-club-ios__section-title {
  color: #FFFFFF;
}

.page-blog-huong-dan-tai-hit-club-ios__final-cta-section .page-blog-huong-dan-tai-hit-club-ios__text-content {
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 40px auto;
  text-align: center;
}

.page-blog-huong-dan-tai-hit-club-ios__btn-primary {
  display: inline-block;
  background-color: #EA7C07;
  color: #ffffff;
  padding: 18px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  border: 2px solid transparent;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-tai-hit-club-ios__btn-primary:hover {
  background-color: #d16b05;
  transform: translateY(-3px);
}

/* Common image styles for content area */
.page-blog-huong-dan-tai-hit-club-ios img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-huong-dan-tai-hit-club-ios__container {
    padding: 15px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__hero-image-wrapper {
    max-height: 500px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }

  .page-blog-huong-dan-tai-hit-club-ios__hero-description {
    font-size: clamp(0.95rem, 1.8vw, 1.2rem);
  }

  .page-blog-huong-dan-tai-hit-club-ios__btn-download {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .page-blog-huong-dan-tai-hit-club-ios__section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.5rem);
    margin-bottom: 30px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__sub-title {
    font-size: 1.6rem;
  }

  .page-blog-huong-dan-tai-hit-club-ios__feature-card {
    padding: 20px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__feature-title {
    font-size: 1.25rem;
  }

  .page-blog-huong-dan-tai-hit-club-ios__btn-primary {
    padding: 15px 30px;
    font-size: 1.1rem;
  }
}

@media (max-width: 849px) {
  .page-blog-huong-dan-tai-hit-club-ios__hero-image-wrapper {
    max-height: unset;
  }
  .page-blog-huong-dan-tai-hit-club-ios__hero-image {
    object-fit: contain !important;
    aspect-ratio: unset !important;
  }
}

@media (max-width: 768px) {
  .page-blog-huong-dan-tai-hit-club-ios__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__hero-section {
    padding-top: 10px; /* Small top padding for mobile */
    padding-bottom: 30px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__hero-content {
    padding: 0 15px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__hero-description {
    font-size: clamp(0.9rem, 3.5vw, 1.1rem);
    margin-bottom: 25px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__btn-download {
    width: 100% !important;
    max-width: 100% !important;
    padding: 15px 20px;
    font-size: 1.05rem;
  }

  .page-blog-huong-dan-tai-hit-club-ios__introduction-section,
  .page-blog-huong-dan-tai-hit-club-ios__download-guide-section,
  .page-blog-huong-dan-tai-hit-club-ios__why-choose-section,
  .page-blog-huong-dan-tai-hit-club-ios__faq-section,
  .page-blog-huong-dan-tai-hit-club-ios__final-cta-section {
    padding: 40px 0;
  }

  .page-blog-huong-dan-tai-hit-club-ios__section-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
    margin-bottom: 25px;
    padding-top: 20px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__text-content {
    font-size: 0.95rem;
    margin-bottom: 15px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__sub-title {
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__list,
  .page-blog-huong-dan-tai-hit-club-ios__ordered-list {
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__list-item {
    font-size: 0.95rem;
    margin-bottom: 10px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__list-title {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__article-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 15px auto;
  }

  .page-blog-huong-dan-tai-hit-club-ios__btn-inline {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 15px;
    font-size: 0.9rem;
  }

  .page-blog-huong-dan-tai-hit-club-ios__features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__feature-card {
    padding: 20px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__feature-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  details.page-blog-huong-dan-tai-hit-club-ios__faq-item summary.page-blog-huong-dan-tai-hit-club-ios__faq-question {
    padding: 15px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__faq-qtext {
    font-size: 15px;
  }

  details.page-blog-huong-dan-tai-hit-club-ios__faq-item .page-blog-huong-dan-tai-hit-club-ios__faq-answer {
    padding: 0 15px 15px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__final-cta-section {
    padding-bottom: 60px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__final-cta-image {
    margin-bottom: 20px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__final-cta-section .page-blog-huong-dan-tai-hit-club-ios__text-content {
    margin-bottom: 30px;
  }

  .page-blog-huong-dan-tai-hit-club-ios__btn-primary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 15px 25px;
    font-size: 1.1rem;
  }

  /* General image and container responsive styles */
  .page-blog-huong-dan-tai-hit-club-ios img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-huong-dan-tai-hit-club-ios__section,
  .page-blog-huong-dan-tai-hit-club-ios__card,
  .page-blog-huong-dan-tai-hit-club-ios__container,
  .page-blog-huong-dan-tai-hit-club-ios__features-grid {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  /* Button specific responsive styles for multiple buttons */
  .page-blog-huong-dan-tai-hit-club-ios__cta-buttons,
  .page-blog-huong-dan-tai-hit-club-ios__button-group,
  .page-blog-huong-dan-tai-hit-club-ios__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    display: flex;
    flex-direction: column; /* Ensure vertical stacking for multiple buttons */
  }
}