main.vt-section {
  padding-top: 0;
}

.vt-crumbbar {
  width: 100%;
  padding: 14px 0;
}

.vt-crumbbar__row {
  display: flex;
  justify-content: flex-end;
}

.vt-crumbbar__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  background: rgba(16, 24, 40, 0.78);
  color: #fff;
  padding: 10px 14px;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.vt-crumbbar__sep {
  opacity: 0.6;
  font-weight: 700;
}

.vt-crumbbar__home,
.vt-crumbbar__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 13px;
}

.vt-crumbbar__home svg {
  width: 18px;
  height: 18px;
}

.vt-crumbbar__link:hover {
  text-decoration: underline;
}

.vt-crumbbar__cur {
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 13px;
  opacity: 0.95;
}

.vt-pagehero__crumbbar {
  position: absolute;
  right: 24px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  max-width: min(760px, calc(100% - 40px));
  pointer-events: none;
}

.vt-pagehero--banner .vt-pagehero__crumbbar {
  right: max(20px, calc((100% - var(--vt-container)) / 2 + 16px));
  bottom: clamp(14px, 2vw, 22px);
}

.vt-pagehero__crumbbar .vt-crumbbar__nav {
  max-width: 100%;
  backdrop-filter: blur(10px);
  pointer-events: auto;
}

.vt-pagehero {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(135deg, #f3fbf5 0%, #ffffff 55%, #eef7ff 100%);
  border: 1px solid #e5efe8;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.05);
  margin-bottom: 28px;
}

.vt-pagehero--banner {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0;
  min-height: clamp(210px, 16vw, 280px);
  border: 0;
  border-radius: 0;
  background: #0c1622;
  box-shadow: 0 14px 36px rgba(16, 24, 40, 0.1);
  overflow: hidden;
}

.vt-pagehero__bg {
  position: absolute;
  inset: 0;
}

.vt-pagehero__bg picture,
.vt-pagehero__bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.vt-pagehero__bg img {
  object-fit: cover;
  object-position: center;
}

.vt-pagehero__overlay {
  display: none;
}

.vt-pagehero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  min-height: clamp(300px, 36vw, 460px);
  padding: clamp(26px, 4vw, 42px);
}

.vt-pagehero--banner .vt-pagehero__inner {
  min-height: clamp(210px, 16vw, 280px);
  padding-block: clamp(22px, 3vw, 34px);
  padding-inline: max(20px, calc((100% - var(--vt-container)) / 2 + 16px));
  padding-bottom: clamp(84px, 11vw, 104px);
}

.vt-pagehero__copy {
  max-width: min(760px, 100%);
}

.vt-pagehero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  backdrop-filter: blur(8px);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vt-pagehero__title {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  margin: 14px 0 10px;
  color: #fff;
  font-weight: 800;
}

.vt-pagehero__lead {
  max-width: 62ch;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}

.vt-pagehero__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.vt-pagehero__actions .btn-success {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.vt-news-intro {
  margin: 0 0 24px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid #e2efe6;
  border-radius: 24px;
  background: linear-gradient(135deg, #f6fbf8 0%, #ffffff 58%, #eef8f2 100%);
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.045);
}

.vt-news-intro__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eaf7ef;
  color: #157347;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vt-news-intro__title {
  margin: 14px 0 10px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
  color: #082116;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.vt-news-intro__lead {
  max-width: 880px;
  margin: 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.8;
}

.vt-news-intro__topics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.vt-news-intro__topic {
  padding: 14px 16px;
  border: 1px solid #dceee2;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  color: #4b5563;
  line-height: 1.65;
}

.vt-news-intro__topic strong {
  display: block;
  margin-bottom: 4px;
  color: #10261a;
  font-weight: 850;
}

.vt-news__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}

.vt-news__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eef8f1;
  color: #1f6f43;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vt-news__title {
  margin: 0;
  font-size: 30px;
  line-height: 1.15;
  color: #10261a;
}

.vt-news__desc {
  margin: 0;
  color: var(--vt-muted);
}

.vt-news__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.vt-card {
  border: 1px solid var(--vt-border);
  border-radius: var(--vt-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}

.vt-card__media {
  aspect-ratio: 16/9;
  background: linear-gradient(180deg, #fff, rgba(25, 135, 84, 0.06));
  display: block;
  position: relative;
  max-height: 240px;
  overflow: hidden;
}

.vt-card__ph {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      420px 240px at 20% 20%,
      rgba(25, 135, 84, 0.18),
      transparent 60%
    ),
    radial-gradient(
      380px 240px at 80% 10%,
      rgba(25, 135, 84, 0.12),
      transparent 62%
    ),
    linear-gradient(180deg, #ffffff, rgba(25, 135, 84, 0.06));
}

.vt-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vt-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.vt-card__meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--vt-muted);
  font-size: 13px;
  margin-bottom: 8px;
}

.vt-card__title {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 48px;
}

.vt-card__title a {
  text-decoration: none;
  color: inherit;
}

.vt-card__title a:hover {
  color: var(--vt-green);
}

.vt-card__excerpt {
  margin: 0;
  color: var(--vt-muted);
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 67px;
}

.vt-card__more {
  margin-top: auto;
  padding-top: 12px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--vt-green);
  text-decoration: none;
  font-weight: 700;
}

.vt-pager {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 22px;
  align-items: center;
}

.vt-pager__btn,
.vt-pager__num {
  border: 1px solid var(--vt-border);
  background: #fff;
  border-radius: 10px;
  padding: 8px 10px;
  text-decoration: none;
  color: inherit;
  min-width: 38px;
  text-align: center;
}

.vt-pager__num.is-active {
  border-color: rgba(25, 135, 84, 0.55);
  box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.12);
}

.vt-pager__btn[aria-disabled="true"] {
  opacity: 0.45;
  pointer-events: none;
}

@media (max-width: 1199.98px) {
  .vt-news__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .vt-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .vt-pagehero--banner {
    min-height: 280px;
  }

  .vt-pagehero__inner {
    min-height: 280px;
    padding: 20px 18px;
  }

  .vt-pagehero__overlay {
    display: none;
  }
}

@media (max-width: 720px) {
  .vt-crumbbar__row {
    justify-content: flex-start;
  }

  .vt-crumbbar__nav {
    width: 100%;
  }

  .vt-pagehero__crumbbar {
    right: 16px;
    left: 16px;
    bottom: 16px;
    max-width: none;
    justify-content: flex-start;
  }

  .vt-pagehero__crumbbar .vt-crumbbar__nav {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .vt-news-intro__topics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .vt-news__grid {
    grid-template-columns: 1fr;
  }

  .vt-news__title {
    font-size: 24px;
  }
}
