main.vt-section {
  padding-top: 0;
}

.vt-news-category-page {
  padding: 0 0 56px;
}

.vt-crumbbar {
  width: 100%;
  padding: 0 0 14px;
}

.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: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  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;
  max-width: none;
}

.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:not(.vt-pagehero--banner) .vt-pagehero__kicker {
  background: #eef8f1;
  color: #1f6f43;
  backdrop-filter: none;
}

.vt-pagehero__title {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  margin: 14px 0 10px;
  color: #fff;
  font-weight: 800;
}

.vt-pagehero:not(.vt-pagehero--banner) .vt-pagehero__title {
  color: #10261a;
}

.vt-pagehero__lead {
  max-width: 62ch;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}

.vt-pagehero:not(.vt-pagehero--banner) .vt-pagehero__lead {
  color: #4b5563;
}

.vt-pagehero__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.vt-pagehero__actions .vt-btn--solid {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.vt-announce-seo {
  margin: 0 0 28px;
}

.vt-announce-hero {
  border: 1px solid rgba(25, 135, 84, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(
      700px 240px at 12% 0%,
      rgba(25, 135, 84, 0.11),
      transparent 65%
    ),
    linear-gradient(135deg, #ffffff 0%, #f5fbf7 58%, #eef7ff 100%);
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
  padding: clamp(22px, 3vw, 34px);
}

.vt-announce-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eaf8f0;
  color: #087343;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vt-announce-title {
  margin: 14px 0 12px;
  color: #072616;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.14;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.vt-announce-lead {
  max-width: 920px;
  margin: 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.75;
}

.vt-announce-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.vt-announce-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid rgba(25, 135, 84, 0.38);
  color: #087343;
  background: #fff;
  text-decoration: none;
  font-weight: 800;
}

.vt-announce-actions a:first-child {
  color: #fff;
  background: var(--vt-green);
  border-color: var(--vt-green);
  box-shadow: 0 12px 26px rgba(25, 135, 84, 0.18);
}

.vt-announce-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: 20px;
  margin-top: 20px;
  align-items: stretch;
}

.vt-announce-panel {
  border: 1px solid var(--vt-border);
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.045);
}

.vt-announce-panel h2,
.vt-announce-panel h3 {
  margin: 0 0 12px;
  color: #10261a;
  line-height: 1.25;
}

.vt-announce-panel p {
  margin: 0 0 12px;
  color: #5b6472;
  line-height: 1.75;
}

.vt-announce-panel p:last-child {
  margin-bottom: 0;
}

.vt-announce-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vt-announce-list li {
  position: relative;
  padding-left: 26px;
  color: #4b5563;
  line-height: 1.65;
}

.vt-announce-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--vt-green);
  box-shadow: 0 0 0 5px rgba(25, 135, 84, 0.1);
}

.vt-announce-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.vt-announce-mini {
  border: 1px solid rgba(25, 135, 84, 0.14);
  border-radius: 18px;
  background: #fff;
  padding: 16px;
}

.vt-announce-mini strong {
  display: block;
  margin-bottom: 7px;
  color: #10261a;
  line-height: 1.35;
}

.vt-announce-mini span {
  display: block;
  color: #667085;
  line-height: 1.55;
  font-size: 14px;
}

.vt-announce-faq {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.vt-announce-faq details {
  border: 1px solid var(--vt-border);
  border-radius: 16px;
  background: #fff;
  padding: 14px 16px;
}

.vt-announce-faq summary {
  cursor: pointer;
  color: #10261a;
  font-weight: 800;
  line-height: 1.45;
}

.vt-announce-faq p {
  margin: 10px 0 0;
  color: #667085;
  line-height: 1.7;
}

.vt-news-list-title {
  margin: 28px 0 16px;
  color: #10261a;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  font-weight: 900;
}

.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;
}

.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: 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: 980px) {
  .vt-announce-layout,
  .vt-announce-mini-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .vt-pagehero--banner {
    min-height: 200px;
  }

  .vt-pagehero--banner .vt-pagehero__inner {
    min-height: 200px;
    padding: 18px 16px 78px;
  }

  .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: 620px) {
  .vt-news__grid {
    grid-template-columns: 1fr;
  }
}
