@font-face { font-family: "Roboto"; src: url("assets/fonts/roboto-200.ttf") format("truetype"); font-weight: 200; font-display: swap; }
@font-face { font-family: "Roboto"; src: url("assets/fonts/roboto-300.ttf") format("truetype"); font-weight: 300; font-display: swap; }
@font-face { font-family: "Roboto"; src: url("assets/fonts/roboto-400.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Roboto"; src: url("assets/fonts/roboto-500.ttf") format("truetype"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Roboto"; src: url("assets/fonts/roboto-600.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Anek Bangla"; src: url("assets/fonts/anek-bangla-latin.woff2") format("woff2"); font-weight: 100 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Font Awesome 5 Brands VH"; src: url("assets/fonts/font-awesome-brands-400.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: block; }

:root {
  --pink: #e8336e;
  --dark: #000;
  --gray: #555;
  --soft-gradient: linear-gradient(165deg, #fff 30%, #c7d5e0 100%);
  --content: min(1475px, calc(100vw - 60px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 59px; }
body { margin: 0; color: #333; background: #fff; font-family: "Roboto", Arial, sans-serif; font-size: 16px; line-height: 1.5; overflow-x: hidden; }
body.is-menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 8px 12px; color: #000; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

/* Shared glass navigation */
.vh-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 59px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 8px 30px rgba(0,0,0,.08);
  -webkit-backdrop-filter: blur(17px) saturate(135%);
  backdrop-filter: blur(17px) saturate(135%);
  transition: background-color .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.vh-header-dark { color: #fff; background: rgba(4,6,9,.44); }
.vh-header-dark.is-scrolled { background: rgba(4,6,9,.82); border-bottom-color: rgba(255,255,255,.14); box-shadow: 0 12px 34px rgba(0,0,0,.2); }
.vh-header-light { color: #111; background: rgba(255,255,255,.84); border-bottom-color: rgba(17,24,39,.08); }
.vh-header-light.is-scrolled { background: rgba(249,250,252,.9); border-bottom-color: rgba(17,24,39,.13); box-shadow: 0 12px 30px rgba(17,24,39,.12); }
.vh-header-inner { width: 100%; height: 59px; margin: 0; padding: 0 88px 0 129px; display: flex; align-items: center; justify-content: space-between; }
.vh-logo { width: 199px; display: block; flex: 0 0 auto; }
.vh-logo img { width: 100%; height: auto; }
.vh-nav { height: 100%; display: flex; align-items: center; gap: 28px; font-size: 16px; font-weight: 500; }
.vh-nav-link { border: 0; padding: 8px 0; background: transparent; cursor: pointer; white-space: nowrap; transition: color .18s ease; }
.vh-nav-link:hover, .vh-nav-link:focus-visible { color: var(--pink); }
.vh-nav-link.is-current-page { color: var(--pink); }
.vh-nav-divider { height: 38px; width: 1px; background: currentColor; opacity: .75; }
.vh-demo-button { position: relative; min-width: 214px; min-height: 42px; padding: 10px 47px 10px 20px; display: inline-flex; align-items: center; justify-content: flex-start; color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: linear-gradient(110deg,#de2861 0%,#eb3b72 100%); box-shadow: 0 9px 24px rgba(182,26,78,.22); font-weight: 500; line-height: 1; cursor: pointer; overflow: hidden; transition: color .22s ease,background-color .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease; }
.vh-demo-button::before { content: ""; position: absolute; top: 50%; right: 16px; width: 20px; height: 2px; border-radius: 999px; background: rgba(255,255,255,.92); transform: translateY(-50%); transform-origin: right center; transition: width .24s cubic-bezier(.22,.8,.24,1),opacity .22s ease; }
.vh-demo-button::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg,transparent 15%,rgba(255,255,255,.2) 48%,transparent 76%); transform: translateX(-125%); transition: transform .52s cubic-bezier(.22,.8,.24,1); }
.vh-demo-button:hover, .vh-demo-button:focus-visible { color: #fff; border-color: rgba(255,255,255,.34); background: linear-gradient(110deg,#d32159 0%,#e8336c 100%); box-shadow: 0 14px 30px rgba(182,26,78,.3); transform: translateY(-1px); outline: 0; }
.vh-demo-button:hover::before, .vh-demo-button:focus-visible::before { width: 29px; }.vh-demo-button:hover::after,.vh-demo-button:focus-visible::after { transform: translateX(125%); }
.vh-demo-button:focus-visible { box-shadow: 0 0 0 3px rgba(232,51,110,.22),0 14px 30px rgba(182,26,78,.3); }
.vh-solutions { position: relative; height: 100%; display: flex; align-items: center; }
.vh-solutions-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.vh-solutions-indicator { width: 9px; height: 9px; display: inline-block; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
.vh-solutions.is-open .vh-solutions-indicator { transform: translateY(2px) rotate(225deg); }
.vh-solutions-panel { position: absolute; top: calc(100% + 8px); left: 50%; width: min(430px, calc(100vw - 32px)); padding: 14px; color: #151515; background: rgba(255,255,255,.985); border: 1px solid rgba(17,24,39,.08); border-radius: 16px; box-shadow: 0 24px 62px rgba(0,0,0,.26); -webkit-backdrop-filter: blur(34px) saturate(130%); backdrop-filter: blur(34px) saturate(130%); opacity: 0; visibility: hidden; transform: translate(-50%,-8px); transition: opacity .18s ease, visibility .18s ease, transform .18s ease; }
.vh-solutions.is-open .vh-solutions-panel { opacity: 1; visibility: visible; transform: translate(-50%,0); }
.vh-solutions-panel a { display: block; padding: 9px 11px; border-radius: 10px; transition: color .17s ease, background-color .17s ease, transform .17s ease; }
.vh-solutions-panel a:hover, .vh-solutions-panel a:focus-visible { color: var(--pink); background: rgba(232,51,110,.075); transform: translateX(3px); outline: 0; }
.vh-solutions-panel strong { display: block; font-size: 16.5px; line-height: 1.2; transition: color .17s ease; }
.vh-solutions-panel a.is-active strong { color: var(--pink); }
.vh-solutions-panel a.is-active { background: transparent; }
.vh-solutions-panel small { display: block; margin-top: 2px; color: #6d7279; font-size: 12.5px; line-height: 1.35; font-weight: 300; transition: color .17s ease; }
.vh-solutions-panel a:hover small, .vh-solutions-panel a:focus-visible small { color: #45484d; }
.vh-menu-button { display: none; width: 42px; height: 42px; padding: 8px; border: 0; background: transparent; }
.vh-menu-button span { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; }

/* Hero parity */
.vh-hero { position: relative; height: 873px; padding-top: 59px; display: grid; place-items: center; color: #fff; overflow: hidden; }
.vh-hero-bg, .vh-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.vh-hero-bg { object-fit: cover; object-position: center; }
.vh-hero-overlay { background: rgba(0,0,0,.57); }
.vh-hero-content { position: relative; z-index: 2; width: min(1400px, calc(100vw - 40px)); margin-top: 5px; text-align: center; }
.vh-play { position: relative; display: grid; place-items: end center; width: 250px; height: 154px; margin: 0 auto 10px; padding: 0 0 2px; color: #fff; border: 0; border-radius: 50%; background: transparent; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.vh-play span { position: absolute; z-index: 2; top: 0; left: 50%; font-size: 13px; font-weight: 300; letter-spacing: 8px; white-space: nowrap; transform: translateX(-50%); transition: color .3s ease, letter-spacing .35s ease, text-shadow .35s ease; }
.vh-play i { position: relative; display: grid; place-items: center; width: 108px; height: 108px; border: 2px solid rgba(255,255,255,.48); border-radius: 50%; background: rgba(5,11,18,.04); box-shadow: 0 10px 30px rgba(0,0,0,.08); font-style: normal; isolation: isolate; transition: border-color .35s ease, background-color .35s ease, box-shadow .35s ease, transform .42s cubic-bezier(.22,1,.36,1); }
.vh-play i::before { position: absolute; inset: -2px; z-index: -1; border: 2px solid rgba(232,51,110,0); border-radius: inherit; content: ""; transform: scale(.82); transition: border-color .35s ease, opacity .35s ease, transform .42s cubic-bezier(.22,1,.36,1); }
.vh-play i::after { content: ""; width: 0; height: 0; margin-left: 7px; border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-left: 25px solid #fff; filter: drop-shadow(0 3px 8px rgba(0,0,0,.24)); transition: transform .35s ease, filter .35s ease; }
.vh-play:hover span { color: #fff; letter-spacing: 8.8px; text-shadow: 0 2px 18px rgba(255,255,255,.28); }
.vh-play:hover i { border-color: rgba(255,255,255,.82); background: rgba(5,11,18,.16); box-shadow: 0 18px 48px rgba(0,0,0,.22), 0 0 32px rgba(232,51,110,.16); transform: scale(1.11); }
.vh-play:hover i::before { border-color: var(--pink); opacity: 1; transform: scale(1); }
.vh-play:hover i::after { filter: drop-shadow(0 4px 10px rgba(0,0,0,.3)); transform: scale(1.05) translateX(1px); }
.vh-play:active i { transform: scale(1.03); transition-duration: .1s; }
.vh-play:focus { outline: 0; }
.vh-play:focus-visible { outline: 2px solid rgba(255,255,255,.92); outline-offset: 7px; }
.vh-play:focus-visible i { border-color: var(--pink); box-shadow: 0 0 0 5px rgba(232,51,110,.18); }
.vh-hero h1 { margin: 0; color: #fff; font-size: 60px; font-weight: 500; line-height: 1.1; letter-spacing: .7px; }
.vh-hero p { margin: 15px 0 0; color: #fff; font-family: "Anek Bangla", "Roboto", sans-serif; font-size: 26px; font-weight: 200; line-height: 1.2; }
.vh-white-button { position: relative; display: inline-flex; align-items: center; justify-content: flex-start; min-width: 235px; height: 55px; margin-top: 72px; padding: 0 58px 0 24px; color: #303238; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.64); border-radius: 10px; box-shadow: 0 14px 34px rgba(0,0,0,.16); font-size: 19px; overflow: hidden; transition: color .22s ease,box-shadow .22s ease,transform .22s ease; }
.vh-white-button::after { content: ""; position: absolute; top: 50%; right: 20px; width: 22px; height: 2px; border-radius: 999px; background: var(--pink); transform: translateY(-50%); transition: width .24s cubic-bezier(.22,.8,.24,1); }.vh-white-button:hover,.vh-white-button:focus-visible { color: #17191d; box-shadow: 0 18px 42px rgba(0,0,0,.22); transform: translateY(-2px); outline: 0; }.vh-white-button:hover::after,.vh-white-button:focus-visible::after { width: 32px; }
.vh-mouse { position: absolute; z-index: 2; bottom: 38px; left: 50%; width: 28px; height: 47px; border: 2px solid #fff; border-radius: 18px; transform: translateX(-50%); }
.vh-mouse span { position: absolute; top: 9px; left: 11px; width: 3px; height: 12px; background: #fff; border-radius: 5px; animation: mouse 1.7s infinite; }

/* Intro phone */
.vh-soft-bg, .vh-click-section { background: var(--soft-gradient); }
.vh-click-section { position: relative; height: 944px; overflow: hidden; }
.vh-click-copy { position: absolute; z-index: 2; top: 406px; left: 60px; }
.vh-click-copy h2 { margin: 0; color: #000; font-size: 66px; font-weight: 600; line-height: 1; }
.vh-click-copy em { color: var(--pink); font-style: normal; }
.vh-phone { position: absolute; z-index: 3; width: 685px; height: 884px; max-width: none; right: 86px; top: 60px; object-fit: contain; }
.vh-watermark { position: absolute; z-index: 1; width: 110%; max-width: none; left: -3%; bottom: 0; opacity: .055; }

/* Shared copy */
.vh-copy-block h2 { margin: 0; color: #000; font-size: 48px; font-weight: 600; line-height: 1.02; }
.vh-intro-line { margin: 24px 0 0; padding-left: 15px; color: #555; border-left: 2px solid var(--pink); font-size: 36px; font-weight: 200; line-height: 1; }
.vh-body-copy { color: #555; font-size: 25px; font-weight: 200; line-height: 30px; }
.vh-body-copy p { margin: 0 0 15px; }
.vh-body-copy strong { color: #555; font-weight: 500; }

/* Showroom */
.vh-showroom { height: 1012px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.vh-gallery { position: relative; height: 100%; overflow: hidden; }
.vh-gallery img { position: absolute; object-fit: cover; }
.vh-gallery img:nth-child(1) { left: .7%; top: 6px; width: 47.4%; height: 300px; }
.vh-gallery img:nth-child(2) { left: 48.8%; top: 6px; width: 51.4%; height: 301px; }
.vh-gallery img:nth-child(3) { left: .7%; top: 312px; width: 35.6%; height: 200px; }
.vh-gallery img:nth-child(4) { left: 37%; top: 312px; width: 32%; height: 200px; }
.vh-gallery img:nth-child(5) { left: 69.7%; top: 312px; width: 30.5%; height: 200px; }
.vh-gallery img:nth-child(6) { left: .7%; top: 518px; width: 46.9%; height: 269px; }
.vh-gallery img:nth-child(7) { left: 48.3%; top: 518px; width: 51.9%; height: 270px; }
.vh-gallery img:nth-child(8) { left: .7%; top: 793px; width: 42.6%; height: 213px; }
.vh-gallery img:nth-child(9) { left: 44%; top: 793px; width: 30.6%; height: 213px; }
.vh-gallery img:nth-child(10) { left: 75.3%; top: 793px; width: 24.9%; height: 213px; }
.vh-showroom-copy { padding: 106px 90px 40px 90px; }
.vh-showroom-copy h2 { font-size: 50px; line-height: 50px; }
.vh-showroom-copy .vh-body-copy { margin-top: 63px; }

/* Map */
.vh-map { height: 904px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.vh-map-copy { padding: 93px 40px 40px 90px; }
.vh-map-copy h2 { display: flex; align-items: center; gap: 16px; font-size: 50px; line-height: 50px; }
.vh-map-copy h2 img { width: 53px; height: 53px; flex: 0 0 auto; }
.vh-map-copy .vh-body-copy { margin-top: 64px; max-width: 677px; }
.vh-map-visual { display: flex; align-items: center; justify-content: flex-end; }
.vh-map-visual img { width: 857px; height: auto; max-width: none; filter: drop-shadow(-10px 20px 18px rgba(0,0,0,.14)); }

/* Showcase */
.vh-showcase { height: 1443px; background: #fff; overflow: hidden; }
.vh-showcase-hero { position: relative; height: 734px; color: #fff; background: url("assets/images/showcase-background.jpg") center/cover fixed no-repeat; clip-path: polygon(0 0,100% 0,100% 79%,0 100%); }
.vh-showcase-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.68); }
.vh-showcase-copy { position: relative; z-index: 1; width: min(1413px, calc(100vw - 60px)); margin: 0 auto; padding-top: 150px; }
.vh-showcase-copy h2 { margin: 0; font-size: 50px; font-weight: 600; line-height: 50px; }
.vh-showcase-copy .vh-intro-line { margin-top: 20px; color: #fff; font-size: 36px; }
.vh-showcase-copy .vh-body-copy { margin-top: 64px; color: #fff; max-width: 1120px; }
.vh-showcase-copy .vh-body-copy strong { color: #fff; }
.vh-showcase-stage { width: min(1413px, calc(100vw - 60px)); height: 720px; margin: -49px auto 0; display: grid; grid-template-columns: 528px 1fr; gap: 15px; align-items: center; }
.vh-feature-column { position: relative; height: 580px; padding-top: 10px; }
.vh-feature-dropdown { width: 410px; display: flex; align-items: center; justify-content: space-between; padding: 15px 10px 16px; color: #333; border: 0; border-bottom: 2px solid #555; background: transparent; font-size: 22px; font-weight: 300; cursor: pointer; }
.vh-feature-menu { position: absolute; z-index: 4; top: 136px; left: 0; width: 410px; padding: 8px; display: none; background: #fff; border: 1px solid #ddd; box-shadow: 0 14px 28px rgba(0,0,0,.14); }
.vh-feature-menu.is-open { display: grid; }
.vh-feature-menu button { padding: 10px; text-align: left; border: 0; background: #fff; cursor: pointer; }
.vh-feature-menu button:hover, .vh-feature-menu button[aria-selected="true"] { color: var(--pink); }
.vh-feature-copy { margin-top: 58px; cursor: grab; touch-action: pan-y; transition: opacity .14s, transform .14s; }
.vh-feature-copy.is-dragging { cursor: grabbing; }
.vh-feature-copy.is-switching { opacity: .3; transform: translateX(-8px); }
.vh-feature-copy:focus-visible { outline: 2px solid var(--pink); outline-offset: 8px; border-radius: 2px; }
.vh-feature-icon { display: block; width: auto; height: 70px; margin: -18px 0 0; object-fit: contain; object-position: left center; }
.vh-feature-copy h3 { margin: 10px 0 0; color: #000; font-size: 36px; font-weight: 500; line-height: 36px; }
.vh-feature-copy h4 { margin: 8px 0 20px; color: #666; font-size: 22px; font-weight: 300; line-height: 1.2; }
.vh-feature-copy p { margin: 0; color: #555; font-size: 21px; font-weight: 300; line-height: 1.3; }
.vh-dots { display: flex; gap: 9px; margin: 55px auto 0; width: fit-content; }
.vh-dots button, .vh-panel-dots i { width: 8px; height: 8px; padding: 0; border: 0; background: #bbb; border-radius: 50%; }
.vh-dots button { cursor: pointer; transition: transform .18s, background .18s; }
.vh-dots button:hover, .vh-dots button:focus-visible { outline: 0; background: var(--pink); transform: scale(1.6); }
.vh-dots .is-active { background: #000; }
.vh-laptop { position: relative; width: 1029px; height: 602px; max-width: none; justify-self: start; user-select: none; touch-action: pan-y; cursor: grab; }
.vh-laptop.is-dragging { cursor: grabbing; }
.vh-laptop::after { content: ""; position: absolute; z-index: 2; inset: 0; background: url("assets/images/macbookair.svg") center/100% 100% no-repeat; pointer-events: none; }
.vh-laptop-screen { position: absolute; z-index: 1; top: 37px; left: 14%; width: 71.5%; height: 466px; overflow: hidden; background: #000; }
.vh-laptop-screen video, .vh-laptop-screen > img { width: 100%; height: 100%; object-fit: cover; transition: opacity .2s; }
.vh-laptop-screen > img { display: block; }
.vh-laptop-screen > img[hidden], .vh-laptop-screen video[hidden] { display: none; }
.vh-laptop-base { display: none; }

/* All-in-one */
.vh-all-in-one { position: relative; z-index: 0; height: 904px; color: #fff; overflow: hidden; box-shadow: 0 28px 72px rgba(11,17,24,.22); }
.vh-all-in-one::after { content: ""; position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; height: 86px; background: linear-gradient(180deg,transparent 0%,rgba(9,14,20,.08) 48%,rgba(9,14,20,.24) 100%); pointer-events: none; }
.vh-all-video, .vh-all-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .2s; }
.vh-all-image { display: block; }
.vh-all-image[hidden], .vh-all-video[hidden] { display: none; }
.vh-all-panel { position: absolute; z-index: 2; top: 138px; left: max(9.08vw, 90px); width: 700px; min-height: 540px; padding: 60px; background: rgba(20,26,32,.72); border-radius: 14px; backdrop-filter: blur(9px); box-shadow: 0 20px 40px rgba(0,0,0,.25); }
.vh-all-panel h2 { margin: 0; font-size: 36px; font-weight: 500; line-height: 1.5; }
.vh-all-panel h3 { margin: 0; font-size: 22px; font-weight: 200; }
.vh-all-panel p { margin: 16px 0; color: rgba(255,255,255,.78); font-size: 21px; font-weight: 200; line-height: 1.25; }
.vh-outline-button { min-width: 160px; height: 50px; margin-top: 10px; color: #fff; border: 2px solid #fff; border-radius: 15px; background: transparent; font-size: 21px; cursor: pointer; }
.vh-panel-dots { position: absolute; bottom: 62px; left: 50%; display: flex; gap: 12px; transform: translateX(-50%); }
.vh-panel-dots .is-active { background: #fff; }
.vh-all-tabs { position: absolute; z-index: 2; bottom: 65px; left: 50%; display: flex; padding: 0 28px; background: rgba(15,19,23,.83); border-radius: 13px; transform: translateX(-50%); }
.vh-all-tabs button { min-width: 220px; padding: 16px 15px 12px; color: #fff; border: 0; border-bottom: 2px solid transparent; background: transparent; font-size: 17px; cursor: pointer; }
.vh-all-tabs button[aria-selected="true"] { border-bottom-color: #fff; }
.vh-drone { display: none; }
.vh-drone span { display: block; padding: 8px 0 2px; font-size: 12px; }.vh-drone img { width: 42px; height: 56px; margin: auto; object-fit: contain; filter: brightness(0) invert(1); }

/* Footer */
.vh-footer { position: relative; z-index: 1; isolation: isolate; min-height: 0; margin-top: 0; padding: clamp(30px,3.2vw,46px) clamp(40px,5vw,72px) clamp(27px,2.8vw,40px); color: #fff; background: #111318 url("assets/images/background-contact.jpg") center 66% / cover no-repeat; box-shadow: 0 -22px 60px rgba(6,9,14,.22); overflow: hidden; }
.vh-footer::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 11% 18%,rgba(232,51,110,.2),transparent 25%),linear-gradient(108deg,rgba(10,12,16,.9) 0%,rgba(14,16,21,.76) 50%,rgba(16,18,23,.69) 100%); -webkit-backdrop-filter: saturate(65%); backdrop-filter: saturate(65%); pointer-events: none; }
.vh-footer::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg,rgba(255,255,255,.018),transparent 31%,rgba(5,7,10,.16) 100%); box-shadow: inset 0 1px rgba(255,255,255,.05); pointer-events: none; }
.vh-footer-shell { position: relative; z-index: 1; width: 100%; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.vh-footer-topline { padding-bottom: 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.11); }
.vh-footer-topline img { width: 205px; }
.vh-footer-topline > span { display: inline-flex; align-items: center; gap: 9px; color: #989da6; font-size: 9px; font-weight: 600; letter-spacing: .2em; }
.vh-footer-topline > span i { width: 6px; height: 6px; border-radius: 50%; background: #ff6d9e; box-shadow: 0 0 0 5px rgba(255,109,158,.1),0 0 20px rgba(232,51,110,.5); }
.vh-footer-main { padding: 34px 0 32px; display: grid; grid-template-columns: minmax(0,1.3fr) minmax(330px,.7fr); gap: 80px; align-items: end; }
.vh-footer-kicker { margin: 0 0 16px; color: #ff6d9e; font-size: 10px; font-weight: 600; letter-spacing: .2em; }
.vh-footer-lead h2 { margin: 0; color: #fff; font-size: clamp(38px,4vw,58px); font-weight: 400; line-height: 1.01; letter-spacing: -.04em; text-wrap: balance; }
.vh-footer-action { width: fit-content; max-width: 100%; padding-bottom: 3px; justify-self: end; text-align: right; }
.vh-footer-action p { margin: 0 0 24px; color: #c4c8d0; font-size: 15px; font-weight: 300; line-height: 1.55; }
.vh-footer-cta-link { position: relative; width: fit-content; min-width: 238px; min-height: 50px; margin-left: auto; padding: 0 58px 0 18px; display: flex; align-items: center; justify-content: flex-start; color: #fff; border: 1px solid rgba(255,255,255,.17); border-radius: 12px; background: rgba(255,255,255,.055); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 12px 32px rgba(0,0,0,.2); font-size: 13px; font-weight: 400; overflow: hidden; transition: border-color .25s ease,background-color .25s ease,transform .25s ease,box-shadow .25s ease; }
.vh-footer-cta-link::before { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg,transparent 10%,rgba(255,109,158,.2) 48%,transparent 72%); transform: translateX(-120%); transition: transform .55s cubic-bezier(.22,.8,.24,1); }
.vh-footer-cta-link span { position: relative; z-index: 1; }.vh-footer-cta-link::after { content: ""; position: absolute; z-index: 1; top: 50%; right: 18px; width: 24px; height: 2px; border-radius: 999px; background: #ff5d93; box-shadow: 0 0 16px rgba(232,51,110,.46); transform: translateY(-50%); transition: width .25s cubic-bezier(.22,.8,.24,1),background-color .25s ease; }
.vh-footer-cta-link:hover,.vh-footer-cta-link:focus-visible { color: #fff; border-color: rgba(255,109,158,.62); background: rgba(232,51,110,.1); box-shadow: 0 17px 38px rgba(0,0,0,.3),0 0 0 1px rgba(232,51,110,.08); transform: translateY(-2px); outline: 0; }.vh-footer-cta-link:hover::before,.vh-footer-cta-link:focus-visible::before { transform: translateX(120%); }.vh-footer-cta-link:hover::after,.vh-footer-cta-link:focus-visible::after { width: 36px; background: #ff7aa8; }
.vh-footer-meta { padding-top: 20px; display: grid; grid-template-columns: minmax(300px,1fr) auto minmax(260px,1fr); gap: 36px; align-items: end; border-top: 1px solid rgba(255,255,255,.11); }
.vh-footer-contact { display: flex; flex-direction: column; align-items: flex-start; }
.vh-footer-contact > span { margin-bottom: 7px; color: #949aa4; font-size: 9px; font-weight: 600; letter-spacing: .17em; }
.vh-footer-email { position: relative; padding-bottom: 3px; color: #fff; font-size: 19px !important; font-weight: 400 !important; letter-spacing: -.02em; }
.vh-footer-email::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: #ff4d86; box-shadow: 0 0 12px rgba(232,51,110,.3); transform: scaleX(.18); transform-origin: left; transition: transform .25s ease; }.vh-footer-email:hover,.vh-footer-email:focus-visible { color: #ff8db2; }.vh-footer-email:hover::after,.vh-footer-email:focus-visible::after { transform: scaleX(1); }
.vh-socials { display: flex; align-items: center; gap: 9px; color: #fff; }.vh-socials a { width: 38px; height: 38px; display: grid; place-items: center; color: #f4f5f7; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.045); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); transition: color .2s,transform .2s,background-color .2s,border-color .2s,box-shadow .2s; }.vh-socials a:hover { color: #fff; border-color: rgba(255,109,158,.5); background: rgba(232,51,110,.17); box-shadow: 0 9px 24px rgba(0,0,0,.22),0 0 18px rgba(232,51,110,.1); transform: translateY(-3px); }.vh-brand { font-family: "Font Awesome 5 Brands VH"; font-style: normal; font-weight: 400; font-size: 19px; line-height: 1; speak: never; }.vh-brand-instagram::before { content: "\f16d"; }.vh-brand-youtube::before { content: "\f167"; }.vh-brand-telegram::before { content: "\f2c6"; }
.vh-footer-legal { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; gap: 4px; color: #9499a2; font-size: 10px; font-weight: 300; letter-spacing: .04em; }

/* Video modal */
.vh-video-modal { position: fixed; inset: 50% auto auto 50%; width: min(1120px,calc(100vw - 40px),calc((100dvh - 40px) * 16 / 9)); max-width: none; max-height: none; aspect-ratio: 16/9; margin: 0; padding: 0; overflow: hidden; color: #fff; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: #050505; box-shadow: 0 34px 100px rgba(0,0,0,.62); transform: translate(-50%,-50%); }
.vh-video-modal::backdrop { background: rgba(3,5,8,.82); }
.vh-video-close,.vh-video-fullscreen { position: absolute; z-index: 3; top: 14px; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(8,8,8,.72); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 0 8px 24px rgba(0,0,0,.26); cursor: pointer; transition: background-color .2s ease,border-color .2s ease,transform .2s ease; }
.vh-video-close { right: 14px; padding-bottom: 3px; font-size: 30px; line-height: 1; }.vh-video-fullscreen { right: 66px; }
.vh-video-fullscreen i { width: 17px; height: 17px; display: block; background: linear-gradient(#fff,#fff) left top/7px 1.5px no-repeat,linear-gradient(#fff,#fff) left top/1.5px 7px no-repeat,linear-gradient(#fff,#fff) right top/7px 1.5px no-repeat,linear-gradient(#fff,#fff) right top/1.5px 7px no-repeat,linear-gradient(#fff,#fff) left bottom/7px 1.5px no-repeat,linear-gradient(#fff,#fff) left bottom/1.5px 7px no-repeat,linear-gradient(#fff,#fff) right bottom/7px 1.5px no-repeat,linear-gradient(#fff,#fff) right bottom/1.5px 7px no-repeat; transition: transform .2s ease; }.vh-video-fullscreen[aria-pressed="true"] i { transform: rotate(180deg) scale(.82); }
.vh-video-close:hover,.vh-video-fullscreen:hover { border-color: rgba(255,255,255,.45); background: rgba(8,8,8,.92); transform: translateY(-1px) scale(1.05); }.vh-video-close:hover { transform: rotate(4deg) scale(1.05); }.vh-video-close:focus-visible,.vh-video-fullscreen:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.vh-video-modal:fullscreen,.vh-video-modal.is-viewport-fullscreen { inset: 0; width: 100vw; height: 100vh; aspect-ratio: auto; border: 0; border-radius: 0; transform: none; }
.vh-video-frame { position: absolute; inset: 0; width: 100%; height: 100% !important; padding: 0 !important; display: block !important; background: #111; }
.vh-video-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.vh-video-fallback { position: absolute; z-index: 2; inset: 0; margin: 0; padding: 24px; place-content: center; color: #d7d7d7; background: #111; font-size: 13px; text-align: center; }.vh-video-fallback:not([hidden]) { display: grid; }.vh-video-fallback a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

/* Responsive, low-friction demonstration experience */
.vh-contact-modal { width: min(1080px,calc(100vw - 32px)); max-width: none; max-height: calc(100dvh - 32px); margin: auto; padding: 0; overflow: hidden; color: #1b1c20; border: 1px solid rgba(255,255,255,.3); border-radius: 26px; background: #fff; box-shadow: 0 38px 120px rgba(3,7,14,.38); font-family: "Roboto",Arial,sans-serif; }
.vh-contact-modal[open] { animation: vh-contact-modal-in .3s cubic-bezier(.22,.8,.24,1) both; }
.vh-contact-modal::backdrop { background: rgba(9,12,18,.72); -webkit-backdrop-filter: blur(13px) saturate(112%); backdrop-filter: blur(13px) saturate(112%); }
.vh-contact-modal-shell { position: relative; min-height: 650px; display: grid; grid-template-columns: minmax(0,.84fr) minmax(0,1.16fr); }
.vh-contact-modal-close { position: absolute; z-index: 4; top: 18px; right: 18px; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; color: #1f2125; border: 1px solid rgba(20,24,29,.1); border-radius: 50%; background: rgba(255,255,255,.8); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); cursor: pointer; transition: color .2s ease,background-color .2s ease,transform .2s ease; }
.vh-contact-modal-close span,.vh-contact-modal-close span::after { width: 16px; height: 1.5px; display: block; background: currentColor; transform: rotate(45deg); }.vh-contact-modal-close span::after { content: ""; transform: rotate(90deg); }
.vh-contact-modal-close:hover,.vh-contact-modal-close:focus-visible { color: #fff; background: #1b1d21; transform: rotate(4deg); outline: 0; }
.vh-contact-modal-story { position: relative; min-width: 0; padding: 44px 46px 38px; display: flex; flex-direction: column; color: #fff; background: radial-gradient(circle at 13% 15%,rgba(232,51,110,.27),transparent 28%),linear-gradient(145deg,#101217 0%,#1d2027 55%,#292d35 100%); overflow: hidden; }
.vh-contact-modal-story::after { content: ""; position: absolute; right: -120px; bottom: -150px; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.018),0 0 0 110px rgba(255,255,255,.012); pointer-events: none; }
.vh-contact-modal-logo { position: relative; z-index: 1; width: 174px; height: auto; }
.vh-contact-modal-message { position: relative; z-index: 1; margin: clamp(48px,7vh,72px) 0 28px; }
.vh-contact-modal-eyebrow { margin: 0 0 18px; color: #ff6d9e; font-size: 9px; font-weight: 600; letter-spacing: .22em; }
.vh-contact-modal-message h2 { max-width: 390px; margin: 0; color: #fff; font-size: clamp(35px,3.2vw,48px); font-weight: 400; line-height: 1.01; letter-spacing: -.045em; }
.vh-contact-modal-message > p:last-child { max-width: 370px; margin: 22px 0 0; color: #c7cbd2; font-size: 14px; font-weight: 300; line-height: 1.6; }
.vh-contact-modal-benefits { position: relative; z-index: 1; margin: 0 0 24px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.13); }
.vh-contact-modal-benefits li { min-height: 54px; display: grid; grid-template-columns: 35px minmax(0,1fr); grid-template-rows: auto auto; align-content: center; column-gap: 10px; border-bottom: 1px solid rgba(255,255,255,.1); }
.vh-contact-modal-benefits li > span { grid-row: 1 / 3; align-self: center; color: #ff6d9e; font-size: 9px; font-weight: 600; letter-spacing: .12em; }
.vh-contact-modal-benefits strong { color: #f6f7f8; font-size: 12px; font-weight: 500; }.vh-contact-modal-benefits small { color: #949aa4; font-size: 10px; font-weight: 300; }
.vh-contact-modal-email { position: relative; z-index: 1; width: fit-content; display: flex; flex-direction: column; gap: 4px; }
.vh-contact-modal-email small { color: #8f959e; font-size: 8px; font-weight: 600; letter-spacing: .18em; }.vh-contact-modal-email span { padding-bottom: 2px; color: #fff; border-bottom: 1px solid var(--pink); font-size: 14px; }
.vh-contact-modal-form-panel { min-width: 0; padding: 55px 55px 40px; overflow: auto; background: linear-gradient(145deg,#fff 0%,#fafbfc 100%); }
.vh-contact-modal-form-heading { max-width: 470px; margin: 0 0 27px; padding-right: 46px; }
.vh-contact-modal-form-heading p { margin: 0 0 8px; color: var(--pink); font-size: 9px; font-weight: 600; letter-spacing: .2em; }
.vh-contact-modal-form-heading h3 { margin: 0; color: #191a1e; font-size: 30px; font-weight: 400; line-height: 1.09; letter-spacing: -.035em; }
.vh-contact-modal-form-heading > span { display: block; margin-top: 7px; color: #858991; font-size: 11px; }
.vh-modal-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.vh-modal-field { min-width: 0; min-height: 66px; padding: 11px 14px 9px; display: flex; flex-direction: column; justify-content: center; gap: 3px; border: 1px solid rgba(21,25,31,.1); border-radius: 12px; background: rgba(246,247,249,.78); transition: border-color .2s ease,background-color .2s ease,box-shadow .2s ease; }
.vh-modal-field:focus-within { border-color: rgba(232,51,110,.6); background: #fff; box-shadow: 0 0 0 3px rgba(232,51,110,.08); }
.vh-modal-field > span { color: #73777f; font-size: 10px; font-weight: 500; letter-spacing: .02em; }.vh-modal-field > span small { color: #a6a9ae; font-size: 9px; font-weight: 300; }
.vh-modal-field input,.vh-modal-field select,.vh-modal-field textarea { width: 100%; min-width: 0; padding: 0; color: #202126; border: 0; outline: 0; background: transparent; font-size: 13px; line-height: 1.35; }
.vh-modal-field input { height: 24px; }.vh-modal-field select { height: 28px; cursor: pointer; }.vh-modal-field textarea { min-height: 43px; resize: vertical; }.vh-modal-field textarea::placeholder { color: #a4a8af; font-weight: 300; }
.vh-modal-field-wide { grid-column: 1 / -1; }.vh-modal-message { min-height: 84px; }
.vh-modal-bottom { min-height: 54px; padding-top: 2px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 26px; }
.vh-modal-consent { min-width: 0; min-height: 28px; display: flex; align-items: center; gap: 9px; color: #6f737a; font-size: 11px; line-height: 1.35; }
.vh-modal-consent input { appearance: none; width: 17px; height: 17px; flex: 0 0 auto; margin: 0; border: 1px solid #b9bdc3; border-radius: 5px; background: #fff; cursor: pointer; }.vh-modal-consent input:checked { border-color: var(--pink); background: var(--pink); box-shadow: inset 0 0 0 4px #fff; }
.vh-modal-form-actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.vh-modal-submit { position: relative; min-width: 188px; min-height: 48px; padding: 0 54px 0 18px; display: inline-flex; align-items: center; justify-content: flex-start; color: #fff; border: 1px solid rgba(25,26,30,.06); border-radius: 11px; background: #191a1e; box-shadow: 0 11px 25px rgba(17,18,21,.15); cursor: pointer; font-size: 12px; overflow: hidden; transition: background-color .2s ease,transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.vh-modal-submit::before { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg,transparent 12%,rgba(232,51,110,.18) 48%,transparent 76%); transform: translateX(-125%); transition: transform .5s cubic-bezier(.22,.8,.24,1); }.vh-modal-submit::after { content: ""; position: absolute; top: 50%; right: 17px; width: 23px; height: 2px; border-radius: 999px; background: var(--pink); box-shadow: 0 0 14px rgba(232,51,110,.38); transform: translateY(-50%); transition: width .24s cubic-bezier(.22,.8,.24,1); }.vh-modal-submit span { position: relative; z-index: 1; }.vh-modal-submit:hover,.vh-modal-submit:focus-visible { background: #24262b; border-color: rgba(232,51,110,.22); box-shadow: 0 16px 34px rgba(17,18,21,.2); transform: translateY(-2px); outline: 0; }.vh-modal-submit:hover::before,.vh-modal-submit:focus-visible::before { transform: translateX(125%); }.vh-modal-submit:hover::after,.vh-modal-submit:focus-visible::after { width: 34px; }
.vh-modal-form-status { margin: 0; border-radius: 8px; font-size: 11px; }
.vh-turnstile { grid-column: 1 / -1; width: 100%; max-height: 0; min-height: 0; opacity: 0; visibility: hidden; overflow: hidden; transition: max-height .2s ease,opacity .2s ease,visibility .2s ease; }.vh-turnstile.is-interactive { max-height: 76px; min-height: 65px; opacity: 1; visibility: visible; overflow: visible; }.vh-turnstile iframe { max-width: 100%; }
.vh-modal-submit:disabled,.vh-demo-submit:disabled { opacity: .62; cursor: wait; transform: none; }
@keyframes vh-contact-modal-in { from { opacity: 0; transform: translateY(20px) scale(.985); } to { opacity: 1; transform: none; } }

/* Direct demonstration form reconstructed from FormCraft data in the backup */
.vh-contact-page { color: #333; background: #fff; }
.vh-contact-page .vh-header-light { height: 72px; }
.vh-contact-page .vh-header-light .vh-header-inner { height: 72px; padding-left: 110px; }
.vh-contact-page .vh-header-light .vh-logo { width: 239px; }
.vh-contact-page .vh-header-light .vh-demo-button { color: #fff; }
.vh-contact-main { min-height: 100vh; padding: 154px 0 96px; background: #fff; }
.vh-contact-grid { width: min(1180px, calc(100vw - 60px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0,.88fr) minmax(520px,1.12fr); gap: 88px; align-items: start; }
.vh-contact-copy { padding-top: 18px; }
.vh-contact-eyebrow { margin: 0 0 16px; color: var(--pink); font-size: 12px; font-weight: 600; letter-spacing: .19em; }
.vh-contact-copy h1 { max-width: 510px; margin: 0; color: #111; font-size: clamp(46px,4.3vw,66px); font-weight: 500; line-height: .98; letter-spacing: -.04em; }
.vh-contact-introduction { max-width: 500px; margin-top: 48px; color: #555; font-size: 19px; font-weight: 300; line-height: 1.55; }
.vh-contact-copy p { margin: 0 0 20px; }.vh-contact-copy strong { color: #222; font-weight: 500; }
.vh-demo-expectations { max-width: 500px; margin: 52px 0 0; border-top: 1px solid #ddd; }
.vh-demo-expectations div { padding: 15px 0; display: grid; grid-template-columns: 42px 1fr; align-items: baseline; border-bottom: 1px solid #e3e3e3; }
.vh-demo-expectations dt { color: var(--pink); font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.vh-demo-expectations dd { margin: 0; color: #363636; font-size: 14px; }
.vh-form-panel { padding: 44px 40px 38px; border: 1px solid #e2e2e2; border-radius: 18px; background: #fff; box-shadow: 0 26px 70px rgba(20,24,29,.09); }
.vh-form-heading { margin-bottom: 34px; }
.vh-form-heading p { margin: 0 0 8px; color: var(--pink); font-size: 11px; font-weight: 600; letter-spacing: .17em; }
.vh-form-heading h2 { margin: 0; color: #171717; font-size: 27px; font-weight: 500; letter-spacing: -.02em; }
.vh-form-heading span { display: block; margin-top: 7px; color: #808080; font-size: 12px; }
.vh-contact-form { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 21px 25px; }
.vh-full { grid-column: 1 / -1; }
.vh-line-field { position: relative; min-width: 0; min-height: 51px; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 2px 6px; border-bottom: 1px solid #ccc; transition: border-color .18s ease; }
.vh-line-field:focus-within { border-bottom-color: var(--pink); }
.vh-line-field > span { color: #666; font-size: 15px; transform: translateY(27px); pointer-events: none; transition: .15s; }
.vh-line-field:focus-within > span, .vh-line-field.has-value > span { color: #777; font-size: 11px; transform: none; }
.vh-line-field small { color: #666; font-size: 11px; }
.vh-line-field input, .vh-line-field select, .vh-line-field textarea { width: 100%; padding: 7px 0 0; color: #666; border: 0; outline: 0; background: transparent; font-size: 15px; }
.vh-line-field select { appearance: auto; cursor: pointer; }
.vh-line-field.vh-message { height: 132px; justify-content: flex-start; padding-top: 16px; }.vh-message > span { transform: none; }.vh-message textarea { min-height: 96px; resize: vertical; }
.vh-contact-consent { display: flex; align-items: center; gap: 8px; color: #666; font-size: 14px; }.vh-contact-consent input { appearance: none; width: 19px; height: 19px; margin: 0; border: 1px solid #ccc; border-radius: 50%; }.vh-contact-consent input:checked { border: 5px solid #fff; background: #000; box-shadow: 0 0 0 1px #aaa; }
.vh-form-actions { display: flex; justify-content: flex-end; }.vh-form-actions .vh-demo-submit { min-width: 245px; margin-top: 3px; }
.vh-form-status { display: none; padding: 10px; font-size: 13px; }.vh-form-status.is-visible { display: block; }.vh-form-status.is-error { color: #8d231c; background: #fcebea; }.vh-form-status.is-success { color: #075b43; background: #e8f6f0; }
.vh-contact-footer { min-height: 560px; }

@keyframes mouse { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }

@media (max-width: 980px) {
  :root { --content: calc(100vw - 36px); }
  .vh-contact-modal { width: min(760px,calc(100vw - 24px)); max-height: calc(100dvh - 24px); overflow: auto; border-radius: 22px; }.vh-contact-modal-shell { min-height: 0; grid-template-columns: 1fr; }.vh-contact-modal-story { min-height: 330px; padding: 36px 36px 30px; }.vh-contact-modal-message { margin: 42px 0 24px; }.vh-contact-modal-message h2 { max-width: 570px; font-size: 39px; }.vh-contact-modal-message > p:last-child { max-width: 600px; margin-top: 14px; }.vh-contact-modal-benefits { margin-bottom: 22px; display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid rgba(255,255,255,.1); }.vh-contact-modal-benefits li { min-height: 60px; padding-right: 10px; border-bottom: 0; }.vh-contact-modal-email { display: none; }.vh-contact-modal-form-panel { padding: 40px 36px 34px; overflow: visible; }.vh-contact-modal-form-heading { margin-bottom: 24px; }
  .vh-header { height: 64px; }.vh-header-inner { height: 64px; padding: 0 18px; }.vh-logo { width: 190px; }.vh-menu-button { display: block; }
  .vh-contact-page .vh-header-light { height: 64px; }.vh-contact-page .vh-header-light .vh-header-inner { height: 64px; padding: 0 18px; }.vh-contact-page .vh-header-light .vh-logo { width: 190px; }
  .vh-nav { position: fixed; top: 64px; right: 0; bottom: 0; width: min(420px,100%); height: auto; padding: 22px 24px 30px; flex-direction: column; align-items: stretch; gap: 5px; color: #fff; background: rgba(4,6,9,.94); -webkit-backdrop-filter: blur(20px) saturate(130%); backdrop-filter: blur(20px) saturate(130%); transform: translateX(105%); transition: transform .25s; overflow: auto; }.vh-nav.is-open { transform: translateX(0); }.vh-nav-link { width: 100%; padding: 13px 0; text-align: left; border-bottom: 1px solid rgba(255,255,255,.15); }.vh-nav-divider { display: none; }.vh-nav .vh-demo-button { margin-top: 15px; }.vh-solutions { height: auto; display: block; }.vh-solutions-button { justify-content: flex-start; }.vh-solutions-panel { position: static; width: 100%; max-height: 0; margin: 0; padding: 0; color: #fff; background: transparent; border: 0; border-radius: 0; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; opacity: 1; visibility: visible; overflow: hidden; transform: none; transition: max-height .25s ease, padding .25s ease; }.vh-solutions.is-open .vh-solutions-panel { max-height: 420px; padding: 8px 0 10px; transform: none; }.vh-solutions-panel a { padding: 10px 12px; }.vh-solutions-panel strong { font-size: 16px; }.vh-solutions-panel small { color: #a7acb4; font-size: 12.5px; }.vh-solutions-panel a:hover, .vh-solutions-panel a:focus-visible { background: rgba(255,255,255,.07); }.vh-solutions-panel a:hover small, .vh-solutions-panel a:focus-visible small { color: #d5d8dc; }
  .vh-header-light .vh-menu-button { color: #000; }.vh-header-light .vh-nav { color: #fff; }
  .vh-hero { height: 760px; }.vh-hero h1 { font-size: 44px; }.vh-hero p { font-size: 20px; }.vh-play { height: 150px; }
  .vh-click-section { height: 820px; }.vh-click-copy { top: 110px; left: 40px; }.vh-click-copy h2 { font-size: 50px; }.vh-phone { width: 500px; right: -50px; top: 230px; }
  .vh-showroom { height: auto; grid-template-columns: 1fr; }.vh-gallery { height: 1050px; display: grid; grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(5,minmax(0,1fr)); gap: 5px; }.vh-gallery img { position: static; width: 100%; height: 100%; }.vh-showroom-copy { padding: 70px 45px; }
  .vh-map { height: auto; min-height: 1000px; grid-template-columns: 1fr; }.vh-map-copy { padding: 70px 45px 0; }.vh-map-visual { justify-content: center; padding: 20px; }.vh-map-visual img { width: 760px; max-width: 100%; }
  .vh-showcase { height: auto; }.vh-showcase-hero { height: 650px; }.vh-showcase-stage { height: auto; min-height: 920px; grid-template-columns: 1fr; gap: 20px; padding: 60px 30px; }.vh-feature-column { height: auto; padding: 0; }.vh-feature-dropdown { width: 100%; }.vh-feature-menu { top: 62px; width: 100%; }.vh-laptop { justify-self: center; }
  .vh-all-in-one { height: 900px; }.vh-all-panel { left: 40px; width: min(650px,calc(100vw - 80px)); }.vh-all-tabs { width: calc(100% - 80px); }.vh-all-tabs button { min-width: 0; flex: 1; }
  .vh-footer-main { grid-template-columns: minmax(0,1fr) minmax(300px,.75fr); gap: 48px; }.vh-footer-meta { grid-template-columns: 1fr auto; }.vh-footer-legal { display: none; }.vh-contact-grid { grid-template-columns: 1fr; gap: 58px; }.vh-contact-introduction { margin-top: 40px; }.vh-contact-form { width: 100%; }
}

@media (max-width: 640px) {
  .vh-contact-modal { width: calc(100vw - 14px); max-height: calc(100dvh - 14px); border-radius: 18px; }.vh-contact-modal-close { position: fixed; top: 15px; right: 15px; width: 39px; height: 39px; }.vh-contact-modal-story { min-height: 0; padding: 27px 20px 24px; }.vh-contact-modal-logo { width: 142px; }.vh-contact-modal-message { margin: 30px 0 18px; }.vh-contact-modal-eyebrow { margin-bottom: 12px; font-size: 8px; }.vh-contact-modal-message h2 { font-size: 31px; line-height: 1.02; }.vh-contact-modal-message > p:last-child { margin-top: 13px; font-size: 12px; line-height: 1.5; }.vh-contact-modal-benefits { grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0; padding-top: 7px; gap: 8px; }.vh-contact-modal-benefits li { min-height: 56px; padding: 7px 0 5px; display: flex; align-items: flex-start; flex-direction: column; gap: 2px; border-bottom: 0; }.vh-contact-modal-benefits li > span { align-self: flex-start; font-size: 8px; }.vh-contact-modal-benefits strong { font-size: 10px; line-height: 1.2; }.vh-contact-modal-benefits small { display: none; }.vh-contact-modal-form-panel { padding: 28px 20px 25px; }.vh-contact-modal-form-heading { padding-right: 30px; }.vh-contact-modal-form-heading h3 { font-size: 25px; }.vh-modal-form { grid-template-columns: 1fr; gap: 10px; }.vh-modal-field-wide { grid-column: 1; }.vh-modal-bottom { grid-template-columns: 1fr; align-items: stretch; gap: 12px; }.vh-modal-form-actions { align-items: stretch; flex-direction: column; }.vh-modal-submit { width: 100%; }.vh-modal-field { min-height: 61px; }
  .vh-hero { height: 720px; }.vh-hero-content { padding: 0 18px; }.vh-play { width: 200px; height: 132px; }.vh-play span { letter-spacing: 4px; }.vh-play:hover span { letter-spacing: 4.5px; }.vh-play i { width: 90px; height: 90px; }.vh-hero h1 { font-size: 34px; }.vh-hero h1 br, .vh-hero p br { display: none; }.vh-hero p { font-size: 18px; }.vh-white-button { margin-top: 45px; }
  .vh-click-section { height: 780px; }.vh-click-copy { top: 80px; left: 24px; }.vh-click-copy h2 { font-size: 39px; }.vh-phone { width: 420px; right: -85px; top: 260px; }.vh-watermark { width: 180%; left: -40%; }
  .vh-gallery { height: 840px; grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(5,minmax(0,1fr)); }.vh-gallery img { grid-column: span 1 !important; }.vh-showroom-copy, .vh-map-copy { padding: 60px 24px; }.vh-copy-block h2, .vh-map-copy h2 { font-size: 36px; }.vh-intro-line { font-size: 27px; }.vh-body-copy { font-size: 20px; }.vh-showroom-copy .vh-body-copy, .vh-map-copy .vh-body-copy { margin-top: 45px; }
  .vh-showcase-hero { height: 720px; background-attachment: scroll; clip-path: polygon(0 0,100% 0,100% 94%,0 100%); }.vh-showcase-copy { padding: 70px 24px 0; }.vh-showcase-copy h2 { font-size: 38px; }.vh-showcase-copy .vh-intro-line { font-size: 26px; }.vh-showcase-stage { min-height: 800px; width: 100%; padding: 45px 24px; }.vh-feature-copy h3 { font-size: 30px; }.vh-laptop::before { height: 260px; border-width: 9px; border-bottom-width: 18px; }.vh-laptop-screen { top: 10px; height: 238px; }.vh-laptop-base { height: 15px; }
  .vh-all-in-one { height: 930px; }.vh-all-panel { top: 60px; left: 20px; width: calc(100vw - 40px); padding: 35px 28px; min-height: 580px; }.vh-all-panel h2 { font-size: 29px; }.vh-all-panel h3 { font-size: 19px; }.vh-all-panel p { font-size: 18px; }.vh-all-tabs { bottom: 70px; width: calc(100% - 25px); padding: 0 8px; }.vh-all-tabs button { padding: 12px 5px; font-size: 13px; }.vh-drone { display: none; }
  .vh-footer { min-height: 0; margin-top: 0; padding: 24px 20px 22px; box-shadow: 0 -16px 44px rgba(21,29,39,.1); }.vh-footer-shell { width: 100%; padding: 0; }.vh-footer-topline { padding-bottom: 18px; }.vh-footer-topline img { width: 165px; }.vh-footer-topline > span { font-size: 7px; letter-spacing: .14em; }.vh-footer-main { padding: 30px 0 28px; grid-template-columns: 1fr; gap: 28px; }.vh-footer-lead h2 { font-size: 36px; line-height: 1.04; }.vh-footer-action { width: 100%; justify-self: stretch; text-align: right; }.vh-footer-action p br,.vh-footer-lead h2 br { display: none; }.vh-footer-cta-link { min-width: 0; width: fit-content; margin-left: auto; }.vh-footer-meta { grid-template-columns: 1fr 1fr; gap: 20px 18px; padding-top: 18px; }.vh-footer-contact { grid-column: 1; grid-row: 1; }.vh-footer-legal { grid-column: 2; grid-row: 1; display: flex; align-self: end; font-size: 8px; }.vh-socials { grid-column: 1 / -1; grid-row: 2; justify-self: center; gap: 6px; }.vh-footer-email { font-size: 17px !important; }.vh-footer-contact > span { font-size: 8px; }.vh-socials a { width: 34px; height: 34px; border-radius: 10px; }.vh-brand { font-size: 17px; }
  .vh-contact-main { padding: 112px 0 70px; }.vh-contact-grid { width: calc(100vw - 28px); gap: 44px; }.vh-contact-copy h1 { font-size: 43px; }.vh-contact-introduction { margin-top: 34px; font-size: 17px; }.vh-demo-expectations { margin-top: 38px; }.vh-form-panel { padding: 32px 20px; border-radius: 14px; }.vh-contact-form { grid-template-columns: 1fr; }.vh-contact-form .vh-full { grid-column: 1; }.vh-form-actions .vh-demo-submit { width: 100%; }.vh-contact-footer { min-height: 0; }
}

@media (max-width: 980px) {
  .vh-laptop { width: 100%; height: auto; max-width: 1029px; aspect-ratio: 1029 / 602; }
  .vh-laptop-screen { top: 6.15%; height: 77.4%; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
