/* VNET Immersive — no external assets */
:root {
  --vnet-accent: #2cf6d3;
  --vnet-accent-2: #65a8ff;
  --vnet-ink: #07131f;
  --vnet-ink-2: #0d2234;
  --vnet-paper: #f5f7f7;
  --vnet-text: #10202b;
  --vnet-muted: #63727c;
  --vnet-border: rgba(16, 32, 43, .14);
  --vnet-radius: 24px;
  --vnet-container: min(1240px, calc(100% - 40px));
  --vnet-ease: cubic-bezier(.22, 1, .36, 1);
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--vnet-ink); }
body { margin: 0; direction: rtl; font-family: Tahoma, Arial, sans-serif; background: var(--vnet-paper); color: var(--vnet-text); font-size: 16px; line-height: 1.85; overflow-x: hidden; }
body.vnet-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--vnet-accent); color: var(--vnet-ink); }
.screen-reader-text { position: absolute!important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
.vnet-skip-link { position: fixed; top: 10px; right: 10px; z-index: 9999; background: #fff; color: #111; padding: 10px 16px; transform: translateY(-160%); }
.vnet-skip-link:focus { transform: none; }
.vnet-container { width: var(--vnet-container); margin-inline: auto; }
.vnet-scroll-progress { position: fixed; z-index: 1002; top: 0; right: 0; left: 0; height: 3px; pointer-events: none; }
.vnet-scroll-progress span { display: block; width: 100%; height: 100%; background: var(--vnet-accent); transform: scaleX(0); transform-origin: right center; }
.vnet-header { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; color: #fff; transition: background .35s ease, border-color .35s ease, transform .35s ease; border-bottom: 1px solid transparent; }
.vnet-header.is-scrolled { background: rgba(5, 15, 25, .88); border-color: rgba(255,255,255,.1); backdrop-filter: blur(16px); }
.vnet-header__inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.vnet-brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; }
.custom-logo-link { display: block; line-height: 0; }
.custom-logo { max-height: 52px; width: auto; }
.vnet-brand__text { font-family: Arial, sans-serif; font-weight: 800; letter-spacing: .14em; font-size: 1.25rem; }
.vnet-brand__mark { position: relative; width: 31px; height: 31px; display: inline-block; }
.vnet-brand__mark::before, .vnet-brand__mark i { content: ""; position: absolute; border-radius: 50%; background: var(--vnet-accent); box-shadow: 0 0 18px rgba(44,246,211,.55); }
.vnet-brand__mark::before { width: 8px; height: 8px; top: 2px; right: 11px; }
.vnet-brand__mark i:nth-child(1) { width: 7px; height: 7px; bottom: 2px; right: 2px; }
.vnet-brand__mark i:nth-child(2) { width: 7px; height: 7px; bottom: 2px; left: 2px; }
.vnet-brand__mark i:nth-child(3) { height: 1px; width: 22px; top: 17px; right: 5px; border-radius: 0; transform: rotate(30deg); }
.vnet-nav { display: flex; align-items: center; gap: 26px; }
.vnet-menu { list-style: none; display: flex; align-items: center; gap: 25px; padding: 0; margin: 0; }
.vnet-menu a { font-size: .92rem; color: rgba(255,255,255,.83); transition: color .2s ease; }
.vnet-menu a:hover, .vnet-menu a:focus-visible { color: var(--vnet-accent); }
.vnet-nav-toggle { display: none; width: 46px; height: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; background: transparent; padding: 10px; }
.vnet-nav-toggle > span:not(.screen-reader-text) { display: block; height: 1px; background: #fff; margin: 5px 0; transition: transform .25s ease, opacity .25s ease; }
.vnet-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 12px 24px; border: 1px solid var(--vnet-accent); border-radius: 999px; background: var(--vnet-accent); color: var(--vnet-ink); font-weight: 700; transition: transform .25s var(--vnet-ease), box-shadow .25s ease, background .25s ease; }
.vnet-button:hover, .vnet-button:focus-visible { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(44,246,211,.18); }
.vnet-button--small { min-height: 42px; padding: 8px 18px; font-size: .9rem; }
.vnet-button--dark { border-color: var(--vnet-ink); background: var(--vnet-ink); color: #fff; }
.vnet-icon { width: 22px; height: 22px; display: inline-grid; place-items: center; }
.vnet-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.vnet-text-link { display: inline-flex; align-items: center; gap: 8px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 4px; }
.vnet-text-link:hover, .vnet-text-link:focus-visible { color: var(--vnet-accent); border-color: currentColor; }
.vnet-text-link--dark { color: var(--vnet-text); border-color: var(--vnet-border); }
.vnet-hero { min-height: 100svh; position: relative; overflow: hidden; display: grid; align-items: center; background: radial-gradient(circle at 75% 35%, rgba(38,93,132,.35), transparent 34%), linear-gradient(145deg, #03101a, #071a29 58%, #07131f); color: #fff; }
#vnet-network-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .72; }
.vnet-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,13,22,.92) 15%, rgba(4,13,22,.36) 66%, rgba(4,13,22,.58)); }
.vnet-hero__glow { position: absolute; width: 36vw; height: 36vw; border: 1px solid rgba(44,246,211,.22); border-radius: 50%; left: 7vw; top: 20vh; box-shadow: inset 0 0 90px rgba(44,246,211,.06), 0 0 120px rgba(44,246,211,.04); animation: vnet-orbit 14s linear infinite; }
.vnet-hero__glow::before, .vnet-hero__glow::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(101,168,255,.2); }
.vnet-hero__glow::before { inset: 12%; }
.vnet-hero__glow::after { inset: 29%; }
@keyframes vnet-orbit { to { transform: rotate(360deg); } }
.vnet-hero__content { position: relative; z-index: 2; padding-top: 135px; padding-bottom: 100px; }
.vnet-eyebrow, .vnet-section-label { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .1em; font-family: Arial, Tahoma, sans-serif; font-size: .76rem; font-weight: 700; color: var(--vnet-accent); }
.vnet-eyebrow span { width: 28px; height: 1px; background: currentColor; }
.vnet-hero__title { max-width: 880px; margin: 24px 0 24px; font-size: clamp(2.7rem, 6vw, 6.6rem); line-height: 1.17; letter-spacing: -.045em; text-wrap: balance; }
.vnet-hero__lead { max-width: 730px; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.45vw, 1.25rem); }
.vnet-hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 35px; flex-wrap: wrap; }
.vnet-hero__metrics { margin-top: 68px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 900px; border-top: 1px solid rgba(255,255,255,.14); }
.vnet-hero__metrics > div { padding: 24px 0 0 25px; }
.vnet-hero__metrics strong, .vnet-hero__metrics span { display: block; }
.vnet-hero__metrics strong { font-size: .95rem; }
.vnet-hero__metrics span { color: rgba(255,255,255,.55); font-size: .82rem; margin-top: 4px; }
.vnet-hero__scroll { position: absolute; z-index: 3; left: 30px; bottom: 35px; color: rgba(255,255,255,.55); font-size: .72rem; writing-mode: vertical-lr; display: flex; align-items: center; gap: 8px; }
.vnet-hero__scroll span { display: block; width: 1px; height: 46px; background: linear-gradient(var(--vnet-accent), transparent); animation: vnet-scroll-line 1.8s ease-in-out infinite; }
@keyframes vnet-scroll-line { 0%,100% { transform: scaleY(.4); transform-origin: top; } 50% { transform: scaleY(1); } }
.vnet-section { padding: clamp(90px, 12vw, 170px) 0; position: relative; }
.vnet-intro, .vnet-stats, .vnet-insights { background: var(--vnet-paper); color: var(--vnet-text); }
.vnet-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: start; }
.vnet-sticky-copy { position: sticky; top: 130px; }
.vnet-section-title { margin: 18px 0 0; font-size: clamp(2rem, 4vw, 4.35rem); line-height: 1.25; letter-spacing: -.035em; text-wrap: balance; }
.vnet-intro__content { max-width: 660px; }
.vnet-large-copy { font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.8; color: #142d3d; }
.vnet-intro__content p:not(.vnet-large-copy) { color: var(--vnet-muted); }
.vnet-services { background: linear-gradient(180deg, #07131f, #0a1d2c); color: #fff; overflow: hidden; }
.vnet-services::before { content: ""; position: absolute; width: 600px; height: 600px; left: -240px; top: 8%; border-radius: 50%; border: 1px solid rgba(44,246,211,.12); box-shadow: 0 0 80px rgba(44,246,211,.04); }
.vnet-section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: flex-end; margin-bottom: 55px; }
.vnet-section-heading .vnet-section-title { max-width: 780px; }
.vnet-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.vnet-service-card { min-height: 310px; border: 1px solid rgba(255,255,255,.11); border-radius: var(--vnet-radius); background: rgba(255,255,255,.035); transition: transform .35s var(--vnet-ease), border-color .35s ease, background .35s ease; overflow: hidden; }
.vnet-service-card > a, .vnet-service-card--static { display: flex; flex-direction: column; height: 100%; padding: 34px; }
.vnet-service-card:hover { transform: translateY(-8px); border-color: rgba(44,246,211,.55); background: rgba(44,246,211,.055); }
.vnet-service-card__icon { width: 46px; height: 46px; color: var(--vnet-accent); margin-bottom: auto; }
.vnet-service-card h3 { font-size: 1.35rem; margin: 45px 0 8px; }
.vnet-service-card p { margin: 0; color: rgba(255,255,255,.58); font-size: .92rem; }
.vnet-card-link { margin-top: 20px; color: var(--vnet-accent); font-size: .82rem; display: inline-flex; align-items: center; gap: 8px; }
.vnet-card-link .vnet-icon { width: 17px; height: 17px; }
.vnet-process { background: #0c3a58; color: #fff; overflow: hidden; }
.vnet-process::after { content:""; position:absolute; inset:0; opacity:.22; background-image: linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size:54px 54px; }
.vnet-process > .vnet-container { position: relative; z-index: 2; }
.vnet-process .vnet-section-title { max-width: 850px; }
.vnet-process__track { height: 1px; background: rgba(255,255,255,.18); margin: 72px 0 20px; overflow: hidden; }
.vnet-process__track span { display: block; height: 100%; width: 100%; background: var(--vnet-accent); transform: scaleX(0); transform-origin: right; }
.vnet-process__steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; }
.vnet-process-step { padding-top: 25px; }
.vnet-process-step b { color: var(--vnet-accent); font-family: Arial, sans-serif; font-size: .75rem; letter-spacing: .12em; }
.vnet-process-step h3 { font-size: 1.3rem; margin: 18px 0 8px; }
.vnet-process-step p { color: rgba(255,255,255,.65); font-size: .9rem; }
.vnet-stats__grid { display: grid; grid-template-columns: 1.4fr repeat(3, .55fr); gap: 18px; align-items: stretch; }
.vnet-stats__copy { padding-left: 4vw; }
.vnet-stats__copy p { color: var(--vnet-muted); max-width: 580px; }
.vnet-stat { border-inline-start: 1px solid var(--vnet-border); padding: 20px 25px; display: flex; flex-direction: column; justify-content: flex-end; }
.vnet-stat strong { font-family: Arial, sans-serif; font-size: clamp(3.2rem, 6vw, 6rem); line-height: 1; letter-spacing: -.07em; color: #0a2c42; }
.vnet-stat strong::after { content: "+"; color: var(--vnet-accent-2); font-size: .35em; vertical-align: top; margin-right: 4px; }
.vnet-stat span { color: var(--vnet-muted); font-size: .85rem; margin-top: 16px; }
.vnet-portfolio { background: #050e16; color: #fff; }
.vnet-portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vnet-project-card { border-radius: var(--vnet-radius); overflow: hidden; background: #0a1925; border: 1px solid rgba(255,255,255,.08); transition: transform .35s var(--vnet-ease); }
.vnet-project-card:hover { transform: translateY(-8px); }
.vnet-project-card__visual { height: 280px; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(44,246,211,.18), transparent 35%), linear-gradient(135deg,#0b2a40,#07131f); }
.vnet-project-card__visual::before, .vnet-project-card__visual::after { content:""; position:absolute; border:1px solid rgba(44,246,211,.3); border-radius:50%; }
.vnet-project-card__visual::before { width: 190px; height: 190px; top:45px; left:calc(50% - 95px); }
.vnet-project-card__visual::after { width: 90px; height: 90px; top:95px; left:calc(50% - 45px); }
.vnet-project-card__visual span, .vnet-project-card__visual i { position:absolute; width:9px; height:9px; border-radius:50%; background:var(--vnet-accent); box-shadow:0 0 22px rgba(44,246,211,.8); }
.vnet-project-card__visual span { top:50%; left:50%; }
.vnet-project-card__visual i:nth-child(2) { top:26%; left:31%; }
.vnet-project-card__visual i:nth-child(3) { top:68%; left:28%; }
.vnet-project-card__visual i:nth-child(4) { top:35%; right:28%; }
.vnet-project-card__body { padding: 28px; }
.vnet-project-card__body > span { color: var(--vnet-accent); font-size: .75rem; }
.vnet-project-card h2, .vnet-project-card h3 { margin: 10px 0 8px; font-size: 1.25rem; }
.vnet-project-card p { color: rgba(255,255,255,.57); font-size: .88rem; margin: 0; }
.vnet-article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vnet-article-card { border-top: 1px solid var(--vnet-border); padding: 28px 0; }
.vnet-article-card > span { color: var(--vnet-muted); font-size: .75rem; }
.vnet-article-card h2, .vnet-article-card h3 { font-size: 1.25rem; margin: 14px 0; line-height: 1.6; }
.vnet-article-card p { color: var(--vnet-muted); font-size: .9rem; }
.vnet-article-card > a { color: #0b6792; font-weight: 700; font-size: .85rem; }
.vnet-final-cta { background: var(--vnet-accent); color: var(--vnet-ink); }
.vnet-final-cta__inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.vnet-final-cta h2 { font-size: clamp(2rem, 4vw, 4.5rem); max-width: 800px; line-height: 1.25; margin: 12px 0; }
.vnet-final-cta p { color: rgba(7,19,31,.7); }
.vnet-final-cta__actions { display: flex; flex-direction: column; align-items: center; gap: 20px; min-width: 200px; }


/* Continuous scroll-driven network story */
.vnet-scroll-story {
  position: relative;
  height: 620vh;
  min-height: 3600px;
  background: #030b12;
  color: #fff;
  isolation: isolate;
}
.vnet-scroll-story__sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 22% 40%, rgba(44,246,211,.08), transparent 31%),
    radial-gradient(circle at 76% 65%, rgba(101,168,255,.1), transparent 34%),
    #030b12;
}
.vnet-scroll-story__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
}
.vnet-scroll-story__backdrop::before,
.vnet-scroll-story__backdrop::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(44,246,211,.1);
  width: 45vw;
  height: 45vw;
  max-width: 700px;
  max-height: 700px;
  animation: vnet-story-orbit 22s linear infinite;
}
.vnet-scroll-story__backdrop::before { left: -18vw; top: 15vh; }
.vnet-scroll-story__backdrop::after { right: -20vw; bottom: -20vh; animation-direction: reverse; animation-duration: 28s; }
@keyframes vnet-story-orbit { to { transform: rotate(360deg); } }
.vnet-scroll-story__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr);
  gap: clamp(28px,5vw,80px);
  align-items: center;
  direction: rtl;
}
.vnet-scroll-story__copy { position: relative; min-height: 500px; z-index: 4; }
.vnet-scroll-story__copy > h2 {
  margin: 15px 0 0;
  max-width: 510px;
  font-size: clamp(2rem,3.9vw,4.7rem);
  line-height: 1.22;
  letter-spacing: -.045em;
}
.vnet-scroll-story__steps { position: relative; min-height: 230px; margin-top: 42px; }
.vnet-story-step {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .5s var(--vnet-ease), transform .65s var(--vnet-ease);
  pointer-events: none;
}
.vnet-story-step.is-active { opacity: 1; transform: none; }
.vnet-story-step > span { color: var(--vnet-accent); font-size: .76rem; font-weight: 700; letter-spacing: .06em; }
.vnet-story-step h3 { margin: 12px 0 8px; max-width: 470px; font-size: clamp(1.35rem,2vw,2.05rem); line-height: 1.55; }
.vnet-story-step p { max-width: 480px; margin: 0; color: rgba(255,255,255,.58); font-size: .95rem; }
.vnet-scroll-story__status { display: flex; align-items: center; gap: 15px; width: min(390px,100%); margin-top: 24px; direction: ltr; }
.vnet-scroll-story__status b, .vnet-scroll-story__status em { font: 700 .72rem/1 Arial,sans-serif; color: rgba(255,255,255,.52); font-style: normal; }
.vnet-scroll-story__status > span { flex: 1; height: 2px; background: rgba(255,255,255,.12); overflow: hidden; }
.vnet-scroll-story__status i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg,var(--vnet-accent-2),var(--vnet-accent)); transform: scaleX(0); transform-origin: left center; will-change: transform; }
.vnet-scroll-story__visual { position: relative; min-width: 0; }
.vnet-network-map { width: 100%; height: auto; overflow: visible; }
.vnet-map-grid path { fill: none; stroke: rgba(255,255,255,.035); stroke-width: 1; }
.vnet-story-path { fill: none; stroke: url(#vnetLine); stroke-width: 4; stroke-linecap: round; filter: url(#vnetGlow); opacity: .9; }
.vnet-story-path--vpn { stroke: var(--vnet-accent-2); }
.vnet-network-device, .vnet-monitor-panel { opacity: 0; transform-box: fill-box; transform-origin: center; will-change: opacity, transform; }
.vnet-network-device > rect,
.vnet-network-device > path,
.vnet-monitor-panel > rect { fill: rgba(7,25,38,.92); stroke: rgba(44,246,211,.75); stroke-width: 3; }
.vnet-network-device path:not(:first-child),
.vnet-network-device circle,
.vnet-monitor-panel path,
.vnet-monitor-panel circle { fill: none; stroke: var(--vnet-accent); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.vnet-network-device text, .vnet-monitor-panel text { fill: rgba(255,255,255,.65); font: 700 16px/1 Arial,sans-serif; letter-spacing: 2px; text-anchor: middle; }
.vnet-device-cloud > path { fill: rgba(19,51,73,.9); }
.vnet-switch-ports rect { fill: rgba(44,246,211,.18); stroke: rgba(44,246,211,.62); stroke-width: 2; }
.vnet-threat { opacity: 0; transform-origin: center; transition: opacity .3s ease; }
.vnet-threat circle, .vnet-threat path { stroke: #ff6878; }
.vnet-scroll-story[data-stage="2"] .vnet-threat,
.vnet-scroll-story[data-stage="3"] .vnet-threat { opacity: 1; animation: vnet-threat-pulse 1s ease-in-out infinite alternate; }
@keyframes vnet-threat-pulse { to { transform: scale(1.14); } }
.vnet-packet { fill: var(--vnet-accent); filter: url(#vnetGlow); opacity: 0; }
.vnet-packet--vpn { fill: var(--vnet-accent-2); }
.vnet-monitor-panel > rect { stroke: rgba(101,168,255,.75); }
.vnet-monitor-panel path, .vnet-monitor-panel circle { stroke: var(--vnet-accent); fill: rgba(44,246,211,.13); }
.vnet-network-map__legend { position: absolute; left: 4%; bottom: 3%; display: flex; flex-wrap: wrap; gap: 12px 20px; color: rgba(255,255,255,.5); font-size: .7rem; direction: rtl; }
.vnet-network-map__legend span { display: inline-flex; align-items: center; gap: 7px; }
.vnet-network-map__legend i { width: 9px; height: 9px; border-radius: 50%; background: var(--vnet-accent); box-shadow: 0 0 12px rgba(44,246,211,.8); }
.vnet-network-map__legend span:nth-child(2) i { background: var(--vnet-accent-2); box-shadow: 0 0 12px rgba(101,168,255,.8); }
.vnet-network-map__legend span:nth-child(3) i { background: #ff6878; box-shadow: 0 0 12px rgba(255,104,120,.7); }
.vnet-scroll-story + .vnet-intro { border-top: 1px solid rgba(255,255,255,.06); }

.vnet-page-shell { min-height: 75vh; background: var(--vnet-paper); }
.vnet-page-hero { padding: 185px 0 95px; background: linear-gradient(180deg,#eaf0f1,#f5f7f7); border-bottom: 1px solid var(--vnet-border); }
.vnet-page-hero--dark { background: radial-gradient(circle at 70% 20%,rgba(44,246,211,.12),transparent 25%),#07131f; color:#fff; border-color:rgba(255,255,255,.1); }
.vnet-page-hero h1 { max-width: 980px; font-size: clamp(2.4rem, 5vw, 5.4rem); line-height: 1.2; letter-spacing: -.04em; margin: 20px 0; }
.vnet-page-hero p { max-width: 740px; color: var(--vnet-muted); font-size: 1.08rem; }
.vnet-page-hero--dark p { color: rgba(255,255,255,.62); }
.vnet-content { max-width: 820px; padding-top: 85px; padding-bottom: 110px; }
.vnet-content h2 { font-size: 1.9rem; margin-top: 2.2em; }
.vnet-content h3 { font-size: 1.35rem; margin-top: 1.8em; }
.vnet-content p, .vnet-content li { color: #435762; }
.vnet-content a { color: #0b6f99; text-decoration: underline; }
.vnet-single-content { min-height: 400px; }
.vnet-form-section { padding-top: 80px; }
.vnet-form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 6vw; align-items: start; }
.vnet-form-layout aside { position: sticky; top: 125px; padding: 28px; border: 1px solid var(--vnet-border); border-radius: var(--vnet-radius); background: #fff; }
.vnet-form-layout aside h2 { margin-top: 0; }
.vnet-form-layout aside li, .vnet-form-layout aside p { color: var(--vnet-muted); }
.vnet-contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.vnet-contact-card { min-height: 210px; padding: 30px; border: 1px solid var(--vnet-border); border-radius: var(--vnet-radius); background: #fff; display:flex; flex-direction:column; }
.vnet-contact-card span { color: var(--vnet-muted); font-size: .8rem; }
.vnet-contact-card strong { margin: auto 0; font-size: 1.2rem; }
.vnet-contact-card a { color: #0b6f99; font-weight: 700; font-size: .85rem; }
.vnet-faq-list { max-width: 900px; }
.vnet-faq { border-top: 1px solid var(--vnet-border); padding: 24px 0; }
.vnet-faq summary { cursor: pointer; font-size: 1.18rem; font-weight: 700; }
.vnet-faq p { color: var(--vnet-muted); }
.vnet-post { padding-top: 170px; padding-bottom: 120px; max-width: 900px; }
.vnet-post header h1 { font-size: clamp(2.5rem,5vw,5rem); line-height:1.25; }
.vnet-not-found { min-height: 80vh; background:#07131f; color:#fff; display:grid; place-items:center; text-align:center; padding:130px 0; }
.vnet-not-found span { font-family:Arial,sans-serif; font-size:clamp(5rem,15vw,14rem); color:var(--vnet-accent); line-height:1; opacity:.2; }
.vnet-not-found h1 { font-size:clamp(2rem,5vw,4rem); margin:0 0 10px; }
.vnet-not-found p { color:rgba(255,255,255,.6); }
.vnet-footer { background: #030a10; color: #fff; padding: 85px 0 28px; }
.vnet-footer__grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 8vw; }
.vnet-footer__grid p, .vnet-contact-list { color: rgba(255,255,255,.58); }
.vnet-footer h2 { font-size: 1rem; margin: 0 0 18px; }
.vnet-footer-menu, .vnet-contact-list { list-style:none; padding:0; margin:0; }
.vnet-footer-menu li, .vnet-contact-list li { margin:8px 0; }
.vnet-brand--footer { margin-bottom: 22px; }
.vnet-footer__bottom { display:flex; justify-content:space-between; border-top:1px solid rgba(255,255,255,.1); padding-top:24px; margin-top:65px; color:rgba(255,255,255,.45); font-size:.78rem; }
.vnet-footer__status { display:flex; align-items:center; gap:8px; }
.vnet-footer__status span { width:7px; height:7px; border-radius:50%; background:var(--vnet-accent); box-shadow:0 0 12px var(--vnet-accent); }
.vnet-reveal { opacity: 1; transform: none; }
.vnet-js .vnet-reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--vnet-ease), transform .8s var(--vnet-ease); }
.vnet-js .vnet-reveal.is-visible { opacity: 1; transform: none; }
.vnet-js .vnet-service-grid .vnet-reveal:nth-child(2), .vnet-js .vnet-article-grid .vnet-reveal:nth-child(2), .vnet-js .vnet-portfolio-grid .vnet-reveal:nth-child(2) { transition-delay:.08s; }
.vnet-js .vnet-service-grid .vnet-reveal:nth-child(3), .vnet-js .vnet-article-grid .vnet-reveal:nth-child(3), .vnet-js .vnet-portfolio-grid .vnet-reveal:nth-child(3) { transition-delay:.16s; }
:focus-visible { outline: 3px solid var(--vnet-accent); outline-offset: 4px; }
@media (max-width: 1050px) {
  .vnet-nav-toggle { display:block; }
  .vnet-nav { position:fixed; inset:84px 16px auto; background:rgba(5,15,25,.97); border:1px solid rgba(255,255,255,.12); border-radius:22px; padding:24px; display:none; flex-direction:column; align-items:stretch; box-shadow:0 25px 80px rgba(0,0,0,.35); }
  .vnet-nav.is-open { display:flex; }
  .vnet-menu { flex-direction:column; align-items:stretch; gap:0; }
  .vnet-menu a { display:block; padding:11px 4px; }
  .vnet-service-grid, .vnet-portfolio-grid, .vnet-article-grid { grid-template-columns:repeat(2,1fr); }
  .vnet-process__steps { grid-template-columns:repeat(2,1fr); }
  .vnet-stats__grid { grid-template-columns:1fr 1fr; }
  .vnet-stats__copy { grid-column:1/-1; padding:0 0 30px; }
  .vnet-form-layout { grid-template-columns:1fr; }
  .vnet-form-layout aside { position:static; }
}
@media (max-width: 720px) {
  :root { --vnet-container:min(100% - 28px,1240px); --vnet-radius:19px; }
  .vnet-header__inner { min-height:72px; }
  .vnet-nav { inset:72px 12px auto; }
  .vnet-hero { min-height: 850px; }
  .vnet-hero__content { padding-top:135px; }
  .vnet-hero__title { font-size:clamp(2.5rem,12vw,4.4rem); }
  .vnet-hero__metrics { grid-template-columns:1fr; gap:0; }
  .vnet-hero__metrics > div { border-bottom:1px solid rgba(255,255,255,.1); padding:15px 0; }
  .vnet-hero__glow { width:80vw; height:80vw; left:-20vw; top:18vh; }
  .vnet-hero__scroll { display:none; }
  .vnet-section { padding:85px 0; }
  .vnet-split { grid-template-columns:1fr; gap:35px; }
  .vnet-sticky-copy { position:static; }
  .vnet-section-heading { align-items:flex-start; flex-direction:column; }
  .vnet-service-grid, .vnet-portfolio-grid, .vnet-article-grid, .vnet-process__steps, .vnet-contact-grid { grid-template-columns:1fr; }
  .vnet-service-card { min-height:280px; }
  .vnet-process__track { display:none; }
  .vnet-stats__grid { grid-template-columns:1fr; }
  .vnet-stat { border-inline-start:0; border-top:1px solid var(--vnet-border); }
  .vnet-final-cta__inner { align-items:flex-start; flex-direction:column; }
  .vnet-final-cta__actions { align-items:flex-start; }
  .vnet-page-hero { padding:135px 0 70px; }
  .vnet-footer__grid { grid-template-columns:1fr; gap:35px; }
  .vnet-footer__bottom { flex-direction:column; }
}

@media (max-width: 1050px) {
  .vnet-scroll-story { height: 580vh; }
  .vnet-scroll-story__layout { grid-template-columns: .8fr 1.2fr; gap: 20px; }
  .vnet-scroll-story__copy > h2 { font-size: clamp(2rem,4.5vw,3.7rem); }
}
@media (max-width: 760px) {
  .vnet-scroll-story { height: 650vh; min-height: 3900px; }
  .vnet-scroll-story__sticky { align-items: stretch; padding-top: 78px; }
  .vnet-scroll-story__layout { grid-template-columns: 1fr; grid-template-rows: minmax(0,56vh) 1fr; gap: 0; height: 100%; }
  .vnet-scroll-story__visual { grid-row: 1; align-self: center; }
  .vnet-scroll-story__copy { grid-row: 2; min-height: 0; padding-top: 5px; }
  .vnet-scroll-story__copy > .vnet-section-label { display: none; }
  .vnet-scroll-story__copy > h2 { font-size: clamp(1.55rem,7vw,2.4rem); margin: 0; max-width: 100%; }
  .vnet-scroll-story__steps { min-height: 165px; margin-top: 14px; }
  .vnet-story-step h3 { font-size: 1.15rem; margin: 6px 0 3px; }
  .vnet-story-step p { font-size: .78rem; line-height: 1.65; }
  .vnet-scroll-story__status { margin-top: 7px; }
  .vnet-network-map__legend { display: none; }
  .vnet-network-map { transform: scale(1.06); transform-origin: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
  .vnet-reveal, .vnet-js .vnet-reveal { opacity:1; transform:none; }
  .vnet-scroll-story { height:auto; min-height:0; }
  .vnet-scroll-story__sticky { position:relative; min-height:100svh; height:auto; padding:110px 0; }
  .vnet-story-step { display:none; }
  .vnet-story-step:last-child { display:block; position:relative; opacity:1; transform:none; }
  .vnet-network-device, .vnet-monitor-panel { opacity:1!important; filter:none!important; }
  .vnet-story-path { stroke-dashoffset:0!important; }
}


/* VNET 1.2 final responsive and UX refinements */
html { scrollbar-gutter: stable; }
body { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
p, li, h1, h2, h3, h4, a, strong { overflow-wrap: anywhere; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button, .vnet-button, .vnet-nav-toggle, summary { touch-action: manipulation; }
.vnet-brand--logo { line-height: 0; }
.vnet-brand--logo .custom-logo-link { display: block; }
.vnet-scroll-story__mobile-title { display: none; margin: 0; color: rgba(255,255,255,.92); font-size: 1rem; font-weight: 700; }
.vnet-contact-card strong, .vnet-footer a { overflow-wrap: anywhere; }
.vnet-content, .vnet-post, .vnet-form { scroll-margin-top: 110px; }
.vnet-faq summary { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.vnet-faq summary::after { content: "+"; color: var(--vnet-accent-2); font: 700 1.3rem/1 Arial,sans-serif; }
.vnet-faq[open] summary::after { content: "−"; }
.vnet-menu .sub-menu { list-style: none; margin: 0; padding: 8px 18px 0 0; }
.vnet-menu .sub-menu a { font-size: .84rem; opacity: .86; }
@supports not ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))) {
  .vnet-header.is-scrolled { background: rgba(5,15,25,.97); }
}

@media (max-width: 1050px) {
  body.vnet-menu-open::before { content: ""; position: fixed; z-index: 998; inset: 0; background: rgba(1,7,12,.62); backdrop-filter: blur(3px); }
  .vnet-header { z-index: 1000; }
  .vnet-nav-toggle { position: relative; z-index: 2; flex: 0 0 auto; }
  .vnet-nav-toggle.is-open > span:not(.screen-reader-text):nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .vnet-nav-toggle.is-open > span:not(.screen-reader-text):nth-child(2) { opacity: 0; }
  .vnet-nav-toggle.is-open > span:not(.screen-reader-text):nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .vnet-nav {
    top: calc(84px + env(safe-area-inset-top));
    right: 16px;
    left: 16px;
    bottom: auto;
    max-height: calc(100dvh - 104px - env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }
  .vnet-nav.is-open { display: flex; animation: vnet-menu-in .24s var(--vnet-ease) both; }
  .vnet-nav .vnet-button { width: 100%; margin-top: 10px; }
  .vnet-menu a { min-height: 46px; display: flex; align-items: center; }
  .vnet-menu .sub-menu { padding: 0 16px 8px 0; border-right: 1px solid rgba(255,255,255,.12); }
  @keyframes vnet-menu-in { from { opacity: 0; transform: translateY(-10px) scale(.985); } to { opacity: 1; transform: none; } }
  .vnet-scroll-story__layout { grid-template-columns: minmax(280px,.82fr) minmax(0,1.18fr); gap: clamp(18px,3vw,34px); }
}

@media (max-width: 760px) {
  :root { --vnet-container: min(100% - 28px, 1240px); }
  .vnet-header__inner { min-height: 72px; gap: 14px; }
  .vnet-nav { top: calc(72px + env(safe-area-inset-top)); max-height: calc(100dvh - 88px - env(safe-area-inset-bottom)); padding: 18px; border-radius: 18px; }
  .custom-logo { max-height: 44px; max-width: 190px; }
  .vnet-brand__text { font-size: 1.1rem; }
  .vnet-hero { min-height: 100svh; height: auto; }
  .vnet-hero__content { padding-top: 116px; padding-bottom: 68px; }
  .vnet-hero__lead { line-height: 1.75; }
  .vnet-hero__actions { gap: 16px; margin-top: 28px; }
  .vnet-hero__metrics { margin-top: 44px; }
  .vnet-section-heading { margin-bottom: 38px; }
  .vnet-page-hero { padding: 125px 0 62px; }
  .vnet-page-hero h1 { font-size: clamp(2.15rem, 11vw, 3.8rem); }
  .vnet-page-hero p { font-size: 1rem; line-height: 1.75; }
  .vnet-content { padding-top: 60px; padding-bottom: 80px; }
  .vnet-form-section { padding-top: 58px; }

  .vnet-scroll-story { height: 580svh; min-height: 3200px; }
  .vnet-scroll-story__sticky { height: 100svh; height: 100dvh; min-height: 0; padding: 72px 0 max(10px, env(safe-area-inset-bottom)); align-items: stretch; }
  .vnet-scroll-story__layout { width: min(100% - 22px, 680px); grid-template-columns: 1fr; grid-template-rows: minmax(180px, 40dvh) minmax(0,1fr); gap: 0; height: 100%; align-items: stretch; }
  .vnet-scroll-story__visual { grid-row: 1; display: grid; place-items: center; min-height: 0; overflow: hidden; }
  .vnet-network-map { width: 100%; max-width: 610px; max-height: 100%; transform: scale(1.02); transform-origin: center; }
  .vnet-scroll-story__copy { grid-row: 2; min-height: 0; padding-top: 3px; display: flex; flex-direction: column; }
  .vnet-scroll-story__copy > .vnet-section-label, .vnet-scroll-story__copy > h2 { display: none; }
  .vnet-scroll-story__mobile-title { display: block; }
  .vnet-scroll-story__steps { min-height: 150px; margin-top: 8px; flex: 1; }
  .vnet-story-step { transform: translateY(18px); }
  .vnet-story-step > span { font-size: .7rem; }
  .vnet-story-step h3 { margin: 6px 0 4px; max-width: none; font-size: clamp(1.05rem, 4.5vw, 1.3rem); line-height: 1.45; }
  .vnet-story-step p { max-width: none; font-size: .78rem; line-height: 1.62; }
  .vnet-scroll-story__status { width: 100%; margin-top: 7px; padding-bottom: 2px; }
  .vnet-network-map__legend { display: none; }
  .vnet-story-path { stroke-width: 5; }
  .vnet-network-device text, .vnet-monitor-panel text { font-size: 18px; }

  .vnet-final-cta__actions, .vnet-final-cta__actions .vnet-button { width: 100%; }
  .vnet-contact-card { min-height: 170px; }
}

@media (max-width: 480px) {
  :root { --vnet-container: min(100% - 24px, 1240px); }
  .vnet-button:not(.vnet-button--small), .vnet-hero__actions .vnet-text-link { width: 100%; }
  .vnet-hero__actions { align-items: stretch; }
  .vnet-hero__actions .vnet-text-link { justify-content: center; min-height: 46px; }
  .vnet-hero__title { font-size: clamp(2.3rem, 12vw, 3.55rem); }
  .vnet-hero__metrics > div { padding-inline-end: 0; }
  .vnet-section-title { font-size: clamp(1.9rem, 9vw, 3rem); }
  .vnet-service-card > a, .vnet-service-card--static { padding: 26px; }
  .vnet-project-card__visual { height: 220px; }
  .vnet-project-card__body, .vnet-article-card, .vnet-contact-card { padding: 24px; }
  .vnet-footer { padding-top: 65px; }
}

@media (max-width: 380px) and (max-height: 700px) {
  .vnet-scroll-story { height: 650svh; min-height: 3500px; }
  .vnet-scroll-story__sticky { padding-top: 64px; padding-bottom: 6px; }
  .vnet-scroll-story__layout { width: calc(100% - 18px); grid-template-rows: minmax(160px, 36dvh) minmax(0,1fr); }
  .vnet-network-map { transform: scale(.98); }
  .vnet-scroll-story__mobile-title { font-size: .88rem; }
  .vnet-scroll-story__steps { min-height: 142px; margin-top: 5px; }
  .vnet-story-step > span { font-size: .64rem; }
  .vnet-story-step h3 { font-size: .98rem; line-height: 1.38; margin: 4px 0 3px; }
  .vnet-story-step p { font-size: .71rem; line-height: 1.48; }
  .vnet-scroll-story__status { gap: 10px; margin-top: 3px; }
}

@media (min-width: 600px) and (max-width: 1050px) and (max-height: 600px) and (orientation: landscape) {
  .vnet-scroll-story { height: 650vh; min-height: 2800px; }
  .vnet-scroll-story__sticky { height: 100dvh; padding: 68px 0 10px; }
  .vnet-scroll-story__layout { grid-template-columns: minmax(240px,.9fr) minmax(0,1.1fr); grid-template-rows: 1fr; gap: 18px; height: 100%; }
  .vnet-scroll-story__copy, .vnet-scroll-story__visual { grid-row: 1; }
  .vnet-scroll-story__visual { grid-column: 2; overflow: hidden; }
  .vnet-scroll-story__copy { grid-column: 1; justify-content: center; min-height: 0; padding: 0; display: flex; flex-direction: column; }
  .vnet-scroll-story__copy > .vnet-section-label, .vnet-scroll-story__copy > h2 { display: none; }
  .vnet-scroll-story__mobile-title { display: block; }
  .vnet-scroll-story__steps { min-height: 150px; flex: 0 0 auto; }
  .vnet-story-step h3 { font-size: 1.05rem; }
  .vnet-story-step p { font-size: .74rem; line-height: 1.5; }
  .vnet-network-map { max-height: calc(100dvh - 90px); }
}

@media (prefers-reduced-motion: reduce) {
  .vnet-nav.is-open { animation: none; }
  .vnet-scroll-story__mobile-title { display: none; }
  .vnet-scroll-story__copy > h2 { display: block; }
}
