.vhd-home {
  --vhd-red: #c30d23;
  --vhd-red-light: #e0213a;
  --vhd-wine: #8a0a18;
  --vhd-ink: #1a1a1a;
  --vhd-gray: #8c8c8c;
  --vhd-line: #e4e4e4;
  --vhd-bg: #f4f4f4;
  --vhd-gold: #fff6ea;
  --vhd-white: #ffffff;
  width: 100%;
  overflow: hidden;
  background: var(--vhd-white);
  color: var(--vhd-ink);
  font-family: var(--voohu-cn-text-font, "Poppins", "Noto Sans SC", sans-serif);
  -webkit-font-smoothing: antialiased;
}

.vhd-home,
.vhd-home *,
.vhd-home *::before,
.vhd-home *::after {
  box-sizing: border-box;
  box-shadow: none !important;
}

.vhd-home h1,
.vhd-home h2,
.vhd-home h3,
.vhd-home p,
.vhd-home blockquote,
.vhd-home ol {
  margin: 0;
}

.vhd-home a {
  color: var(--vhd-red);
  text-decoration: none;
}

.vhd-home img {
  display: block;
  max-width: 100%;
}

.vhd-home em {
  color: var(--vhd-red);
  font-style: normal;
}

.vhd-container {
  width: min(calc(100% - 112px), 1240px);
  margin-inline: auto;
}

.vhd-center {
  text-align: center;
}

.vhd-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.vhd-eyebrow {
  color: var(--vhd-red);
  font: 600 12px/1 "Poppins", "Noto Sans SC", sans-serif;
  letter-spacing: 3px;
}

.vhd-eyebrow-light {
  color: var(--vhd-gold);
}

.vhd-eyebrow-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.vhd-eyebrow-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--vhd-red);
}

@keyframes vhd-fade-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes vhd-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Hero */
.vhd-hero {
  position: relative;
  height: 770px;
  overflow: hidden;
  isolation: isolate;
  background: #0f0f10;
}

.vhd-hero-media,
.vhd-hero-shade {
  position: absolute;
  inset: 0;
}

.vhd-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vhd-hero-shade {
  z-index: 1;
  opacity: 0.6;
  background: linear-gradient(92deg, rgba(15, 15, 16, 0.86) 0%, rgba(15, 15, 16, 0.55) 48%, rgba(15, 15, 16, 0.25) 100%);
  pointer-events: none;
}

.vhd-hero-copy {
  position: absolute;
  z-index: 2;
  top: 240px;
  /* Match the shared header's centered 1720px container and 20px logo inset. */
  left: max(20px, calc((100% - 1720px) / 2 + 20px));
  max-width: 600px;
}

.vhd-hero-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--vhd-gold);
  font: 600 13px/1 "Poppins", "Noto Sans SC", sans-serif;
  letter-spacing: 3px;
  animation: vhd-fade-up 0.7s 0.05s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.vhd-hero-kicker span {
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 2px;
  background: var(--vhd-red-light);
}

.vhd-hero-copy h1 {
  margin-top: 26px;
  color: var(--vhd-white);
  font: 800 68px/1.22 "Poppins", "Noto Sans SC", sans-serif;
  letter-spacing: -2px;
  text-wrap: pretty;
  animation: vhd-fade-up 0.7s 0.15s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.vhd-hero-copy h1 em {
  color: var(--vhd-red-light);
}

.vhd-hero-intro {
  max-width: 460px;
  margin-top: 24px !important;
  color: rgba(255, 255, 255, 0.78);
  font: 400 16px/1.9 "Poppins", "Noto Sans SC", sans-serif;
  animation: vhd-fade-up 0.7s 0.26s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

@media (min-width: 991px) {
  body[data-home-version="cn-exact-v80"] .vhd-hero-intro {
    text-align: justify;
    text-align-last: left;
  }
}

.vhd-home .vhd-cms-headline {
  white-space: pre-line;
}

.vhd-home .vhd-title-segment {
  font-size: 1em;
  font-style: normal;
}

.vhd-home .vhd-title-weight-normal {
  font-weight: 400;
}

.vhd-home .vhd-title-weight-semibold {
  font-weight: 600;
}

.vhd-home .vhd-title-weight-bold {
  font-weight: 800;
}

.vhd-home .vhd-title-size-small {
  font-size: 0.85em;
}

.vhd-home .vhd-title-size-default {
  font-size: 1em;
}

.vhd-home .vhd-title-size-large {
  font-size: 1.15em;
}

.vhd-home .vhd-title-italic {
  font-style: italic;
}

.vhd-hero-copy .vhd-hero-kicker,
.vhd-hero-copy h1,
.vhd-hero-copy .vhd-hero-intro {
  white-space: pre-line;
}

.vhd-hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 38px;
  animation: vhd-fade-up 0.7s 0.37s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.vhd-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0 34px;
  color: var(--vhd-white) !important;
  font: 600 16px/1 "Poppins", "Noto Sans SC", sans-serif;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.vhd-button:hover {
  transform: none;
}

.vhd-home[data-home-v2-preview="1"] .vhd-hero-actions > .vhd-button:focus-visible {
  outline: 2px solid var(--vhd-gold);
  outline-offset: 3px;
}

.vhd-button-primary {
  background: var(--vhd-red);
}

.vhd-button-primary:hover {
  background: var(--vhd-wine);
}

.vhd-button-outline {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
}

.vhd-button-outline:hover {
  border-color: var(--vhd-white);
  background: rgba(255, 255, 255, 0.12);
}

.vhd-quote-card {
  position: absolute;
  z-index: 3;
  top: 202px;
  right: var(--vhd-quote-right, max(20px, calc((100% - 1720px) / 2 + 20px + 1.5vw)));
  width: 416px;
  padding: 28px 28px 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(20, 20, 22, 0.82);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  animation: vhd-fade-up 0.7s 0.3s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.vhd-quote-card h2 {
  color: var(--vhd-white);
  font: 700 20px/1.3 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-quote-card > p {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.55);
  font: 400 12px/1.6 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-quote-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.vhd-quote-fields input,
.vhd-quote-fields select,
.vhd-quote-fields textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  outline: none;
  background: rgba(255, 255, 255, 0.07);
  color: var(--vhd-white);
  font: 400 13px/1.6 "Poppins", "Noto Sans SC", sans-serif;
  opacity: 1;
}

.vhd-quote-fields input {
  height: 44px;
  padding: 0 14px;
}

.vhd-quote-fields textarea {
  height: 88px;
  padding: 12px 14px;
  resize: none;
}

.vhd-quote-fields input::placeholder,
.vhd-quote-fields textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.vhd-select-wrap {
  position: relative;
  display: block;
}

.vhd-select-wrap select {
  height: 44px;
  padding: 0 34px 0 14px;
  appearance: none;
  -webkit-appearance: none;
  color: rgba(255, 255, 255, 0.75);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.75);
}

.vhd-select-wrap > span {
  position: absolute;
  top: 14px;
  right: 14px;
  color: rgba(255, 255, 255, 0.55);
  font: 400 12px/1 "Poppins", "Noto Sans SC", sans-serif;
  pointer-events: none;
}

.vhd-quote-fields button,
.vhd-newsletter-form button {
  border: 0;
  cursor: default;
}

.vhd-quote-fields button {
  height: 48px;
  border-radius: 10px;
  background: var(--vhd-red);
  color: var(--vhd-white);
  font: 600 15px/1 "Poppins", "Noto Sans SC", sans-serif;
}

/* The inquiry form is independent of the newsletter subscription. */
.vhd-inquiry-form {
  margin: 0;
}

.vhd-inquiry-form .vhd-quote-fields button {
  cursor: pointer;
}

.vhd-inquiry-form input:focus-visible,
.vhd-inquiry-form select:focus-visible,
.vhd-inquiry-form textarea:focus-visible,
.vhd-inquiry-form button:focus-visible,
.vhd-inquiry-form .vhd-inquiry-note a:focus-visible {
  outline: 2px solid var(--vhd-gold);
  outline-offset: 3px;
}

.vhd-inquiry-form select option {
  background: var(--vhd-white);
  color: var(--vhd-ink);
}

.vhd-inquiry-form [aria-invalid="true"] {
  border-color: #ffbbc5;
}

.vhd-inquiry-form .vhd-quote-fields :disabled {
  cursor: wait;
  opacity: 0.7;
}

.vhd-inquiry-form .vhd-inquiry-note,
.vhd-inquiry-form .vhd-inquiry-status,
.vhd-inquiry-form noscript {
  margin-top: 12px;
  color: var(--vhd-white);
  font: 400 12px/1.6 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-inquiry-form .vhd-inquiry-note {
  color: rgba(255, 255, 255, 0.8);
}

.vhd-inquiry-form .vhd-inquiry-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vhd-inquiry-form .vhd-inquiry-status {
  font-weight: 600;
}

.vhd-inquiry-form .vhd-inquiry-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.vhd-inquiry-dialog {
  width: min(440px, calc(100% - 32px));
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
  margin: auto;
  padding: 36px 28px 28px;
  overflow-y: auto;
  border: 1px solid var(--vhd-line);
  border-top: 4px solid var(--vhd-red);
  border-radius: 10px;
  background: var(--vhd-white);
  color: var(--vhd-ink);
  text-align: center;
  font-family: "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-inquiry-dialog::backdrop {
  background: rgba(26, 26, 26, 0.55);
}

.vhd-inquiry-success-mark {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 10px;
  background: #fff1f3;
  color: var(--vhd-red);
}

.vhd-inquiry-success-mark svg {
  width: 32px;
  height: 32px;
}

.vhd-inquiry-dialog-brand {
  color: var(--vhd-red);
  font: 600 12px/1.6 "Poppins", "Noto Sans SC", sans-serif;
  letter-spacing: 1px;
}

.vhd-inquiry-dialog h2 {
  margin-top: 10px;
  font: 700 28px/1.4 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-inquiry-dialog #vhd-inquiry-success-description {
  margin-top: 16px;
  color: #666;
  font: 400 14px/1.8 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-inquiry-dialog-close {
  width: 100%;
  min-height: 48px;
  margin-top: 24px;
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  background: var(--vhd-red);
  color: var(--vhd-white);
  cursor: pointer;
  font: 600 15px/1.6 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-inquiry-dialog-close:hover {
  background: var(--vhd-wine);
}

.vhd-inquiry-dialog-close:focus-visible {
  outline: 2px solid var(--vhd-red);
  outline-offset: 3px;
}

/* Why VOOHU */
.vhd-why {
  padding-top: 100px;
}

.vhd-why h2 {
  max-width: 720px;
  margin: 18px auto 0;
  font: 800 44px/1.25 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-section-lead {
  max-width: 620px;
  margin: 16px auto 0 !important;
  color: var(--vhd-gray);
  font: 400 15px/1.8 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 56px;
  text-align: left;
}

.vhd-benefit-card {
  display: block;
  padding: 34px 30px;
  border: 1px solid var(--vhd-line);
  border-radius: 10px;
  background: var(--vhd-bg);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.vhd-benefit-card:hover {
  transform: scale(1.02);
}

.vhd-benefit-card-red {
  border-color: var(--vhd-red);
  background: var(--vhd-red);
}

.vhd-home .vhd-benefit-card {
  color: var(--vhd-ink);
}

.vhd-home .vhd-benefit-card-red {
  color: var(--vhd-white);
}

.vhd-benefit-card:focus-visible {
  outline: 2px solid var(--vhd-red);
  outline-offset: 4px;
}

.vhd-benefit-card-red:focus-visible {
  outline-color: var(--vhd-ink);
}

.vhd-card-index {
  opacity: 0.55;
  font: 700 15px/1 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-benefit-card h3 {
  margin-top: 44px;
  font: 700 22px/1.35 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-benefit-card p {
  min-height: 66px;
  margin-top: 12px;
  opacity: 0.75;
  font: 400 13.5px/1.7 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-benefit-cta {
  display: inline-block;
  margin-top: 16px;
  color: var(--vhd-red);
  font: 600 14px/1 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-benefit-card-red .vhd-benefit-cta {
  color: var(--vhd-gold);
}

.vhd-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  margin-top: 72px;
  text-align: left;
}

.vhd-stat {
  padding-top: 22px;
  border-top: 2px solid var(--vhd-ink);
}

.vhd-stat strong {
  display: block;
  color: var(--vhd-red);
  font: 800 46px/1 "Poppins", "Noto Sans SC", sans-serif;
  letter-spacing: -1px;
}

.vhd-stat strong em {
  margin-left: 1px;
  color: inherit;
  font-size: 0.58em;
  letter-spacing: 0;
}

.vhd-stat > span {
  display: block;
  margin-top: 10px;
  font: 600 15px/1.4 "Poppins", "Noto Sans SC", sans-serif;
}

/* Solutions */
.vhd-solutions {
  margin-top: 100px;
  padding: 88px 0;
  background: var(--vhd-ink);
}

.vhd-solutions h2 {
  max-width: 680px;
  margin: 16px auto 0;
  color: var(--vhd-white);
  font: 800 42px/1.3 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-solutions h2 em {
  color: var(--vhd-red-light);
}

.vhd-solution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 52px;
  text-align: left;
}

.vhd-solution-card {
  display: block;
  min-width: 0;
  padding: 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  transition: background 0.3s ease, border-color 0.3s ease;
}

.vhd-solution-card:hover,
.vhd-solution-card:focus-visible {
  border-color: var(--vhd-red);
  background: var(--vhd-red);
}

.vhd-solution-card:focus-visible {
  outline: 2px solid var(--vhd-gold);
  outline-offset: 3px;
}

.vhd-solution-grid span {
  color: var(--vhd-gold);
  font: 400 12px/1 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-solution-grid h3 {
  margin-top: 12px;
  color: var(--vhd-white);
  font: 700 18px/1.4 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-solution-grid p {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.55);
  font: 400 12.5px/1.5 "Poppins", "Noto Sans SC", sans-serif;
}

/* Marquee */
.vhd-marquee {
  overflow: hidden;
  padding: 56px 0;
  border-bottom: 1px solid var(--vhd-line);
}

.vhd-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: vhd-marquee 30s linear infinite;
}

.vhd-marquee-group {
  display: flex;
  align-items: center;
  gap: 64px;
  padding-right: 64px;
}

.vhd-marquee-track span {
  color: transparent;
  font: 800 72px/1 "Poppins", "Noto Sans SC", sans-serif;
  letter-spacing: 2px;
  white-space: nowrap;
  -webkit-text-stroke: 1px #d9d9d9;
}

.vhd-marquee-track i {
  width: 10px;
  height: 10px;
  flex: none;
  border-radius: 50%;
  background: var(--vhd-red);
}

/* Product lines */
.vhd-products {
  padding-top: 96px;
}

.vhd-products-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}

.vhd-products-heading h2 {
  margin-top: 14px;
  font: 800 42px/1.25 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-products-heading > p {
  color: var(--vhd-gray);
  font: 400 12px/1.6 "Poppins", "Noto Sans SC", sans-serif;
  text-align: right;
}

.vhd-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.vhd-product-card {
  overflow: hidden;
  border: 1px solid var(--vhd-line);
  border-radius: 10px;
  background: var(--vhd-white);
  transform-origin: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.vhd-product-card:hover {
  transform: scale(1.02);
  border-color: var(--vhd-red);
}

.vhd-product-card > .vhd-product-link {
  display: block;
  height: 100%;
  border-radius: inherit;
  color: var(--vhd-ink);
}

.vhd-product-link:focus-visible {
  outline: 2px solid var(--vhd-red);
  outline-offset: -3px;
}

.vhd-image-slot {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 30%, rgba(195, 13, 35, 0.13), transparent 28%),
    linear-gradient(135deg, #f5f5f5 0%, #e9e9e9 54%, #f7f7f7 100%);
}

.vhd-image-slot::before,
.vhd-image-slot::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.vhd-image-slot::before {
  width: 84px;
  height: 52px;
  border: 1px solid rgba(26, 26, 26, 0.12);
  border-radius: 10px;
  background:
    linear-gradient(90deg, transparent 48%, rgba(195, 13, 35, 0.35) 49%, rgba(195, 13, 35, 0.35) 51%, transparent 52%),
    linear-gradient(rgba(26, 26, 26, 0.08), rgba(26, 26, 26, 0.08));
}

.vhd-image-slot::after {
  inset: 12px;
  border: 1px solid rgba(26, 26, 26, 0.04);
  border-radius: 10px;
}

.vhd-image-slot span {
  position: relative;
  z-index: 1;
  margin-top: 92px;
  color: var(--vhd-gray);
  font: 500 11px/1.4 "Poppins", "Noto Sans SC", sans-serif;
  letter-spacing: 0.5px;
}

.vhd-product-image {
  height: 160px;
  overflow: hidden;
}

.vhd-product-image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vhd-product-copy {
  padding: 18px 20px 22px;
}

.vhd-product-copy small {
  display: block;
  color: var(--vhd-gray);
  font: 400 10.5px/1.3 "Poppins", "Noto Sans SC", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.vhd-product-copy h3 {
  margin-top: 8px;
  font: 700 18px/1.35 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-product-copy p {
  min-height: 38px;
  margin-top: 8px;
  color: var(--vhd-gray);
  font: 400 12.5px/1.55 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-product-cta {
  display: inline-block;
  margin-top: 12px;
  color: var(--vhd-red);
  font: 600 13px/1 "Poppins", "Noto Sans SC", sans-serif;
}

/* Four-step process */
.vhd-process {
  position: relative;
  height: 520px;
  margin-top: 100px;
  overflow: hidden;
  isolation: isolate;
}

.vhd-process-media,
.vhd-process-shade {
  position: absolute;
  inset: 0;
}

.vhd-process-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vhd-process-shade {
  z-index: 1;
  background: rgba(15, 15, 16, 0.78);
}

.vhd-process-content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  color: var(--vhd-white);
}

.vhd-process h2 {
  margin-top: 16px;
  color: var(--vhd-white);
  font: 800 42px/1.3 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-process h2 em {
  color: var(--vhd-red-light);
}

.vhd-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  margin-top: 64px !important;
  padding: 0;
  list-style: none;
  text-align: left;
}

.vhd-process-grid li {
  padding-top: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.35);
}

.vhd-process-grid li > span {
  color: var(--vhd-red-light);
  font: 800 15px/1 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-process-grid h3 {
  margin-top: 12px;
  color: var(--vhd-white);
  font: 700 20px/1.4 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-process-grid p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.6);
  font: 400 13px/1.7 "Poppins", "Noto Sans SC", sans-serif;
}

/* Testimonials */
.vhd-testimonials {
  padding-top: 100px;
}

.vhd-testimonials h2,
.vhd-news-heading h2 {
  margin-top: 16px;
  font: 800 42px/1.3 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-testimonial-carousel {
  margin-top: 52px;
}

.vhd-testimonial-stage {
  position: relative;
  margin-inline: 0;
  padding-inline: 0;
}

.vhd-testimonial-viewport {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.vhd-testimonial-grid {
  display: flex;
  gap: 20px;
  text-align: left;
}

.vhd-testimonial-card {
  display: flex;
  flex: 0 0 calc((100% - 20px) / 2);
  flex-direction: column;
  min-width: 0;
  padding: 34px 34px 30px;
  border-radius: 10px;
  background: var(--vhd-bg);
  scroll-snap-align: start;
}

.vhd-testimonial-card .vhd-person {
  margin-top: auto;
  padding-top: 24px;
}

.vhd-testimonial-placeholder .vhd-stars {
  opacity: 0.4;
}

.vhd-testimonial-carousel.is-enhanced .vhd-testimonial-viewport {
  overflow: hidden;
  scroll-snap-type: none;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}

.vhd-testimonial-carousel.is-enhanced .vhd-testimonial-grid {
  will-change: transform;
}

.vhd-testimonial-carousel.is-enhanced .vhd-testimonial-grid { transition: none; }

.vhd-testimonial-carousel.is-dragging .vhd-testimonial-viewport {
  cursor: grabbing;
}

.vhd-stars {
  color: var(--vhd-red);
  font: 700 20px/1 "Poppins", "Noto Sans SC", sans-serif;
  letter-spacing: 2px;
}

.vhd-testimonial-grid blockquote {
  margin-top: 18px;
  font: 500 17px/1.85 "Poppins", "Noto Sans SC", sans-serif;
  text-wrap: pretty;
}

.vhd-person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.vhd-avatar {
  display: grid;
  width: 44px;
  height: 44px;
  flex: none;
  place-items: center;
  border: 1px solid rgba(195, 13, 35, 0.18);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vhd-gold), #ead8c2);
  color: var(--vhd-red);
  font: 700 15px/1 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.vhd-person strong,
.vhd-person span {
  display: block;
}

.vhd-person strong {
  font: 600 14px/1.3 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-person p > span {
  margin-top: 3px;
  color: var(--vhd-gray);
  font: 400 12px/1.3 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-testimonial-note {
  margin-top: 32px !important;
  color: var(--vhd-gray);
  font: 400 12px/1 "Poppins", "Noto Sans SC", sans-serif;
}

/* News */
.vhd-news {
  padding: 96px 0 100px;
}

.vhd-news-heading {
  margin-bottom: 52px;
}

.vhd-news-grid {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 36px;
}

.vhd-news-feature,
.vhd-news-row {
  overflow: hidden;
  border: 1px solid var(--vhd-line);
  border-radius: 10px;
  transition: border-color 0.25s ease;
}

.vhd-news-feature:hover,
.vhd-news-row:hover {
  border-color: var(--vhd-red);
}

.vhd-news-feature-image {
  display: block;
  height: 300px;
  overflow: hidden;
  background: #edf2fb;
}

.vhd-news-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vhd-news-feature-copy {
  padding: 26px 28px 30px;
}

.vhd-news-feature-copy > p {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vhd-news-feature-copy > p span {
  padding: 0 10px;
  border-radius: 10px;
  background: var(--vhd-red);
  color: var(--vhd-white);
  font: 600 11px/24px "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-news-feature-copy time {
  color: var(--vhd-gray);
  font: 400 12px/1 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-news-feature-copy h3 {
  margin-top: 14px;
  font: 700 24px/1.5 "Poppins", "Noto Sans SC", sans-serif;
  text-wrap: pretty;
}

.vhd-news-feature-copy h3 a {
  color: inherit;
  font: inherit;
}

.vhd-news-feature-copy > a {
  display: inline-block;
  margin-top: 14px;
  font: 600 14px/1 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-news-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.vhd-news-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 130px;
}

.vhd-news-row .vhd-image-slot {
  height: 130px;
  border-radius: 0;
}

.vhd-news-row-media {
  display: block;
  height: 100%;
  min-height: 130px;
  overflow: hidden;
  background: #f5f5f5;
}

.vhd-news-row-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vhd-news-row .vhd-image-slot::before {
  width: 56px;
  height: 38px;
}

.vhd-news-row .vhd-image-slot span {
  margin-top: 70px;
}

.vhd-news-row > div:last-child {
  min-width: 0;
  padding: 20px 22px;
}

.vhd-news-row > div:last-child p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: var(--vhd-red);
  font: 400 11px/1.4 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-news-row > div:last-child p a,
.vhd-news-row h3 a {
  color: inherit;
}

.vhd-news-row time {
  white-space: nowrap;
}

.vhd-news-row h3 {
  margin-top: 10px;
  font: 700 16px/1.5 "Poppins", "Noto Sans SC", sans-serif;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.vhd-news-more {
  display: grid;
  width: min(220px, 100%);
  min-height: 48px;
  margin: 32px auto 0;
  place-items: center;
  border: 1px solid var(--vhd-red);
  border-radius: 10px;
  color: var(--vhd-red);
  font: 600 14px/1 "Poppins", "Noto Sans SC", sans-serif;
  transition: background 0.2s ease;
}

.vhd-news-more:hover {
  background: var(--vhd-gold);
}

/* Newsletter */
.vhd-newsletter {
  padding: 64px 0;
  background: var(--vhd-red);
}

.vhd-newsletter > .vhd-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.vhd-newsletter h2 {
  color: var(--vhd-white);
  font: 800 34px/1.4 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-newsletter h2 em {
  color: var(--vhd-gold);
}

.vhd-newsletter > .vhd-container > div:first-child > p {
  margin-top: 8px;
  color: var(--vhd-gold);
  font: 400 14px/1.6 "Poppins", "Noto Sans SC", sans-serif;
  opacity: 0.9;
}

.vhd-newsletter-form {
  display: grid;
  grid-template-columns: 320px auto;
  flex: none;
  gap: 12px;
  margin: 0;
}

.vhd-newsletter-form input {
  width: 320px;
  height: 52px;
  border: 0;
  border-radius: 10px;
  outline: 0;
  padding: 0 18px;
  background: var(--vhd-white);
  color: var(--vhd-ink);
  font: 400 14px/1 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-newsletter-form button {
  height: 52px;
  border-radius: 10px;
  padding: 0 30px;
  background: var(--vhd-ink);
  color: var(--vhd-white);
  font: 600 15px/1 "Poppins", "Noto Sans SC", sans-serif;
  cursor: pointer;
}

.vhd-newsletter-form input:focus-visible,
.vhd-newsletter-form button:focus-visible {
  outline: 2px solid var(--vhd-gold);
  outline-offset: 3px;
}

.vhd-newsletter-form button:disabled {
  cursor: wait;
  opacity: 0.7;
}

/* Preview form buttons retain their existing geometry. */
.vhd-home[data-home-v2-preview="1"] :is(.vhd-quote-fields > button[type="submit"], .vhd-newsletter-form > button[type="submit"]) {
  border-color: var(--vhd-red);
  border-radius: 10px;
  background-color: var(--vhd-red);
  color: var(--vhd-white);
  /* Inset outline keeps the red newsletter button visible without resizing. */
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: -1px;
  transform: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.vhd-home[data-home-v2-preview="1"] :is(.vhd-quote-fields > button[type="submit"], .vhd-newsletter-form > button[type="submit"]):not(:disabled):hover {
  border-color: var(--vhd-wine);
  background-color: var(--vhd-wine);
  color: var(--vhd-white);
  cursor: pointer;
}

.vhd-home[data-home-v2-preview="1"] :is(.vhd-quote-fields > button[type="submit"], .vhd-newsletter-form > button[type="submit"]):focus-visible {
  outline: 2px solid var(--vhd-action-focus, var(--vhd-gold));
  outline-offset: 3px;
}

.vhd-home[data-home-v2-preview="1"] a.vhd-news-more {
  background-color: var(--vhd-white);
  color: var(--vhd-ink);
}

.vhd-home[data-home-v2-preview="1"] a.vhd-news-more:hover {
  border-color: var(--vhd-red);
  background-color: var(--vhd-red);
  color: var(--vhd-white);
}

.vhd-home[data-home-v2-preview="1"] a.vhd-news-more:focus-visible {
  outline: 2px solid var(--vhd-red);
  outline-offset: 3px;
}

/* Per-button interaction overrides. */
.vhd-home[data-home-v2-preview="1"] .vhd-quote-fields > button[type="submit"] {
  outline: none;
}

.vhd-home[data-home-v2-preview="1"] .vhd-newsletter-form > button[type="submit"]:not(:disabled):hover {
  border-color: var(--vhd-ink);
  background-color: var(--vhd-ink);
}

.vhd-home[data-home-v2-preview="1"] .vhd-newsletter-form > button[type="submit"]:not(:disabled):hover:not(:focus-visible) {
  outline: none;
}

.vhd-newsletter-note,
.vhd-newsletter-status,
.vhd-newsletter-form noscript {
  grid-column: 1 / -1;
  color: var(--vhd-white);
  font: 400 12px/1.6 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-newsletter-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vhd-newsletter-status {
  font-weight: 600;
}

.vhd-newsletter-dialog {
  width: min(440px, calc(100% - 32px));
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
  margin: auto;
  padding: 36px 28px 28px;
  overflow-y: auto;
  border: 1px solid var(--vhd-line);
  border-top: 4px solid var(--vhd-red);
  border-radius: 10px;
  background: var(--vhd-white);
  color: var(--vhd-ink);
  text-align: center;
  font-family: "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-newsletter-dialog::backdrop {
  background: rgba(26, 26, 26, 0.55);
}

.vhd-newsletter-success-mark {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 10px;
  background: #fff1f3;
  color: var(--vhd-red);
}

.vhd-newsletter-success-mark svg {
  width: 32px;
  height: 32px;
}

.vhd-newsletter-dialog-brand {
  color: var(--vhd-red);
  font: 600 12px/1.6 "Poppins", "Noto Sans SC", sans-serif;
  letter-spacing: 1px;
}

.vhd-newsletter-dialog h2 {
  margin-top: 10px;
  font: 700 28px/1.4 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-newsletter-dialog #vhd-newsletter-success-description {
  margin-top: 16px;
  color: #666;
  font: 400 14px/1.8 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-newsletter-success-email {
  margin-top: 18px !important;
  padding: 12px;
  border-radius: 10px;
  background: var(--vhd-bg);
  color: var(--vhd-ink);
  overflow-wrap: anywhere;
  font: 500 14px/1.6 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-newsletter-dialog-close {
  width: 100%;
  min-height: 48px;
  margin-top: 24px;
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  background: var(--vhd-red);
  color: var(--vhd-white);
  cursor: pointer;
  font: 600 15px/1.6 "Poppins", "Noto Sans SC", sans-serif;
}

.vhd-newsletter-dialog-close:hover {
  background: var(--vhd-wine);
}

.vhd-newsletter-dialog-close:focus-visible {
  outline: 2px solid var(--vhd-red);
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .vhd-testimonial-stage {
    margin-inline: 0;
  }

  .vhd-container {
    width: min(calc(100% - 64px), 1240px);
  }

  .vhd-hero-copy {
    max-width: 520px;
  }

  .vhd-hero-copy h1 {
    font-size: 58px;
  }

  .vhd-quote-card {
    width: 380px;
  }
}

@media (max-width: 1024px) {
  .vhd-hero {
    height: 780px;
  }

  .vhd-hero-copy {
    max-width: 480px;
  }

  .vhd-hero-copy h1 {
    font-size: 52px;
  }

  .vhd-hero-intro {
    max-width: 420px;
  }

  .vhd-quote-card {
    width: 350px;
    padding-inline: 24px;
  }

  .vhd-solution-grid,
  .vhd-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vhd-news-grid {
    gap: 26px;
  }
}

@media (max-width: 990px) {
  .vhd-testimonial-stage {
    margin-inline: 0;
    padding-inline: 0;
  }

.vhd-container {
    width: calc(100% - 40px);
  }

  .vhd-hero {
    height: auto;
    min-height: 0;
    padding: 178px 20px 64px;
  }

  .vhd-hero-media img {
    object-position: 60% center;
  }

  .vhd-hero-shade {
    background: linear-gradient(180deg, rgba(15, 15, 16, 0.84) 0%, rgba(15, 15, 16, 0.72) 48%, rgba(15, 15, 16, 0.88) 100%);
  }

  .vhd-hero-copy,
  .vhd-quote-card {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    max-width: none;
  }

  .vhd-hero-copy h1 {
    font-size: 48px;
  }

  .vhd-hero-intro {
    max-width: 560px;
  }

  .vhd-quote-card {
    margin-top: 44px;
  }

  .vhd-why {
    padding-top: 82px;
  }

  .vhd-why h2,
  .vhd-products-heading h2,
  .vhd-solutions h2,
  .vhd-process h2,
  .vhd-testimonials h2,
  .vhd-news-heading h2 {
    font-size: 36px;
  }

  .vhd-benefit-grid {
    grid-template-columns: 1fr;
  }

  .vhd-benefit-card p {
    min-height: 0;
  }

  .vhd-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vhd-solutions {
    margin-top: 82px;
    padding: 72px 0;
  }

  .vhd-marquee-track span {
    font-size: 56px;
  }

  .vhd-products {
    padding-top: 78px;
  }

  .vhd-products-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .vhd-products-heading > p {
    text-align: left;
  }

  .vhd-process {
    height: auto;
    min-height: 620px;
    margin-top: 82px;
    padding: 76px 0;
  }

  .vhd-process-content {
    height: auto;
  }

  .vhd-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vhd-news-grid {
    grid-template-columns: 1fr;
  }

  .vhd-newsletter > .vhd-container {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .vhd-testimonial-card {
    flex-basis: 100%;
  }
}

@media (max-width: 560px) {
  .vhd-container {
    width: calc(100% - 36px);
  }

  .vhd-hero {
    padding: 154px 18px 52px;
  }

  .vhd-hero-kicker {
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 2px;
  }

  .vhd-hero-copy h1 {
    margin-top: 20px;
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: -1.5px;
  }

  .vhd-hero-intro {
    font-size: 15px;
    line-height: 1.75;
  }

  .vhd-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }

  .vhd-button {
    width: 100%;
  }

  .vhd-quote-card {
    margin-top: 34px;
    padding: 24px 20px 22px;
  }

  .vhd-why {
    padding-top: 70px;
  }

  .vhd-why h2,
  .vhd-products-heading h2,
  .vhd-solutions h2,
  .vhd-process h2,
  .vhd-testimonials h2,
  .vhd-news-heading h2 {
    font-size: 32px;
  }

  .vhd-section-lead {
    font-size: 14px;
  }

  .vhd-benefit-grid {
    margin-top: 40px;
  }

  .vhd-benefit-card {
    padding: 28px 24px;
  }

  .vhd-benefit-card h3 {
    margin-top: 34px;
  }

  .vhd-stat-grid {
    gap: 26px 18px;
    margin-top: 52px;
  }

  .vhd-stat strong {
    font-size: 38px;
  }

  .vhd-stat > span {
    font-size: 13px;
  }

  .vhd-solutions {
    margin-top: 72px;
    padding: 64px 0;
  }

  .vhd-solution-grid,
  .vhd-product-grid,
  .vhd-process-grid {
    grid-template-columns: 1fr;
  }

  .vhd-marquee {
    padding: 36px 0;
  }

  .vhd-marquee-track {
    gap: 0;
  }

  .vhd-marquee-group {
    gap: 36px;
    padding-right: 36px;
  }

  .vhd-marquee-track span {
    font-size: 44px;
  }

  .vhd-products {
    padding-top: 68px;
  }

  .vhd-product-copy p {
    min-height: 0;
  }

  .vhd-process {
    min-height: 780px;
    margin-top: 72px;
    padding: 68px 0;
  }

  .vhd-process-grid {
    gap: 28px;
    margin-top: 46px !important;
  }

  .vhd-testimonials {
    padding-top: 72px;
  }

  .vhd-testimonial-carousel {
    margin-top: 40px;
  }

  .vhd-testimonial-card {
    padding: 28px 24px;
  }

  .vhd-testimonial-grid blockquote {
    font-size: 15px;
  }

  .vhd-news {
    padding: 72px 0;
  }

  .vhd-news-heading {
    margin-bottom: 40px;
  }

  .vhd-news-feature-image {
    height: 220px;
  }

  .vhd-news-feature-copy {
    padding: 22px 20px 24px;
  }

  .vhd-news-feature-copy h3 {
    font-size: 20px;
  }

  .vhd-news-row {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .vhd-news-row .vhd-image-slot {
    height: 100%;
    min-height: 130px;
  }

  .vhd-news-row > div:last-child {
    padding: 16px 14px;
  }

  .vhd-news-row h3 {
    font-size: 14px;
  }

  .vhd-newsletter {
    padding: 50px 0;
  }

  .vhd-newsletter h2 {
    font-size: 28px;
  }

  .vhd-newsletter-form {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }

  .vhd-newsletter-form input,
  .vhd-newsletter-form button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vhd-home *,
  .vhd-home *::before,
  .vhd-home *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .vhd-home .vhd-marquee-track {
    animation: vhd-marquee 30s linear infinite !important;
  }

}
