/* =====================================================
   HERO SLIDER
   ===================================================== */
.hero {
  position: relative;
  overflow: hidden;
  height: 560px;
  min-height: 480px;
}
.hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.7s ease;
  z-index: 1;
}
.hero__slide.active {
  opacity: 1;
  z-index: 2;
}
.hero__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(10, 28, 55, 0.78) 0%,
    rgba(10, 28, 55, 0.45) 55%,
    rgba(10, 28, 55, 0.1) 100%
  );
}
.hero__content {
  position: relative;
  z-index: 3;
  max-width: 580px;
}
.hero__label {
  font-family: "Montserrat", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}
.hero__title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 18px;
}
.hero__sub {
  font-size: 0.97rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 32px;
  line-height: 1.6;
}
.hero__dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.hero__dot {
  width: 32px;
  height: 4px;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: var(--trans);
}
.hero__dot.active {
  background: var(--green);
  width: 48px;
}
.hero__arrows {
  position: absolute;
  bottom: 20px;
  right: 32px;
  display: flex;
  gap: 8px;
  z-index: 10;
}
.hero__arrow {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--trans);
  font-size: 1.1rem;
}
.hero__arrow:hover {
  background: var(--green);
  border-color: var(--green);
}

/* =====================================================
   PAGE HERO (inner pages)
   ===================================================== */
.page-hero {
  padding: 60px 0 52px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--e-global-color-6eb087b);
  opacity: 0.3;
  transition:
    background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
  z-index: 1;
}
.page-hero h1,
.page-hero p,
.page-hero .breadcrumb,
.page-hero .breadcrumb a {
  text-shadow: 0 2px 4px rgba(37, 36, 36, 0.5);
}
.page-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  min-height: 50vh;
}
.page-hero__content h1 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 56px;
}
.page-hero p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  max-width: 640px;
}
.page-hero__content {
  flex: 1;
  text-align: left;
}
.page-hero__content p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 90%;
}
.page-hero__cta {
  margin-top: 8px;
}
.page-hero__image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-hero__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.3);
  object-fit: cover;
  max-height: 400px;
}

/* Curved bottom edge */
.page-hero {
  border-bottom-left-radius: 50% 40px;
  border-bottom-right-radius: 50% 40px;
}
.page-hero .page-hero__inner {
  position: relative;
  z-index: 2;
}

/* ── Article Hero ── */
.article-hero {
  background-image: linear-gradient(
    70deg,
    var(--e-global-color-6eb087b) 0%,
    var(--e-global-color-c4e1d4f) 64%
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.article-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.article-hero .container {
  position: relative;
  z-index: 2;
}
.article-hero .article-hero__inner {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.article-hero h1 {
  color: #fff;
  margin-bottom: 16px;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* ── Breadcrumb ── */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  margin-bottom: 14px;
}
.breadcrumb a {
  color: rgba(255, 255, 255, 0.55);
  transition: var(--trans);
}
.breadcrumb a:hover {
  color: var(--green);
}
.breadcrumb span {
  color: rgba(255, 255, 255, 0.3);
}
