.vlt-home-v2 .vpc-top,
.vlt-home-v2 .vpc-header,
.vlt-home-v2 .vpc-footer,
.vlt-catalog-v2 .vpc-top,
.vlt-catalog-v2 .vpc-header,
.vlt-catalog-v2 .vpc-footer,
.vlt-product-detail-v2 .vpc-top,
.vlt-product-detail-v2 .vpc-header,
.vlt-product-detail-v2 .vpc-footer,
.vlt-applications-v2 .vpc-top,
.vlt-applications-v2 .vpc-header,
.vlt-applications-v2 .vpc-footer,
.vlt-solutions-v2 .vpc-top,
.vlt-solutions-v2 .vpc-header,
.vlt-solutions-v2 .vpc-footer,
.vlt-company-v2 .vpc-top,
.vlt-company-v2 .vpc-header,
.vlt-company-v2 .vpc-footer,
.vlt-contact-v2 .vpc-top,
.vlt-contact-v2 .vpc-header,
.vlt-contact-v2 .vpc-footer {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.vpc-top,
.vpc-header,
.vpc-footer {
  --p: #6546e8;
  --pd: #4b2fc4;
  --ink: #17171c;
  --muted: #65656f;
}

/* Larger shared chrome: keep the navigation confident without overpowering the page. */
.vpc-top { font-size: 13px; }
.vpc-top .vpc-container { min-height: 36px; }
.vpc-header { position: sticky; top: 0; z-index: 100; min-height: 86px; transition: transform .34s ease, box-shadow .34s ease, background-color .34s ease; }
.vpc-header .vpc-container { min-height: 86px; grid-template-columns: 1.35fr 2.1fr 1.35fr; gap: 32px; }
.vpc-header .vpc-brand { transform: scale(1.13); transform-origin: left center; }
.vpc-header nav { justify-content: space-between; gap: 28px; }
.vpc-header nav a { font-size: 15px; font-weight: 750; }
.vpc-header .vpc-btn { min-height: 46px; padding: 0 24px; font-size: 13px; }
.vpc-header.is-scrolled { box-shadow: 0 10px 28px rgba(38, 28, 75, .12); background: rgba(255,255,255,.97); }
.vpc-header.is-revealing { animation: vpcHeaderReveal .42s ease both; }
@keyframes vpcHeaderReveal { from { transform: translateY(-20px); opacity: .45; } to { transform: translateY(0); opacity: 1; } }
.vlt-home-v2-template, .vlt-home-v2-template > .wp-block-shortcode, .vlt-home-v2 > main { margin-top: 0 !important; padding-top: 0 !important; }
@media (max-width: 900px) { .vpc-header .vpc-container { min-height: 72px; grid-template-columns: 1fr auto; } .vpc-header { min-height: 72px; } .vpc-header nav { gap: 14px; } .vpc-header nav a { font-size: 13px; } }

.vpc-header .vpc-btn {
  background: #6546e8 !important;
}

.vpc-top a,
.vpc-header a,
.vpc-footer a {
  border-bottom: 0 !important;
  text-decoration: none !important;
}

.vpc-header > .vpc-container > p {
  margin: 0;
}

.vpc-header .vpc-logo-wrap,
.vpc-header .vpc-action {
  display: flex;
  align-items: center;
}

.vpc-header .vpc-action {
  justify-content: flex-end;
}

.vpc-header .vpc-logo-wrap > p,
.vpc-header .vpc-action > p,
.vpc-header > .vpc-container > p:empty {
  display: none;
}

.vpc-header nav a.active::after {
  bottom: -29px;
}

.vpc-footer {
  padding: 46px 0 18px;
  background: linear-gradient(180deg, #f5f3fb 0%, #efecf7 100%);
  border-top: 1px solid #e2deed;
}

.vpc-footer-grid {
  display: grid;
  grid-template-columns: 1.55fr repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.vpc-footer-grid > div {
  min-width: 0;
}

.vpc-footer-grid h3 {
  margin: 0 0 14px;
  color: #282431;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.vpc-footer-grid p {
  margin: 13px 0 0;
  color: #65616d;
  font-size: 9px;
  line-height: 1.65;
}

.vpc-footer-grid a:not(.vpc-brand),
.vpc-footer-grid span {
  display: block;
  margin: 7px 0;
  color: #5f5b67;
  font-size: 9px;
  line-height: 1.35;
}

.vpc-socials {
  display: flex;
  gap: 8px;
  margin-top: 15px;
}

.vpc-socials a {
  display: grid !important;
  width: 24px;
  height: 24px;
  margin: 0 !important;
  place-items: center;
  color: #4b2fc4 !important;
  background: #fff;
  border: 1px solid #d9d3e8 !important;
  border-radius: 50%;
  font-size: 9px !important;
  font-weight: 800;
}

.vpc-contact-item {
  position: relative;
  padding-left: 16px;
}

.vpc-contact-item::before {
  position: absolute;
  left: 0;
  color: #6546e8;
  content: "◇";
}

.vpc-contact-button {
  display: inline-flex !important;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  margin-top: 11px !important;
  padding: 0 15px;
  color: #fff !important;
  background: #6546e8;
  border-radius: 4px;
  font-size: 9px !important;
  font-weight: 800;
  text-transform: uppercase;
}

.vpc-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
  padding-top: 14px;
  color: #77737f;
  border-top: 1px solid #d9d4e5;
  font-size: 8px;
}

.vpc-footer-bottom nav {
  display: flex;
  gap: 20px;
}

.vpc-footer-bottom a {
  color: #77737f;
}

/* Keep the call-to-action and the shared footer visually joined on every template. */
.vlt-home-v2 > main + .vpc-footer,
.vlt-catalog-v2 > main + .vpc-footer,
.vlt-product-detail-v2 > main + .vpc-footer,
.vlt-applications-v2 > main + .vpc-footer,
.vlt-solutions-v2 > main + .vpc-footer,
.vlt-company-v2 > main + .vpc-footer,
.vlt-contact-v2 > main + .vpc-footer {
  margin-top: 0 !important;
}

/* Footer is intentionally more readable than the dense prototype version. */
.vpc-footer { padding: 38px 0 16px; }
.vpc-footer-grid h3 { margin-bottom: 15px; font-size: 13px; }
.vpc-footer-grid p { font-size: 12px; line-height: 1.6; }
.vpc-footer-grid a:not(.vpc-brand),
.vpc-footer-grid span { margin: 8px 0; font-size: 12px; line-height: 1.42; }
.vpc-socials a { width: 28px; height: 28px; font-size: 11px !important; }
.vpc-contact-button { min-height: 38px; padding: 0 17px; font-size: 11px !important; }
.vpc-footer-bottom { margin-top: 25px; padding-top: 13px; font-size: 10px; }

/* Shared brand scale: header and footer logos stay prominent on every page. */
.vpc-header .vpc-brand.has-image { max-width: 270px; }
.vpc-header .vpc-brand.has-image img { max-height: 58px !important; }
.vpc-header .vpc-brand { transform: scale(1.18); }
.vpc-header nav { gap: 34px; }
.vpc-header nav a { font-size: 16px; }
.vpc-footer .vpc-brand.has-image { display: inline-block; max-width: 270px; }
.vpc-footer .vpc-brand.has-image img { max-height: 60px !important; }

.vpc-top .vpc-whatsapp {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: #fff;
  background: #25d366;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
.vpc-top .vpc-whatsapp svg { width: 17px; height: 17px; fill: currentColor; }
.vpc-top .vpc-whatsapp-mark {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  color: #fff;
  background: #25d366;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
.vpc-top .vpc-whatsapp:hover { color: #fff; background: #128c7e; }
.vpc-top .vpc-whatsapp.is-unconfigured { opacity: .58; cursor: default; }

@media (max-width: 1100px) {
  .vpc-footer-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
  .vpc-footer-grid { grid-template-columns: 1fr 1fr; }
  .vpc-footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .vpc-footer-grid { grid-template-columns: 1fr; }
}

/* 3.0.0 reference header: shared across every public page. */
.vpc-top { display: none !important; }
.vpc-header,
.vpc-header.is-scrolled {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 82px;
  background: rgba(249, 248, 244, .97) !important;
  border-bottom: 1px solid rgba(20, 18, 16, .10);
  box-shadow: none !important;
  transform: none !important;
  backdrop-filter: blur(14px);
}
.vpc-header .vpc-container {
  display: grid;
  width: min(1320px, calc(100% - clamp(48px, 9vw, 144px)));
  min-height: 82px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 48px;
  margin-inline: auto;
}
.vpc-header .vpc-logo-wrap { min-width: 230px; }
.vpc-header .vpc-brand,
.vpc-header .vpc-brand.has-image {
  display: inline-flex;
  width: auto;
  max-width: none;
  align-items: center;
  color: #11100f !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1;
  transform: none;
}
.vpc-header .vpc-brand::after { content: "Veloratec"; font-size: 40px; }
.vpc-header .vpc-brand > * { display: none !important; }
.vpc-header nav {
  display: flex;
  justify-content: flex-end;
  gap: 52px;
}
.vpc-header nav a {
  position: relative;
  padding: 31px 0 30px;
  color: #171614 !important;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  transition: color .25s ease;
}
.vpc-header nav a::after {
  position: absolute;
  right: 50%;
  bottom: 0 !important;
  left: 50%;
  height: 2px;
  background: #c69a66;
  content: "";
  transition: left .25s ease, right .25s ease;
}
.vpc-header nav a.active::after,
.vpc-header nav a:hover::after { right: 0; left: 0; }
.vpc-header nav a:hover { color: #a97847 !important; }
.vpc-header .vpc-action { display: none !important; }
.vpc-header .vpc-menu-toggle { display: none; }

@media (max-width: 900px) {
  .vpc-header,
  .vpc-header.is-scrolled { min-height: 70px; }
  .vpc-header .vpc-container {
    width: min(100% - 40px, 1320px);
    min-height: 70px;
    grid-template-columns: 1fr auto;
    gap: 20px;
  }
  .vpc-header .vpc-logo-wrap { min-width: 0; }
  .vpc-header .vpc-brand::after { font-size: 31px; }
  .vpc-header .vpc-menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
    color: transparent;
    background: transparent;
    border: 0;
  }
  .vpc-header .vpc-menu-toggle span { display: grid; width: 24px; gap: 6px; }
  .vpc-header .vpc-menu-toggle i { display: block; height: 1px; background: #171614; }
  .vpc-header nav {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    display: none;
    padding: 18px 20px 28px;
    background: #f9f8f4;
    border-bottom: 1px solid rgba(20,18,16,.1);
  }
  .vpc-header nav.is-open { display: grid; gap: 0; }
  .vpc-header nav a { padding: 14px 4px; font-size: 16px; }
  .vpc-header nav a::after { display: none; }
}


/* 3.3.3 global full-bleed and sticky-navigation correction. */
.vlt-home-v2-template,
.vlt-catalog-template,
.vlt-applications-v2-template,
.vlt-solutions-v2-template,
.vlt-company-v2-template {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
}

.vlt-home-v2,
.vlt-catalog-v2,
.vlt-product-detail-v2,
.vlt-applications-v2,
.vlt-solutions-v2,
.vlt-company-v2,
.vlt-contact-v2 {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
}

/* Hidden overflow on these page roots prevented position: sticky from reaching the viewport. */
.vlt-home-v2,
.vlt-applications-v2,
.vlt-solutions-v2 {
  overflow: visible !important;
}

.vpc-header,
.vpc-header.is-scrolled {
  position: sticky !important;
  top: 0 !important;
  z-index: 10000 !important;
}

body.admin-bar .vpc-header,
body.admin-bar .vpc-header.is-scrolled {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar .vpc-header,
  body.admin-bar .vpc-header.is-scrolled { top: 46px !important; }
}

@media screen and (max-width: 600px) {
  body.admin-bar .vpc-header,
  body.admin-bar .vpc-header.is-scrolled { top: 0 !important; }
}


/* 3.3.3 wrapper-specific sticky enforcement (beats page-level overflow rules). */
body .wp-site-blocks .vlt-home-v2.vlt-home-reference {
  overflow: visible !important;
}

body .wp-site-blocks .vlt-home-v2 > .vpc-header,
body .wp-site-blocks .vlt-catalog-v2 > .vpc-header,
body .wp-site-blocks .vlt-product-detail-v2 > .vpc-header,
body .wp-site-blocks .vlt-applications-v2 > .vpc-header,
body .wp-site-blocks .vlt-solutions-v2 > .vpc-header,
body .wp-site-blocks .vlt-company-v2 > .vpc-header,
body .wp-site-blocks .vlt-contact-v2 > .vpc-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 10000 !important;
}

body.admin-bar .wp-site-blocks .vlt-home-v2 > .vpc-header,
body.admin-bar .wp-site-blocks .vlt-catalog-v2 > .vpc-header,
body.admin-bar .wp-site-blocks .vlt-product-detail-v2 > .vpc-header,
body.admin-bar .wp-site-blocks .vlt-applications-v2 > .vpc-header,
body.admin-bar .wp-site-blocks .vlt-solutions-v2 > .vpc-header,
body.admin-bar .wp-site-blocks .vlt-company-v2 > .vpc-header,
body.admin-bar .wp-site-blocks .vlt-contact-v2 > .vpc-header {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar .wp-site-blocks [class^="vlt-"] > .vpc-header { top: 46px !important; }
}

@media screen and (max-width: 600px) {
  body.admin-bar .wp-site-blocks [class^="vlt-"] > .vpc-header { top: 0 !important; }
}


/* 3.3.3 remove the redundant Company column from the shared footer. */
.vpc-footer-grid > div:nth-of-type(4) {
  display: none !important;
}

.vpc-footer-grid {
  grid-template-columns: 1.55fr repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 1100px) {
  .vpc-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 480px) {
  .vpc-footer-grid { grid-template-columns: 1fr !important; }
}


/* 3.3.3 remove the orphan grid cell and reflow the four remaining footer groups. */
body .wp-site-blocks [class^="vlt-"] .vpc-footer-grid > p {
  display: none !important;
}

body .wp-site-blocks [class^="vlt-"] .vpc-footer-grid {
  grid-template-columns: 1.55fr repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 1100px) {
  body .wp-site-blocks [class^="vlt-"] .vpc-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 480px) {
  body .wp-site-blocks [class^="vlt-"] .vpc-footer-grid {
    grid-template-columns: 1fr !important;
  }
}


/* 3.3.4 use the Media Library logo in every shared header and widen desktop navigation. */
body .wp-site-blocks [class^="vlt-"] .vpc-header .vpc-brand::after {
  display: none !important;
  content: none !important;
}

body .wp-site-blocks [class^="vlt-"] .vpc-header .vpc-brand,
body .wp-site-blocks [class^="vlt-"] .vpc-header .vpc-brand.has-image {
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  max-width: 180px !important;
  align-items: center !important;
  overflow: visible !important;
  transform: none !important;
}

body .wp-site-blocks [class^="vlt-"] .vpc-header .vpc-brand > img.vlt-brand-image {
  display: block !important;
  width: auto !important;
  height: 64px !important;
  max-width: 160px !important;
  max-height: 64px !important;
  object-fit: contain !important;
}

body .wp-site-blocks [class^="vlt-"] .vpc-header .vpc-container {
  width: min(1560px, calc(100% - 24px)) !important;
  max-width: 1560px !important;
  grid-template-columns: 1.15fr 2.7fr 1.15fr !important;
  gap: 24px !important;
}

body .wp-site-blocks [class^="vlt-"] .vpc-header .vpc-logo-wrap {
  min-width: 0 !important;
}

body .wp-site-blocks [class^="vlt-"] .vpc-header nav {
  gap: 72px !important;
}

@media (max-width: 900px) {
  body .wp-site-blocks [class^="vlt-"] .vpc-header .vpc-container {
    width: calc(100% - 24px) !important;
    grid-template-columns: 1fr auto !important;
    gap: 16px !important;
  }

  body .wp-site-blocks [class^="vlt-"] .vpc-header .vpc-brand > img.vlt-brand-image {
    height: 52px !important;
    max-width: 130px !important;
    max-height: 52px !important;
  }

  body .wp-site-blocks [class^="vlt-"] .vpc-header nav {
    gap: 0 !important;
  }
}


/* 3.3.4 wrapper-specific navigation width enforcement. */
html body .wp-site-blocks [class^="vlt-"] .vpc-header .vpc-container {
  width: min(1560px, calc(100% - 24px)) !important;
  max-width: 1560px !important;
  grid-template-columns: 1.15fr 2.7fr 1.15fr !important;
  gap: 24px !important;
}

@media (max-width: 900px) {
  html body .wp-site-blocks [class^="vlt-"] .vpc-header .vpc-container {
    width: calc(100% - 24px) !important;
    grid-template-columns: 1fr auto !important;
    gap: 16px !important;
  }
}


/* 3.3.6 keep the same desktop navigation height on every public page. */
html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header,
html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header.is-scrolled {
  height: 104px !important;
  min-height: 104px !important;
}

html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header > .vpc-container {
  height: 104px !important;
  min-height: 104px !important;
}

html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header nav {
  height: 104px !important;
  align-items: stretch !important;
  gap: 64px !important;
}

html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header nav a {
  display: flex !important;
  height: 104px !important;
  align-items: center !important;
  padding-block: 0 !important;
}

@media (max-width: 900px) {
  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header,
  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header.is-scrolled,
  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header > .vpc-container {
    height: 70px !important;
    min-height: 70px !important;
  }

  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header nav {
    height: auto !important;
    gap: 0 !important;
  }

  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header nav a {
    height: auto !important;
    padding: 14px 4px !important;
  }
}


/* 3.2.7 shared WhatsApp alignment: one icon on every public page. */
html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-top nav .vpc-whatsapp {
  display: inline-flex !important;
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  margin-left: -10px !important;
  overflow: hidden !important;
  color: #25d366 !important;
  background: transparent !important;
  border-radius: 0 !important;
  font-size: 0 !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}
html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-top nav .vpc-whatsapp svg {
  display: block !important;
  width: 15px !important;
  height: 15px !important;
  fill: currentColor !important;
}
html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-top nav .vpc-whatsapp:hover {
  color: #128c7e !important;
  background: transparent !important;
}

/* 3.2.8 unified topbar baseline across every public template. */
html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-top nav {
  height: 20.4px !important;
  line-height: 20.4px !important;
  align-items: center !important;
}
html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-top nav > a:not(.vpc-whatsapp) {
  display: flex !important;
  align-items: center !important;
  height: 20.4px !important;
  line-height: 20.4px !important;
}
html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-top nav > .vpc-whatsapp {
  align-self: center !important;
  position: static !important;
  top: auto !important;
  transform: none !important;
}

/* 3.3.4 global floating WhatsApp contact button. */
.vpc-whatsapp-float {
  position: fixed !important;
  left: var(--vpc-wa-left, 28px);
  bottom: var(--vpc-wa-bottom, 28px);
  bottom: calc(var(--vpc-wa-bottom, 28px) + env(safe-area-inset-bottom));
  z-index: 9999;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: var(--vpc-wa-size, 68px);
  height: var(--vpc-wa-size, 68px);
  padding: 0;
  color: #fff !important;
  background: #25d366;
  border: 2px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(18, 140, 126, .28), 0 4px 12px rgba(22, 34, 28, .18);
  text-decoration: none !important;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
  isolation: isolate;
}
.vpc-whatsapp-float::before {
  content: "";
  position: absolute;
  inset: -6px;
  z-index: -1;
  border: 1px solid rgba(37, 211, 102, .28);
  border-radius: inherit;
  background: rgba(37, 211, 102, .08);
}
.vpc-whatsapp-float svg {
  display: block;
  width: 53%;
  height: 53%;
  color: #fff;
  fill: currentColor;
}
.vpc-whatsapp-float-label {
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  padding: 8px 12px;
  color: #fff;
  background: #171915;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(17, 19, 16, .18);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-4px, -50%);
  transition: opacity .18s ease, transform .18s ease;
}
.vpc-whatsapp-float:hover,
.vpc-whatsapp-float:focus-visible {
  color: #fff !important;
  background: #128c7e;
  box-shadow: 0 16px 36px rgba(18, 140, 126, .34), 0 6px 16px rgba(22, 34, 28, .2);
  transform: translateY(-3px);
}
.vpc-whatsapp-float:hover .vpc-whatsapp-float-label,
.vpc-whatsapp-float:focus-visible .vpc-whatsapp-float-label {
  opacity: 1;
  transform: translate(0, -50%);
}
.vpc-whatsapp-float:focus-visible {
  outline: 3px solid rgba(37, 211, 102, .35);
  outline-offset: 4px;
}
@media (max-width: 767px) {
  .vpc-whatsapp-float {
    left: var(--vpc-wa-mobile-left, 18px);
    bottom: var(--vpc-wa-mobile-bottom, 18px);
    bottom: calc(var(--vpc-wa-mobile-bottom, 18px) + env(safe-area-inset-bottom));
    width: var(--vpc-wa-mobile-size, 58px);
    height: var(--vpc-wa-mobile-size, 58px);
  }
  .vpc-whatsapp-float-label {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .vpc-whatsapp-float,
  .vpc-whatsapp-float-label {
    transition: none;
  }
}


/* 3.3.7 roomier shared header: inset topbar copy, enlarge navigation, and add vertical breathing room. */
@media (min-width: 901px) {
  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-top {
    display: block !important;
    height: 42px !important;
    min-height: 42px !important;
    font-size: 14px !important;
  }

  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-top > .vpc-container {
    width: min(1440px, calc(100% - 96px)) !important;
    max-width: 1440px !important;
    min-height: 42px !important;
    margin-inline: auto !important;
  }

  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-top a,
  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-top nav > a:not(.vpc-whatsapp) {
    font-size: 14px !important;
  }

  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-top nav {
    margin-right: 30px !important;
  }

  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header,
  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header.is-scrolled,
  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header > .vpc-container {
    height: 116px !important;
    min-height: 116px !important;
  }

  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header > .vpc-container {
    width: min(1440px, calc(100% - 96px)) !important;
    max-width: 1440px !important;
    margin-inline: auto !important;
  }

  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header nav,
  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header nav a {
    height: 116px !important;
  }

  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header nav a {
    font-size: 18px !important;
  }
}


/* 3.3.8 shared Request Sample CTA and header spacing. */
.vpc-header,
.vpc-header.is-scrolled {
  background: rgba(255, 255, 255, .94) !important;
  border-bottom: 1px solid rgba(0, 0, 0, .06) !important;
  box-shadow: none !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

@media (min-width: 901px) {
  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header,
  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header.is-scrolled,
  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header > .vpc-container {
    height: 76px !important;
    min-height: 76px !important;
  }

  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header > .vpc-container {
    width: min(1320px, calc(100% - 96px)) !important;
    max-width: 1320px !important;
    grid-template-columns: minmax(180px, 1fr) auto auto !important;
    column-gap: 0 !important;
    align-items: center !important;
  }

  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header nav,
  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header nav a {
    height: 76px !important;
  }

  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header nav {
    justify-self: end !important;
    align-items: stretch !important;
    gap: clamp(32px, 2.7vw, 40px) !important;
  }

  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header nav a {
    display: flex !important;
    align-items: center !important;
    padding-block: 0 !important;
    font-size: 15px !important;
  }

  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header .vpc-action {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin-left: clamp(72px, 6.1vw, 96px) !important;
  }

  .vpc-header .vpc-mobile-cta {
    display: none !important;
  }
}

.vpc-header .vpc-header-cta,
.vpc-header nav .vpc-mobile-cta {
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 44px;
  min-height: 44px;
  padding: 0 24px;
  color: #fff !important;
  background: #c9975b !important;
  border: 0 !important;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1;
  text-transform: none !important;
  white-space: nowrap;
  text-decoration: none !important;
  transition: background-color 280ms ease, transform 280ms ease, box-shadow 280ms ease;
}

.vpc-header .vpc-header-cta {
  display: inline-flex;
}

.vpc-header .vpc-header-cta__arrow {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: transform 280ms ease;
}

.vpc-header .vpc-header-cta:hover,
.vpc-header .vpc-header-cta:focus-visible,
.vpc-header nav .vpc-mobile-cta:hover,
.vpc-header nav .vpc-mobile-cta:focus-visible {
  color: #fff !important;
  background: #b78349 !important;
  transform: translateY(-1px);
}

.vpc-header .vpc-header-cta:hover .vpc-header-cta__arrow,
.vpc-header .vpc-header-cta:focus-visible .vpc-header-cta__arrow,
.vpc-header nav .vpc-mobile-cta:hover .vpc-header-cta__arrow,
.vpc-header nav .vpc-mobile-cta:focus-visible .vpc-header-cta__arrow {
  transform: translateX(3px);
}

@media (min-width: 901px) and (max-width: 1100px) {
  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header > .vpc-container {
    width: calc(100% - 40px) !important;
    grid-template-columns: minmax(135px, 1fr) auto auto !important;
  }

  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header nav {
    gap: 24px !important;
  }

  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header nav a {
    font-size: 14px !important;
  }

  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header .vpc-action {
    margin-left: 48px !important;
  }

  .vpc-header .vpc-header-cta {
    padding-inline: 20px;
    font-size: 13px !important;
  }
}

@media (max-width: 900px) {
  .vpc-header .vpc-action {
    display: none !important;
  }

  .vpc-header nav .vpc-mobile-cta {
    display: flex !important;
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 22px 0 0 !important;
    padding: 0 24px !important;
    border-bottom: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vpc-header .vpc-header-cta,
  .vpc-header nav .vpc-mobile-cta,
  .vpc-header .vpc-header-cta__arrow {
    transition: none;
  }
}


/* 3.3.8 precedence fix for shared header. */
html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header,
html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header.is-scrolled {
  background: rgba(255, 255, 255, .94) !important;
  border-bottom: 1px solid rgba(0, 0, 0, .06) !important;
  box-shadow: none !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}
@media (min-width: 901px) {
  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header nav a.vpc-mobile-cta {
    display: none !important;
  }
}


/* 3.3.8 mobile drawer grid fix. */
@media (max-width: 900px) {
  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header nav {
    grid-template-columns: minmax(0, 1fr) !important;
    justify-content: stretch !important;
  }
  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-header nav a.vpc-mobile-cta {
    box-sizing: border-box !important;
    justify-self: stretch !important;
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 22px 0 0 !important;
    padding: 0 24px !important;
  }
}


/* 3.3.9 align the desktop top bar with the logo and normalize Company statistics typography. */
@media (min-width: 901px) {
  html body .wp-site-blocks [class^="vlt-"][class*="vlt-"] > .vpc-top > .vpc-container {
    width: min(1320px, calc(100% - 96px)) !important;
    max-width: 1320px !important;
  }
}

html body .wp-site-blocks .vlt-company-v2 .vco-stats strong {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: 42px !important;
  font-weight: 600 !important;
  letter-spacing: -.02em;
}

html body .wp-site-blocks .vlt-company-v2 .vco-stats span {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: 14px !important;
}

@media (max-width: 767px) {
  html body .wp-site-blocks .vlt-company-v2 .vco-stats strong {
    font-size: 34px !important;
  }

  html body .wp-site-blocks .vlt-company-v2 .vco-stats span {
    font-size: 13px !important;
  }
}
