:root {
  --navy: #071b3a;
  --navy-soft: #173255;
  --green: #079b62;
  --green-dark: #057649;
  --mint: #e9f8f1;
  --violet: #756cf5;
  --blue: #4c8be8;
  --text: #15243b;
  --muted: #637087;
  --line: #dce3ea;
  --surface: #f7fafb;
  --white: #fff;
  --shadow: 0 24px 70px rgba(7, 27, 58, .14);
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--text); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  min-height: 76px;
  padding: 14px clamp(22px, 5vw, 74px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
}

.vm-brand { display: inline-flex; align-items: center; gap: 9px; width: fit-content; text-decoration: none; font-weight: 800; font-size: 11px; line-height: 1.05; text-transform: uppercase; letter-spacing: .06em; }
.vm-mark { font-size: 26px; letter-spacing: -.13em; line-height: 1; color: var(--navy); }
.vm-mark::after { content: ""; display: inline-block; width: 7px; height: 7px; margin-left: 3px; background: var(--green); transform: skew(-16deg); vertical-align: top; }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 3.5vw, 48px); }
.desktop-nav a { font-size: 13px; font-weight: 700; text-decoration: none; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--green); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 24px; }
.language-switch { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: 12px; }
.language-switch a { padding: 4px 2px; color: inherit; font: inherit; text-decoration: none; }
.language-switch a.active { color: var(--navy); font-weight: 800; }
.button { min-height: 48px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; border: 1px solid transparent; border-radius: 7px; text-decoration: none; font-weight: 800; font-size: 13px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid rgba(117,108,245,.3); outline-offset: 3px; }
.button-primary { background: var(--green); color: #fff; box-shadow: 0 12px 28px rgba(7,155,98,.19); }
.button-primary:hover { background: var(--green-dark); box-shadow: 0 16px 34px rgba(7,155,98,.25); }
.button-secondary { border-color: #aeb9c6; background: #fff; color: var(--navy); }
.header-cta { min-height: 43px; padding-inline: 18px; }

.hero { min-height: 610px; padding: clamp(70px, 8vw, 110px) clamp(22px, 5vw, 74px) 54px; display: grid; grid-template-columns: minmax(330px, .78fr) minmax(600px, 1.35fr); align-items: center; gap: clamp(40px, 6vw, 92px); overflow: hidden; }
.product-wordmark { display: inline-flex; font-size: 29px; letter-spacing: -.055em; text-decoration: none; margin-bottom: 20px; }
.product-wordmark strong { color: var(--navy); }
.product-wordmark span { color: var(--green); font-weight: 700; }
.hero h1 { margin: 0; color: var(--navy); font-size: clamp(48px, 5.4vw, 78px); line-height: .99; letter-spacing: -.055em; }
.hero-copy > p { max-width: 510px; margin: 28px 0 33px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-product { min-height: 480px; position: relative; isolation: isolate; }
.hero-glow { position: absolute; inset: 5% -10% -12% 5%; z-index: -2; background: radial-gradient(circle at 50% 44%, rgba(7,155,98,.12), rgba(117,108,245,.04) 42%, transparent 70%); }
.device { position: absolute; margin: 0; overflow: hidden; background: #0e1116; border: 7px solid #15191f; box-shadow: var(--shadow); }
.device img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.device-desktop { width: 75%; height: 390px; top: 0; right: 5%; border-radius: 14px; }
.device-desktop::after { content: ""; position: absolute; width: 33%; height: 23px; left: 34%; bottom: -27px; background: #cfd5db; box-shadow: 0 18px 0 -7px #aab2bb; }
.device-phone { width: 145px; height: 330px; left: 4%; bottom: 2%; border-radius: 27px; border-width: 6px; z-index: 3; }
.device-kds { width: 55%; height: 220px; right: 0; bottom: 0; border-radius: 12px; z-index: 2; }

.section-shell { padding: clamp(68px, 8vw, 112px) clamp(22px, 5vw, 74px); }
.section-heading h2, .offline h2, .plans h2, .closing-cta h2 { margin: 0; color: var(--navy); font-size: clamp(31px, 3.4vw, 48px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading.centered { text-align: center; }
.section-heading.centered h2::after { content: ""; display: block; width: 40px; height: 3px; margin: 18px auto 0; background: var(--green); }

.workflow { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #fff, #fbfdfc); }
.inline-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 58px; }
.inline-heading h2 { font-size: clamp(30px, 3vw, 44px); }
.inline-heading h2 em { color: var(--green); font-style: normal; }
.inline-heading p { max-width: 460px; margin: 0; color: var(--muted); line-height: 1.7; }
.workflow-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.workflow-list li { position: relative; padding: 0 28px; min-height: 180px; border-left: 1px solid var(--line); }
.workflow-list li:first-child { padding-left: 0; border-left: 0; }
.workflow-list li:last-child { padding-right: 0; }
.workflow-list li:not(:last-child)::after { content: "→"; position: absolute; right: -9px; top: 29px; z-index: 1; color: var(--green); font-size: 21px; background: #fff; }
.step-icon { width: 58px; height: 58px; margin-bottom: 22px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); font-size: 22px; }
.workflow-list strong { display: block; color: var(--navy); font-size: 15px; }
.workflow-list strong b { color: var(--green); }
.workflow-list p { color: var(--muted); font-size: 13px; line-height: 1.65; }

.stations { background: #fff; }
.station-line { width: 72%; height: 1px; margin: 42px auto -33px; background: linear-gradient(90deg, transparent, #b7dfce 10%, #cfd3fa 45%, #b7dfce 80%, transparent); }
.station-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center; }
.station-grid article { padding-inline: 18px; }
.station-icon { width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 25px; border-radius: 50%; color: var(--green); background: var(--mint); border: 8px solid #fff; font-size: 27px; position: relative; }
.station-violet { color: var(--violet); background: #f0eeff; }
.station-blue { color: var(--blue); background: #edf5ff; }
.station-grid h3 { margin: 0 0 12px; color: var(--navy); font-size: 17px; }
.station-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.offline { display: grid; grid-template-columns: .78fr 1.45fr; gap: clamp(50px, 8vw, 110px); align-items: center; background: #f8fbfa; border-block: 1px solid var(--line); }
.offline-copy p { color: var(--muted); line-height: 1.75; margin: 25px 0; }
.check-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 28px; font-size: 14px; }
.check-list li::before { content: "✓"; width: 18px; height: 18px; position: absolute; left: 0; top: 1px; display: grid; place-items: center; color: var(--green); border: 1px solid #a8dcc7; border-radius: 50%; font-size: 11px; }
.network-diagram { position: relative; padding: 28px; min-height: 390px; border: 1px solid #cfdad6; background: #fff; box-shadow: 0 22px 70px rgba(7,27,58,.08); }
.network-title { margin: 0 0 26px; text-align: center; font-size: 13px; font-weight: 800; color: var(--navy); }
.network-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; position: relative; z-index: 2; }
.network-node { min-height: 166px; padding: 20px 13px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid #b8d7ca; border-radius: 7px; background: #fcfffd; }
.network-node > span { font-size: 29px; color: var(--green); margin-bottom: 14px; }
.network-node strong { font-size: 12px; color: var(--navy); }
.network-node small { margin-top: 9px; font-size: 10px; line-height: 1.5; color: var(--muted); }
.network-server { border-width: 2px; border-color: var(--green); background: var(--mint); }
.network-lines { position: absolute; left: 17%; right: 17%; top: 49%; z-index: 1; height: 1px; background: var(--green); }
.network-lines span { position: absolute; width: 7px; height: 7px; top: -3px; border-radius: 50%; background: var(--green); }
.network-lines span:nth-child(1) { left: 0; }.network-lines span:nth-child(2) { left: 50%; }.network-lines span:nth-child(3) { right: 0; }
.internet-optional { width: fit-content; max-width: 370px; margin: 31px auto 0; display: flex; align-items: center; gap: 14px; color: var(--muted); }
.internet-optional > span { font-size: 27px; }
.internet-optional strong, .internet-optional small { display: block; }
.internet-optional strong { color: var(--navy); font-size: 12px; }.internet-optional small { margin-top: 3px; font-size: 10px; line-height: 1.45; }

.service-modes { padding-bottom: 80px; }
.mode-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 45px; }
.mode-grid article { min-height: 275px; display: flex; align-items: end; border-radius: 8px; overflow: hidden; background-image: linear-gradient(180deg, transparent 20%, rgba(3,12,25,.86) 100%), var(--mode-image); background-size: cover; background-position: center; box-shadow: 0 18px 40px rgba(7,27,58,.13); }
.mode-grid article > div { padding: 28px; color: #fff; }
.mode-grid article span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 13px; background: #fff; color: var(--green); border-radius: 50%; font-size: 18px; }
.mode-grid h3 { margin: 0 0 8px; font-size: 20px; }.mode-grid p { max-width: 330px; margin: 0; color: rgba(255,255,255,.87); font-size: 13px; line-height: 1.6; }

.tools { padding-top: 60px; background: #fbfcfd; border-top: 1px solid var(--line); }
.tool-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 46px; }
.tool-grid article { text-align: center; }
.tool-grid figure { aspect-ratio: 1.42; margin: 0 0 22px; overflow: hidden; background: #e9edf1; border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(7,27,58,.08); }
.tool-grid figure img { width: 100%; height: 100%; object-fit: cover; object-position: top left; transition: transform .35s ease; }
.tool-grid article:hover img { transform: scale(1.025); }
.tool-grid h3 { margin: 0 0 9px; color: var(--navy); font-size: 16px; }.tool-grid p { margin: 0 auto; max-width: 270px; color: var(--muted); font-size: 13px; line-height: 1.65; }

.plans { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px 80px; align-items: start; background: var(--navy); color: #fff; }
.plans h2 { color: #fff; }.plans-copy p { max-width: 610px; margin: 22px 0 0; color: #b9c4d5; line-height: 1.75; }
.plan-factors { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.18); }
.plan-factors span { min-height: 80px; padding: 20px; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.11); font-size: 13px; font-weight: 700; }
.plan-factors span::before { content: "✓"; margin-right: 10px; color: #56d69d; }
.plan-action { grid-column: 1 / -1; padding-top: 38px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.18); }
.plan-action strong { font-size: clamp(18px, 2vw, 26px); }

.closing-cta { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; }
.cta-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); font-size: 24px; }
.closing-cta h2 { font-size: clamp(25px, 2.7vw, 38px); }.closing-cta p { margin: 8px 0 0; color: var(--muted); }

.site-footer { padding: 62px clamp(22px, 5vw, 74px) 26px; color: #dbe3ef; background: #061a38; }
.footer-brand { display: grid; grid-template-columns: 185px minmax(220px, 380px); gap: 28px; align-items: start; }
.vm-brand-light .vm-mark, .vm-brand-light { color: #fff; }.footer-brand p { margin: 0; color: #9faec2; font-size: 12px; line-height: 1.7; }
.product-family { display: grid; grid-template-columns: repeat(3, 1fr); margin: 48px 0; border-block: 1px solid rgba(255,255,255,.13); }
.product-family a { min-height: 128px; padding: 30px; display: flex; flex-direction: column; gap: 10px; text-decoration: none; border-right: 1px solid rgba(255,255,255,.13); }
.product-family a:last-child { border-right: 0; }.product-family strong { color: #fff; font-size: 23px; }.product-family strong span { color: #53d99e; }.product-family strong .violet { color: #a59eff; }.product-family small { max-width: 230px; color: #9faec2; line-height: 1.55; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #8494aa; font-size: 11px; }.footer-bottom div { display: flex; gap: 24px; }.footer-bottom a { text-decoration: none; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }.desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; }.hero-copy { max-width: 680px; }.hero-product { min-height: 520px; }
  .workflow-list { grid-template-columns: repeat(3, 1fr); row-gap: 42px; }.workflow-list li:nth-child(4) { border-left: 0; padding-left: 0; }.workflow-list li:nth-child(3)::after { display: none; }
  .offline { grid-template-columns: 1fr; }.tool-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .site-header { min-height: 68px; padding: 11px 18px; }.header-cta { display: none; }.header-actions { gap: 10px; }
  .hero { min-height: 0; padding: 58px 20px 38px; gap: 42px; }.hero h1 { font-size: 49px; }.hero-copy > p { font-size: 16px; }.hero-product { min-height: 355px; }
  .device-desktop { width: 92%; height: 245px; right: 0; }.device-phone { width: 90px; height: 220px; left: 0; }.device-kds { width: 63%; height: 145px; }
  .section-shell { padding: 66px 20px; }.inline-heading { display: block; }.inline-heading p { margin-top: 18px; }
  .workflow-list { grid-template-columns: 1fr; }.workflow-list li, .workflow-list li:first-child, .workflow-list li:nth-child(4) { min-height: 0; padding: 0 0 27px 78px; border: 0; }.workflow-list li:not(:last-child)::after { content: "↓"; display: block; left: 27px; right: auto; top: 61px; }.step-icon { position: absolute; left: 0; top: 0; }
  .station-line { display: none; }.station-grid { grid-template-columns: 1fr 1fr; gap: 42px 15px; }.station-grid article { padding: 0; }
  .network-diagram { padding: 19px; }.network-grid { grid-template-columns: 1fr 1fr; }.network-lines { display: none; }
  .mode-grid { grid-template-columns: 1fr; }.mode-grid article { min-height: 240px; }
  .tool-grid { grid-template-columns: 1fr; }.tool-grid figure { aspect-ratio: 1.55; }
  .plans { grid-template-columns: 1fr; }.plan-action { display: grid; }.plan-factors { grid-template-columns: 1fr; }
  .closing-cta { grid-template-columns: auto 1fr; }.closing-cta .button { grid-column: 1 / -1; }
  .footer-brand { grid-template-columns: 1fr; }.product-family { grid-template-columns: 1fr; }.product-family a { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }.footer-bottom { align-items: start; flex-direction: column; }
}

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