:root {
  --ink: #07111f;
  --navy: #071321;
  --navy-2: #0d1b2d;
  --steel: #e8eef2;
  --mist: #f2f6f8;
  --panel: #f8fbfc;
  --line: rgba(12, 28, 48, .13);
  --muted: #637083;
  --cyan: #00c2cc;
  --green: #8cc63f;
  --orange: #f57b20;
  --gold: #f6b727;
  --shadow: 0 26px 80px rgba(5, 17, 31, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--steel);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.site-noise { position: fixed; inset: 0; z-index: -1; opacity: .12; pointer-events: none; background-image: radial-gradient(circle at 20% 20%, rgba(0,194,204,.18), transparent 32%), radial-gradient(circle at 80% 0%, rgba(245,123,32,.12), transparent 28%); }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 18px clamp(16px, 4vw, 60px) auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 14px 10px 18px;
  color: #fff;
  background: rgba(5, 14, 27, .72);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 8px;
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 62px rgba(0, 0, 0, .23);
}
.brand { display: flex; align-items: center; gap: 14px; min-width: max-content; }
.logo-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: 108px;
  height: 46px;
  perspective: 780px;
  transform-style: preserve-3d;
  animation: logoTilt 5.5s ease-in-out infinite;
}
.logo-stage::before {
  content: "";
  position: absolute;
  inset: -10px;
  z-index: -1;
  border-radius: 8px;
  background: radial-gradient(circle, rgba(0, 194, 204, .34), transparent 62%);
  filter: blur(15px);
  animation: logoAura 3.5s ease-in-out infinite;
}
.logo-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(105deg, transparent 28%, rgba(255,255,255,.56), transparent 64%);
  transform: translateX(-140%);
  mix-blend-mode: screen;
  animation: logoShine 4.5s ease-in-out infinite;
}
.logo-stage img { width: 104px; height: 42px; object-fit: contain; transform: translateZ(35px); filter: drop-shadow(0 16px 22px rgba(0,0,0,.32)); }
.logo-stage i { position: absolute; width: 6px; height: 6px; border-radius: 2px; box-shadow: 0 0 16px currentColor; animation: spark 3.2s ease-in-out infinite; }
.logo-stage i:nth-child(2) { right: 6px; top: 5px; color: var(--gold); background: var(--gold); }
.logo-stage i:nth-child(3) { right: -8px; top: 22px; color: var(--cyan); background: var(--cyan); animation-delay: .8s; }
.logo-stage i:nth-child(4) { right: 14px; bottom: 1px; color: var(--orange); background: var(--orange); animation-delay: 1.55s; }
.brand-title {
  display: inline-block;
  font-size: clamp(17px, 1.8vw, 23px);
  line-height: 1;
  font-weight: 850;
  color: transparent;
  background: linear-gradient(135deg, #fff 0%, var(--cyan) 36%, var(--green) 62%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 1px 0 rgba(255,255,255,.16), 0 10px 22px rgba(0,194,204,.18);
  transform: perspective(600px) rotateX(6deg);
  animation: titleGlow 4.8s ease-in-out infinite;
}
.site-nav { display: flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 760; }
.site-nav a { padding: 11px 13px; border-radius: 8px; color: rgba(255,255,255,.82); }
.site-nav a:hover { color: #fff; background: rgba(255,255,255,.1); }
.nav-cta { color: #06111f !important; background: linear-gradient(135deg, var(--cyan), var(--green)); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.nav-toggle span { display: block; height: 2px; margin: 6px; background: #fff; }

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 420px);
  align-items: end;
  gap: clamp(24px, 4vw, 46px);
  padding: 150px clamp(20px, 6vw, 88px) 70px;
  overflow: hidden;
  color: #fff;
  background: #050d19;
}
.hero-image, .hero-overlay, .hero-ribbon { position: absolute; inset: 0; }
.hero-image { background: url("assets/vvtech-hero-enterprise.png") center / cover; transform: scale(1.04); transition: transform .2s ease-out; }
.hero-overlay {
  background:
    radial-gradient(circle at 75% 17%, rgba(0,194,204,.24), transparent 31%),
    radial-gradient(circle at 42% 84%, rgba(245,123,32,.15), transparent 29%),
    linear-gradient(90deg, rgba(4,10,20,.96), rgba(5,13,25,.78) 47%, rgba(5,13,25,.46));
}
.hero-ribbon {
  opacity: .36;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(0,194,204,.32) 39%, transparent 43%),
    linear-gradient(115deg, transparent 0 52%, rgba(140,198,63,.22) 53%, transparent 58%),
    linear-gradient(115deg, transparent 0 65%, rgba(245,123,32,.22) 66%, transparent 70%);
  animation: ribbonDrift 10s ease-in-out infinite alternate;
}
.hero-particles span {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background: var(--cyan);
  box-shadow: 0 0 18px currentColor;
  animation: particleFloat 7s ease-in-out infinite;
}
.hero-particles span:nth-child(1) { left: 18%; top: 28%; color: var(--cyan); }
.hero-particles span:nth-child(2) { left: 72%; top: 26%; color: var(--gold); animation-delay: 1s; }
.hero-particles span:nth-child(3) { left: 63%; top: 70%; color: var(--green); animation-delay: 2s; }
.hero-particles span:nth-child(4) { left: 86%; top: 54%; color: var(--orange); animation-delay: 3s; }
.hero-particles span:nth-child(5) { left: 36%; top: 74%; color: var(--cyan); animation-delay: 4s; }
.hero-content, .hero-command { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 13px; color: var(--orange); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 850; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { max-width: 880px; margin: 0; font-size: clamp(44px, 6.5vw, 52px); line-height: .98; font-weight: 760; letter-spacing: 0; }
h2 { margin: 0; font-size: clamp(29px, 3.9vw, 50px); line-height: 1.08; font-weight: 730; letter-spacing: 0; }
h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.18; font-weight: 730; }
.hero-content p:not(.eyebrow) { max-width: 750px; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.8vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 19px; border: 1px solid transparent; border-radius: 8px; font-weight: 830; cursor: pointer; }
.btn.primary { color: #06111f; background: linear-gradient(135deg, var(--cyan), var(--green)); box-shadow: 0 16px 38px rgba(0,194,204,.16); }
.btn.ghost { color: #fff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; max-width: 820px; margin-top: 22px; }
.hero-badges span { position: relative; padding: 9px 13px 9px 34px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.82); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); font-size: 13px; font-weight: 780; }
.hero-badges span::before { content: ""; position: absolute; left: 13px; top: 50%; width: 12px; height: 12px; border-radius: 50%; transform: translateY(-50%); background: linear-gradient(135deg, var(--cyan), var(--green)); box-shadow: 0 0 14px rgba(0,194,204,.55); }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 780px; margin-top: 36px; }
.hero-stats div { min-height: 98px; padding: 16px; border-radius: 8px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.hero-stats strong { display: block; font-size: clamp(24px, 3vw, 36px); line-height: 1; font-weight: 850; color: #fff; }
.hero-stats span { display: block; margin-top: 8px; color: rgba(255,255,255,.66); font-size: 13px; font-weight: 760; }
.hero-command { align-self: center; padding: 22px; border-radius: 8px; border: 1px solid rgba(255,255,255,.16); background: rgba(7,18,32,.62); backdrop-filter: blur(18px); box-shadow: var(--shadow); }
.command-top { display: flex; gap: 7px; margin-bottom: 20px; }
.command-top span { width: 10px; height: 10px; border-radius: 99px; background: rgba(255,255,255,.34); }
.hero-command p { margin: 0 0 9px; color: var(--gold); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.hero-command h2 { font-size: 28px; line-height: 1.08; }
.command-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 20px; }
.command-grid span { padding: 9px 8px; text-align: center; border-radius: 8px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.78); font-size: 13px; font-weight: 780; }
.command-meter { height: 8px; margin-top: 22px; border-radius: 999px; background: rgba(255,255,255,.12); overflow: hidden; }
.command-meter i { display: block; width: 72%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--cyan), var(--green), var(--gold)); animation: meterPulse 3.2s ease-in-out infinite; }

.welcome, .about-section, .services-section, .why-section, .technology, .industries, .contact { padding: clamp(74px, 9vw, 118px) clamp(18px, 5vw, 78px); }
.welcome { background: linear-gradient(135deg, var(--steel), #dfe8ee); }
.section-head { max-width: 910px; margin-bottom: 36px; }
.section-head p { color: var(--muted); font-size: 17px; }
.welcome-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, .9fr); gap: clamp(20px, 4vw, 44px); align-items: stretch; }
.welcome-slider { position: relative; min-height: 410px; border-radius: 8px; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 18%, rgba(0,194,204,.26), transparent 30%), linear-gradient(135deg, #071321, #172b48); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.12); }
.welcome-slide { position: absolute; inset: 0; display: grid; align-content: center; gap: 15px; padding: clamp(28px, 5vw, 56px); opacity: 0; transform: translateX(30px) scale(.985); transition: opacity .55s ease, transform .55s ease; }
.welcome-slide.active { opacity: 1; transform: translateX(0) scale(1); }
.welcome-slide span { width: max-content; padding: 8px 11px; border-radius: 8px; color: var(--gold); background: rgba(255,255,255,.1); font-weight: 820; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.welcome-slide h3 { max-width: 720px; font-size: clamp(29px, 4.5vw, 48px); font-weight: 720; }
.welcome-slide p { max-width: 680px; color: rgba(255,255,255,.72); font-size: 18px; margin: 0; }
.welcome-controls { position: absolute; left: clamp(28px, 5vw, 56px); bottom: 24px; display: flex; gap: 9px; }
.welcome-dot { width: 42px; height: 4px; border: 0; border-radius: 999px; background: rgba(255,255,255,.28); cursor: pointer; }
.welcome-dot.active { background: linear-gradient(90deg, var(--cyan), var(--green)); }
.infra-map { position: relative; min-height: 410px; border-radius: 8px; background: linear-gradient(135deg, rgba(255,255,255,.56), rgba(255,255,255,.22)); border: 1px solid rgba(12,28,48,.1); box-shadow: var(--shadow); overflow: hidden; }
.infra-map::before { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(0,194,204,.2); border-radius: 50%; animation: mapSpin 18s linear infinite; }
.infra-map::after { content: ""; position: absolute; inset: 27%; border: 1px solid rgba(245,123,32,.18); border-radius: 50%; animation: mapSpin 12s linear infinite reverse; }
.map-core, .map-node { position: absolute; z-index: 2; display: grid; place-items: center; border-radius: 8px; font-weight: 850; box-shadow: 0 18px 44px rgba(5,17,31,.1); }
.map-core { left: 50%; top: 50%; width: 112px; height: 112px; border-radius: 50%; transform: translate(-50%, -50%); color: #06111f; background: linear-gradient(135deg, var(--cyan), var(--green)); }
.map-node { min-width: 92px; min-height: 44px; padding: 10px 14px; color: #18273b; background: rgba(255,255,255,.72); border: 1px solid rgba(12,28,48,.1); }
.n1 { left: 12%; top: 18%; }
.n2 { right: 10%; top: 22%; }
.n3 { left: 14%; bottom: 18%; }
.n4 { right: 13%; bottom: 18%; }
.map-line { position: absolute; z-index: 1; left: 50%; top: 50%; width: 32%; height: 2px; transform-origin: 0 0; background: linear-gradient(90deg, rgba(0,194,204,.55), transparent); }
.l1 { transform: rotate(218deg); }
.l2 { transform: rotate(318deg); }
.l3 { transform: rotate(142deg); }
.l4 { transform: rotate(42deg); }

.solution-wheel {
  min-height: 610px;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 50% 48%, rgba(0,194,204,.16), transparent 18%),
    radial-gradient(circle at 50% 50%, rgba(0,194,204,.08), transparent 44%),
    radial-gradient(circle at 8% 92%, rgba(0,194,204,.22), transparent 20%),
    radial-gradient(circle at 92% 8%, rgba(0,194,204,.14), transparent 22%),
    linear-gradient(135deg, #020b16 0%, #041322 48%, #020713 100%);
  border: 1px solid rgba(0,194,204,.2);
  box-shadow: 0 30px 90px rgba(0,0,0,.36);
}
.solution-wheel::before,
.solution-wheel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.solution-wheel::before {
  inset: 7%;
  z-index: 0;
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, transparent 0 35px, rgba(0,194,204,.11) 36px 37px),
    conic-gradient(from 12deg, transparent 0 13%, rgba(0,238,255,.68) 13.4% 14.5%, transparent 15% 32%, rgba(140,198,63,.66) 32.4% 33.5%, transparent 34% 58%, rgba(245,123,32,.66) 58.4% 59.5%, transparent 60% 100%);
  filter: drop-shadow(0 0 12px rgba(0,238,255,.18));
  opacity: .82;
  animation: mapSpin 26s linear infinite;
}
.solution-wheel::after {
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 12% 88%, rgba(0,238,255,.85) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 12%, rgba(0,238,255,.75) 0 1px, transparent 2px);
  background-size: 32px 32px, 28px 28px;
  mask-image: radial-gradient(circle at 50% 50%, transparent 0 44%, #000 75%);
  opacity: .28;
}
.wheel-orbits {
  position: absolute;
  inset: 13%;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
}
.orbit {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(0,194,204,.17);
}
.orbit-two { inset: 9%; border-color: rgba(140,198,63,.14); }
.orbit-three { inset: 18%; border-color: rgba(245,123,32,.12); }
.wheel-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  color: #06111f;
  background: linear-gradient(135deg, #20d5cb 0%, #8cc63f 100%);
  border: 7px solid rgba(255,255,255,.96);
  box-shadow: 0 0 28px rgba(0,238,255,.46), 0 24px 56px rgba(0,0,0,.34);
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}
.wheel-line {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 210px;
  height: 3px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(255,255,255,.95), #15f3ff 28%, rgba(21,243,255,.82) 76%, transparent);
  box-shadow: 0 0 12px rgba(21,243,255,.9);
}
.wheel-line::before,
.wheel-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #f6ffff;
  box-shadow: 0 0 15px #15f3ff;
}
.wheel-line::before { left: 0; }
.wheel-line::after { right: 0; }
.wl-top { transform: rotate(-90deg); }
.wl-right-top { transform: rotate(-30deg); }
.wl-right-bottom { transform: rotate(30deg); }
.wl-bottom { transform: rotate(90deg); }
.wl-left-bottom { transform: rotate(150deg); }
.wl-left-top { transform: rotate(210deg); }
.wheel-card {
  position: absolute;
  z-index: 5;
  display: grid;
  place-items: center;
  gap: 10px;
  width: 190px;
  min-height: 96px;
  padding: 8px;
  text-align: center;
  border-radius: 8px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.wheel-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #15dff0;
  filter: drop-shadow(0 0 10px currentColor);
}
.wheel-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 4.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.wheel-icon svg circle,
.wheel-icon svg rect {
  fill: none;
}
.wheel-card strong {
  color: #e9fbff;
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.05;
  font-weight: 900;
  text-shadow: 0 4px 14px rgba(0,0,0,.98), 0 0 16px rgba(0,238,255,.42);
}
.wheel-top {
  left: 50%;
  top: 6%;
  width: 245px;
  transform: translateX(-50%);
}
.wheel-right-top { right: 3%; top: 27%; }
.wheel-right-bottom { right: 5%; bottom: 23%; }
.wheel-bottom {
  left: 50%;
  bottom: 8%;
  width: 230px;
  transform: translateX(-50%);
}
.wheel-left-bottom { left: 5%; bottom: 23%; }
.wheel-left-top { left: 3%; top: 27%; }
.wheel-top strong { color: #dffbff; }
.wheel-right-top strong { color: #dcebff; }
.wheel-right-bottom strong,
.wheel-left-top strong { color: #e8ffd6; }
.wheel-bottom strong,
.wheel-left-bottom strong { color: #fff1d8; }
.wheel-right-top .wheel-icon { color: #268dff; }
.wheel-right-bottom .wheel-icon,
.wheel-left-top .wheel-icon { color: #8cc63f; }
.wheel-bottom .wheel-icon,
.wheel-left-bottom .wheel-icon { color: #f6a21a; }
.wheel-caption {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(90%, 560px);
  transform: translateX(-50%);
  color: #16e3dd;
  font-size: clamp(18px, 2.6vw, 27px);
  font-weight: 500;
}
.wheel-caption strong {
  font-weight: 500;
  background: linear-gradient(90deg, #14e4e2, #8cc63f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}
.wheel-caption span {
  width: 76px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #15f3ff);
  position: relative;
}
.wheel-caption span:first-child { background: linear-gradient(90deg, #f57b20, transparent); }
.wheel-caption span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3px;
  width: 0;
  height: 0;
  border-block: 7px solid transparent;
  border-left: 13px solid #15f3ff;
  transform: translateY(-50%);
}
.wheel-caption span:first-child::after {
  left: -3px;
  right: auto;
  border-left: 0;
  border-right: 13px solid #f57b20;
}

.about-section { background: linear-gradient(135deg, #dfe8ee, var(--steel)); }
.about-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: clamp(20px, 4vw, 44px); align-items: stretch; }
.about-story { display: grid; gap: 18px; padding: clamp(24px, 4vw, 38px); border-radius: 8px; border: 1px solid rgba(12,28,48,.1); background: rgba(248,251,252,.68); box-shadow: var(--shadow); }
.about-story p { margin: 0; color: #415066; font-size: 17px; }
.about-proof { display: grid; align-content: center; gap: 18px; padding: clamp(24px, 4vw, 38px); border-radius: 8px; color: #fff; background: radial-gradient(circle at 88% 12%, rgba(0,194,204,.28), transparent 32%), linear-gradient(135deg, #071321, #172b48); box-shadow: var(--shadow); overflow: hidden; }
.about-proof span { width: max-content; padding: 8px 11px; border-radius: 8px; color: var(--gold); background: rgba(255,255,255,.1); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 820; }
.about-proof strong { max-width: 460px; font-size: clamp(28px, 4vw, 46px); line-height: 1.06; font-weight: 760; }
.about-proof div { display: flex; flex-wrap: wrap; gap: 8px; }
.about-proof em { padding: 9px 11px; border-radius: 999px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.08); color: rgba(255,255,255,.78); font-style: normal; font-size: 13px; font-weight: 760; }

.services-section {
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(0,194,204,.18), transparent 30%),
    radial-gradient(circle at 86% 72%, rgba(140,198,63,.16), transparent 26%),
    linear-gradient(135deg, #06111f 0%, #0d1b2d 58%, #06101d 100%);
}
.services-section .section-head p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.service-showcase {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(240px, 330px) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  min-height: 560px;
  padding: clamp(18px, 3vw, 30px);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035)),
    rgba(3,10,20,.74);
  box-shadow: 0 28px 90px rgba(0,0,0,.28);
}
.service-showcase::before,
.service-showcase::after,
.service-orbit {
  content: "";
  position: absolute;
  pointer-events: none;
}
.service-showcase::before {
  inset: -40% 35% auto -20%;
  height: 72%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,238,255,.18), transparent 64%);
  filter: blur(8px);
}
.service-showcase::after {
  right: -12%;
  bottom: -26%;
  width: 46%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,123,32,.16), transparent 62%);
}
.service-orbit {
  inset: 9%;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid rgba(0,238,255,.1);
  background: repeating-radial-gradient(circle, transparent 0 42px, rgba(0,194,204,.075) 43px 44px);
  opacity: .65;
}
.service-tabs {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  align-content: start;
}
.service-tab {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.11);
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.055);
  cursor: pointer;
  text-align: left;
  font-weight: 850;
  transition: transform .25s ease, color .25s ease, background .25s ease, border-color .25s ease;
}
.service-tab-icon {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  color: #06111f;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  box-shadow: 0 0 16px rgba(0,238,255,.16);
  overflow: hidden;
}
.service-tab-icon svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #06111f;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .25s ease, filter .25s ease;
}
.service-tab-icon svg circle,
.service-tab-icon svg rect {
  fill: none;
}
.service-tab.active .service-tab-icon svg,
.service-tab:hover .service-tab-icon svg {
  transform: scale(1.08);
  filter: drop-shadow(0 0 4px rgba(255,255,255,.18));
}
.service-tab.active .service-tab-icon,
.service-tab:hover .service-tab-icon {
  animation: serviceIconPulse 1.8s ease-in-out infinite;
}
.service-tab:hover,
.service-tab.active {
  transform: translateX(6px);
  color: #fff;
  border-color: rgba(0,238,255,.46);
  background: linear-gradient(135deg, rgba(0,194,204,.18), rgba(140,198,63,.09));
}
.service-tab:hover,
.service-tab.active {
  transform: translateX(6px);
  color: #fff;
  border-color: rgba(0,238,255,.46);
  background: linear-gradient(135deg, rgba(0,194,204,.18), rgba(140,198,63,.09));
}
.service-stage {
  position: relative;
  z-index: 2;
  min-height: 500px;
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 22%, rgba(0,238,255,.16), transparent 25%),
    linear-gradient(145deg, rgba(5,16,30,.86), rgba(4,11,22,.96));
  border: 1px solid rgba(0,238,255,.15);
}
.service-panel {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  gap: 22px;
  padding: clamp(26px, 5vw, 56px);
  opacity: 0;
  transform: translateY(18px) scale(.985);
  pointer-events: none;
  transition: opacity .45s ease, transform .45s ease;
}
.service-panel.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.service-panel-head {
  display: flex;
  align-items: center;
  gap: 18px;
}
.service-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  color: #06111f;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  box-shadow: 0 0 32px rgba(0,238,255,.26);
  font-size: 22px;
  font-weight: 950;
}
.service-mark::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  border: 1px solid rgba(0,238,255,.42);
}
.service-panel-head p {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.service-panel h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: .98;
  font-weight: 780;
}
.service-panel > p {
  max-width: 820px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(17px, 1.8vw, 20px);
}
.service-panel ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.service-panel li {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border-radius: 8px;
  color: #e9fbff;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.095);
  font-size: 13px;
  font-weight: 820;
}
.service-panel li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  margin-right: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  box-shadow: 0 0 12px rgba(0,238,255,.5);
}
.service-progress {
  position: absolute;
  left: clamp(18px, 3vw, 30px);
  right: clamp(18px, 3vw, 30px);
  bottom: 18px;
  z-index: 4;
  height: 4px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,.1);
}
.service-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--green), var(--gold));
  animation: serviceProgress 5s linear infinite;
}
.service-showcase.is-paused .service-progress span { animation-play-state: paused; }

.why-section { background: linear-gradient(135deg, var(--mist), #e4edf2); }
.why-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.why-card { min-height: 275px; display: flex; flex-direction: column; padding: 24px; border-radius: 8px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.76), rgba(255,255,255,.46)); box-shadow: 0 14px 42px rgba(5,17,31,.07); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.why-card:hover { transform: translateY(-6px); border-color: rgba(0,194,204,.36); box-shadow: var(--shadow); }
.why-card span { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 24px; border-radius: 8px; color: #06111f; background: linear-gradient(135deg, rgba(0,194,204,.32), rgba(140,198,63,.32)); font-weight: 900; }
.why-card p { margin: 0; color: var(--muted); }

.technology { color: #fff; background: linear-gradient(135deg, #071321, #142947); overflow: hidden; }
.technology .section-head p { color: rgba(255,255,255,.68); }
.tech-marquee { border-block: 1px solid rgba(255,255,255,.12); padding: 18px 0; overflow: hidden; }
.tech-track { display: flex; width: max-content; gap: 12px; animation: marquee 30s linear infinite; }
.tech-track span { min-width: 128px; padding: 13px 16px; text-align: center; border-radius: 8px; color: rgba(255,255,255,.86); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); font-weight: 820; }
.proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 34px; }
.proof-card { min-height: 150px; padding: 22px; border-radius: 8px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.proof-card strong { display: block; font-size: clamp(30px, 4vw, 46px); line-height: 1; color: #fff; }
.proof-card span { display: block; margin-top: 12px; color: rgba(255,255,255,.68); font-weight: 760; }

.industries { background: linear-gradient(135deg, #dfe8ee, var(--steel)); }
.industry-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.industry-card { min-height: 230px; padding: 22px; border-radius: 8px; color: #fff; background: linear-gradient(135deg, #10213a, #1c3557); box-shadow: 0 16px 46px rgba(5,17,31,.11); }
.industry-card:nth-child(2n) { background: linear-gradient(135deg, #07353c, #14535c); }
.industry-card:nth-child(3n) { background: linear-gradient(135deg, #071321, #172b48); }
.industry-card span { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 22px; border-radius: 8px; background: rgba(255,255,255,.1); color: var(--gold); font-weight: 900; }
.industry-card p { color: rgba(255,255,255,.68); margin: 0; }

.contact { background: linear-gradient(135deg, #dce6ec, var(--steel)); }
.contact-box { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, 420px); gap: 28px; align-items: center; margin: 0 auto; padding: clamp(28px, 5vw, 54px); border-radius: 8px; background: rgba(248,251,252,.72); box-shadow: var(--shadow); border: 1px solid rgba(12,28,48,.08); }
.contact-box p { color: var(--muted); font-size: 17px; }
.contact-card { display: grid; gap: 12px; padding: 24px; color: #fff; border-radius: 8px; background: linear-gradient(135deg, #071321, #172b48); }
.contact-card strong { font-size: 23px; font-weight: 760; }
.contact-card span { color: rgba(255,255,255,.68); }
.contact-card a:not(.btn) { padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.86); font-weight: 760; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 34px clamp(18px, 5vw, 78px); color: #fff; background: #050b14; }
.footer-brand { display: grid; gap: 4px; }
.footer-brand span { color: rgba(255,255,255,.62); }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; color: rgba(255,255,255,.72); font-weight: 760; }
.footer-links a:hover { color: #fff; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes logoTilt { 0%,100% { transform: rotateY(-8deg) rotateX(4deg) translateY(0); } 50% { transform: rotateY(9deg) rotateX(-3deg) translateY(-3px); } }
@keyframes logoAura { 0%,100% { opacity: .48; transform: scale(.96); } 50% { opacity: .88; transform: scale(1.07); } }
@keyframes logoShine { 0%,42% { transform: translateX(-140%); opacity: 0; } 52% { opacity: .8; } 68%,100% { transform: translateX(140%); opacity: 0; } }
@keyframes spark { 0%,62%,100% { opacity: 0; transform: translate(0,0) scale(.4); } 74% { opacity: 1; transform: translate(8px,-8px) scale(1); } 86% { opacity: .2; transform: translate(14px,-15px) scale(.65); } }
@keyframes titleGlow { 0%,100% { filter: drop-shadow(0 0 0 rgba(0,194,204,0)); } 50% { filter: drop-shadow(0 0 12px rgba(0,194,204,.28)); } }
@keyframes ribbonDrift { from { transform: translateX(-2%) skewX(-2deg); } to { transform: translateX(4%) skewX(2deg); } }
@keyframes particleFloat { 0%,100% { opacity: .2; transform: translateY(0) scale(.7); } 50% { opacity: .95; transform: translateY(-18px) scale(1); } }
@keyframes meterPulse { 0%,100% { width: 58%; } 50% { width: 88%; } }
@keyframes mapSpin { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes serviceProgress { from { width: 0; } to { width: 100%; } }
@keyframes serviceIconPulse { 0%,100% { transform: translateY(0) scale(1); filter: saturate(1); } 50% { transform: translateY(-2px) scale(1.08); filter: saturate(1.2); } }

@media (max-width: 1100px) {
  .hero, .welcome-layout, .contact-box { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-showcase { grid-template-columns: 1fr; }
  .service-tabs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .service-tab { transform: none; }
  .service-tab:hover,
  .service-tab.active { transform: translateY(-3px); }
  .why-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solution-wheel { min-height: 680px; }
  .wheel-line { width: min(29vw, 220px); }
}
@media (max-width: 760px) {
  .site-header { inset: 10px 12px auto; min-height: 66px; }
  .logo-stage { width: 84px; height: 38px; }
  .logo-stage img { width: 80px; height: 34px; }
  .brand-title { font-size: 15px; max-width: 120px; white-space: normal; line-height: 1.05; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; top: 84px; left: 12px; right: 12px; display: none; flex-direction: column; align-items: stretch; padding: 12px; background: rgba(5,14,27,.96); border: 1px solid rgba(255,255,255,.14); border-radius: 8px; }
  .site-nav.open { display: flex; }
  .hero { min-height: 930px; padding: 126px 18px 48px; }
  .hero-overlay { background: linear-gradient(180deg, rgba(4,10,20,.96), rgba(5,13,25,.78)); }
  .hero-stats, .service-grid, .why-card-grid, .proof-grid, .industry-grid { grid-template-columns: 1fr; }
  .service-showcase { min-height: auto; padding: 16px; }
  .service-tabs { grid-template-columns: 1fr 1fr; gap: 8px; }
  .service-tab { min-height: 52px; padding: 9px; font-size: 13px; }
  .service-tab-icon { width: 28px; height: 28px; }
  .service-stage { min-height: 660px; }
  .service-panel { padding: 24px 18px 38px; align-content: start; }
  .service-panel-head { align-items: flex-start; }
  .service-mark { width: 62px; height: 62px; font-size: 18px; }
  .service-panel h3 { font-size: 34px; }
  .service-panel ul { grid-template-columns: 1fr; gap: 9px; }
  .service-panel li { min-height: 46px; }
  .welcome-slider, .infra-map { min-height: 430px; }
  .solution-wheel { min-height: 720px; }
  .solution-wheel::before { inset: 18% 2%; }
  .wheel-core { width: 108px; height: 108px; font-size: 21px; border-width: 5px; }
  .wheel-line { width: 28vw; }
  .wheel-card { width: 142px; min-height: 92px; padding: 14px 10px; gap: 9px; }
  .wheel-icon { width: 36px; height: 36px; }
  .wheel-card strong { font-size: 16px; }
  .wheel-top { width: 190px; top: 5%; }
  .wheel-bottom { width: 190px; bottom: 9%; }
  .wheel-left-top { left: 2%; top: 29%; }
  .wheel-right-top { right: 2%; top: 29%; }
  .wheel-left-bottom { left: 2%; bottom: 27%; }
  .wheel-right-bottom { right: 2%; bottom: 27%; }
  .wheel-caption { bottom: 20px; gap: 10px; font-size: 18px; }
  .wheel-caption span { width: 34px; }
  .service-card { min-height: 280px; }
  .site-footer { flex-direction: column; align-items: flex-start; }
}

/* Hero card icons — no Font Awesome dependency */
.hero-card-inline-icon { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.card-header .hero-card-inline-icon { flex: 0 0 auto; margin: 0; }
.feature .hero-card-inline-icon { display: block; margin: 0 auto 12px; }
.hero-card-inline-icon--header { color: #f6b727; }
.hero-card-inline-icon--shield { color: #00c2cc; }
.hero-card-inline-icon--growth { color: #8cc63f; }
.hero-card-inline-icon--support { color: #f57b20; }

.hero-card .card-header > i,
.hero-card .feature > i {
  display: inline-block !important;
  font-family: inherit !important;
  font-size: 0 !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hero-card .card-header > i::before,
.hero-card .feature > i::before {
  content: none !important;
}

/* Reliable Technology icon */
.hero-card .card-header > i {
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f6b727' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 2.3 4.7 5.2.8-3.8 3.7.9 5.2-4.6-2.4-4.6 2.4.9-5.2-3.8-3.7 5.2-.8L12 3Z'/%3E%3C/svg%3E");
}

/* Proven Expertise — shield */
.hero-card .feature:nth-child(1) > i {
  width: 34px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300c2cc' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.5 19 6v5.3c0 4.3-2.8 7.7-7 9.2-4.2-1.5-7-4.9-7-9.2V6l7-2.5Z'/%3E%3Cpath d='m8.7 11.9 2.1 2.1 4.5-4.7'/%3E%3C/svg%3E");
}

/* Scalable Solutions — growth chart */
.hero-card .feature:nth-child(2) > i {
  width: 34px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238cc63f' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19.5h16M6.5 17v-4M11.5 17V9M16.5 17V5'/%3E%3Cpath d='m5.5 10 5-4 3.2 2.2L20 3.5M16.5 3.5H20V7'/%3E%3C/svg%3E");
}

/* Dedicated Support — headset */
.hero-card .feature:nth-child(3) > i {
  width: 34px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f57b20' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 14v-2a7.5 7.5 0 0 1 15 0v2'/%3E%3Cpath d='M4.5 13h3.2v5H5.5a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1ZM19.5 13h-3.2v5h2.2a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1Z'/%3E%3Cpath d='M16.3 18c0 1.4-1.4 2.5-3.2 2.5h-1.4'/%3E%3C/svg%3E");
}

/* =========================================================
   VVTECH - OUR APPROACH
   Replaces the previous welcome slider presentation.
   Scoped to .vv-approach so existing site sections are safe.
   ========================================================= */

.vv-approach {
  --vv-green: #b6ff3c;
  --vv-green-2: #8ed52d;
  --vv-green-deep: #5cab18;
  --vv-green-glow: rgba(182,255,60,.30);
  --vv-dark: #020b0b;
  --vv-dark-2: #061615;
  --vv-text: #f5f8f5;
  --vv-text-soft: rgba(235,242,236,.72);
  position: relative;
  padding: clamp(74px, 9vw, 118px) clamp(18px, 5vw, 78px);
  overflow: hidden;
  color: var(--vv-text);
  background:
    radial-gradient(circle at 88% 28%, rgba(115,255,0,.075), transparent 27%),
    radial-gradient(circle at 4% 85%, rgba(80,180,20,.055), transparent 30%),
    #020b0b;
}

.vv-approach::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(125deg, transparent 0 42%, rgba(182,255,60,.035) 43%, transparent 47%),
    linear-gradient(305deg, transparent 0 65%, rgba(182,255,60,.025) 66%, transparent 69%);
}

.vv-approach-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.vv-approach-intro {
  max-width: 820px;
  margin-bottom: 34px;
}

.vv-approach-intro .eyebrow {
  color: var(--vv-green);
  margin-bottom: 13px;
}

.vv-approach-intro .eyebrow::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 2px;
  margin-left: 14px;
  vertical-align: middle;
  background: linear-gradient(90deg, var(--vv-green), transparent);
}

.vv-approach-intro h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.06;
  letter-spacing: -1.5px;
}

.vv-approach-intro h2 span {
  color: var(--vv-green);
}

.vv-approach-intro > p:last-child {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--vv-text-soft);
  font-size: 16px;
  line-height: 1.7;
}

.vv-approach-panel {
  position: relative;
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(182,255,60,.17);
  border-radius: 10px;
  background:
    linear-gradient(120deg, rgba(6,22,21,.98), rgba(2,11,11,.98));
  box-shadow:
    0 30px 90px rgba(0,0,0,.38),
    inset 0 0 70px rgba(182,255,60,.018);
}

.vv-stage-navigation {
  position: relative;
  z-index: 5;
  padding: 18px 12px;
  border-right: 1px solid rgba(182,255,60,.13);
  background: linear-gradient(180deg, rgba(6,25,22,.92), rgba(2,14,13,.92));
}

.vv-stage-navigation::before {
  content: "";
  position: absolute;
  left: 47px;
  top: 48px;
  bottom: 48px;
  width: 1px;
  background: linear-gradient(180deg, rgba(182,255,60,.48), rgba(182,255,60,.06));
}

.vv-stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 50px 38px 1fr;
  align-items: center;
  width: 100%;
  height: 67px;
  padding: 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.045);
  border-radius: 8px;
  color: rgba(235,242,236,.70);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: background .28s ease, color .28s ease, transform .28s ease, box-shadow .28s ease;
}

.vv-stage:hover {
  color: #fff;
  background: rgba(182,255,60,.045);
}

.vv-stage.active {
  color: #071007;
  background: linear-gradient(100deg, #69bb20, var(--vv-green));
  box-shadow: 0 8px 28px rgba(120,255,30,.15);
}

.vv-stage.active::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 11px solid var(--vv-green);
}

.vv-stage-icon {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(182,255,60,.28);
  border-radius: 9px;
  color: var(--vv-green);
  background: rgba(182,255,60,.045);
  font-size: 21px;
  line-height: 1;
}

.vv-stage.active .vv-stage-icon {
  color: #fff;
  background: rgba(0,0,0,.17);
  border-color: rgba(0,0,0,.16);
}

.vv-stage-number {
  font-size: 13px;
  font-weight: 800;
}

.vv-stage-name {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .25px;
}

.vv-stage.active .vv-stage-number,
.vv-stage.active .vv-stage-name {
  color: #071007;
}

.vv-approach-content {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 48px 46px 92px;
}

.vv-slide-content {
  position: relative;
  z-index: 3;
  max-width: 910px;
  transition: opacity .22s ease, transform .22s ease;
}

.vv-slide-content.vv-changing {
  opacity: 0;
  transform: translateY(8px);
}

.vv-slide-top {
  display: flex;
  align-items: center;
  gap: 24px;
}

.vv-large-number {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(182,255,60,.55);
  border-radius: 50%;
  color: var(--vv-green);
  background: radial-gradient(circle, rgba(182,255,60,.12), rgba(182,255,60,.015) 66%);
  box-shadow: 0 0 30px rgba(182,255,60,.06);
  font-size: 38px;
  font-weight: 650;
}

.vv-slide-label {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 7px;
  color: var(--vv-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .13em;
}

.vv-slide-label span {
  width: 30px;
  height: 2px;
  background: var(--vv-green);
}

.vv-slide-content h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 3.2vw, 47px);
  line-height: 1.08;
  letter-spacing: -1px;
}

.vv-slide-description {
  max-width: 800px;
  margin: 24px 0 27px;
  color: var(--vv-text-soft);
  font-size: 15px;
  line-height: 1.7;
}

.vv-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 1110px;
}

.vv-feature {
  display: flex;
  align-items: center;
  min-height: 49px;
  padding: 10px 13px;
  border: 1px solid rgba(182,255,60,.10);
  border-radius: 6px;
  color: rgba(245,249,245,.84);
  background: linear-gradient(100deg, rgba(18,40,34,.80), rgba(7,22,21,.72));
  font-size: 11.5px;
  font-weight: 700;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.vv-feature:hover {
  transform: translateY(-2px);
  border-color: rgba(182,255,60,.34);
  background: rgba(182,255,60,.055);
}

.vv-feature i {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--vv-green);
  box-shadow: 0 0 9px rgba(182,255,60,.65);
}

.vv-tech-globe {
  position: absolute;
  z-index: 1;
  right: -105px;
  top: -42px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  opacity: .72;
  pointer-events: none;
  background:
    radial-gradient(circle at 35% 32%, rgba(182,255,60,.13), rgba(91,190,25,.045) 32%, transparent 65%);
  border: 1px solid rgba(182,255,60,.30);
  box-shadow:
    0 0 55px rgba(110,255,0,.07),
    inset 0 0 85px rgba(110,255,0,.06);
}

.vv-tech-globe::before,
.vv-tech-globe::after {
  content: "";
  position: absolute;
  inset: 7%;
  border-radius: 50%;
  border: 1px solid rgba(182,255,60,.13);
}

.vv-tech-globe::after {
  inset: 22% 8%;
  transform: rotate(-15deg);
  border-color: rgba(182,255,60,.11);
}

.vv-globe-latitude {
  position: absolute;
  inset: 16% 5%;
  border: 1px solid rgba(182,255,60,.12);
  border-radius: 50%;
  transform: rotate(-10deg);
}

.vv-globe-longitude {
  position: absolute;
  inset: 3% 26%;
  border: 1px solid rgba(182,255,60,.11);
  border-radius: 50%;
  transform: rotate(12deg);
}

.vv-globe-dots {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-image: radial-gradient(circle, rgba(182,255,60,.78) 1px, transparent 1.5px);
  background-size: 13px 13px;
  mask-image: radial-gradient(circle, #000 0 56%, transparent 76%);
  -webkit-mask-image: radial-gradient(circle, #000 0 56%, transparent 76%);
  opacity: .30;
}

.vv-slide-controls {
  position: absolute;
  z-index: 6;
  left: 46px;
  right: 46px;
  bottom: 25px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.vv-arrow {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(182,255,60,.16);
  border-radius: 50%;
  color: #829087;
  background: rgba(3,13,13,.72);
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
  transition: all .25s ease;
}

.vv-arrow:hover {
  color: var(--vv-green);
  border-color: var(--vv-green);
  box-shadow: 0 0 18px rgba(182,255,60,.12);
}

.vv-arrow-next {
  color: var(--vv-green);
  border-color: rgba(182,255,60,.48);
}

.vv-progress {
  flex: 1;
  height: 4px;
  margin-left: 17px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
}

.vv-progress span {
  display: block;
  width: 14.285%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--vv-green-2), var(--vv-green));
  box-shadow: 0 0 12px rgba(182,255,60,.34);
  transition: width .42s ease;
}

/* subtle green glow animation on the globe */
@keyframes vvGlobePulse {
  0%, 100% { transform: scale(1); opacity: .68; }
  50% { transform: scale(1.015); opacity: .82; }
}
.vv-tech-globe {
  animation: vvGlobePulse 6s ease-in-out infinite;
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
  .vv-tech-globe,
  .vv-slide-content,
  .vv-feature,
  .vv-stage,
  .vv-progress span {
    animation: none !important;
    transition: none !important;
  }
}

/* Tablet */
@media (max-width: 1100px) {
  .vv-approach-panel {
    grid-template-columns: 235px minmax(0, 1fr);
  }

  .vv-approach-content {
    padding: 38px 30px 90px;
  }

  .vv-stage {
    grid-template-columns: 45px 34px 1fr;
    padding: 0 8px;
  }

  .vv-stage-navigation::before {
    left: 43px;
  }

  .vv-stage-icon {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .vv-stage-name {
    font-size: 11px;
  }

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

  .vv-tech-globe {
    right: -225px;
    opacity: .45;
  }

  .vv-slide-controls {
    left: 30px;
    right: 30px;
  }
}

/* Mobile */
@media (max-width: 780px) {
  .vv-approach {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .vv-approach-intro h2 {
    font-size: 36px;
  }

  .vv-approach-panel {
    display: block;
    min-height: 0;
  }

  .vv-stage-navigation {
    display: flex;
    gap: 6px;
    padding: 10px;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(182,255,60,.12);
    scrollbar-width: thin;
  }

  .vv-stage-navigation::before {
    display: none;
  }

  .vv-stage {
    flex: 0 0 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    height: 72px;
    padding: 7px;
    text-align: center;
  }

  .vv-stage.active::after {
    display: none;
  }

  .vv-stage-icon {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    font-size: 16px;
  }

  .vv-stage-number {
    display: none;
  }

  .vv-stage-name {
    font-size: 10px;
  }

  .vv-approach-content {
    padding: 32px 20px 84px;
  }

  .vv-slide-top {
    align-items: flex-start;
    gap: 16px;
  }

  .vv-large-number {
    width: 72px;
    height: 72px;
    font-size: 29px;
  }

  .vv-slide-content h3 {
    font-size: 28px;
  }

  .vv-slide-description {
    font-size: 14px;
  }

  .vv-feature-grid {
    grid-template-columns: 1fr;
  }

  .vv-tech-globe {
    width: 360px;
    height: 360px;
    right: -185px;
    top: 80px;
    opacity: .20;
  }

  .vv-slide-controls {
    left: 20px;
    right: 20px;
    bottom: 22px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .vv-approach-intro h2 {
    font-size: 31px;
    letter-spacing: -1px;
  }

  .vv-slide-top {
    display: block;
  }

  .vv-large-number {
    width: 65px;
    height: 65px;
    margin-bottom: 17px;
  }

  .vv-slide-content h3 {
    font-size: 26px;
  }

  .vv-feature {
    font-size: 12px;
  }
}

/* =========================================================
   VVTECH APPROACH - 65/35 DESKTOP COMPOSITION
   Uses the exact VVTech website palette: cyan, green, orange, gold.
   The 7-stage methodology stays left; the existing 360° animation
   occupies the remaining right-side space.
   ========================================================= */
.vv-approach {
  --vv-cyan: #00c2cc;
  --vv-green: #8cc63f;
  --vv-orange: #f57b20;
  --vv-gold: #f6b727;
  --vv-green-soft: rgba(140,198,63,.18);
  --vv-cyan-soft: rgba(0,194,204,.16);
  --vv-dark: #050d19;
  --vv-dark-2: #071321;
  --vv-text: #ffffff;
  --vv-text-soft: rgba(255,255,255,.74);
  background:
    radial-gradient(circle at 75% 18%, rgba(0,194,204,.10), transparent 26%),
    radial-gradient(circle at 8% 88%, rgba(140,198,63,.07), transparent 24%),
    #050d19;
}

.vv-approach::before {
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(0,194,204,.035) 45%, transparent 49%),
    linear-gradient(115deg, transparent 0 66%, rgba(140,198,63,.03) 67%, transparent 71%);
}

.vv-approach-container {
  max-width: 1680px;
}

.vv-approach-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(300px, 1fr);
  gap: clamp(20px, 2.2vw, 34px);
  align-items: stretch;
}

.vv-approach-main {
  min-width: 0;
}

.vv-approach-intro {
  max-width: 900px;
  margin-bottom: 26px;
}

.vv-approach-intro .eyebrow {
  color: var(--vv-orange);
}

.vv-approach-intro .eyebrow::after {
  background: linear-gradient(90deg, var(--vv-orange), transparent);
}

.vv-approach-intro h2 {
  font-size: clamp(34px, 3.7vw, 54px);
  letter-spacing: -.8px;
}

.vv-approach-intro h2 span {
  color: var(--vv-green);
}

.vv-approach-intro > p:last-child {
  max-width: 760px;
  color: var(--vv-text-soft);
}

.vv-approach-panel {
  grid-template-columns: 205px minmax(0, 1fr);
  min-height: 610px;
  border-color: rgba(0,194,204,.20);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 10%, rgba(0,194,204,.08), transparent 28%),
    linear-gradient(135deg, rgba(7,19,33,.98), rgba(5,13,25,.98));
  box-shadow: 0 28px 75px rgba(0,0,0,.30), inset 0 0 70px rgba(0,194,204,.025);
}

.vv-stage-navigation {
  padding: 16px 10px;
  border-right-color: rgba(0,194,204,.14);
  background: linear-gradient(180deg, rgba(7,25,40,.94), rgba(5,17,29,.94));
}

.vv-stage-navigation::before {
  left: 40px;
  background: linear-gradient(180deg, rgba(0,194,204,.50), rgba(140,198,63,.18), rgba(0,194,204,.04));
}

.vv-stage {
  grid-template-columns: 43px 34px 1fr;
  height: 69px;
  padding: 0 8px;
  color: rgba(255,255,255,.72);
}

.vv-stage:hover {
  background: rgba(0,194,204,.055);
}

.vv-stage.active {
  color: #06111f;
  background: linear-gradient(135deg, var(--vv-cyan), var(--vv-green));
  box-shadow: 0 9px 28px rgba(0,194,204,.14);
}

.vv-stage.active::after {
  border-left-color: var(--vv-green);
}

.vv-stage-icon {
  width: 34px;
  height: 34px;
  color: var(--vv-green);
  border-color: rgba(140,198,63,.30);
  background: rgba(140,198,63,.045);
}

.vv-stage.active .vv-stage-icon {
  color: #fff;
  background: rgba(5,13,25,.18);
  border-color: rgba(5,13,25,.12);
}

.vv-stage.active .vv-stage-number,
.vv-stage.active .vv-stage-name {
  color: #06111f;
}

.vv-approach-content {
  padding: 42px 34px 84px;
}

.vv-slide-content {
  max-width: 760px;
}

.vv-large-number {
  width: 78px;
  height: 78px;
  color: var(--vv-green);
  border-color: rgba(140,198,63,.58);
  background: radial-gradient(circle, rgba(140,198,63,.13), rgba(0,194,204,.025) 66%);
  box-shadow: 0 0 28px rgba(140,198,63,.07);
  font-size: 32px;
}

.vv-slide-label {
  color: var(--vv-green);
}

.vv-slide-label span {
  background: var(--vv-green);
}

.vv-slide-content h3 {
  font-size: clamp(28px, 2.65vw, 43px);
  letter-spacing: -.6px;
}

.vv-slide-description {
  max-width: 700px;
  margin: 21px 0 24px;
  font-size: 14px;
}

.vv-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.vv-feature {
  min-height: 45px;
  border-color: rgba(0,194,204,.11);
  background: linear-gradient(100deg, rgba(12,34,48,.78), rgba(7,20,32,.72));
  font-size: 11px;
}

.vv-feature:hover {
  border-color: rgba(140,198,63,.34);
  background: rgba(140,198,63,.055);
}

.vv-feature i {
  background: linear-gradient(135deg, var(--vv-cyan), var(--vv-green));
  box-shadow: 0 0 9px rgba(0,194,204,.48);
}

/* Keep the globe subtle because the real 360° animation is now beside it. */
.vv-tech-globe {
  right: -185px;
  top: 8px;
  width: 420px;
  height: 420px;
  opacity: .34;
  background: radial-gradient(circle at 35% 32%, rgba(0,194,204,.13), rgba(140,198,63,.035) 34%, transparent 68%);
  border-color: rgba(0,194,204,.22);
  box-shadow: 0 0 55px rgba(0,194,204,.045), inset 0 0 85px rgba(140,198,63,.035);
}

.vv-tech-globe::before,
.vv-tech-globe::after,
.vv-globe-latitude,
.vv-globe-longitude {
  border-color: rgba(0,194,204,.10);
}

.vv-globe-dots {
  background-image: radial-gradient(circle, rgba(0,194,204,.72) 1px, transparent 1.5px);
  opacity: .20;
}

.vv-slide-controls {
  left: 34px;
  right: 34px;
  bottom: 21px;
}

.vv-arrow {
  border-color: rgba(0,194,204,.20);
  background: rgba(5,13,25,.78);
}

.vv-arrow:hover {
  color: var(--vv-green);
  border-color: var(--vv-green);
  box-shadow: 0 0 18px rgba(140,198,63,.13);
}

.vv-arrow-next {
  color: var(--vv-green);
  border-color: rgba(140,198,63,.50);
}

.vv-progress span {
  background: linear-gradient(90deg, var(--vv-cyan), var(--vv-green));
  box-shadow: 0 0 12px rgba(0,194,204,.28);
}

/* Right-side retained 360° animation */
.vv-approach-visual {
  min-width: 0;
  min-height: 100%;
  display: flex;
  align-items: stretch;
}

.vv-approach-visual .solution-wheel {
  width: 100%;
  min-height: 100%;
  height: 100%;
  border-radius: 8px;
  border-color: rgba(0,194,204,.20);
  background:
    radial-gradient(circle at 50% 48%, rgba(0,194,204,.14), transparent 22%),
    radial-gradient(circle at 18% 84%, rgba(140,198,63,.09), transparent 25%),
    linear-gradient(135deg, #020b16 0%, #041322 55%, #020713 100%);
  box-shadow: 0 28px 75px rgba(0,0,0,.32);
}

.vv-approach-visual .solution-wheel::before {
  background:
    repeating-radial-gradient(circle, transparent 0 32px, rgba(0,194,204,.095) 33px 34px),
    conic-gradient(from 12deg, transparent 0 13%, rgba(0,194,204,.55) 13.4% 14.5%, transparent 15% 32%, rgba(140,198,63,.55) 32.4% 33.5%, transparent 34% 58%, rgba(245,123,32,.48) 58.4% 59.5%, transparent 60% 100%);
  opacity: .72;
}

.vv-approach-visual .wheel-core {
  width: 104px;
  height: 104px;
  color: #06111f;
  background: linear-gradient(135deg, var(--vv-cyan), var(--vv-green));
  border: 5px solid rgba(255,255,255,.92);
  box-shadow: 0 0 25px rgba(0,194,204,.38), 0 20px 45px rgba(0,0,0,.30);
  font-size: 21px;
}

.vv-approach-visual .wheel-line {
  width: 175px;
  background: linear-gradient(90deg, rgba(255,255,255,.88), var(--vv-cyan) 28%, rgba(0,194,204,.72) 76%, transparent);
  box-shadow: 0 0 10px rgba(0,194,204,.70);
}

.vv-approach-visual .wheel-line::after {
  box-shadow: 0 0 13px var(--vv-cyan);
}

.vv-approach-visual .wheel-icon {
  width: 38px;
  height: 38px;
}

.vv-approach-visual .wheel-card strong {
  font-size: 15px;
  text-shadow: 0 3px 12px rgba(0,0,0,.98), 0 0 12px rgba(0,194,204,.28);
}

.vv-approach-visual .wheel-top {
  top: 7%;
  width: 210px;
}

.vv-approach-visual .wheel-right-top { right: -1%; top: 27%; }
.vv-approach-visual .wheel-right-bottom { right: 0%; bottom: 23%; }
.vv-approach-visual .wheel-bottom { bottom: 8%; width: 205px; }
.vv-approach-visual .wheel-left-bottom { left: 0%; bottom: 23%; }
.vv-approach-visual .wheel-left-top { left: -1%; top: 27%; }

.vv-approach-visual .wheel-right-top .wheel-icon { color: var(--vv-cyan); }
.vv-approach-visual .wheel-right-bottom .wheel-icon,
.vv-approach-visual .wheel-left-top .wheel-icon { color: var(--vv-green); }
.vv-approach-visual .wheel-bottom .wheel-icon,
.vv-approach-visual .wheel-left-bottom .wheel-icon { color: var(--vv-orange); }
.vv-approach-visual .wheel-top .wheel-icon { color: var(--vv-cyan); }

.vv-approach-visual .wheel-caption {
  bottom: 16px;
  width: 90%;
  gap: 10px;
  font-size: 14px;
}

.vv-approach-visual .wheel-caption strong {
  background: linear-gradient(90deg, var(--vv-cyan), var(--vv-green));
  -webkit-background-clip: text;
  background-clip: text;
}

.vv-approach-visual .wheel-caption span {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--vv-cyan));
}

.vv-approach-visual .wheel-caption span:first-child {
  background: linear-gradient(90deg, var(--vv-orange), transparent);
}

.vv-approach-visual .wheel-caption span::after {
  border-left-color: var(--vv-cyan);
}

.vv-approach-visual .wheel-caption span:first-child::after {
  border-right-color: var(--vv-orange);
}

/* Desktop: make the two visual systems feel like one composition. */
@media (min-width: 1201px) {
  .vv-approach-layout { grid-template-columns: minmax(0, 65fr) minmax(300px, 35fr); }
  .vv-approach-visual { position: sticky; top: 100px; height: calc(100vh - 140px); min-height: 650px; }
}

@media (max-width: 1200px) {
  .vv-approach-layout { grid-template-columns: minmax(0, 1.55fr) minmax(280px, 1fr); }
  .vv-approach-panel { grid-template-columns: 190px minmax(0,1fr); }
  .vv-approach-visual .solution-wheel { min-height: 650px; }
  .vv-approach-visual .wheel-line { width: 145px; }
  .vv-approach-visual .wheel-card { width: 145px; }
  .vv-approach-visual .wheel-top { width: 170px; }
}

@media (max-width: 900px) {
  .vv-approach-layout { grid-template-columns: 1fr; }
  .vv-approach-visual { order: 2; min-height: 520px; }
  .vv-approach-visual .solution-wheel { min-height: 520px; }
  .vv-approach-visual .wheel-line { width: 175px; }
  .vv-approach-visual .wheel-card { width: 160px; }
  .vv-approach-visual .wheel-top { width: 190px; }
}

@media (max-width: 680px) {
  .vv-approach { padding-left: 14px; padding-right: 14px; }
  .vv-approach-panel { grid-template-columns: 1fr; }
  .vv-stage-navigation {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    padding: 9px;
    border-right: 0;
    border-bottom: 1px solid rgba(0,194,204,.14);
  }
  .vv-stage-navigation::before { display: none; }
  .vv-stage { grid-template-columns: 30px 1fr; height: 52px; padding: 0 5px; }
  .vv-stage-icon { width: 27px; height: 27px; font-size: 15px; }
  .vv-stage-number { display: none; }
  .vv-stage-name { font-size: 9px; }
  .vv-stage.active::after { display: none; }
  .vv-approach-content { padding: 30px 20px 78px; }
  .vv-slide-top { gap: 14px; }
  .vv-large-number { width: 64px; height: 64px; font-size: 25px; }
  .vv-slide-content h3 { font-size: 27px; }
  .vv-feature-grid { grid-template-columns: 1fr; }
  .vv-tech-globe { right: -210px; width: 380px; height: 380px; }
  .vv-approach-visual .solution-wheel { min-height: 500px; }
  .vv-approach-visual .wheel-line { width: 120px; }
  .vv-approach-visual .wheel-card { width: 115px; }
  .vv-approach-visual .wheel-card strong { font-size: 11px; }
  .vv-approach-visual .wheel-icon { width: 31px; height: 31px; }
  .vv-approach-visual .wheel-core { width: 82px; height: 82px; font-size: 17px; }
  .vv-approach-visual .wheel-caption { font-size: 11px; }
}

/* =========================================================
   VVTECH APPROACH - FINAL DESKTOP ALIGNMENT
   Match the existing site width, spacing and 65/35 composition.
   The right 360° animation aligns with the methodology panel,
   rather than stretching to the viewport height.
   ========================================================= */
@media (min-width: 1201px) {
  .vv-approach {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .vv-approach-container {
    max-width: 1500px;
  }

  .vv-approach-layout {
    grid-template-columns: minmax(0, 65fr) minmax(0, 35fr);
    column-gap: 28px;
    align-items: start;
  }

  .vv-approach-main {
    min-width: 0;
  }

  .vv-approach-intro {
    max-width: 900px;
    margin: 0 0 24px;
  }

  .vv-approach-intro h2 {
    font-size: clamp(38px, 3.15vw, 50px);
    line-height: 1.08;
    letter-spacing: -1px;
  }

  .vv-approach-intro > p:last-child {
    max-width: 760px;
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.65;
  }

  .vv-approach-panel {
    min-height: 560px;
    height: 560px;
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .vv-stage-navigation {
    padding: 14px 10px;
  }

  .vv-stage-navigation::before {
    left: 39px;
    top: 43px;
    bottom: 43px;
  }

  .vv-stage {
    grid-template-columns: 40px 32px minmax(0, 1fr);
    height: 70px;
    padding: 0 7px;
  }

  .vv-stage-icon {
    width: 33px;
    height: 33px;
    font-size: 19px;
  }

  .vv-stage-number {
    font-size: 12px;
  }

  .vv-stage-name {
    font-size: 12px;
    white-space: nowrap;
  }

  .vv-approach-content {
    padding: 34px 30px 78px;
  }

  .vv-large-number {
    width: 72px;
    height: 72px;
    font-size: 30px;
  }

  .vv-slide-top {
    gap: 22px;
  }

  .vv-slide-content h3 {
    font-size: clamp(28px, 2.35vw, 38px);
    line-height: 1.12;
  }

  .vv-slide-description {
    max-width: 650px;
    margin: 18px 0 20px;
    font-size: 13px;
    line-height: 1.65;
  }

  .vv-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .vv-feature {
    min-height: 43px;
    padding: 10px 12px;
    font-size: 10.5px;
  }

  .vv-slide-controls {
    left: 30px;
    right: 30px;
    bottom: 19px;
  }

  /* Right column begins exactly where the left methodology panel begins. */
  .vv-approach-visual {
    min-width: 0;
    min-height: 560px;
    height: 560px;
    padding-top: 0;
    align-self: start;
    display: block;
  }

  .vv-approach-visual::before {
    content: "360° END-TO-END IT SOLUTIONS";
    display: block;
    height: 0;
    overflow: visible;
    position: relative;
    top: -30px;
    color: rgba(255,255,255,.54);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-align: left;
    white-space: nowrap;
  }

  .vv-approach-visual .solution-wheel {
    width: 100%;
    height: 560px;
    min-height: 560px;
    border-radius: 8px;
  }

  .vv-approach-visual .wheel-core {
    width: 88px;
    height: 88px;
    font-size: 18px;
    border-width: 4px;
  }

  .vv-approach-visual .wheel-line {
    width: min(145px, 31%);
  }

  .vv-approach-visual .wheel-card {
    width: 112px;
    min-height: 74px;
  }

  .vv-approach-visual .wheel-card strong {
    font-size: 11px;
    line-height: 1.15;
  }

  .vv-approach-visual .wheel-icon {
    width: 30px;
    height: 30px;
  }

  .vv-approach-visual .wheel-top {
    top: 6%;
    width: 145px;
  }

  .vv-approach-visual .wheel-right-top {
    right: 1%;
    top: 25%;
  }

  .vv-approach-visual .wheel-right-bottom {
    right: 1%;
    bottom: 23%;
  }

  .vv-approach-visual .wheel-bottom {
    bottom: 8%;
    width: 145px;
  }

  .vv-approach-visual .wheel-left-bottom {
    left: 1%;
    bottom: 23%;
  }

  .vv-approach-visual .wheel-left-top {
    left: 1%;
    top: 25%;
  }

  .vv-approach-visual .wheel-caption {
    bottom: 14px;
    font-size: 11px;
  }

  .vv-approach-visual .wheel-caption span {
    width: 28px;
  }

  /* Remove the decorative globe from the left panel at desktop;
     the 360° visual already occupies the right column. */
  .vv-approach-content .vv-tech-globe {
    opacity: .10;
    right: -235px;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .vv-approach-layout {
    grid-template-columns: minmax(0, 64fr) minmax(280px, 36fr);
    column-gap: 20px;
    align-items: start;
  }

  .vv-approach-intro {
    margin-bottom: 22px;
  }

  .vv-approach-panel {
    min-height: 560px;
  }

  .vv-approach-visual {
    min-height: 560px;
    height: 560px;
    align-self: start;
  }

  .vv-approach-visual .solution-wheel {
    height: 560px;
    min-height: 560px;
  }

  .vv-approach-visual .wheel-line {
    width: 120px;
  }

  .vv-approach-visual .wheel-card {
    width: 105px;
  }

  .vv-approach-visual .wheel-card strong {
    font-size: 10px;
  }

  .vv-approach-visual .wheel-icon {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 900px) {
  .vv-approach-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .vv-approach-visual {
    min-height: 500px;
    height: 500px;
    align-self: auto;
  }

  .vv-approach-visual .solution-wheel {
    min-height: 500px;
    height: 500px;
  }
}

/* =========================================================
   VVTECH APPROACH - FLUID SCREEN-BASED ALIGNMENT
   Final override: no fixed 65/35 split and no fixed viewport height.
   The right visual receives a responsive width; the approach panel
   and 360° animation scale naturally with the available screen.
   ========================================================= */

@media (min-width: 1201px) {
  .vv-approach-container {
    width: min(100%, 1680px);
    max-width: 1680px;
  }

  .vv-approach-layout {
    grid-template-columns: minmax(0, 1fr) clamp(320px, 33vw, 560px);
    gap: clamp(22px, 2.2vw, 40px);
    align-items: start;
  }

  .vv-approach-main {
    min-width: 0;
  }

  .vv-approach-intro {
    max-width: min(100%, 900px);
  }

  .vv-approach-panel {
    height: auto;
    min-height: clamp(500px, 38vw, 620px);
  }

  .vv-approach-content {
    min-width: 0;
  }

  .vv-approach-visual {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    margin-top: 0;
    align-self: stretch;
  }

  .vv-approach-visual .solution-wheel {
    width: 100%;
    height: clamp(500px, 38vw, 620px);
    min-height: 0;
    max-height: 620px;
  }

  /* Let the wheel breathe as its column becomes wider/narrower. */
  .vv-approach-visual .wheel-line {
    width: clamp(110px, 11vw, 175px);
  }

  .vv-approach-visual .wheel-card {
    width: clamp(100px, 9vw, 145px);
    min-height: clamp(68px, 5vw, 82px);
  }

  .vv-approach-visual .wheel-top,
  .vv-approach-visual .wheel-bottom {
    width: clamp(130px, 12vw, 180px);
  }

  .vv-approach-visual .wheel-core {
    width: clamp(78px, 6vw, 100px);
    height: clamp(78px, 6vw, 100px);
    font-size: clamp(16px, 1.3vw, 20px);
  }
}

/* Medium desktop / laptop: let both columns follow available width. */
@media (min-width: 901px) and (max-width: 1200px) {
  .vv-approach-layout {
    grid-template-columns: minmax(0, 1fr) clamp(300px, 34vw, 430px);
    gap: clamp(18px, 2.5vw, 28px);
    align-items: start;
  }

  .vv-approach-panel {
    height: auto;
    min-height: clamp(500px, 52vw, 590px);
  }

  .vv-approach-visual {
    height: auto;
    min-height: 0;
    margin-top: clamp(76px, 9vw, 100px);
  }

  .vv-approach-visual .solution-wheel {
    height: clamp(500px, 52vw, 590px);
    min-height: 0;
  }
}

/* Tablets / phones continue to use the existing stacked layout. */
@media (max-width: 900px) {
  .vv-approach-visual {
    margin-top: 28px;
  }
}



/* =========================================================
   VVTECH APPROACH - FINAL RESPONSIVE ALIGNMENT
   The section heading is full-width, then the methodology
   panel and 360° visual share the SAME height and top edge.
   No fixed 65/35 split.
   ========================================================= */

.vv-approach-container {
  width: min(100%, 1500px);
  margin-inline: auto;
}

.vv-approach > .vv-approach-container > .vv-approach-intro {
  width: min(100%, 920px);
  margin: 0 0 clamp(24px, 2.2vw, 34px);
}

.vv-approach-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(360px, 31vw, 500px);
  gap: clamp(20px, 2vw, 32px);
  align-items: stretch;
}

.vv-approach-main {
  min-width: 0;
  display: flex;
}

.vv-approach-panel {
  width: 100%;
  height: clamp(500px, 39vw, 580px);
  min-height: 0;
}

.vv-approach-visual {
  width: 100%;
  height: clamp(500px, 39vw, 580px);
  min-height: 0;
  align-self: stretch;
  display: block;
}

.vv-approach-visual .solution-wheel {
  width: 100%;
  height: 100%;
  min-height: 0;
}

/* Keep the right visual vertically aligned with the methodology panel. */
.vv-approach-visual::before {
  display: none !important;
}

/* Let the left content breathe inside the matched-height panel. */
.vv-approach-content {
  min-width: 0;
  height: 100%;
  padding: clamp(30px, 3vw, 42px) clamp(24px, 2.5vw, 34px) 78px;
}

.vv-slide-content {
  width: 100%;
  max-width: none;
}

.vv-slide-description {
  max-width: min(100%, 760px);
}

.vv-feature-grid {
  width: 100%;
  max-width: 760px;
}

/* Prevent the 360° cards from becoming oversized in the narrower column. */
.vv-approach-visual .wheel-card strong {
  font-size: clamp(10px, 0.8vw, 13px);
}

.vv-approach-visual .wheel-top {
  width: clamp(130px, 11vw, 180px);
}

.vv-approach-visual .wheel-line {
  width: clamp(110px, 12vw, 175px);
}

@media (min-width: 901px) and (max-width: 1200px) {
  .vv-approach-container {
    width: min(100% - 40px, 1120px);
  }

  .vv-approach-layout {
    grid-template-columns: minmax(0, 1fr) clamp(320px, 34vw, 420px);
    gap: 20px;
  }

  .vv-approach-panel,
  .vv-approach-visual {
    height: 540px;
  }

  .vv-approach-panel {
    grid-template-columns: 185px minmax(0, 1fr);
  }

  .vv-approach-content {
    padding: 30px 24px 74px;
  }

  .vv-slide-content h3 {
    font-size: clamp(26px, 3vw, 36px);
  }

  .vv-slide-description {
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .vv-approach-container {
    width: min(100% - 32px, 760px);
  }

  .vv-approach > .vv-approach-container > .vv-approach-intro {
    margin-bottom: 26px;
  }

  .vv-approach-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vv-approach-panel {
    height: auto;
    min-height: 560px;
  }

  .vv-approach-visual {
    height: 520px;
    min-height: 520px;
  }

  .vv-approach-visual .solution-wheel {
    height: 100%;
    min-height: 520px;
  }
}

@media (max-width: 600px) {
  .vv-approach-container {
    width: calc(100% - 24px);
  }

  .vv-approach-panel {
    min-height: 0;
  }

  .vv-approach-content {
    height: auto;
  }

  .vv-approach-visual,
  .vv-approach-visual .solution-wheel {
    height: 480px;
    min-height: 480px;
  }
}


/* FINAL ALIGNMENT FIX: both desktop panels must start and end on the same horizontal lines. */
@media (min-width: 901px) {
  .vv-approach-layout {
    align-items: stretch;
  }
  .vv-approach-main,
  .vv-approach-panel,
  .vv-approach-visual,
  .vv-approach-visual .solution-wheel {
    margin-top: 0 !important;
    align-self: stretch;
  }
  .vv-approach-panel,
  .vv-approach-visual,
  .vv-approach-visual .solution-wheel {
    height: clamp(500px, 39vw, 580px);
    min-height: 0;
  }
}


/* =========================================================
   VVTECH ABOUT - RIGHT PANEL ONLY
   Replaces only the old Startup Agility / Enterprise
   Delivery Mindset content. Existing left About panel and
   all other website sections remain unchanged.
   ========================================================= */

.about-proof.vv-why-proof {
  position: relative;
  display: block;
  align-content: initial;
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 8%, rgba(0,194,204,.22), transparent 32%),
    linear-gradient(135deg, #071321 0%, #0b1c31 55%, #12324a 100%);
  color: #fff;
}

.vv-why-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 75% 72%, rgba(0,194,204,.055), transparent 30%),
    linear-gradient(120deg, transparent 58%, rgba(0,194,204,.035) 100%);
}

.vv-why-proof-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 48px);
  box-sizing: border-box;
}

.vv-why-eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: clamp(20px, 2.5vw, 30px);
}

.vv-why-eyebrow span {
  color: #f57b20;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1;
  font-weight: 850;
  letter-spacing: .13em;
}

.vv-why-eyebrow i {
  display: block;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: #f57b20;
}

.vv-why-title {
  margin: 0;
  max-width: 520px;
  color: #f7f9fb;
  font-size: clamp(34px, 3.5vw, 52px);
  line-height: 1.02;
  letter-spacing: -.025em;
  font-weight: 820;
}

.vv-why-title span {
  color: #8cc63f;
}

.vv-why-description {
  margin: clamp(22px, 2.4vw, 32px) 0 0;
  max-width: 560px;
  color: rgba(235,242,248,.72);
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.58;
  font-weight: 400;
}

.vv-why-divider {
  position: relative;
  width: 100%;
  height: 2px;
  margin: clamp(24px, 3vw, 36px) 0 0;
  background: rgba(76,116,145,.28);
}

.vv-why-divider span {
  display: block;
  width: 115px;
  height: 3px;
  margin-left: 24%;
  transform: translateY(-.5px);
  border-radius: 999px;
  background: linear-gradient(90deg, #00c2cc, #8cc63f);
}

.vv-why-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(28px, 3vw, 42px);
}

.vv-why-feature {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-width: 0;
  padding: 0 clamp(12px, 1.5vw, 22px);
}

.vv-why-feature:first-child {
  padding-left: 0;
}

.vv-why-feature:last-child {
  padding-right: 0;
}

.vv-why-feature:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 100px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(111,147,173,.4),
    transparent
  );
}

.vv-why-icon {
  flex: 0 0 clamp(56px, 5vw, 76px);
  width: clamp(56px, 5vw, 76px);
  height: clamp(56px, 5vw, 76px);
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(3,14,27,.58);
  border: 1.5px solid currentColor;
  box-sizing: border-box;
}

.vv-why-icon svg {
  width: 52%;
  height: 52%;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vv-why-icon-cyan {
  color: #00d9e4;
}

.vv-why-icon-green {
  color: #8cc63f;
}

.vv-why-feature > div:last-child {
  min-width: 0;
  padding-left: clamp(12px, 1.25vw, 20px);
}

.vv-why-feature h4 {
  margin: 2px 0 10px;
  color: #f5f7fa;
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.22;
  font-weight: 780;
}

.vv-why-feature p {
  margin: 0;
  color: rgba(226,234,241,.65);
  font-size: clamp(12px, 1.05vw, 15px);
  line-height: 1.55;
  font-weight: 400;
}

@media (max-width: 1100px) {
  .vv-why-proof-inner {
    padding: 30px;
  }

  .vv-why-features {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .vv-why-feature {
    padding: 0;
  }

  .vv-why-feature:not(:last-child)::after {
    display: none;
  }

  .vv-why-feature:not(:last-child) {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(111,147,173,.18);
  }
}

@media (max-width: 760px) {
  .about-proof.vv-why-proof {
    min-height: 0;
  }

  .vv-why-proof-inner {
    padding: 30px 24px;
  }

  .vv-why-title {
    font-size: clamp(32px, 9vw, 46px);
  }

  .vv-why-description {
    font-size: 16px;
  }

  .vv-why-feature {
    align-items: flex-start;
  }

  .vv-why-icon {
    flex-basis: 62px;
    width: 62px;
    height: 62px;
  }

  .vv-why-feature h4 {
    font-size: 18px;
  }

  .vv-why-feature p {
    font-size: 14px;
  }
}

/* =========================================================
   VVTECH WHY PANEL - FINAL ALIGNMENT / ICON FIX
   Scoped only to the replacement right-side About panel.
   ========================================================= */
.about-proof.vv-why-proof .vv-why-proof-inner {
  padding: clamp(32px, 4.2vw, 52px);
  justify-content: center;
}

/* Prevent the site's generic .about-proof span styling from
   turning the highlighted word in the heading into a pill. */
.about-proof.vv-why-proof .vv-why-title span {
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  color: #8cc63f;
  text-transform: none;
  letter-spacing: normal;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.about-proof.vv-why-proof .vv-why-title {
  max-width: 600px;
  font-size: clamp(34px, 3.15vw, 50px);
  line-height: 1.04;
  letter-spacing: -.028em;
}

.about-proof.vv-why-proof .vv-why-description {
  max-width: 610px;
  margin-top: clamp(20px, 2vw, 28px);
  font-size: clamp(15px, 1.18vw, 18px);
  line-height: 1.55;
}

.about-proof.vv-why-proof .vv-why-divider {
  margin-top: clamp(24px, 2.6vw, 32px);
}

.about-proof.vv-why-proof .vv-why-divider span {
  display: block;
  width: 118px;
  height: 3px;
  margin-left: 24%;
  padding: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #00c2cc, #8cc63f);
}

.about-proof.vv-why-proof .vv-why-features {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(14px, 1.7vw, 26px);
  margin-top: clamp(26px, 2.7vw, 38px);
}

.about-proof.vv-why-proof .vv-why-feature {
  display: grid;
  grid-template-columns: clamp(62px, 5.1vw, 78px) minmax(0, 1fr);
  column-gap: clamp(10px, 1.1vw, 16px);
  align-items: start;
  padding: 0 clamp(8px, 1vw, 16px);
}

.about-proof.vv-why-proof .vv-why-feature:first-child {
  padding-left: 0;
}

.about-proof.vv-why-proof .vv-why-feature:last-child {
  padding-right: 0;
}

.about-proof.vv-why-proof .vv-why-feature:not(:last-child)::after {
  top: 0;
  right: calc(clamp(14px, 1.7vw, 26px) / -2);
  height: 104px;
}

.about-proof.vv-why-proof .vv-why-icon {
  width: clamp(62px, 5.1vw, 78px);
  height: clamp(62px, 5.1vw, 78px);
  flex: none;
  border-radius: 13px;
}

.about-proof.vv-why-proof .vv-why-icon svg {
  width: 54%;
  height: 54%;
  stroke-width: 2.7;
}

.about-proof.vv-why-proof .vv-why-feature > div:last-child {
  min-width: 0;
  padding-left: 0;
  padding-top: 1px;
}

.about-proof.vv-why-proof .vv-why-feature h4 {
  margin: 1px 0 8px;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.15;
  font-weight: 800;
}

.about-proof.vv-why-proof .vv-why-feature p {
  margin: 0;
  max-width: 155px;
  font-size: clamp(11px, .92vw, 14px);
  line-height: 1.45;
  color: rgba(226,234,241,.68);
}

@media (max-width: 1250px) and (min-width: 761px) {
  .about-proof.vv-why-proof .vv-why-proof-inner {
    padding: 30px;
  }

  .about-proof.vv-why-proof .vv-why-title {
    font-size: clamp(32px, 3.4vw, 44px);
  }

  .about-proof.vv-why-proof .vv-why-feature {
    grid-template-columns: 56px minmax(0, 1fr);
    column-gap: 10px;
    padding-inline: 8px;
  }

  .about-proof.vv-why-proof .vv-why-icon {
    width: 56px;
    height: 56px;
  }

  .about-proof.vv-why-proof .vv-why-feature h4 {
    font-size: 15px;
  }

  .about-proof.vv-why-proof .vv-why-feature p {
    font-size: 11px;
  }
}

@media (max-width: 760px) {
  .about-proof.vv-why-proof .vv-why-proof-inner {
    padding: 30px 24px;
  }

  .about-proof.vv-why-proof .vv-why-features {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .about-proof.vv-why-proof .vv-why-feature {
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 0;
  }

  .about-proof.vv-why-proof .vv-why-feature:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(111,147,173,.18);
  }

  .about-proof.vv-why-proof .vv-why-feature:not(:last-child)::after {
    display: none;
  }

  .about-proof.vv-why-proof .vv-why-feature p {
    max-width: none;
  }
}


/* =========================================================
   VVTECH WHY VVTECH - FINAL DESKTOP PANEL OVERRIDE
   This block intentionally affects ONLY the new right-side
   About panel. It also uses !important where the original
   .about-proof rules would otherwise override the new design.
   ========================================================= */
.about-proof.vv-why-proof {
  display: block !important;
  padding: 0 !important;
  background:
    radial-gradient(circle at 90% 8%, rgba(0,194,204,.20), transparent 34%),
    linear-gradient(135deg, #071321 0%, #0a1b2e 58%, #10364b 100%) !important;
  color: #fff !important;
  overflow: hidden !important;
}

.about-proof.vv-why-proof .vv-why-proof-inner {
  height: 100% !important;
  min-height: 100% !important;
  box-sizing: border-box !important;
  padding: 46px 44px 42px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.about-proof.vv-why-proof .vv-why-eyebrow {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin: 0 0 30px !important;
}

.about-proof.vv-why-proof .vv-why-eyebrow span {
  display: inline !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #f57b20 !important;
  text-transform: uppercase !important;
  letter-spacing: .14em !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
}

.about-proof.vv-why-proof .vv-why-eyebrow i {
  display: block !important;
  width: 44px !important;
  height: 3px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  background: #f57b20 !important;
}

.about-proof.vv-why-proof .vv-why-title {
  max-width: 100% !important;
  margin: 0 !important;
  color: #f7f9fb !important;
  font-size: clamp(38px, 3.1vw, 52px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.03em !important;
  font-weight: 820 !important;
}

.about-proof.vv-why-proof .vv-why-title span {
  display: inline !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #8cc63f !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}

.about-proof.vv-why-proof .vv-why-description {
  max-width: 590px !important;
  margin: 26px 0 0 !important;
  color: rgba(235,242,248,.74) !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
}

.about-proof.vv-why-proof .vv-why-divider {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 2px !important;
  margin: 32px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: rgba(76,116,145,.28) !important;
}

.about-proof.vv-why-proof .vv-why-divider span {
  display: block !important;
  width: 115px !important;
  height: 3px !important;
  margin: -1px 0 0 22% !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #00c2cc, #8cc63f) !important;
}

.about-proof.vv-why-proof .vv-why-features {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  width: 100% !important;
  margin: 28px 0 0 !important;
  padding: 0 !important;
}

.about-proof.vv-why-proof .vv-why-feature {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 68px minmax(120px, .85fr) minmax(150px, 1.15fr) !important;
  align-items: center !important;
  column-gap: 16px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 88px !important;
  margin: 0 !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid rgba(111,147,173,.20) !important;
  box-sizing: border-box !important;
}

.about-proof.vv-why-proof .vv-why-feature:last-child {
  border-bottom: 0 !important;
}

.about-proof.vv-why-proof .vv-why-feature::after {
  display: none !important;
}

.about-proof.vv-why-proof .vv-why-icon {
  grid-column: 1 !important;
  width: 68px !important;
  height: 68px !important;
  flex: none !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1.5px solid currentColor !important;
  border-radius: 13px !important;
  background: rgba(3,14,27,.55) !important;
  box-sizing: border-box !important;
}

.about-proof.vv-why-proof .vv-why-icon svg {
  display: block !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.6 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.about-proof.vv-why-proof .vv-why-feature > div:last-child {
  display: block !important;
  grid-column: 2 !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.about-proof.vv-why-proof .vv-why-feature h4 {
  margin: 0 !important;
  padding: 0 !important;
  color: #f5f7fa !important;
  font-size: 18px !important;
  line-height: 1.16 !important;
  font-weight: 800 !important;
}

.about-proof.vv-why-proof .vv-why-feature p {
  grid-column: 3 !important;
  align-self: center !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(226,234,241,.70) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
}

@media (max-width: 1250px) and (min-width: 761px) {
  .about-proof.vv-why-proof .vv-why-proof-inner {
    padding: 34px 30px !important;
  }
  .about-proof.vv-why-proof .vv-why-title {
    font-size: clamp(32px, 3.25vw, 44px) !important;
  }
  .about-proof.vv-why-proof .vv-why-description {
    font-size: 15px !important;
  }
  .about-proof.vv-why-proof .vv-why-feature {
    grid-template-columns: 58px minmax(105px, .85fr) minmax(125px, 1.15fr) !important;
    column-gap: 11px !important;
    min-height: 80px !important;
  }
  .about-proof.vv-why-proof .vv-why-icon {
    width: 58px !important;
    height: 58px !important;
  }
  .about-proof.vv-why-proof .vv-why-icon svg {
    width: 36px !important;
    height: 36px !important;
  }
  .about-proof.vv-why-proof .vv-why-feature h4 {
    font-size: 15px !important;
  }
  .about-proof.vv-why-proof .vv-why-feature p {
    font-size: 11px !important;
  }
}

@media (max-width: 760px) {
  .about-proof.vv-why-proof .vv-why-proof-inner {
    padding: 34px 26px !important;
  }
  .about-proof.vv-why-proof .vv-why-title {
    font-size: clamp(34px, 9vw, 46px) !important;
  }
  .about-proof.vv-why-proof .vv-why-features {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .about-proof.vv-why-proof .vv-why-feature {
    grid-template-columns: 62px minmax(0, 1fr) !important;
    min-height: 78px !important;
    column-gap: 16px !important;
  }
  .about-proof.vv-why-proof .vv-why-feature p {
    grid-column: 2 !important;
    margin-top: 5px !important;
  }
  .about-proof.vv-why-proof .vv-why-icon {
    width: 62px !important;
    height: 62px !important;
  }
}



/* =========================================================
   VVTECH CONTACT — APPROVED HORIZONTAL DESIGN
   Scoped under .vv-contact-section so existing website styles remain intact.
   ========================================================= */
.vv-contact-section{position:relative;width:100%;min-height:760px;padding:70px clamp(28px,4vw,70px);display:grid;grid-template-columns:minmax(0,1fr) minmax(520px,.95fr);gap:55px;align-items:center;overflow:hidden;background:radial-gradient(circle at 45% 48%,rgba(0,190,255,.09),transparent 25%),linear-gradient(135deg,#020b18 0%,#031322 48%,#061725 100%)}
.vv-bg-glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(80px);opacity:.35}.vv-glow-1{width:320px;height:320px;left:28%;top:25%;background:rgba(0,190,255,.12)}.vv-glow-2{width:280px;height:280px;right:5%;bottom:5%;background:rgba(120,255,40,.10)}
.vv-contact-left{position:relative;z-index:2;max-width:760px}.vv-section-label{display:flex;align-items:center;gap:18px;margin-bottom:28px;color:#ff7a00;font-size:18px;font-weight:800;letter-spacing:1px}.vv-section-label span{width:55px;height:3px;border-radius:10px;background:#ff7a00}
.vv-contact-title{margin:0;color:#fff;font-size:clamp(48px,5vw,76px);line-height:1.05;letter-spacing:-2px;font-weight:800}.vv-contact-title span{background:linear-gradient(90deg,#00c8ff,#18d4b4,#80d638);-webkit-background-clip:text;background-clip:text;color:transparent}
.vv-title-lines{display:flex;gap:5px;margin:26px 0 24px}.vv-title-lines i{display:block;height:4px;border-radius:5px}.vv-title-lines i:nth-child(1){width:45px;background:#00d9ff}.vv-title-lines i:nth-child(2){width:45px;background:#70e12b}.vv-title-lines i:nth-child(3){width:45px;background:#ff8700}
.vv-contact-description{max-width:650px;margin:0 0 38px;color:rgba(255,255,255,.82);font-size:19px;line-height:1.7}
.vv-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(230px,1fr));gap:14px;max-width:720px}.vv-feature-card{position:relative;min-height:150px;padding:24px;display:grid;grid-template-columns:90px 1fr;column-gap:20px;align-items:center;border:1px solid rgba(255,255,255,.15);border-radius:18px;background:linear-gradient(145deg,rgba(8,31,51,.92),rgba(2,15,29,.94));transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.vv-feature-card:hover{transform:translateY(-6px);border-color:rgba(0,220,255,.7);box-shadow:0 0 25px rgba(0,200,255,.12),inset 0 0 30px rgba(0,200,255,.04)}
.vv-feature-icon{width:78px;height:78px;display:flex;align-items:center;justify-content:center;border:1px solid currentColor;border-radius:50%;background:rgba(0,0,0,.25);animation:vvIconPulse 3s ease-in-out infinite}.vv-feature-icon svg{width:48px;height:48px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.vv-feature-card h3{margin:0;color:#fff;font-size:18px;line-height:1.2}.vv-feature-card p{margin:8px 0 0;color:rgba(255,255,255,.75);font-size:14px;line-height:1.55}.vv-card-line{width:32px;height:3px;margin-top:8px;border-radius:4px;background:currentColor}.cyan-card{color:#00d9ff}.green-card{color:#86e52c}.orange-card{color:#ff8700}.purple-card{color:#b77cff}
.vv-contact-panel{position:relative;z-index:3;align-self:center;padding:40px;border:1px solid rgba(0,210,255,.75);border-radius:25px;background:radial-gradient(circle at 100% 0%,rgba(20,255,160,.18),transparent 30%),linear-gradient(145deg,#03101e,#041827);box-shadow:0 0 35px rgba(0,200,255,.10),inset 0 0 45px rgba(0,170,255,.035);overflow:hidden}.vv-contact-panel::before{content:"";position:absolute;inset:-2px;border-radius:27px;background:linear-gradient(90deg,transparent,#00d9ff,transparent,#8ce52e,transparent);background-size:300% 100%;animation:vvBorderMove 6s linear infinite;z-index:-1;opacity:.7}
.vv-panel-header h2{margin:0;color:#fff;font-size:clamp(32px,3vw,48px);line-height:1.1}.vv-panel-header h2 span{color:#ff8700}.vv-panel-header p{margin:12px 0 18px;color:rgba(255,255,255,.75);font-size:18px}.vv-panel-lines{display:flex;gap:5px}.vv-panel-lines i{width:45px;height:4px;border-radius:5px}.vv-panel-lines i:nth-child(1){background:#00d9ff}.vv-panel-lines i:nth-child(2){background:#80df31}.vv-panel-lines i:nth-child(3){background:#ff8700}
.vv-contact-info{margin-top:28px;padding:4px;border:1px solid rgba(255,255,255,.15);border-radius:20px;background:rgba(0,8,18,.55)}.vv-info-item{position:relative;min-height:105px;display:grid;grid-template-columns:90px 1fr 35px;align-items:center;padding:15px 20px;color:inherit;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.12);transition:background .3s ease,transform .3s ease}.vv-info-item:last-child{border-bottom:none}.vv-info-item:hover{background:rgba(255,255,255,.045);transform:translateX(5px)}.vv-info-icon{width:68px;height:68px;display:flex;align-items:center;justify-content:center;border:1px solid currentColor;border-radius:50%;box-shadow:0 0 15px currentColor;transition:transform .3s ease,box-shadow .3s ease}.vv-info-item:hover .vv-info-icon{transform:scale(1.08);box-shadow:0 0 25px currentColor}.vv-info-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.vv-info-text strong{display:block;margin-bottom:6px;color:#fff;font-size:18px}.vv-info-text span{color:currentColor;font-size:16px}.vv-info-arrow{color:rgba(255,255,255,.45);font-size:25px;transition:color .3s ease,transform .3s ease}.vv-info-item:hover .vv-info-arrow{color:#fff;transform:translate(3px,-3px)}.cyan-info{color:#00d9ff}.green-info{color:#81e52e}.orange-info{color:#ff8a00}.purple-info{color:#b77cff}
.vv-panel-bottom{display:flex;align-items:center;gap:25px;margin-top:30px;padding-top:25px;border-top:1px solid rgba(255,255,255,.13)}.vv-bottom-icon{width:75px;height:75px;flex:0 0 75px;display:flex;align-items:center;justify-content:center;border:1px solid #00d9ff;border-radius:50%;color:#fff;box-shadow:0 0 20px rgba(0,210,255,.35);animation:vvIconPulse 3s ease-in-out infinite}.vv-bottom-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:2}.vv-panel-bottom h3{margin:0;color:#fff;font-size:25px}.vv-panel-bottom strong{display:block;margin-top:4px;font-size:26px;background:linear-gradient(90deg,#00c8ff,#18d4b4,#82dd32);-webkit-background-clip:text;background-clip:text;color:transparent}
.vv-network-globe{position:absolute;width:420px;height:420px;left:34%;top:25%;border-radius:50%;opacity:.65;background:radial-gradient(circle,rgba(0,170,255,.10),transparent 65%);pointer-events:none}.vv-globe-ring{position:absolute;inset:10%;border:1px solid rgba(0,210,255,.22);border-radius:50%}.ring-1{transform:rotateX(70deg)}.ring-2{transform:rotateY(70deg)}.ring-3{transform:rotateZ(45deg)}.globe-dot{position:absolute;width:6px;height:6px;border-radius:50%;background:#00d9ff;box-shadow:0 0 12px #00d9ff;animation:vvDotPulse 2.5s ease-in-out infinite}.dot-1{left:22%;top:32%}.dot-2{left:67%;top:25%}.dot-3{left:75%;top:62%}.dot-4{left:38%;top:72%}.dot-5{left:48%;top:43%}
@keyframes vvBorderMove{0%{background-position:0% 50%}100%{background-position:300% 50%}}@keyframes vvIconPulse{0%,100%{box-shadow:0 0 10px currentColor}50%{box-shadow:0 0 25px currentColor}}@keyframes vvDotPulse{0%,100%{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1.4)}}
@media(max-width:1100px){.vv-contact-section{grid-template-columns:1fr;gap:45px}.vv-contact-left{max-width:900px}.vv-contact-panel{width:100%;max-width:850px;justify-self:center}.vv-network-globe{left:40%;top:20%}}
@media(max-width:650px){.vv-contact-section{padding:45px 20px;min-height:auto}.vv-contact-title{font-size:43px;letter-spacing:-1px}.vv-contact-description{font-size:16px}.vv-feature-grid{grid-template-columns:1fr}.vv-feature-card{grid-template-columns:80px 1fr}.vv-contact-panel{padding:25px 18px;border-radius:20px}.vv-info-item{min-height:90px;grid-template-columns:65px 1fr 25px;padding:12px}.vv-info-icon{width:52px;height:52px}.vv-info-icon svg{width:28px;height:28px}.vv-info-text strong{font-size:16px}.vv-info-text span{font-size:13px}.vv-panel-bottom h3{font-size:20px}.vv-panel-bottom strong{font-size:21px}.vv-network-globe{width:280px;height:280px;left:20%;top:27%;opacity:.3}}


/* ===== VVTech Contact Compact Refinement =====
   Keeps the approved horizontal design but reduces its footprint and
   replaces the floating/globe motion with a cleaner, subtle tech effect. */
#contact {
  padding: 0;
  background: #020b18;
}

#contact .vv-contact-section {
  min-height: 0;
  height: auto;
  padding: clamp(44px, 5vw, 68px) clamp(28px, 4.5vw, 68px);
  grid-template-columns: minmax(0, 1fr) minmax(460px, 0.86fr);
  gap: clamp(30px, 4vw, 58px);
  background:
    radial-gradient(circle at 42% 50%, rgba(0,190,255,.055), transparent 25%),
    linear-gradient(135deg,#020b18 0%,#031322 48%,#061725 100%);
}

/* Cleaner background effect instead of the large floating globe */
#contact .vv-network-globe {
  width: 360px;
  height: 360px;
  left: 38%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: .20;
  background:
    radial-gradient(circle at center, rgba(0,190,255,.09), transparent 52%),
    repeating-radial-gradient(circle at center, transparent 0 28px, rgba(0,210,255,.08) 29px 30px);
}
#contact .vv-network-globe .vv-globe-ring {
  opacity: .55;
}
#contact .vv-network-globe .globe-dot {
  animation: vvDotCalm 4s ease-in-out infinite;
  box-shadow: 0 0 8px rgba(0,217,255,.7);
}

#contact .vv-contact-left {
  max-width: 680px;
}

#contact .vv-section-label {
  margin-bottom: 22px;
  font-size: 15px;
  gap: 14px;
}
#contact .vv-section-label span {
  width: 42px;
  height: 2px;
}

#contact .vv-contact-title {
  font-size: clamp(42px, 4.25vw, 62px);
  line-height: 1.02;
  letter-spacing: -1.5px;
}

#contact .vv-title-lines {
  margin: 20px 0 18px;
}
#contact .vv-title-lines i {
  height: 3px;
  width: 38px;
}

#contact .vv-contact-description {
  max-width: 590px;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.6;
}

#contact .vv-feature-grid {
  max-width: 660px;
  gap: 11px;
}

#contact .vv-feature-card {
  min-height: 112px;
  padding: 17px;
  grid-template-columns: 68px 1fr;
  column-gap: 15px;
  border-radius: 14px;
}
#contact .vv-feature-icon {
  width: 62px;
  height: 62px;
  animation: vvIconSoft 4.5s ease-in-out infinite;
}
#contact .vv-feature-icon svg {
  width: 36px;
  height: 36px;
}
#contact .vv-feature-card h3 {
  font-size: 16px;
}
#contact .vv-feature-card p {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.45;
}
#contact .vv-card-line {
  width: 25px;
  height: 2px;
  margin-top: 6px;
}

#contact .vv-contact-panel {
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,.22), inset 0 0 35px rgba(0,170,255,.025);
}
#contact .vv-contact-panel::before {
  animation: vvBorderShimmer 9s ease-in-out infinite;
  opacity: .45;
}
#contact .vv-panel-header h2 {
  font-size: clamp(28px, 2.5vw, 40px);
}
#contact .vv-panel-header p {
  margin: 8px 0 14px;
  font-size: 15px;
}
#contact .vv-panel-lines i {
  width: 38px;
  height: 3px;
}

#contact .vv-contact-info {
  margin-top: 20px;
  border-radius: 15px;
}
#contact .vv-info-item {
  min-height: 78px;
  grid-template-columns: 70px 1fr 24px;
  padding: 10px 14px;
}
#contact .vv-info-icon {
  width: 54px;
  height: 54px;
  box-shadow: 0 0 10px color-mix(in srgb, currentColor 45%, transparent);
}
#contact .vv-info-item:hover .vv-info-icon {
  box-shadow: 0 0 16px color-mix(in srgb, currentColor 55%, transparent);
}
#contact .vv-info-icon svg {
  width: 30px;
  height: 30px;
}
#contact .vv-info-text strong {
  margin-bottom: 3px;
  font-size: 16px;
}
#contact .vv-info-text span {
  font-size: 14px;
}
#contact .vv-info-arrow {
  font-size: 20px;
}

#contact .vv-panel-bottom {
  gap: 17px;
  margin-top: 20px;
  padding-top: 18px;
}
#contact .vv-bottom-icon {
  width: 58px;
  height: 58px;
  flex-basis: 58px;
  box-shadow: 0 0 12px rgba(0,210,255,.22);
  animation: vvIconSoft 5s ease-in-out infinite;
}
#contact .vv-bottom-icon svg {
  width: 32px;
  height: 32px;
}
#contact .vv-panel-bottom h3 {
  font-size: 20px;
}
#contact .vv-panel-bottom strong {
  font-size: 21px;
}

@keyframes vvDotCalm {
  0%,100% { opacity: .18; transform: scale(.8); }
  50% { opacity: .65; transform: scale(1); }
}
@keyframes vvIconSoft {
  0%,100% { transform: translateY(0); filter: saturate(.95); }
  50% { transform: translateY(-1px); filter: saturate(1.08); }
}
@keyframes vvBorderShimmer {
  0%,100% { background-position: 0% 50%; opacity: .32; }
  50% { background-position: 100% 50%; opacity: .55; }
}

@media (max-width: 1100px) {
  #contact .vv-contact-section {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  #contact .vv-contact-left {
    max-width: 900px;
  }
  #contact .vv-contact-panel {
    width: 100%;
    max-width: 760px;
    justify-self: center;
  }
}

@media (max-width: 650px) {
  #contact .vv-contact-section {
    padding: 38px 18px;
  }
  #contact .vv-contact-title {
    font-size: 40px;
  }
  #contact .vv-feature-grid {
    grid-template-columns: 1fr;
  }
  #contact .vv-feature-card {
    min-height: 98px;
  }
  #contact .vv-contact-panel {
    padding: 22px 16px;
    border-radius: 17px;
  }
  #contact .vv-info-item {
    min-height: 74px;
    grid-template-columns: 58px 1fr 20px;
    padding: 9px 10px;
  }
  #contact .vv-info-icon {
    width: 48px;
    height: 48px;
  }
  #contact .vv-info-text strong {
    font-size: 15px;
  }
  #contact .vv-info-text span {
    font-size: 12px;
  }
  #contact .vv-network-globe {
    width: 250px;
    height: 250px;
    left: 50%;
    top: 30%;
    opacity: .12;
  }
}

/* =========================================================
   VVTECH CONTACT — EXTRA HEIGHT REDUCTION
   Keeps the approved design, only makes the contact section
   shorter and easier to view above the fold.
   ========================================================= */
#contact .vv-contact-section{
  min-height:0;
  padding:32px clamp(24px,3.2vw,48px);
  gap:clamp(24px,3vw,42px);
}

#contact .vv-contact-left{max-width:640px}
#contact .vv-section-label{margin-bottom:16px;font-size:14px}
#contact .vv-contact-title{font-size:clamp(38px,3.7vw,54px);line-height:1.02}
#contact .vv-title-lines{margin:14px 0 14px}
#contact .vv-title-lines i{width:32px;height:3px}
#contact .vv-contact-description{max-width:560px;margin-bottom:20px;font-size:15px;line-height:1.48}

#contact .vv-feature-grid{max-width:610px;gap:9px}
#contact .vv-feature-card{
  min-height:88px;
  padding:12px 14px;
  grid-template-columns:54px 1fr;
  column-gap:12px;
  border-radius:12px;
}
#contact .vv-feature-icon{width:50px;height:50px}
#contact .vv-feature-icon svg{width:30px;height:30px}
#contact .vv-feature-card h3{font-size:15px}
#contact .vv-feature-card p{margin-top:4px;font-size:12px;line-height:1.35}
#contact .vv-card-line{width:22px;height:2px;margin-top:4px}

#contact .vv-contact-panel{
  padding:22px;
  border-radius:18px;
}
#contact .vv-panel-header h2{font-size:clamp(26px,2.2vw,34px)}
#contact .vv-panel-header p{margin:6px 0 10px;font-size:14px}
#contact .vv-panel-lines i{width:32px;height:2px}
#contact .vv-contact-info{margin-top:14px;border-radius:13px}
#contact .vv-info-item{
  min-height:62px;
  grid-template-columns:58px 1fr 20px;
  padding:8px 11px;
}
#contact .vv-info-icon{width:44px;height:44px}
#contact .vv-info-icon svg{width:25px;height:25px}
#contact .vv-info-text strong{font-size:14px;margin-bottom:2px}
#contact .vv-info-text span{font-size:12px}
#contact .vv-info-arrow{font-size:17px}
#contact .vv-panel-bottom{gap:13px;margin-top:14px;padding-top:13px}
#contact .vv-bottom-icon{width:48px;height:48px;flex-basis:48px}
#contact .vv-bottom-icon svg{width:27px;height:27px}
#contact .vv-panel-bottom h3{font-size:17px}
#contact .vv-panel-bottom strong{font-size:18px}

#contact .vv-network-globe{width:300px;height:300px;opacity:.13}

@media(max-width:1100px){
  #contact .vv-contact-section{gap:28px;padding:30px 28px}
}

@media(max-width:650px){
  #contact .vv-contact-section{padding:30px 16px;gap:24px}
  #contact .vv-contact-title{font-size:38px}
  #contact .vv-contact-description{font-size:14px}
  #contact .vv-feature-card{min-height:84px}
  #contact .vv-contact-panel{padding:20px 15px}
}

/* =========================================================
   VVTECH CONTACT — FINAL POLISH
   1. Uses ONE real VVTech logo only.
   2. Removes duplicate text-logo treatment.
   3. Makes the background globe dots brighter and cleaner.
   4. Uses simple, low-motion animations.
   ========================================================= */

#contact .vv-contact-section {
  position: relative;
  isolation: isolate;
  min-height: 0;
  height: auto;
  padding: clamp(34px, 4vw, 54px) clamp(24px, 3.8vw, 58px);
  overflow: hidden;

  background:
    radial-gradient(circle at 35% 45%, rgba(0, 194, 204, .075), transparent 26%),
    radial-gradient(circle at 85% 20%, rgba(140, 198, 63, .045), transparent 24%),
    linear-gradient(135deg, #020b18 0%, #031322 52%, #061725 100%);
}

/* Soft background lights — static/slow breathing only */
#contact .vv-bg-glow {
  z-index: 0;
  filter: blur(70px);
  opacity: .30;
  animation: vvContactGlowBreathe 7s ease-in-out infinite;
}

#contact .vv-glow-1 {
  width: 300px;
  height: 300px;
  left: 24%;
  top: 24%;
  background: rgba(0, 194, 204, .12);
}

#contact .vv-glow-2 {
  width: 260px;
  height: 260px;
  right: 4%;
  bottom: 4%;
  background: rgba(140, 198, 63, .09);
  animation-delay: 2s;
}

@keyframes vvContactGlowBreathe {
  0%, 100% {
    opacity: .22;
    transform: scale(1);
  }
  50% {
    opacity: .34;
    transform: scale(1.04);
  }
}


/* =========================================================
   BACKGROUND NETWORK GLOBE / DOTS
   ========================================================= */

#contact .vv-network-globe {
  z-index: 0;
  width: 390px;
  height: 390px;
  left: 37%;
  top: 50%;
  transform: translate(-50%, -50%);

  opacity: .22;

  background:
    radial-gradient(
      circle at center,
      rgba(0, 217, 255, .10),
      transparent 48%
    ),
    repeating-radial-gradient(
      circle at center,
      transparent 0 27px,
      rgba(0, 217, 255, .055) 28px 29px
    );

  pointer-events: none;
}

/* Subtle ring highlight */
#contact .vv-network-globe .vv-globe-ring {
  opacity: .60;
  border-color: rgba(0, 217, 255, .25);
  box-shadow: 0 0 10px rgba(0, 217, 255, .035);
}

#contact .vv-network-globe .ring-1 {
  animation: vvGlobeRingPulse 6s ease-in-out infinite;
}

#contact .vv-network-globe .ring-2 {
  animation: vvGlobeRingPulse 7s ease-in-out infinite reverse;
  animation-delay: 1s;
}

#contact .vv-network-globe .ring-3 {
  animation: vvGlobeRingPulse 8s ease-in-out infinite;
  animation-delay: 2s;
}

@keyframes vvGlobeRingPulse {
  0%, 100% {
    opacity: .30;
  }
  50% {
    opacity: .72;
  }
}


/* Highlighted dots */
#contact .vv-network-globe .globe-dot {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #00e5ff;

  box-shadow:
    0 0 6px #00e5ff,
    0 0 16px rgba(0, 229, 255, .80),
    0 0 30px rgba(0, 229, 255, .30);

  opacity: .45;

  animation:
    vvGlobeDotHighlight 3.8s ease-in-out infinite;
}

/* More dots / positions */
#contact .vv-network-globe .dot-1  { left: 22%; top: 32%; animation-delay: 0s; }
#contact .vv-network-globe .dot-2  { left: 67%; top: 25%; animation-delay: .8s; }
#contact .vv-network-globe .dot-3  { left: 75%; top: 62%; animation-delay: 1.6s; }
#contact .vv-network-globe .dot-4  { left: 38%; top: 72%; animation-delay: 2.4s; }
#contact .vv-network-globe .dot-5  { left: 48%; top: 43%; animation-delay: 3.2s; }
#contact .vv-network-globe .dot-6  { left: 30%; top: 55%; animation-delay: 1.2s; }
#contact .vv-network-globe .dot-7  { left: 58%; top: 68%; animation-delay: 2s; }
#contact .vv-network-globe .dot-8  { left: 80%; top: 40%; animation-delay: 2.8s; }
#contact .vv-network-globe .dot-9  { left: 18%; top: 61%; animation-delay: 3.6s; }
#contact .vv-network-globe .dot-10 { left: 56%; top: 18%; animation-delay: 1.9s; }

#contact .vv-network-globe .dot-3,
#contact .vv-network-globe .dot-7 {
  background: #8cc63f;
  box-shadow:
    0 0 6px #8cc63f,
    0 0 16px rgba(140, 198, 63, .75),
    0 0 28px rgba(140, 198, 63, .28);
}

#contact .vv-network-globe .dot-4,
#contact .vv-network-globe .dot-9 {
  background: #f57b20;
  box-shadow:
    0 0 6px #f57b20,
    0 0 16px rgba(245, 123, 32, .72),
    0 0 28px rgba(245, 123, 32, .25);
}

@keyframes vvGlobeDotHighlight {
  0%, 100% {
    opacity: .30;
    transform: scale(.72);
  }

  50% {
    opacity: 1;
    transform: scale(1.35);
  }
}


/* =========================================================
   LEFT CONTENT
   ========================================================= */

#contact .vv-contact-left,
#contact .vv-contact-panel {
  position: relative;
  z-index: 2;
}

#contact .vv-contact-left {
  max-width: 660px;
}

#contact .vv-section-label {
  margin-bottom: 17px;
  font-size: 14px;
  gap: 13px;
}

#contact .vv-section-label span {
  width: 40px;
  height: 2px;
}

#contact .vv-contact-title {
  font-size: clamp(39px, 3.8vw, 57px);
  line-height: 1.02;
  letter-spacing: -1.7px;
}

#contact .vv-title-lines {
  margin: 15px 0 15px;
}

#contact .vv-title-lines i {
  width: 30px;
  height: 3px;
}

#contact .vv-contact-description {
  max-width: 570px;
  margin-bottom: 21px;
  font-size: 15px;
  line-height: 1.52;
}


/* Feature cards: simple hover, no floating animation */
#contact .vv-feature-grid {
  max-width: 620px;
  gap: 9px;
}

#contact .vv-feature-card {
  min-height: 88px;
  padding: 12px 14px;
  grid-template-columns: 52px 1fr;
  column-gap: 12px;
  border-radius: 12px;

  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}

#contact .vv-feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 217, 255, .45);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .20);
}

#contact .vv-feature-icon {
  width: 50px;
  height: 50px;
  animation: none;
}

#contact .vv-feature-icon svg {
  width: 30px;
  height: 30px;
}

#contact .vv-feature-card h3 {
  font-size: 15px;
}

#contact .vv-feature-card p {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.35;
}

#contact .vv-card-line {
  width: 22px;
  height: 2px;
  margin-top: 4px;
}


/* =========================================================
   RIGHT PANEL — SINGLE LOGO
   ========================================================= */

#contact .vv-contact-panel {
  align-self: center;
  padding: 22px;
  border-radius: 18px;

  box-shadow:
    0 18px 45px rgba(0, 0, 0, .26),
    inset 0 0 35px rgba(0, 170, 255, .025);
}

/* Remove the old animated full-border effect */
#contact .vv-contact-panel::before {
  animation: none;
  opacity: .30;
}


/* Actual website logo — this is the ONLY logo in the contact panel */
#contact .vv-panel-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;

  width: max-content;

  transition:
    transform .25s ease,
    filter .25s ease;
}

#contact .vv-panel-logo img {
  display: block;

  width: 112px;
  height: 50px;

  object-fit: contain;

  filter:
    drop-shadow(0 0 9px rgba(0, 217, 255, .16));
}

#contact .vv-panel-logo:hover {
  transform: translateY(-2px);
}

#contact .vv-panel-logo:hover img {
  filter:
    drop-shadow(0 0 14px rgba(0, 217, 255, .28));
}


/* Remove any old text-logo styling if inherited */
#contact .vv-panel-header h2 {
  display: none;
}

#contact .vv-panel-header p {
  margin: 7px 0 10px;
  color: rgba(255, 255, 255, .70);
  font-size: 14px;
}

#contact .vv-panel-lines i {
  width: 30px;
  height: 2px;
}


/* =========================================================
   CONTACT INFO
   ========================================================= */

#contact .vv-contact-info {
  margin-top: 14px;
  border-radius: 13px;
}

#contact .vv-info-item {
  min-height: 62px;
  grid-template-columns: 58px 1fr 20px;
  padding: 8px 11px;
  transition:
    background .25s ease,
    transform .25s ease;
}

#contact .vv-info-item:hover {
  transform: translateX(4px);
}

#contact .vv-info-icon {
  width: 44px;
  height: 44px;

  box-shadow:
    0 0 10px color-mix(in srgb, currentColor 38%, transparent);

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

#contact .vv-info-item:hover .vv-info-icon {
  transform: scale(1.05);

  box-shadow:
    0 0 17px color-mix(in srgb, currentColor 52%, transparent);
}

#contact .vv-info-icon svg {
  width: 25px;
  height: 25px;
}

#contact .vv-info-text strong {
  margin-bottom: 2px;
  font-size: 14px;
}

#contact .vv-info-text span {
  font-size: 12px;
}

#contact .vv-info-arrow {
  font-size: 17px;
}


/* Website */
#contact .cyan-info {
  color: #00d9ff;
}

/* Email */
#contact .green-info {
  color: #8cc63f;
}

/* Location — cyan/blue, not purple */
#contact .cyan-location-info {
  color: #38bdf8;
}

#contact .cyan-location-info .vv-info-icon {
  box-shadow:
    0 0 10px rgba(56, 189, 248, .28);
}

#contact .cyan-location-info:hover .vv-info-icon {
  box-shadow:
    0 0 18px rgba(56, 189, 248, .45);
}


/* =========================================================
   BOTTOM MESSAGE
   ========================================================= */

#contact .vv-panel-bottom {
  gap: 13px;
  margin-top: 14px;
  padding-top: 13px;
}

#contact .vv-bottom-icon {
  width: 48px;
  height: 48px;
  flex-basis: 48px;

  box-shadow:
    0 0 12px rgba(0, 210, 255, .22);

  animation: none;
}

#contact .vv-bottom-icon svg {
  width: 27px;
  height: 27px;
}

#contact .vv-panel-bottom h3 {
  font-size: 17px;
}

#contact .vv-panel-bottom strong {
  font-size: 18px;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
  #contact .vv-contact-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 28px;
  }

  #contact .vv-contact-left {
    max-width: 900px;
  }

  #contact .vv-contact-panel {
    width: 100%;
    max-width: 760px;
    justify-self: center;
  }

  #contact .vv-network-globe {
    left: 50%;
    top: 28%;
    opacity: .16;
  }
}

@media (max-width: 650px) {
  #contact .vv-contact-section {
    padding: 30px 16px;
    gap: 24px;
  }

  #contact .vv-contact-title {
    font-size: 38px;
    letter-spacing: -1px;
  }

  #contact .vv-contact-description {
    font-size: 14px;
  }

  #contact .vv-feature-grid {
    grid-template-columns: 1fr;
  }

  #contact .vv-feature-card {
    min-height: 84px;
  }

  #contact .vv-contact-panel {
    padding: 20px 15px;
    border-radius: 16px;
  }

  #contact .vv-panel-logo img {
    width: 100px;
    height: 46px;
  }

  #contact .vv-info-item {
    min-height: 62px;
    grid-template-columns: 52px 1fr 18px;
    padding: 8px 9px;
  }

  #contact .vv-info-icon {
    width: 42px;
    height: 42px;
  }

  #contact .vv-info-text strong {
    font-size: 13px;
  }

  #contact .vv-info-text span {
    font-size: 11px;
  }

  #contact .vv-network-globe {
    width: 270px;
    height: 270px;
    left: 50%;
    top: 27%;
    opacity: .13;
  }
}


/* Respect reduced-motion preference */
@media (prefers-reduced-motion: reduce) {
  #contact .vv-bg-glow,
  #contact .vv-network-globe .vv-globe-ring,
  #contact .vv-network-globe .globe-dot {
    animation: none;
  }

  #contact .vv-feature-card,
  #contact .vv-info-item,
  #contact .vv-info-icon,
  #contact .vv-panel-logo {
    transition: none;
  }
}


/* =========================================================
   VVTECH CONTACT — REFERENCE IMAGE MATCH / HORIZONTAL WIDE
   Final scoped override. Existing sections remain unchanged.
   ========================================================= */

#contact {
  padding: 0 !important;
  background: #010912 !important;
}

#contact .vv-contact-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(650px, .98fr);
  align-items: center;
  gap: clamp(38px, 4vw, 72px);
  min-height: 780px;
  height: min(780px, 100vh);
  padding: 54px clamp(46px, 4.2vw, 78px) 46px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 42% 42%, rgba(0, 196, 255, .10), transparent 23%),
    radial-gradient(circle at 86% 12%, rgba(131, 226, 48, .055), transparent 20%),
    linear-gradient(120deg, #010913 0%, #02111f 48%, #020b16 100%);
}

/* Outer hairline frame */
#contact .vv-contact-section::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(0, 194, 255, .16);
  border-radius: 24px;
  pointer-events: none;
  z-index: 0;
}

/* Bottom flowing technology waves */
#contact .vv-contact-wave {
  position: absolute;
  left: -3%;
  right: 47%;
  bottom: -4px;
  height: 145px;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: .92;
}

#contact .vv-contact-wave .wave {
  position: absolute;
  left: -8%;
  width: 116%;
  height: 110px;
  border-radius: 50%;
  border-top: 1px solid currentColor;
  border-bottom: 0;
  transform-origin: center;
  filter: drop-shadow(0 0 7px currentColor);
}

#contact .vv-contact-wave .wave::before,
#contact .vv-contact-wave .wave::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: radial-gradient(circle, currentColor 0 1.3px, transparent 1.8px);
  background-size: 17px 13px;
  opacity: .72;
  mask-image: linear-gradient(to bottom, transparent 12%, #000 30%, #000 72%, transparent 95%);
}

#contact .vv-contact-wave .wave::after {
  background-size: 11px 11px;
  opacity: .35;
  transform: translateY(7px);
}

#contact .vv-contact-wave .wave-cyan {
  bottom: 34px;
  color: #00d9ff;
  transform: rotate(-2deg) scaleY(.66);
}

#contact .vv-contact-wave .wave-green {
  bottom: 20px;
  color: #78e331;
  transform: rotate(2deg) scaleY(.58);
  animation: vvWaveDrift 8s ease-in-out infinite alternate;
}

#contact .vv-contact-wave .wave-orange {
  bottom: 7px;
  color: #ff8a00;
  transform: rotate(-1deg) scaleY(.52);
  opacity: .56;
  animation: vvWaveDrift 10s ease-in-out infinite alternate-reverse;
}

@keyframes vvWaveDrift {
  from { transform: translateX(-1.5%) rotate(1deg) scaleY(.58); }
  to   { transform: translateX(1.5%) rotate(-1deg) scaleY(.58); }
}

/* Larger globe in the center gap, like the reference */
#contact .vv-network-globe {
  width: 470px !important;
  height: 470px !important;
  left: 43% !important;
  top: 46% !important;
  transform: translate(-50%, -50%) !important;
  opacity: .42 !important;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 48%, rgba(0, 206, 255, .16), transparent 51%),
    radial-gradient(circle at 50% 50%, rgba(0, 110, 255, .07), transparent 68%),
    repeating-radial-gradient(circle at 50% 50%, transparent 0 29px, rgba(0, 206, 255, .10) 30px 31px);
  box-shadow:
    inset 0 0 55px rgba(0, 194, 255, .09),
    0 0 65px rgba(0, 194, 255, .07);
}

#contact .vv-network-globe::before,
#contact .vv-network-globe::after {
  content: "";
  position: absolute;
  inset: 5%;
  border-radius: 50%;
  pointer-events: none;
}

#contact .vv-network-globe::before {
  background:
    radial-gradient(circle, rgba(255,255,255,.95) 0 1px, transparent 1.8px);
  background-size: 18px 18px;
  opacity: .32;
  mask-image: radial-gradient(circle, #000 0 63%, transparent 72%);
  animation: vvGlobeStars 7s ease-in-out infinite;
}

#contact .vv-network-globe::after {
  inset: 10%;
  border: 1px solid rgba(0, 214, 255, .24);
  transform: rotate(18deg) scaleX(.54);
  box-shadow:
    0 0 0 1px rgba(0, 214, 255, .08),
    0 0 20px rgba(0, 214, 255, .08);
  animation: vvGlobeSpin 18s linear infinite;
}

@keyframes vvGlobeStars {
  0%,100% { opacity: .20; }
  50% { opacity: .50; }
}

@keyframes vvGlobeSpin {
  from { transform: rotate(0deg) scaleX(.54); }
  to   { transform: rotate(360deg) scaleX(.54); }
}

#contact .vv-network-globe .vv-globe-ring {
  inset: 5%;
  border-color: rgba(0, 208, 255, .34);
  opacity: .9;
}

#contact .vv-network-globe .ring-1 { transform: rotateX(70deg) scaleY(.98); }
#contact .vv-network-globe .ring-2 { transform: rotateY(70deg); }
#contact .vv-network-globe .ring-3 { transform: rotateZ(45deg) scaleX(.78); }

#contact .vv-network-globe .globe-dot {
  width: 7px;
  height: 7px;
  background: #00d9ff;
  box-shadow: 0 0 7px #00d9ff, 0 0 18px rgba(0,217,255,.85);
}

#contact .vv-network-globe .dot-1  { left: 20%; top: 31%; }
#contact .vv-network-globe .dot-2  { left: 62%; top: 20%; }
#contact .vv-network-globe .dot-3  { left: 78%; top: 42%; background:#00d9ff; }
#contact .vv-network-globe .dot-4  { left: 68%; top: 68%; background:#00d9ff; }
#contact .vv-network-globe .dot-5  { left: 48%; top: 45%; }
#contact .vv-network-globe .dot-6  { left: 30%; top: 58%; }
#contact .vv-network-globe .dot-7  { left: 56%; top: 73%; background:#8cc63f; }
#contact .vv-network-globe .dot-8  { left: 83%; top: 60%; }
#contact .vv-network-globe .dot-9  { left: 17%; top: 62%; }
#contact .vv-network-globe .dot-10 { left: 52%; top: 16%; }

#contact .vv-contact-left {
  max-width: 790px !important;
  align-self: center;
}

#contact .vv-section-label {
  margin-bottom: 22px !important;
  font-size: 17px !important;
  letter-spacing: .02em;
}

#contact .vv-section-label span {
  width: 55px !important;
  height: 3px !important;
}

#contact .vv-contact-title {
  max-width: 620px;
  font-size: clamp(50px, 4.4vw, 72px) !important;
  line-height: .99 !important;
  letter-spacing: -2px !important;
}

#contact .vv-title-lines {
  margin: 20px 0 20px !important;
}

#contact .vv-title-lines i {
  width: 46px !important;
  height: 3px !important;
}

#contact .vv-contact-description {
  max-width: 660px !important;
  margin-bottom: 30px !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

#contact .vv-feature-grid {
  max-width: 800px !important;
  grid-template-columns: repeat(2, minmax(270px, 1fr)) !important;
  gap: 13px !important;
}

#contact .vv-feature-card {
  min-height: 132px !important;
  padding: 18px 20px !important;
  grid-template-columns: 92px 1fr !important;
  column-gap: 20px !important;
  border-radius: 17px !important;
  background: linear-gradient(145deg, rgba(5, 24, 41, .86), rgba(1, 12, 24, .91)) !important;
}

#contact .vv-feature-icon {
  width: 76px !important;
  height: 76px !important;
  animation: vvFeatureBreath 4.8s ease-in-out infinite !important;
}

#contact .vv-feature-card:nth-child(2) .vv-feature-icon { animation-delay: .7s !important; }
#contact .vv-feature-card:nth-child(3) .vv-feature-icon { animation-delay: 1.4s !important; }
#contact .vv-feature-card:nth-child(4) .vv-feature-icon { animation-delay: 2.1s !important; }

@keyframes vvFeatureBreath {
  0%,100% { box-shadow: 0 0 10px currentColor; transform: scale(1); }
  50% { box-shadow: 0 0 22px currentColor; transform: scale(1.025); }
}

#contact .vv-feature-icon svg {
  width: 47px !important;
  height: 47px !important;
}

#contact .vv-feature-card h3 {
  font-size: 18px !important;
}

#contact .vv-feature-card p {
  font-size: 14px !important;
  line-height: 1.48 !important;
}

#contact .vv-card-line {
  width: 30px !important;
  height: 3px !important;
  margin-top: 8px !important;
}


/* Right contact card — wide, tall rectangle like reference */
#contact .vv-contact-panel {
  width: 100%;
  min-width: 0;
  max-width: 850px;
  justify-self: end;
  align-self: center;
  padding: 30px 34px 27px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(0, 218, 255, .82) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(35, 255, 160, .18), transparent 30%),
    linear-gradient(145deg, #020d1a 0%, #031625 58%, #041b27 100%) !important;
  box-shadow:
    0 0 32px rgba(0, 210, 255, .10),
    0 26px 65px rgba(0,0,0,.35),
    inset 0 0 45px rgba(0,170,255,.04) !important;
}

#contact .vv-contact-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 91% 13%, rgba(0, 217, 255, .30) 0 2px, transparent 3px),
    radial-gradient(circle at 87% 17%, rgba(0, 217, 255, .22) 0 1px, transparent 2px),
    radial-gradient(circle at 96% 78%, rgba(140, 198, 63, .24) 0 1px, transparent 2px);
  background-size: 60px 60px, 44px 44px, 52px 52px;
  opacity: .55;
}

/* Single logo lockup: one website mark + one wordmark */
#contact .vv-panel-logo {
  display: inline-flex !important;
  align-items: center;
  gap: 13px;
  width: auto !important;
  color: #fff;
  text-decoration: none;
}

#contact .vv-panel-logo img {
  width: 92px !important;
  height: 55px !important;
  object-fit: contain;
  filter: drop-shadow(0 0 9px rgba(0, 217, 255, .18)) !important;
}

#contact .vv-panel-logo-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  white-space: nowrap;
  font-size: clamp(33px, 3vw, 47px);
  line-height: 1;
  font-weight: 850;
  letter-spacing: -.03em;
}

#contact .vv-panel-logo-wordmark b {
  color: #f57b20;
  font-weight: 900;
}

#contact .vv-panel-logo-wordmark strong {
  color: #09bfe8;
  font-weight: 850;
}

#contact .vv-panel-logo-wordmark em {
  margin-left: 10px;
  color: #f5f7fa;
  font-style: normal;
  font-weight: 800;
}

#contact .vv-panel-header p {
  margin: 12px 0 13px !important;
  font-size: 17px !important;
  color: rgba(255,255,255,.76) !important;
}

#contact .vv-panel-lines {
  gap: 6px !important;
}

#contact .vv-panel-lines i {
  width: 42px !important;
  height: 3px !important;
}


/* Contact information rows — four rows matching the supplied image */
#contact .vv-contact-info {
  margin-top: 18px !important;
  padding: 3px !important;
  border-radius: 18px !important;
  background: rgba(0, 8, 18, .58) !important;
}

#contact .vv-info-item {
  min-height: 96px !important;
  grid-template-columns: 88px 1fr 35px !important;
  padding: 11px 15px !important;
  border-bottom: 1px solid rgba(255,255,255,.13) !important;
}

#contact .vv-info-icon {
  width: 65px !important;
  height: 65px !important;
  border-width: 1.5px !important;
}

#contact .vv-info-icon svg {
  width: 39px !important;
  height: 39px !important;
}

#contact .vv-info-text strong {
  margin-bottom: 5px !important;
  font-size: 19px !important;
}

#contact .vv-info-text span {
  font-size: 16px !important;
}

#contact .vv-info-arrow {
  font-size: 29px !important;
  color: rgba(255,255,255,.48);
}

#contact .cyan-info { color: #00d9ff !important; }
#contact .green-info { color: #8ee52f !important; }
#contact .orange-info { color: #ff9000 !important; }
#contact .cyan-location-info { color: #39bdf8 !important; }

#contact .cyan-location-info .vv-info-icon {
  box-shadow: 0 0 14px rgba(57,189,248,.42) !important;
}

#contact .vv-panel-bottom {
  margin-top: 18px !important;
  padding-top: 18px !important;
  gap: 20px !important;
}

#contact .vv-bottom-icon {
  width: 62px !important;
  height: 62px !important;
  flex-basis: 62px !important;
  box-shadow: 0 0 18px rgba(0,210,255,.28) !important;
  animation: vvBottomPulse 4s ease-in-out infinite !important;
}

@keyframes vvBottomPulse {
  0%,100% { box-shadow: 0 0 12px rgba(0,210,255,.20); }
  50% { box-shadow: 0 0 24px rgba(0,210,255,.42); }
}

#contact .vv-bottom-icon svg {
  width: 37px !important;
  height: 37px !important;
}

#contact .vv-panel-bottom h3 {
  font-size: 23px !important;
}

#contact .vv-panel-bottom strong {
  font-size: 25px !important;
}


/* Large desktop target — matches the 16:9-ish supplied reference */
@media (min-width: 1500px) {
  #contact .vv-contact-section {
    grid-template-columns: minmax(0, 1fr) minmax(680px, .98fr);
    min-height: 790px;
    height: min(790px, 100vh);
    padding-left: 58px;
    padding-right: 58px;
  }

  #contact .vv-network-globe {
    width: 520px !important;
    height: 520px !important;
  }
}

@media (max-width: 1250px) and (min-width: 901px) {
  #contact .vv-contact-section {
    grid-template-columns: minmax(0, 1fr) minmax(520px, .96fr);
    gap: 28px;
    padding: 42px 34px;
  }

  #contact .vv-contact-title {
    font-size: 52px !important;
  }

  #contact .vv-feature-card {
    grid-template-columns: 70px 1fr !important;
    min-height: 116px !important;
  }

  #contact .vv-feature-icon {
    width: 64px !important;
    height: 64px !important;
  }

  #contact .vv-feature-icon svg {
    width: 39px !important;
    height: 39px !important;
  }

  #contact .vv-panel-logo-wordmark {
    font-size: 35px;
  }

  #contact .vv-info-item {
    min-height: 82px !important;
  }
}

@media (max-width: 900px) {
  #contact .vv-contact-section {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 28px 54px;
  }

  #contact .vv-network-globe {
    left: 50% !important;
    top: 28% !important;
    width: 390px !important;
    height: 390px !important;
    opacity: .22 !important;
  }

  #contact .vv-contact-panel {
    max-width: 850px;
    justify-self: center;
  }
}

@media (max-width: 650px) {
  #contact .vv-contact-section {
    padding: 36px 16px 42px;
  }

  #contact .vv-contact-title {
    font-size: 42px !important;
    letter-spacing: -1.2px !important;
  }

  #contact .vv-contact-description {
    font-size: 15px !important;
  }

  #contact .vv-feature-grid {
    grid-template-columns: 1fr !important;
  }

  #contact .vv-feature-card {
    min-height: 104px !important;
    grid-template-columns: 72px 1fr !important;
  }

  #contact .vv-contact-panel {
    padding: 24px 16px 20px !important;
    border-radius: 18px !important;
  }

  #contact .vv-panel-logo img {
    width: 72px !important;
    height: 46px !important;
  }

  #contact .vv-panel-logo-wordmark {
    font-size: 29px;
  }

  #contact .vv-info-item {
    min-height: 78px !important;
    grid-template-columns: 62px 1fr 24px !important;
  }

  #contact .vv-info-icon {
    width: 52px !important;
    height: 52px !important;
  }

  #contact .vv-info-icon svg {
    width: 31px !important;
    height: 31px !important;
  }

  #contact .vv-info-text strong {
    font-size: 16px !important;
  }

  #contact .vv-info-text span {
    font-size: 12px !important;
  }

  #contact .vv-contact-wave {
    right: 0;
    height: 100px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #contact .vv-contact-wave .wave,
  #contact .vv-network-globe::before,
  #contact .vv-network-globe::after,
  #contact .vv-feature-icon,
  #contact .vv-bottom-icon {
    animation: none !important;
  }
}

/* =========================================================
   VVTECH CONTACT — COMPACT RECTANGLE + LIVE GLOBE
   Final override: shorter/wider desktop presentation while
   keeping the approved visual design.
   ========================================================= */
#contact .vv-contact-section{
  grid-template-columns:minmax(0,1fr) minmax(600px,1.08fr) !important;
  gap:clamp(28px,3.2vw,52px) !important;
  min-height:0 !important;
  height:auto !important;
  padding:34px clamp(34px,4vw,64px) 30px !important;
  align-items:center !important;
}

#contact .vv-contact-section::before{
  inset:14px !important;
  border-radius:20px !important;
}

#contact .vv-contact-left{
  max-width:720px !important;
}

#contact .vv-section-label{
  margin-bottom:14px !important;
  font-size:15px !important;
}

#contact .vv-contact-title{
  max-width:600px !important;
  font-size:clamp(44px,3.75vw,62px) !important;
  line-height:1 !important;
}

#contact .vv-title-lines{
  margin:14px 0 15px !important;
}

#contact .vv-contact-description{
  max-width:620px !important;
  margin-bottom:20px !important;
  font-size:15px !important;
  line-height:1.5 !important;
}

#contact .vv-feature-grid{
  max-width:720px !important;
  gap:10px !important;
}

#contact .vv-feature-card{
  min-height:100px !important;
  padding:13px 15px !important;
  grid-template-columns:62px 1fr !important;
  column-gap:14px !important;
  border-radius:14px !important;
}

#contact .vv-feature-icon{
  width:58px !important;
  height:58px !important;
}

#contact .vv-feature-icon svg{
  width:35px !important;
  height:35px !important;
}

#contact .vv-feature-card h3{
  font-size:16px !important;
}

#contact .vv-feature-card p{
  font-size:12.5px !important;
  line-height:1.38 !important;
}

/* Wider, shorter contact card */
#contact .vv-contact-panel{
  max-width:none !important;
  width:100% !important;
  padding:23px 26px 20px !important;
  border-radius:20px !important;
}

#contact .vv-panel-logo img{
  width:86px !important;
  height:48px !important;
}

#contact .vv-panel-logo-wordmark{
  font-size:clamp(30px,2.55vw,42px) !important;
}

#contact .vv-panel-header p{
  margin:8px 0 10px !important;
  font-size:14px !important;
}

#contact .vv-contact-info{
  margin-top:13px !important;
  border-radius:15px !important;
}

#contact .vv-info-item{
  min-height:69px !important;
  grid-template-columns:64px 1fr 25px !important;
  padding:7px 12px !important;
}

#contact .vv-info-icon{
  width:50px !important;
  height:50px !important;
}

#contact .vv-info-icon svg{
  width:29px !important;
  height:29px !important;
}

#contact .vv-info-text strong{
  font-size:15px !important;
  margin-bottom:2px !important;
}

#contact .vv-info-text span{
  font-size:12.5px !important;
}

#contact .vv-info-arrow{
  font-size:20px !important;
}

#contact .vv-panel-bottom{
  margin-top:13px !important;
  padding-top:13px !important;
  gap:14px !important;
}

#contact .vv-bottom-icon{
  width:50px !important;
  height:50px !important;
  flex-basis:50px !important;
}

#contact .vv-bottom-icon svg{
  width:29px !important;
  height:29px !important;
}

#contact .vv-panel-bottom h3{
  font-size:18px !important;
}

#contact .vv-panel-bottom strong{
  font-size:20px !important;
}

/* Globe: rotate as a single object while preserving its center */
#contact .vv-network-globe{
  width:430px !important;
  height:430px !important;
  left:43% !important;
  top:50% !important;
  opacity:.44 !important;
  animation:vvContactGlobeRotate 30s linear infinite !important;
  transform-origin:center center !important;
}

@keyframes vvContactGlobeRotate{
  from{transform:translate(-50%,-50%) rotate(0deg)}
  to{transform:translate(-50%,-50%) rotate(360deg)}
}

/* Highlight points travel through a staggered pulse */
#contact .vv-network-globe .globe-dot{
  width:7px !important;
  height:7px !important;
  animation-name:vvContactDotHighlight !important;
  animation-duration:3.2s !important;
  animation-timing-function:ease-in-out !important;
  animation-iteration-count:infinite !important;
}

@keyframes vvContactDotHighlight{
  0%,100%{opacity:.28;transform:scale(.72);filter:brightness(.9)}
  45%{opacity:.62;transform:scale(1);filter:brightness(1.1)}
  58%{opacity:1;transform:scale(1.55);filter:brightness(1.45)}
  72%{opacity:.48;transform:scale(.92);filter:brightness(1)}
}

#contact .vv-network-globe .dot-1{animation-delay:.0s !important}
#contact .vv-network-globe .dot-2{animation-delay:.35s !important}
#contact .vv-network-globe .dot-3{animation-delay:.7s !important}
#contact .vv-network-globe .dot-4{animation-delay:1.05s !important}
#contact .vv-network-globe .dot-5{animation-delay:1.4s !important}
#contact .vv-network-globe .dot-6{animation-delay:1.75s !important}
#contact .vv-network-globe .dot-7{animation-delay:2.1s !important}
#contact .vv-network-globe .dot-8{animation-delay:2.45s !important}
#contact .vv-network-globe .dot-9{animation-delay:2.8s !important}
#contact .vv-network-globe .dot-10{animation-delay:3.15s !important}

/* Slightly more visible globe network points */
#contact .vv-network-globe::before{
  opacity:.42 !important;
  animation:vvGlobeStars 5.5s ease-in-out infinite !important;
}

#contact .vv-contact-wave{
  height:105px !important;
  bottom:0 !important;
}

@media (min-width:1500px){
  #contact .vv-contact-section{
    grid-template-columns:minmax(0,1fr) minmax(720px,1.08fr) !important;
    height:auto !important;
    min-height:620px !important;
    padding:32px 62px 28px !important;
  }
  #contact .vv-network-globe{
    width:42% !important;
    height:450px !important;
  }
}

@media (max-width:1250px) and (min-width:901px){
  #contact .vv-contact-section{
    grid-template-columns:minmax(0,1fr) minmax(500px,.98fr) !important;
    gap:24px !important;
    padding:30px 30px 26px !important;
  }
  #contact .vv-contact-title{
    font-size:48px !important;
  }
  #contact .vv-feature-card{
    min-height:92px !important;
  }
  #contact .vv-network-globe{
    width:360px !important;
    height:360px !important;
  }
}

@media (max-width:900px){
  #contact .vv-contact-section{
    height:auto !important;
    min-height:0 !important;
    grid-template-columns:1fr !important;
    padding:34px 26px 42px !important;
  }
  #contact .vv-network-globe{
    left:50% !important;
    top:25% !important;
    width:340px !important;
    height:340px !important;
    opacity:.20 !important;
  }
}

@media (prefers-reduced-motion:reduce){
  #contact .vv-network-globe,
  #contact .vv-network-globe::before,
  #contact .vv-network-globe .globe-dot,
  #contact .vv-network-globe .vv-globe-ring{
    animation:none !important;
  }
}

/* ==========================================================
   FINAL CONTACT REFERENCE OVERRIDES
   - Compact wide rectangle
   - Video logo mark only (no duplicate VVTech Solutions wordmark)
   - Top ribbon treatment from supplied logo video
   - Reference network globe + white blinking dots
   - Reference-style neon contact/feature icons
   ========================================================== */
#contact .vv-contact-section{
  position:relative;
  width:100%;
  min-height:0;
  height:clamp(560px, 60vw, 650px);
  padding:22px 28px 18px;
  display:grid;
  grid-template-columns:minmax(0, .98fr) minmax(620px, 1.02fr);
  gap:28px;
  align-items:stretch;
  overflow:hidden;
  background:
    radial-gradient(circle at 44% 44%, rgba(0,190,255,.055), transparent 25%),
    linear-gradient(135deg,#020913 0%,#020c17 48%,#04121e 100%);
  border:1px solid rgba(0,184,255,.16);
  border-radius:22px;
  box-sizing:border-box;
}

#contact .vv-contact-left{
  position:relative;
  z-index:4;
  max-width:820px;
  align-self:center;
  padding:8px 10px 0 18px;
}

#contact .vv-section-label{
  margin-bottom:20px;
  color:#ff8610;
  font-size:17px;
  letter-spacing:.7px;
  font-weight:800;
}
#contact .vv-section-label span{width:42px;height:3px;background:#ff8610}

#contact .vv-contact-title{
  font-size:clamp(48px,4.35vw,68px);
  line-height:1.01;
  letter-spacing:-2.4px;
  margin:0;
}

#contact .vv-title-lines{margin:18px 0 15px}
#contact .vv-title-lines i{height:3px;width:42px}

#contact .vv-contact-description{
  max-width:620px;
  margin:0 0 22px;
  color:rgba(255,255,255,.88);
  font-size:16px;
  line-height:1.55;
}

#contact .vv-feature-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 16px;
  max-width:790px;
}

#contact .vv-feature-card{
  min-height:106px;
  padding:14px 16px;
  display:grid;
  grid-template-columns:92px 1fr;
  gap:14px;
  align-items:center;
  border:1px solid rgba(82,157,205,.34);
  border-radius:15px;
  background:linear-gradient(135deg,rgba(3,22,37,.82),rgba(2,13,25,.72));
  box-shadow:inset 0 0 24px rgba(0,160,255,.025);
  transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease;
}
#contact .vv-feature-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.22),inset 0 0 24px rgba(0,190,255,.045)}

#contact .vv-feature-icon{
  width:72px;height:72px;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:rgba(2,15,27,.86);
  border:1.5px solid currentColor;
  box-shadow:0 0 14px currentColor,inset 0 0 12px rgba(255,255,255,.025);
  animation:vvRefIconFloat 4.8s ease-in-out infinite;
}
#contact .vv-feature-card:nth-child(2) .vv-feature-icon{animation-delay:.7s}
#contact .vv-feature-card:nth-child(3) .vv-feature-icon{animation-delay:1.4s}
#contact .vv-feature-card:nth-child(4) .vv-feature-icon{animation-delay:2.1s}
#contact .vv-feature-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 5px currentColor)}
#contact .vv-feature-card h3{margin:0;color:#fff;font-size:18px;line-height:1.12}
#contact .vv-feature-card p{margin:5px 0 0;color:rgba(255,255,255,.82);font-size:13px;line-height:1.4}
#contact .vv-card-line{width:30px;height:2px;margin:7px 0 0;background:currentColor;box-shadow:0 0 8px currentColor}

/* Exact logo mark from supplied video, no duplicate wordmark */
#contact .vv-contact-panel{
  position:relative;
  z-index:7;
  height:100%;
  min-width:0;
  align-self:stretch;
  padding:18px 22px 16px;
  border:1px solid rgba(0,218,255,.8);
  border-radius:22px;
  background:
    radial-gradient(circle at 100% 0%,rgba(112,255,75,.13),transparent 34%),
    linear-gradient(145deg,#03101d 0%,#041a27 55%,#07302f 100%);
  box-shadow:0 0 28px rgba(0,208,255,.10),inset 0 0 45px rgba(0,170,255,.035);
  overflow:hidden;
}

#contact .vv-contact-panel::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;height:2px;
  background:linear-gradient(90deg,#00cfff,#2ed9c0,#8fe22d,#ff8a00);
  box-shadow:0 0 16px rgba(0,215,255,.55);
  opacity:.8;
}

/* supplied second-video top ribbon */
#contact .vv-panel-ribbon{
  position:absolute;
  top:0;left:0;right:0;
  height:58px;
  display:flex;
  align-items:center;
  padding:0 24px;
  background:linear-gradient(90deg,#071827 0%,#0d2b3b 55%,#103c43 100%);
  border-bottom:1px solid rgba(74,198,230,.18);
  box-shadow:inset 0 -1px 0 rgba(255,255,255,.025);
  z-index:2;
}
#contact .vv-ribbon-mark img{
  display:block;
  width:76px;height:auto;
  object-fit:contain;
  filter:drop-shadow(0 0 7px rgba(0,205,255,.25));
}

#contact .vv-panel-header{
  position:relative;
  z-index:3;
  padding-top:54px;
}
#contact .vv-panel-logo{
  display:inline-flex;
  align-items:center;
  width:auto;
  height:auto;
  text-decoration:none;
}
#contact .vv-panel-logo img{
  width:108px;
  max-height:48px;
  object-fit:contain;
  object-position:left center;
  display:block;
  filter:drop-shadow(0 0 7px rgba(0,200,255,.20));
}
#contact .vv-panel-logo-wordmark{display:none!important}
#contact .vv-panel-header p{margin:5px 0 10px;font-size:14px;color:rgba(255,255,255,.78)}
#contact .vv-panel-lines i{width:34px;height:3px}

#contact .vv-contact-info{
  position:relative;
  z-index:3;
  margin-top:12px;
  padding:0;
  border:1px solid rgba(75,154,195,.32);
  border-radius:15px;
  background:rgba(0,8,18,.54);
  overflow:hidden;
}
#contact .vv-info-item{
  min-height:76px;
  grid-template-columns:76px 1fr 30px;
  padding:8px 16px;
  border-bottom:1px solid rgba(92,155,185,.23);
}
#contact .vv-info-icon{
  width:52px;height:52px;
  border-width:1.5px;
  box-shadow:0 0 13px currentColor;
}
#contact .vv-info-icon svg{
  width:30px;height:30px;
  stroke-width:2.8;
  filter:drop-shadow(0 0 4px currentColor);
}
#contact .vv-info-text strong{font-size:16px;margin-bottom:3px}
#contact .vv-info-text span{font-size:13px}
#contact .vv-info-arrow{font-size:22px}
#contact .cyan-location-info{color:#27bfff!important}
#contact .cyan-location-info .vv-info-icon{box-shadow:0 0 15px rgba(39,191,255,.7)}
#contact .cyan-location-info .vv-info-text span{color:#2bc8ff}

#contact .vv-panel-bottom{
  position:relative;
  z-index:3;
  gap:16px;
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,.13);
}
#contact .vv-bottom-icon{width:52px;height:52px;flex-basis:52px}
#contact .vv-bottom-icon svg{width:30px;height:30px;stroke-width:2.5}
#contact .vv-panel-bottom h3{font-size:18px}
#contact .vv-panel-bottom strong{font-size:19px}

/* Reference globe: image stays blue/cyan; only overlay dots blink WHITE */
#contact .vv-network-globe{
  position:absolute;
  z-index:2;
  width:430px;height:415px;
  left:28%;top:6%;
  border-radius:50%;
  background:transparent;
  pointer-events:none;
  opacity:.86;
  overflow:visible;
  animation:vvGlobeFloat 9s ease-in-out infinite;
}
#contact .vv-network-globe-image{
  position:absolute;
  width:100%;height:100%;
  object-fit:cover;
  object-position:center;
  mix-blend-mode:screen;
  opacity:.9;
  filter:saturate(.92) brightness(.9) contrast(1.08);
  animation:vvGlobeRotate 26s linear infinite;
  transform-origin:50% 52%;
}
#contact .vv-globe-white-dots{position:absolute;inset:0;z-index:2}
#contact .vv-network-globe .globe-dot{
  position:absolute;
  width:4px;height:4px;
  border-radius:50%;
  background:#fff!important;
  color:#fff!important;
  box-shadow:0 0 5px #fff,0 0 12px rgba(255,255,255,.9)!important;
  opacity:.18;
  animation:vvWhiteDotBlink 2.8s ease-in-out infinite;
}
#contact .dot-1{left:18%;top:28%;animation-delay:0s}.dot-2{left:31%;top:19%;animation-delay:.45s}.dot-3{left:46%;top:15%;animation-delay:.9s}.dot-4{left:61%;top:22%;animation-delay:1.35s}.dot-5{left:75%;top:31%;animation-delay:1.8s}.dot-6{left:24%;top:42%;animation-delay:2.25s}.dot-7{left:39%;top:37%;animation-delay:.2s}.dot-8{left:53%;top:31%;animation-delay:.65s}.dot-9{left:67%;top:42%;animation-delay:1.1s}.dot-10{left:80%;top:50%;animation-delay:1.55s}.dot-11{left:30%;top:55%;animation-delay:2s}.dot-12{left:45%;top:49%;animation-delay:2.45s}.dot-13{left:58%;top:55%;animation-delay:.35s}.dot-14{left:71%;top:62%;animation-delay:.8s}.dot-15{left:23%;top:66%;animation-delay:1.25s}.dot-16{left:37%;top:71%;animation-delay:1.7s}.dot-17{left:52%;top:66%;animation-delay:2.15s}.dot-18{left:66%;top:74%;animation-delay:.5s}.dot-19{left:80%;top:68%;animation-delay:.95s}.dot-20{left:47%;top:82%;animation-delay:1.4s}

#contact .vv-contact-wave{z-index:1;opacity:.9}

@keyframes vvWhiteDotBlink{0%,100%{opacity:.12;transform:scale(.8)}35%{opacity:1;transform:scale(1.55)}60%{opacity:.35;transform:scale(1)} }
@keyframes vvGlobeRotate{0%{transform:perspective(900px) rotateY(-4deg) rotateZ(-1deg) scale(1.01)}50%{transform:perspective(900px) rotateY(4deg) rotateZ(1deg) scale(1.035)}100%{transform:perspective(900px) rotateY(-4deg) rotateZ(-1deg) scale(1.01)} }
@keyframes vvGlobeFloat{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-7px,0)} }
@keyframes vvRefIconFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-2px)} }

@media (max-width:1200px){
  #contact .vv-contact-section{grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:20px;padding-left:22px;padding-right:22px}
  #contact .vv-network-globe{left:25%;width:390px;height:380px;opacity:.72}
  #contact .vv-contact-title{font-size:clamp(44px,4.1vw,60px)}
}
@media (max-width:980px){
  #contact .vv-contact-section{height:auto;min-height:0;grid-template-columns:1fr;padding:28px 22px;gap:28px}
  #contact .vv-contact-left{max-width:none}
  #contact .vv-network-globe{left:30%;top:260px;width:390px;height:370px;opacity:.28}
  #contact .vv-contact-panel{height:auto;min-height:560px}
}
@media (max-width:640px){
  #contact .vv-contact-section{padding:22px 14px;border-radius:16px}
  #contact .vv-contact-left{padding-left:4px}
  #contact .vv-contact-title{font-size:39px;letter-spacing:-1.2px}
  #contact .vv-feature-grid{grid-template-columns:1fr}
  #contact .vv-feature-card{grid-template-columns:78px 1fr;min-height:96px}
  #contact .vv-contact-panel{padding:16px 12px;border-radius:18px}
  #contact .vv-panel-ribbon{height:48px;padding:0 16px}
  #contact .vv-ribbon-mark img{width:62px}
  #contact .vv-panel-header{padding-top:43px}
  #contact .vv-panel-logo img{width:82px}
  #contact .vv-info-item{grid-template-columns:62px 1fr 24px;min-height:70px;padding:7px 10px}
  #contact .vv-info-icon{width:46px;height:46px}
  #contact .vv-info-text strong{font-size:15px}
  #contact .vv-info-text span{font-size:12px}
  #contact .vv-network-globe{left:7%;top:300px;width:320px;height:310px;opacity:.2}
}
#contact .vv-panel-header{padding-top:54px}
#contact .vv-panel-header p{margin-top:0}
#contact .vv-panel-ribbon{height:58px}
#contact .vv-panel-ribbon{gap:14px}
#contact .vv-ribbon-wordmark{
  font-size:27px;
  line-height:1;
  font-weight:850;
  letter-spacing:-1px;
  color:#f5f7fb;
  text-shadow:0 0 12px rgba(0,200,255,.12);
}
#contact .vv-ribbon-wordmark::first-letter{color:#ff8a00}
#contact .vv-ribbon-wordmark{
  background:linear-gradient(90deg,#ff8a00 0%,#ff8a00 18%,#16c9ff 44%,#63d5a4 72%,#f5f7fb 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
#contact .vv-ribbon-wordmark strong{font-weight:850}
#contact .vv-panel-header{padding-top:54px}


/* =========================================================
   VVTech service sub-service hover descriptions
   Existing service layout/grid is intentionally preserved.
   ========================================================= */
.service-panel li {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: visible;
  cursor: default;
  transition:
    transform .28s cubic-bezier(.2,.75,.25,1),
    border-color .28s ease,
    background .28s ease,
    box-shadow .28s ease,
    z-index 0s linear;
}

.service-item-title {
  display: block;
  position: relative;
  z-index: 2;
  transition: transform .28s ease, color .28s ease;
}

.service-item-description {
  position: absolute;
  left: 12px;
  right: 12px;
  top: calc(100% + 8px);
  z-index: 30;
  padding: 10px 12px;
  border: 1px solid rgba(0, 238, 255, .34);
  border-radius: 7px;
  color: rgba(255,255,255,.82);
  background:
    linear-gradient(145deg, rgba(7,20,36,.98), rgba(3,11,22,.98));
  box-shadow:
    0 16px 34px rgba(0,0,0,.42),
    0 0 18px rgba(0,194,204,.12);
  font-size: 11.5px;
  line-height: 1.45;
  font-weight: 560;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px) scale(.97);
  transform-origin: top center;
  pointer-events: none;
  transition:
    opacity .22s ease,
    visibility .22s ease,
    transform .22s ease;
}

.service-panel li:hover,
.service-panel li:focus-visible {
  z-index: 50;
  transform: translateY(-2px) scale(1.035);
  border-color: rgba(0,238,255,.55);
  background:
    linear-gradient(135deg, rgba(0,194,204,.16), rgba(140,198,63,.08)),
    rgba(255,255,255,.075);
  box-shadow:
    0 10px 28px rgba(0,0,0,.28),
    0 0 20px rgba(0,194,204,.13);
}

.service-panel li:hover .service-item-title,
.service-panel li:focus-visible .service-item-title {
  color: #ffffff;
  transform: translateX(2px);
}

.service-panel li:hover .service-item-description,
.service-panel li:focus-visible .service-item-description {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.service-panel li:focus-visible {
  outline: 1px solid rgba(0,238,255,.65);
  outline-offset: 2px;
}

/* Keep the compact mobile layout intact; show the description below
   the item only while it is being touched/focused/hovered. */
@media (max-width: 760px) {
  .service-panel li {
    overflow: visible;
  }

  .service-item-description {
    left: 8px;
    right: 8px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-panel li,
  .service-item-title,
  .service-item-description {
    transition: none;
  }
}


/* Service description direction: open away from the row so the
   popup does not cover the service item itself.
   Desktop: first/top row opens upward; second/bottom row opens downward. */
.service-panel li:nth-child(-n+4) .service-item-description {
  top: auto;
  bottom: calc(100% + 8px);
  transform-origin: bottom center;
}

.service-panel li:nth-child(n+5) .service-item-description {
  top: calc(100% + 8px);
  bottom: auto;
  transform-origin: top center;
}

@media (max-width: 760px) {
  /* On the single-column mobile layout, always open below the item
     so the description follows the natural reading direction. */
  .service-panel li .service-item-description {
    top: calc(100% + 8px);
    bottom: auto;
    transform-origin: top center;
  }
}

/* VVTech service hover descriptions - client-friendly interaction refinement */
.service-panel li { position: relative; overflow: visible; }
.service-panel li:hover .service-item-description,
.service-panel li:focus-visible .service-item-description { max-width: 330px; }
.service-item-title { transition: color .22s ease, transform .22s ease; }
.service-item-description {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
@media (hover: none) and (pointer: coarse) {
  .service-panel li:active { transform: translateY(-2px) scale(1.02); }
}

/* Services section eyebrow - match the orange "OUR APPROACH" treatment */
#services > .section-head > .eyebrow {
  color: var(--orange) !important;
  opacity: 1;
}

/* =========================================================
   VVTECH CONTACT INFO — PREMIUM CARD LAYOUT
   Replaces the old flat stacked rows with compact interactive cards.
   ========================================================= */
#contact .vv-contact-info{
  margin-top:24px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

#contact .vv-info-item{
  min-height:94px;
  grid-template-columns:58px minmax(0,1fr) 22px;
  gap:12px;
  padding:14px 14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:15px;
  overflow:hidden;
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb,currentColor 10%,transparent), transparent 42%),
    linear-gradient(145deg,rgba(10,31,47,.92),rgba(2,14,26,.96));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 10px 24px rgba(0,0,0,.14);
  transition:transform .32s ease,border-color .32s ease,box-shadow .32s ease,background .32s ease;
}

#contact .vv-info-item::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:0;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,currentColor,transparent);
  opacity:.22;
  transition:opacity .32s ease,transform .32s ease;
}

#contact .vv-info-item:hover{
  transform:translateY(-4px);
  border-color:color-mix(in srgb,currentColor 62%,rgba(255,255,255,.18));
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb,currentColor 16%,transparent), transparent 48%),
    linear-gradient(145deg,rgba(12,39,57,.98),rgba(3,18,31,.98));
  box-shadow:0 12px 30px rgba(0,0,0,.25),0 0 22px color-mix(in srgb,currentColor 13%,transparent),inset 0 1px 0 rgba(255,255,255,.07);
}

#contact .vv-info-item:hover::after{
  opacity:.9;
  transform:scaleX(1.02);
}

#contact .vv-info-icon{
  width:52px;
  height:52px;
  border-width:1px;
  background:rgba(0,0,0,.24);
  box-shadow:0 0 14px color-mix(in srgb,currentColor 32%,transparent),inset 0 0 12px color-mix(in srgb,currentColor 8%,transparent);
}

#contact .vv-info-item:hover .vv-info-icon{
  transform:scale(1.06);
  box-shadow:0 0 22px color-mix(in srgb,currentColor 48%,transparent),inset 0 0 14px color-mix(in srgb,currentColor 12%,transparent);
}

#contact .vv-info-icon svg{
  width:28px;
  height:28px;
  stroke-width:2.3;
}

#contact .vv-info-text strong{
  margin-bottom:5px;
  font-size:15px;
  letter-spacing:.1px;
}

#contact .vv-info-text span{
  display:block;
  font-size:13px;
  line-height:1.4;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

#contact .vv-info-arrow{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border:1px solid currentColor;
  border-radius:50%;
  color:currentColor;
  font-size:14px;
  line-height:1;
  opacity:.65;
  transition:opacity .3s ease,transform .3s ease,background .3s ease;
}

#contact .vv-info-item:hover .vv-info-arrow{
  opacity:1;
  transform:translate(2px,-2px);
  background:color-mix(in srgb,currentColor 10%,transparent);
}

#contact .cyan-location-info{
  color:#21bfff;
}

@media (max-width:760px){
  #contact .vv-contact-info{
    grid-template-columns:1fr;
  }

  #contact .vv-info-item{
    min-height:82px;
  }
}

/* =========================================================
   VVTECH CONTACT — COMPACT PREMIUM LAYOUT v2
   Keeps the approved content/design, but reduces the vertical
   footprint and gives the contact panel a cleaner hierarchy.
   ========================================================= */
#contact {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

#contact .vv-contact-section {
  width: min(1480px, 100%);
  height: 500px !important;
  min-height: 500px !important;
  padding: 18px 24px !important;
  grid-template-columns: minmax(0, .94fr) minmax(560px, 1.06fr) !important;
  gap: 24px !important;
  border-radius: 20px;
}

#contact .vv-contact-left {
  padding: 4px 8px 0 14px !important;
  align-self: center;
}

#contact .vv-section-label {
  margin-bottom: 12px !important;
  font-size: 14px !important;
  letter-spacing: 1.2px !important;
}

#contact .vv-contact-title {
  font-size: clamp(42px, 3.45vw, 58px) !important;
  line-height: .99 !important;
  letter-spacing: -1.9px !important;
}

#contact .vv-title-lines {
  margin: 12px 0 11px !important;
}

#contact .vv-contact-description {
  max-width: 610px !important;
  margin-bottom: 16px !important;
  font-size: 14px !important;
  line-height: 1.48 !important;
}

#contact .vv-feature-grid {
  gap: 9px 12px !important;
  max-width: 720px !important;
}

#contact .vv-feature-card {
  min-height: 88px !important;
  padding: 10px 12px !important;
  grid-template-columns: 68px 1fr !important;
  gap: 11px !important;
  border-radius: 13px !important;
}

#contact .vv-feature-icon {
  width: 58px !important;
  height: 58px !important;
}

#contact .vv-feature-icon svg {
  width: 34px !important;
  height: 34px !important;
}

#contact .vv-feature-card h3 {
  font-size: 15px !important;
}

#contact .vv-feature-card p {
  margin-top: 3px !important;
  font-size: 11.5px !important;
  line-height: 1.32 !important;
}

#contact .vv-card-line {
  width: 24px !important;
  height: 2px !important;
  margin: 5px 0 0 !important;
}

/* Right panel: compact, polished, no excessive empty space */
#contact .vv-contact-panel {
  height: 100% !important;
  min-height: 0 !important;
  padding: 16px 18px 13px !important;
  border-radius: 20px !important;
  align-self: stretch !important;
}

#contact .vv-panel-ribbon {
  height: 50px !important;
  padding: 0 18px !important;
  gap: 10px !important;
}

#contact .vv-ribbon-mark img {
  width: 66px !important;
}

#contact .vv-ribbon-wordmark {
  font-size: 23px !important;
  letter-spacing: -.8px !important;
}

#contact .vv-panel-header {
  padding-top: 47px !important;
}

#contact .vv-panel-header p {
  margin: 0 0 7px !important;
  font-size: 12px !important;
}

#contact .vv-panel-lines i {
  width: 30px !important;
  height: 2px !important;
}

#contact .vv-contact-info {
  margin-top: 10px !important;
  gap: 9px !important;
}

#contact .vv-info-item {
  min-height: 74px !important;
  grid-template-columns: 52px minmax(0,1fr) 24px !important;
  gap: 11px !important;
  padding: 9px 11px !important;
  border-radius: 13px !important;
}

#contact .vv-info-icon {
  width: 46px !important;
  height: 46px !important;
}

#contact .vv-info-icon svg {
  width: 25px !important;
  height: 25px !important;
}

#contact .vv-info-text strong {
  font-size: 14px !important;
  margin-bottom: 2px !important;
}

#contact .vv-info-text span {
  font-size: 12px !important;
}

#contact .vv-info-arrow {
  width: 21px !important;
  height: 21px !important;
  font-size: 13px !important;
}

#contact .vv-panel-bottom {
  margin-top: 9px !important;
  padding-top: 9px !important;
  gap: 12px !important;
}

#contact .vv-bottom-icon {
  width: 45px !important;
  height: 45px !important;
  flex-basis: 45px !important;
}

#contact .vv-bottom-icon svg {
  width: 26px !important;
  height: 26px !important;
}

#contact .vv-panel-bottom h3 {
  font-size: 15px !important;
}

#contact .vv-panel-bottom strong {
  font-size: 17px !important;
}

/* Keep the decorative globe visible but subordinate to the content. */
#contact .vv-network-globe {
  width: 390px !important;
  height: 375px !important;
  left: 27% !important;
  top: 7% !important;
  opacity: .58 !important;
}

@media (max-width: 1200px) {
  #contact .vv-contact-section {
    grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr) !important;
    gap: 18px !important;
    height: 490px !important;
    min-height: 490px !important;
  }
  #contact .vv-contact-title { font-size: clamp(40px, 4vw, 54px) !important; }
}

@media (max-width: 980px) {
  #contact .vv-contact-section {
    height: auto !important;
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    padding: 22px !important;
  }
  #contact .vv-contact-panel { min-height: 430px !important; }
  #contact .vv-network-globe { left: 28% !important; top: 250px !important; opacity: .20 !important; }
}

@media (max-width: 640px) {
  #contact { padding-top: 34px !important; padding-bottom: 34px !important; }
  #contact .vv-contact-section { padding: 16px !important; border-radius: 16px !important; }
  #contact .vv-contact-title { font-size: 38px !important; }
  #contact .vv-feature-grid { grid-template-columns: 1fr !important; }
  #contact .vv-contact-panel { min-height: 420px !important; padding: 14px 10px !important; }
  #contact .vv-contact-info { grid-template-columns: 1fr !important; }
  #contact .vv-network-globe { left: 4% !important; width: 310px !important; height: 300px !important; }
}

/* ============================================================
   VVTECH CONTACT — FINAL COMPACT / PREMIUM POLISH
   Keeps the approved structure: left content + globe + right
   single contact panel with four horizontal detail rows.
   ============================================================ */

#contact .vv-contact-section{
  width:100%;
  height:auto !important;
  min-height:650px !important;
  max-height:680px;
  padding:34px clamp(28px,3.2vw,58px) 30px !important;
  grid-template-columns:minmax(0,1fr) minmax(560px,0.86fr) !important;
  gap:clamp(26px,3vw,52px) !important;
  align-items:center !important;
  overflow:hidden;
}

#contact .vv-contact-section::before{
  inset:16px !important;
  border-radius:20px !important;
  border-color:rgba(0,194,204,.18) !important;
}

/* Globe sits behind the left/center content, not inside the panel. */
#contact .vv-network-globe{
  width:420px !important;
  height:420px !important;
  left:43% !important;
  top:50% !important;
  opacity:.30 !important;
  z-index:0 !important;
  pointer-events:none !important;
}

#contact .vv-contact-left{
  max-width:700px !important;
  z-index:3 !important;
  align-self:center !important;
}

#contact .vv-section-label{
  margin-bottom:18px !important;
  font-size:14px !important;
  letter-spacing:.10em !important;
}

#contact .vv-contact-title{
  max-width:650px !important;
  font-size:clamp(44px,4vw,62px) !important;
  line-height:1.01 !important;
  letter-spacing:-1.7px !important;
}

#contact .vv-title-lines{
  margin:16px 0 16px !important;
}

#contact .vv-contact-description{
  max-width:620px !important;
  margin:0 0 22px !important;
  font-size:15px !important;
  line-height:1.55 !important;
}

#contact .vv-feature-grid{
  max-width:720px !important;
  grid-template-columns:repeat(2,minmax(250px,1fr)) !important;
  gap:10px !important;
}

#contact .vv-feature-card{
  min-height:100px !important;
  padding:13px 15px !important;
  grid-template-columns:68px 1fr !important;
  gap:12px !important;
  border-radius:14px !important;
  background:linear-gradient(145deg,rgba(6,22,37,.78),rgba(2,11,22,.90)) !important;
  border:1px solid rgba(0,194,204,.17) !important;
}

#contact .vv-feature-icon{
  width:58px !important;
  height:58px !important;
}

#contact .vv-feature-icon svg{
  width:34px !important;
  height:34px !important;
}

#contact .vv-feature-card h3{
  font-size:15px !important;
  margin-bottom:2px !important;
}

#contact .vv-feature-card p{
  font-size:11.5px !important;
  line-height:1.35 !important;
}

#contact .vv-card-line{
  margin-top:5px !important;
  width:24px !important;
  height:2px !important;
}

/* RIGHT PANEL */
#contact .vv-contact-panel{
  width:100% !important;
  max-width:660px !important;
  height:auto !important;
  min-height:505px !important;
  max-height:535px !important;
  justify-self:end !important;
  align-self:center !important;
  padding:0 !important;
  border-radius:20px !important;
  overflow:hidden !important;
  background:
    radial-gradient(circle at 96% 8%,rgba(18,225,196,.15),transparent 24%),
    linear-gradient(145deg,#03101d 0%,#06283a 58%,#083a45 100%) !important;
  border:1px solid rgba(0,217,255,.72) !important;
  box-shadow:0 20px 55px rgba(0,0,0,.34),0 0 24px rgba(0,217,255,.09),inset 0 0 45px rgba(0,217,255,.035) !important;
}

/* Keep the current website logo treatment; only scale it to fit the compact panel. */
#contact .vv-panel-ribbon{
  min-height:58px !important;
  padding:10px 20px !important;
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  background:rgba(6,25,38,.88) !important;
  border-bottom:1px solid rgba(0,217,255,.10) !important;
}

#contact .vv-ribbon-mark img{
  width:66px !important;
  height:38px !important;
  object-fit:contain !important;
}

#contact .vv-ribbon-wordmark{
  font-size:26px !important;
  line-height:1 !important;
}

#contact .vv-panel-header{
  padding:12px 20px 4px !important;
}

#contact .vv-panel-header p{
  margin:0 0 9px !important;
  font-size:12.5px !important;
  color:rgba(255,255,255,.74) !important;
}

#contact .vv-panel-lines{
  gap:6px !important;
}

#contact .vv-panel-lines i{
  width:34px !important;
  height:3px !important;
}

#contact .vv-contact-info{
  margin:6px 12px 0 !important;
  padding:0 !important;
  border-radius:14px !important;
  overflow:hidden !important;
  background:rgba(1,8,17,.60) !important;
  border:1px solid rgba(255,255,255,.07) !important;
}

#contact .vv-info-item{
  min-height:67px !important;
  grid-template-columns:58px 1fr 24px !important;
  gap:11px !important;
  padding:8px 12px !important;
  border-bottom:1px solid rgba(255,255,255,.10) !important;
  background:linear-gradient(90deg,rgba(5,24,38,.72),rgba(3,19,31,.48)) !important;
  transition:transform .25s ease,background .25s ease,box-shadow .25s ease !important;
}

#contact .vv-info-item:last-child{
  border-bottom:0 !important;
}

#contact .vv-info-item:hover{
  transform:translateX(3px) !important;
  background:linear-gradient(90deg,rgba(7,34,50,.86),rgba(5,25,39,.62)) !important;
  box-shadow:inset 3px 0 0 currentColor !important;
}

#contact .vv-info-icon{
  width:46px !important;
  height:46px !important;
  border-width:1.4px !important;
}

#contact .vv-info-icon svg{
  width:27px !important;
  height:27px !important;
}

#contact .vv-info-text strong{
  margin-bottom:2px !important;
  font-size:14px !important;
}

#contact .vv-info-text span{
  font-size:11.5px !important;
  line-height:1.25 !important;
}

#contact .vv-info-arrow{
  width:22px !important;
  height:22px !important;
  display:grid !important;
  place-items:center !important;
  border:1px solid currentColor !important;
  border-radius:50% !important;
  font-size:14px !important;
  line-height:1 !important;
  opacity:.72 !important;
  transition:transform .25s ease,opacity .25s ease,box-shadow .25s ease !important;
}

#contact .vv-info-item:hover .vv-info-arrow{
  transform:translateX(2px) !important;
  opacity:1 !important;
  box-shadow:0 0 12px currentColor !important;
}

#contact .vv-panel-bottom{
  margin:11px 20px 0 !important;
  padding:12px 0 14px !important;
  gap:14px !important;
  border-top:1px solid rgba(255,255,255,.11) !important;
}

#contact .vv-bottom-icon{
  width:48px !important;
  height:48px !important;
  flex-basis:48px !important;
}

#contact .vv-bottom-icon svg{
  width:27px !important;
  height:27px !important;
}

#contact .vv-panel-bottom h3{
  font-size:16px !important;
  margin:0 0 2px !important;
}

#contact .vv-panel-bottom strong{
  font-size:18px !important;
}

/* Keep the network waves below the cards instead of pushing the section taller. */
#contact .vv-contact-wave{
  right:50% !important;
  height:95px !important;
  bottom:-2px !important;
  opacity:.66 !important;
}

@media (min-width:1500px){
  #contact .vv-contact-section{
    min-height:660px !important;
    max-height:680px !important;
    grid-template-columns:minmax(0,1.04fr) minmax(590px,.84fr) !important;
  }
  #contact .vv-network-globe{
    width:430px !important;
    height:430px !important;
  }
}

@media (max-width:1200px) and (min-width:901px){
  #contact .vv-contact-section{
    grid-template-columns:minmax(0,1fr) minmax(520px,.86fr) !important;
    gap:24px !important;
    padding-left:28px !important;
    padding-right:28px !important;
  }
  #contact .vv-contact-title{font-size:50px !important;}
  #contact .vv-contact-panel{max-width:600px !important;}
}

@media (max-width:900px){
  #contact .vv-contact-section{
    min-height:auto !important;
    max-height:none !important;
    grid-template-columns:1fr !important;
    padding:40px 24px 46px !important;
  }
  #contact .vv-contact-panel{
    max-width:760px !important;
    min-height:auto !important;
    max-height:none !important;
    justify-self:center !important;
  }
  #contact .vv-network-globe{
    width:360px !important;
    height:360px !important;
    left:50% !important;
    top:27% !important;
    opacity:.18 !important;
  }
}

@media (max-width:650px){
  #contact .vv-contact-section{padding:32px 16px 38px !important;}
  #contact .vv-contact-title{font-size:40px !important;}
  #contact .vv-feature-grid{grid-template-columns:1fr !important;}
  #contact .vv-contact-panel{border-radius:16px !important;}
  #contact .vv-ribbon-wordmark{font-size:22px !important;}
  #contact .vv-panel-ribbon{padding:9px 14px !important;}
  #contact .vv-panel-header{padding:11px 14px 3px !important;}
  #contact .vv-contact-info{margin:6px 8px 0 !important;}
  #contact .vv-info-item{grid-template-columns:52px 1fr 22px !important;min-height:62px !important;padding:7px 10px !important;}
  #contact .vv-info-icon{width:42px !important;height:42px !important;}
  #contact .vv-info-icon svg{width:24px !important;height:24px !important;}
  #contact .vv-panel-bottom{margin-left:14px !important;margin-right:14px !important;}
}

/* =========================================================
   VVTECH CONTACT — FINAL BALANCE / ALIGNMENT POLISH
   Fixes ribbon/header overlap, excessive panel height, and
   improves overall desktop proportions without changing content.
   ========================================================= */

#contact .vv-contact-section{
  grid-template-columns:minmax(0,1.04fr) minmax(560px,.96fr) !important;
  gap:34px !important;
  height:560px !important;
  min-height:560px !important;
  padding:24px 34px 24px !important;
  align-items:center !important;
}

#contact .vv-contact-left{
  max-width:735px !important;
  align-self:center !important;
  padding-top:0 !important;
}

#contact .vv-contact-title{
  max-width:620px !important;
  font-size:clamp(45px,4.0vw,60px) !important;
  line-height:1.01 !important;
}

#contact .vv-contact-description{
  max-width:610px !important;
  font-size:15px !important;
  line-height:1.5 !important;
  margin-bottom:0px !important;
}

#contact .vv-feature-grid{
max-width: 9000px !important;
  gap: 10px 49px !important;
  max-height: 2000px !important;
}

#contact .vv-feature-card{
  min-height:92px !important;
  padding:12px 14px !important;
  grid-template-columns:62px 1fr !important;
  gap:12px !important;
  border-radius:14px !important;
}

#contact .vv-feature-icon{
  width:56px !important;
  height:56px !important;
}

#contact .vv-feature-icon svg{
  width:32px !important;
  height:32px !important;
}

#contact .vv-feature-card h3{
  font-size:16px !important;
}

#contact .vv-feature-card p{
  font-size:12px !important;
  line-height:1.35 !important;
}

/* Right panel: compact, centered, with clean header spacing */
#contact .vv-contact-panel{
  width:100% !important;
  max-width:760px !important;
  height:488px !important;
  min-height:488px !important;
  align-self:center !important;
  justify-self:end !important;
  padding:0 18px 14px !important;
  border-radius:20px !important;
}

/* Ribbon no longer collides with the subheading */
#contact .vv-panel-ribbon{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  height:64px !important;
  margin:0 -18px !important;
  padding:0 22px !important;
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  border-radius:18px 18px 0 0 !important;
}

#contact .vv-ribbon-mark img{
  width:66px !important;
  height:42px !important;
  object-fit:contain !important;
}

#contact .vv-ribbon-wordmark{
  font-size:25px !important;
  line-height:1 !important;
  white-space:nowrap !important;
  letter-spacing:-.035em !important;
}

#contact .vv-ribbon-wordmark strong{
  color:#fff !important;
  font-weight:800 !important;
}

/* Put the service subtitle clearly below the ribbon */
#contact .vv-panel-header{
  padding-top:0 !important;
  margin-top:14px !important;
}

#contact .vv-panel-header p{
  margin:0 0 9px !important;
  font-size:13px !important;
  line-height:1.25 !important;
}

#contact .vv-panel-lines i{
  width:30px !important;
  height:3px !important;
}

#contact .vv-contact-info{
 margin-top: 15px !important;
  border-radius: 23px !important;
}

#contact .vv-info-item{
  min-height:68px !important;
  grid-template-columns:58px 1fr 24px !important;
  padding:7px 12px !important;
}

#contact .vv-info-icon{
  width:48px !important;
  height:48px !important;
}

#contact .vv-info-icon svg{
  width:27px !important;
  height:27px !important;
}

#contact .vv-info-text strong{
  font-size:15px !important;
  margin-bottom:2px !important;
}

#contact .vv-info-text span{
  font-size: 14px !important;
  font-weight: bold;
}

#contact .vv-info-arrow{
  width:22px !important;
  height:22px !important;
  display:grid !important;
  place-items:center !important;
  border:1px solid rgba(255,255,255,.18) !important;
  border-radius:50% !important;
  font-size:15px !important;
  line-height:1 !important;
  color:rgba(255,255,255,.58) !important;
  display: none !important;
}

#contact .vv-info-item:hover .vv-info-arrow{
  border-color:currentColor !important;
  color:currentColor !important;
  transform:translateY(-1px) !important;
}

#contact .vv-panel-bottom{
 margin-top: 30px !important;
  padding-top: 20px !important;
  gap:13px !important;
}

#contact .vv-bottom-icon{
  width:48px !important;
  height:48px !important;
  flex-basis:48px !important;
}

#contact .vv-bottom-icon svg{
  width:27px !important;
  height:27px !important;
}

#contact .vv-panel-bottom h3{
  font-size:17px !important;
  margin-bottom:2px !important;
}

#contact .vv-panel-bottom strong{
  font-size:19px !important;
}

/* Globe: keep it behind the left content, visible but not overpowering */
#contact .vv-network-globe{
  width:420px !important;
  height:420px !important;
  left:41% !important;
  top:52% !important;
  opacity:.25 !important;
  z-index:1 !important;
  animation:vvContactGlobeRotate 34s linear infinite !important;
}

#contact .vv-network-globe-image{
  opacity:.48 !important;
  filter:saturate(.65) brightness(.76) contrast(1.05) !important;
}

#contact .vv-network-globe::before,
#contact .vv-network-globe::after{
  opacity:.32 !important;
}

#contact .vv-contact-wave{
height: 80px !important;
  opacity: .55 !important;
  width: 17000px;
}
}
}

/* Keep the outer contact frame clean */
#contact .vv-contact-section::before{
  inset:11px !important;
  border-radius:19px !important;
}

@media (min-width:1500px){
  #contact .vv-contact-section{
    grid-template-columns:minmax(0,1.03fr) minmax(620px,.97fr) !important;
    height:560px !important;
    min-height:560px !important;
    padding:24px 44px !important;
  }
  #contact .vv-contact-panel{
    max-width:780px !important;
  }
  #contact .vv-network-globe{
    width:600px !important;
    height:550px !important;
    left:41% !important;
  }
}

@media (max-width:1250px) and (min-width:901px){
  #contact .vv-contact-section{
    grid-template-columns:minmax(0,1fr) minmax(520px,.98fr) !important;
    gap:24px !important;
    height:540px !important;
    min-height:540px !important;
    padding:22px 26px !important;
  }
  #contact .vv-contact-panel{
    height:470px !important;
    min-height:470px !important;
  }
  #contact .vv-ribbon-wordmark{
    font-size:22px !important;
  }
  #contact .vv-network-globe{
    width:360px !important;
    height:360px !important;
    left:42% !important;
  }
}

@media (max-width:900px){
  #contact .vv-contact-section{
    height:auto !important;
    min-height:0 !important;
    grid-template-columns:1fr !important;
    padding:34px 24px 38px !important;
  }
  #contact .vv-contact-panel{
    height:auto !important;
    min-height:0 !important;
    max-width:760px !important;
    justify-self:center !important;
    padding-bottom:16px !important;
  }
  #contact .vv-panel-ribbon{
    margin:0 -18px !important;
  }
  #contact .vv-network-globe{
    left:50% !important;
    top:24% !important;
    width:320px !important;
    height:320px !important;
    opacity:.16 !important;
  }
}

@media (max-width:650px){
  #contact .vv-contact-section{
    padding:28px 16px 32px !important;
  }
  #contact .vv-panel-ribbon{
    height:58px !important;
    padding:0 16px !important;
  }
  #contact .vv-ribbon-mark img{
    width:56px !important;
    height:36px !important;
  }
  #contact .vv-ribbon-wordmark{
    font-size:20px !important;
  }
}


/* =========================================================
   VVTECH AI CHATBOT WIDGET
   ========================================================= */

#vvtech-ai-widget {
  position: fixed;
  right: 26px;
  bottom: 24px;
  z-index: 999999;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

#vvtech-ai-launcher {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 7px 15px 7px 8px;
  border: 1px solid rgba(0, 194, 204, .42);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, rgba(5, 18, 31, .97), rgba(7, 47, 58, .97));
  box-shadow: 0 14px 38px rgba(0,0,0,.35), 0 0 24px rgba(0,194,204,.14);
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

#vvtech-ai-launcher:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 194, 204, .75);
  box-shadow: 0 18px 46px rgba(0,0,0,.42), 0 0 32px rgba(0,194,204,.22);
}

.vvtech-ai-launcher-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  color: #04131d;
  box-shadow: 0 0 18px rgba(0,194,204,.28);
}

.vvtech-ai-launcher-icon svg,
.vvtech-ai-brand-icon svg,
#vvtech-ai-send svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vvtech-ai-launcher-text {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
}

.vvtech-ai-online-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8cc63f;
  box-shadow: 0 0 10px rgba(140,198,63,.9);
  animation: vvtechAiBlink 2s ease-in-out infinite;
}

.vvtech-ai-panel {
  position: absolute;
  right: 0;
  bottom: 64px;
  width: min(410px, calc(100vw - 28px));
  height: min(610px, calc(100vh - 105px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0,194,204,.34);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(0,194,204,.13), transparent 32%),
    linear-gradient(145deg, #06111d 0%, #071c2b 52%, #041019 100%);
  box-shadow: 0 28px 90px rgba(0,0,0,.52), 0 0 42px rgba(0,194,204,.12);
  backdrop-filter: blur(18px);
  animation: vvtechAiOpen .24s ease-out both;
}

.vvtech-ai-header {
  flex: 0 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(90deg, rgba(0,194,204,.09), rgba(140,198,63,.06));
}

.vvtech-ai-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vvtech-ai-brand-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #04131d;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  box-shadow: 0 0 20px rgba(0,194,204,.2);
}

.vvtech-ai-brand > span:last-child {
  display: flex;
  flex-direction: column;
}

.vvtech-ai-brand strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
}

.vvtech-ai-brand small {
  margin-top: 3px;
  color: rgba(255,255,255,.56);
  font-size: 10px;
}

#vvtech-ai-close {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 9px;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.05);
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}

#vvtech-ai-close:hover {
  color: #fff;
  background: rgba(255,255,255,.1);
}

.vvtech-ai-messages {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 17px 15px 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0,194,204,.35) transparent;
}

.vvtech-ai-message {
  max-width: 88%;
  margin: 0 0 12px;
  padding: 11px 13px;
  border-radius: 13px;
  color: #dce9ee;
  font-size: 13px;
  line-height: 1.55;
  animation: vvtechAiMessage .2s ease-out both;
}

.vvtech-ai-message p {
  margin: 0 0 7px;
  color: inherit;
  font-size: inherit;
}

.vvtech-ai-message p:last-child {
  margin-bottom: 0;
}

.vvtech-ai-bot {
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.055);
}

.vvtech-ai-user {
  margin-left: auto;
  color: #fff;
  background: linear-gradient(135deg, #087f94, #087f72);
  border: 1px solid rgba(0,194,204,.18);
}

.vvtech-ai-message-label {
  margin-bottom: 5px;
  color: var(--cyan);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.vvtech-ai-message-body {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.vvtech-ai-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 4px 0 14px;
}

.vvtech-ai-suggestions button {
  padding: 8px 10px;
  border: 1px solid rgba(0,194,204,.24);
  border-radius: 9px;
  color: #75dfe6;
  background: rgba(0,194,204,.045);
  font-size: 10px;
  font-weight: 750;
  cursor: pointer;
  transition: .18s ease;
}

.vvtech-ai-suggestions button:hover {
  transform: translateY(-1px);
  border-color: rgba(0,194,204,.52);
  background: rgba(0,194,204,.1);
}

.vvtech-ai-typing {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 29px;
  padding: 0 15px 8px;
  color: rgba(255,255,255,.48);
  font-size: 10px;
}

.vvtech-ai-typing span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
  animation: vvtechAiTyping 1.2s infinite ease-in-out;
}

.vvtech-ai-typing span:nth-child(2) { animation-delay: .15s; }
.vvtech-ai-typing span:nth-child(3) { animation-delay: .3s; }

.vvtech-ai-typing em {
  margin-left: 4px;
  font-style: normal;
}

.vvtech-ai-input-wrap {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 10px;
  border-top: 1px solid rgba(255,255,255,.07);
  background: rgba(0,0,0,.16);
}

#vvtech-ai-input {
  flex: 1;
  min-height: 43px;
  max-height: 110px;
  resize: none;
  padding: 11px 12px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 10px;
  outline: none;
  color: #fff;
  background: rgba(255,255,255,.055);
  font: inherit;
  font-size: 12px;
  line-height: 1.4;
}

#vvtech-ai-input::placeholder {
  color: rgba(255,255,255,.38);
}

#vvtech-ai-input:focus {
  border-color: rgba(0,194,204,.55);
  box-shadow: 0 0 0 3px rgba(0,194,204,.07);
}

#vvtech-ai-send {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 10px;
  color: #04131d;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  cursor: pointer;
  transition: .18s ease;
}

#vvtech-ai-send:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 7px 20px rgba(0,194,204,.2);
}

#vvtech-ai-send:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.vvtech-ai-footer {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 12px 8px;
  color: rgba(255,255,255,.32);
  font-size: 8px;
  border-top: 1px solid rgba(255,255,255,.045);
}

@keyframes vvtechAiBlink {
  0%, 100% { opacity: .55; transform: scale(.85); }
  50% { opacity: 1; transform: scale(1.15); }
}

@keyframes vvtechAiOpen {
  from { opacity: 0; transform: translateY(10px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes vvtechAiMessage {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes vvtechAiTyping {
  0%, 60%, 100% { opacity: .3; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-3px); }
}

@media (max-width: 600px) {
  #vvtech-ai-widget {
    right: 14px;
    bottom: 14px;
  }

  #vvtech-ai-launcher {
    min-height: 50px;
    padding-right: 12px;
  }

  .vvtech-ai-panel {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 76px;
    width: auto;
    height: min(620px, calc(100vh - 95px));
  }
}

@media (prefers-reduced-motion: reduce) {
  #vvtech-ai-panel,
  .vvtech-ai-message,
  .vvtech-ai-online-dot,
  .vvtech-ai-typing span {
    animation: none !important;
  }
}


/* =========================================================
   VVTECH AI ASSISTANT — V2 UI / FUNCTIONALITY OVERRIDES
   ========================================================= */

/* Critical: the HTML hidden attribute must actually hide the panel. */
#vvtech-ai-panel[hidden] {
  display: none !important;
}

/* Cleaner floating launcher */
#vvtech-ai-widget {
  right: 35px;
  bottom: 90px;
  z-index: 2147483000;
}

#vvtech-ai-launcher {
  position: relative;
  min-height: 54px;
  padding: 6px 15px 6px 7px;
  gap: 9px;
  border: 1px solid rgba(88, 226, 222, .34);
  border-radius: 18px;
  background: linear-gradient(135deg, #071a29 0%, #083543 100%);
  box-shadow:
    0 16px 45px rgba(0, 0, 0, .38),
    0 0 0 1px rgba(255,255,255,.035) inset,
    0 0 28px rgba(0, 190, 205, .10);
}

#vvtech-ai-launcher::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(0,194,204,.28), transparent 40%, rgba(140,198,63,.16));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  padding: 1px;
}

.vvtech-ai-launcher-icon {
  width: 40px;
  height: 40px;
  border-radius: 13px;
}

.vvtech-ai-launcher-text {
  font-size: 12px;
  letter-spacing: .02em;
}

.vvtech-ai-online-dot {
  margin-left: 1px;
}

/* Modern compact desktop panel */
.vvtech-ai-panel {
  right: 0;
  bottom: 68px;
  width: 390px;
  height: min(590px, calc(100vh - 105px));
  min-height: 420px;
  border: 1px solid rgba(102, 231, 230, .22);
  border-radius: 22px;
  background:
    radial-gradient(500px 240px at 100% -5%, rgba(0, 194, 204, .15), transparent 58%),
    radial-gradient(420px 220px at 0% 100%, rgba(140, 198, 63, .07), transparent 60%),
    #06121e;
  box-shadow:
    0 30px 90px rgba(0,0,0,.55),
    0 0 0 1px rgba(255,255,255,.025) inset,
    0 0 42px rgba(0,194,204,.10);
}

/* Header */
.vvtech-ai-header {
  min-height: 68px;
  padding: 10px 12px 10px 14px;
  background: linear-gradient(180deg, rgba(12, 46, 58, .94), rgba(6, 26, 37, .88));
}

.vvtech-ai-brand {
  gap: 10px;
}

.vvtech-ai-brand-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.vvtech-ai-brand strong {
  font-size: 13px;
  letter-spacing: -.01em;
}

.vvtech-ai-brand small {
  font-size: 9px;
  color: rgba(215,239,243,.56);
}

#vvtech-ai-close {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-size: 21px;
  color: rgba(255,255,255,.7);
}

/* Conversation area */
.vvtech-ai-messages {
  padding: 15px 14px 12px;
}

.vvtech-ai-message {
  max-width: 90%;
  margin-bottom: 10px;
  padding: 11px 12px;
  border-radius: 15px;
  font-size: 12px;
  line-height: 1.52;
}

.vvtech-ai-bot {
  border-color: rgba(120, 206, 218, .10);
  background: linear-gradient(145deg, rgba(23, 47, 61, .92), rgba(12, 31, 43, .94));
}

.vvtech-ai-user {
  background: linear-gradient(135deg, #078a96, #087b76);
  border-color: rgba(88, 226, 222, .20);
}

.vvtech-ai-message-label {
  margin-bottom: 4px;
  font-size: 8px;
}

/* Quick prompts */
.vvtech-ai-suggestions {
  gap: 6px;
  margin: 5px 0 12px;
}

.vvtech-ai-suggestions button {
  padding: 7px 9px;
  border-radius: 999px;
  color: #a7ecee;
  background: rgba(0,194,204,.055);
  border-color: rgba(0,194,204,.20);
  font-size: 9px;
  font-weight: 750;
}

.vvtech-ai-suggestions button:hover {
  background: rgba(0,194,204,.13);
}

/* Typing indicator */
.vvtech-ai-typing {
  min-height: 26px;
  padding: 0 14px 7px;
}

/* Input area */
.vvtech-ai-input-wrap {
  gap: 7px;
  padding: 9px;
  background: rgba(3, 13, 22, .72);
}

#vvtech-ai-input {
  min-height: 42px;
  padding: 10px 11px;
  border-radius: 11px;
  font-size: 11px;
  background: rgba(255,255,255,.045);
}

#vvtech-ai-send {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  border-radius: 11px;
}

/* Footer */
.vvtech-ai-footer {
  padding: 6px 11px 8px;
  font-size: 7.5px;
  color: rgba(255,255,255,.3);
}

/* Desktop: keep the widget clear of the site footer */
@media (min-width: 601px) {
  #vvtech-ai-launcher {
    min-width: 152px;
    justify-content: flex-start;
  }
}

/* Tablet */
@media (max-width: 760px) {
  #vvtech-ai-widget {
    right: 16px;
    bottom: 16px;
  }

  .vvtech-ai-panel {
    width: min(390px, calc(100vw - 28px));
    height: min(610px, calc(100vh - 92px));
  }
}

/* Mobile: bottom-sheet style, without covering the whole page */
@media (max-width: 600px) {
  #vvtech-ai-widget {
    right: 12px;
    bottom: 12px;
  }

  #vvtech-ai-launcher {
    min-height: 50px;
    border-radius: 17px;
    padding-right: 12px;
  }

  .vvtech-ai-launcher-icon {
    width: 38px;
    height: 38px;
  }

  .vvtech-ai-panel {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 72px;
    width: auto;
    height: min(570px, calc(100vh - 92px));
    min-height: 390px;
    border-radius: 20px;
  }

  .vvtech-ai-header {
    min-height: 64px;
  }

  .vvtech-ai-messages {
    padding: 12px 11px 9px;
  }

  .vvtech-ai-message {
    max-width: 92%;
    font-size: 11.5px;
  }
}

/* Very small phones */
@media (max-width: 390px) {
  #vvtech-ai-launcher-text {
    display: none;
  }

  #vvtech-ai-launcher {
    min-width: 52px;
    width: 52px;
    padding: 5px;
    justify-content: center;
    border-radius: 50%;
  }

  .vvtech-ai-online-dot {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 8px;
    height: 8px;
    border: 2px solid #071a29;
  }

  .vvtech-ai-panel {
    left: 7px;
    right: 7px;
    bottom: 68px;
    height: calc(100vh - 82px);
    max-height: 570px;
    border-radius: 18px;
  }
}

/* Accessibility */
#vvtech-ai-launcher:focus-visible,
#vvtech-ai-close:focus-visible,
#vvtech-ai-send:focus-visible,
.vvtech-ai-suggestions button:focus-visible,
#vvtech-ai-input:focus-visible {
  outline: 2px solid #63e5e5;
  outline-offset: 2px;
}


/* =========================================================
   VVTECH COMPANY SOCIAL PROFILES
   Placeholder URLs can be replaced with the real profiles.
   ========================================================= */

.vv-contact-panel .vvtech-social-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
  padding: 0;
  border-top: 0;
  background: transparent;
}

.vv-contact-panel .vvtech-social-link {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(98, 217, 225, .14);
  border-radius: 13px;
  text-decoration: none;
  color: #e9fbfc;
  background: linear-gradient(135deg, rgba(2,20,32,.74), rgba(5,34,47,.52));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.vv-contact-panel .vvtech-social-link:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(4,30,43,.9), rgba(7,54,66,.68));
  border-color: rgba(98, 217, 225, .38);
  box-shadow: 0 10px 24px rgba(0,0,0,.20), 0 0 18px rgba(0,205,220,.08);
}

.vv-contact-panel .vvtech-social-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #67e4ea;
  background: rgba(0,194,204,.08);
  border: 1px solid rgba(0,194,204,.20);
}

.vv-contact-panel .vvtech-social-icon svg {
  width: 17px;
  height: 17px;
  display: block;
  fill: currentColor;
}

.vv-contact-panel .vvtech-social-link.instagram .vvtech-social-icon svg {
  fill: none;
}

.vv-contact-panel .vvtech-social-link.instagram .vvtech-social-icon svg circle:last-child {
  fill: currentColor;
}

.vv-contact-panel .vvtech-social-link.facebook .vvtech-social-icon {
  color: #78aaff;
  background: rgba(66,103,178,.10);
  border-color: rgba(66,103,178,.22);
}

.vv-contact-panel .vvtech-social-link.instagram .vvtech-social-icon {
  color: #ee9bda;
  background: rgba(220,85,170,.09);
  border-color: rgba(220,85,170,.22);
}

.vv-contact-panel .vvtech-social-link.linkedin .vvtech-social-icon {
  color: #68dfea;
}

.vv-contact-panel .vvtech-social-link > span:nth-child(2) {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow: hidden;
}

.vv-contact-panel .vvtech-social-link strong {
  font-size: 11px;
  line-height: 1.15;
  font-weight: 700;
  white-space: nowrap;
}

.vv-contact-panel .vvtech-social-link small {
  font-size: 8px;
  line-height: 1.15;
  color: rgba(220,245,247,.46);
  white-space: nowrap;
}

.vv-contact-panel .vvtech-social-arrow {
  margin-left: auto;
  font-size: 13px;
  color: rgba(220,245,247,.34);
  transition: color .2s ease, transform .2s ease;
  display: none !important;
}

.vv-contact-panel .vvtech-social-link:hover .vvtech-social-arrow {
  color: #70e8eb;
  transform: translate(1px,-1px);
}

@media (max-width: 900px) {
  .vv-contact-panel .vvtech-social-links {
    gap: 8px;
    margin-top: 24px;
  }

  .vv-contact-panel .vvtech-social-link {
    padding: 9px 10px;
  }
}

@media (max-width: 600px) {
  .vv-contact-panel .vvtech-social-links {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-top: 22px;
  }

  .vv-contact-panel .vvtech-social-link {
    justify-content: center;
    padding: 8px 6px;
  }

  .vv-contact-panel .vvtech-social-icon {
    flex-basis: 31px;
    width: 31px;
    height: 31px;
  }

  .vv-contact-panel .vvtech-social-link > span:nth-child(2) {
    display: none;
  }

  .vv-contact-panel .vvtech-social-arrow {
    display: none;
  }
}
