/* Topic focus — DW "A closer look" / Global news */
.hg-topic-focus {
  background: #f4f7f9;
  padding: clamp(36px, 5vw, 56px) 0 clamp(32px, 4vw, 48px);
}

.hg-topic-focus__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.hg-topic-focus__head {
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.hg-topic-focus__eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
  color: #5c6b7a;
  letter-spacing: 0.01em;
}

.hg-topic-focus__head h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 4.5vw, 44px);
  font-weight: 800;
  line-height: 1.1;
  color: #00213d;
}

.hg-topic-focus__intro {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.65;
  color: #00213d;
}

.hg-topic-focus__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 32px);
}

.hg-topic-focus__card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.hg-topic-focus__card-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-color: #dce4ec;
  margin-bottom: 14px;
}

.hg-topic-focus__card h3 {
  margin: 0 0 10px;
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 700;
  line-height: 1.35;
  color: #00213d;
}

.hg-topic-focus__card h3 strong {
  font-weight: 800;
}

.hg-topic-focus__card p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #334155;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hg-topic-focus__card-meta {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a8794;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.hg-topic-focus__foot {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(24px, 3vw, 32px);
}

.hg-topic-focus__foot a {
  font-size: 14px;
  font-weight: 700;
  color: #00213d;
  text-decoration: none;
}

.hg-topic-focus__foot a:hover {
  color: #00adee;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .hg-topic-focus__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* Reports & Analysis — Himachal Updates (2 featured + 3 text headlines) */
.hg-reports {
  background: var(--coco-page-layout-alternative-color, #f0f6fa);
  padding: clamp(36px, 5vw, 52px) 0;
}

.hg-reports__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.hg-reports__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(24px, 3vw, 32px);
  flex-wrap: wrap;
}

.hg-reports__head h2 {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 36px);
  font-weight: 800;
  color: #00213d;
  line-height: 1.15;
}

.hg-reports__filter {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.hg-reports__filter-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7a8794;
}

.hg-reports__filter select {
  min-width: 180px;
  appearance: none;
  background: #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2300213d' d='M1 1l5 5 5-5'/%3E%3C/svg%3E")
    no-repeat right 12px center;
  border: 1px solid #c5d0da;
  border-radius: 4px;
  padding: 10px 36px 10px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #00213d;
  cursor: pointer;
}

.hg-reports__filter select:focus {
  outline: 2px solid #00adee;
  outline-offset: 1px;
}

.hg-reports__filter select:disabled {
  opacity: 0.65;
  cursor: wait;
}

.hg-reports__body {
  position: relative;
  min-height: 120px;
  transition: opacity 0.2s ease;
}

.hg-reports__body--loading {
  opacity: 0.55;
  pointer-events: none;
}

.hg-reports__featured {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 3vw, 36px);
  margin-bottom: clamp(28px, 3.5vw, 40px);
}

.hg-reports__headlines {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 36px);
  padding-top: clamp(24px, 3vw, 32px);
  border-top: 1px solid rgba(0, 33, 61, 0.1);
}

.hg-reports__empty {
  margin: 0;
  padding: 32px 0;
  text-align: center;
  color: #64748b;
  font-size: 15px;
}

.hg-reports__topic {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a97a5;
}

.hg-reports__card-main {
  display: block;
  text-decoration: none;
  color: inherit;
}

.hg-reports__card-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-color: #e8edf2;
  margin-bottom: 14px;
}

.hg-reports__card h3 {
  margin: 0 0 10px;
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 800;
  line-height: 1.3;
  color: #00213d;
}

.hg-reports__card-main:hover h3 {
  color: #0056a3;
}

.hg-reports__card-main p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
  color: #334155;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hg-reports__card-foot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.hg-reports__card-meta {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a97a5;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.hg-reports__more {
  margin-left: auto;
  font-size: 13px;
  font-weight: 800;
  color: #0056a3;
  text-decoration: none;
  white-space: nowrap;
}

.hg-reports__more:hover {
  text-decoration: underline;
}

.hg-reports__headline h3 {
  margin: 0 0 12px;
  font-size: clamp(16px, 1.45vw, 19px);
  font-weight: 800;
  line-height: 1.35;
}

.hg-reports__headline h3 a {
  color: #00213d;
  text-decoration: none;
}

.hg-reports__headline h3 a:hover {
  color: #0056a3;
}

.hg-reports__headline-foot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
}

.hg-reports__headline {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

@media (max-width: 900px) {
  .hg-reports__featured,
  .hg-reports__headlines {
    grid-template-columns: 1fr;
  }

  .hg-reports__headlines {
    padding-top: 24px;
  }

  .hg-reports__filter {
    width: 100%;
    margin-left: 0;
  }

  .hg-reports__filter select {
    flex: 1;
    min-width: 0;
  }
}

/* Technology News — DW dark split cards + text headlines */
.hg-tech-news {
  background: #001018;
  color: #fff;
  padding: clamp(40px, 5vw, 56px) 0;
}

.hg-tech-news__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.hg-tech-news__block {
  margin-bottom: clamp(28px, 4vw, 40px);
}

.hg-tech-news__section-title {
  margin: 0 0 16px;
  font-size: clamp(26px, 3.2vw, 32px);
  font-weight: 800;
  line-height: 1.15;
  color: #0091ff;
}

.hg-tech-news__section-title--sub {
  margin-bottom: 20px;
}

.hg-tech-news__split-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 220px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.hg-tech-news__split-media {
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #1a2530;
  min-height: 220px;
}

.hg-tech-news__media-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: #0091ff;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 10px;
}

.hg-tech-news__split-body {
  background: #000;
  padding: clamp(20px, 2.5vw, 28px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.hg-tech-news__split-body h3 {
  margin: 0;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 800;
  line-height: 1.3;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.hg-tech-news__icon {
  flex-shrink: 0;
  margin-top: 4px;
  color: #fff;
}

.hg-tech-news__split-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hg-tech-news__split-meta {
  margin: 0;
  margin-top: auto;
  padding-top: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #7eb8e8;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.hg-tech-news__headlines-wrap {
  padding-top: 8px;
  margin-bottom: clamp(28px, 4vw, 36px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hg-tech-news__headlines {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 32px);
}

.hg-tech-news__headline h3 {
  margin: 0 0 10px;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 800;
  line-height: 1.35;
}

.hg-tech-news__headline h3 a {
  color: #fff;
  text-decoration: none;
}

.hg-tech-news__headline h3 a:hover {
  color: #0091ff;
}

.hg-tech-news__headline-meta {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7eb8e8;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hg-tech-news__promo {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  background: #1a2530;
  padding: clamp(24px, 3vw, 32px);
  margin-top: 8px;
}

.hg-tech-news__promo-title {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 800;
  color: #fff;
}

.hg-tech-news__promo p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  max-width: 520px;
}

.hg-tech-news__promo a {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.hg-tech-news__promo a:hover {
  color: #0091ff;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .hg-tech-news__split-link {
    grid-template-columns: 1fr;
  }

  .hg-tech-news__split-media {
    min-height: 200px;
  }

  .hg-tech-news__headlines {
    grid-template-columns: 1fr;
  }
}

/* Youth schemes — slider + explore all */
.hg-youth-schemes {
  background: var(--coco-page-layout-alternative-color, #f0f6fa);
  padding: clamp(36px, 5vw, 52px) 0;
}

.hg-youth-schemes__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.hg-youth-schemes__promo {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 180px;
  margin-bottom: clamp(32px, 4vw, 44px);
  overflow: hidden;
  border-radius: 4px;
}

.hg-youth-schemes__promo-art {
  position: relative;
  background: linear-gradient(135deg, #b8e4ff 0%, #ffd6e8 48%, #c8f0d8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
}

.hg-youth-schemes__promo-mark {
  font-size: clamp(42px, 6vw, 64px);
  font-weight: 900;
  font-style: italic;
  color: #00213d;
  letter-spacing: -0.04em;
}

.hg-youth-schemes__promo-emoji {
  font-size: 48px;
}

.hg-youth-schemes__promo-copy {
  background: #0091ff;
  color: #fff;
  padding: clamp(24px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.hg-youth-schemes__promo-copy h3 {
  margin: 0;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 800;
  line-height: 1.2;
}

.hg-youth-schemes__promo-copy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.95;
  max-width: 420px;
}

.hg-youth-schemes__promo-copy a {
  align-self: flex-start;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
}

.hg-youth-schemes__promo-copy a:hover {
  text-decoration: underline;
}

.hg-youth-schemes__head h2 {
  margin: 0 0 8px;
  font-size: clamp(26px, 3.2vw, 32px);
  font-weight: 800;
  color: #00213d;
}

.hg-youth-schemes__head p {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.55;
  color: #475569;
  max-width: 720px;
}

.hg-youth-schemes__slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hg-youth-schemes__viewport {
  flex: 1;
  overflow: hidden;
}

.hg-youth-schemes__track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.hg-youth-schemes__card {
  flex: 0 0 calc(100% / var(--hg-scheme-per-view, 3));
  min-width: 0;
  padding: 0 10px;
  box-sizing: border-box;
}

.hg-youth-schemes__card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  height: 100%;
  padding-bottom: 4px;
}

.hg-youth-schemes__card-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
  background-color: #dce4ec;
  margin-bottom: 14px;
}

.hg-youth-schemes__card h3 {
  margin: 0 0 8px;
  font-size: clamp(16px, 1.45vw, 18px);
  font-weight: 800;
  line-height: 1.35;
  color: #00213d;
  padding: 0 4px;
}

.hg-youth-schemes__card-link:hover h3 {
  color: #0056a3;
}

.hg-youth-schemes__card p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
  padding: 0 4px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hg-youth-schemes__card-meta {
  margin: 0;
  padding: 0 4px 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a97a5;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hg-youth-schemes__nav {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #c5d0da;
  border-radius: 50%;
  background: #fff;
  color: #00213d;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.hg-youth-schemes__nav:hover:not(:disabled) {
  background: #e8f4fc;
}

.hg-youth-schemes__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.hg-youth-schemes__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.hg-youth-schemes__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #c5d0da;
  cursor: pointer;
}

.hg-youth-schemes__dots button.is-active {
  background: #00213d;
  transform: scale(1.15);
}

.hg-youth-schemes__foot {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(20px, 3vw, 28px);
}

.hg-youth-schemes__foot a {
  font-size: 14px;
  font-weight: 800;
  color: #00213d;
  text-decoration: none;
}

.hg-youth-schemes__foot a:hover {
  color: #0091ff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .hg-youth-schemes__promo {
    grid-template-columns: 1fr;
  }

  .hg-youth-schemes__promo-art {
    min-height: 120px;
  }

  .hg-youth-schemes__nav {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
}

/* Entertainment — Living-style grid + YouTube videos */
.hg-entertainment {
  background: #fff;
  padding: clamp(36px, 5vw, 52px) 0;
  border-top: 1px solid #e8edf2;
}

.hg-entertainment__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.hg-entertainment__head h2 {
  margin: 0 0 8px;
  font-size: clamp(26px, 3.2vw, 32px);
  font-weight: 800;
  color: #00213d;
}

.hg-entertainment__head p {
  margin: 0 0 clamp(24px, 3vw, 32px);
  font-size: 15px;
  line-height: 1.55;
  color: #475569;
  max-width: 720px;
}

.hg-entertainment__featured {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.5vw, 28px);
  margin-bottom: clamp(28px, 3.5vw, 36px);
}

.hg-entertainment__featured-link {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  min-height: 200px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e8edf2;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.hg-entertainment__featured-link:hover {
  box-shadow: 0 10px 28px rgba(0, 33, 61, 0.1);
}

.hg-entertainment__featured-media {
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #1a2530;
  min-height: 200px;
}

.hg-entertainment__featured-body {
  padding: clamp(18px, 2vw, 24px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hg-entertainment__featured-body h3 {
  margin: 0;
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 800;
  line-height: 1.3;
  color: #00213d;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.hg-entertainment__featured-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hg-entertainment__featured-body footer {
  margin-top: auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a97a5;
}

.hg-entertainment__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 32px);
}

.hg-entertainment__card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.hg-entertainment__card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-color: #dce4ec;
  margin-bottom: 14px;
}

.hg-entertainment__card-img--video {
  background-color: #001018;
}

.hg-entertainment__play {
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: #0091ff;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.hg-entertainment__duration {
  position: absolute;
  left: 58px;
  bottom: 14px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 3px;
}

.hg-entertainment__cam {
  flex-shrink: 0;
  margin-top: 3px;
  color: #00213d;
}

.hg-entertainment__card h3 {
  margin: 0 0 8px;
  font-size: clamp(16px, 1.45vw, 18px);
  font-weight: 800;
  line-height: 1.35;
  color: #00213d;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.hg-entertainment__card-link:hover h3 {
  color: #0056a3;
}

.hg-entertainment__card p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hg-entertainment__card footer {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a97a5;
}

.hg-entertainment__foot {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(24px, 3vw, 32px);
}

.hg-entertainment__foot a {
  font-size: 14px;
  font-weight: 800;
  color: #00213d;
  text-decoration: none;
}

.hg-entertainment__foot a:hover {
  color: #0091ff;
  text-decoration: underline;
}

.hg-entertainment__empty {
  margin: 0 0 28px;
  padding: 28px 24px;
  text-align: center;
  background: #fff;
  border: 1px dashed #cbd5e1;
}

.hg-entertainment__empty p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #64748b;
}

.hg-entertainment__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.hg-entertainment__chips a {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #002d5a;
  background: #fff;
  color: #002d5a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.hg-entertainment__chips a:hover {
  background: #002d5a;
  color: #fff;
}

@media (max-width: 900px) {
  .hg-entertainment__featured,
  .hg-entertainment__grid {
    grid-template-columns: 1fr;
  }

  .hg-entertainment__featured-link {
    grid-template-columns: 1fr;
  }
}

/* Jobs & Recruitment — pro listing (3rd section) */
.hg-jobs-pro {
  background: var(--coco-page-layout-alternative-color, #f0f6fa);
  padding: clamp(40px, 5vw, 52px) 0;
}

.hg-jobs-pro__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.hg-jobs-pro__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e2e8f0;
}

.hg-jobs-pro__icon {
  font-size: 22px;
  line-height: 1;
}

.hg-jobs-pro__head h2 {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 20px);
  font-weight: 800;
  color: #1a2340;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hg-jobs-pro__tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 22px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}

.hg-jobs-pro__tabs::-webkit-scrollbar {
  display: none;
}

.hg-jobs-pro__tab {
  background: #f4f5f7;
  border: 1.5px solid #e2e5ea;
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 11px;
  font-weight: 700;
  color: #555;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.18s ease;
}

.hg-jobs-pro__tab:hover {
  background: #e8f0e8;
  border-color: #678e61;
  color: #678e61;
}

.hg-jobs-pro__tab.is-active {
  background: #1a2340;
  border-color: #1a2340;
  color: #fff;
}

.hg-jobs-pro__tab-count {
  font-size: 10px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 10px;
  min-width: 18px;
  text-align: center;
}

.hg-jobs-pro__tab.is-active .hg-jobs-pro__tab-count {
  background: rgba(255, 255, 255, 0.18);
}

.hg-jobs-pro__tab:not(.is-active) .hg-jobs-pro__tab-count {
  background: #dde1e8;
  color: #666;
}

.hg-jobs-pro__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hg-jobs-pro__item {
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid #e8ebf0;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.18s ease;
}

.hg-jobs-pro__item:hover {
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.08);
}

.hg-jobs-pro__content {
  flex: 1;
  padding: 14px 16px;
  min-width: 0;
}

.hg-jobs-pro__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
  flex-wrap: wrap;
}

.hg-jobs-pro__badge {
  background: #678e61;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 2px 8px;
  border-radius: 3px;
}

.hg-jobs-pro__posted {
  font-size: 11px;
  color: #aaa;
  font-style: italic;
}

.hg-jobs-pro__title {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.hg-jobs-pro__title a {
  color: #1a2340;
  text-decoration: none;
}

.hg-jobs-pro__title a:hover {
  color: #678e61;
}

.hg-jobs-pro__excerpt {
  margin: 0;
  font-size: 12px;
  color: #888;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hg-jobs-pro__dates {
  flex-shrink: 0;
  width: 120px;
  background: #f8f9fb;
  border-left: 1px solid #eef0f3;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.hg-jobs-pro__date-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hg-jobs-pro__date-label {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #aaa;
}

.hg-jobs-pro__date-val {
  font-size: 12px;
  font-weight: 700;
  color: #1a2340;
}

.hg-jobs-pro__date-val--end {
  color: #c0392b;
}

.hg-jobs-pro__item--expired {
  opacity: 0.72;
}

.hg-jobs-pro__item--expired .hg-jobs-pro__title a {
  color: #64748b;
}

.hg-jobs-pro__dates .hg-date-hint {
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
}

.hg-jobs-pro__empty {
  text-align: center;
  color: #94a3b8;
  padding: 32px 0;
  font-size: 14px;
}

.hg-jobs-pro__foot {
  text-align: center;
  margin-top: 28px;
}

.hg-jobs-pro__explore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1a2340;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none !important;
  transition: background 0.2s ease;
}

.hg-jobs-pro__explore:hover {
  background: #678e61;
}

@media (max-width: 640px) {
  .hg-jobs-pro__item {
    flex-direction: column;
  }

  .hg-jobs-pro__dates {
    width: 100%;
    flex-direction: row;
    gap: 20px;
    border-left: none;
    border-top: 1px solid #eef0f3;
    padding: 10px 14px;
  }

  .hg-jobs-pro__tab {
    padding: 7px 12px;
    font-size: 10px;
  }
}

/* Legacy hero classes kept for reference — replaced by spotlight */
.hg-hero {
  display: none;
}

/* Latest bar */
.hg-latest-bar {
  background: #00adee;
  color: #002d5a;
}

.hg-latest-bar__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: hidden;
}

.hg-latest-bar__label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hg-latest-bar__track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scrollbar-width: none;
}

.hg-latest-bar__track a {
  color: #001d3d;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.hg-latest-bar__track a:hover { text-decoration: underline; }

/* Sections */
.hg-section {
  padding: 36px 0;
}

.hg-section--white { background: #fff; }
.hg-section--gray { background: #f8f9fa; }
.hg-section--dark { background: #001d3d; color: #fff; }

.hg-section__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.hg-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 3px solid #001d3d;
}

.hg-section-head--dark {
  border-bottom-color: #00b4d8;
}

.hg-section-head h2 {
  font-size: 22px;
  font-weight: 800;
  margin: 0;
  color: inherit;
}

.hg-section-head a {
  font-size: 13px;
  font-weight: 700;
  color: #00b4d8;
  text-decoration: none;
}

.hg-section-head--dark a { color: #ffd60a; }

/* Grid */
.hg-grid {
  display: grid;
  gap: 20px;
}

.hg-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 900px) {
  .hg-grid--3 { grid-template-columns: 1fr; }
}

/* News card */
.hg-news-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.hg-news-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

.hg-news-card__link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.hg-news-card__img {
  height: 180px;
  background-size: cover !important;
  background-position: center !important;
}

.hg-news-card--lg .hg-news-card__img { height: 220px; }

.hg-news-card__body {
  padding: 16px;
}

.hg-news-card__cat {
  display: inline-block;
  background: #678e61;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 3px;
  margin-bottom: 8px;
}

.hg-news-card__body h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #001d3d;
  margin: 0 0 8px;
}

.hg-news-card__body p {
  font-size: 13px;
  color: #4a5568;
  line-height: 1.55;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hg-news-card__body time {
  font-size: 11px;
  color: #9ca3af;
}

/* News list */
.hg-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hg-news-list__item {
  display: flex;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
}

.hg-news-list__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #678e61;
  margin-top: 7px;
  flex-shrink: 0;
}

.hg-news-list__item a {
  color: #001d3d;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.hg-news-list__item a:hover { color: #00b4d8; }

.hg-news-list__item time {
  display: block;
  font-size: 11px;
  color: #9ca3af;
  margin-top: 4px;
}

/* Tech feature dark block */
.hg-tech-feature {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
}

@media (max-width: 900px) {
  .hg-tech-feature { grid-template-columns: 1fr; }
}

.hg-tech-feature__lead {
  display: block;
  min-height: 320px;
  position: relative;
  background-size: cover !important;
  text-decoration: none;
}

.hg-tech-feature__lead::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.2));
}

.hg-tech-feature__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
}

.hg-tech-feature__overlay span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00b4d8;
}

.hg-tech-feature__overlay h3 {
  font-size: 22px;
  margin: 8px 0;
  line-height: 1.3;
}

.hg-tech-feature__list .hg-news-list__item {
  border-bottom-color: rgba(255,255,255,0.12);
}

.hg-tech-feature__list .hg-news-list__item a {
  color: #fff;
}

.hg-tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.hg-tech-tags a {
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  text-transform: capitalize;
}

.hg-tech-tags a:hover {
  background: #00b4d8;
  border-color: #00b4d8;
  color: #001d3d;
}

/* District layout */
.hg-district-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
}

@media (max-width: 900px) {
  .hg-district-layout { grid-template-columns: 1fr; }
}

.hg-district-sidebar h2 {
  font-size: 22px;
  font-weight: 800;
  color: #001d3d;
  margin: 0 0 8px;
}

.hg-district-sidebar p {
  font-size: 13px;
  color: #666;
  margin: 0 0 16px;
}

.hg-district-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hg-district-chips a {
  background: #fff;
  border: 1px solid #d1d5db;
  color: #001d3d;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
}

.hg-district-chips a:hover {
  background: #678e61;
  border-color: #678e61;
  color: #fff;
}

/* Jobs */
.hg-jobs-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hg-job-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid #e5e7eb;
  background: #fff;
}

.hg-job-row__cat {
  display: inline-block;
  background: #001d3d;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  margin-bottom: 6px;
}

.hg-job-row h3 {
  margin: 0 0 4px;
  font-size: 16px;
}

.hg-job-row h3 a {
  color: #001d3d;
  text-decoration: none;
}

.hg-job-row h3 a:hover { color: #678e61; }

.hg-job-row p {
  margin: 0;
  font-size: 13px;
  color: #666;
}

.hg-job-row__btn {
  flex-shrink: 0;
  background: #678e61;
  color: #fff !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 6px;
  white-space: nowrap;
}

.hg-job-row__btn:hover { background: #001d3d; }

@media (max-width: 640px) {
  .hg-job-row { flex-direction: column; align-items: flex-start; }
}

/* ── Home page integration ───────────────────────────────── */
body.hg-home-page .site.grid-container,
body.hg-home-page #page,
body.hg-home-page .site-content,
body.hg-home-page #primary,
body.hg-home-page .content-area,
body.hg-home-page .site-main,
body.hg-home-page .inside-article {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.hg-home-page .site-main {
  padding: 0 !important;
}

.hg-home-wrapper .hg-home-nextjs-sections {
  width: 100%;
  max-width: none;
}

.hg-home-wrapper .hg-home-nextjs-sections > section {
  width: 100%;
  box-sizing: border-box;
}

body.hg-home-page .hg-home-nextjs-sections .hg-reports__inner,
body.hg-home-page .hg-home-nextjs-sections .hg-tech-news__inner,
body.hg-home-page .hg-home-nextjs-sections .hg-youth-schemes__inner,
body.hg-home-page .hg-home-nextjs-sections .hg-entertainment__inner,
body.hg-home-page .hg-home-nextjs-sections .hg-latest-bar__inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

body.hg-home-page .hg-home-nextjs-sections .hg-reports__body--loading {
  opacity: 0.55;
  pointer-events: none;
  min-height: 120px;
}

body.hg-home-page .hg-home-wrapper {
  overflow-x: hidden;
}

/* Theme link overrides — keep CTA buttons readable */
body.hg-home-page .hg-home-nextjs-sections .hg-tech-news__promo a,
body.hg-home-page .hg-home-nextjs-sections .hg-youth-schemes__promo-copy a,
body.hg-home-page .hg-home-nextjs-sections .hg-youth-schemes__nav,
body.hg-home-page .hg-home-nextjs-sections .hg-entertainment__foot a {
  color: #fff !important;
}

body.hg-home-page .hg-home-nextjs-sections .hg-reports__head h2,
body.hg-home-page .hg-home-nextjs-sections .hg-tech-news__section-title,
body.hg-home-page .hg-home-nextjs-sections .hg-youth-schemes__head h2,
body.hg-home-page .hg-home-nextjs-sections .hg-entertainment__head h2 {
  background: none !important;
}

body.hg-home-page .hg-home-nextjs-sections .hg-reports__topic {
  overflow: visible;
  white-space: normal;
  word-break: normal;
}

/* ── News & Updates hub (category landing) ───────────────── */
body.hg-news-archive-page.hg-news-hub-page {
  overflow-x: hidden;
}

body.hg-news-archive-page.hg-news-hub-page .hg-news-hub__sections {
  width: 100%;
  max-width: none;
}

body.hg-news-archive-page.hg-news-hub-page .hg-news-hub__sections > section {
  width: 100%;
  box-sizing: border-box;
}

body.hg-news-archive-page.hg-news-hub-page .hg-news-hub__sections .hg-topic-focus__inner,
body.hg-news-archive-page.hg-news-hub-page .hg-news-hub__sections .hg-jobs-pro__inner,
body.hg-news-archive-page.hg-news-hub-page .hg-news-hub__sections .hg-reports__inner,
body.hg-news-archive-page.hg-news-hub-page .hg-news-hub__sections .hg-tech-news__inner,
body.hg-news-archive-page.hg-news-hub-page .hg-news-hub__sections .hg-youth-schemes__inner,
body.hg-news-archive-page.hg-news-hub-page .hg-news-hub__sections .hg-entertainment__inner,
body.hg-news-archive-page.hg-news-hub-page .hg-news-hub__sections .hg-latest-bar__inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

body.hg-news-archive-page.hg-news-hub-page .hg-news-hub__sections .hg-tech-news__promo a,
body.hg-news-archive-page.hg-news-hub-page .hg-news-hub__sections .hg-youth-schemes__promo-copy a,
body.hg-news-archive-page.hg-news-hub-page .hg-news-hub__sections .hg-youth-schemes__nav,
body.hg-news-archive-page.hg-news-hub-page .hg-news-hub__sections .hg-entertainment__foot a {
  color: #fff !important;
}

body.hg-news-archive-page.hg-news-hub-page .hg-news-hub__sections .hg-reports__head h2,
body.hg-news-archive-page.hg-news-hub-page .hg-news-hub__sections .hg-tech-news__section-title,
body.hg-news-archive-page.hg-news-hub-page .hg-news-hub__sections .hg-youth-schemes__head h2,
body.hg-news-archive-page.hg-news-hub-page .hg-news-hub__sections .hg-entertainment__head h2,
body.hg-news-archive-page.hg-news-hub-page .hg-news-hub__sections .hg-jobs-pro__head h2 {
  background: none !important;
}

body.hg-news-archive-page.hg-news-hub-page .hg-news-hub__sections .hg-reports__topic {
  overflow: visible;
  white-space: normal;
  word-break: normal;
}

body.hg-news-archive-page.hg-news-hub-page .hg-news-hub__sections .hg-reports__body--loading {
  opacity: 0.55;
  pointer-events: none;
  min-height: 120px;
}
