/**
 * Inner page hero — Elementor native (dùng chung trang con).
 */

.elementor-section.hc-section-page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, var(--hc-red) 0%, var(--hc-red-dark) 100%) !important;
  margin-bottom: 0 !important;
}

.elementor-section.hc-section-page-hero::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.elementor-section.hc-section-page-hero::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 60px;
  background: var(--hc-bg);
  clip-path: ellipse(55% 100% at 50% 100%);
  pointer-events: none;
  z-index: 2;
}

.elementor-section.hc-section-page-hero > .elementor-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.elementor-section.hc-section-page-hero .page-hero-content-col > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 24px;
}

.elementor-section.hc-section-page-hero .page-hero-breadcrumb {
  width: 100%;
}

.elementor-section.hc-section-page-hero .page-hero-breadcrumb .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.82rem;
  opacity: 0.85;
  margin-bottom: 16px;
  color: #fff;
}

.elementor-section.hc-section-page-hero .page-hero-breadcrumb .breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.elementor-section.hc-section-page-hero .page-hero-breadcrumb .breadcrumb a:hover {
  color: var(--hc-yellow);
}

.elementor-section.hc-section-page-hero .page-hero-breadcrumb .breadcrumb i {
  font-size: 1rem;
  opacity: 0.7;
}

.elementor-section.hc-section-page-hero .page-hero-title {
  width: 100%;
}

.elementor-section.hc-section-page-hero .page-hero-title .elementor-heading-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  margin: 0 0 12px;
  color: #fff !important;
  line-height: 1.15;
}

.elementor-section.hc-section-page-hero .page-hero-desc {
  width: 100%;
  max-width: 560px;
}

.elementor-section.hc-section-page-hero .page-hero-desc p {
  font-size: 1.05rem;
  opacity: 0.9;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.65;
  color: #fff !important;
}

@media (max-width: 767px) {
  .elementor-section.hc-section-page-hero {
    padding-top: 96px !important;
    padding-bottom: 56px !important;
  }
}
