/*=== MEDIA QUERY ===*/
@font-face {
  font-family: 'bebas_neue_regular';
  src: url("../fonts/bebasneue_regular-webfont.woff2") format("woff2"), url("../fonts/bebasneue_regular-webfont.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'vl_sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/prompt-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'vl_sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/noto-sans-thai-thai.woff2") format("woff2");
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC; }

@font-face {
  font-family: 'vl_sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/prompt-latin-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'vl_sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/noto-sans-thai-thai.woff2") format("woff2");
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC; }

@font-face {
  font-family: 'vl_sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/prompt-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'vl_sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/noto-sans-thai-thai.woff2") format("woff2");
  unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC; }

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

body {
  background: #840d0d;
  color: #fff;
  font-family: "vl_sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }

:root {
  --vl-reading-bg: #ffffff;
  --vl-reading-text: #0b0d12;
  --vl-reading-muted: rgba(11, 13, 18, 0.68);
  --vl-reading-border: rgba(11, 13, 18, 0.14);
  --vl-reading-surface: rgba(11, 13, 18, 0.035);
  --vl-reading-accent: #ff0000;
  --vl-reading-code-bg: #f3f4f7;
  --vl-reading-code-border: rgba(11, 13, 18, 0.14); }

:root[data-vl-theme='dark'] {
  --vl-reading-bg: #070812;
  --vl-reading-text: rgba(255, 255, 255, 0.92);
  --vl-reading-muted: rgba(255, 255, 255, 0.7);
  --vl-reading-border: rgba(255, 255, 255, 0.14);
  --vl-reading-surface: rgba(255, 255, 255, 0.06);
  --vl-reading-accent: #ff0000;
  --vl-reading-code-bg: rgba(0, 0, 0, 0.55);
  --vl-reading-code-border: rgba(255, 255, 255, 0.14); }

.vl-container-wide {
  max-width: 1480px; }

p {
  font-family: inherit;
  letter-spacing: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "bebas_neue_regular", "vl_sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.55), 0 1px 0 rgba(0, 0, 0, 0.35); }

.vl-icon-btn {
  appearance: none;
  border: 1px solid var(--vl-reading-border);
  background: var(--vl-reading-bg);
  color: var(--vl-reading-text);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease; }
  .vl-icon-btn i {
    font-size: 16px;
    line-height: 1; }
  .vl-icon-btn:hover, .vl-icon-btn:focus {
    border-color: var(--vl-reading-accent);
    background: var(--vl-reading-surface);
    outline: none; }

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #120000;
  cursor: pointer;
  position: relative;
  padding: 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.15s ease; }

.button::before,
.button::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: calc(50% - 5px);
  border: 1px solid #7d8082;
  transition: all 0.15s ease; }

.button::before {
  top: 0;
  border-bottom-width: 0; }

.button::after {
  bottom: 0;
  border-top-width: 0; }

.button:active,
.button:focus {
  outline: none; }

.button:active::before,
.button:active::after {
  right: 3px;
  left: 3px; }

.button:active::before {
  top: 3px; }

.button:active::after {
  bottom: 3px; }

.button_lg {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #fff;
  background-color: #120000;
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent; }

.button_lg::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #120000; }

.button_lg::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  background-color: #120000;
  transition: all 0.2s ease; }

.button_sl {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: #ff0000;
  transform: skew(-15deg);
  transition: all 0.2s ease; }

.button_text {
  position: relative; }

.button:hover {
  color: #0f1923; }

.button:hover .button_sl {
  width: calc(100% + 15px); }

.button:hover .button_lg::after {
  background-color: #fff; }

a.button {
  text-decoration: none;
  display: inline-block; }

a.button:hover,
a.button:focus {
  text-decoration: none; }

.hero-slider .content > a.button {
  margin-bottom: 0; }

.nav-section .navbar-nav a.button.vl-nav-cta {
  margin-bottom: 0; }

@media (min-width: 992px) {
  .nav-section .navbar {
    align-items: center; }
  .nav-section .navbar-brand {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0; }
  .nav-section #main-nav .navbar-nav {
    align-items: center; }
  .nav-section #main-nav .navbar-nav .nav-item {
    display: flex;
    align-items: center; }
  .nav-section #main-nav .navbar-nav .nav-link,
  .nav-section #main-nav .navbar-nav .dropdown-toggle {
    display: flex;
    align-items: center; }
  .nav-section .navbar-nav a.button.vl-nav-cta {
    align-self: center; } }

.nav-section {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 3000;
  overflow: visible; }

.nav-section #main-nav .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.78); }
  .nav-section #main-nav .navbar-nav .nav-link:hover, .nav-section #main-nav .navbar-nav .nav-link:focus {
    color: #ff0000; }

.nav-section #main-nav .navbar-nav .nav-item.active > .nav-link {
  color: #ff0000; }

.nav-section #main-nav .navbar-nav .dropdown-toggle {
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  line-height: inherit;
  border: 0;
  background: transparent; }

.navbar-nav .dropdown-menu {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 10px 0;
  min-width: 240px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18); }

.navbar-nav .dropdown-item {
  color: rgba(0, 0, 0, 0.86);
  letter-spacing: 1px;
  padding: 10px 18px; }
  .navbar-nav .dropdown-item:hover, .navbar-nav .dropdown-item:focus {
    background: rgba(255, 0, 0, 0.08);
    color: #000; }
  .navbar-nav .dropdown-item.active {
    background: #ff0000;
    color: #fff; }

.preloader {
  background: #840d0d; }

.mission .bg::before,
.products .bg::before {
  top: 0;
  left: 0;
  z-index: 1;
  background: #120000;
  opacity: 0.85; }

.mission .bg::before {
  opacity: 0.7; }

/* -------------------------------------------------------------------------- */
/* Homepage background pattern                                                 */
/* -------------------------------------------------------------------------- */
.vl-homepage-pattern {
  position: relative;
  overflow: hidden; }

.vl-homepage-pattern > .dividers {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: 1;
  pointer-events: none;
  width: 1170px;
  align-items: stretch; }

.vl-homepage-pattern > .dividers .divider {
  height: 100%; }

.vl-homepage-pattern > .left-shape,
.vl-homepage-pattern > .right-shape {
  position: absolute;
  pointer-events: none;
  z-index: 0; }

.vl-homepage-pattern > .left-shape {
  top: -12%;
  left: 0; }

.vl-homepage-pattern > .right-shape {
  top: -22%;
  right: 0; }

.vl-homepage-pattern > .section,
.vl-homepage-pattern > section {
  position: relative;
  z-index: 2; }

.vl-howwework-matrix {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0.2;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(32px, 1fr));
  grid-auto-rows: 32px;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.14);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  justify-content: center;
  align-content: center;
  -webkit-mask-image: radial-gradient(circle at 50% 35%, #000 0%, #000 55%, transparent 100%);
  mask-image: radial-gradient(circle at 50% 35%, #000 0%, #000 55%, transparent 100%); }

.vl-howwework-matrix::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0.06) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 160px);
  background-size: auto, 320px 100%;
  background-position: 0 0, 0 0;
  animation: vl-hero-lines-drift 16s linear infinite; }

.vl-howwework-matrix > span {
  position: relative;
  z-index: 2;
  text-align: center;
  user-select: none;
  line-height: 1;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.12);
  transition: color 0.5s, text-shadow 0.5s; }

.vl-howwework-matrix > span:nth-child(19n + 2) {
  animation: vl-matrix-pulse 3.5s ease-in-out infinite 0.2s; }

.vl-howwework-matrix > span:nth-child(29n + 1) {
  animation: vl-matrix-pulse 4.1s ease-in-out infinite 0.7s; }

.vl-howwework-matrix > span:nth-child(11n) {
  color: rgba(255, 255, 255, 0.22);
  animation: vl-matrix-pulse 2.9s ease-in-out infinite 1.1s; }

.vl-howwework-matrix > span:nth-child(37n + 10) {
  animation: vl-matrix-pulse 5.3s ease-in-out infinite 1.5s; }

.vl-howwework-matrix > span:nth-child(41n + 1) {
  animation: vl-matrix-pulse 3.9s ease-in-out infinite 0.4s; }

.vl-howwework-matrix > span:nth-child(17n + 9) {
  animation: vl-matrix-pulse 2.8s ease-in-out infinite 0.9s; }

.vl-howwework-matrix > span:nth-child(23n + 18) {
  animation: vl-matrix-pulse 4.3s ease-in-out infinite 1.3s; }

.vl-howwework-matrix > span:nth-child(31n + 4) {
  animation: vl-matrix-pulse 5.6s ease-in-out infinite 0.1s; }

.vl-howwework-matrix > span:nth-child(43n + 20) {
  animation: vl-matrix-pulse 3.6s ease-in-out infinite 1.8s; }

.vl-howwework-matrix > span:nth-child(13n + 6) {
  animation: vl-matrix-pulse 3.2s ease-in-out infinite 1.2s; }

.vl-howwework-matrix > span:nth-child(53n + 5) {
  animation: vl-matrix-pulse 4.9s ease-in-out infinite 0.5s; }

.vl-howwework-matrix > span:nth-child(47n + 15) {
  animation: vl-matrix-pulse 5.9s ease-in-out infinite 1s; }

@keyframes vl-matrix-pulse {
  0%,
  100% {
    color: rgba(255, 255, 255, 0.14);
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.12); }
  35% {
    color: rgba(255, 255, 255, 0.55);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.22), 0 0 14px rgba(255, 255, 255, 0.16); }
  55% {
    color: rgba(255, 0, 0, 0.62);
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.3), 0 0 16px rgba(255, 0, 0, 0.22); }
  75% {
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.22), 0 0 18px rgba(255, 255, 255, 0.18); } }

/* -------------------------------------------------------------------------- */
/* Matrix background (reusable)                                                */
/* -------------------------------------------------------------------------- */
.vl-matrix-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #05050a;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
  grid-auto-rows: 40px;
  width: 100%;
  height: 100%;
  min-width: 1920px;
  min-height: 1080px;
  font-size: 32px;
  color: rgba(0, 150, 255, 0.4);
  font-family: 'Courier New', Courier, monospace;
  justify-content: center;
  align-content: start;
  contain: layout paint; }

.vl-matrix-bg > span {
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 150, 255, 0.5);
  user-select: none;
  transition: color 0.5s, text-shadow 0.5s;
  line-height: 1; }

.vl-matrix-bg > span:nth-child(19n + 2) {
  animation: vl-matrix-bg-pulse 3.5s ease-in-out infinite 0.2s; }

.vl-matrix-bg > span:nth-child(29n + 1) {
  animation: vl-matrix-bg-pulse 4.1s ease-in-out infinite 0.7s; }

.vl-matrix-bg > span:nth-child(11n) {
  color: rgba(100, 200, 255, 0.7);
  animation: vl-matrix-bg-pulse 2.9s ease-in-out infinite 1.1s; }

.vl-matrix-bg > span:nth-child(37n + 10) {
  animation: vl-matrix-bg-pulse 5.3s ease-in-out infinite 1.5s; }

.vl-matrix-bg > span:nth-child(41n + 1) {
  animation: vl-matrix-bg-pulse 3.9s ease-in-out infinite 0.4s; }

.vl-matrix-bg > span:nth-child(17n + 9) {
  animation: vl-matrix-bg-pulse 2.8s ease-in-out infinite 0.9s; }

.vl-matrix-bg > span:nth-child(23n + 18) {
  animation: vl-matrix-bg-pulse 4.3s ease-in-out infinite 1.3s; }

.vl-matrix-bg > span:nth-child(31n + 4) {
  animation: vl-matrix-bg-pulse 5.6s ease-in-out infinite 0.1s; }

.vl-matrix-bg > span:nth-child(43n + 20) {
  animation: vl-matrix-bg-pulse 3.6s ease-in-out infinite 1.8s; }

.vl-matrix-bg > span:nth-child(13n + 6) {
  animation: vl-matrix-bg-pulse 3.2s ease-in-out infinite 1.2s; }

.vl-matrix-bg > span:nth-child(53n + 5) {
  animation: vl-matrix-bg-pulse 4.9s ease-in-out infinite 0.5s; }

.vl-matrix-bg > span:nth-child(47n + 15) {
  animation: vl-matrix-bg-pulse 5.9s ease-in-out infinite 1s; }

@keyframes vl-matrix-bg-pulse {
  0%,
  100% {
    color: rgba(0, 150, 255, 0.4);
    text-shadow: 0 0 5px rgba(0, 150, 255, 0.5); }
  30% {
    color: #64c8ff;
    text-shadow: 0 0 10px #64c8ff, 0 0 15px #64c8ff; }
  50% {
    color: hotpink;
    text-shadow: 0 0 10px hotpink, 0 0 15px hotpink; }
  70% {
    color: #ffffff;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff; } }

@media (prefers-reduced-motion: reduce) {
  .vl-matrix-bg > span {
    animation: none !important; } }

.mission .container {
  position: relative;
  z-index: 4; }

.mission .section-title,
.mission .mission-content,
.mission .right-shape {
  z-index: 4; }

.vision-item .image:after {
  background: #120000; }

.image-reveal {
  overflow: hidden; }
  .image-reveal img {
    display: block;
    position: relative;
    z-index: 0;
    filter: grayscale(0.2) contrast(1.05) brightness(0.96); }
  .image-reveal::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: none;
    opacity: 0.95;
    background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 140px);
    background-size: auto, 280px 100%;
    background-position: 0 0, 0 0;
    animation: vl-hero-lines-drift 14s linear infinite;
    pointer-events: none;
    z-index: 1; }
  .image-reveal::after {
    background: #120000; }
  .image-reveal i {
    z-index: 3; }

.hero-slider-wrapper .item {
  overflow: visible; }
  .hero-slider-wrapper .item .item-image::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: none;
    opacity: 0.95;
    background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 140px);
    background-size: auto, 280px 100%;
    background-position: 0 0, 0 0;
    animation: vl-hero-lines-drift 14s linear infinite; }

@media (min-width: 1201px) {
  .hero-slider-wrapper .item .content h3 {
    margin-bottom: 56px; } }

@keyframes vl-hero-lines-drift {
  from {
    background-position: 0 0, 0 0; }
  to {
    background-position: 0 0, 280px 0; } }

.product-slider-wrapper .product-item {
  aspect-ratio: 13 / 18; }
  .product-slider-wrapper .product-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: none;
    opacity: 0.95;
    background-image: linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 140px);
    background-size: auto, 280px 100%;
    background-position: 0 0, 0 0;
    animation: vl-hero-lines-drift 14s linear infinite;
    pointer-events: none;
    z-index: 1; }
  .product-slider-wrapper .product-item > picture,
  .product-slider-wrapper .product-item > img {
    display: block;
    position: relative;
    z-index: 0;
    filter: grayscale(0.2) contrast(1.05) brightness(0.96);
    width: 100%;
    height: 100%; }
  .product-slider-wrapper .product-item > img {
    object-fit: cover;
    object-position: center; }
  .product-slider-wrapper .product-item > picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .product-slider-wrapper .product-item .overlay {
    z-index: 2; }

.reveal-text {
  white-space: normal; }

.rev {
  display: inline-block;
  transition: clip-path 720ms cubic-bezier(0.2, 0.9, 0.2, 1);
  clip-path: inset(0 100% 0 0); }

.rev.reveal-text {
  clip-path: inset(0 0 0 0); }

.hero-slider-wrapper .item .content h1 {
  font-weight: 600;
  font-size: 80px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 20px; }
  .hero-slider-wrapper .item .content h1 span {
    clip-path: inset(0 100% 0 0); }
  @media (max-width: 1200px) {
    .hero-slider-wrapper .item .content h1 {
      font-size: 60px;
      line-height: 70px;
      letter-spacing: 1px; } }
  @media (max-width: 767px) {
    .hero-slider-wrapper .item .content h1 {
      font-size: 35px;
      line-height: 40px; } }
.vl-page-title {
  padding: 120px 0 80px; }
  @media (max-width: 991px) {
    .vl-page-title {
      padding: 90px 0 60px; } }
.vl-page-title__label {
  position: static;
  transform: none;
  margin-bottom: 18px; }
  .vl-page-title__label span {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.82);
    letter-spacing: 10px;
    text-transform: uppercase; }

.vl-page-title__title {
  margin: 0 0 18px;
  font-size: 58px;
  line-height: 1.05; }
  @media (max-width: 991px) {
    .vl-page-title__title {
      font-size: 42px; } }
.vl-page-title__description {
  margin: 0;
  max-width: 44rem;
  opacity: 0.9; }

.vl-page-title__image {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  padding: 12px;
  overflow: hidden;
  aspect-ratio: 3 / 2; }
  .vl-page-title__image picture,
  .vl-page-title__image img {
    display: block;
    width: 100%;
    height: 100%; }
  .vl-page-title__image img {
    object-fit: cover;
    object-position: center; }

/* -------------------------------------------------------------------------- */
/* Contact (full-bleed hero)                                                   */
/* -------------------------------------------------------------------------- */
.vl-contact-hero {
  position: relative;
  padding: 150px 0 110px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .vl-contact-hero {
      padding: 110px 0 80px; } }
.vl-contact-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(11, 10, 10, 0.92) 0%, rgba(11, 10, 10, 0.72) 46%, rgba(11, 10, 10, 0.46) 100%); }

.vl-contact-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0; }
  .vl-contact-hero__bg picture,
  .vl-contact-hero__bg img {
    display: block;
    width: 100%;
    height: 100%; }
  .vl-contact-hero__bg img {
    object-fit: cover;
    object-position: center; }

.vl-contact-hero .container {
  position: relative;
  z-index: 2; }

.vl-contact-hero__content {
  max-width: 46rem; }

.vl-contact-hero__label span {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 10px;
  text-transform: uppercase; }

.vl-contact-hero__title {
  margin: 0 0 18px;
  font-size: 58px;
  line-height: 1.05; }
  @media (max-width: 991px) {
    .vl-contact-hero__title {
      font-size: 42px; } }
.vl-contact-hero__description {
  margin: 0;
  max-width: 44rem;
  opacity: 0.9; }

.vl-prose {
  max-width: 62rem; }
  .vl-prose h2,
  .vl-prose h3,
  .vl-prose h4 {
    margin-top: 46px;
    margin-bottom: 18px;
    letter-spacing: 1px;
    text-transform: none; }
  .vl-prose h2 {
    font-size: 38px; }
    @media (max-width: 991px) {
      .vl-prose h2 {
        font-size: 30px; } }
  .vl-prose h3 {
    font-size: 26px; }
  .vl-prose p,
  .vl-prose li {
    font-family: inherit;
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: 0;
    text-transform: none; }
    @media (max-width: 991px) {
      .vl-prose p,
      .vl-prose li {
        font-size: 16px; } }
  .vl-prose ul,
  .vl-prose ol {
    padding-left: 1.25rem; }
  .vl-prose table {
    width: 100%;
    border-collapse: collapse;
    margin: 26px 0; }
  .vl-prose th,
  .vl-prose td {
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 12px 14px;
    vertical-align: top; }
  .vl-prose th {
    font-family: "bebas_neue_regular", "vl_sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.04); }

.vl-service-lead__prose,
.vl-content-slice .vl-prose,
.vl-contact-lead .vl-prose {
  max-width: none; }

.vl-contact__form .vl-consultation {
  margin-top: 0; }

.vl-toc {
  margin-top: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  padding: 20px 18px;
  max-width: 42rem; }

.vl-toc__title {
  margin: 0 0 14px;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.vl-toc #TableOfContents ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }

.vl-toc #TableOfContents ul ul {
  margin-top: 8px;
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.12); }

.vl-toc #TableOfContents li {
  margin: 8px 0; }

.vl-toc #TableOfContents a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  letter-spacing: 1px; }
  .vl-toc #TableOfContents a:hover, .vl-toc #TableOfContents a:focus {
    color: #fff;
    text-decoration: underline; }

.vl-faq {
  margin-top: 48px;
  max-width: 62rem; }

.vl-faq__item {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  padding: 18px 18px 16px;
  margin-bottom: 16px; }

.vl-faq__question {
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: 1px; }

.vl-content-slice {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.vl-content-slice--alt {
  background: rgba(255, 255, 255, 0.02); }

.vl-service-lead__image,
.vl-services-lead__image,
.vl-content-slice__image,
.vl-service-contact__image,
.vl-contact-lead__image {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  padding: 12px;
  overflow: hidden;
  aspect-ratio: 3 / 2; }
  .vl-service-lead__image img,
  .vl-services-lead__image img,
  .vl-content-slice__image img,
  .vl-service-contact__image img,
  .vl-contact-lead__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.vl-faq__answer {
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 1px; }

.vl-card {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(11, 10, 10, 0.62);
  display: flex;
  flex-direction: column;
  overflow: hidden; }

.vl-card__image {
  aspect-ratio: 13 / 18; }
  .vl-card__image picture,
  .vl-card__image img {
    display: block;
    width: 100%;
    height: 100%; }
  .vl-card__image a {
    display: block;
    height: 100%; }
  .vl-card__image img {
    display: block;
    object-fit: cover;
    object-position: center; }

.vl-card__body {
  padding: 22px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1; }

.vl-card__title {
  margin: 0;
  font-size: 22px;
  letter-spacing: 1px; }
  .vl-card__title a {
    color: #fff;
    text-decoration: none; }
    .vl-card__title a:hover, .vl-card__title a:focus {
      color: #ff0000; }

.vl-card__meta {
  margin: 0;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7); }
  .vl-card__meta a {
    color: rgba(255, 255, 255, 0.85); }
    .vl-card__meta a:hover, .vl-card__meta a:focus {
      color: #fff;
      text-decoration: underline; }

.vl-card__excerpt {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.6; }

.vl-card__cta {
  margin-top: auto;
  align-self: flex-start; }

.vl-insights-intro,
.vl-insights-feed,
.vl-insights-paths {
  position: relative;
  overflow: hidden; }
  .vl-insights-intro > .container,
  .vl-insights-feed > .container,
  .vl-insights-paths > .container {
    position: relative;
    z-index: 2; }

.vl-insights-intro__bg,
.vl-insights-feed__bg,
.vl-insights-paths__bg {
  position: absolute;
  inset: -1px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.95;
  background-image: linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 140px);
  background-size: auto, 280px 100%;
  background-position: 0 0, 0 0;
  animation: vl-hero-lines-drift 16s linear infinite; }

.vl-insights-intro__bg::after,
.vl-insights-feed__bg::after,
.vl-insights-paths__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(700px circle at 18% 22%, rgba(255, 0, 0, 0.22), transparent 60%), radial-gradient(520px circle at 82% 18%, rgba(255, 255, 255, 0.08), transparent 60%), radial-gradient(680px circle at 72% 78%, rgba(255, 0, 0, 0.14), transparent 62%);
  opacity: 0.9;
  mix-blend-mode: screen; }

.vl-insights-intro__copy {
  max-width: 720px; }

.vl-insights-intro__kicker {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px; }

.vl-insights-intro__title {
  margin: 0 0 18px;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: 2px; }

.vl-insights-feed__title {
  font-size: clamp(34px, 3.6vw, 48px);
  line-height: 1.06; }

.vl-insights-intro__lead {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 1px; }

.vl-insights-intro__actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px; }

.vl-insights-intro__secondary {
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.22); }
  .vl-insights-intro__secondary:hover, .vl-insights-intro__secondary:focus {
    background: rgba(0, 0, 0, 0.35);
    border-color: rgba(255, 255, 255, 0.35);
    text-decoration: none; }

.vl-insights-intro__panel {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.35);
  padding: 26px 22px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35); }

.vl-insights-intro__media {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.35);
  padding: 12px;
  margin-bottom: 18px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35); }
  .vl-insights-intro__media img {
    width: 100%;
    height: auto;
    display: block; }

.vl-insights-intro__panel-kicker {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 14px; }

.vl-insights-intro__panel-title {
  margin: 0 0 14px;
  font-size: 30px;
  letter-spacing: 2px; }

.vl-insights-intro__panel-body {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  letter-spacing: 1px; }

.vl-insights-intro__card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.25);
  padding: 22px 18px; }

.vl-insights-intro__card-title {
  margin: 0 0 10px;
  font-size: 22px; }

.vl-insights-intro__card-body {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6; }

.vl-insights-tags {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.vl-insights-tags__chip {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.88);
  padding: 10px 14px;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease; }
  .vl-insights-tags__chip:hover, .vl-insights-tags__chip:focus {
    background: rgba(0, 0, 0, 0.35);
    border-color: rgba(255, 255, 255, 0.38); }
  .vl-insights-tags__chip.is-active {
    background: rgba(255, 0, 0, 0.45);
    border-color: rgba(255, 0, 0, 0.7);
    color: #fff; }

.vl-insights-item.is-hidden {
  display: none !important; }

.vl-insights-grid.is-empty {
  display: none; }

.vl-insights-stack {
  display: flex;
  flex-direction: column;
  gap: 18px; }

.vl-insights-post--featured .vl-card__title {
  font-size: 28px; }

.vl-insights-post--featured .vl-card__excerpt {
  font-size: 17px; }

.vl-insights-card__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap; }

.vl-insights-card__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end; }

.vl-insights-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.2);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82); }

.vl-insights-empty {
  margin-top: 22px;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.25);
  padding: 22px 18px; }

.vl-insights-empty__title {
  margin: 0 0 6px;
  font-size: 20px; }

.vl-insights-empty__body {
  margin: 0;
  color: rgba(255, 255, 255, 0.8); }

.vl-insights-paths__card {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.3);
  padding: 22px 18px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28); }

.vl-insights-paths__title {
  margin: 0 0 10px;
  font-size: 24px; }

.vl-insights-paths__body {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  letter-spacing: 1px; }

.vl-article__meta {
  margin: 0 0 20px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7); }
  .vl-article__meta a {
    color: rgba(255, 255, 255, 0.85); }

.vl-article__image {
  margin: 0 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  padding: 12px; }
  .vl-article__image img {
    width: 100%;
    height: auto;
    display: block; }

.vl-markdown-image {
  margin: 26px 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  padding: 12px; }
  .vl-markdown-image img {
    width: 100%;
    height: auto;
    display: block; }

.vl-echart-embed {
  margin: 30px 0; }

.vl-echart-embed__surface {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)), radial-gradient(circle at top left, rgba(255, 0, 0, 0.12), transparent 48%), rgba(7, 18, 29, 0.9);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28); }

.vl-echart-embed__canvas {
  width: 100%;
  min-height: 420px;
  border-radius: 18px;
  overflow: hidden;
  background: #f5f1eb; }

.vl-echart-embed__fallback-image {
  width: 100%;
  height: auto;
  display: block; }

.vl-echart-embed__caption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6; }

.vl-article__author {
  margin-top: 48px; }

.vl-article-page {
  position: relative;
  background: radial-gradient(1000px circle at 18% 12%, rgba(255, 0, 0, 0.1), transparent 60%), radial-gradient(900px circle at 70% 22%, rgba(255, 255, 255, 0.06), transparent 62%), radial-gradient(800px circle at 85% 85%, rgba(255, 0, 0, 0.08), transparent 60%), linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.12)); }

.vl-article-hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  place-items: end start;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }

.vl-article-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden; }
  .vl-article-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .vl-article-hero__bg::after {
    background: rgba(0, 0, 0, 0.72); }

.vl-article-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 110px 0 80px; }
  .vl-article-hero__content::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.68) 45%, rgba(0, 0, 0, 0.18) 100%), radial-gradient(900px circle at 26% 22%, rgba(0, 0, 0, 0.55), transparent 62%), radial-gradient(820px circle at 30% 78%, rgba(255, 0, 0, 0.12), transparent 62%), linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.16) 60%, rgba(0, 0, 0, 0.86) 100%); }
  .vl-article-hero__content > .container {
    position: relative;
    z-index: 2; }

.vl-article-hero__kicker {
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 18px; }

.vl-article-hero__title {
  margin: 0 0 18px;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: 2px;
  max-width: 1000px; }

.vl-article-hero__deck {
  margin: 0 0 18px;
  max-width: 900px;
  font-size: 20px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 1px; }

.vl-article-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px; }
  .vl-article-hero__meta a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none; }
    .vl-article-hero__meta a:hover, .vl-article-hero__meta a:focus {
      text-decoration: underline; }

.vl-article-hero__meta-sep {
  opacity: 0.6; }

.vl-article-hero__tags {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.vl-article-hero__tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.28);
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.vl-article-hero__share {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.vl-share-btn {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.28);
  color: rgba(255, 255, 255, 0.9);
  padding: 10px 14px;
  border-radius: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  transition: background-color 0.15s ease, border-color 0.15s ease; }
  .vl-share-btn:hover, .vl-share-btn:focus {
    background: rgba(0, 0, 0, 0.42);
    border-color: rgba(255, 255, 255, 0.35);
    text-decoration: none; }

button.vl-share-btn {
  cursor: pointer; }

.vl-article-shell {
  position: relative;
  padding: 70px 0 90px; }

.vl-article-body {
  max-width: 860px;
  margin: 0 auto; }

.vl-article-prose {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.22);
  padding: 34px 30px;
  box-shadow: 0 50px 120px rgba(0, 0, 0, 0.35); }
  @media (max-width: 767px) {
    .vl-article-prose {
      padding: 24px 18px; } }
.vl-article-page .vl-prose {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.2px; }
  .vl-article-page .vl-prose p {
    margin: 0 0 20px; }
  .vl-article-page .vl-prose h2,
  .vl-article-page .vl-prose h3,
  .vl-article-page .vl-prose h4 {
    margin-top: 46px;
    margin-bottom: 14px;
    letter-spacing: 1px; }
  .vl-article-page .vl-prose h2 {
    font-size: 30px; }
  .vl-article-page .vl-prose h3 {
    font-size: 24px; }
  .vl-article-page .vl-prose a:not(.apply-btn):not(.button):not(.btn):not(.btn-primary) {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(255, 0, 0, 0.9);
    text-underline-offset: 4px; }
    .vl-article-page .vl-prose a:not(.apply-btn):not(.button):not(.btn):not(.btn-primary):hover, .vl-article-page .vl-prose a:not(.apply-btn):not(.button):not(.btn):not(.btn-primary):focus {
      text-decoration-color: #fff; }
  .vl-article-page .vl-prose blockquote {
    margin: 28px 0;
    padding: 18px 20px;
    border-left: 3px solid rgba(255, 0, 0, 0.9);
    background: rgba(0, 0, 0, 0.28);
    color: rgba(255, 255, 255, 0.9); }
    .vl-article-page .vl-prose blockquote p:last-child {
      margin-bottom: 0; }
  .vl-article-page .vl-prose code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 0.95em;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.2em 0.35em;
    border-radius: 0; }
  .vl-article-page .vl-prose pre {
    margin: 24px 0;
    padding: 18px 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.55);
    overflow: auto;
    border-radius: 0; }
    .vl-article-page .vl-prose pre code {
      border: 0;
      padding: 0;
      background: transparent;
      border-radius: 0; }
  .vl-article-page .vl-prose ul,
  .vl-article-page .vl-prose ol {
    margin: 0 0 20px;
    padding-left: 20px; }
  .vl-article-page .vl-prose hr {
    border-color: rgba(255, 255, 255, 0.12);
    margin: 40px 0; }
  .vl-article-page .vl-prose .vl-cta {
    margin: 34px 0; }

.vl-article {
  position: relative;
  background: transparent; }

body.vl-insights-article > .dividers {
  display: none; }

.vl-article__hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }

.vl-article__hero-media {
  position: absolute;
  inset: 0;
  z-index: 0; }
  .vl-article__hero-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }

.vl-article__hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.62) 55%, rgba(0, 0, 0, 0.12) 100%), radial-gradient(900px circle at 22% 24%, rgba(0, 0, 0, 0.62), transparent 62%), linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.12) 62%, rgba(0, 0, 0, 0.9) 100%); }

.vl-article__hero-inner {
  position: relative;
  z-index: 2;
  padding: 120px 0 90px; }

.vl-article__kicker {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 18px; }

.vl-article__title {
  margin: 0 0 18px;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: 2px;
  max-width: 18ch;
  color: #fff; }

.vl-article__deck {
  margin: 0 0 18px;
  max-width: 78ch;
  font-size: 20px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.2px; }

.vl-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  text-transform: none;
  letter-spacing: 0.4px;
  font-size: 13px; }
  .vl-article__meta a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none; }
    .vl-article__meta a:hover, .vl-article__meta a:focus {
      text-decoration: underline; }

.vl-article__meta-sep {
  opacity: 0.55; }

.vl-article__topics {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.vl-article__topic {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: none; }

.vl-article__share {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.vl-share {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.9);
  padding: 10px 14px;
  border-radius: 0;
  letter-spacing: 0.4px;
  text-transform: none;
  font-size: 13px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-left: 3px solid var(--vl-share-accent, rgba(255, 255, 255, 0.35));
  transition: background-color 0.15s ease, border-color 0.15s ease; }
  .vl-share i {
    color: var(--vl-share-accent, rgba(255, 255, 255, 0.92)); }
  .vl-share:hover, .vl-share:focus {
    background: rgba(0, 0, 0, 0.42);
    border-color: rgba(255, 255, 255, 0.35);
    text-decoration: none; }

.vl-share--linkedin {
  --vl-share-accent: #0a66c2; }

.vl-share--x {
  --vl-share-accent: #1da1f2; }

.vl-share--email {
  --vl-share-accent: #ff0000; }

.vl-share--link {
  --vl-share-accent: #ff0000; }

button.vl-share {
  cursor: pointer; }

.vl-article__layout {
  position: relative;
  padding: 84px 0 120px;
  background: var(--vl-reading-bg);
  color: var(--vl-reading-text); }

.vl-reading-container {
  position: relative; }

.vl-reading-rail {
  position: fixed;
  left: auto;
  right: 26px;
  top: clamp(92px, 10vh, 140px);
  bottom: clamp(92px, 10vh, 140px);
  width: 64px;
  z-index: 1200;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 180ms ease, transform 180ms ease; }
  @media (max-width: 1199px) {
    .vl-reading-rail {
      display: none; } }
.vl-reading-rail.is-active {
  opacity: 1;
  transform: none; }

.vl-reading-rail__eta,
.vl-reading-rail__pct {
  font-size: 12px;
  letter-spacing: 0.2px;
  text-transform: none;
  color: var(--vl-reading-muted);
  text-align: center; }

.vl-reading-rail__track {
  position: relative;
  flex: 1;
  width: 6px;
  background: var(--vl-reading-border);
  overflow: hidden;
  border-radius: 0; }

.vl-reading-rail__fill {
  position: absolute;
  inset: 0 0 auto 0;
  height: 0%;
  background: var(--vl-reading-accent);
  transition: height 120ms linear;
  will-change: height;
  transform: none;
  border-radius: 0; }

.vl-article__main {
  min-width: 0; }

.vl-article__prose {
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  max-width: 100%; }

.vl-article__prose.vl-prose {
  font-size: 19px;
  line-height: 1.85;
  color: var(--vl-reading-text);
  font-family: inherit;
  letter-spacing: 0;
  width: 100%;
  max-width: 84ch;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1600px) {
    .vl-article__prose.vl-prose {
      max-width: 90ch; } }
  .vl-article__prose.vl-prose p {
    margin: 0 0 20px;
    font-family: inherit;
    color: var(--vl-reading-text);
    letter-spacing: 0; }
  .vl-article__prose.vl-prose li {
    font-family: inherit;
    color: var(--vl-reading-text);
    letter-spacing: 0;
    text-transform: none; }
  .vl-article__prose.vl-prose h2,
  .vl-article__prose.vl-prose h3,
  .vl-article__prose.vl-prose h4,
  .vl-article__prose.vl-prose h5,
  .vl-article__prose.vl-prose h6 {
    font-family: "bebas_neue_regular", "vl_sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-top: 54px;
    margin-bottom: 14px;
    letter-spacing: 0;
    text-shadow: none;
    color: var(--vl-reading-text);
    text-transform: none;
    line-height: 1.12; }
  .vl-article__prose.vl-prose a:not(.apply-btn):not(.button):not(.btn):not(.btn-primary) {
    color: var(--vl-reading-accent);
    text-decoration: underline;
    text-decoration-color: currentColor;
    text-underline-offset: 4px; }
    .vl-article__prose.vl-prose a:not(.apply-btn):not(.button):not(.btn):not(.btn-primary):hover, .vl-article__prose.vl-prose a:not(.apply-btn):not(.button):not(.btn):not(.btn-primary):focus {
      text-decoration-color: currentColor; }
  .vl-article__prose.vl-prose blockquote {
    margin: 28px 0;
    padding: 18px 20px;
    border-left: 3px solid var(--vl-reading-accent);
    background: var(--vl-reading-surface);
    color: var(--vl-reading-text); }
    .vl-article__prose.vl-prose blockquote p:last-child {
      margin-bottom: 0; }
  .vl-article__prose.vl-prose code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 0.95em;
    color: var(--vl-reading-text);
    background: var(--vl-reading-code-bg);
    border: 1px solid var(--vl-reading-code-border);
    padding: 0.2em 0.35em;
    border-radius: 0; }
  .vl-article__prose.vl-prose pre {
    margin: 24px 0;
    padding: 18px 18px;
    border: 1px solid var(--vl-reading-code-border);
    background: var(--vl-reading-code-bg);
    overflow: auto;
    border-radius: 0; }
    .vl-article__prose.vl-prose pre code {
      border: 0;
      padding: 0;
      background: transparent;
      border-radius: 0; }

body.vl-insights-article .vl-article__layout .vl-cta .button {
  margin-bottom: 0; }

body.vl-insights-article .vl-article__layout .vl-article__author {
  border: 1px solid var(--vl-reading-border);
  background: var(--vl-reading-surface);
  box-shadow: none; }

body.vl-insights-article .vl-article__layout .vl-article__author .vl-card__title {
  text-shadow: none; }

body.vl-insights-article .vl-article__layout .vl-article__author .vl-card__meta {
  text-transform: none;
  letter-spacing: 0.2px;
  color: var(--vl-reading-muted); }

body.vl-insights-article .vl-article__layout .vl-article__author .vl-card__excerpt {
  color: var(--vl-reading-muted); }

body.vl-insights-article .vl-markdown-image,
body.vl-insights-article .vl-article__image {
  border: 1px solid var(--vl-reading-border);
  background: var(--vl-reading-surface); }

.vl-article__side {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 18px; }
  @media (max-width: 1199px) {
    .vl-article__side {
      display: none; } }
.vl-toc {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.24);
  padding: 18px 16px; }

.vl-toc__kicker {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px; }

.vl-toc__body nav {
  margin: 0; }

.vl-toc__body ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: grid;
  gap: 10px; }

.vl-toc__body a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 13px; }
  .vl-toc__body a:hover, .vl-toc__body a:focus {
    text-decoration: underline; }

.vl-side-cta .vl-cta {
  margin: 0;
  background: rgba(0, 0, 0, 0.24); }

.vl-glossary-flyout {
  position: fixed;
  inset: 0;
  z-index: 1500;
  pointer-events: none; }
  @media (max-width: 991px) {
    .vl-glossary-flyout {
      display: none; } }
.vl-reading-controls {
  pointer-events: auto;
  position: fixed;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1501;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) translateX(-8px);
  transition: opacity 180ms ease, transform 180ms ease; }

.vl-reading-controls.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0); }

.vl-reading-controls .vl-icon-btn {
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18); }

.vl-section-diagonal {
  position: relative;
  overflow: hidden; }

.vl-section-diagonal > .container {
  position: relative;
  z-index: 2; }

.vl-section-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0; }

.vl-section-bg--lines {
  opacity: 0.95;
  background-image: linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 140px);
  background-size: auto, 280px 100%;
  background-position: 0 0, 0 0;
  animation: vl-hero-lines-drift 16s linear infinite; }

.vl-section-shape {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1; }
  .vl-section-shape img {
    position: absolute;
    height: auto;
    filter: saturate(0.9) brightness(0.95); }

.vl-section-shape--left img {
  top: -28%;
  left: -18vw;
  width: 58vw;
  max-width: 900px;
  opacity: 0.55; }
  @media (max-width: 991px) {
    .vl-section-shape--left img {
      top: -20%;
      left: -30vw;
      width: 92vw;
      max-width: 820px;
      opacity: 0.42; } }
.vl-section-shape--right img {
  bottom: -34%;
  right: -18vw;
  width: 62vw;
  max-width: 940px;
  opacity: 0.42;
  transform: rotate(6deg); }
  @media (max-width: 991px) {
    .vl-section-shape--right img {
      bottom: -28%;
      right: -35vw;
      width: 96vw;
      max-width: 860px;
      opacity: 0.32; } }
.vl-glossary-flyout__backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.12);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none; }

.vl-glossary-flyout__panel {
  pointer-events: auto;
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 1;
  height: calc(100vh - 90px);
  width: 420px;
  max-width: 92vw;
  background: var(--vl-reading-bg);
  color: var(--vl-reading-text);
  border-right: 1px solid var(--vl-reading-border);
  transform: translateX(-102%);
  transition: transform 0.25s ease;
  overflow: auto;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.22); }

.vl-glossary-flyout.is-open .vl-glossary-flyout__panel {
  transform: translateX(0); }

.vl-glossary-flyout.is-open .vl-glossary-flyout__backdrop {
  opacity: 1;
  pointer-events: auto; }

.vl-glossary-flyout__panel-inner {
  padding: 18px 18px 22px; }

.vl-glossary-flyout__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--vl-reading-border);
  margin-bottom: 12px; }

.vl-glossary-flyout__title {
  font-family: "bebas_neue_regular", "vl_sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-shadow: none;
  font-size: 22px; }

.vl-glossary-flyout__close {
  appearance: none;
  border: 1px solid var(--vl-reading-border);
  background: transparent;
  color: var(--vl-reading-text);
  padding: 8px 10px;
  font-size: 12px;
  border-radius: 0;
  cursor: pointer; }
  .vl-glossary-flyout__close:hover, .vl-glossary-flyout__close:focus {
    background: var(--vl-reading-surface);
    outline: none; }

.vl-glossary-flyout__body {
  display: grid;
  gap: 14px; }

.vl-glossary-flyout__row {
  border-top: 1px solid var(--vl-reading-border);
  padding-top: 12px; }

.vl-glossary-flyout__term {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--vl-reading-text);
  padding: 0;
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 6px;
  cursor: pointer; }
  .vl-glossary-flyout__term:hover, .vl-glossary-flyout__term:focus {
    color: var(--vl-reading-accent);
    outline: none;
    text-decoration: underline;
    text-underline-offset: 4px; }

.vl-glossary-flyout__def {
  font-size: 14px;
  line-height: 1.6;
  color: var(--vl-reading-muted); }

body.vl-insights-article .vl-glossary-hit {
  outline: 2px solid rgba(255, 0, 0, 0.35);
  outline-offset: 6px; }

body.vl-insights-article .vl-article__prose a:not(.apply-btn):not(.button):not(.btn):not(.btn-primary) {
  color: var(--vl-reading-text);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  text-decoration-color: var(--vl-reading-accent); }
  body.vl-insights-article .vl-article__prose a:not(.apply-btn):not(.button):not(.btn):not(.btn-primary):hover, body.vl-insights-article .vl-article__prose a:not(.apply-btn):not(.button):not(.btn):not(.btn-primary):focus {
    text-decoration-color: var(--vl-reading-text); }

.vl-js [data-vl-article] .vl-article__prose > * {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 520ms cubic-bezier(0.2, 0.9, 0.2, 1), transform 620ms cubic-bezier(0.2, 0.9, 0.2, 1);
  transition-delay: clamp(0ms, calc(var(--vl-idx, 0) * 14ms), 140ms);
  will-change: opacity, transform; }

.vl-js [data-vl-article] .vl-article__prose > *.vl-block-in {
  opacity: 1;
  transform: none; }

@media (prefers-reduced-motion: reduce) {
  .vl-js [data-vl-article] .vl-article__prose > * {
    opacity: 1;
    transform: none;
    transition: none; } }

.vl-team-member__header {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 26px;
  align-items: start;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .vl-team-member__header {
      grid-template-columns: 1fr; } }
.vl-team-member__avatar {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  padding: 12px; }

.vl-team-member__role {
  margin: 0 0 14px;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75); }

.vl-chips {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.vl-chips__item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 12px;
  border-radius: 0;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85); }

.vl-section-heading {
  margin: 0;
  font-size: 32px; }

.vl-muted {
  color: rgba(255, 255, 255, 0.75); }

.vl-skip-link {
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 10px 14px;
  border-radius: 0;
  background: #ff0000;
  color: #fff;
  letter-spacing: 1px;
  transform: translateY(-220%);
  transition: transform 0.15s ease-in-out;
  z-index: 10000; }
  .vl-skip-link:focus, .vl-skip-link:focus-visible {
    transform: translateY(0);
    outline: 3px solid #fff;
    outline-offset: 3px;
    text-decoration: none; }

.navbar-nav .nav-link.dropdown-toggle {
  background: transparent;
  border: 0; }

.navbar-nav .nav-link:focus-visible,
.navbar-nav .dropdown-item:focus-visible,
.vl-consultation__form .form-control:focus-visible,
.vl-consultation__form .apply-btn:focus-visible,
.vl-site-footer a:focus-visible {
  outline: 3px solid #ff0000;
  outline-offset: 3px; }

.vl-home__title {
  margin: 0 0 24px;
  font-family: "bebas_neue_regular", "vl_sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase; }

.vl-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px; }
  @media (max-width: 991px) {
    .vl-process-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 767px) {
    .vl-process-grid {
      grid-template-columns: 1fr; } }
.vl-process-step {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  padding: 22px 20px 20px; }
  .vl-process-step h3 {
    margin: 0 0 12px;
    font-size: 22px;
    letter-spacing: 1px; }
  .vl-process-step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 1px; }

.vl-home-insights__label,
.vl-home-contact__label {
  font-family: "bebas_neue_regular", "vl_sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px; }

.vl-home-insights__title,
.vl-home-contact__title {
  margin: 0 0 16px; }

.vl-home-contact__content {
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 1px; }

.vl-home-contact__image {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  padding: 12px; }

.vl-site-footer {
  position: relative;
  z-index: 1;
  padding: 60px 0 30px;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: #120000;
  color: #fff; }
  .vl-site-footer a {
    color: #fff; }
    .vl-site-footer a:hover, .vl-site-footer a:focus {
      color: white;
      text-decoration: none; }

.vl-site-footer__brand {
  margin-bottom: 20px; }

.vl-site-footer__brand-link {
  display: inline-block;
  margin-bottom: 12px; }

.vl-site-footer__brand-text {
  font-family: "bebas_neue_regular", "vl_sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 2px; }

.vl-site-footer__tagline {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px; }

.vl-site-footer__heading {
  margin-bottom: 12px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.vl-site-footer__list {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .vl-site-footer__list li {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 1px; }

.vl-site-footer__contact {
  margin: 0;
  letter-spacing: 1px; }

.vl-site-footer__bottom {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px; }

.vl-cta {
  position: relative;
  overflow: hidden;
  margin: 56px 0;
  padding: 44px 46px 44px 62px;
  text-align: left;
  width: 50vw;
  min-height: 40vh;
  left: calc(50% - 50vw);
  border: 0;
  background: #000;
  color: #fff; }
  .vl-cta::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 12px;
    background: #ff0000;
    z-index: 1;
    pointer-events: none; }
  @media (max-width: 991px) {
    .vl-cta {
      width: 100%;
      left: 0;
      min-height: 320px;
      padding: 34px 24px 34px 34px; } }
.vl-cta .vl-howwework-matrix {
  z-index: 0;
  opacity: 0.16; }

.vl-services-grid {
  position: relative;
  overflow: hidden;
  background: #05050a; }

.vl-services-grid .vl-matrix-bg {
  z-index: 0; }

.vl-services-grid .container {
  position: relative;
  z-index: 1; }

body.vl-service-services > .dividers {
  display: none; }

.vl-cta__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px; }

.vl-cta__title {
  margin: 0;
  font-family: "bebas_neue_regular", "vl_sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(24px, 3vw, 44px);
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 26ch;
  text-shadow: none;
  color: #fff; }

.vl-cta h3.vl-cta__title {
  color: #fff; }

.vl-cta__copy {
  margin: 12px 0 0;
  max-width: 58ch;
  font-family: inherit;
  letter-spacing: 0;
  text-transform: none;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.86); }

.vl-cta p.vl-cta__copy {
  color: rgba(255, 255, 255, 0.86); }

.vl-cta__button {
  display: inline-flex;
  align-self: flex-start;
  text-decoration: none; }

.vl-cta .button {
  margin-bottom: 0; }

.vl-consultation {
  position: relative;
  margin: 48px 0 0;
  padding: 36px 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(11, 10, 10, 0.62); }

.vl-consultation__title {
  margin: 0 0 18px;
  font-family: "bebas_neue_regular", "vl_sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.vl-consultation__lead,
.vl-consultation__notice,
.vl-consultation__fallback {
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.85); }

.vl-consultation a:not(.apply-btn):not(.button) {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  text-decoration-color: rgba(255, 0, 0, 0.65);
  transition: color 0.2s ease, text-decoration-color 0.2s ease; }
  .vl-consultation a:not(.apply-btn):not(.button):hover, .vl-consultation a:not(.apply-btn):not(.button):focus {
    color: #fff;
    text-decoration-color: rgba(255, 255, 255, 0.95); }

.vl-consultation__notice {
  margin: 0 0 18px; }

.vl-consultation__honeypot {
  position: absolute;
  left: -5000px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/* -------------------------------------------------------------------------- */
/* Web development service page                                                */
/* -------------------------------------------------------------------------- */
.vl-webdev-hero {
  position: relative;
  overflow: hidden;
  min-height: 78vh;
  display: flex;
  align-items: stretch; }
  @media (max-width: 991px) {
    .vl-webdev-hero {
      min-height: auto; } }
.vl-webdev-hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none; }
  .vl-webdev-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .vl-webdev-hero__bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #120000;
    opacity: 0.78; }

.vl-webdev-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(135deg, rgba(18, 0, 0, 0.9) 0%, rgba(18, 0, 0, 0.45) 48%, rgba(255, 0, 0, 0.1) 100%); }

.vl-webdev-hero__shape {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none; }

.vl-webdev-hero__shape--left img {
  position: absolute;
  top: -28%;
  left: -18vw;
  width: 58vw;
  max-width: 900px;
  height: auto;
  opacity: 0.7;
  filter: saturate(0.9) brightness(0.95); }
  @media (max-width: 991px) {
    .vl-webdev-hero__shape--left img {
      top: -20%;
      left: -30vw;
      width: 92vw;
      max-width: 820px;
      opacity: 0.55; } }
.vl-webdev-hero__shape--right img {
  position: absolute;
  bottom: -34%;
  right: -18vw;
  width: 62vw;
  max-width: 940px;
  height: auto;
  opacity: 0.55;
  transform: rotate(6deg);
  filter: saturate(0.85) brightness(0.9); }
  @media (max-width: 991px) {
    .vl-webdev-hero__shape--right img {
      bottom: -28%;
      right: -35vw;
      width: 96vw;
      max-width: 860px;
      opacity: 0.42; } }
.vl-webdev-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 170px;
  padding-right: 70px;
  padding-bottom: 120px;
  padding-left: var(--vl-webdev-content-left, 70px);
  transition: padding-left 0.22s ease-in-out; }
  @media (max-width: 1200px) {
    .vl-webdev-hero__content {
      padding-top: 140px;
      padding-right: 46px;
      padding-bottom: 100px;
      padding-left: var(--vl-webdev-content-left, 46px); } }
  @media (max-width: 991px) {
    .vl-webdev-hero__content {
      padding-top: 110px;
      padding-right: 22px;
      padding-bottom: 70px;
      padding-left: var(--vl-webdev-content-left, 22px); } }
.vl-webdev-hero__label {
  margin-bottom: 18px; }
  .vl-webdev-hero__label span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.82);
    letter-spacing: 10px;
    text-transform: uppercase; }

.vl-webdev-hero__title {
  margin: 0 0 18px;
  font-size: 70px;
  line-height: 1.02; }
  @media (max-width: 1200px) {
    .vl-webdev-hero__title {
      font-size: 56px; } }
  @media (max-width: 767px) {
    .vl-webdev-hero__title {
      font-size: 40px; } }
.vl-webdev-hero__description {
  margin: 0;
  max-width: 48rem;
  opacity: 0.92;
  font-size: 20px;
  line-height: 1.85;
  letter-spacing: 1px; }
  @media (max-width: 767px) {
    .vl-webdev-hero__description {
      font-size: 16px;
      line-height: 1.75; } }
.vl-webdev-hero__actions {
  margin-top: 30px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap; }

.apply-btn.vl-webdev-hero__secondary {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18); }

.apply-btn.vl-webdev-hero__secondary:hover,
.apply-btn.vl-webdev-hero__secondary:focus {
  background: rgba(255, 255, 255, 0.1); }

.vl-webdev-hero__image {
  position: relative;
  z-index: 3;
  height: 100%; }
  .vl-webdev-hero__image img {
    width: 100%;
    height: 100%;
    min-height: 78vh;
    object-fit: cover;
    display: block; }
    @media (max-width: 991px) {
      .vl-webdev-hero__image img {
        min-height: 360px; } }
.vl-webdev-shell {
  --vl-webdev-sidebar-width: 340px;
  --vl-webdev-gutter: 64px;
  --vl-webdev-sidebar-top: 120px;
  --vl-webdev-content-left: calc(
    var(--vl-webdev-sidebar-width) + var(--vl-webdev-gutter)
  ); }
  @media (max-width: 1200px) {
    .vl-webdev-shell {
      --vl-webdev-sidebar-width: 320px;
      --vl-webdev-gutter: 48px; } }
  @media (max-width: 991px) {
    .vl-webdev-shell {
      --vl-webdev-sidebar-width: 0px;
      --vl-webdev-gutter: 22px;
      --vl-webdev-sidebar-top: 0px;
      --vl-webdev-content-left: var(--vl-webdev-gutter); } }
body.vl-webdev-simplified .vl-webdev-shell {
  --vl-webdev-sidebar-width: 0px;
  --vl-webdev-sidebar-top: 0px;
  --vl-webdev-content-left: var(--vl-webdev-gutter); }

.vl-webdev-simple {
  position: relative;
  z-index: 2;
  overflow-x: clip; }

.vl-webdev-usp {
  position: relative;
  padding: 90px 0 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(18, 0, 0, 0.94) 0%, rgba(18, 0, 0, 0.8) 45%, rgba(255, 0, 0, 0.06) 100%); }
  @media (max-width: 991px) {
    .vl-webdev-usp {
      padding: 68px 0 55px; } }
.vl-webdev-usp__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 1;
  z-index: 0;
  background-image: radial-gradient(circle at 22% 18%, rgba(255, 0, 0, 0.12), transparent 52%), radial-gradient(circle at 78% 32%, rgba(255, 255, 255, 0.06), transparent 55%), linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0.06) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 180px);
  background-size: auto, auto, auto, 360px 100%;
  background-position: 0 0, 0 0, 0 0, 0 0;
  animation: vl-hero-lines-drift 18s linear infinite; }

.vl-webdev-usp .container {
  position: relative;
  z-index: 1; }

.vl-webdev-usp__copy {
  padding-right: 18px; }
  @media (max-width: 991px) {
    .vl-webdev-usp__copy {
      padding-right: 0; } }
.vl-webdev-usp__kicker {
  font-family: "bebas_neue_regular", "vl_sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 16px; }

.vl-webdev-usp__title {
  margin: 0 0 18px;
  font-size: 52px;
  line-height: 1.04; }
  @media (max-width: 1200px) {
    .vl-webdev-usp__title {
      font-size: 44px; } }
  @media (max-width: 767px) {
    .vl-webdev-usp__title {
      font-size: 34px; } }
.vl-webdev-usp__lead {
  margin: 0 0 16px;
  max-width: 44rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: 1px; }
  @media (max-width: 767px) {
    .vl-webdev-usp__lead {
      font-size: 16px;
      line-height: 1.8; } }
.vl-webdev-usp__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 16px;
  margin-top: 26px; }

.vl-webdev-usp__secondary {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18); }

.vl-webdev-usp__secondary:hover,
.vl-webdev-usp__secondary:focus {
  background: rgba(255, 255, 255, 0.1); }

.vl-webdev-usp__pipeline {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(18, 0, 0, 0.6); }
  @media (max-width: 991px) {
    .vl-webdev-usp__pipeline {
      grid-template-columns: 1fr; } }
.vl-webdev-usp__pipeline-step {
  position: relative;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03); }

.vl-webdev-usp__pipeline-title {
  margin-bottom: 10px;
  font-family: "bebas_neue_regular", "vl_sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9); }

.vl-webdev-usp__pipeline-body {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 1px;
  line-height: 1.7; }

.vl-webdev-usp__visual {
  position: relative;
  display: grid;
  gap: 18px; }

.vl-webdev-usp__visual-main {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  padding: 12px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 0, 0, 0.12); }

.vl-webdev-usp__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.vl-webdev-usp__badge {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(18, 0, 0, 0.62);
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "bebas_neue_regular", "vl_sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }

.vl-webdev-usp__card {
  height: 100%;
  padding: 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35); }

.vl-webdev-usp__card-title {
  margin: 0 0 12px;
  font-size: 22px; }

.vl-webdev-usp__card-body {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 1px;
  line-height: 1.75; }

.vl-webdev-usp__marquee {
  margin-top: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0;
  overflow: hidden;
  opacity: 0.9;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }

.vl-webdev-usp__marquee-track {
  display: flex;
  gap: 42px;
  align-items: center;
  white-space: nowrap;
  animation: vl-webdev-marquee 26s linear infinite; }
  .vl-webdev-usp__marquee-track span {
    font-family: "bebas_neue_regular", "vl_sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px; }

@keyframes vl-webdev-marquee {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }

@media (prefers-reduced-motion: reduce) {
  .vl-webdev-usp__bg,
  .vl-webdev-usp__marquee-track {
    animation: none !important; } }

.vl-webdev-insights {
  padding-top: 90px;
  padding-bottom: 70px; }
  @media (max-width: 991px) {
    .vl-webdev-insights {
      padding-top: 70px;
      padding-bottom: 55px; } }
.vl-webdev-insights__lead {
  margin-bottom: 0; }

.vl-webdev {
  position: relative;
  z-index: 2;
  overflow-x: clip; }

@media (min-width: 992px) {
  body.vl-webdev-sidebar-collapsed .vl-webdev-shell {
    --vl-webdev-content-left: var(--vl-webdev-gutter); } }

.vl-webdev-inner {
  padding-left: var(--vl-webdev-content-left);
  padding-right: var(--vl-webdev-gutter);
  transition: padding-left 0.22s ease-in-out; }
  @media (max-width: 991px) {
    .vl-webdev-inner {
      padding-left: var(--vl-webdev-gutter); } }
.vl-webdev-inner--flush {
  padding-right: 0; }

.vl-webdev-sidebar {
  position: fixed;
  top: var(--vl-webdev-sidebar-top);
  left: 0;
  bottom: 0;
  width: var(--vl-webdev-sidebar-width);
  z-index: 20;
  padding: 22px 18px 22px 22px;
  transform: translateX(0);
  transition: transform 0.22s ease-in-out; }
  @media (max-width: 991px) {
    .vl-webdev-sidebar {
      position: static;
      width: auto;
      padding: 22px 0 0;
      transform: none;
      transition: none; } }
@media (min-width: 992px) {
  body.vl-webdev-sidebar-collapsed .vl-webdev-sidebar {
    transform: translateX(-100%);
    pointer-events: none; } }

.vl-webdev-sidebar__inner {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(18, 0, 0, 0.94);
  padding: 22px 18px;
  height: calc(100vh - var(--vl-webdev-sidebar-top) - 44px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative; }
  @media (max-width: 991px) {
    .vl-webdev-sidebar__inner {
      height: auto;
      max-height: none; } }
.vl-webdev-sidebar__collapse {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out; }
  .vl-webdev-sidebar__collapse:hover, .vl-webdev-sidebar__collapse:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff; }

@media (min-width: 992px) {
  .vl-webdev-sidebar__collapse {
    display: grid;
    place-items: center; } }

.vl-webdev-sidebar__dock {
  display: none;
  position: fixed;
  left: 0;
  top: calc(var(--vl-webdev-sidebar-top) + 18px);
  z-index: 21;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(18, 0, 0, 0.94);
  color: #fff;
  padding: 14px 12px;
  font-family: "bebas_neue_regular", "vl_sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 6px;
  text-transform: uppercase;
  cursor: pointer;
  writing-mode: vertical-rl;
  transform: rotate(180deg) translateX(-14px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.22s ease-in-out, opacity 0.22s ease-in-out, background-color 0.15s ease-in-out; }
  .vl-webdev-sidebar__dock:hover, .vl-webdev-sidebar__dock:focus {
    background: rgba(255, 255, 255, 0.05); }

@media (min-width: 992px) {
  body.vl-webdev-sidebar-collapsed .vl-webdev-sidebar__dock {
    display: inline-flex;
    opacity: 1;
    pointer-events: auto;
    transform: rotate(180deg) translateX(0); } }

.vl-webdev-sidebar__toggle {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(18, 0, 0, 0.96);
  color: #fff;
  padding: 14px 14px;
  font-family: "bebas_neue_regular", "vl_sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 6px;
  text-transform: uppercase;
  cursor: pointer; }
  @media (max-width: 991px) {
    .vl-webdev-sidebar__toggle {
      display: flex; } }
.vl-webdev-sidebar__toggle-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.75);
  border-bottom: 2px solid rgba(255, 255, 255, 0.75);
  transform: rotate(45deg);
  transition: transform 0.15s ease-in-out; }

.vl-webdev-sidebar.is-open .vl-webdev-sidebar__toggle-icon {
  transform: rotate(-135deg); }

.vl-webdev-sidebar__panel {
  display: contents; }
  @media (max-width: 991px) {
    .vl-webdev-sidebar__panel {
      display: none; } }
@media (max-width: 991px) {
  .vl-webdev-sidebar.is-open .vl-webdev-sidebar__panel {
    display: contents; } }

.vl-webdev-sidebar__label {
  margin: 0;
  font-family: "bebas_neue_regular", "vl_sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75); }

.vl-webdev-sidebar__toc {
  flex: 1;
  overflow: auto;
  padding-right: 6px; }

.vl-webdev-sidebar__toc #TableOfContents ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }

.vl-webdev-sidebar__toc #TableOfContents ul ul {
  margin-top: 10px;
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.12); }

.vl-webdev-sidebar__toc #TableOfContents > ul > li {
  position: relative; }
  .vl-webdev-sidebar__toc #TableOfContents > ul > li > ul {
    margin-left: 4px; }
  .vl-webdev-sidebar__toc #TableOfContents > ul > li.is-collapsed > ul {
    display: none; }

.vl-webdev-sidebar__toc #TableOfContents li {
  margin: 8px 0; }

.vl-webdev-sidebar__toc #TableOfContents .vl-webdev-toc__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px; }

.vl-webdev-sidebar__toc #TableOfContents a {
  display: block;
  padding: 8px 10px;
  border-left: 2px solid transparent;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  letter-spacing: 1px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out; }
  .vl-webdev-sidebar__toc #TableOfContents a:hover, .vl-webdev-sidebar__toc #TableOfContents a:focus {
    background: rgba(255, 255, 255, 0.06);
    border-left-color: rgba(255, 255, 255, 0.28);
    color: #fff;
    text-decoration: none; }
  .vl-webdev-sidebar__toc #TableOfContents a.is-active {
    background: rgba(255, 255, 255, 0.08);
    border-left-color: #ff0000;
    color: #fff; }

.vl-webdev-sidebar__toc #TableOfContents button.vl-webdev-toc__toggle {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.75);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out; }
  .vl-webdev-sidebar__toc #TableOfContents button.vl-webdev-toc__toggle:hover, .vl-webdev-sidebar__toc #TableOfContents button.vl-webdev-toc__toggle:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff; }

.vl-webdev-sidebar__cta .apply-btn {
  width: 100%;
  text-align: center; }

.vl-webdev-lead {
  position: relative;
  padding: 80px 0 30px; }
  @media (max-width: 991px) {
    .vl-webdev-lead {
      padding: 55px 0 18px; } }
.vl-webdev-lead::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(18, 0, 0, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 0; }

.vl-webdev-lead__prose {
  position: relative;
  z-index: 2;
  max-width: none; }
  .vl-webdev-lead__prose > p:first-of-type {
    font-size: 20px;
    line-height: 1.9;
    opacity: 0.95;
    max-width: 62rem; }
    @media (max-width: 767px) {
      .vl-webdev-lead__prose > p:first-of-type {
        font-size: 16px;
        line-height: 1.8; } }
  .vl-webdev-lead__prose .vl-cta {
    margin-top: 34px; }

.vl-webdev-highlights {
  margin-top: 0; }
  .vl-webdev-highlights .product-slider-wrapper {
    padding-top: 85px;
    padding-bottom: 70px; }
    @media (max-width: 991px) {
      .vl-webdev-highlights .product-slider-wrapper {
        padding-top: 55px;
        padding-bottom: 55px; } }
.vl-webdev-band {
  position: relative;
  padding: 90px 0;
  overflow: hidden; }
  @media (max-width: 991px) {
    .vl-webdev-band {
      padding: 70px 0; } }
.vl-webdev-band__bg,
.vl-webdev-band__shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none; }

.vl-webdev-band__bg {
  z-index: 0; }
  .vl-webdev-band__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .vl-webdev-band__bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #0a0e52;
    opacity: 0.72; }

.vl-webdev-band--stage .vl-webdev-band__bg::before {
  opacity: 0.82; }

.vl-webdev-band--split::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(10, 14, 82, 0.62) 0%, rgba(10, 14, 82, 0.22) 46%, rgba(255, 0, 0, 0.06) 100%); }

.vl-webdev-band__shape {
  z-index: 2; }
  .vl-webdev-band__shape img {
    position: absolute;
    height: auto;
    filter: saturate(0.9) brightness(0.95); }

.vl-webdev-band--stage .vl-webdev-band__shape img {
  top: -38%;
  left: -18vw;
  width: 56vw;
  max-width: 880px;
  opacity: 0.68; }
  @media (max-width: 991px) {
    .vl-webdev-band--stage .vl-webdev-band__shape img {
      top: -26%;
      left: -34vw;
      width: 94vw;
      max-width: 820px;
      opacity: 0.5; } }
.vl-webdev-band--split .vl-webdev-band__shape img {
  bottom: -44%;
  right: -18vw;
  width: 62vw;
  max-width: 940px;
  opacity: 0.52;
  transform: rotate(6deg); }
  @media (max-width: 991px) {
    .vl-webdev-band--split .vl-webdev-band__shape img {
      bottom: -34%;
      right: -36vw;
      width: 98vw;
      max-width: 860px;
      opacity: 0.38; } }
.vl-webdev-band__inner {
  position: relative;
  z-index: 3; }

.vl-webdev-band__prose {
  max-width: none;
  padding: 56px 52px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(18, 0, 0, 0.62); }
  @media (max-width: 767px) {
    .vl-webdev-band__prose {
      padding: 36px 22px; } }
  .vl-webdev-band__prose h2 {
    margin-top: 0; }
  .vl-webdev-band__prose h2 + p {
    font-size: 20px;
    line-height: 1.9;
    opacity: 0.92;
    max-width: 62rem; }
    @media (max-width: 767px) {
      .vl-webdev-band__prose h2 + p {
        font-size: 16px;
        line-height: 1.8; } }
.vl-webdev-band--stage .vl-webdev-band__prose {
  background: rgba(18, 0, 0, 0.84);
  border-color: rgba(255, 255, 255, 0.16); }

.vl-webdev-subcarousel {
  margin: 26px 0 10px; }
  .vl-webdev-subcarousel .product-slider-wrapper {
    padding-top: 44px;
    padding-bottom: 34px; }
  .vl-webdev-subcarousel .product-item {
    max-width: 480px; }
  .vl-webdev-subcarousel .product-item .overlay {
    margin: 20px; }

.vl-webdev-cardgrid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px; }
  @media (max-width: 991px) {
    .vl-webdev-cardgrid {
      grid-template-columns: 1fr; } }
.vl-webdev-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
  padding: 24px 22px 22px;
  overflow: hidden; }
  .vl-webdev-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: rgba(255, 0, 0, 0.9); }
  .vl-webdev-card h3 {
    margin-top: 0; }
  .vl-webdev-card p {
    margin-bottom: 12px; }

/* Section-specific layout treatments (content-preserving) */
.vl-webdev-band[data-vl-webdev-band='0'] .vl-webdev-band__prose h2 + ul,
.vl-webdev-band[data-vl-webdev-band='1'] .vl-webdev-band__prose h2 + ul {
  list-style: none;
  padding-left: 0;
  margin: 34px 0 28px;
  display: grid;
  gap: 18px; }

.vl-webdev-band[data-vl-webdev-band='0'] .vl-webdev-band__prose h2 + ul {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }
  @media (max-width: 991px) {
    .vl-webdev-band[data-vl-webdev-band='0'] .vl-webdev-band__prose h2 + ul {
      grid-template-columns: 1fr; } }
.vl-webdev-band[data-vl-webdev-band='1'] .vl-webdev-band__prose h2 + ul {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }
  @media (max-width: 991px) {
    .vl-webdev-band[data-vl-webdev-band='1'] .vl-webdev-band__prose h2 + ul {
      grid-template-columns: 1fr; } }
.vl-webdev-band[data-vl-webdev-band='0'] .vl-webdev-band__prose h2 + ul > li,
.vl-webdev-band[data-vl-webdev-band='1'] .vl-webdev-band__prose h2 + ul > li {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
  padding: 18px 18px 16px;
  letter-spacing: 1px;
  overflow: hidden; }
  .vl-webdev-band[data-vl-webdev-band='0'] .vl-webdev-band__prose h2 + ul > li::before,
  .vl-webdev-band[data-vl-webdev-band='1'] .vl-webdev-band__prose h2 + ul > li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background: rgba(255, 0, 0, 0.9); }
  .vl-webdev-band[data-vl-webdev-band='0'] .vl-webdev-band__prose h2 + ul > li strong,
  .vl-webdev-band[data-vl-webdev-band='1'] .vl-webdev-band__prose h2 + ul > li strong {
    display: block;
    margin-bottom: 10px;
    letter-spacing: 1px; }

.vl-webdev-band[data-vl-webdev-band='2'] .vl-webdev-band__prose ul {
  list-style: none;
  padding-left: 0;
  margin: 32px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px; }
  @media (max-width: 991px) {
    .vl-webdev-band[data-vl-webdev-band='2'] .vl-webdev-band__prose ul {
      grid-template-columns: 1fr; } }
  .vl-webdev-band[data-vl-webdev-band='2'] .vl-webdev-band__prose ul li {
    position: relative;
    padding: 16px 16px 14px 44px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.03); }
    .vl-webdev-band[data-vl-webdev-band='2'] .vl-webdev-band__prose ul li::before {
      content: '';
      position: absolute;
      left: 16px;
      top: 20px;
      width: 12px;
      height: 12px;
      border: 2px solid rgba(255, 0, 0, 0.95);
      transform: rotate(45deg); }

.vl-webdev-band[data-vl-webdev-band='5'] .vl-webdev-band__prose ol {
  counter-reset: webdev-step;
  list-style: none;
  padding-left: 0;
  margin: 36px 0 0; }
  .vl-webdev-band[data-vl-webdev-band='5'] .vl-webdev-band__prose ol li {
    counter-increment: webdev-step;
    position: relative;
    margin-bottom: 18px;
    padding: 22px 22px 20px 66px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.03); }
    .vl-webdev-band[data-vl-webdev-band='5'] .vl-webdev-band__prose ol li::before {
      content: counter(webdev-step);
      position: absolute;
      left: 18px;
      top: 20px;
      width: 34px;
      height: 34px;
      border-radius: 999px;
      background: #ff0000;
      color: #fff;
      display: grid;
      place-items: center;
      font-family: "bebas_neue_regular", "vl_sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      font-weight: 600;
      letter-spacing: 1px; }
    .vl-webdev-band[data-vl-webdev-band='5'] .vl-webdev-band__prose ol li::after {
      content: '';
      position: absolute;
      left: 35px;
      top: 58px;
      bottom: -18px;
      width: 1px;
      background: rgba(255, 255, 255, 0.14); }
    .vl-webdev-band[data-vl-webdev-band='5'] .vl-webdev-band__prose ol li:last-child::after {
      display: none; }
    .vl-webdev-band[data-vl-webdev-band='5'] .vl-webdev-band__prose ol li strong {
      display: block;
      margin-bottom: 10px; }
    .vl-webdev-band[data-vl-webdev-band='5'] .vl-webdev-band__prose ol li ul {
      margin: 0; }

.vl-webdev-band[data-vl-webdev-band='6'] .vl-webdev-band__prose ul,
.vl-webdev-band[data-vl-webdev-band='7'] .vl-webdev-band__prose ul,
.vl-webdev-band[data-vl-webdev-band='8'] .vl-webdev-band__prose ul,
.vl-webdev-band[data-vl-webdev-band='11'] .vl-webdev-band__prose ul {
  list-style: none;
  padding-left: 0;
  margin: 32px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px; }
  @media (max-width: 991px) {
    .vl-webdev-band[data-vl-webdev-band='6'] .vl-webdev-band__prose ul,
    .vl-webdev-band[data-vl-webdev-band='7'] .vl-webdev-band__prose ul,
    .vl-webdev-band[data-vl-webdev-band='8'] .vl-webdev-band__prose ul,
    .vl-webdev-band[data-vl-webdev-band='11'] .vl-webdev-band__prose ul {
      grid-template-columns: 1fr; } }
  .vl-webdev-band[data-vl-webdev-band='6'] .vl-webdev-band__prose ul li,
  .vl-webdev-band[data-vl-webdev-band='7'] .vl-webdev-band__prose ul li,
  .vl-webdev-band[data-vl-webdev-band='8'] .vl-webdev-band__prose ul li,
  .vl-webdev-band[data-vl-webdev-band='11'] .vl-webdev-band__prose ul li {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.03);
    padding: 16px 16px 14px;
    letter-spacing: 1px; }

.vl-webdev-band[data-vl-webdev-band='7'] .vl-webdev-band__prose ul li strong,
.vl-webdev-band[data-vl-webdev-band='8'] .vl-webdev-band__prose ul li strong {
  display: block;
  margin-bottom: 10px; }

.vl-consultation label {
  display: block;
  margin: 0 0 6px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.vl-consultation .form-control {
  margin-bottom: 20px;
  color: #fff;
  background: transparent;
  padding: 15px 20px;
  border-radius: 0;
  box-shadow: none;
  letter-spacing: 1px; }

.vl-consultation .form-control::placeholder {
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.85); }

.vl-consultation .form-control:focus {
  border-color: #ff0000; }

.vl-consultation__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px; }

.vl-consultation__actions .apply-btn[disabled] {
  opacity: 0.65;
  cursor: not-allowed; }

.vl-consultation__fallback {
  margin: 0; }

html[lang^="th"] .navbar-nav .nav-link,
html[lang^="th"] .navbar-nav .dropdown-item,
html[lang^="th"] .vl-skip-link,
html[lang^="th"] .vl-home__title,
html[lang^="th"] .vl-site-footer__tagline,
html[lang^="th"] .vl-site-footer__heading,
html[lang^="th"] .vl-site-footer__list li,
html[lang^="th"] .vl-site-footer__contact,
html[lang^="th"] .vl-site-footer__bottom,
html[lang^="th"] .vl-cta__title,
html[lang^="th"] .vl-consultation__title,
html[lang^="th"] .vl-consultation label,
html[lang^="th"] .vl-consultation__lead,
html[lang^="th"] .vl-consultation__notice,
html[lang^="th"] .vl-consultation__fallback,
html[lang^="th"] .vl-consultation .form-control,
html[lang^="th"] .vl-consultation .form-control::placeholder,
html[lang^="zh"] .navbar-nav .nav-link,
html[lang^="zh"] .navbar-nav .dropdown-item,
html[lang^="zh"] .vl-skip-link,
html[lang^="zh"] .vl-home__title,
html[lang^="zh"] .vl-site-footer__tagline,
html[lang^="zh"] .vl-site-footer__heading,
html[lang^="zh"] .vl-site-footer__list li,
html[lang^="zh"] .vl-site-footer__contact,
html[lang^="zh"] .vl-site-footer__bottom,
html[lang^="zh"] .vl-cta__title,
html[lang^="zh"] .vl-consultation__title,
html[lang^="zh"] .vl-consultation label,
html[lang^="zh"] .vl-consultation__lead,
html[lang^="zh"] .vl-consultation__notice,
html[lang^="zh"] .vl-consultation__fallback,
html[lang^="zh"] .vl-consultation .form-control,
html[lang^="zh"] .vl-consultation .form-control::placeholder {
  letter-spacing: normal; }
