/* Generated by tools/build_assets.py from vivid-design-tokens - do not edit. */
:root {
  --vivid-blue:     #2563eb;
  --vivid-purple:   #7c3aed;
  --vivid-purple-2: #6d28d9;
  --vivid-orange:   #f97316;
  --vivid-pink:     #f43f5e;
  --vivid-cyan:     #06b6d4;
  --vivid-yellow:   #facc15;
  --vivid-ink:      #0b132b;
  --vivid-dark:     #0f172a;
  --vivid-text:     #1e293b;
  --vivid-muted:    #64748b;
  --vivid-bg:       #ffffff;
  --vivid-bg-soft:  #f8fafc;
  --vivid-bg-tint:  #f8fbff;
  --vivid-gradient-text:
    linear-gradient(90deg, #2563eb 0%, #7c3aed 35%, #f43f5e 68%, #fb923c 100%);
  --vivid-gradient-cta:
    linear-gradient(90deg, #f97316, #f43f5e);
  --vivid-gradient-main:
    linear-gradient(135deg,
      #1e3a8a 0%, #2563eb 15%, #06b6d4 30%, #9333ea 50%,
      #f43f5e 70%, #fb923c 85%, #facc15 100%);
  --vivid-gradient-card:
    linear-gradient(180deg, rgba(255,255,255,0.76), rgba(255,255,255,0.56));
  --vivid-gradient-conic:
    conic-gradient(from 0deg, #2563eb, #7c3aed, #f43f5e, #fb923c, #facc15, #2563eb);
  --vivid-page-bg:
    radial-gradient(circle at 15% 10%, rgba(37, 99, 235, 0.08), transparent 55%),
    radial-gradient(circle at 85% 10%, rgba(249, 115, 22, 0.10), transparent 55%),
    radial-gradient(circle at 50% 35%, rgba(244, 63, 94, 0.05), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 45%, #f8fafc 100%);
  --vivid-font-body:    "Onest", system-ui, -apple-system, "Segoe UI", sans-serif;
  --vivid-font-display: "Geologica", "Onest", system-ui, sans-serif;
  --vivid-fs-body:      1.02rem;
  --vivid-lh-body:      1.78;
  --vivid-radius-sm:    10px;
  --vivid-radius-md:    14px;
  --vivid-radius-lg:    16px;
  --vivid-radius-xl:    22px;
  --vivid-radius-2xl:   24px;
  --vivid-container:    1240px;
  --vivid-shadow-soft:            0 20px 60px rgba(15, 23, 42, 0.08);
  --vivid-shadow-scrolled:        0 8px 40px rgba(15, 23, 42, 0.12);
  --vivid-shadow-primary:         0 16px 44px rgba(249, 115, 22, 0.25);
  --vivid-shadow-primary-hover:   0 22px 56px rgba(249, 115, 22, 0.38);
  --vivid-shadow-secondary:       0 16px 44px rgba(37, 99, 235, 0.22);
  --vivid-shadow-secondary-hover: 0 18px 50px rgba(124, 58, 237, 0.36);
  --vivid-shadow-strong:          0 30px 90px rgba(15, 23, 42, 0.17);
  --vivid-ease:     cubic-bezier(0.4, 0, 0.2, 1);
  --vivid-dur-fast: 0.25s;
  --vivid-dur-med:  0.28s;
  --vivid-dur-slow: 0.4s;
}
body.vivid {
  margin: 0;
  font-family: var(--vivid-font-body);
  font-size: var(--vivid-fs-body);
  line-height: var(--vivid-lh-body);
  color: var(--vivid-text);
  background: var(--vivid-page-bg);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
}
.vivid-container {
  max-width: var(--vivid-container);
  margin: 0 auto;
  padding: 0 16px;
}

.vam-orb {
  position: fixed;
  border-radius: 999px;
  filter: blur(95px);
  pointer-events: none;
  z-index: -1;
  opacity: 0.48;
}
.vam-orb-a { width: 360px; height: 360px; left: -90px;  top: -60px; background: rgba(37, 99, 235, 0.28); }
.vam-orb-b { width: 420px; height: 420px; right: -120px; top: 110px; background: rgba(249, 115, 22, 0.22); }
.vam-orb-c { width: 320px; height: 320px; left: 42%;     top: 38%;  background: rgba(147, 51, 234, 0.13); }
@media (prefers-reduced-motion: reduce) {
}

.vs-glass {
  background: var(--vivid-gradient-card);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: var(--vivid-shadow-soft);
}
.vs-surface-dark {
  background: var(--vivid-dark);
  color: #fff;
}
.vs-surface-soft {
  background: var(--vivid-bg-soft);
}

.vt-display,
.vt-h1,
.vt-h2,
.vt-h3 {
  font-family: var(--vivid-font-display);
  color: var(--vivid-ink);
  margin: 0 0 0.5em;
}
.vt-display,
.vt-h1 {
  font-size: clamp(45px, 8vw, 80px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
}
.vt-h2 {
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
}
.vt-h3 {
  font-size: 1.28rem;
  font-weight: 700;
}
.vt-body {
  font-family: var(--vivid-font-body);
  font-size: var(--vivid-fs-body);
  line-height: var(--vivid-lh-body);
  color: var(--vivid-text);
}
.vt-muted { color: var(--vivid-muted); }
.vt-eyebrow {
  display: inline-block;
  font-family: var(--vivid-font-body);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vivid-muted);
}
.vt-gradient-text {
  background: var(--vivid-gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vh-header {
  position: sticky;
  top: 16px;
  z-index: 60;
  width: min(calc(100% - 24px), calc(var(--vivid-container) + 24px));
  margin: 16px auto 0;
  border-radius: var(--vivid-radius-2xl);
  transition: box-shadow var(--vivid-dur-slow) ease;
}
.vh-header.is-scrolled {
  box-shadow: var(--vivid-shadow-scrolled);
}
.vh-nav-wrap {
  min-height: 84px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@keyframes vh-logo-entrance {
  from { opacity: 0; transform: translateY(-10px) scale(0.92); filter: blur(6px); }
  to   { opacity: 1; transform: translateY(0)     scale(1);    filter: blur(0);   }
}
@keyframes vh-logo-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-4px); }
}
@keyframes vh-logo-breathe {
  0%, 100% { transform: scale(0.96); opacity: 0.72; }
  50%      { transform: scale(1.05); opacity: 1; }
}
.vh-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.vh-logo {
  position: relative;
  display: inline-block;
}
.vh-logo img {
  display: block;
  height: 56px;
  width: auto;
  position: relative;
  z-index: 1;
  animation:
    vh-logo-entrance 0.72s var(--vivid-ease) both,
    vh-logo-float    3.8s  var(--vivid-ease) 0.9s infinite;
  transition: transform 0.4s var(--vivid-ease), filter 0.4s ease;
}
.vh-logo-glow {
  position: absolute;
  inset: 18% 20%;
  background: radial-gradient(circle,
    rgba(244, 63, 94, 0.18),
    rgba(249, 115, 22, 0.16),
    rgba(37, 99, 235, 0.12),
    transparent 70%);
  filter: blur(24px);
  animation: vh-logo-breathe 5s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}
.vh-logo::after {
  content: "";
  position: absolute;
  inset: -12px;
  background: radial-gradient(circle,
    rgba(249, 115, 22, 0.25),
    rgba(147, 51, 234, 0.20),
    transparent 70%);
  filter: blur(25px);
  opacity: 0;
  z-index: -1;
  transition: opacity var(--vivid-dur-fast) var(--vivid-ease),
              transform var(--vivid-dur-fast) var(--vivid-ease);
  pointer-events: none;
}
.vh-brand:hover .vh-logo::after {
  opacity: 1;
  transform: scale(1.1);
}
.vh-brand:hover .vh-logo img {
  animation-play-state: paused;
  transform: scale(1.06);
  filter: drop-shadow(0 4px 16px rgba(37, 99, 235, 0.32));
}
.vh-nav {
  display: flex;
  gap: 26px;
  align-items: center;
  font-weight: 700;
  color: var(--vivid-dark);
}
.vh-nav a {
  position: relative;
  display: inline-block;
  font-family: var(--vivid-font-body);
  font-weight: 700;
  font-size: 1rem;
  color: var(--vivid-dark);
  text-decoration: none;
  padding: 6px 0;
  transition: transform var(--vivid-dur-med) var(--vivid-ease);
}
.vh-nav a:hover,
.vh-nav a.is-active,
.vh-nav a[aria-current="page"] {
  background: var(--vivid-gradient-main);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transform: scale(1.08);
}
.vh-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--vivid-gradient-main);
  transition: width var(--vivid-dur-med) ease;
}
.vh-nav a:hover::after,
.vh-nav a.is-active::after,
.vh-nav a[aria-current="page"]::after { width: 100%; }
.vh-nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.vh-burger {
  display: none;
  width: 46px; height: 46px;
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: var(--vivid-radius-md);
  background: rgba(255,255,255,0.72);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: background var(--vivid-dur-fast) var(--vivid-ease);
}
.vh-burger span {
  display: block;
  width: 20px; height: 2px;
  background: var(--vivid-ink);
  border-radius: 2px;
  transition: transform 0.3s var(--vivid-ease), opacity 0.2s ease, width 0.2s ease;
}
.vh-burger.is-open { background: rgba(255,255,255,0.95); }
.vh-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.vh-burger.is-open span:nth-child(2) { opacity: 0; width: 0; }
.vh-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@keyframes vh-menu-slide-in {
  from { opacity: 0; transform: translateY(-10px) scale(0.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes vh-menu-link-in {
  from { opacity: 0; transform: translateX(-10px); }
  to   { opacity: 1; transform: translateX(0); }
}
.vh-mobile-menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 12px;
  right: 12px;
  padding: 14px;
  border-radius: var(--vivid-radius-xl);
  flex-direction: column;
  gap: 4px;
}
.vh-mobile-menu.is-open {
  display: flex;
  animation: vh-menu-slide-in var(--vivid-dur-med) var(--vivid-ease);
}
.vh-mobile-menu a {
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 700;
  color: var(--vivid-dark);
  text-decoration: none;
  transition: background var(--vivid-dur-fast) var(--vivid-ease),
              color var(--vivid-dur-fast) var(--vivid-ease);
}
.vh-mobile-menu a:hover {
  background: rgba(244, 63, 94, 0.08);
  color: var(--vivid-pink);
}
.vh-mobile-menu.is-open a:nth-child(1) { animation: vh-menu-link-in 0.25s 0.06s both; }
.vh-mobile-menu.is-open a:nth-child(2) { animation: vh-menu-link-in 0.25s 0.10s both; }
.vh-mobile-menu.is-open a:nth-child(3) { animation: vh-menu-link-in 0.25s 0.14s both; }
.vh-mobile-menu.is-open a:nth-child(4) { animation: vh-menu-link-in 0.25s 0.18s both; }
.vh-mobile-menu.is-open a:nth-child(5) { animation: vh-menu-link-in 0.25s 0.22s both; }
.vh-mobile-menu.is-open a:nth-child(6) { animation: vh-menu-link-in 0.25s 0.26s both; }
.vh-mobile-menu.is-open a:nth-child(7) { animation: vh-menu-link-in 0.25s 0.30s both; }
@media (max-width: 1024px) {
  .vh-nav, .vh-nav-actions { display: none; }
  .vh-burger { display: flex; }
}
@media (max-width: 760px) {
  .vh-logo img { height: 38px; }
  .vh-header { top: 8px; }
}

@keyframes vb-border-rotate {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
.vb-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border: none;
  border-radius: var(--vivid-radius-lg);
  font-family: var(--vivid-font-body);
  font-weight: 800;
  font-size: 1rem;
  color: var(--vivid-ink);
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
  transition: transform var(--vivid-dur-fast) ease,
              box-shadow var(--vivid-dur-fast) ease;
  will-change: transform;
}
.vb-btn::before {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 260%;
  aspect-ratio: 1;
  background: var(--vivid-gradient-conic);
  transform: translate(-50%, -50%) rotate(0deg);
  animation: vb-border-rotate 4s linear infinite;
  z-index: -2;
  pointer-events: none;
}
.vb-btn::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 14px;
  background: linear-gradient(135deg,
    rgba(255, 224, 189, 0.88) 0%,
    rgba(253, 205, 215, 0.86) 35%,
    rgba(233, 213, 255, 0.86) 70%,
    rgba(199, 222, 255, 0.88) 100%);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  z-index: -1;
  pointer-events: none;
}
.vb-btn:hover { transform: translateY(-2px) scale(1.02); }
.vb-btn:hover::before { animation-duration: 1.6s; }
.vb-btn-primary { box-shadow: var(--vivid-shadow-primary); }
.vb-btn-primary::after {
  background: linear-gradient(135deg,
    rgba(255, 232, 196, 0.90) 0%,
    rgba(255, 205, 178, 0.88) 40%,
    rgba(253, 194, 210, 0.88) 75%,
    rgba(250, 176, 200, 0.90) 100%);
}
.vb-btn-primary:hover { box-shadow: var(--vivid-shadow-primary-hover); }
.vb-btn-secondary { box-shadow: var(--vivid-shadow-secondary); }
.vb-btn-secondary::after {
  background: linear-gradient(135deg,
    rgba(226, 214, 255, 0.90) 0%,
    rgba(207, 214, 255, 0.88) 40%,
    rgba(199, 226, 255, 0.88) 75%,
    rgba(191, 238, 248, 0.90) 100%);
}
.vb-btn-secondary:hover { box-shadow: var(--vivid-shadow-secondary-hover); }
.vb-btn-ghost::before { display: none; }
.vb-btn-ghost::after {
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(15,23,42,0.12);
}
.vb-btn-ghost:hover::after { background: rgba(255,255,255,0.88); }
.vb-btn-underline {
  display: inline-block;
  padding: 6px 2px;
  background: transparent;
  border: none;
  color: var(--vivid-ink);
  font-family: var(--vivid-font-body);
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  background-image: var(--vivid-gradient-cta);
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: transform var(--vivid-dur-fast) ease;
}
.vb-btn-underline:hover { transform: translateY(-1px); }

.vc-eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.2);
  color: var(--vivid-purple);
  font-family: var(--vivid-font-body);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 18px;
}
.vc-tint-blue   { background: rgba(37, 99, 235, 0.08);  border: 1px solid rgba(37, 99, 235, 0.12); }
.vc-tint-purple { background: rgba(124, 58, 237, 0.08); border: 1px solid rgba(124, 58, 237, 0.12); }
.vc-tint-pink   { background: rgba(244, 63, 94, 0.08);  border: 1px solid rgba(244, 63, 94, 0.12); }
.vc-tint-orange { background: rgba(249, 115, 22, 0.08); border: 1px solid rgba(249, 115, 22, 0.12); }
.vc-tint-cyan   { background: rgba(6, 182, 212, 0.08);  border: 1px solid rgba(6, 182, 212, 0.12); }
.vc-tint-yellow { background: rgba(250, 204, 21, 0.10); border: 1px solid rgba(250, 204, 21, 0.18); }
.vc-trust-bar {
  padding: 36px 0;
  margin-top: 12px;
  border-top: 1px solid rgba(15, 23, 42, 0.07);
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.vc-trust-badges {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.vc-trust-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 150px;
}
.vc-trust-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vc-trust-icon-lg {
  flex-shrink: 0;
  width: 51px;
  height: 51px;
}
.vc-trust-icon-lg svg { width: 51px; height: 51px; stroke: none; display: block; }
.vc-trust-badges .vc-trust-badge:nth-child(4) .vc-trust-icon-lg,
.vc-trust-badges .vc-trust-badge:nth-child(4) .vc-trust-icon-lg svg {
  width: 61px;
  height: 61px;
}
.vc-trust-badge > div > strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 900;
  color: var(--vivid-dark);
  line-height: 1.2;
}
.vc-trust-badge > div > span {
  display: block;
  font-size: 0.72rem;
  color: var(--vivid-muted);
  line-height: 1.3;
}
.vc-mini {
  padding: 22px;
  border-radius: 26px;
  background: var(--vivid-gradient-card);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: var(--vivid-shadow-soft);
  transition: transform var(--vivid-dur-fast) ease, box-shadow var(--vivid-dur-fast) ease;
}
.vc-mini:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.14);
}
.vc-mini h3 {
  margin: 0 0 8px;
  font-family: var(--vivid-font-display);
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--vivid-ink);
}
.vc-mini p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--vivid-text);
}
.vc-ico {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--vivid-gradient-main);
  box-shadow: 0 12px 30px rgba(109, 40, 217, 0.22);
}
.vc-ico svg { width: 28px; height: 28px; display: block; }
.vc-ico-a { background: var(--vivid-gradient-main); box-shadow: 0 12px 30px rgba(109, 40, 217, 0.22); }
.vc-ico-b { background: linear-gradient(135deg, #fb923c, #f43f5e); box-shadow: 0 12px 30px rgba(244, 63, 94, 0.28); }
.vc-ico-c { background: linear-gradient(135deg, #06b6d4, #2563eb); box-shadow: 0 12px 30px rgba(37, 99, 235, 0.26); }
.vc-ico-d { background: linear-gradient(135deg, #facc15, #f97316); box-shadow: 0 12px 30px rgba(249, 115, 22, 0.28); }
.vc-ico-e { background: linear-gradient(135deg, #7c3aed, #f43f5e); box-shadow: 0 12px 30px rgba(124, 58, 237, 0.28); }
.vc-ico-f { background: linear-gradient(135deg, #2563eb, #7c3aed); box-shadow: 0 12px 30px rgba(37, 99, 235, 0.24); }
.vc-ico-sm {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  margin: 0;
  padding: 0;
  display: grid;
  place-items: center;
  line-height: 1;
  color: #fff;
  box-shadow: 0 8px 20px rgba(109, 40, 217, 0.18);
  overflow: hidden;
  flex-shrink: 0;
}
.vc-ico-sm > svg {
  width: 22px;
  height: 22px;
  display: block;
  stroke: #fff;
  margin: 0;
}
.vc-stat {
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: var(--vivid-gradient-card);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: var(--vivid-shadow-soft);
}
.vc-stat strong {
  display: block;
  font-family: var(--vivid-font-display);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--vivid-ink);
  line-height: 1.1;
  margin-bottom: 4px;
}
.vc-stat span {
  display: block;
  font-size: 0.82rem;
  color: var(--vivid-muted);
  line-height: 1.3;
}
.vc-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 600px) {
  .vc-stats-grid { grid-template-columns: 1fr; }
}
.vc-project {
  border-radius: 26px;
  overflow: hidden;
  padding: 0;
  background: var(--vivid-gradient-card);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: var(--vivid-shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.vc-project:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.16);
}
.vc-project-image {
  height: 250px;
  background-size: cover;
  background-position: center;
  background-color: var(--vivid-bg-soft);
}
.vc-project-body { padding: 22px; }
.vc-project-body h3 {
  margin: 0 0 8px;
  font-family: var(--vivid-font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--vivid-ink);
}
.vc-project-body p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--vivid-text);
}
.vc-product {
  border-radius: 24px;
  overflow: hidden;
  background: var(--vivid-gradient-card);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: var(--vivid-shadow-soft);
  transition: transform 0.4s var(--vivid-ease), box-shadow 0.4s ease;
}
.vc-product:hover {
  transform: translateY(-6px);
  box-shadow: 0 40px 90px rgba(15, 23, 42, 0.16);
}
.vc-product-img {
  position: relative;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  background-color: var(--vivid-bg-soft);
}
.vc-product-price {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 10px 14px;
  color: #fff;
  line-height: 1.1;
}
.vc-product-price strong {
  display: block;
  font-family: var(--vivid-font-display);
  font-size: 1.1rem;
  font-weight: 800;
}
.vc-product-price span {
  display: block;
  font-size: 0.72rem;
  opacity: 0.8;
}
.vc-product-body { padding: 24px; }
.vc-product-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.vc-product-header h3 {
  margin: 0;
  font-family: var(--vivid-font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--vivid-ink);
}
.vc-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(15, 23, 42, 0.08);
  color: var(--vivid-dark);
}
.vc-badge-blue   { background: rgba(37, 99, 235, 0.12);  color: var(--vivid-blue); }
.vc-badge-green  { background: rgba(5, 150, 105, 0.12);  color: #059669; }
.vc-badge-orange { background: rgba(249, 115, 22, 0.12); color: var(--vivid-orange); }
.vc-badge-pink   { background: rgba(244, 63, 94, 0.12);  color: var(--vivid-pink); }
.vc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.vc-chip {
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  background: rgba(15, 23, 42, 0.05);
  color: var(--vivid-text);
  border: 1px solid rgba(15, 23, 42, 0.07);
}
.vc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.vsec-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 34px;
}
.vsec-head p {
  margin-top: 14px;
}
.vsec-cta {
  padding-top: 24px;
}
.vsec-cta-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 34px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: var(--vivid-shadow-strong);
}
.vsec-cta-box h2 { margin: 0 0 10px; }
.vsec-cta-box p { margin: 0; color: var(--vivid-muted); }
@media (max-width: 1100px) {
  .vsec-cta-box { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 760px) {
  .vsec-head h2 { font-size: clamp(1.7rem, 6vw, 2.4rem); }
  .vsec-cta-box { padding: 26px; }
}
@media (max-width: 480px) {
  .vsec-head h2 { font-size: clamp(1.5rem, 7vw, 2rem); }
  .vsec-head p { font-size: 0.88rem; }
  .vsec-cta-box { padding: 22px 18px; gap: 20px; }
}

.vreveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.vreveal.is-in-view {
  opacity: 1;
  transform: translateY(0);
}
.vreveal-delay-1 { transition-delay: 0.08s; }
.vreveal-delay-2 { transition-delay: 0.16s; }
.vreveal-delay-3 { transition-delay: 0.24s; }
@media (prefers-reduced-motion: reduce) {
  .vreveal { opacity: 1; transform: none; transition: none; }
}

.vhero-grid {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 56px;
  align-items: center;
}
.vhero-text {
  max-width: 660px;
  margin: 22px 0 0;
}
.vhero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
@keyframes vhero-pulse {
  0%, 100% { box-shadow: 0 16px 44px rgba(249, 115, 22, 0.28); }
  50%      { box-shadow: 0 22px 56px rgba(249, 115, 22, 0.46); }
}
.vhero-pulse { animation: vhero-pulse 2.6s ease-in-out infinite; }
.vhero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}
.vhero-stat { padding: 18px 18px 16px; border-radius: 22px; }
.vhero-stats .vhero-stat:nth-child(1) { background: rgba(37, 99, 235, 0.08);  border: 1px solid rgba(37, 99, 235, 0.12); }
.vhero-stats .vhero-stat:nth-child(2) { background: rgba(124, 58, 237, 0.08); border: 1px solid rgba(124, 58, 237, 0.12); }
.vhero-stats .vhero-stat:nth-child(3) { background: rgba(244, 63, 94, 0.08);  border: 1px solid rgba(244, 63, 94, 0.12); }
.vhero-stat strong { display: block; font-family: var(--vivid-font-display); font-size: 1.2rem; color: var(--vivid-dark); margin-bottom: 4px; }
.vhero-stat span { display: block; font-size: 0.85rem; color: var(--vivid-muted); }
.vhero-reveal { opacity: 0; transform: translateY(14px); animation: vhero-reveal-in 0.7s ease forwards; }
.vhero-reveal-1 { animation-delay: 0.05s; }
.vhero-reveal-2 { animation-delay: 0.18s; }
.vhero-reveal-3 { animation-delay: 0.31s; }
@keyframes vhero-reveal-in { to { opacity: 1; transform: translateY(0); } }
.vhero-visual {
  position: relative;
  min-height: 720px;
  overflow-x: clip;
}
.vhero-stage {
  position: absolute;
  inset: 80px 50px 150px 50px;
  border-radius: 34px;
  overflow: hidden;
  isolation: isolate;
}
.vhero-stage-glow {
  position: absolute;
  inset: 18% 20%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,63,94,0.18), rgba(249,115,22,0.16), rgba(37,99,235,0.12), transparent 70%);
  filter: blur(24px);
  animation: vhero-breathe 5s ease-in-out infinite;
}
@keyframes vhero-breathe { 0%, 100% { transform: scale(0.96); opacity: 0.72; } 50% { transform: scale(1.05); opacity: 1; } }
.vhero-ring {
  position: absolute;
  top: 50%; left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.08);
}
.vhero-ring-a { width: 440px; height: 440px; transform: translate(-50%, -50%); animation: vhero-spin 14s linear infinite; }
.vhero-ring-b { width: 300px; height: 300px; transform: translate(-50%, -50%); animation: vhero-spin-rev 11s linear infinite; }
.vhero-mark {
  position: absolute;
  left: 50%; top: 50%;
  width: min(86%, 620px);
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 20px 50px rgba(15, 23, 42, 0.22));
  animation: vhero-float 7s ease-in-out infinite;
}
@keyframes vhero-float {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50%      { transform: translate(-50%, -50%) translateY(-10px); }
}
.vhero-orbit {
  position: absolute;
  top: 50%; left: 50%;
  border-radius: 50%;
  border: 1px dashed rgba(109, 40, 217, 0.16);
}
.vhero-orbit-1 { width: 540px; height: 540px; right: 22px;  top: 40px;  left: auto; animation: vhero-spin 18s linear infinite; }
.vhero-orbit-2 { width: 670px; height: 670px; right: -45px; top: -14px; left: auto; animation: vhero-spin-rev 24s linear infinite; }
.vhero-orbit-3 { width: 780px; height: 780px; right: -88px; top: -56px; left: auto; border-color: rgba(249, 115, 22, 0.12); animation: vhero-spin 30s linear infinite; }
@keyframes vhero-spin     { from { transform: translate(-50%, -50%) rotate(0deg); }   to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes vhero-spin-rev { from { transform: translate(-50%, -50%) rotate(360deg); } to { transform: translate(-50%, -50%) rotate(0deg); } }
.vhero-panel {
  position: absolute;
  width: 290px;
  padding: 18px;
  border-radius: 28px;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.vhero-panel:hover { box-shadow: 0 30px 90px rgba(15, 23, 42, 0.16); }
.vhero-panel-a { left: 0;  bottom: 70px; }
.vhero-panel-b { right: 0; top: 100px; }
.vhero-panel-label {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.10);
  font-family: var(--vivid-font-display);
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 14px;
}
.vhero-panel-label.alt {
  background-color: transparent;
  background-image: var(--vivid-gradient-main);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.vhero-panel h3 { margin: 0 0 4px; font-family: var(--vivid-font-display); font-size: 1.1rem; color: var(--vivid-ink); }
.vhero-panel p  { margin: 0; font-size: 0.85rem; color: var(--vivid-muted); }
.vhero-art {
  position: relative;
  height: 210px;
  border-radius: 22px;
  margin-bottom: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255,255,255,0.4), rgba(255,255,255,0.08));
  isolation: isolate;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.14);
}
.vhero-slides, .vhero-slide { position: absolute; inset: 0; }
.vhero-slide {
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.12) rotate(-2.5deg);
  filter: blur(14px) saturate(1.08);
  transition:
    opacity 0.85s ease,
    transform 1.25s cubic-bezier(.22,.61,.36,1),
    filter 1.25s ease,
    clip-path 1.1s cubic-bezier(.22,.61,.36,1);
  clip-path: inset(0 0 100% 0 round 22px);
}
.vhero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.18), transparent 38%, rgba(15,23,42,0.08) 100%),
    radial-gradient(circle at 20% 18%, rgba(255,255,255,0.24), transparent 26%);
}
.vhero-slide.is-active {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  filter: blur(0) saturate(1.02);
  clip-path: inset(0 0 0 0 round 22px);
  z-index: 2;
}
.vhero-slide.is-previous {
  opacity: 0;
  transform: scale(1.06) rotate(2.4deg);
  filter: blur(8px);
  clip-path: inset(100% 0 0 0 round 22px);
  z-index: 1;
}
.vhero-glow-layer, .vhero-shine { position: absolute; inset: 0; pointer-events: none; }
.vhero-glow-layer { z-index: 3; background: radial-gradient(circle at 50% 100%, rgba(255,255,255,0.2), transparent 48%); }
.vhero-shine {
  z-index: 4;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.22) 42%, transparent 58%);
  transform: translateX(-130%);
  animation: vhero-shine 5.6s ease-in-out infinite;
}
@keyframes vhero-shine { 0%, 30% { transform: translateX(-130%); } 55%, 100% { transform: translateX(130%); } }
.vhero-dots { position: absolute; z-index: 5; left: 16px; bottom: 14px; display: flex; gap: 7px; }
.vhero-dots span {
  width: 9px; height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.35);
  transition: transform 0.35s ease, background 0.35s ease, width 0.35s ease;
  cursor: pointer;
}
.vhero-dots span.is-active { width: 22px; background: rgba(255, 255, 255, 0.95); }
@media (max-width: 1100px) {
  .vhero-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .vhero-panel {
    position: relative;
    width: auto; max-width: 100%;
    left: auto; right: auto; top: auto; bottom: auto;
    margin-top: 18px;
  }
  .vhero-visual { min-height: 0; max-width: 100%; overflow: hidden; }
  .vhero-orbit, .vhero-ring { display: none; }
  .vhero-art { height: auto; aspect-ratio: 1 / 1; }
  .vhero-stage { inset: 64px 10px 120px 10px; }
  .vhero-mark { width: 96%; }
  .vhero-actions { flex-direction: column; width: 100%; }
  .vhero-actions .vb-btn { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .vhero-pulse, .vhero-stage-glow, .vhero-ring-a, .vhero-ring-b,
  .vhero-orbit-1, .vhero-orbit-2, .vhero-orbit-3, .vhero-mark,
  .vhero-shine, .vhero-reveal {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

.vsph { padding-top: 72px; }
.vsph-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: stretch;
}
.vsph-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vsph-copy h1 {
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  line-height: 1.05;
  margin: 0 0 20px;
}
.vsph-copy p {
  font-size: 1.05rem;
  color: var(--vivid-muted);
  max-width: 500px;
  margin: 0 0 32px;
  line-height: 1.7;
}
.vsph-visual { position: relative; }
.vsph-stack {
  position: relative;
  height: 100%;
  min-height: 320px;
}
.vsph-main {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  overflow: hidden;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vsph-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.9s ease;
}
.vsph-slide.is-active { opacity: 1; }
img.vsph-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vsph-badge {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 16px;
  text-align: center;
}
.vsph-badge-a { bottom: 24px; left: 24px; }
.vsph-badge-b { top: 24px; right: 24px; }
.vsph-badge strong {
  font-size: 1.8rem;
  font-weight: 800;
  font-family: var(--vivid-font-display);
  background: var(--vivid-gradient-main);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  line-height: 1;
}
.vsph-badge span {
  font-size: 0.72rem;
  color: var(--vivid-muted);
  margin-top: 3px;
}
@media (max-width: 900px) {
  .vsph-inner { grid-template-columns: 1fr; gap: 40px; }
  .vsph-stack { min-height: 240px; }
}
@media (max-width: 600px) {
  .vsph { padding-top: 60px; padding-bottom: 36px; }
  .vsph-copy h1 { font-size: clamp(1.8rem, 7vw, 2.6rem); }
  .vsph-copy p { font-size: 0.9rem; }
  .vsph-stack { height: auto; aspect-ratio: 1 / 1; }
  .vsph-badge-a { bottom: 12px; left: 12px; padding: 10px 12px; }
  .vsph-badge-b { top: 12px; right: 12px; padding: 10px 12px; }
  .vsph-badge strong { font-size: 1.3rem; }
}

.vps-section {
  padding: 104px 0;
}
.vps-eyebrow-banner {
  margin-bottom: 28px;
}
.vps-grid {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 56px;
  align-items: center;
}
.vps-grid-reverse { direction: rtl; }
.vps-grid-reverse > * { direction: ltr; }
.vps-visual {
  position: relative;
}
.vps-card {
  position: relative;
  min-height: 500px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--vivid-shadow-strong);
  background: linear-gradient(145deg, rgba(255,255,255,0.92), rgba(255,255,255,0.62));
  border: 1px solid rgba(255,255,255,0.64);
}
.vps-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg,
    rgba(255, 255, 255, 0.16),
    transparent 35%,
    rgba(255, 255, 255, 0.08) 100%);
  pointer-events: none;
  z-index: 3;
}
.vps-card-canvas .vps-surface { background: #e8eef8; }
.vps-card-wallpaper .vps-surface { background: #eef2f7; }
.vps-corner-shine {
  position: absolute;
  width: 220px; height: 220px;
  right: -20px; top: -20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.55), transparent 70%);
  z-index: 3;
  pointer-events: none;
}
.vps-surface {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.vps-glow {
  position: absolute;
  inset: 14% 11% auto 11%;
  height: 52%;
  border-radius: 30px;
  background: radial-gradient(circle at 50% 50%,
    rgba(255, 255, 255, 0.42),
    rgba(59, 130, 246, 0.10) 48%,
    transparent 78%);
  filter: blur(28px);
  opacity: 0.8;
  z-index: 0;
  pointer-events: none;
}
.vps-slides {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.vps-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  filter: blur(10px) saturate(1.08);
  transition: opacity 0.95s ease,
              transform 1.2s ease,
              filter 1.1s ease;
  will-change: opacity, transform, filter;
}
.vps-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), transparent 28%, rgba(15,23,42,0.08)),
    linear-gradient(120deg, rgba(255,255,255,0.28) 0%, transparent 34%, rgba(255,255,255,0.12) 55%, transparent 76%);
  mix-blend-mode: screen;
}
.vps-slide.is-active {
  opacity: 1;
  transform: scale(1);
  filter: blur(0) saturate(1.02);
  z-index: 2;
}
.vps-slide.is-previous {
  opacity: 0;
  transform: scale(1.03);
  filter: blur(4px) saturate(1.05);
  z-index: 1;
}
.vps-copy h2 {
  font-family: var(--vivid-font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
  color: var(--vivid-ink);
}
.vps-copy > p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--vivid-text);
  margin: 0 0 8px;
  max-width: 600px;
}
.vps-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0 28px;
}
.vps-specs .vc-mini:nth-child(1) {
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.12);
}
.vps-specs .vc-mini:nth-child(2) {
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.12);
}
.vps-specs .vc-mini:nth-child(3) {
  background: rgba(244, 63, 94, 0.08);
  border: 1px solid rgba(244, 63, 94, 0.12);
}
.vps-specs .vc-mini:nth-child(4) {
  background: rgba(249, 115, 22, 0.08);
  border: 1px solid rgba(249, 115, 22, 0.12);
}
.vps-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
@media (max-width: 1100px) {
  .vps-grid { grid-template-columns: 1fr; gap: 34px; }
  .vps-grid-reverse { direction: ltr; }
  .vps-specs { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .vps-section { padding: 72px 0; }
  .vps-card { min-height: unset; aspect-ratio: 1 / 1; }
  .vps-specs { grid-template-columns: 1fr; }
}

.vfm-label {
  display: block;
  font-family: var(--vivid-font-body);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--vivid-dark);
  margin-bottom: 6px;
}
.vfm-input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: var(--vivid-radius-sm);
  background: #fff;
  color: var(--vivid-text);
  font-family: var(--vivid-font-body);
  font-size: 1rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.vfm-input::placeholder { color: #8a94a6; }
.vfm-input:focus {
  outline: none;
  border-color: var(--vivid-purple);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
}
.vfm-input.is-error {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}
.vfm-input:disabled {
  background: var(--vivid-bg-soft);
  color: var(--vivid-muted);
  cursor: not-allowed;
}
.vfm-help { font-size: 0.8rem; color: var(--vivid-muted); margin-top: 6px; }
.vfm-error-msg { font-size: 0.8rem; font-weight: 600; color: #dc2626; margin-top: 6px; }
.vfm-feedback {
  padding: 12px 16px;
  border-radius: 10px;
  font-family: var(--vivid-font-body);
  font-size: 0.9rem;
  font-weight: 600;
}
.vfm-feedback-success { background: #f0fdf4; color: #15803d; border: 1px solid rgba(22, 163, 74, 0.25); }
.vfm-feedback-warning { background: #fefce8; color: #854d0e; border: 1px solid rgba(234, 179, 8, 0.3); }
.vfm-feedback-error   { background: #fef2f2; color: #b91c1c; border: 1px solid rgba(220, 38, 38, 0.25); }
.vfm-feedback-info    { background: #eff6ff; color: #1d4ed8; border: 1px solid rgba(37, 99, 235, 0.25); }
