/* style/blog-f1686-no-hu-promotions-analysis.css */
:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #ffffff;
  --border-light: #e0e0e0;
  --button-login: #EA7C07;
}

.page-blog-f1686-no-hu-promotions-analysis {
  color: var(--text-dark);
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background: var(--bg-light);
}

.page-blog-f1686-no-hu-promotions-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding as body handles header offset */
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-blog-f1686-no-hu-promotions-analysis__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-blog-f1686-no-hu-promotions-analysis__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-blog-f1686-no-hu-promotions-analysis__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-f1686-no-hu-promotions-analysis__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-f1686-no-hu-promotions-analysis__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-light);
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-f1686-no-hu-promotions-analysis__description {
  font-size: 1.15em;
  color: var(--text-light);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-f1686-no-hu-promotions-analysis__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--button-login); /* Using specific login color for CTA */
  color: var(--text-light);
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-blog-f1686-no-hu-promotions-analysis__cta-button:hover {
  background: #d46b00; /* Slightly darker orange */
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-blog-f1686-no-hu-promotions-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background: var(--bg-light);
  color: var(--text-dark);
}

.page-blog-f1686-no-hu-promotions-analysis__container {
  max-width: 960px;
  margin: 0 auto;
}

.page-blog-f1686-no-hu-promotions-analysis__article h2,
.page-blog-f1686-no-hu-promotions-analysis__faq-section h2 {
  color: var(--primary-color);
  font-size: 2em;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-f1686-no-hu-promotions-analysis__article h3 {
  color: var(--primary-color);
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-f1686-no-hu-promotions-analysis__article p {
  margin-bottom: 1em;
}

.page-blog-f1686-no-hu-promotions-analysis__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-blog-f1686-no-hu-promotions-analysis__list li {
  margin-bottom: 0.5em;
}

.page-blog-f1686-no-hu-promotions-analysis__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 30px 0;
  object-fit: cover;
}

.page-blog-f1686-no-hu-promotions-analysis__btn-primary {
  display: inline-block;
  padding: 12px 25px;
  background: var(--primary-color);
  color: var(--text-light);
  text-decoration: none;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-blog-f1686-no-hu-promotions-analysis__btn-primary:hover {
  background: #1e87b7;
}

.page-blog-f1686-no-hu-promotions-analysis__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid var(--primary-color);
  cursor: pointer;
}

.page-blog-f1686-no-hu-promotions-analysis__btn-secondary:hover {
  background: var(--primary-color);
  color: var(--text-light);
}

.page-blog-f1686-no-hu-promotions-analysis__cta-bottom {
  text-align: center;
  margin-top: 50px;
  padding: 30px 0;
  background-color: #f5f5f5;
  border-radius: 8px;
}

/* FAQ Section */
.page-blog-f1686-no-hu-promotions-analysis__faq-section {
  margin-top: 60px;
}

details.page-blog-f1686-no-hu-promotions-analysis__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid var(--border-light);
  overflow: hidden;
  background: var(--bg-light);
}

details.page-blog-f1686-no-hu-promotions-analysis__faq-item summary.page-blog-f1686-no-hu-promotions-analysis__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;
  color: var(--text-dark);
}

details.page-blog-f1686-no-hu-promotions-analysis__faq-item summary.page-blog-f1686-no-hu-promotions-analysis__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-f1686-no-hu-promotions-analysis__faq-item summary.page-blog-f1686-no-hu-promotions-analysis__faq-question:hover {
  background: #f5f5f5;
}

.page-blog-f1686-no-hu-promotions-analysis__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.page-blog-f1686-no-hu-promotions-analysis__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-f1686-no-hu-promotions-analysis__faq-item .page-blog-f1686-no-hu-promotions-analysis__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: var(--text-dark);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-f1686-no-hu-promotions-analysis {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-f1686-no-hu-promotions-analysis__hero-section {
    padding-top: 10px !important; /* body handles header offset */
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-f1686-no-hu-promotions-analysis__hero-image img {
    border-radius: 4px;
  }

  .page-blog-f1686-no-hu-promotions-analysis__main-title {
    font-size: 1.8em;
  }

  .page-blog-f1686-no-hu-promotions-analysis__description {
    font-size: 1em;
  }

  .page-blog-f1686-no-hu-promotions-analysis__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-f1686-no-hu-promotions-analysis__content-area {
    padding: 20px 15px;
  }

  .page-blog-f1686-no-hu-promotions-analysis__article h2,
  .page-blog-f1686-no-hu-promotions-analysis__faq-section h2 {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-f1686-no-hu-promotions-analysis__article h3 {
    font-size: 1.2em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-f1686-no-hu-promotions-analysis__image {
    border-radius: 4px;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-f1686-no-hu-promotions-analysis__btn-primary,
  .page-blog-f1686-no-hu-promotions-analysis__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  details.page-blog-f1686-no-hu-promotions-analysis__faq-item summary.page-blog-f1686-no-hu-promotions-analysis__faq-question { padding: 15px; }
  .page-blog-f1686-no-hu-promotions-analysis__faq-qtext { font-size: 15px; }

  /* Ensure containers handle images/buttons */
  .page-blog-f1686-no-hu-promotions-analysis__container,
  .page-blog-f1686-no-hu-promotions-analysis__article,
  .page-blog-f1686-no-hu-promotions-analysis__cta-bottom,
  .page-blog-f1686-no-hu-promotions-analysis__faq-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-f1686-no-hu-promotions-analysis__cta-bottom .page-blog-f1686-no-hu-promotions-analysis__cta-button {
    width: auto !important; /* Allow button to shrink if needed inside padded container */
    max-width: calc(100% - 30px) !important;
  }
}