html,
body {
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

main.vt-section {
  padding-top: 0;
}

.vt-contact-page {
  padding-top: 0px;
  padding-bottom: 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__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(720px, 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;
}

.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-page-intro {
  margin: 0 0 22px;
  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-page-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-page-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-page-intro__lead {
  max-width: 860px;
  margin: 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.8;
}

.vt-page-intro__quick {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.vt-page-intro__quickItem {
  padding: 14px 16px;
  border: 1px solid #dceee2;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  color: #4b5563;
  line-height: 1.65;
}

.vt-page-intro__quickItem strong {
  display: block;
  margin-bottom: 4px;
  color: #10261a;
  font-weight: 850;
}

.vt-contact-seo {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.vt-contact-seo__card {
  border: 1px solid #e5efe8;
  border-radius: 20px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.035);
}

.vt-contact-seo__card h2 {
  margin: 0 0 10px;
  color: #10261a;
  font-size: 20px;
  line-height: 1.28;
}

.vt-contact-seo__card p,
.vt-contact-seo__card ul {
  margin: 0;
  color: #5b6472;
  line-height: 1.75;
}

.vt-contact-seo__card ul {
  padding-left: 18px;
}

.vt-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 22px;
  align-items: start;
}

.vt-contact-card {
  border: 1px solid #e5efe8;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.04);
  overflow: hidden;
}

.vt-contact-card__body {
  padding: 22px;
}

.vt-contact-title {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  color: #10261a;
}

.vt-contact-sub {
  color: #5b6472;
  line-height: 1.75;
}

.vt-contact-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.vt-contact-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid #edf3ee;
  border-radius: 16px;
  background: #fafdfb;
}

.vt-contact-item__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #eef8f1;
  color: #198754;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 18px;
}

.vt-contact-item__title {
  font-weight: 800;
  color: #10261a;
  margin-bottom: 2px;
}

.vt-contact-item__text,
.vt-contact-item__text a {
  color: #4b5563;
  text-decoration: none;
}

.vt-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.vt-contact-note {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f4fbf7 0%, #ffffff 100%);
  border: 1px solid #dceee2;
  color: #4b5563;
  line-height: 1.7;
}

.vt-alert {
  margin-bottom: 16px;
  border-radius: 18px;
  border: 1px solid #e5efe8;
  background: #fff;
  box-shadow: 0 8px 20px rgba(16, 24, 40, 0.04);
}

.vt-alert__body {
  padding: 16px 18px;
}

.vt-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vt-form-group {
  display: grid;
  gap: 8px;
}

.vt-form-group--full {
  grid-column: 1 / -1;
}

.vt-label {
  font-weight: 700;
  color: #10261a;
}

.vt-req {
  color: #dc3545;
}

.vt-form-control {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d9e7dd;
  border-radius: 14px;
  padding: 10px 14px;
  background: #fff;
  color: #10261a;
  outline: none;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.vt-form-control:focus {
  border-color: rgba(25, 135, 84, 0.65);
  box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.1);
}

textarea.vt-form-control {
  min-height: 132px;
  resize: vertical;
}

.vt-form-help {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 991.98px) {
  .vt-page-intro__quick,
  .vt-contact-seo,
  .vt-contact-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;
  }

  .vt-form-grid {
    grid-template-columns: 1fr;
  }

  .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%;
  }
}
