/* bhehu-global-header-style */
.bhehu-global-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    width: 100vw !important;
    max-width: none !important;
    margin: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 20px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: #1f2937 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-sizing: border-box !important;
    text-align: left !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif !important;
  }
  .bhehu-global-header * {
    box-sizing: border-box !important;
  }
  .bhehu-global-header__inner {
    max-width: 1280px !important;
    height: 72px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 28px !important;
  }
  .bhehu-global-header__brand {
    display: inline-flex !important;
    align-items: center !important;
    min-width: 0 !important;
    color: #1f2937 !important;
    text-decoration: none !important;
    font-weight: 800 !important;
    flex-shrink: 0 !important;
  }
  .bhehu-global-header__logo {
    display: block !important;
    width: auto !important;
    height: 42px !important;
    max-width: none !important;
    margin: 0 !important;
  }
  .bhehu-global-header__tagline {
    margin-left: 16px !important;
    padding-left: 16px !important;
    border-left: 2px solid #e5e7eb !important;
    color: #1f2937 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }
  .bhehu-global-header__nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 30px !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }
  .bhehu-global-header__nav a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 0 !important;
    margin: 0 !important;
    color: #1f2937 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    letter-spacing: 0 !important;
  }
  .bhehu-global-header__nav a:hover {
    color: #d70051 !important;
  }
  .bhehu-global-header__cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    min-width: 118px !important;
    height: 42px !important;
    padding: 0 22px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #d70051 !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(215, 0, 81, 0.24) !important;
    text-decoration: none !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
  }
  .bhehu-global-header__cta:hover {
    background: #b80045 !important;
    color: #ffffff !important;
  }
  @media (max-width: 980px) {
    .bhehu-global-header {
      padding: 0 16px !important;
    }
    .bhehu-global-header__inner {
      height: auto !important;
      min-height: 72px !important;
      padding: 12px 0 !important;
      align-items: flex-start !important;
      flex-wrap: wrap !important;
      gap: 12px 18px !important;
    }
    .bhehu-global-header__brand {
      flex: 1 1 auto !important;
    }
    .bhehu-global-header__nav {
      order: 3 !important;
      flex: 1 0 100% !important;
      justify-content: flex-start !important;
      gap: 18px !important;
      overflow-x: auto !important;
      padding-bottom: 2px !important;
      -webkit-overflow-scrolling: touch !important;
    }
    .bhehu-global-header__nav a {
      font-size: 14px !important;
    }
  }
  @media (max-width: 640px) {
    .bhehu-global-header__logo {
      height: 36px !important;
    }
    .bhehu-global-header__tagline {
      display: none !important;
    }
    .bhehu-global-header__cta {
      min-width: auto !important;
      height: 38px !important;
      padding: 0 16px !important;
      font-size: 14px !important;
    }
  }

/* bhehu-global-content-style */
body {
    background: #f5f6f8 !important;
  }
  body > header:not(.bhehu-global-header),
  body > .hero {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    box-sizing: border-box !important;
    background:
      radial-gradient(circle at 80% 20%, rgba(215, 0, 81, 0.32), transparent 34%),
      linear-gradient(135deg, #111827 0%, #1f2937 48%, #9f1239 100%) !important;
    color: #ffffff !important;
    padding: 68px 20px 58px !important;
    text-align: left !important;
    border: 0 !important;
    box-shadow: inset 0 -1px 0 rgba(255,255,255,0.08) !important;
  }
  body > header:not(.bhehu-global-header) .container,
  body > .hero .container {
    max-width: 1120px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
  }
  body > header:not(.bhehu-global-header) h1,
  body > .hero h1 {
    max-width: 980px !important;
    margin: 0 auto 16px !important;
    color: #ffffff !important;
    font-size: 38px !important;
    line-height: 1.22 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }
  body > .hero h1 {
    text-align: center !important;
  }
  body > header:not(.bhehu-global-header) p,
  body > .hero p,
  body > .hero .meta {
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 16px !important;
    line-height: 1.85 !important;
  }
  body > .hero .meta {
    text-align: center !important;
  }
  .breadcrumb {
    max-width: 920px !important;
    margin: 18px auto 0 !important;
    padding: 0 20px !important;
    color: #64748b !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
  }
  .breadcrumb a {
    color: #d70051 !important;
    text-decoration: none !important;
    font-weight: 800 !important;
  }
  .article,
  .content,
  .article-content {
    max-width: 920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #ffffff !important;
    color: #1f2937 !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08) !important;
  }
  .content,
  .article-content {
    padding: 38px !important;
    margin-top: 34px !important;
    margin-bottom: 48px !important;
  }
  .article h2,
  .content h2,
  .article-content h2 {
    color: #111827 !important;
    border-left: 4px solid #d70051 !important;
    border-bottom: 0 !important;
    padding-left: 14px !important;
    line-height: 1.4 !important;
  }
  .article h3,
  .content h3,
  .article-content h3 {
    color: #d70051 !important;
  }
  .card,
  section.card {
    border-color: rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04) !important;
  }
  .tip,
  .tip-box,
  blockquote {
    background: #fff1f5 !important;
    border-left: 4px solid #d70051 !important;
  }
  .cta,
  .cta-box {
    background: linear-gradient(135deg, #fff1f5, #ffe4ef) !important;
    color: #1f2937 !important;
  }
  .cta a,
  .cta-btn {
    background: #d70051 !important;
    color: #ffffff !important;
    border-radius: 999px !important;
  }
  @media (max-width: 760px) {
    body > header:not(.bhehu-global-header),
    body > .hero {
      padding: 46px 16px 40px !important;
    }
    body > header:not(.bhehu-global-header) h1,
    body > .hero h1 {
      font-size: 29px !important;
    }
    .content,
    .article-content {
      padding: 24px !important;
    }
  }

/* bhehu-global-footer-style */
.bhehu-service-notice {
    background: #f5f6f8 !important;
    padding: 64px 20px !important;
    margin: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    box-sizing: border-box !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }
  .bhehu-service-notice__inner {
    max-width: 1080px !important;
    margin: 0 auto !important;
    background: #ffffff !important;
    border-left: 5px solid #d70051 !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06) !important;
    padding: 30px 34px !important;
    text-align: left !important;
  }
  .bhehu-service-notice h2 {
    margin: 0 0 14px !important;
    color: #d70051 !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }
  .bhehu-service-notice p {
    margin: 0 !important;
    color: #4b5563 !important;
    font-size: 15px !important;
    line-height: 1.95 !important;
    font-weight: 500 !important;
  }
  .bhehu-global-footer {
    background: #111827 !important;
    color: #d1d5db !important;
    padding: 56px 20px 34px !important;
    margin: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    box-sizing: border-box !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    text-align: left !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif !important;
  }
  .bhehu-global-footer * {
    box-sizing: border-box !important;
  }
  .bhehu-global-footer a {
    color: inherit !important;
    text-decoration: none !important;
  }
  .bhehu-global-footer__inner {
    max-width: 1280px !important;
    margin: 0 auto !important;
  }
  .bhehu-global-footer__grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.8fr) minmax(180px, 0.8fr) !important;
    gap: 48px !important;
    align-items: start !important;
  }
  .bhehu-global-footer__logo {
    height: 42px !important;
    width: auto !important;
    display: block !important;
    margin: 0 0 18px !important;
  }
  .bhehu-global-footer__brand p,
  .bhehu-global-footer__col p {
    margin: 0 0 8px !important;
    color: #9ca3af !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
  }
  .bhehu-global-footer__title {
    margin: 0 0 16px !important;
    color: #ffffff !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
    font-weight: 800 !important;
  }
  .bhehu-global-footer__bottom {
    margin-top: 42px !important;
    padding-top: 28px !important;
    border-top: 1px solid rgba(156, 163, 175, 0.18) !important;
    text-align: center !important;
  }
  .bhehu-global-footer__bottom p {
    margin: 7px 0 !important;
    color: #8b95a1 !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
  }
  @media (max-width: 760px) {
    .bhehu-service-notice {
      padding: 40px 16px !important;
    }
    .bhehu-service-notice__inner {
      padding: 24px 22px !important;
    }
    .bhehu-service-notice p {
      font-size: 14px !important;
      line-height: 1.85 !important;
    }
    .bhehu-global-footer__grid {
      grid-template-columns: 1fr !important;
      gap: 28px !important;
    }
    .bhehu-global-footer {
      padding: 44px 18px 28px !important;
    }
  }

/* Blog/article listing cards: prevent global article container styles from nesting inside cards. */
.article-grid {
  align-items: stretch;
}
.article-card {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 10px !important;
  background: #fff;
  overflow: hidden;
}
.article-card > img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  flex: 0 0 auto;
}
.article-card > .article-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  margin: 0 !important;
  padding: 24px 28px 28px !important;
  max-width: none !important;
  width: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
.article-card > .article-content h3 {
  margin-top: 0;
}
.article-card > .article-content p:last-child {
  margin-bottom: 0;
}
