/*
 * EN Best Wedding Venues Poland - Consolidated CSS
 * Generated: 2026-03-09T10:53:29.107Z
 * Source order: I1 critical-inline -> L2 author-shared -> L3 page-style -> I4 author-inline
 * Raw total bytes: 173671
 * Estimated used bytes: 114596
 * Strategy: conservative source-order merge for visual parity
 */

/* === I1 critical-inline === */
:root {
  --vm-bg-primary: #020617;
  --vm-bg-surface: rgba(15,23,42,.95);
  --vm-text-primary: #f9fafb;
  --vm-text-secondary: rgba(249,250,251,.72);
  --vm-text-muted: rgba(148,163,184,.95);
  --vm-gradient-main: linear-gradient(90deg,#3b82f6,#8b5cf6 50%,#ec4899);
  --vm-radius-lg: 1.75rem;
  --vm-radius-md: 1.25rem;
  --vm-space-lg: 2.25rem;
  --vm-space-xl: 3rem;
}

*,*::before,*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #080b14;
  color: var(--vm-text-primary);
  font-family: system-ui,-apple-system,sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.vm-skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--vm-gradient-main);
  color: #fff;
  padding: .5rem 1rem;
  text-decoration: none;
  z-index: 100;
  border-radius: 0 0 .5rem 0;
}

.vm-skip-link:focus {
  top: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(135deg,rgba(15,15,35,.95),rgba(30,20,60,.95));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(139,92,246,.2);
  box-shadow: 0 4px 30px rgba(0,0,0,.3),0 0 40px rgba(139,92,246,.1);
  min-height: 60px;
  contain: layout style;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: .75rem 1.5rem;
  min-height: 44px;
}

.header__logo {
  text-decoration: none;
}

.main-nav {
  display: flex;
  align-items: center;
  min-height: 44px;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: .25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 44px;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: .35rem;
  padding: .6rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  color: rgba(255,255,255,.9);
  text-decoration: none;
  background: transparent;
  border: none;
  border-radius: .5rem;
  cursor: pointer;
  transition: color .25s ease,background-color .25s ease;
}

.nav-link:hover,.nav-link:focus {
  color: #fff;
  background: rgba(139,92,246,.15);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + .5rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  padding: .5rem;
  background: linear-gradient(135deg,rgba(20,15,45,.98),rgba(35,25,70,.98));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(139,92,246,.25);
  border-radius: .75rem;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.vm-gradient-text {
  background-image: var(--vm-gradient-main);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vm-free {
  color: #10b981;
  font-weight: 700;
  text-shadow: 0 0 15px rgba(16,185,129,.3);
}

h1 {
  font-size: clamp(2.4rem,4.6vw,3.5rem);
  line-height: 1.02;
  margin: 0 0 1rem;
  letter-spacing: -.03em;
  font-weight: 700;
}

h2 {
  font-size: clamp(1.9rem,3.6vw,2.6rem);
  line-height: 1.08;
  margin: 0 0 1rem;
}

h3 {
  font-size: clamp(1.4rem,2.4vw,1.9rem);
  line-height: 1.1;
  margin: 0 0 1rem;
}

p {
  margin: 0 0 1rem;
  color: var(--vm-text-secondary);
  line-height: 1.6;
}

strong {
  color: var(--vm-text-primary);
  font-weight: 600;
}

mark {
  background: rgba(16,185,129,.25);
  color: #10b981;
  padding: .1em .35em;
  border-radius: .25rem;
  font-weight: 600;
}

.vm-shell {
  max-width: 1400px;
  margin: 0 auto;
  padding: var(--vm-space-lg) 1.5rem var(--vm-space-xl);
  min-height: 100vh;
  contain: layout;
}

.vm-section {
  position: relative;
  border-radius: var(--vm-radius-lg);
  padding: var(--vm-space-lg);
  background: radial-gradient(ellipse at 30% 0%,rgba(139,92,246,.15) 0%,transparent 50%),rgba(15,15,25,.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(139,92,246,.25);
  box-shadow: 0 0 30px rgba(139,92,246,.2),0 4px 20px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.05);
  margin-bottom: var(--vm-space-xl);
  min-height: 400px;
}

.vm-hero {
  text-align: center;
  padding: var(--vm-space-xl);
  min-height: 720px;
}

.vm-kicker-inline {
  display: block;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 1rem;
  color: #a78bfa;
  font-weight: 600;
  margin-bottom: 1rem;
  min-height: 1.5rem;
}

.vm-h1-secondary {
  display: block;
  color: var(--vm-text-secondary);
  font-size: 1rem;
  font-weight: 500;
  margin-top: .75rem;
  min-height: 1.5rem;
}

.vm-hero-intro {
  margin-top: 1.5rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  line-height: 1.7;
}

.vm-lead {
  max-width: 900px;
  margin: 1.5rem auto;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--vm-text-secondary);
}

.vm-summary {
  position: relative;
  margin: 2rem auto;
  padding: 2rem 2.5rem;
  max-width: 800px;
  background: radial-gradient(ellipse at 30% 0%,rgba(139,92,246,.18) 0%,transparent 50%),rgba(15,15,25,.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(139,92,246,.3);
  border-radius: 1.25rem;
  box-shadow: 0 0 40px rgba(139,92,246,.25),0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.08);
  font-size: 1.05rem;
  line-height: 1.8;
  text-align: center;
  min-height: 180px;
}

.vm-summary::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  padding: 2px;
  background: conic-gradient(from 180deg,#3b82f6 0deg,#8b5cf6 120deg,#a855f7 240deg,#3b82f6 360deg);
  -webkit-mask: linear-gradient(#fff 0%,#fff 100%) content-box,linear-gradient(#fff 0%,#fff 100%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: .6;
}

.vm-summary::after {
  content: none;
}

.llm-fact-nugget {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .75rem 1.25rem;
  margin: 2rem auto;
  padding: 2rem;
  max-width: 800px;
  background: radial-gradient(ellipse at 30% 0%,rgba(139,92,246,.15) 0%,transparent 50%),rgba(15,15,25,.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(139,92,246,.25);
  border-radius: 1rem;
  box-shadow: 0 0 30px rgba(139,92,246,.2),0 4px 20px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.05);
  min-height: 280px;
}

.llm-fact-nugget dt {
  font-weight: 600;
  color: #a78bfa;
  font-size: .95rem;
  display: flex;
  align-items: flex-start;
  gap: .5rem;
}

.llm-fact-nugget dd {
  margin: 0;
  color: var(--vm-text-secondary);
  font-size: .95rem;
  line-height: 1.6;
}

.llm-citation-nugget {
  margin: 2rem auto;
  padding: 2rem;
  max-width: 700px;
  background: radial-gradient(ellipse at 30% 0%,rgba(139,92,246,.15) 0%,transparent 50%),rgba(15,15,25,.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(139,92,246,.25);
  border-radius: 1rem;
  box-shadow: 0 0 30px rgba(139,92,246,.2),0 4px 20px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.05);
  min-height: 320px;
}

.llm-nugget-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

.llm-nugget-list li {
  color: var(--vm-text-secondary);
  font-size: .95rem;
  line-height: 1.6;
  padding: .4rem 0;
  border-bottom: 1px solid rgba(139,92,246,.1);
}

.llm-nugget-list li:last-child {
  border-bottom: none;
}

.llm-nugget-list li strong {
  color: #a78bfa;
  font-weight: 600;
  margin-right: .5rem;
}

.key-insight {
  display: flex;
  gap: 1rem;
  background: radial-gradient(ellipse at 30% 0%,rgba(139,92,246,.15) 0%,transparent 50%),rgba(15,15,25,.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(139,92,246,.25);
  border-radius: var(--vm-radius-lg);
  box-shadow: 0 0 30px rgba(139,92,246,.2),0 4px 20px rgba(0,0,0,.3);
  padding: 1.5rem;
  margin: 2rem 0;
  min-height: 140px;
}

.key-insight--success {
  background: radial-gradient(ellipse at 30% 0%,rgba(16,185,129,.2) 0%,transparent 50%),rgba(15,15,25,.85);
  border-color: rgba(16,185,129,.3);
}

.key-insight__icon {
  font-size: 2rem;
  flex-shrink: 0;
  line-height: 1;
}

.key-insight__content {
  flex: 1;
  min-width: 0;
}

.key-insight__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #f1f5f9;
  margin: 0 0 .75rem;
  background: linear-gradient(135deg,#3b82f6,#8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.key-insight--success .key-insight__title {
  background: linear-gradient(135deg,#10b981,#34d399);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.key-insight__text {
  margin: 0;
  color: #cbd5e1;
  line-height: 1.8;
  font-size: .95rem;
}

.key-insight__text strong {
  color: #f1f5f9;
}

.vm-answer-capsule {
  background: linear-gradient(135deg,rgba(16,185,129,.1),rgba(59,130,246,.1));
  border-left: 4px solid #10b981;
  border-radius: 0 .5rem .5rem 0;
  font-size: clamp(1.05rem,2.2vw,1.2rem);
  font-weight: 500;
  margin: 1rem 0 1.5rem;
  padding: 1rem 1.5rem;
}

.vm-answer-capsule strong {
  color: #10b981;
}

.vm-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.vm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .8rem 1.6rem;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,.5);
  background-image: var(--vm-gradient-main);
  color: #f9fafb;
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(139,92,246,.3);
  transition: transform .16s cubic-bezier(.4,0,.2,1),opacity .16s,box-shadow .16s;
  will-change: transform;
  transform: translateZ(0);
}

.vm-button:hover {
  transform: translateY(-2px) translateZ(0);
}

.vm-button-secondary {
  background-image: none;
  background: rgba(15,23,42,.6);
  border-color: rgba(139,92,246,.4);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: transparent;
  border: 1px solid rgba(139,92,246,.3);
  border-radius: .5rem;
  cursor: pointer;
  transition: all .25s ease;
}

.mobile-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(255,255,255,.9);
  border-radius: 2px;
  transition: all .25s ease;
}

@media (max-width:900px) {
  .mobile-toggle {
    display: flex;
  }

  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(10,15,26,.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transition: opacity .3s ease,visibility .3s ease;
  }

  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
  }

  .nav-list {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width:640px) {
  .vm-hero {
    padding: 1.5rem;
  }

  .vm-summary {
    margin: 1.5rem 1rem;
    padding: 1.75rem 1.25rem;
    padding-top: 2rem;
    font-size: .95rem;
  }

  .llm-fact-nugget {
    grid-template-columns: 1fr;
    padding: 1.5rem;
    margin: 1.5rem 1rem;
  }

  .llm-citation-nugget {
    padding: 1.5rem;
    margin: 1.5rem 1rem;
  }

  .key-insight {
    flex-direction: column;
    gap: .75rem;
    padding: 1.25rem;
  }

  .key-insight__icon {
    font-size: 1.5rem;
  }

  .vm-cta-group {
    flex-direction: column;
  }

  .vm-button {
    width: 100%;
  }
}

.mobile-toggle[aria-expanded="true"] span:nth-child(1),.mobile-toggle.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(5px,5px);
}

.mobile-toggle[aria-expanded="true"] span:nth-child(2),.mobile-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle[aria-expanded="true"] span:nth-child(3),.mobile-toggle.is-active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px,-5px);
}

/* === L2 author-shared === */
:root {
  --vm-bg-primary: #020617;
  --vm-bg-surface: rgba(15,23,42,.95);
  --vm-bg-soft: rgba(15,23,42,.8);
  --vm-text-primary: #f9fafb;
  --vm-text-secondary: rgba(249,250,251,.72);
  --vm-text-muted: rgba(148,163,184,.95);
  --vm-gradient-main: linear-gradient(90deg,#3b82f6,#8b5cf6 50%,#ec4899);
  --vm-glow-main: radial-gradient(circle at 20% -20%,rgba(59,130,246,.35) 0%,rgba(139,92,246,.2) 35%,transparent 70%);
  --vm-shadow-card: 0 18px 45px rgba(15,23,42,.9),inset 0 0 0 1px rgba(148,163,184,.2);
  --vm-shadow-card-hover: 0 24px 60px rgba(15,23,42,.95),inset 0 0 0 1px rgba(248,250,252,.18);
  --vm-radius-md: 1.25rem;
  --vm-radius-lg: 1.75rem;
  --vm-radius-pill: 999px;
  --vm-space-sm: 1rem;
  --vm-space-md: 1.5rem;
  --vm-space-lg: 2.25rem;
  --vm-space-xl: 3rem;
  --vm-font-sans: system-ui,-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",sans-serif;
  --vm-text-h1: clamp(2.4rem,4.4vw,3.5rem);
  --vm-text-h2: clamp(2rem,3.4vw,2.6rem);
  --vm-text-h3: clamp(1.5rem,2.2vw,1.9rem);
  --vm-ease-standard: cubic-bezier(0.4,0,0.2,1);
  --vm-duration-fast: 160ms;
  --vm-duration-normal: 240ms;
}

*,:after,:before {
  box-sizing: border-box;
}

body {
  background: #080b14;
  color: var(--vm-text-primary);
  font-family: var(--vm-font-sans);
  margin: 0;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.vm-skip-link {
  background: var(--vm-gradient-main);
  border-radius: 0 0 .5rem 0;
  color: #fff;
  left: 0;
  padding: .5rem 1rem;
  position: absolute;
  text-decoration: none;
  top: -40px;
  z-index: 100;
}

.vm-skip-link:focus {
  top: 0;
}

.site-header {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.15) 0,transparent 50%),rgba(15,15,25,.85);
  border-bottom: 1px solid rgba(139,92,246,.25);
  box-shadow: 0 4px 30px rgba(139,92,246,.15),inset 0 1px 0 hsla(0,0%,100%,.05);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header__inner {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
  padding: .75rem 1.5rem;
}

.header__logo {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.02em;
  text-decoration: none;
}

.main-nav,.nav-list {
  display: flex;
}

.nav-list {
  align-items: center;
  gap: .25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  position: relative;
}

.nav-link {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: .5rem;
  color: #e2e8f0;
  cursor: pointer;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 500;
  gap: .35rem;
  padding: .6rem .9rem;
  text-decoration: none;
  transition: color .2s,background .2s;
  white-space: nowrap;
}

.nav-link:focus,.nav-link:hover {
  background: rgba(139,92,246,.1);
  color: #fff;
}

.nav-link.is-current {
  color: #a78bfa;
}

.nav-link--award {
  color: #fbbf24;
}

.nav-link--award:hover {
  background: rgba(251,191,36,.1);
  color: #fcd34d;
}

.award-badge {
  font-size: 1rem;
}

.dropdown-arrow {
  font-size: .7rem;
  opacity: .7;
  transition: transform .2s;
}

.has-dropdown.is-open .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-menu {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.2) 0,transparent 50%),rgba(15,15,25,.95);
  border: 1px solid rgba(139,92,246,.3);
  border-radius: .75rem;
  box-shadow: 0 20px 40px rgba(0,0,0,.4), 0 0 30px rgba(139,92,246,.15);
  left: 50%;
  list-style: none;
  margin-top: .5rem;
  min-width: 220px;
  opacity: 0;
  padding: .5rem;
  position: absolute;
  top: 100%;
  transform: translateX(-50%) translateY(-10px);
  transition: all .25s ease;
  visibility: hidden;
}

.dropdown-menu.is-open,.has-dropdown.is-open .dropdown-menu,.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  visibility: visible;
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu a {
  border-radius: .5rem;
  color: #cbd5e1;
  display: block;
  font-size: .875rem;
  padding: .6rem 1rem;
  text-decoration: none;
  transition: color .2s,background .2s;
}

.dropdown-menu a:focus,.dropdown-menu a:hover {
  background: rgba(139,92,246,.15);
  color: #fff;
}

.dropdown-menu a.is-current {
  background: rgba(139,92,246,.1);
  color: #a78bfa;
}

.nav-item--cta {
  margin-left: .5rem;
}

.nav-cta {
  border-radius: 999px;
  color: #fff !important;
  font-weight: 600;
  padding: .5rem 1.25rem;
}

.nav-cta,.nav-cta:hover {
  background: var(--vm-gradient-main);
}

.nav-cta:hover {
  opacity: .9;
}

.mobile-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(139,92,246,.3);
  border-radius: 8px;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 40px;
  justify-content: center;
  padding: 8px;
  transition: background .2s,border-color .2s;
  width: 40px;
}

.mobile-toggle:focus,.mobile-toggle:hover {
  background: rgba(139,92,246,.1);
  border-color: rgba(139,92,246,.5);
}

.mobile-toggle span {
  background: #e2e8f0;
  border-radius: 2px;
  display: block;
  height: 2px;
  transition: transform .3s ease,opacity .3s ease;
  width: 22px;
}

.mobile-toggle.is-active span:first-child,.mobile-toggle[aria-expanded=true] span:first-child {
  transform: rotate(45deg) translate(5px,5px);
}

.mobile-toggle.is-active span:nth-child(2),.mobile-toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.is-active span:nth-child(3),.mobile-toggle[aria-expanded=true] span:nth-child(3) {
  transform: rotate(-45deg) translate(5px,-5px);
}

@media (max-width:900px) {
  .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .mobile-toggle {
    display: flex !important;
    position: fixed;
    right: 1.5rem;
    top: .75rem;
    z-index: 1001;
  }

  .main-nav {
    background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.15) 0,transparent 50%),rgba(8,11,20,.98);
    border-left: 1px solid rgba(139,92,246,.25);
    box-shadow: -10px 0 40px rgba(0,0,0,.5);
    height: 100vh;
    height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    padding: 5rem 1.5rem 8rem;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    transform: translateX(100%);
    transition: transform .3s ease;
    width: 100%;
    z-index: 1005;
    pointer-events: none;
    visibility: hidden;
  }

  .main-nav.is-open {
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }

  .nav-list {
    gap: .5rem;
  }

  .nav-item,.nav-list {
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .nav-item {
    display: flex;
  }

  .nav-link {
    border-radius: .75rem;
    font-size: 1.1rem;
    justify-content: center;
    min-height: 52px;
    padding: 1rem 1.5rem;
    text-align: center;
    width: 100%;
  }

  .dropdown-menu {
    backdrop-filter: none;
    background: transparent !important;
    border: none !important;
    border-radius: .75rem;
    box-shadow: none !important;
    left: auto !important;
    list-style: none !important;
    margin: 0 !important;
    max-height: 0 !important;
    min-width: unset !important;
    opacity: 1 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
    transition: max-height .3s ease,padding .3s ease !important;
    visibility: visible !important;
    width: 100%;
  }

  .has-dropdown.is-open .dropdown-menu {
    max-height: none;
    padding: .5rem 0 .5rem 1rem;
  }

  .dropdown-menu a {
    align-items: center;
    border-radius: .5rem;
    display: flex;
    justify-content: center;
    min-height: 52px;
    padding: 1rem 1.25rem;
    text-align: center;
  }

  .nav-item--cta {
    margin-top: 1rem;
  }

  .nav-item.has-dropdown .dropdown-menu,.nav-item.has-dropdown:hover .dropdown-menu {
    left: auto !important;
    margin: .5rem auto 0 !important;
    position: static !important;
    transform: none !important;
  }
}

.vm-shell {
  margin: 0 auto;
  max-width: 1400px;
  padding: var(--vm-space-lg) var(--vm-space-sm) var(--vm-space-xl);
}

h1,h2,h3 {
  font-weight: 700;
  letter-spacing: -.03em;
  margin: 0 0 var(--vm-space-sm);
}

h1 {
  font-size: var(--vm-text-h1);
  line-height: 1.08;
}

h2 {
  font-size: var(--vm-text-h2);
  line-height: 1.12;
}

h3 {
  font-size: var(--vm-text-h3);
  line-height: 1.15;
}

.vm-section h2 {
  text-align: center;
}

p {
  color: var(--vm-text-secondary);
  line-height: 1.65;
  margin: 0 0 var(--vm-space-sm);
}

strong {
  color: var(--vm-text-primary);
  font-weight: 600;
}

.vm-gradient-text {
  background-clip: text;
  -webkit-background-clip: text;
  background-image: var(--vm-gradient-main);
  color: transparent;
  display: inline-block;
}

h2.vm-gradient-text,h3.vm-gradient-text {
  display: block;
  text-align: center;
}

@supports not (-webkit-background-clip:text) {
  .vm-gradient-text {
    background-image: none;
    color: #e5e7eb;
  }
}

.vm-free {
  color: #10b981 !important;
  font-weight: 700;
  text-shadow: 0 0 15px rgba(16,185,129,.3);
}

.vm-text-white {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: var(--vm-text-primary);
  color: var(--vm-text-primary);
}

a {
  color: #93c5fd;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .16s cubic-bezier(.4,0,.2,1);
}

a:hover {
  color: #bfdbfe;
}

a:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

a:visited {
  color: #a78bfa;
}

.sr-only,.vm-nowrap {
  white-space: nowrap;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0,0,0,0);
  border: 0;
}

.vm-section {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.15) 0,transparent 50%),rgba(15,15,25,.85);
  border: 1px solid rgba(139,92,246,.25);
  border-radius: var(--vm-radius-lg);
  box-shadow: 0 0 30px rgba(139,92,246,.2),0 4px 20px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.05);
  margin-bottom: var(--vm-space-xl);
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding: var(--vm-space-lg);
  position: relative;
}

.vm-section:not(.vm-hero) {
  contain-intrinsic-size: auto 800px;
  content-visibility: auto;
}

.vm-hero {
  padding: var(--vm-space-xl);
  text-align: center;
}

.vm-hero-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.vm-lead {
  color: var(--vm-text-secondary);
  font-size: 1.1rem;
  line-height: 1.7;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  max-width: 900px;
}

.vm-lead strong {
  color: var(--vm-text-primary);
}

.vm-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--vm-space-sm);
  margin-top: var(--vm-space-md);
}

.vm-button,.vm-cta-group,.vm-cta-group--center {
  justify-content: center;
}

.vm-button {
  align-items: center;
  background-image: var(--vm-gradient-main);
  border: 1px solid rgba(148,163,184,.7);
  border-radius: var(--vm-radius-pill);
  box-shadow: var(--vm-shadow-card);
  color: #f9fafb;
  cursor: pointer;
  display: inline-flex;
  font-size: .95rem;
  font-weight: 600;
  gap: .5rem;
  letter-spacing: .04em;
  padding: .7rem 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform var(--vm-duration-fast) var(--vm-ease-standard);
}

.vm-button:hover {
  transform: translateY(-1px);
}

.vm-button:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 4px;
}

.vm-button-secondary {
  background-image: none;
  background: rgba(15,23,42,.6);
  border-color: rgba(148,163,184,.5);
}

.entity-definition {
  background: rgba(15,23,42,.6);
  border: none;
  border-left: 3px solid #3b82f6;
  border-radius: 0 var(--vm-radius-md) var(--vm-radius-md) 0;
  font-size: .95rem;
  line-height: 1.7;
  margin: var(--vm-space-md) auto;
  max-width: 1400px;
  padding: 1.25rem;
  text-align: center;
}

.entity-definition p {
  color: var(--vm-text-secondary);
  margin: 0;
  text-align: center;
}

.entity-definition a {
  color: #93c5fd;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.entity-definition a:hover {
  text-decoration: underline;
}

.citation-block h4 .vm-gradient-text {
  background: linear-gradient(90deg,#3b82f6,#8b5cf6 50%,#ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.vm-heading-center {
  text-align: center;
}

.vm-paragraph-center {
  color: var(--vm-text-secondary);
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
}

.vm-table-wrapper {
  margin: 2rem 0;
  overflow-x: auto;
  z-index: 0;
}

.vm-table,.vm-table-wrapper {
  border-radius: var(--vm-radius-lg);
  position: relative;
}

.vm-section .vm-table,.vm-section table {
  background: transparent;
  box-shadow: none;
}

.vm-section .vm-table:before {
  display: none;
}

.vm-section .vm-table td,.vm-section .vm-table th,.vm-section table td,.vm-section table th {
  background: transparent;
  border-bottom: 1px solid hsla(0,0%,100%,.08);
}

.vm-section .vm-table th {
  border-bottom: 1px solid rgba(139,92,246,.3);
}

.vm-section .vm-table tbody tr:last-child td,.vm-section table tbody tr:last-child td {
  border-bottom: none;
}

.vm-section .vm-table-wrapper {
  background: transparent;
}

.vm-section--faq {
  padding-bottom: var(--vm-space-xl);
}

.vm-faq-list {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin: var(--vm-space-md) auto 0;
  max-width: 900px;
}

.vm-faq-item {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 50% 0,rgba(139,92,246,.12) 0,transparent 60%),rgba(15,15,25,.92);
  border: none;
  border-radius: 1rem;
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.05);
  overflow: hidden;
  position: relative;
  transition: transform .2s ease;
}

.vm-faq-item:before {
  background: linear-gradient(90deg,transparent,#3b82f6 20%,#8b5cf6 50%,#ec4899 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 1;
}

.vm-faq-item:hover {
  background: radial-gradient(ellipse at 50% 0,rgba(139,92,246,.18) 0,transparent 60%),rgba(15,15,25,.88);
  transform: translateY(-2px);
}

.vm-faq-item[open] {
  background: radial-gradient(ellipse at 50% 0,rgba(139,92,246,.2) 0,transparent 60%),rgba(15,15,25,.85);
}

.vm-faq-item summary,.vm-faq-question {
  align-items: center;
  background: transparent;
  border: none;
  color: #f9fafb;
  cursor: pointer;
  display: flex;
  font-size: 1.1rem;
  font-weight: 600;
  justify-content: space-between;
  list-style: none;
  padding: 1.25rem 1.5rem;
  transition: color .2s ease,background .2s ease;
  width: 100%;
}

.vm-faq-item summary::-webkit-details-marker {
  display: none;
}

.vm-faq-item summary::marker {
  content: "";
  display: none;
}

.vm-faq-item summary:after {
  align-items: center;
  background: transparent;
  border-radius: 50%;
  color: #fff;
  content: "+";
  display: flex;
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 300;
  height: 2rem;
  justify-content: center;
  margin-left: 1rem;
  transition: transform .3s ease,color .3s ease;
  width: 2rem;
}

.vm-faq-item[open] summary:after {
  color: #fff;
  content: "−";
  transform: rotate(0deg);
}

.vm-faq-item summary:hover {
  background: rgba(139,92,246,.05);
  color: #f472b6;
}

.vm-faq-item summary:hover:after {
  color: #ec4899;
}

.vm-faq-answer {
  animation: faqFadeIn .3s ease;
  border-top: 1px solid rgba(139,92,246,.15);
  margin-top: 0;
  padding: 0 1.5rem 1.5rem;
}

@keyframes faqFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.vm-faq-answer p {
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1.8;
  margin: 1rem 0 0;
}

.vm-faq-answer p:first-child {
  margin-top: 0;
}

.vm-faq-answer strong {
  color: #f9fafb;
}

.vm-faq-answer .vm-free {
  color: #10b981;
  font-weight: 700;
}

.vm-faq-answer a {
  color: #93c5fd;
  text-decoration: none;
}

.vm-faq-answer a:hover {
  color: #93c5fd;
  text-decoration: underline;
}

@media (max-width:640px) {
  .vm-faq-list {
    gap: .625rem;
    padding: 0 .25rem;
  }

  .vm-faq-item {
    border-radius: .875rem;
  }

  .vm-faq-item summary {
    font-size: 1rem;
    line-height: 1.4;
    padding: 1rem 1.25rem;
  }

  .vm-faq-item summary:after {
    flex-shrink: 0;
    font-size: 1.25rem;
    height: 1.75rem;
    margin-left: .75rem;
    width: 1.75rem;
  }

  .vm-faq-answer {
    padding: 0 1.25rem 1.25rem;
  }

  .vm-faq-answer p {
    font-size: .95rem;
    line-height: 1.7;
  }
}

@media (min-width:641px) and (max-width:900px) {
  .vm-faq-item summary {
    font-size: 1.05rem;
    padding: 1.125rem 1.375rem;
  }
}

@media (min-width:901px) {
  .vm-hero .vm-info-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }

  .vm-hero .vm-info-section[aria-label="Data aktualizacji"] {
    max-width: 400px;
  }

  .vm-hero .vm-benefits-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2,1fr);
    margin: 1.5rem auto;
    max-width: 900px;
  }

  .vm-hero .vm-benefits-grid .vm-info-section {
    margin: 0;
    max-width: 100%;
  }

  .vm-hero .vm-cta-group-glass {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }

  .vm-table-wrapper {
    border-radius: 1rem;
    margin-bottom: var(--vm-space-lg);
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    overflow: visible;
    position: relative;
  }

  .vm-info-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
  }

  .vm-info-glass--premium {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width:640px) {
  .vm-hero {
    padding: var(--vm-space-md);
  }

  .vm-cta-group {
    flex-direction: column;
  }

  .vm-button {
    width: 100%;
  }

  .vm-section {
    margin-left: .5rem;
    margin-right: .5rem;
    padding: var(--vm-space-md);
  }
}

.vm-footer {
  background: #000;
  border-top: 1px solid rgba(148,163,184,.2);
  contain: layout style;
  margin-top: var(--vm-space-xl);
  padding: var(--vm-space-xl) 0 var(--vm-space-lg);
  position: relative;
}

.vm-footer-shell {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 var(--vm-space-lg);
  text-align: center;
}

.vm-footer-brand {
  border-bottom: 1px solid rgba(148,163,184,.15);
  margin-bottom: var(--vm-space-lg);
  padding-bottom: var(--vm-space-lg);
}

.vm-footer-logo {
  display: inline-block;
  text-decoration: none !important;
  transition: transform .2s ease,filter .2s ease;
}

.vm-footer-logo:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
}

.vm-footer-logo .vm-gradient-text {
  font-size: clamp(1.8rem,3vw,2.4rem);
  font-weight: 700;
  letter-spacing: -.02em;
}

.vm-footer-brand h2 {
  font-size: clamp(1.8rem,3vw,2.4rem);
  margin-bottom: .75rem;
}

.vm-footer-tagline {
  color: rgba(249,250,251,.85);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 700px;
}

.vm-footer-contact {
  border-bottom: 1px solid rgba(148,163,184,.15);
  margin-bottom: var(--vm-space-lg);
  padding-bottom: var(--vm-space-lg);
  text-align: center;
}

.vm-footer-contact .vm-footer-heading,.vm-footer-contact h3 {
  color: #f9fafb;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

.vm-footer-contact address {
  color: #94a3b8;
  font-size: .95rem;
  font-style: normal;
  line-height: 2;
}

.vm-footer-contact p {
  color: #94a3b8;
  margin: .5rem 0;
}

.vm-footer-contact a {
  color: #60a5fa !important;
  font-weight: 500;
  text-decoration: none !important;
  transition: color var(--vm-duration-fast) var(--vm-ease-standard);
}

.vm-footer-contact a:hover {
  color: #93c5fd !important;
  text-decoration: none !important;
}

.vm-footer-nav,.vm-footer-nav-grid {
  border-bottom: 1px solid rgba(148,163,184,.15);
  display: grid;
  gap: var(--vm-space-lg) var(--vm-space-xl);
  grid-template-columns: repeat(5,minmax(120px,160px));
  justify-content: center;
  margin: 0 auto var(--vm-space-lg);
  max-width: 1000px;
  padding-bottom: var(--vm-space-lg);
  text-align: left;
}

.vm-footer-nav-column h4,.vm-footer-nav-section h4 {
  background: linear-gradient(90deg,#3b82f6,#8b5cf6 50%,#ec4899);
  -webkit-background-clip: text;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin: 0 0 .875rem;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.vm-footer-nav-column ul,.vm-footer-nav-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vm-footer-nav-column li,.vm-footer-nav-section li {
  margin-bottom: .5rem;
}

.vm-footer-nav-column a,.vm-footer-nav-section a {
  color: #94a3b8;
  font-size: .875rem;
  line-height: 1.5;
  text-decoration: none;
  transition: color var(--vm-duration-fast) var(--vm-ease-standard);
}

.vm-footer-nav-column a:hover,.vm-footer-nav-section a:hover {
  color: #f9fafb;
}

.vm-footer-nav-column a[aria-current=page],.vm-footer-nav-section a[aria-current=page] {
  color: #fbbf24;
  font-weight: 600;
}

@media (min-width:641px) and (max-width:1023px) {
  .vm-footer-nav,.vm-footer-nav-grid {
    gap: var(--vm-space-md) var(--vm-space-lg);
    grid-template-columns: repeat(3,minmax(120px,150px));
    justify-content: center;
    max-width: 600px;
  }
}

@media (max-width:640px) {
  .vm-footer-nav,.vm-footer-nav-grid {
    gap: var(--vm-space-md);
    grid-template-columns: repeat(2,minmax(130px,1fr));
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }

  .vm-footer-nav-column h4,.vm-footer-nav-section h4 {
    font-size: .85rem;
  }

  .vm-footer-nav-column a,.vm-footer-nav-section a {
    font-size: .8rem;
  }

  .vm-footer-contact {
    margin-bottom: var(--vm-space-md);
    padding-bottom: var(--vm-space-md);
  }
}

.vm-footer-contact-grid {
  border-bottom: 1px solid rgba(148,163,184,.15);
  display: grid !important;
  gap: var(--vm-space-xl);
  grid-template-columns: 1fr 1fr;
  margin-bottom: var(--vm-space-lg);
  padding-bottom: var(--vm-space-lg);
  text-align: left;
}

.vm-footer-contact-info h3 {
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
}

.vm-footer-contact-info p {
  color: rgba(249,250,251,.8);
  font-size: .95rem;
  line-height: 1.7;
  margin: .65rem 0;
}

.vm-footer-contact-info strong {
  color: #94a3b8;
  font-weight: 600;
}

.vm-footer-contact a,.vm-footer-contact-info a {
  border-bottom: none !important;
  color: #93c5fd;
  font-weight: 500;
  text-decoration: none !important;
  transition: color var(--vm-duration-fast) var(--vm-ease-standard);
}

.vm-footer-contact a:hover,.vm-footer-contact-info a:hover {
  color: #93c5fd;
  text-decoration: none !important;
}

.vm-footer-contact a:visited,.vm-footer-contact-info a:visited {
  color: #60a5fa;
  text-decoration: none !important;
}

.vm-footer-social h3 {
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
}

.vm-footer-social-grid {
  display: grid !important;
  gap: 1.25rem !important;
  grid-template-columns: repeat(4,1fr) !important;
  width: 100%;
}

.vm-footer-social-link {
  align-items: center;
  border-radius: var(--vm-radius-md);
  display: flex !important;
  flex-direction: column;
  gap: .5rem;
  justify-content: center;
  min-height: 90px;
  padding: 1rem .75rem;
  text-decoration: none;
  transition: background var(--vm-duration-normal) var(--vm-ease-standard),transform var(--vm-duration-fast) var(--vm-ease-standard);
}

.vm-footer-social-link:hover {
  background: rgba(59,130,246,.12);
  transform: translateY(-3px);
}

.vm-footer-social-link:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.vm-footer-social-icon {
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.3));
  font-size: 2rem;
  line-height: 1;
}

.vm-footer-social-label {
  color: #94a3b8;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  transition: color var(--vm-duration-fast) var(--vm-ease-standard);
}

.vm-footer-social-link:hover .vm-footer-social-label {
  color: #f9fafb;
}

.vm-footer-maps {
  border-bottom: 1px solid rgba(148,163,184,.15);
  margin-bottom: var(--vm-space-lg);
  padding-bottom: var(--vm-space-lg);
}

.vm-footer-maps h3 {
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
}

.vm-footer-maps-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
}

.vm-footer-map-link {
  align-items: center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 50% 0,rgba(139,92,246,.12) 0,transparent 60%),rgba(15,15,25,.92);
  border: none;
  border-radius: 1rem;
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.05);
  color: #a78bfa;
  display: inline-flex;
  font-size: .95rem;
  font-weight: 600;
  gap: .6rem;
  padding: 1rem 1.5rem .875rem;
  position: relative;
  text-decoration: none;
  transition: transform .2s ease,box-shadow .2s ease,color .2s ease;
}

.vm-footer-map-link:before {
  background: linear-gradient(90deg,transparent,#3b82f6 20%,#8b5cf6 50%,#ec4899 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 15%;
  position: absolute;
  right: 15%;
  top: 0;
  z-index: 1;
}

.vm-footer-map-link:hover {
  background: radial-gradient(ellipse at 50% 0,rgba(139,92,246,.2) 0,transparent 60%),rgba(15,15,25,.88);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.08),0 8px 20px rgba(0,0,0,.3);
  color: #a78bfa;
  transform: translateY(-3px);
}

.vm-footer-map-link:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 4px;
}

.vm-footer-legal {
  padding-top: var(--vm-space-sm);
  text-align: center;
}

.vm-footer-copyright {
  color: #94a3b8;
  font-size: .9rem;
  font-weight: 500;
  margin-bottom: .75rem;
}

.vm-footer-copyright a {
  color: #60a5fa;
  text-decoration: none;
}

.vm-footer-copyright a:hover {
  text-decoration: underline;
}

.vm-footer-links {
  margin: 0;
}

.vm-footer-links a {
  color: #93c5fd;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s ease,text-decoration .2s ease;
}

.vm-footer-links a:focus,.vm-footer-links a:hover {
  color: #bfdbfe;
  text-decoration: underline;
}

.vm-footer-keywords {
  color: rgba(148,163,184,.8);
  font-size: .8rem;
  line-height: 1.7;
}

.vm-footer-keywords:after,.vm-footer-keywords:before {
  content: "—";
  margin: 0 .75rem;
  opacity: .6;
}

@media (min-width:641px) and (max-width:1023px) {
  .vm-footer-contact-grid {
    gap: var(--vm-space-lg);
  }

  .vm-footer-social-grid {
    gap: 1rem !important;
    grid-template-columns: repeat(3,1fr) !important;
  }

  .vm-footer-social-link {
    min-height: 85px;
    padding: .85rem .6rem;
  }

  .vm-footer-social-icon {
    font-size: 1.8rem;
  }
}

@media (max-width:640px) {
  .vm-footer {
    padding: var(--vm-space-lg) 0;
  }

  .vm-footer-brand {
    margin-bottom: var(--vm-space-md);
    padding-bottom: var(--vm-space-md);
  }

  .vm-footer-brand h2 {
    font-size: 1.6rem;
  }

  .vm-footer-tagline {
    font-size: .9rem;
  }

  .vm-footer-contact-grid {
    gap: var(--vm-space-lg);
    grid-template-columns: 1fr !important;
    margin-bottom: var(--vm-space-md);
    padding-bottom: var(--vm-space-md);
    text-align: center;
  }

  .vm-footer-contact-info h3,.vm-footer-social h3 {
    font-size: 1.2rem;
  }

  .vm-footer-social-grid {
    gap: 1rem !important;
    grid-template-columns: repeat(3,1fr) !important;
  }

  .vm-footer-social-link {
    min-height: 80px;
    padding: .75rem .5rem;
  }

  .vm-footer-social-icon {
    font-size: 1.6rem;
  }

  .vm-footer-social-label {
    font-size: .7rem;
  }

  .vm-footer-maps {
    margin-bottom: var(--vm-space-md);
    padding-bottom: var(--vm-space-md);
  }

  .vm-footer-maps h3 {
    font-size: 1.2rem;
  }

  .vm-footer-maps-links {
    align-items: stretch;
    flex-direction: column;
  }

  .vm-footer-map-link {
    justify-content: center;
    width: 100%;
  }

  .vm-footer-copyright {
    font-size: .8rem;
  }

  .vm-footer-keywords {
    font-size: .75rem;
  }

  .vm-footer-keywords:after,.vm-footer-keywords:before {
    display: none;
  }
}

.vm-footer-manager {
  border-top: 1px solid rgba(99,102,241,.2);
  margin-top: 2rem;
  padding-top: 2rem;
}

.vm-manager-card {
  --border-width: 2px;
  --border-radius: 1.25rem;
  background: rgba(15,15,25,.95);
  border-radius: var(--border-radius);
  box-shadow: 0 0 30px rgba(99,102,241,.3),0 0 60px rgba(139,92,246,.15),inset 0 1px 0 hsla(0,0%,100%,.05);
  isolation: isolate;
  margin: 0 auto;
  max-width: 600px;
  overflow: hidden;
  padding: 1.5rem;
  position: relative;
}

.vm-manager-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,transparent 0%,#3b82f6 20%,#8b5cf6 50%,#ec4899 80%,transparent 100%);
  border-radius: inherit;
  pointer-events: none;
}

.vm-manager-card__title {
  background: linear-gradient(135deg,#3b82f6,#8b5cf6);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(1.25rem,3vw,1.5rem);
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  margin: 0 0 .25rem;
}

.vm-manager-card__role {
  color: #fbbf24;
  font-size: .95rem;
  font-weight: 600;
  margin: 0 0 1rem;
}

.vm-manager-card__desc {
  color: hsla(0,0%,100%,.85);
  font-size: .9rem;
  line-height: 1.6;
  margin: 0 0 .75rem;
}

.vm-manager-card__desc cite {
  color: hsla(0,0%,100%,.95);
  font-style: italic;
}

.vm-manager-card__doi {
  color: #60a5fa;
  font-size: .85rem;
  text-decoration: none;
}

.vm-manager-card__doi:hover {
  text-decoration: underline;
}

.vm-manager-card__links {
  border-top: 1px solid rgba(99,102,241,.2);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
  padding-top: 1rem;
}

.vm-manager-card__linkedin,.vm-manager-card__orcid,.vm-manager-card__wikidata {
  align-items: center;
  border-radius: .5rem;
  display: inline-flex;
  font-size: .85rem;
  font-weight: 500;
  gap: .5rem;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: transform .2s ease,box-shadow .2s ease;
}

.vm-manager-card__orcid {
  background: rgba(166,206,57,.15);
  border: 1px solid rgba(166,206,57,.3);
  color: #a6ce39;
}

.vm-manager-card__wikidata {
  background: rgba(99,102,241,.15);
  border: 1px solid rgba(99,102,241,.3);
  color: #a78bfa;
}

.vm-manager-card__linkedin {
  background: rgba(10,102,194,.15);
  border: 1px solid rgba(10,102,194,.3);
  color: #0a66c2;
}

.vm-manager-card__linkedin:hover,.vm-manager-card__orcid:hover,.vm-manager-card__wikidata:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,.3);
  transform: translateY(-2px);
}

.vm-manager-card__orcid:hover {
  color: #c5e063;
}

.vm-manager-card__wikidata:hover {
  color: #a78bfa;
}

.vm-manager-card__linkedin:hover {
  color: #2d8ad8;
}

@media (max-width:640px) {
  .vm-manager-card {
    padding: 1rem;
  }

  .vm-manager-card__links {
    flex-direction: column;
    gap: .75rem;
  }

  .vm-manager-card__linkedin,.vm-manager-card__orcid,.vm-manager-card__wikidata {
    justify-content: center;
  }
}

@media print {
  body {
    background: #fff;
    color: #000;
  }

  .vm-section {
    page-break-inside: avoid;
  }

  .vm-button {
    display: none;
  }
}

.vm-section--links {
  padding: var(--vm-space-lg);
}

.key-insight {
  align-items: center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.15) 0,transparent 50%),rgba(15,15,25,.85);
  border: 1px solid rgba(139,92,246,.25);
  border-radius: 1.25rem;
  box-shadow: 0 0 30px rgba(139,92,246,.2),0 4px 20px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.05);
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin: 2.5rem 0;
  overflow: hidden;
  padding: 1.75rem 2rem;
  position: relative;
}

.key-insight:before {
  background: linear-gradient(90deg,transparent,rgba(139,92,246,.4) 50%,transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.key-insight__icon {
  filter: drop-shadow(0 0 8px rgba(139,92,246,.4));
  flex-shrink: 0;
  font-size: 2.25rem;
}

.key-insight__content {
  flex: 1;
  text-align: center;
}

.key-insight__title {
  background: linear-gradient(135deg,#3b82f6,#8b5cf6);
  -webkit-background-clip: text;
  font-size: clamp(1.0625rem,2.2vw,1.1875rem);
  font-weight: 700;
  letter-spacing: -.01em;
  margin: 0 0 .875rem;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}

.key-insight__title .sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0,0,0,0);
  border: 0;
  white-space: nowrap;
}

.key-insight__text {
  color: #cbd5e1;
  font-size: clamp(.9375rem,1.9vw,1.0625rem);
  line-height: 1.75;
  margin: 0;
}

.key-insight__text strong {
  color: #f1f5f9;
  font-weight: 600;
}

.key-insight__text mark {
  border-radius: 0;
  font-weight: 700;
}

.key-insight__text mark,.key-insight__text mark.vm-free {
  background: none;
  border: none;
  box-shadow: none;
  color: #10b981;
  padding: 0;
  text-shadow: 0 0 15px rgba(16,185,129,.4);
}

.key-insight--success {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: #000;
  border-color: rgba(34,197,94,.25);
  box-shadow: 0 0 30px rgba(34,197,94,.15),0 4px 20px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.05);
}

.key-insight--success:before {
  background: linear-gradient(90deg,transparent,rgba(34,197,94,.4) 50%,transparent);
}

.key-insight--success .key-insight__icon {
  filter: drop-shadow(0 0 8px rgba(34,197,94,.5));
}

.key-insight--success .key-insight__title {
  background: linear-gradient(135deg,#10b981,#22c55e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.key-insight--warning .key-insight__icon {
  filter: drop-shadow(0 0 8px rgba(245,158,11,.5));
}

.key-insight--warning .key-insight__title {
  background: linear-gradient(135deg,#f59e0b,#fbbf24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.key-insight--warning .key-insight__text mark {
  background: linear-gradient(135deg,rgba(239,68,68,.25),rgba(245,158,11,.2));
  border-color: rgba(239,68,68,.3);
  box-shadow: 0 0 12px rgba(239,68,68,.15),inset 0 1px 0 hsla(0,0%,100%,.1);
  color: #f87171;
  text-shadow: 0 0 20px rgba(239,68,68,.5);
}

@media (max-width:768px) {
  .key-insight {
    border-radius: 1rem;
    gap: 1rem;
    margin: 2rem 0;
    padding: 1.5rem;
  }

  .key-insight__icon {
    font-size: 1.75rem;
  }

  .key-insight__title {
    font-size: 1rem;
    margin-bottom: .75rem;
  }

  .key-insight__text {
    font-size: .9375rem;
    line-height: 1.7;
  }
}

@media (max-width:480px) {
  .key-insight {
    flex-direction: column;
    gap: .875rem;
    padding: 1.25rem;
  }

  .key-insight__icon {
    font-size: 1.5rem;
  }
}

@media (hover:hover) {
  .key-insight {
    transition: box-shadow .3s ease,transform .3s ease;
  }

  .key-insight:hover {
    box-shadow: 0 0 40px rgba(139,92,246,.18),0 0 80px rgba(139,92,246,.08),inset 0 1px 0 hsla(0,0%,100%,.08);
    transform: translateY(-2px);
  }

  .key-insight--success:hover {
    box-shadow: 0 0 40px rgba(34,197,94,.18),0 0 80px rgba(34,197,94,.08),inset 0 1px 0 hsla(0,0%,100%,.08);
  }
}

@media (prefers-reduced-motion:reduce) {
  .key-insight {
    transition: none;
  }

  .key-insight:hover {
    transform: none;
  }
}

.vm-glass-box {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.15) 0,transparent 50%),rgba(15,15,25,.85);
  border: 1px solid rgba(139,92,246,.25);
  border-radius: var(--vm-radius-lg);
  box-shadow: 0 0 30px rgba(139,92,246,.2),0 4px 20px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.05);
}

.vm-glass-box .vm-table,.vm-glass-box table,.vm-section.vm-glass-box .vm-table,.vm-section.vm-glass-box table {
  background: transparent;
  box-shadow: none;
}

.vm-glass-box .vm-table:before {
  display: none;
}

.vm-glass-box .vm-table td,.vm-glass-box .vm-table th,.vm-glass-box table td,.vm-glass-box table th {
  background: transparent;
  border-bottom: 1px solid hsla(0,0%,100%,.08);
}

.vm-glass-box .vm-table th {
  border-bottom: 1px solid rgba(139,92,246,.3);
}

.vm-glass-box .vm-table tbody tr:last-child td,.vm-glass-box table tbody tr:last-child td {
  border-bottom: none;
}

.vm-glass-box .vm-table-wrapper {
  background: transparent;
}

.vm-hero a[href*=partner-honorowy],.vm-hero-benefits a[href*=partner-honorowy] {
  color: #fbbf24 !important;
  text-decoration: none !important;
}

.vm-hero a[href*=partner-honorowy]:hover,.vm-hero-benefits a[href*=partner-honorowy]:hover {
  color: #fcd34d !important;
  text-decoration: none !important;
}

.vm-section--summary {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  margin: 1.5rem auto 2rem !important;
  max-width: 1400px !important;
  padding: 0 var(--vm-space-sm) !important;
}

.vm-summary {
  background: radial-gradient(at 50% 0,rgba(139,92,246,.15) 0,transparent 60%),rgba(15,15,25,.92);
  border: none !important;
  border-left: 3px solid #3b82f6 !important;
  border-radius: 0 var(--vm-radius-md) var(--vm-radius-md) 0 !important;
  font-size: clamp(1rem,2vw,1.125rem);
  margin: 0 !important;
  max-width: 100% !important;
  padding: 1.25rem 1.5rem !important;
  text-align: center !important;
}

.vm-summary:before {
  display: none !important;
}

.vm-summary strong {
  color: #a78bfa;
}

.vm-summary .vm-free {
  color: #10b981;
}

.vm-info-section {
  margin: 0 auto var(--vm-space-md);
  max-width: 1400px;
  padding: 0 var(--vm-space-sm);
}

.vm-info-glass {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.12) 0,transparent 50%),rgba(15,15,25,.75);
  border: 1px solid rgba(139,92,246,.2);
  border-radius: 1.5rem;
  box-shadow: 0 0 40px rgba(139,92,246,.08),inset 0 1px 0 hsla(0,0%,100%,.05);
  padding: 2rem 2.5rem;
  text-align: center;
}

.vm-info-glass__heading {
  align-items: center;
  color: var(--vm-text-primary);
  display: flex;
  font-size: clamp(1.1rem,2.5vw,1.35rem);
  font-weight: 700;
  gap: .5rem;
  margin: 0 0 1rem;
}

.vm-info-glass__text {
  color: var(--vm-text-secondary);
  font-size: .95rem;
  line-height: 1.8;
  margin: 0;
}

.vm-info-glass__text strong {
  color: var(--vm-text-primary);
}

.vm-info-glass__text a {
  color: #93c5fd;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vm-info-glass__text a:hover {
  color: #93c5fd;
  text-decoration: underline;
}

.vm-info-glass--highlight {
  background: radial-gradient(ellipse at 30% 0,rgba(99,102,241,.15) 0,transparent 50%),rgba(15,15,25,.75);
  border-color: rgba(99,102,241,.25);
  box-shadow: 0 0 50px rgba(99,102,241,.1),inset 0 1px 0 hsla(0,0%,100%,.05);
}

.vm-info-glass--success {
  background: radial-gradient(ellipse at 30% 0,rgba(16,185,129,.12) 0,transparent 50%),rgba(15,15,25,.75);
  border-color: rgba(16,185,129,.25);
  box-shadow: 0 0 50px rgba(16,185,129,.1),inset 0 1px 0 hsla(0,0%,100%,.05);
}

@media (max-width:640px) {
  .vm-info-section {
    padding: 0 .5rem;
  }

  .vm-info-glass {
    border-radius: 1.25rem;
    padding: 1.5rem 1.25rem;
  }

  .vm-info-glass__heading {
    font-size: 1rem;
  }

  .vm-info-glass__text {
    font-size: .9rem;
    line-height: 1.7;
  }
}

.vm-answer-capsule {
  background: linear-gradient(135deg,rgba(16,185,129,.1),rgba(59,130,246,.1));
  border-left: 4px solid #10b981;
  border-radius: 0 .5rem .5rem 0;
  font-size: clamp(1.05rem,2.2vw,1.2rem);
  font-weight: 500;
  margin: 1.5rem auto;
  max-width: 900px;
  padding: 1rem 1.5rem;
}

.vm-answer-capsule strong {
  color: #10b981;
}

.vm-answer-capsule--premium {
  background: radial-gradient(ellipse at 50% 0,rgba(16,185,129,.15) 0,transparent 60%),rgba(15,15,25,.92);
  border: none;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
  padding: 1.75rem 2rem 1.5rem;
  position: relative;
  text-align: center;
}

.vm-answer-capsule--premium:before {
  background: linear-gradient(90deg,transparent,#059669 20%,#10b981 50%,#34d399 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 1;
}

.vm-answer-capsule--premium strong {
  color: #10b981;
}

.vm-answer-capsule--premium data {
  color: #10b981;
  font-weight: 700;
}

.vm-answer-capsule--premium a {
  color: #60a5fa;
  text-decoration: none;
}

.vm-answer-capsule--premium a:hover {
  color: #93c5fd;
  text-decoration: underline;
}

.vm-answer-capsule--premium .vm-free {
  color: #10b981 !important;
  font-weight: 700;
  text-shadow: 0 0 15px rgba(16,185,129,.4);
}

.vm-info-glass--premium {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 50% 0,rgba(139,92,246,.15) 0,transparent 60%),rgba(15,15,25,.92);
  border: none;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
  padding: 2.25rem 2.5rem 2rem;
  position: relative;
  text-align: center;
}

.vm-info-glass--premium:before {
  background: linear-gradient(90deg,transparent,#3b82f6 20%,#8b5cf6 50%,#ec4899 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 1;
}

.vm-info-glass--premium .vm-info-glass__text {
  color: var(--vm-text-secondary);
  font-size: .95rem;
  line-height: 1.9;
  margin: 0;
}

.vm-info-glass--premium strong {
  color: var(--vm-text-primary);
}

.vm-info-glass--premium a {
  color: #60a5fa;
  text-decoration: none;
}

.vm-info-glass--premium a:hover {
  color: #93c5fd;
  text-decoration: underline;
}

.vm-info-glass--premium .vm-table,.vm-info-glass--premium .vm-table-wrapper {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.vm-info-glass--premium .vm-table:before {
  display: none !important;
}

.vm-info-glass--premium .vm-table td,.vm-info-glass--premium .vm-table th {
  background: transparent !important;
}

.vm-info-glass--premium .vm-table thead {
  background: rgba(15,23,42,.3) !important;
}

.vm-info-glass--premium .vm-table tbody tr:hover {
  background: rgba(59,130,246,.06) !important;
}

.vm-info-glass--premium .vm-free {
  color: #10b981 !important;
  font-weight: 700;
}

@media (min-width:901px) {
  .vm-info-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
  }

  .vm-info-glass--premium {
    max-width: 100%;
    width: 100%;
  }

  .vm-info-glass--premium .vm-table-wrapper {
    margin: 1.5rem 0 0;
    overflow: visible;
  }

  .vm-info-glass--premium .vm-table {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .vm-info-glass--premium .vm-table:before {
    display: none !important;
  }

  .vm-info-glass--premium .vm-table thead {
    background: rgba(139,92,246,.08) !important;
  }

  .vm-info-glass--premium .vm-table th {
    background: transparent !important;
    border-bottom: 1px solid rgba(139,92,246,.25) !important;
    color: #a78bfa !important;
    padding: 1rem 1.25rem !important;
  }

  .vm-info-glass--premium .vm-table td {
    background: transparent !important;
    border-bottom: 1px solid rgba(148,163,184,.1) !important;
    padding: 1rem 1.25rem !important;
  }

  .vm-info-glass--premium .vm-table tbody tr:last-child td {
    border-bottom: none !important;
  }

  .vm-info-glass--premium .vm-table tbody tr:hover {
    background: rgba(139,92,246,.06) !important;
  }

  .vm-info-glass--premium .vm-table .vm-row-gold {
    background: linear-gradient(90deg,rgba(251,191,36,.08),rgba(245,158,11,.04)) !important;
  }

  .vm-info-glass--premium .vm-table .vm-row-gold:hover {
    background: linear-gradient(90deg,rgba(251,191,36,.12),rgba(245,158,11,.08)) !important;
  }

  .vm-info-glass--premium .vm-table tfoot td {
    background: rgba(16,185,129,.06) !important;
    border-bottom: none !important;
    border-top: 1px solid rgba(16,185,129,.2) !important;
    text-align: center !important;
  }

  .vm-info-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding: 0 var(--vm-space-sm);
  }

  .vm-info-glass--premium {
    max-width: 100%;
    width: 100%;
  }
}

.vm-premium-paragraph {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 50% 0,rgba(139,92,246,.15) 0,transparent 60%),rgba(15,15,25,.92);
  border: none;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
  color: var(--vm-text-secondary);
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 2rem auto;
  max-width: 900px;
  padding: 1.75rem 2rem 1.5rem;
  position: relative;
  text-align: center;
}

.vm-premium-paragraph:before {
  background: linear-gradient(90deg,transparent,#3b82f6 20%,#8b5cf6 50%,#ec4899 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 1;
}

.vm-premium-paragraph p {
  margin: 0;
}

.vm-premium-paragraph strong {
  color: var(--vm-text-primary);
}

.vm-premium-paragraph data {
  color: #10b981;
  font-weight: 700;
}

.vm-premium-paragraph mark {
  background: rgba(16,185,129,.2);
  border-radius: .25rem;
  color: #10b981;
  font-weight: 600;
  padding: .1em .35em;
}

.vm-premium-feature-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3,1fr);
  list-style: none;
  margin: 2rem auto;
  max-width: 1000px;
  padding: 0;
}

.vm-premium-feature-grid--4col {
  grid-template-columns: repeat(4,1fr);
  max-width: 1200px;
}

.vm-premium-feature-card {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 50% 0,rgba(139,92,246,.12) 0,transparent 60%),rgba(15,15,25,.92);
  border: none;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
  color: var(--vm-text-secondary);
  font-size: .95rem;
  line-height: 1.7;
  padding: 1.5rem 1rem 1.25rem;
  position: relative;
  text-align: center;
}

.vm-premium-feature-card:before {
  background: linear-gradient(90deg,transparent,#3b82f6 20%,#8b5cf6 50%,#ec4899 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 1;
}

.vm-premium-feature-card__title {
  align-items: center;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  gap: .5rem;
  justify-content: center;
  margin-bottom: .5rem;
}

.vm-premium-feature-card__title .vm-card-emoji {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  font-family: Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,sans-serif;
  font-style: normal;
  -webkit-text-fill-color: unset !important;
  color: inherit !important;
}

.vm-premium-feature-card__title .vm-card-label {
  background: linear-gradient(90deg,#3b82f6,#8b5cf6 50%,#ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vm-premium-feature-card p {
  margin: 0;
}

.vm-premium-feature-card strong {
  color: var(--vm-text-primary);
}

.vm-premium-feature-card--green {
  background: radial-gradient(ellipse at 50% 0,rgba(16,185,129,.12) 0,transparent 60%),rgba(15,15,25,.92);
}

.vm-premium-feature-card--green:before {
  background: linear-gradient(90deg,transparent,#059669 20%,#10b981 50%,#34d399 80%,transparent);
}

.vm-premium-feature-card--green .vm-premium-feature-card__title .vm-card-label {
  background: linear-gradient(90deg,#059669,#10b981 50%,#34d399);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vm-premium-feature-card--gold {
  background: radial-gradient(ellipse at 50% 0,rgba(251,191,36,.12) 0,transparent 60%),rgba(15,15,25,.92);
}

.vm-premium-feature-card--gold:before {
  background: linear-gradient(90deg,transparent,#f59e0b 20%,#fbbf24 50%,#fcd34d 80%,transparent);
}

.vm-premium-feature-card--gold .vm-premium-feature-card__title .vm-card-label {
  background: linear-gradient(90deg,#f59e0b,#fbbf24 50%,#fcd34d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vm-hl-green {
  color: #10b981 !important;
  font-weight: 600;
}

.vm-hl-gold {
  color: #fbbf24 !important;
  font-weight: 600;
}

.vm-hl-blue {
  color: #60a5fa !important;
  font-weight: 600;
}

.vm-hl-purple {
  color: #a78bfa !important;
  font-weight: 600;
}

@media (max-width:640px) {
  .vm-premium-paragraph {
    font-size: .95rem !important;
  }

  .vm-answer-capsule--premium,.vm-premium-paragraph {
    border-radius: .75rem !important;
    box-sizing: border-box !important;
    margin: 1.5rem 0 !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    padding: 1.5rem 1rem 1.25rem !important;
    width: 100% !important;
    word-break: break-word !important;
  }

  .vm-answer-capsule--premium {
    font-size: .9rem !important;
  }

  .vm-info-glass--premium {
    border-radius: .75rem !important;
    box-sizing: border-box !important;
    margin: 1.5rem 0 !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    padding: 1.75rem 1rem 1.5rem !important;
    width: 100% !important;
    word-break: break-word !important;
  }

  .vm-info-glass--premium .vm-info-glass__text {
    font-size: .9rem !important;
    line-height: 1.8 !important;
  }

  .vm-premium-feature-grid {
    display: grid !important;
    gap: .75rem !important;
    margin: 1.5rem calc(var(--vm-space-md)*-1) !important;
    max-width: none !important;
    padding: 0 .25rem !important;
    width: calc(100% + var(--vm-space-md)*2) !important;
  }

  .vm-premium-feature-grid,.vm-premium-feature-grid--4col {
    grid-template-columns: 1fr 1fr !important;
  }

  .vm-premium-feature-card {
    border-radius: .75rem !important;
    font-size: .85rem !important;
    padding: 1.25rem .75rem 1rem !important;
  }

  .vm-premium-feature-card__title {
    flex-direction: column !important;
    font-size: .9rem !important;
    gap: .25rem !important;
  }

  .vm-premium-feature-card__title .vm-card-emoji {
    font-size: 1.5rem !important;
  }

  .vm-cta-group {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    justify-content: center;
    margin: 1.25rem 0 1.5rem;
    padding: 0 1rem;
  }

  .vm-cta-group .vm-button {
    font-size: .9rem;
    line-height: 1.4;
    max-width: 90%;
    padding: .875rem 1.25rem;
    text-align: center;
    white-space: normal;
    width: auto;
  }

  .vm-cta-group--center {
    text-align: center;
  }
}

.key-insight,.vm-answer-capsule--premium,.vm-facts-card,.vm-glass-box,.vm-info-glass--premium,.vm-section {
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.05) !important;
}

.vm-info-glass--gold {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 50% 0,rgba(251,191,36,.12) 0,transparent 60%),rgba(15,15,25,.92);
  border: none;
  border-radius: 1rem;
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.05);
  padding: 1.5rem 1.5rem 1.25rem;
  position: relative;
  text-align: center;
}

.vm-info-glass--gold:before {
  background: linear-gradient(90deg,transparent,#f59e0b 20%,#fbbf24 50%,#fcd34d 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 1;
}

.vm-info-glass--gold .vm-info-glass__text {
  color: var(--vm-text-secondary);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

.vm-info-glass--gold strong {
  color: #fbbf24;
}

.vm-info-glass--gold a {
  color: #fbbf24;
  text-decoration: none;
}

.vm-info-glass--gold a:hover {
  color: #fcd34d;
  text-decoration: underline;
}

.vm-info-glass--green {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 50% 0,rgba(16,185,129,.12) 0,transparent 60%),rgba(15,15,25,.92);
  border: none;
  border-radius: 1rem;
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.05);
  padding: 1.5rem 1.5rem 1.25rem;
  position: relative;
  text-align: center;
}

.vm-info-glass--green:before {
  background: linear-gradient(90deg,transparent,#059669 20%,#10b981 50%,#34d399 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 1;
}

.vm-info-glass--green .vm-info-glass__text {
  color: var(--vm-text-secondary);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

.vm-info-glass--green .vm-free,.vm-info-glass--green strong:not(.vm-date) {
  color: #10b981 !important;
  font-weight: 700;
}

.vm-info-glass--green strong.vm-date {
  color: #fff !important;
  font-weight: 700;
}

.vm-info-glass--green a {
  color: #60a5fa;
  text-decoration: none;
}

.vm-info-glass--green a:hover {
  color: #93c5fd;
  text-decoration: underline;
}

@media (max-width:640px) {
  .vm-benefits-grid .vm-info-section {
    margin-bottom: 0 !important;
  }

  .vm-benefits-grid .vm-info-glass {
    padding: 1.25rem 1rem 1rem !important;
  }
}

.vm-btn-glass {
  align-items: center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: none;
  border-radius: .75rem;
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.08);
  cursor: pointer;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 600;
  gap: .5rem;
  justify-content: center;
  padding: 1rem 1.5rem .875rem;
  position: relative;
  text-decoration: none;
  transition: transform .2s ease,box-shadow .2s ease;
}

.vm-btn-glass:before {
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 15%;
  position: absolute;
  right: 15%;
  top: 0;
  z-index: 1;
}

.vm-btn-glass:hover {
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.12),0 8px 20px rgba(0,0,0,.3);
  transform: translateY(-3px);
}

.vm-btn-glass:focus {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.vm-btn-glass--green {
  background: radial-gradient(ellipse at 50% 0,rgba(166,206,57,.15) 0,transparent 60%),rgba(15,15,25,.92);
  color: #a6ce39;
}

.vm-btn-glass--green:before {
  background: linear-gradient(90deg,transparent,#84cc16 20%,#a6ce39 50%,#bef264 80%,transparent);
}

.vm-btn-glass--green:hover {
  color: #bef264;
}

.vm-btn-glass--purple {
  background: radial-gradient(ellipse at 50% 0,rgba(139,92,246,.15) 0,transparent 60%),rgba(15,15,25,.92);
  color: #a78bfa;
}

.vm-btn-glass--purple:before {
  background: linear-gradient(90deg,transparent,#8b5cf6 20%,#a78bfa 50%,#a78bfa 80%,transparent);
}

.vm-btn-glass--purple:hover {
  color: #a78bfa;
}

.vm-btn-glass--blue {
  background: radial-gradient(ellipse at 50% 0,rgba(59,130,246,.15) 0,transparent 60%),rgba(15,15,25,.92);
  color: #60a5fa;
}

.vm-btn-glass--blue:before {
  background: linear-gradient(90deg,transparent,#3b82f6 20%,#60a5fa 50%,#93c5fd 80%,transparent);
}

.vm-btn-glass--blue:hover {
  color: #93c5fd;
}

.vm-btn-glass--gold {
  background: radial-gradient(ellipse at 50% 0,rgba(251,191,36,.15) 0,transparent 60%),rgba(15,15,25,.92);
  color: #fbbf24;
}

.vm-btn-glass--gold:before {
  background: linear-gradient(90deg,transparent,#f59e0b 20%,#fbbf24 50%,#fcd34d 80%,transparent);
}

.vm-btn-glass--gold:hover {
  color: #fcd34d;
}

@media (max-width:640px) {
  .vm-btn-glass {
    font-size: .85rem;
    max-width: 280px;
    padding: .875rem 1.25rem .75rem;
    width: 100%;
  }
}

.vm-btn-glass--cta {
  background: radial-gradient(ellipse at 50% 0,rgba(139,92,246,.2) 0,transparent 60%),rgba(15,15,25,.92);
  color: #f9fafb;
  font-weight: 700;
  letter-spacing: .02em;
}

.vm-btn-glass--cta:before {
  background: linear-gradient(90deg,transparent,#3b82f6 15%,#8b5cf6 50%,#ec4899 85%,transparent);
}

.vm-btn-glass--cta:hover {
  background: radial-gradient(ellipse at 50% 0,rgba(139,92,246,.3) 0,transparent 60%),rgba(15,15,25,.88);
  color: #fff;
}

.vm-btn-glass--secondary {
  background: radial-gradient(ellipse at 50% 0,rgba(148,163,184,.12) 0,transparent 60%),rgba(15,15,25,.92);
  color: #94a3b8;
}

.vm-btn-glass--secondary:before {
  background: linear-gradient(90deg,transparent,#475569 20%,#64748b 50%,#94a3b8 80%,transparent);
}

.vm-btn-glass--secondary:hover {
  color: #f1f5f9;
}

.vm-btn-glass--phone {
  background: radial-gradient(ellipse at 50% 0,rgba(16,185,129,.15) 0,transparent 60%),rgba(15,15,25,.92);
  color: #10b981;
}

.vm-btn-glass--phone:before {
  background: linear-gradient(90deg,transparent,#059669 20%,#10b981 50%,#34d399 80%,transparent);
}

.vm-btn-glass--phone:hover {
  color: #34d399;
}

.vm-btn-glass--nav {
  border-radius: .5rem;
  font-size: .85rem;
  padding: .75rem 1.2rem .6rem;
}

.vm-btn-glass--nav:before {
  left: 10%;
  right: 10%;
}

@media (max-width:640px) {
  .vm-cta-group-glass .vm-btn-glass {
    max-width: 320px;
    width: 100%;
  }
}

.vm-section .vm-info-section {
  margin: 0 !important;
  padding: 0 !important;
}

.vm-section .vm-info-section .vm-info-glass {
  margin-bottom: 0 !important;
  margin-top: 1rem !important;
}

.vm-shell>.vm-info-section,body>.vm-layout>.vm-shell>.vm-info-section {
  margin-bottom: var(--vm-space-lg);
}

.vm-info-section {
  align-items: center;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.vm-info-glass {
  margin-bottom: var(--vm-space-md);
}

.vm-info-section+.vm-info-section {
  margin-top: 0;
}

.vm-info-glass__heading {
  justify-content: center;
  text-align: center;
  width: 100%;
}

@media (max-width:640px) {
  .vm-info-glass__heading {
    font-size: clamp(1.1rem,4vw,1.3rem) !important;
    line-height: 1.3;
    text-align: center !important;
  }

  .vm-info-glass__text {
    text-align: center;
  }
}

.vm-date-update .vm-info-glass {
  padding: 1.25rem 1.5rem 1rem;
  text-align: center;
}

.vm-date-update .vm-info-glass__text {
  font-size: .95rem;
  margin: 0;
}

@media (min-width:901px) {
  .vm-info-section[aria-label="Data aktualizacji"] {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
  }

  .vm-info-section[aria-label="Oferta i ceny"],.vm-info-section[aria-label="Villa Mamma - sala na imprezy okolicznościowe"] {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
  }

  .vm-hero .vm-info-section .vm-info-glass.vm-info-glass--narrow,.vm-info-glass.vm-info-glass--narrow,.vm-section .vm-info-section .vm-info-glass.vm-info-glass--narrow {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 450px !important;
    width: auto !important;
  }

  .vm-hero .vm-info-section .vm-info-glass.vm-info-glass--medium,.vm-info-glass--premium:not(.vm-info-glass--narrow):not(.vm-info-glass--medium),.vm-info-glass.vm-info-glass--medium,.vm-section .vm-info-section .vm-info-glass.vm-info-glass--medium {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 900px !important;
    width: auto !important;
  }
}

.vm-row-highlight {
  background: rgba(245,158,11,.1) !important;
}

.vm-row-highlight:hover {
  background: rgba(245,158,11,.15) !important;
}

.vm-info-glass--border-top {
  border-top: none;
  overflow: visible;
  position: relative;
}

.vm-info-glass--border-top:before {
  background: linear-gradient(90deg,transparent,#3b82f6,#8b5cf6,#a855f7,#8b5cf6,#3b82f6,transparent);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 15px rgba(139,92,246,.4),0 4px 25px rgba(59,130,246,.3);
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 80%;
}

@media (prefers-reduced-motion:no-preference) {
  .vm-info-glass--border-top:before {
    animation: borderGlow 3s ease-in-out infinite;
  }

  @keyframes borderGlow {
    0%,to {
      box-shadow: 0 2px 15px rgba(139,92,246,.4),0 4px 25px rgba(59,130,246,.3);
    }

    50% {
      box-shadow: 0 2px 20px rgba(139,92,246,.6),0 4px 35px rgba(59,130,246,.5);
    }
  }
}

@media (max-width:640px) {
  .vm-info-section .vm-info-section {
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }

  .vm-info-section .vm-info-glass {
    border-radius: 1rem;
    padding: 1rem;
  }

  .vm-table-wrapper {
    margin: 1.5rem 0;
    padding: 0;
  }
}

@media (max-width:640px) {
  html {
    overflow-x: hidden;
  }

  body {
    overflow-x: clip;
  }

  .site-header {
    contain: layout style;
    -webkit-transform: none;
    transform: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .vm-glass-box,.vm-section {
    contain: layout style paint;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
}

.vm-author-bio {
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.15) 0,transparent 50%),rgba(15,15,25,.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(139,92,246,.25);
  border-radius: 1.25rem;
  box-shadow: 0 0 25px rgba(139,92,246,.12),0 4px 20px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.05);
  text-align: center;
  overflow: hidden;
  position: relative;
}

.vm-author-bio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg,transparent,#3b82f6 20%,#8b5cf6 50%,#ec4899 80%,transparent);
  pointer-events: none;
}

.vm-author-bio__name {
  background: linear-gradient(90deg,#3b82f6,#8b5cf6 50%,#ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  font-size: clamp(1.8rem,3vw,2.4rem);
}

.vm-author-hero {
  display: flex;
  align-items: center;
  gap: var(--vm-space-lg);
  flex-wrap: wrap;
}

.vm-author-photo-wrap {
  flex-shrink: 0;
}

.vm-author-photo {
  border-radius: 50%;
  max-width: 120px;
  height: auto;
  object-fit: cover;
  border: 2px solid rgba(139,92,246,.25);
  box-shadow: 0 0 25px rgba(139,92,246,.12);
}

.vm-author-hero-text {
  flex: 1;
  min-width: 200px;
}

.vm-author {
  margin: clamp(2rem,5vw,3.5rem) auto;
  max-width: 860px;
  padding: 0 1.5rem;
}

.vm-author__card {
  position: relative;
  background: radial-gradient(ellipse at 30% 0%,rgba(139,92,246,.18) 0%,transparent 55%),rgba(15,15,25,.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 20px;
  padding: clamp(1.5rem,4vw,2.5rem);
  display: flex;
  gap: clamp(1rem,3vw,2rem);
  align-items: flex-start;
  box-shadow: 0 8px 32px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.06);
}

.vm-author__img {
  width: clamp(64px,12vw,88px);
  height: clamp(64px,12vw,88px);
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(139,92,246,.4);
}

.vm-author__body {
  flex: 1;
  min-width: 0;
}

.vm-author__label {
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(148,163,184,.8);
  margin: 0 0 .35rem;
}

.vm-author__name {
  font-size: clamp(1.1rem,2.5vw,1.3rem);
  font-weight: 700;
  background: linear-gradient(90deg,#3b82f6,#8b5cf6 50%,#ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 .25rem;
  line-height: 1.2;
}

.vm-author__title {
  font-size: .875rem;
  color: rgba(148,163,184,.9);
  margin: 0 0 .75rem;
}

.vm-author__bio {
  font-size: clamp(.875rem,1.8vw,1rem);
  color: rgba(249,250,251,.78);
  line-height: 1.6;
  margin: 0 0 .85rem;
}

.vm-author__link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .875rem;
  color: #60a5fa;
  text-decoration: none;
  font-weight: 500;
  transition: color .2s;
}

.vm-author__link:hover {
  color: #a78bfa;
}

.vm-author__link::after {
  content: '→';
  transition: transform .2s;
}

.vm-author__link:hover::after {
  transform: translateX(3px);
}

@media (max-width:520px) {
  .vm-author__card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .vm-author__img {
    width: 72px;
    height: 72px;
  }
}

.vm-hero-intro {
  color: var(--vm-text-secondary);
  font-size: 1.1rem;
  line-height: 1.7;
  margin-top: .5rem;
}

.vm-hero-intro a {
  color: #8b5cf6;
  text-decoration: underline;
  text-decoration-color: rgba(139,92,246,.3);
  text-underline-offset: 2px;
}

.vm-hero-intro a:hover {
  text-decoration-color: #8b5cf6;
}

.vm-section-intro {
  color: var(--vm-text-secondary);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: var(--vm-space-md);
  max-width: 900px;
}

.vm-section-intro a {
  color: #8b5cf6;
  text-decoration: underline;
  text-decoration-color: rgba(139,92,246,.3);
  text-underline-offset: 2px;
}

.is-free {
  color: #10b981 !important;
  font-weight: 700;
  text-shadow: 0 0 15px rgba(16,185,129,.3);
}

.vm-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--vm-space-lg);
}

.vm-footer-award {
  font-size: .9rem;
  color: #fbbf24;
  font-weight: 600;
  margin-top: .5rem;
}

.vm-footer-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: var(--vm-space-sm);
}

.vm-footer-social-section {
  margin-top: var(--vm-space-md);
}

.vm-pp-link {
  color: var(--vm-text-muted);
  text-decoration: underline;
  text-decoration-color: rgba(148,163,184,.3);
  text-underline-offset: 2px;
  font-size: .85rem;
}

.vm-pp-link:hover {
  color: var(--vm-text-primary);
}

.vm-footer-nav-grid {
  border-bottom: 1px solid rgba(148,163,184,.15);
  display: grid;
  gap: var(--vm-space-lg) var(--vm-space-xl);
  grid-template-columns: repeat(5, minmax(120px, 160px));
  justify-content: center;
  margin: 0 auto var(--vm-space-lg);
  max-width: 1000px;
  padding-bottom: var(--vm-space-lg);
  text-align: left;
}

.vm-footer-nav-column h4,
.vm-footer-nav-section h4 {
  background: linear-gradient(90deg, #3b82f6, #8b5cf6 50%, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin: 0 0 .875rem;
  text-transform: uppercase;
  display: inline-block;
  -webkit-text-fill-color: transparent;
}

.vm-footer-nav-column ul,
.vm-footer-nav-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vm-footer-nav-column li,
.vm-footer-nav-section li {
  margin-bottom: .5rem;
}

.vm-footer-nav-column a,
.vm-footer-nav-section a {
  color: #94a3b8;
  font-size: .875rem;
  line-height: 1.5;
  text-decoration: none;
  transition: color var(--vm-duration-fast) var(--vm-ease-standard);
}

.vm-footer-nav-column a:hover,
.vm-footer-nav-section a:hover {
  color: #f9fafb;
}

.vm-footer-nav-column a[aria-current=page],
.vm-footer-nav-section a[aria-current=page] {
  color: #fbbf24;
  font-weight: 600;
}

.vm-footer-social-grid {
  display: grid !important;
  gap: 1.25rem !important;
  grid-template-columns: repeat(4, 1fr) !important;
  width: 100%;
}

@media (min-width: 641px) and (max-width: 1023px) {
  .vm-footer-nav,
  .vm-footer-nav-grid {
    gap: var(--vm-space-md) var(--vm-space-lg);
    grid-template-columns: repeat(3, minmax(120px, 150px));
    justify-content: center;
    max-width: 600px;
  }

  .vm-footer-social-grid {
    gap: 1rem !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 640px) {
  .vm-footer-nav,
  .vm-footer-nav-grid {
    gap: var(--vm-space-md);
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }

  .vm-footer-nav-column h4,
  .vm-footer-nav-section h4 {
    font-size: .85rem;
  }

  .vm-footer-nav-column a,
  .vm-footer-nav-section a {
    font-size: .8rem;
  }

  .vm-footer-social-grid {
    gap: 1rem !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

.vm-footer-nav-column--center {
  text-align: center;
}

.vm-footer-nav-award {
  color: #f59e0b !important;
  font-weight: 600;
}

.vm-h2-centered + *,
.vm-section:has(.vm-h2-centered),
section:has(.vm-h2-centered) {
  text-align: center;
}

mark {
  background: none;
  border: none;
  box-shadow: none;
  color: #10b981;
  padding: 0;
  text-shadow: 0 0 15px rgba(16,185,129,.4);
}

.entity-definition {
  display: inline;
  position: relative;
  font-weight: 700;
  color: #10b981;
  border: none;
  border-bottom: 1px dashed rgba(16,185,129,.5);
  border-left: none;
  border-radius: 0;
  cursor: help;
  white-space: normal;
  word-break: normal;
  z-index: auto;
  background: none;
  padding: 0;
  margin: 0;
  max-width: none;
  text-align: inherit;
  font-size: inherit;
  line-height: inherit;
}

.vm-bio-content .vm-info-glass {
  margin-bottom: 1.5rem;
}

.vm-bio-content .vm-info-glass:last-child {
  margin-bottom: 0;
}

.vm-author-bio {
  border: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  padding-bottom: 0;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.vm-founder-card {
  max-width: 700px;
  margin: 0 auto;
  overflow: hidden;
}

.vm-founder-card__name {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  margin-bottom: 0.25rem;
}

.vm-founder-card__role {
  color: #fbbf24;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1.25rem;
  text-align: center;
}

.vm-founder-card__text {
  margin-bottom: 1rem;
}

.vm-founder-card__text--last {
  margin-bottom: 1.25rem;
}

.vm-founder-card__cite {
  color: #f1f5f9;
  font-style: italic;
}

.vm-founder-card__doi {
  color: #60a5fa;
  font-size: 0.9rem;
}

.vm-founder-card__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.25rem;
}

@media (max-width: 640px) {
  .vm-author-headshot-figure {
    display: none;
  }

  .vm-author-hero-figure {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-align: center;
  }

  .vm-author-hero-figure img,
  .vm-author-hero-picture {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
}

.vm-meta-badge,
.vm-meta-badge abbr,
.vm-meta-badge a,
.vm-meta-badge time,
.vm-meta-badge data,
.vm-badge abbr,
.vm-table abbr,
.vm-table dfn,
.vm-table cite,
.vm-table time,
.vm-usp-title abbr,
.vm-usp-text abbr,
.vm-trust-reminder abbr,
.vm-related-title abbr,
.vm-footer-award abbr,
.vm-answer-capsule abbr,
.vm-answer-capsule dfn,
.vm-answer-capsule cite,
.vm-answer-capsule time,
.vm-info-glass abbr,
.vm-info-glass dfn,
.vm-info-glass cite,
.vm-info-glass time,
.vm-faq-answer abbr,
.vm-faq-answer dfn,
.vm-faq-answer cite,
.vm-faq-answer time,
.key-insight abbr,
.key-insight dfn,
.key-insight cite,
.key-insight time,
.vm-credential-label abbr,
.vm-credential-label dfn,
.vm-credential-label cite,
.vm-credential-label time,
.vm-credential-value abbr,
.vm-credential-value dfn,
.vm-credential-value cite,
.vm-credential-value time {
  color: inherit;
  font: inherit;
  font-style: inherit;
  text-decoration: none;
}

/* === L3 page-style === */
:root {
  --vm-bg-primary: #020617;
  --vm-bg-surface: rgba(15,23,42,.95);
  --vm-bg-soft: rgba(15,23,42,.8);
  --vm-text-primary: #f9fafb;
  --vm-text-secondary: rgba(249,250,251,.72);
  --vm-text-muted: rgba(148,163,184,.95);
  --vm-gradient-main: linear-gradient(90deg,#3b82f6,#8b5cf6 50%,#ec4899);
  --vm-glow-main: radial-gradient(circle at 20% -20%,rgba(59,130,246,.35) 0%,rgba(139,92,246,.2) 35%,transparent 70%);
  --vm-shadow-card: 0 18px 45px rgba(15,23,42,.9),inset 0 0 0 1px rgba(148,163,184,.2);
  --vm-shadow-card-hover: 0 24px 60px rgba(15,23,42,.95),inset 0 0 0 1px rgba(248,250,252,.18);
  --vm-radius-md: 1.25rem;
  --vm-radius-lg: 1.75rem;
  --vm-radius-pill: 999px;
  --vm-space-sm: 1rem;
  --vm-space-md: 1.5rem;
  --vm-space-lg: 2.25rem;
  --vm-space-xl: 3rem;
  --vm-font-sans: system-ui,-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",sans-serif;
  --vm-text-h1: clamp(2.4rem,4.6vw,3.5rem);
  --vm-text-h2: clamp(1.9rem,3.6vw,2.6rem);
  --vm-text-h3: clamp(1.4rem,2.4vw,1.9rem);
  --vm-ease-standard: cubic-bezier(0.4,0,0.2,1);
  --vm-duration-fast: 160ms;
  --vm-duration-normal: 240ms;
}

*,:after,:before {
  box-sizing: border-box;
}

body {
  background: #0a0f1e;
  color: #e8eaf0;
  font-family: var(--vm-font-sans);
  margin: 0;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.vm-skip-link {
  background: var(--vm-gradient-main);
  border-radius: 0 0 .5rem 0;
  color: #fff;
  left: 0;
  padding: .5rem 1rem;
  position: absolute;
  text-decoration: none;
  top: -40px;
  z-index: 100;
}

.vm-skip-link:focus {
  top: 0;
}

.vm-shell {
  margin: 0 auto;
  max-width: 1400px;
  padding: var(--vm-space-lg) var(--vm-space-md) var(--vm-space-xl);
}

.vm-container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 var(--vm-space-md);
}

.sr-only,.vm-sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0,0,0,0);
  border: 0;
  white-space: nowrap;
}

h1,h2,h3,h4 {
  font-weight: 700;
  letter-spacing: -.03em;
  margin: 0 0 var(--vm-space-sm);
}

h1 {
  font-size: var(--vm-text-h1);
  line-height: 1.02;
}

h2 {
  font-size: var(--vm-text-h2);
  line-height: 1.08;
}

h3 {
  font-size: var(--vm-text-h3);
  line-height: 1.1;
}

p {
  color: var(--vm-text-secondary);
  line-height: 1.6;
  margin: 0 0 var(--vm-space-sm);
}

strong {
  color: var(--vm-text-primary);
  font-weight: 600;
}

.vm-gradient-text {
  background-clip: text;
  -webkit-background-clip: text;
  background-image: var(--vm-gradient-main);
  color: transparent;
}

.vm-text-white {
  color: var(--vm-text-primary);
}

.vm-free {
  text-shadow: 0 0 15px rgba(16,185,129,.3);
}

.vm-free,.vm-hl-green {
  color: #10b981;
  font-weight: 700;
}

.vm-hl-gold {
  color: #fbbf24;
  font-weight: 700;
}

.vm-hl-blue {
  color: #60a5fa;
  font-weight: 700;
}

.vm-hl-purple {
  color: #a78bfa;
  font-weight: 700;
}

.vm-hl-blue strong,.vm-hl-gold strong,.vm-hl-green strong,.vm-hl-purple strong {
  color: inherit;
  font-weight: inherit;
}

mark {
  background: transparent;
  border-radius: 0;
  color: #10b981;
  font-weight: 700;
  padding: 0;
  text-shadow: 0 0 12px rgba(16,185,129,.3);
}

.breadcrumb {
  font-size: clamp(.75rem,1.1vw,.85rem);
  padding: clamp(.5rem,1vw,.75rem) 0;
}

.breadcrumb__list {
  padding: 0 clamp(1rem,3vw,2rem);
}

.breadcrumb__item:not(:last-child):after {
  color: rgba(148,163,184,.5);
}

.breadcrumb__link {
  color: #94a3b8;
  transition: color .2s;
}

.breadcrumb__link:hover {
  color: #fff;
}

.vm-glass-box {
  border: 1px solid rgba(255,255,255,0.08);
}

.vm-glass-box,.vm-section {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.15) 0,transparent 50%),rgba(15,15,25,.85);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.05);
  margin-bottom: var(--vm-space-xl);
  padding: var(--vm-space-lg);
}

.vm-section {
  border: 1px solid rgba(255,255,255,0.08);
  contain-intrinsic-size: 0 500px;
  content-visibility: auto;
  position: relative;
}

.vm-hero {
  contain-intrinsic-size: none;
  content-visibility: visible;
  padding: var(--vm-space-xl);
  text-align: center;
}

.vm-hero-inner {
  position: relative;
  z-index: 1;
}

.vm-kicker-inline {
  color: #a78bfa;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .16em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.vm-h1-secondary {
  display: block;
  font-size: 1rem;
  margin-top: .75rem;
}

.vm-h1-secondary,.vm-hero-badge {
  color: var(--vm-text-secondary);
  font-weight: 500;
}

.vm-hero-badge {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 50% 0,rgba(251,191,36,.15) 0,transparent 60%),rgba(15,15,25,.92);
  border: none;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
  display: inline-block;
  font-size: .95rem;
  margin: 1.5rem auto;
  padding: 1.25rem 1.5rem 1rem;
  position: relative;
  text-align: center;
}

.vm-hero-badge:before {
  background: linear-gradient(90deg,transparent,#f59e0b 20%,#fbbf24 50%,#fcd34d 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 1;
}

.vm-hero-intro-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3,1fr);
  margin: 2rem auto;
  max-width: 1000px;
}

.vm-hero-intro-card {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 50% 0,rgba(139,92,246,.15) 0,transparent 60%),rgba(15,15,25,.92);
  border: none;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
  color: var(--vm-text-secondary);
  font-size: .95rem;
  line-height: 1.7;
  padding: 1.5rem 1rem 1.25rem;
  position: relative;
  text-align: center;
}

.vm-hero-intro-card:before {
  background: linear-gradient(90deg,transparent,#3b82f6 20%,#8b5cf6 50%,#ec4899 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 1;
}

.vm-hero-intro-card--gold {
  background: radial-gradient(ellipse at 50% 0,rgba(251,191,36,.15) 0,transparent 60%),rgba(15,15,25,.92);
}

.vm-hero-intro-card--gold:before {
  background: linear-gradient(90deg,transparent,#f59e0b 20%,#fbbf24 50%,#fcd34d 80%,transparent);
}

.vm-hero-intro-card--green {
  background: radial-gradient(ellipse at 50% 0,rgba(16,185,129,.15) 0,transparent 60%),rgba(15,15,25,.92);
}

.vm-hero-intro-card--green:before {
  background: linear-gradient(90deg,transparent,#059669 20%,#10b981 50%,#34d399 80%,transparent);
}

.vm-hero-intro-card__title {
  align-items: center;
  display: flex;
  font-size: 1.1rem;
  font-weight: 700;
  gap: .5rem;
  justify-content: center;
  margin-bottom: .75rem;
}

.vm-hero-intro-card__title .vm-card-emoji {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  font-family: Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,sans-serif;
  font-style: normal;
  -webkit-text-fill-color: unset !important;
  color: inherit !important;
}

.vm-hero-intro-card__title .vm-card-label {
  background: linear-gradient(90deg,#3b82f6,#8b5cf6 50%,#ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vm-hero-intro-card--gold .vm-hero-intro-card__title .vm-card-label {
  background: linear-gradient(90deg,#f59e0b,#fbbf24 50%,#fcd34d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vm-hero-intro-card--green .vm-hero-intro-card__title .vm-card-label {
  background: linear-gradient(90deg,#059669,#10b981 50%,#34d399);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vm-hero-intro-card p {
  margin: 0;
}

.vm-premium-paragraph {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 50% 0,rgba(139,92,246,.15) 0,transparent 60%),rgba(15,15,25,.92);
  border: none;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
  color: var(--vm-text-secondary);
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 2rem auto;
  max-width: 900px;
  padding: 1.75rem 2rem 1.5rem;
  position: relative;
  text-align: center;
}

.vm-premium-paragraph:before {
  background: linear-gradient(90deg,transparent,#3b82f6 20%,#8b5cf6 50%,#ec4899 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 1;
}

.vm-premium-paragraph strong {
  color: var(--vm-text-primary);
}

.vm-premium-paragraph data {
  color: #10b981;
  font-weight: 700;
}

.vm-premium-feature-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3,1fr);
  list-style: none;
  margin: 2rem auto;
  max-width: 1000px;
  padding: 0;
}

.vm-premium-feature-grid--4col {
  grid-template-columns: repeat(4,1fr);
  max-width: 1200px;
}

.vm-premium-feature-card {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 50% 0,rgba(139,92,246,.12) 0,transparent 60%),rgba(15,15,25,.92);
  border: none;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
  color: var(--vm-text-secondary);
  font-size: .95rem;
  line-height: 1.7;
  padding: 1.5rem 1rem 1.25rem;
  position: relative;
  text-align: center;
}

.vm-premium-feature-card:before {
  background: linear-gradient(90deg,transparent,#3b82f6 20%,#8b5cf6 50%,#ec4899 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 1;
}

.vm-premium-feature-card__title {
  align-items: center;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  gap: .5rem;
  justify-content: center;
  margin-bottom: .5rem;
}

.vm-premium-feature-card__title .vm-card-emoji {
  font-family: Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,sans-serif;
  font-style: normal;
}

.vm-premium-feature-card__title .vm-card-label {
  background: linear-gradient(90deg,#3b82f6,#8b5cf6 50%,#ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vm-premium-feature-card p {
  margin: 0;
}

.vm-premium-feature-card strong {
  color: var(--vm-text-primary);
}

.vm-premium-feature-card--green {
  background: radial-gradient(ellipse at 50% 0,rgba(16,185,129,.12) 0,transparent 60%),rgba(15,15,25,.92);
}

.vm-premium-feature-card--green:before {
  background: linear-gradient(90deg,transparent,#059669 20%,#10b981 50%,#34d399 80%,transparent);
}

.vm-premium-feature-card--green .vm-premium-feature-card__title .vm-card-label {
  background: linear-gradient(90deg,#059669,#10b981 50%,#34d399);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vm-premium-feature-card--gold {
  background: radial-gradient(ellipse at 50% 0,rgba(251,191,36,.12) 0,transparent 60%),rgba(15,15,25,.92);
}

.vm-premium-feature-card--gold:before {
  background: linear-gradient(90deg,transparent,#f59e0b 20%,#fbbf24 50%,#fcd34d 80%,transparent);
}

.vm-premium-feature-card--gold .vm-premium-feature-card__title .vm-card-label {
  background: linear-gradient(90deg,#f59e0b,#fbbf24 50%,#fcd34d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vm-hero-intro {
  font-size: 1.1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}

.vm-hero-intro,.vm-lead {
  line-height: 1.7;
  max-width: 900px;
}

.vm-lead {
  color: var(--vm-text-secondary);
  font-size: 1.05rem;
  margin: 1.5rem auto;
}

.vm-summary {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(at 50% 0,rgba(139,92,246,.15) 0,transparent 60%),rgba(15,15,25,.92);
  border: none;
  border-radius: var(--vm-radius-md);
  box-shadow: 0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.05);
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 2rem auto;
  max-width: 800px;
  padding: 1.75rem 2rem 1.5rem;
  position: relative;
  text-align: center;
  transition: all .3s ease;
}

.vm-summary:before {
  background: linear-gradient(90deg,transparent,#3b82f6 20%,#8b5cf6 50%,#ec4899 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 1;
}

.vm-summary:hover {
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.2) 0,transparent 50%),rgba(15,15,25,.95);
  box-shadow: 0 12px 40px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.08);
}

.vm-summary:after {
  content: none;
}

.vm-summary p {
  color: var(--vm-text-secondary);
  margin: 0;
}

.vm-summary strong {
  color: var(--vm-text-primary);
  font-weight: 600;
}

.vm-summary mark {
  background: transparent;
  border-radius: 0;
  color: #10b981;
  font-weight: 700;
  padding: 0;
  text-shadow: 0 0 12px rgba(16,185,129,.3);
}

.vm-summary .vm-free {
  text-shadow: 0 0 15px rgba(16,185,129,.4);
}

.vm-summary .vm-free,.vm-summary data {
  color: #10b981;
  font-weight: 700;
}

.llm-fact-nugget {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.15) 0,transparent 50%),rgba(15,15,25,.85);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.05);
  display: grid;
  gap: .75rem 1.25rem;
  grid-template-columns: auto 1fr;
  margin: 2rem auto;
  max-width: 800px;
  padding: 2rem;
}

.llm-fact-nugget dt {
  align-items: flex-start;
  color: #a78bfa;
  display: flex;
  font-size: .95rem;
  font-weight: 600;
  gap: .5rem;
}

.llm-fact-nugget dd {
  color: var(--vm-text-secondary);
  font-size: .95rem;
  line-height: 1.6;
  margin: 0;
}

.llm-citation-nugget {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.15) 0,transparent 50%),rgba(15,15,25,.85);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.05);
  margin: 2rem auto;
  max-width: 700px;
  padding: 2rem;
}

.llm-nugget-list {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.llm-nugget-list li {
  border-bottom: 1px solid rgba(139,92,246,.1);
  color: var(--vm-text-secondary);
  font-size: .95rem;
  line-height: 1.6;
  padding: .4rem 0;
}

.llm-nugget-list li:last-child {
  border-bottom: none;
}

.llm-nugget-list li strong {
  color: #a78bfa;
  font-weight: 600;
  margin-right: .5rem;
}

.vm-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--vm-space-sm);
  margin-top: var(--vm-space-md);
}

.vm-button,.vm-cta-group,.vm-cta-group--center {
  justify-content: center;
}

.vm-button {
  align-items: center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(16,185,129,.2) 0,transparent 50%),rgba(15,15,25,.85);
  border: 1px solid rgba(16,185,129,.4);
  border-radius: var(--vm-radius-pill);
  box-shadow: 0 4px 15px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.05);
  color: #10b981;
  cursor: pointer;
  display: inline-flex;
  font-size: .95rem;
  font-weight: 600;
  gap: .5rem;
  letter-spacing: .02em;
  padding: .8rem 1.6rem;
  text-decoration: none;
  transform: translateZ(0);
  transition: all var(--vm-duration-fast) var(--vm-ease-standard);
  will-change: transform;
}

.vm-button:hover {
  background: radial-gradient(ellipse at 30% 0,rgba(16,185,129,.3) 0,transparent 50%),rgba(15,15,25,.9);
  border-color: rgba(16,185,129,.6);
  box-shadow: 0 6px 20px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.08);
  color: #34d399;
  transform: translateY(-2px) translateZ(0);
}

.vm-button-secondary {
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.15) 0,transparent 50%),rgba(15,15,25,.85);
  border: 1px solid rgba(139,92,246,.3);
  color: rgba(249,250,251,.9);
}

.vm-button-secondary:hover {
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.25) 0,transparent 50%),rgba(15,15,25,.9);
  border-color: rgba(139,92,246,.5);
  color: #fff;
}

.vm-button--large {
  font-size: 1.05rem;
  padding: 1rem 2rem;
}

.vm-table-wrapper {
  border-radius: var(--vm-radius-lg);
  margin: 2rem 0;
  overflow-x: auto;
}

.vm-comparison-table {
  background: linear-gradient(135deg,rgba(15,23,42,.98),rgba(15,23,42,.88));
  border-collapse: separate;
  border-radius: var(--vm-radius-lg);
  border-spacing: 0;
  box-shadow: var(--vm-shadow-card);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.vm-comparison-table:before {
  background: conic-gradient(from 180deg,#3b82f6 0deg,#8b5cf6 120deg,#ec4899 240deg,#3b82f6 1turn);
  border-radius: inherit;
  content: "";
  inset: -2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 2px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.vm-comparison-table thead {
  background: rgba(15,15,25,.85);
}

.vm-comparison-table th {
  border-bottom: 2px solid rgba(139,92,246,.3);
  color: #a78bfa;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .1em;
  padding: 1.25rem 1rem;
  text-align: left;
  text-transform: uppercase;
}

.vm-comparison-table tbody tr {
  border-bottom: 1px solid rgba(148,163,184,.1);
  transition: background-color var(--vm-duration-normal) var(--vm-ease-standard);
}

.vm-comparison-table tbody tr:hover {
  background-color: rgba(59,130,246,.06);
}

.vm-comparison-table tbody tr:last-child {
  border-bottom: none;
}

.vm-comparison-table td {
  color: var(--vm-text-secondary);
  font-size: .95rem;
  line-height: 1.6;
  padding: 1.25rem 1rem;
  vertical-align: top;
}

.vm-row-highlight {
  background: linear-gradient(90deg,rgba(59,130,246,.1),rgba(139,92,246,.08));
}

.vm-row-highlight td {
  color: var(--vm-text-primary);
}

.vm-section .vm-comparison-table,.vm-section .vm-table-wrapper {
  background: transparent;
}

.vm-section .vm-comparison-table:before {
  display: none;
}

.vm-section .vm-comparison-table thead {
  background: rgba(15,23,42,.3);
}

.vm-section .vm-comparison-table th {
  background: transparent;
  border-bottom: 1px solid rgba(139,92,246,.3);
}

.vm-section .vm-comparison-table td {
  background: transparent;
  border-bottom: 1px solid hsla(0,0%,100%,.06);
}

.vm-section .vm-comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.vm-section .vm-comparison-table tbody tr:hover {
  background: rgba(139,92,246,.08);
}

.vm-section .vm-row-highlight {
  background: rgba(139,92,246,.1);
}

@media (max-width:640px) {
  .vm-section .vm-table-wrapper {
    border-radius: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
  }

  .vm-section .vm-comparison-table tbody tr {
    background: rgba(15,23,42,.4);
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .vm-section .vm-comparison-table td {
    flex-direction: column;
    gap: .25rem;
    justify-content: center;
    text-align: center;
  }

  .vm-section .vm-comparison-table td:before {
    margin-bottom: .25rem;
    margin-right: 0;
    max-width: 100%;
  }
}

.vm-table-icon {
  font-size: 1.3rem;
  margin-right: .5rem;
}

.key-insight {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.12) 0,transparent 50%),rgba(15,15,25,.9);
  border: none;
  border-radius: var(--vm-radius-lg);
  box-shadow: 0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.05);
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
  padding: 1.75rem 1.5rem 1.5rem;
  position: relative;
  transition: all .3s ease;
}

.key-insight:before {
  background: linear-gradient(90deg,transparent,#3b82f6 20%,#8b5cf6 50%,#ec4899 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 1;
}

.key-insight:hover {
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.18) 0,transparent 50%),rgba(15,15,25,.95);
  box-shadow: 0 12px 40px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.08);
}

.key-insight--success {
  background: radial-gradient(ellipse at 30% 0,rgba(16,185,129,.15) 0,transparent 50%),rgba(15,15,25,.9);
  border: none;
  padding-top: 1.75rem;
  position: relative;
}

.key-insight--success:before {
  background: linear-gradient(90deg,transparent,#059669 20%,#10b981 50%,#34d399 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 1;
}

.key-insight--success:hover {
  background: radial-gradient(ellipse at 30% 0,rgba(16,185,129,.22) 0,transparent 50%),rgba(15,15,25,.95);
}

.key-insight--warning {
  background: radial-gradient(ellipse at 30% 0,rgba(245,158,11,.2) 0,transparent 50%),rgba(15,15,25,.85);
  border-color: rgba(245,158,11,.3);
}

.key-insight__icon {
  flex-shrink: 0;
  font-size: 2rem;
  line-height: 1;
}

.key-insight__content {
  flex: 1;
  min-width: 0;
}

.key-insight__title {
  background: linear-gradient(135deg,#3b82f6,#8b5cf6);
  -webkit-background-clip: text;
  color: #f1f5f9;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 .75rem;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.key-insight--success .key-insight__title {
  background: linear-gradient(135deg,#10b981,#34d399);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.key-insight__text {
  color: #cbd5e1;
  font-size: .95rem;
  line-height: 1.8;
  margin: 0;
}

.key-insight__text strong {
  color: #f1f5f9;
}

.key-insight__text mark {
  background: transparent;
  border-radius: 0;
  color: #10b981;
  font-weight: 700;
  padding: 0;
  text-shadow: 0 0 12px rgba(16,185,129,.3);
}

.vm-entity-definitions {
  padding: var(--vm-space-lg);
}

.entity-definition {
  display: block;
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.12) 0,transparent 50%),rgba(15,15,25,.9);
  border: none;
  border-radius: var(--vm-radius-md);
  box-shadow: 0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.05);
  color: var(--vm-text-secondary);
  font-size: .95rem;
  line-height: 1.7;
  margin: 1.5rem 0 1rem;
  overflow: hidden;
  padding: 1.5rem;
  position: relative;
  transition: all .3s ease;
}

.entity-definition:before {
  background: linear-gradient(90deg,transparent,#3b82f6 20%,#8b5cf6 50%,#ec4899 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 1;
}

.entity-definition:hover {
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.18) 0,transparent 50%),rgba(15,15,25,.95);
  box-shadow: 0 12px 40px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.08);
}

.entity-definition dfn {
  background: linear-gradient(90deg,#3b82f6,#8b5cf6 50%,#ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: normal;
  font-weight: 700;
}

.entity-definition strong {
  color: var(--vm-text-primary);
}

.entity-definition mark {
  background: transparent;
  border-radius: 0;
  color: #10b981;
  font-weight: 700;
  padding: 0;
  text-shadow: 0 0 12px rgba(16,185,129,.3);
}

.vm-capacity-grid {
  display: grid;
  gap: var(--vm-space-md);
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  margin: 2rem 0;
}

.vm-capacity-card {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.12) 0,transparent 50%),rgba(15,15,25,.9);
  border: none;
  border-radius: var(--vm-radius-md);
  box-shadow: 0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.05);
  padding: 1.75rem 1.5rem 1.5rem;
  position: relative;
  text-align: center;
  transform: translateZ(0);
  transition: all .3s ease;
  will-change: transform;
}

.vm-capacity-card:before {
  background: linear-gradient(90deg,transparent,#3b82f6 20%,#8b5cf6 50%,#ec4899 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 15%;
  position: absolute;
  right: 15%;
  top: 0;
  z-index: 1;
}

.vm-capacity-card:hover {
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.18) 0,transparent 50%),rgba(15,15,25,.95);
  box-shadow: 0 12px 40px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.08);
  transform: translateY(-4px) translateZ(0);
}

.vm-capacity-card--popular {
  background: radial-gradient(ellipse at 30% 0,rgba(251,191,36,.12) 0,transparent 50%),rgba(15,15,25,.9);
}

.vm-capacity-card--popular:before {
  background: linear-gradient(90deg,transparent,#f59e0b 20%,#fbbf24 50%,#fcd34d 80%,transparent);
}

.vm-capacity-card--popular:hover {
  background: radial-gradient(ellipse at 30% 0,rgba(251,191,36,.18) 0,transparent 50%),rgba(15,15,25,.95);
}

.vm-capacity-card h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.vm-capacity-card p {
  font-size: .95rem;
  margin-bottom: 1rem;
}

.vm-price-highlight {
  color: var(--vm-text-primary);
  font-size: 1.1rem;
  margin: 0;
}

.vm-price-highlight mark {
  font-size: 1.3rem;
}

.vm-badge {
  align-items: center;
  border-radius: var(--vm-radius-pill);
  display: inline-flex;
  font-size: .8rem;
  font-weight: 700;
  gap: .4rem;
  justify-content: center;
  letter-spacing: .08em;
  padding: .6rem 1.2rem;
  text-transform: uppercase;
}

.vm-badge--popular {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(251,191,36,.25) 0,transparent 50%),rgba(15,15,25,.9);
  border: 1px solid rgba(251,191,36,.5);
  box-shadow: 0 4px 20px rgba(251,191,36,.3),0 0 30px rgba(251,191,36,.15),inset 0 1px 0 hsla(0,0%,100%,.1);
  color: #fbbf24;
  margin-top: 1rem;
  text-shadow: 0 0 12px rgba(251,191,36,.5);
}

.vm-geo-grid {
  display: grid;
  gap: var(--vm-space-md);
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  margin: 2rem 0;
}

.vm-geo-card {
  background: rgba(15,15,25,.85);
  border: 1px solid rgba(139,92,246,.2);
  border-radius: var(--vm-radius-md);
  padding: 1.5rem;
}

.vm-geo-card h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.vm-geo-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vm-geo-list li {
  border-bottom: 1px solid rgba(139,92,246,.1);
  color: var(--vm-text-secondary);
  display: flex;
  font-size: .95rem;
  justify-content: space-between;
  padding: .6rem 0;
}

.vm-geo-list li:last-child {
  border-bottom: none;
}

.vm-geo-time {
  color: #10b981;
  font-weight: 600;
}

.vm-address-block {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(59,130,246,.15) 0,transparent 50%),rgba(15,15,25,.9);
  border: none;
  border-radius: var(--vm-radius-md);
  box-shadow: 0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.05);
  margin: 2rem 0;
  padding: 1.75rem 1.5rem 1.5rem;
  position: relative;
  text-align: center;
  transition: all .3s ease;
}

.vm-address-block:before {
  background: linear-gradient(90deg,transparent,#2563eb 20%,#3b82f6 50%,#60a5fa 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 1;
}

.vm-address-block:hover {
  background: radial-gradient(ellipse at 30% 0,rgba(59,130,246,.22) 0,transparent 50%),rgba(15,15,25,.95);
  box-shadow: 0 12px 40px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.08);
}

.vm-address-block p {
  color: var(--vm-text-secondary);
  margin: .5rem 0;
}

.vm-address-block strong {
  color: var(--vm-text-primary);
}

.vm-feature-list {
  list-style: none;
  margin: 1.5rem auto;
  max-width: 800px;
  padding: 0;
}

.vm-feature-list li {
  border-bottom: 1px solid rgba(139,92,246,.1);
  color: var(--vm-text-secondary);
  display: flex;
  font-size: .95rem;
  gap: .75rem;
  line-height: 1.6;
  padding: .75rem 0;
}

.vm-feature-list li:last-child {
  border-bottom: none;
}

.vm-feature-list li:before {
  color: #10b981;
  content: "✓";
  flex-shrink: 0;
  font-weight: 700;
}

.vm-feature-list li strong {
  color: var(--vm-text-primary);
}

.vm-answer-capsule {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(16,185,129,.15) 0,transparent 50%),rgba(15,15,25,.9);
  border: none;
  border-radius: var(--vm-radius-md);
  box-shadow: 0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.05);
  color: var(--vm-text-secondary);
  font-size: clamp(1.05rem,2.2vw,1.2rem);
  font-weight: 500;
  margin: 1.5rem 0;
  padding: 1.75rem 1.5rem 1.5rem;
  position: relative;
  transition: all .3s ease;
}

.vm-answer-capsule:before {
  background: linear-gradient(90deg,transparent,#059669 20%,#10b981 50%,#34d399 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 1;
}

.vm-answer-capsule:hover {
  background: radial-gradient(ellipse at 30% 0,rgba(16,185,129,.22) 0,transparent 50%),rgba(15,15,25,.95);
  box-shadow: 0 12px 40px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.08);
}

.vm-answer-capsule strong {
  background: linear-gradient(90deg,#10b981,#34d399);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vm-faq-section {
  padding: var(--vm-space-lg);
}

.vm-faq-list {
  margin: 2rem auto;
  max-width: 900px;
}

.vm-faq-item {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.12) 0,transparent 50%),rgba(15,15,25,.9);
  border: none;
  border-radius: var(--vm-radius-md);
  box-shadow: 0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.05);
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
}

.vm-faq-item:before {
  background: linear-gradient(90deg,transparent,#f59e0b 20%,#fbbf24 50%,#fcd34d 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 1;
}

.vm-faq-item:hover {
  background: radial-gradient(ellipse at 30% 0,rgba(236,72,153,.15) 0,transparent 50%),rgba(15,15,25,.95);
  box-shadow: 0 12px 40px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.08);
}

.vm-faq-item summary {
  color: var(--vm-text-primary);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 600;
  list-style: none;
  padding: 1.5rem 3rem 1.25rem 1.5rem;
  position: relative;
  transition: all .3s ease;
}

.vm-faq-item summary::-webkit-details-marker {
  display: none;
}

.vm-faq-item summary:after {
  color: #fbbf24;
  content: "+";
  font-size: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform .3s ease,color .3s ease;
}

.vm-faq-item[open] summary:after {
  color: #ec4899;
  transform: translateY(-50%) rotate(45deg);
}

.vm-faq-item:hover summary {
  background: linear-gradient(90deg,#3b82f6,#8b5cf6 50%,#ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vm-faq-item:hover summary:after {
  color: #ec4899;
}

.vm-faq-answer {
  padding: 0 1.5rem 1.25rem;
}

.vm-faq-answer p {
  color: var(--vm-text-secondary);
  line-height: 1.7;
  margin: 0;
}

.vm-see-also {
  padding: var(--vm-space-lg);
  text-align: center;
}

.vm-see-also-grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--vm-space-md);
  justify-content: center;
  margin-top: var(--vm-space-md);
}

.vm-see-also-card {
  align-items: center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.12) 0,transparent 50%),rgba(15,15,25,.9);
  border: none;
  border-radius: var(--vm-radius-md);
  box-shadow: 0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.05);
  display: flex;
  flex: 0 1 240px;
  flex-direction: column;
  gap: .5rem;
  max-width: 280px;
  padding: 1.75rem 1.5rem 1.5rem;
  position: relative;
  text-decoration: none;
  transform: translateZ(0);
  transition: all .3s ease;
  will-change: transform;
}

.vm-see-also-card:before {
  background: linear-gradient(90deg,transparent,#3b82f6 20%,#8b5cf6 50%,#ec4899 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 15%;
  position: absolute;
  right: 15%;
  top: 0;
}

.vm-see-also-card:hover {
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.18) 0,transparent 50%),rgba(15,15,25,.95);
  box-shadow: 0 12px 40px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.08);
  transform: translateY(-4px) translateZ(0);
}

.vm-see-also-icon {
  font-size: 2rem;
}

.vm-see-also-title {
  color: var(--vm-text-primary);
  font-size: 1rem;
  font-weight: 600;
}

.vm-see-also-desc {
  color: var(--vm-text-muted);
  font-size: .85rem;
}

.vm-final-cta {
  padding: var(--vm-space-xl);
  text-align: center;
}

.vm-final-cta-heading {
  font-size: clamp(1.8rem,3.5vw,2.6rem);
  margin-bottom: var(--vm-space-md);
}

.vm-cta-contact {
  margin: 2rem 0;
}

.vm-cta-contact p {
  font-size: 1.05rem;
  margin: .5rem 0;
}

.vm-cta-contact a {
  color: #60a5fa;
  text-decoration: none;
}

.vm-cta-contact a:hover {
  text-decoration: underline;
}

.vm-heading-center {
  margin-bottom: var(--vm-space-md);
  text-align: center;
}

.vm-paragraph-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
}

.vm-paragraph-center--lg {
  font-size: 1.1rem;
  line-height: 1.7;
}

.vm-intro-box {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.12) 0,transparent 50%),rgba(15,15,25,.9);
  border: none;
  border-radius: var(--vm-radius-md);
  box-shadow: 0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.05);
  color: var(--vm-text-secondary);
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 2rem auto;
  max-width: 900px;
  padding: 1.75rem 2rem 1.5rem;
  position: relative;
  text-align: center;
  transition: all .3s ease;
}

.vm-intro-box:before {
  background: linear-gradient(90deg,transparent,#3b82f6 20%,#8b5cf6 50%,#ec4899 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 1;
}

.vm-intro-box:hover {
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.18) 0,transparent 50%),rgba(15,15,25,.95);
  box-shadow: 0 12px 40px rgba(0,0,0,.5),inset 0 1px 0 hsla(0,0%,100%,.08);
}

.vm-intro-box strong {
  color: var(--vm-text-primary);
}

.vm-footer {
  background: #080b14;
  border-top: 1px solid rgba(139,92,246,.2);
  margin-top: var(--vm-space-xl);
  padding: var(--vm-space-xl) 0 var(--vm-space-lg);
  position: relative;
}

.vm-footer-shell {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 var(--vm-space-sm);
  text-align: center;
}

.vm-footer-brand {
  border-bottom: 1px solid rgba(148,163,184,.15);
  margin-bottom: var(--vm-space-lg);
  padding-bottom: var(--vm-space-lg);
}

.vm-footer-brand h2 {
  font-size: clamp(1.8rem,3vw,2.4rem);
  margin-bottom: .75rem;
}

.vm-footer-tagline {
  color: rgba(249,250,251,.85);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 700px;
}

.vm-footer-nav {
  border-bottom: 1px solid rgba(148,163,184,.15);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.75rem;
  justify-content: center;
  margin-bottom: var(--vm-space-lg);
  padding-bottom: var(--vm-space-lg);
}

.vm-footer-nav a {
  color: #94a3b8;
  font-size: .95rem;
  font-weight: 500;
  text-decoration: none;
  transition: color var(--vm-duration-fast) var(--vm-ease-standard);
}

.vm-footer-nav a:hover {
  color: #f9fafb;
}

.vm-footer-nav a[aria-current=page] {
  color: #a78bfa;
  font-weight: 600;
}

.vm-footer-nav a.vm-footer-link--award {
  color: #fbbf24;
  font-weight: 600;
  text-shadow: 0 0 12px rgba(251,191,36,.3);
}

.vm-footer-nav a.vm-footer-link--award:hover {
  color: #fcd34d;
  text-shadow: 0 0 16px rgba(251,191,36,.5);
}

.vm-footer-contact-grid {
  border-bottom: 1px solid rgba(148,163,184,.15);
  display: grid;
  gap: var(--vm-space-xl);
  grid-template-columns: 1fr 1fr;
  margin-bottom: var(--vm-space-lg);
  padding-bottom: var(--vm-space-lg);
  text-align: left;
}

.vm-footer-contact-info h3,.vm-footer-social h3 {
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
}

.vm-footer-social {
  text-align: center;
}

.vm-footer h2.vm-gradient-text,.vm-footer h3.vm-gradient-text {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg,#3b82f6,#8b5cf6 50%,#ec4899);
  color: transparent;
  display: inline-block;
  -webkit-text-fill-color: transparent;
}

.vm-footer-contact-info p {
  color: rgba(249,250,251,.8);
  font-size: .95rem;
  line-height: 1.7;
  margin: .65rem 0;
}

.vm-footer-contact-info strong {
  color: #94a3b8;
  font-weight: 600;
}

.vm-footer-contact-info a {
  color: #60a5fa;
  text-decoration: none;
}

.vm-footer-contact-info a:hover {
  color: #93c5fd;
  text-decoration: underline;
}

.vm-footer-social-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(4,1fr);
}

.vm-footer-social-link {
  align-items: center;
  border-radius: var(--vm-radius-md);
  display: flex;
  flex-direction: column;
  gap: .5rem;
  min-height: 90px;
  padding: 1rem .75rem;
  text-decoration: none;
  transform: translateZ(0);
  transition: background-color var(--vm-duration-normal) var(--vm-ease-standard);
}

.vm-footer-social-link:hover {
  background-color: rgba(59,130,246,.12);
}

.vm-footer-social-icon {
  font-size: 2rem;
}

.vm-footer-social-label {
  color: #94a3b8;
  font-size: .75rem;
  text-align: center;
}

.vm-footer-maps {
  border-bottom: 1px solid rgba(148,163,184,.15);
  margin-bottom: var(--vm-space-lg);
  padding-bottom: var(--vm-space-lg);
}

.vm-footer-maps h3 {
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
}

.vm-footer-maps-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
}

.vm-footer-map-link {
  align-items: center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(59,130,246,.15) 0,transparent 50%),rgba(15,15,25,.85);
  border: 1px solid rgba(59,130,246,.3);
  border-radius: var(--vm-radius-pill);
  box-shadow: 0 4px 15px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.05);
  color: rgba(249,250,251,.9);
  display: inline-flex;
  font-size: .95rem;
  font-weight: 600;
  gap: .6rem;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: all var(--vm-duration-fast) var(--vm-ease-standard);
}

.vm-footer-map-link:hover {
  background: radial-gradient(ellipse at 30% 0,rgba(59,130,246,.25) 0,transparent 50%),rgba(15,15,25,.9);
  border-color: rgba(59,130,246,.5);
  box-shadow: 0 6px 20px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.08);
  color: #fff;
}

.vm-footer-manager {
  border-top: 1px solid rgba(139,92,246,.2);
  margin-top: var(--vm-space-xl);
  padding-top: var(--vm-space-lg);
}

.vm-manager-card {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(251,191,36,.12) 0,transparent 50%),rgba(15,15,25,.9);
  border: 1px solid rgba(251,191,36,.25);
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.05);
  margin: 0 auto;
  max-width: 800px;
  padding: clamp(1.5rem,4vw,2.5rem);
  position: relative;
  text-align: center;
}

.vm-manager-card:before {
  background: linear-gradient(90deg,transparent,#f59e0b 20%,#fbbf24 50%,#fcd34d 80%,transparent);
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 0;
}

.vm-manager-card__title {
  background: linear-gradient(135deg,#f59e0b,#fbbf24,#f59e0b);
  -webkit-background-clip: text;
  font-size: clamp(1.6rem,3vw,2.2rem);
  font-style: italic;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 .5rem;
}

.vm-manager-card__role {
  background: linear-gradient(135deg,#a855f7,#8b5cf6);
  -webkit-background-clip: text;
  font-size: clamp(1rem,2vw,1.25rem);
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border-bottom: 1px solid rgba(139,92,246,.2);
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
}

.vm-manager-card__desc {
  color: var(--vm-text-secondary);
  font-size: .95rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  text-align: left;
}

.vm-manager-card__desc cite {
  color: var(--vm-text-primary);
  font-style: italic;
}

.vm-manager-card__desc a,.vm-manager-card__doi {
  color: #60a5fa;
  text-decoration: none;
}

.vm-manager-card__desc a:hover {
  text-decoration: underline;
}

.vm-manager-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.vm-manager-card__links a {
  align-items: center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.15) 0,transparent 50%),rgba(15,15,25,.85);
  border: 1px solid rgba(139,92,246,.3);
  border-radius: 2rem;
  box-shadow: 0 4px 15px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.05);
  color: rgba(249,250,251,.9);
  display: inline-flex;
  font-size: .9rem;
  font-weight: 500;
  gap: .5rem;
  padding: .6rem 1.2rem;
  text-decoration: none;
  transition: all .2s ease;
}

.vm-manager-card__links a:hover {
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.25) 0,transparent 50%),rgba(15,15,25,.9);
  border-color: rgba(139,92,246,.5);
  box-shadow: 0 6px 20px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.08);
  color: #fff;
}

.vm-manager-card__linkedin,.vm-manager-card__orcid,.vm-manager-card__wikidata {
  align-items: center;
  display: inline-flex;
  gap: .5rem;
}

.vm-footer-legal {
  padding-top: var(--vm-space-sm);
  text-align: center;
}

.vm-footer-copyright {
  color: #94a3b8;
  font-size: .9rem;
  margin-bottom: .75rem;
}

.vm-footer-copyright a {
  color: #94a3b8;
  text-decoration: none;
}

.vm-footer-copyright a:hover {
  color: #f9fafb;
  text-decoration: underline;
}

.vm-footer-keywords {
  color: var(--vm-text-muted);
  font-size: .8rem;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 900px;
}

@media (min-width:1024px) {
  .vm-comparison-table thead {
    background: rgba(15,23,42,.98);
    position: sticky;
    top: 0;
    z-index: 10;
  }
}

@media (min-width:641px) and (max-width:1023px) {
  .vm-comparison-table td,.vm-comparison-table th {
    font-size: .9rem;
    padding: 1rem;
  }

  .vm-footer-social-grid {
    grid-template-columns: repeat(3,1fr);
  }
}

@media (max-width:640px) {
  body,html {
    overflow-x: hidden;
  }

  body {
    max-width: 100vw;
  }

  * {
    max-width: 100%;
  }

  .breadcrumb {
    display: none;
  }

  .vm-section,.vm-section.vm-entity-definitions,.vm-section.vm-faq-section,.vm-section.vm-see-also,aside.vm-section {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: var(--vm-space-lg) !important;
    padding: var(--vm-space-md) 0 !important;
  }

  .vm-section .vm-container,.vm-section>.vm-container {
    max-width: 100% !important;
    padding: 0 var(--vm-space-sm) !important;
  }

  .vm-hero {
    contain: layout style;
    min-height: auto;
    padding: var(--vm-space-md);
  }

  .vm-hero-badge {
    border-radius: .75rem !important;
    display: block !important;
    font-size: .9rem !important;
    line-height: 1.6 !important;
    margin: 1.5rem 0 !important;
    padding: 1.25rem .75rem 1rem !important;
  }

  .vm-hero-intro-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    margin: 1.5rem 0 !important;
    max-width: 100% !important;
  }

  .vm-hero-intro-card {
    border-radius: .75rem !important;
    padding: 1.5rem 1rem 1.25rem !important;
    width: 100% !important;
  }

  .vm-hero-intro-card__title {
    font-size: 1rem !important;
  }

  .vm-premium-paragraph {
    border-radius: .75rem !important;
    font-size: .95rem !important;
    padding: 1.5rem 1rem 1.25rem !important;
  }

  .vm-premium-feature-grid,.vm-premium-paragraph {
    margin: 1.5rem calc(var(--vm-space-md)*-1) !important;
    max-width: none !important;
    width: calc(100% + var(--vm-space-md)*2) !important;
  }

  .vm-premium-feature-grid {
    display: grid !important;
    gap: .75rem !important;
    padding: 0 .25rem !important;
  }

  .vm-premium-feature-grid,.vm-premium-feature-grid--4col {
    grid-template-columns: 1fr 1fr !important;
  }

  .vm-premium-feature-card {
    border-radius: .75rem !important;
    font-size: .85rem !important;
    padding: 1.25rem .75rem 1rem !important;
  }

  .vm-premium-feature-card__title {
    flex-direction: column !important;
    font-size: .9rem !important;
    gap: .25rem !important;
  }

  .vm-premium-feature-card__title .vm-card-emoji {
    font-size: 1.5rem !important;
  }

  .vm-cta-group {
    flex-direction: column;
  }

  .vm-button {
    width: 100%;
  }

  .key-insight {
    align-items: center;
    flex-direction: column;
    gap: .75rem;
    padding: 1.25rem;
    text-align: center;
  }

  .key-insight__icon {
    font-size: 2rem;
    text-align: center;
  }

  .key-insight__content {
    text-align: center;
    width: 100%;
  }

  .key-insight__title {
    justify-content: center;
    text-align: center;
  }

  .key-insight__text {
    text-align: center;
  }

  .key-insight .vm-address-block {
    margin: 1rem auto;
    text-align: center;
  }

  .llm-fact-nugget {
    text-align: center;
  }

  .llm-fact-nugget dt {
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .llm-citation-nugget,.llm-fact-nugget dd {
    text-align: center;
  }

  .llm-nugget-list li {
    justify-content: center;
    text-align: center;
  }

  .vm-comparison-table thead {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0,0,0,0);
    border: 0;
    white-space: nowrap;
  }

  .vm-section .vm-table-wrapper,.vm-table-wrapper {
    margin-left: calc(var(--vm-space-md)*-1) !important;
    margin-right: calc(var(--vm-space-md)*-1) !important;
    max-width: none !important;
    overflow-x: visible !important;
    padding: 0 .5rem !important;
    width: calc(100% + var(--vm-space-md)*2) !important;
  }

  .vm-comparison-table,.vm-section .vm-comparison-table {
    margin: 0 !important;
    width: 100% !important;
  }

  .vm-comparison-table tbody tr,.vm-section .vm-comparison-table tbody tr {
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    background: radial-gradient(ellipse at 50% 0,rgba(139,92,246,.18) 0,transparent 60%),rgba(15,15,25,.92) !important;
    border: none !important;
    border-radius: .75rem !important;
    border-radius: 1rem !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.35) !important;
    display: block !important;
    margin-bottom: 1.5rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 1.75rem 1rem 1.5rem !important;
    position: relative !important;
    text-align: center !important;
  }

  .vm-comparison-table tbody tr:before,.vm-section .vm-comparison-table tbody tr:before {
    background: linear-gradient(90deg,transparent,#3b82f6 20%,#8b5cf6 50%,#ec4899 80%,transparent) !important;
    border-radius: 2px !important;
    content: "" !important;
    height: 2px !important;
    left: 10% !important;
    position: absolute !important;
    right: 10% !important;
    top: 0 !important;
    z-index: 1 !important;
  }

  .vm-comparison-table tbody tr.vm-row-highlight,.vm-section .vm-comparison-table tbody tr.vm-row-highlight {
    background: radial-gradient(ellipse at 50% 0,rgba(16,185,129,.18) 0,transparent 60%),rgba(15,15,25,.92) !important;
  }

  .vm-comparison-table tbody tr.vm-row-highlight:before,.vm-section .vm-comparison-table tbody tr.vm-row-highlight:before {
    background: linear-gradient(90deg,transparent,#059669 20%,#10b981 50%,#34d399 80%,transparent) !important;
  }

  .vm-comparison-table td {
    align-items: center;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    gap: .35rem;
    justify-content: center;
    padding: .75rem 0;
    text-align: center;
  }

  .vm-comparison-table caption {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.15) 0,transparent 50%),rgba(15,15,25,.9);
    border: none;
    border-radius: var(--vm-radius-md);
    box-shadow: 0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.05);
    color: var(--vm-text-secondary);
    display: block;
    font-size: .9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    padding: 1.5rem 1rem 1.25rem;
    position: relative;
    text-align: center;
  }

  .vm-comparison-table caption:before {
    background: linear-gradient(90deg,transparent,#f59e0b 20%,#fbbf24 50%,#fcd34d 80%,transparent);
    border-radius: 2px;
    content: "";
    height: 2px;
    left: 10%;
    position: absolute;
    right: 10%;
    top: 0;
    z-index: 1;
  }

  .vm-comparison-table td:before {
    color: #a78bfa;
    content: attr(data-label);
    display: block;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .08em;
    margin-right: 0;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
  }

  .vm-feature-list {
    padding: 0 .5rem;
  }

  .vm-feature-list li {
    padding: 1rem .75rem;
  }

  .vm-feature-list li:before {
    margin-bottom: .25rem;
  }

  .vm-container {
    max-width: 100%;
    overflow-x: hidden;
    padding: 0 1rem;
  }

  .vm-section .vm-container {
    padding: 0 .75rem;
  }

  .vm-heading-center {
    padding: 0 .5rem;
    text-align: center;
    word-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .vm-heading-center .vm-gradient-text {
    display: inline;
    word-wrap: break-word;
    word-break: break-word;
  }

  .vm-paragraph-center,.vm-paragraph-center--lg {
    padding: 0 .5rem;
    text-align: center;
    word-wrap: break-word;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .vm-feature-list {
    margin: 1.5rem 0;
    max-width: 100%;
    padding: 0 .25rem;
  }

  .vm-feature-list li {
    align-items: center;
    flex-direction: column;
    gap: .5rem;
    padding: 1rem .5rem;
    text-align: center;
  }

  .vm-feature-list li,h2,h3 {
    word-wrap: break-word;
    word-break: break-word;
  }

  h2,h3 {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  h2 .vm-gradient-text,h3 .vm-gradient-text {
    display: inline;
  }

  .llm-fact-nugget {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    display: block !important;
    gap: 0 !important;
    grid-template-columns: none !important;
    margin: 1.5rem 0 !important;
    padding: 0 !important;
  }

  .llm-fact-nugget dt {
    align-items: center !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    background: radial-gradient(ellipse at 50% 0,rgba(139,92,246,.18) 0,transparent 60%),rgba(15,15,25,.92) !important;
    border: none !important;
    border-radius: 1rem 1rem 0 0 !important;
    color: #c4b5fd !important;
    display: flex !important;
    flex-wrap: wrap !important;
    font-size: .95rem !important;
    font-weight: 600 !important;
    justify-content: center !important;
    line-height: 1.4 !important;
    margin: 1.25rem 0 0 !important;
    padding: 1.5rem .75rem .75rem !important;
    position: relative !important;
    text-align: center !important;
    width: 100% !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .llm-fact-nugget dt:first-of-type {
    margin-top: 0 !important;
  }

  .llm-fact-nugget dt:before {
    background: linear-gradient(90deg,transparent,#3b82f6 20%,#8b5cf6 50%,#ec4899 80%,transparent) !important;
    border-radius: 2px !important;
    content: "" !important;
    height: 2px !important;
    left: 10% !important;
    position: absolute !important;
    right: 10% !important;
    top: 0 !important;
    z-index: 1 !important;
  }

  .llm-fact-nugget dd {
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    background: radial-gradient(ellipse at 50% 100%,rgba(139,92,246,.08) 0,transparent 60%),rgba(15,15,25,.88) !important;
    border: none !important;
    border-radius: 0 0 1rem 1rem !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.35) !important;
    color: var(--vm-text-secondary) !important;
    display: block !important;
    font-size: .95rem !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    padding: .75rem 1rem 1.25rem !important;
    text-align: center !important;
    width: 100% !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .llm-fact-nugget dd .vm-free,.llm-fact-nugget dd .vm-hl-blue,.llm-fact-nugget dd .vm-hl-gold,.llm-fact-nugget dd .vm-hl-green {
    display: inline !important;
    white-space: nowrap !important;
  }

  .llm-citation-nugget,.vm-section .llm-citation-nugget,.vm-section .vm-summary,.vm-summary {
    border-radius: .75rem !important;
    margin-bottom: 1.5rem !important;
    margin-left: calc(var(--vm-space-md)*-1) !important;
    margin-right: calc(var(--vm-space-md)*-1) !important;
    margin-top: 1.5rem !important;
    max-width: none !important;
    padding: 1.75rem 1rem 1.5rem !important;
    width: calc(100% + var(--vm-space-md)*2) !important;
  }

  .vm-section .vm-summary,.vm-summary {
    font-size: .95rem !important;
  }

  .vm-summary:after {
    font-size: .7rem;
    padding: .3rem .8rem;
  }

  .vm-intro-box,.vm-section .vm-intro-box {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
    padding: 1.75rem 1rem 1.5rem !important;
  }

  .entity-definition,.vm-intro-box,.vm-section .entity-definition,.vm-section .vm-intro-box {
    border-radius: .75rem !important;
    margin-left: calc(var(--vm-space-md)*-1) !important;
    margin-right: calc(var(--vm-space-md)*-1) !important;
    max-width: none !important;
    width: calc(100% + var(--vm-space-md)*2) !important;
  }

  .entity-definition,.vm-section .entity-definition {
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important;
    padding: 1.5rem 1rem 1.25rem !important;
  }

  .vm-footer-contact-grid {
    gap: var(--vm-space-lg);
    grid-template-columns: 1fr;
    text-align: center;
  }

  .vm-footer-contact-info {
    text-align: center;
  }

  .vm-footer-contact-info h3 {
    justify-content: center;
    text-align: center;
  }

  .vm-footer-contact-info p {
    text-align: center;
  }

  .vm-footer-social-grid {
    gap: 1rem;
    grid-template-columns: repeat(3,1fr);
  }

  .vm-footer-social-link {
    min-height: 80px;
    padding: .75rem .5rem;
  }

  .vm-footer-social-icon {
    font-size: 1.6rem;
  }

  .vm-manager-card {
    padding: 1.5rem 1rem;
  }

  .vm-manager-card,.vm-manager-card__desc {
    text-align: center;
  }

  .vm-manager-card__links {
    align-items: center;
    flex-direction: column;
  }

  .vm-manager-card__links a {
    justify-content: center;
    max-width: 280px;
    width: 100%;
  }

  .vm-geo-grid {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .vm-geo-card {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: radial-gradient(ellipse at 30% 0,rgba(59,130,246,.15) 0,transparent 50%),rgba(15,15,25,.9);
    border: none;
    border-radius: var(--vm-radius-md);
    box-shadow: 0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.05);
    padding: 1.75rem 1.5rem 1.5rem;
    position: relative;
  }

  .vm-geo-card:before {
    background: linear-gradient(90deg,transparent,#2563eb 20%,#3b82f6 50%,#60a5fa 80%,transparent);
    border-radius: 2px;
    content: "";
    height: 2px;
    left: 10%;
    position: absolute;
    right: 10%;
    top: 0;
    z-index: 1;
  }

  .vm-geo-card h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: center;
  }

  .vm-geo-list {
    padding: 0;
  }

  .vm-geo-list li {
    align-items: center;
    flex-direction: column;
    gap: .25rem;
    padding: .75rem 0;
    text-align: center;
  }

  .vm-geo-list li span:first-child {
    color: var(--vm-text-primary);
    font-weight: 500;
  }

  .vm-geo-time {
    font-size: .9rem;
  }

  .vm-capacity-grid {
    grid-template-columns: 1fr;
  }

  .vm-section .vm-see-also-grid,.vm-see-also-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    margin-left: calc(var(--vm-space-md)*-1) !important;
    margin-right: calc(var(--vm-space-md)*-1) !important;
    max-width: none !important;
    padding: 0 .25rem !important;
    width: calc(100% + var(--vm-space-md)*2) !important;
  }

  .vm-section .vm-see-also-card,.vm-see-also-card {
    border-radius: .75rem !important;
    flex: none !important;
    margin: 0 !important;
    max-width: none !important;
    padding: 1.5rem 1rem 1.25rem !important;
    width: 100% !important;
  }

  .breadcrumb__link,.dropdown-menu a,.entity-definition,.header__logo img,.key-insight,.nav-cta,.nav-link,.vm-button,.vm-capacity-card,.vm-comparison-table tbody tr,.vm-footer-contact-info a,.vm-footer-map-link,.vm-footer-nav a,.vm-footer-social-link,.vm-manager-card__links a,.vm-see-also-card {
    transition: none !important;
  }

  .nav-cta,.nav-link,.vm-button,.vm-capacity-card,.vm-footer-social-link,.vm-see-also-card {
    transform: none !important;
    will-change: auto !important;
  }
}

.key-insight,.key-insight--success,.key-insight--warning,.llm-citation-nugget,.llm-fact-nugget,.vm-glass-box,.vm-section,.vm-summary {
  box-shadow: 0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.05) !important;
}

@media print {
  body {
    background: #fff;
    color: #000;
  }

  .vm-cta-group,.vm-footer-maps,.vm-footer-social,.vm-skip-link {
    display: none;
  }

  .vm-section {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: none;
  }

  .vm-gradient-text {
    background: none;
    color: #000;
    -webkit-text-fill-color: #000;
  }

  a {
    color: #000;
    text-decoration: underline;
  }
}

.site-header {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(139,92,246,.15) 0,transparent 50%),rgba(15,15,25,.85);
  border-bottom: 1px solid rgba(139,92,246,.25);
  box-shadow: 0 4px 30px rgba(139,92,246,.15),inset 0 1px 0 hsla(0,0%,100%,.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
  padding: .75rem 1.5rem;
}

.header__logo img {
  height: 45px;
  transition: transform .3s ease,filter .3s ease;
  width: auto;
}

.header__logo:hover img {
  filter: brightness(1.1);
  transform: scale(1.05);
}

.main-nav,.nav-list {
  align-items: center;
  display: flex;
  min-height: 44px;
}

.nav-list {
  gap: .25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  position: relative;
}

.nav-link {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: .5rem;
  color: hsla(0,0%,100%,.9);
  cursor: pointer;
  display: flex;
  font-family: system-ui,-apple-system,sans-serif;
  font-size: .9rem;
  font-weight: 500;
  gap: .35rem;
  padding: .6rem 1rem;
  text-decoration: none;
  transform: translateZ(0);
  transition: color .25s ease,background-color .25s ease,opacity .25s ease;
}

.nav-link:focus,.nav-link:hover {
  background: rgba(139,92,246,.15);
  color: #fff;
}

.nav-link--award {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: radial-gradient(ellipse at 30% 0,rgba(251,191,36,.15) 0,transparent 50%),rgba(15,15,25,.85);
  border: 1px solid rgba(251,191,36,.4);
  box-shadow: 0 4px 15px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.05);
  color: #fbbf24 !important;
  font-weight: 600;
}

.nav-link--award:hover {
  background: rgba(251,191,36,.12);
  border-color: rgba(251,191,36,.6);
  box-shadow: 0 6px 20px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.08);
  color: #fcd34d !important;
}

.award-badge {
  font-size: 1rem;
}

.dropdown-arrow {
  font-size: .7rem;
  opacity: .7;
  transition: transform .25s ease;
}

.dropdown-toggle[aria-expanded=true] .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-menu {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: radial-gradient(ellipse at 30% 0, rgba(139,92,246,.2) 0, transparent 50%), rgba(15,15,25,.95);
  border: 1px solid rgba(139,92,246,.3);
  border-radius: .75rem;
  box-shadow: 0 20px 40px rgba(0,0,0,.4), 0 0 30px rgba(139,92,246,.15);
  left: 50%;
  list-style: none;
  margin: 0;
  min-width: 220px;
  opacity: 0;
  padding: .5rem;
  position: absolute;
  top: calc(100% + .5rem);
  transform: translateX(-50%) translateY(-10px);
  transition: opacity .25s ease,transform .25s ease,visibility .25s ease;
  visibility: hidden;
  will-change: opacity,transform;
  z-index: 1001;
}

.nav-item.has-dropdown:focus-within .dropdown-menu,.nav-item.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  visibility: visible;
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu a {
  border-radius: .5rem;
  color: hsla(0,0%,100%,.85);
  display: block;
  font-size: .875rem;
  font-weight: 400;
  padding: .65rem 1rem;
  text-decoration: none;
  transition: all .2s ease;
}

.dropdown-menu a:focus,.dropdown-menu a:hover {
  background: rgba(139,92,246,.2);
  color: #fff;
}

.dropdown-menu a[aria-current=page] {
  background: rgba(139,92,246,.1);
  color: #a78bfa;
  font-weight: 600;
}

.nav-cta {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: linear-gradient(90deg, #3b82f6, #8b5cf6 50%, #ec4899);
  border-radius: 999px;
  box-shadow: 0 4px 15px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.05);
  color: #fff !important;
  font-weight: 600;
  min-height: 44px;
  transform: translateZ(0);
  transition: all .25s ease;
  will-change: transform;
  padding: .5rem 1.25rem;
}

.nav-cta:hover {
  background: rgba(16,185,129,.12);
  border-color: rgba(16,185,129,.6);
  box-shadow: 0 6px 20px rgba(0,0,0,.4),inset 0 1px 0 hsla(0,0%,100%,.08);
  transform: translateY(-2px) translateZ(0);
}

.mobile-toggle {
  background: transparent;
  border: none;
  border-radius: .5rem;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 40px;
  justify-content: center;
  padding: 8px;
  transition: all .25s ease;
  width: 40px;
}

.mobile-toggle span {
  background: hsla(0,0%,100%,.9);
  border-radius: 2px;
  display: block;
  height: 2px;
  transition: all .25s ease;
  width: 100%;
}

.mobile-toggle:hover {
  background: rgba(139,92,246,.15);
}

.mobile-toggle.is-active span:first-child,.mobile-toggle[aria-expanded=true] span:first-child {
  transform: rotate(45deg) translate(5px,5px);
}

.mobile-toggle.is-active span:nth-child(2),.mobile-toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.is-active span:nth-child(3),.mobile-toggle[aria-expanded=true] span:nth-child(3) {
  transform: rotate(-45deg) translate(5px,-5px);
}

.breadcrumb {
  background: transparent;
  border-bottom: none;
  padding: .75rem 1.5rem;
}

.breadcrumb__list {
  flex-wrap: wrap;
  font-size: .85rem;
  gap: .5rem;
  list-style: none;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0;
}

.breadcrumb__item,.breadcrumb__list {
  align-items: center;
  display: flex;
}

.breadcrumb__item:not(:last-child):after {
  color: rgba(139,92,246,.5);
  content: "›";
  margin-left: .5rem;
}

.breadcrumb__link {
  color: hsla(0,0%,100%,.7);
  text-decoration: none;
  transition: color .2s ease;
}

.breadcrumb__link:hover {
  color: #a78bfa;
}

.breadcrumb__link--active {
  color: #a78bfa;
  font-weight: 500;
}

@media (max-width:900px) {
  .mobile-toggle {
    display: flex !important;
    position: fixed;
    right: 1.5rem;
    top: .5rem;
    z-index: 1001;
  }

  .main-nav {
    align-items: center;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(10,15,26,.98);
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 2rem;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s ease,visibility .3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 999;
  }

  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
  }

  .nav-list {
    gap: .5rem;
    max-width: 320px;
  }

  .nav-item,.nav-list {
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .nav-item {
    display: flex;
  }

  .nav-link {
    border-radius: .75rem;
    font-size: 1.1rem;
    justify-content: center;
    padding: 1rem 1.5rem;
    text-align: center;
    width: 100%;
  }

  .dropdown-menu {
    backdrop-filter: none;
    background: rgba(139,92,246,.08);
    border: none;
    border-radius: .75rem;
    box-shadow: none;
    left: auto;
    margin: .5rem auto 0;
    max-height: 0;
    max-width: 320px;
    opacity: 1;
    overflow: hidden;
    padding: 0;
    position: static;
    transform: none;
    transition: max-height .3s ease,padding .3s ease;
    visibility: visible;
    width: 100%;
  }

  .has-dropdown.is-open .dropdown-menu {
    max-height: 500px;
    padding: .5rem;
  }

  .dropdown-menu a {
    border-radius: .5rem;
    display: block;
    padding: .75rem 1rem;
    text-align: center;
  }

  .nav-item--cta {
    margin-top: 1rem;
  }

  .nav-cta {
    font-size: 1.1rem;
    justify-content: center;
    padding: 1rem;
  }

  .nav-item .dropdown-menu,.nav-item.has-dropdown .dropdown-menu {
    left: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: static !important;
    transform: none !important;
  }
}

.vm-footer-legal a,.vm-manager-card a,.vm-manager-card__doi {
  text-decoration: underline;
  text-decoration-color: rgba(139,92,246,.5);
  text-underline-offset: 2px;
}

.vm-manager-card a:hover,.vm-manager-card__doi:hover {
  text-decoration-color: #8b5cf6;
}

.vm-hero-badge,.vm-hero-intro-card,.vm-premium-paragraph,.vm-premium-feature-card,.vm-summary,.key-insight,.vm-capacity-card,.vm-address-block,.vm-answer-capsule,.vm-faq-item,.vm-see-also-card,.vm-intro-box {
  border: 1px solid rgba(255,255,255,.08);
}

.vm-provenance-strip {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: center;
  margin: 0 auto 1.75rem;
  max-width: 980px;
}

.vm-provenance-strip__item {
  align-items: center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(15,15,25,.72);
  border: 1px solid rgba(148,163,184,.18);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0,0,0,.24);
  color: var(--vm-text-secondary);
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  justify-content: center;
  line-height: 1.45;
  padding: .6rem 1rem;
  text-align: center;
}

.vm-provenance-strip__item a {
  color: #93c5fd;
  text-decoration: none;
}

.vm-provenance-strip__item a:hover {
  color: #bfdbfe;
  text-decoration: underline;
}

.vm-provenance-strip__item cite {
  color: var(--vm-text-primary);
}

.vm-hero-intro-card abbr,.vm-hero-intro-card cite,.vm-hero-intro-card time,.vm-provenance-strip abbr,.vm-provenance-strip cite,.vm-provenance-strip time,.vm-paragraph-center abbr,.vm-paragraph-center cite,.vm-paragraph-center time,.vm-premium-feature-card abbr,.vm-premium-feature-card cite,.vm-premium-feature-card time,.vm-faq-answer abbr,.vm-faq-answer cite,.vm-faq-answer time,.key-insight abbr,.key-insight cite,.key-insight time,.vm-founder-card abbr,.vm-founder-card cite,.vm-founder-card time,.vm-btn-glass abbr,.vm-btn-glass cite,.vm-btn-glass time {
  color: inherit;
  font: inherit;
  font-style: inherit;
  letter-spacing: inherit;
  quotes: none;
  text-decoration: none;
  text-transform: inherit;
}

.vm-comparison-table tbody th[scope="row"] {
  color: var(--vm-text-secondary);
  font-size: .95rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.6;
  padding: 1.25rem 1rem;
  text-align: left;
  text-transform: none;
  vertical-align: top;
}

.vm-comparison-table tbody th[scope="row"] strong {
  color: var(--vm-text-primary);
  font-weight: 600;
}

.vm-row-highlight th[scope="row"] {
  color: var(--vm-text-primary);
}

@media (max-width:640px) {
  .vm-provenance-strip {
    gap: .5rem;
    margin: 0 auto 1.5rem;
    max-width: 100%;
  }

  .vm-provenance-strip__item {
    font-size: .82rem;
    width: 100%;
  }

  .vm-section .vm-comparison-table tbody th[scope="row"] {
    background: transparent;
    border-bottom: 1px solid hsla(0,0%,100%,.06);
    color: var(--vm-text-secondary);
    display: block;
    font-size: .95rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.6;
    padding: .5rem 0;
    text-align: center;
    text-transform: none;
  }

  .vm-section .vm-row-highlight th[scope="row"] {
    color: var(--vm-text-primary);
  }

  .vm-section .vm-comparison-table tbody th[scope="row"]::before {
    color: rgba(148,163,184,.8);
    content: attr(data-label);
    display: block;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .05em;
    margin-bottom: .25rem;
    text-transform: uppercase;
  }
}

/* === I4 author-inline === */
.vm-author {
  margin: 0;
  padding: clamp(1.5rem,4vw,2.5rem) clamp(1rem,3vw,2rem);
}

.vm-author__card {
  position: relative;
  background: radial-gradient(ellipse at 30% 0%,rgba(139,92,246,.15) 0%,transparent 50%),rgba(15,15,25,.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: clamp(1.5rem,4vw,2.5rem);
  display: flex;
  gap: clamp(1rem,3vw,2rem);
  align-items: flex-start;
  box-shadow: 0 0 30px rgba(139,92,246,.2),0 4px 20px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.05);
  max-width: 900px;
  margin: 0 auto;
}

.vm-author__card {
  border: none;
}

.vm-author__card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1.5px;
  background: linear-gradient(180deg,rgba(96,165,250,.9),rgba(139,92,246,.5) 30%,transparent 70%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.vm-author__img {
  width: clamp(64px,12vw,88px);
  height: clamp(64px,12vw,88px);
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(139,92,246,.4);
}

.vm-author__body {
  flex: 1;
  min-width: 0;
}

.vm-author__label {
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(148,163,184,.8);
  margin: 0 0 .35rem;
}

.vm-author__name {
  font-size: clamp(1.1rem,2.5vw,1.3rem);
  font-weight: 700;
  background: linear-gradient(90deg,#3b82f6,#8b5cf6 50%,#ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 .25rem;
  line-height: 1.2;
}

.vm-author__title {
  font-size: .875rem;
  color: rgba(148,163,184,.9);
  margin: 0 0 .75rem;
}

.vm-author__bio {
  font-size: clamp(.875rem,1.8vw,1rem);
  color: rgba(249,250,251,.78);
  line-height: 1.6;
  margin: 0 0 .85rem;
}

.vm-author__link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .875rem;
  color: #60a5fa;
  text-decoration: none;
  font-weight: 500;
  transition: color .2s;
}

.vm-author__link:hover {
  color: #a78bfa;
}

.vm-author__link::after {
  content: '\2192';
  transition: transform .2s;
}

.vm-author__link:hover::after {
  transform: translateX(3px);
}

@media (max-width:520px) {
  .vm-author__card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .vm-author__img {
    width: 72px;
    height: 72px;
  }
}
