/* style/blog-hitclub-platform-advantages.css */
/* body đã padding-top: var(--header-offset)；trang này không được viết lại biến đó */

:root {
  --hitclub-primary: #11A84E;
  --hitclub-secondary: #22C768;
  --hitclub-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --hitclub-card-bg: #11271B;
  --hitclub-background: #08160F;
  --hitclub-text-main: #F2FFF6;
  --hitclub-text-secondary: #A7D9B8;
  --hitclub-border: #2E7A4E;
  --hitclub-glow: #57E38D;
  --hitclub-gold: #F2C14E;
  --hitclub-divider: #1E3A2A;
  --hitclub-deep-green: #0A4B2C;
}

.page-blog-hitclub-platform-advantages {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--hitclub-text-main); /* Deep background, so light text */
  background-color: var(--hitclub-background);
}

.page-blog-hitclub-platform-advantages__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  background-color: var(--hitclub-background);
}

.page-blog-hitclub-platform-advantages__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-hitclub-platform-advantages__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-hitclub-platform-advantages__hero-content {
  max-width: 900px;
  margin-top: 30px;
  text-align: center;
  padding: 0 20px;
}

.page-blog-hitclub-platform-advantages__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  color: var(--hitclub-gold);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-hitclub-platform-advantages__intro-text {
  font-size: 1.1em;
  color: var(--hitclub-text-secondary);
  margin-bottom: 30px;
}

.page-blog-hitclub-platform-advantages__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-hitclub-platform-advantages__btn-primary,
.page-blog-hitclub-platform-advantages__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-hitclub-platform-advantages__btn-primary {
  background: var(--hitclub-button-gradient);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-hitclub-platform-advantages__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-hitclub-platform-advantages__btn-secondary {
  background: var(--hitclub-deep-green);
  color: var(--hitclub-text-main);
  border: 2px solid var(--hitclub-border);
}

.page-blog-hitclub-platform-advantages__btn-secondary:hover {
  background: var(--hitclub-border);
  color: #ffffff;
  transform: translateY(-2px);
}

.page-blog-hitclub-platform-advantages__content-section {
  padding: 60px 0;
  background-color: var(--hitclub-background);
}

.page-blog-hitclub-platform-advantages__dark-section {
  background-color: var(--hitclub-card-bg);
}

.page-blog-hitclub-platform-advantages__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-hitclub-platform-advantages__section-title {
  font-size: 2.2em;
  color: var(--hitclub-primary);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-hitclub-platform-advantages__sub-title {
  font-size: 1.6em;
  color: var(--hitclub-gold);
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-hitclub-platform-advantages__text-block {
  font-size: 1em;
  margin-bottom: 20px;
  color: var(--hitclub-text-main);
}

.page-blog-hitclub-platform-advantages__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-hitclub-platform-advantages__feature-card {
  background-color: var(--hitclub-card-bg);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--hitclub-border);
  color: var(--hitclub-text-main);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-hitclub-platform-advantages__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-hitclub-platform-advantages__card-image {
  width: 100%;
  height: auto;
  max-width: 400px; /* Recommended size for content images */
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  display: block;
}

.page-blog-hitclub-platform-advantages__card-title {
  font-size: 1.4em;
  color: var(--hitclub-gold);
  margin-bottom: 15px;
}

.page-blog-hitclub-platform-advantages__card-text {
  font-size: 0.95em;
  color: var(--hitclub-text-secondary);
}

.page-blog-hitclub-platform-advantages__cta-center {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-hitclub-platform-advantages__promo-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-blog-hitclub-platform-advantages__promo-item {
  background-color: var(--hitclub-deep-green);
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  color: var(--hitclub-text-main);
  display: flex;
  align-items: center;
  border-left: 5px solid var(--hitclub-primary);
}

.page-blog-hitclub-platform-advantages__promo-item::before {
  content: '★';
  color: var(--hitclub-gold);
  margin-right: 10px;
  font-size: 1.2em;
}

.page-blog-hitclub-platform-advantages__step-list {
  list-style: decimal;
  padding-left: 20px;
  margin-top: 20px;
  color: var(--hitclub-text-main);
}

.page-blog-hitclub-platform-advantages__step-item {
  margin-bottom: 10px;
  font-size: 1em;
}

.page-blog-hitclub-platform-advantages__faq-list {
  margin-top: 30px;
}

.page-blog-hitclub-platform-advantages__faq-item {
  background-color: var(--hitclub-card-bg);
  border: 1px solid var(--hitclub-border);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--hitclub-text-main);
}

.page-blog-hitclub-platform-advantages__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  background-color: var(--hitclub-deep-green);
  color: var(--hitclub-text-main);
  list-style: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-blog-hitclub-platform-advantages__faq-item details > summary {
  list-style: none;
}

.page-blog-hitclub-platform-advantages__faq-item details > summary::-webkit-details-marker {
  display: none;
}

.page-blog-hitclub-platform-advantages__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: var(--hitclub-gold);
  transition: transform 0.3s ease;
}

.page-blog-hitclub-platform-advantages__faq-item[open] .page-blog-hitclub-platform-advantages__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-hitclub-platform-advantages__faq-answer {
  padding: 0 20px 15px;
  font-size: 0.95em;
  color: var(--hitclub-text-secondary);
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-hitclub-platform-advantages__main-title {
    font-size: clamp(1.8em, 5vw, 2.8em);
  }
  .page-blog-hitclub-platform-advantages__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-hitclub-platform-advantages {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-hitclub-platform-advantages__hero-section {
    padding-bottom: 30px;
  }

  .page-blog-hitclub-platform-advantages__main-title {
    font-size: clamp(1.6em, 6vw, 2.5em);
  }

  .page-blog-hitclub-platform-advantages__intro-text {
    font-size: 1em;
  }

  .page-blog-hitclub-platform-advantages__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-hitclub-platform-advantages__btn-primary,
  .page-blog-hitclub-platform-advantages__btn-secondary {
    width: 100% !important;
    padding: 12px 15px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-hitclub-platform-advantages__content-section,
  .page-blog-hitclub-platform-advantages__dark-section {
    padding: 40px 0;
  }

  .page-blog-hitclub-platform-advantages__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-hitclub-platform-advantages__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-hitclub-platform-advantages__sub-title {
    font-size: 1.4em;
    margin-top: 30px;
  }

  .page-blog-hitclub-platform-advantages__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-hitclub-platform-advantages__card-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-hitclub-platform-advantages__feature-card,
  .page-blog-hitclub-platform-advantages__promo-item,
  .page-blog-hitclub-platform-advantages__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-hitclub-platform-advantages img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-hitclub-platform-advantages__cta-center {
    flex-direction: column;
    gap: 15px;
  }
}