.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; }
}
