:root {
  --ink: #08172b;
  --muted: #516070;
  --line: #d8e1e8;
  --surface: #f7fafc;
  --surface-soft: #eef5f8;
  --white: #ffffff;
  --accent: #006f8f;
  --accent-dark: #00566f;
  --accent-soft: #dff5fb;
  --max: 1180px;
}

body.vrm-native {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.vrm-native.elementor-kit-5 {
  --e-global-color-primary: var(--ink);
  --e-global-color-secondary: var(--muted);
  --e-global-color-text: var(--muted);
  --e-global-color-accent: var(--accent);
  --e-global-typography-primary-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --e-global-typography-secondary-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --e-global-typography-text-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --e-global-typography-accent-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.vrm-native a {
  color: inherit;
  text-decoration: none;
}

.vrm-native .vrm-section {
  padding: 0;
}

.vrm-native .vrm-section > .elementor-container {
  width: min(var(--max), calc(100% - 40px));
  max-width: none !important;
  margin: 0 auto;
}

.vrm-native .vrm-section .elementor-widget-wrap {
  padding: 0 !important;
}

.vrm-native .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.vrm-native .elementor-heading-title,
.vrm-native .elementor-widget-text-editor,
.vrm-native p {
  margin: 0;
  letter-spacing: 0;
}

@keyframes vrmHeaderIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

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

@keyframes vrmFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

@keyframes vrmScaleIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }

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

@keyframes vrmScrollReveal {
  from {
    opacity: 1;
    transform: translateY(22px);
  }

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

@keyframes vrmSoftPulse {
  0%,
  100% {
    box-shadow: 0 8px 22px rgba(8, 23, 43, 0.04);
  }

  50% {
    box-shadow: 0 18px 46px rgba(0, 111, 143, 0.16);
  }
}

@media (prefers-reduced-motion: no-preference) {
  body.vrm-native {
    scroll-behavior: smooth;
  }

  .vrm-native .vrm-site-header {
    animation: vrmHeaderIn 420ms ease both;
  }

  .vrm-native .vrm-hero-copy .elementor-widget,
  .vrm-native .vrm-page-copy .elementor-widget,
  .vrm-native .vrm-blog-hero .elementor-widget {
    animation: vrmFadeUp 640ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
  }

  .vrm-native .vrm-hero-copy .elementor-widget:nth-child(2),
  .vrm-native .vrm-page-copy .elementor-widget:nth-child(2),
  .vrm-native .vrm-blog-hero .elementor-widget:nth-child(2) {
    animation-delay: 80ms;
  }

  .vrm-native .vrm-hero-copy .elementor-widget:nth-child(3),
  .vrm-native .vrm-page-copy .elementor-widget:nth-child(3),
  .vrm-native .vrm-blog-hero .elementor-widget:nth-child(3) {
    animation-delay: 150ms;
  }

  .vrm-native .vrm-home-visual-image,
  .vrm-native .vrm-page-media .elementor-widget,
  .vrm-native .vrm-hero-panel .elementor-widget,
  .vrm-native .vrm-article-hero-image {
    animation: vrmScaleIn 740ms cubic-bezier(0.2, 0.7, 0.2, 1) 130ms both;
  }

  .vrm-native .vrm-cta-copy > .elementor-widget-wrap,
  .vrm-native .vrm-card-accent > .elementor-widget-wrap {
    animation: vrmSoftPulse 7s ease-in-out infinite;
  }

  @supports (animation-timeline: view()) {
    .vrm-native .vrm-section-intro > .elementor-container > .elementor-column,
    .vrm-native .vrm-centered-head > .elementor-container,
    .vrm-native .vrm-card-grid > .elementor-container > .elementor-column,
    .vrm-native .vrm-grid-3 > .elementor-container > .elementor-column,
    .vrm-native .vrm-bento-grid > .elementor-container > .elementor-column,
    .vrm-native .vrm-insight-grid > .elementor-container > .elementor-column,
    .vrm-native .vrm-role-list > .elementor-container > .elementor-column,
    .vrm-native .vrm-post-card,
    .vrm-native .vrm-sidebar-panel,
    .vrm-native .vrm-contact-card,
    .vrm-native .vrm-related-card,
    .vrm-native .vrm-legal-content > .elementor-widget-wrap {
      animation: vrmScrollReveal linear both;
      animation-timeline: view();
      animation-range: entry 0% cover 24%;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .vrm-native *,
  .vrm-native *::before,
  .vrm-native *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

.vrm-native .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--accent) !important;
  color: var(--white) !important;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.1;
  text-align: center;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.vrm-native .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1.1;
}

.vrm-native .elementor-button-text {
  display: block;
  line-height: 1.1;
}

.vrm-native .elementor-button:hover {
  background: var(--accent-dark) !important;
  box-shadow: 0 12px 24px rgba(0, 111, 143, 0.18);
  transform: translateY(-1px);
}

.vrm-native .vrm-button-secondary .elementor-button {
  background: transparent !important;
  border-color: var(--line) !important;
  color: var(--ink) !important;
}

.vrm-native .vrm-button-secondary .elementor-button:hover {
  background: var(--white) !important;
  border-color: var(--accent) !important;
  box-shadow: 0 10px 22px rgba(8, 23, 43, 0.08);
}

.vrm-native .vrm-button-on-dark .elementor-button {
  background: var(--white) !important;
  border-color: var(--white) !important;
  color: var(--accent) !important;
}

.vrm-native .vrm-button-ghost-dark .elementor-button {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.58) !important;
  color: var(--white) !important;
}

.vrm-native .vrm-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 250, 252, 0.94);
  backdrop-filter: blur(18px);
}

.vrm-native .vrm-site-header > .elementor-container {
  min-height: 84px;
  align-items: center;
  gap: 24px;
}

.vrm-native .vrm-brand-widget .elementor-widget-container {
  display: flex;
}

.vrm-native .vrm-brand {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-weight: 800;
}

.vrm-native .vrm-brand-mark {
  width: 94px;
  height: 64px;
  display: block;
  background-image: url("assets/1777013246031-transparent.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 0;
  line-height: 1;
  transform: translateY(-12px);
}

.vrm-native .vrm-brand-name {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.vrm-native .vrm-brand-name strong {
  font-size: 17px;
  line-height: 1;
  white-space: nowrap;
}

.vrm-native .vrm-brand-name small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.vrm-native .vrm-nav-links nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.vrm-native .vrm-nav-links a {
  position: relative;
  padding: 8px 0;
}

.vrm-native .vrm-nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.vrm-native .vrm-nav-links a:hover::after,
.vrm-native .vrm-nav-links a.active::after {
  transform: scaleX(1);
}

.vrm-native .vrm-header-action .elementor-widget-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.vrm-native .vrm-mobile-menu {
  display: none;
  position: relative;
}

.vrm-native .vrm-mobile-menu summary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
}

.vrm-native .vrm-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.vrm-native .vrm-mobile-menu nav {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 80;
  min-width: 220px;
  display: grid;
  gap: 2px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(8, 23, 43, 0.14);
}

.vrm-native .vrm-mobile-menu nav a {
  padding: 12px 14px;
  border-radius: 6px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 750;
}

.vrm-native .vrm-mobile-menu nav a.active,
.vrm-native .vrm-mobile-menu nav a:hover {
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.vrm-native .vrm-home-hero {
  min-height: 0;
  background: var(--white);
}

.vrm-native .vrm-home-hero > .elementor-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  gap: 56px;
  min-height: min(760px, calc(88svh - 64px));
  align-items: center;
  padding: 86px 0 92px;
}

.vrm-native .vrm-home-hero > .elementor-container > .elementor-column {
  width: auto !important;
}

.vrm-native .vrm-hero-copy {
  max-width: 610px;
}

.vrm-native .vrm-hero-media > .elementor-widget-wrap {
  justify-content: flex-end;
}

.vrm-native .vrm-home-visual-image img {
  width: min(100%, 640px);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(8, 23, 43, 0.14);
}

.vrm-native .vrm-home-visual-image .elementor-widget-container,
.vrm-native .vrm-page-media .elementor-widget-container,
.vrm-native .vrm-hero-panel .elementor-widget-container,
.vrm-native .vrm-card-image,
.vrm-native .vrm-post-media,
.vrm-native .vrm-related-media {
  overflow: hidden;
  border-radius: 8px;
}

.vrm-native .vrm-home-visual-image img,
.vrm-native .vrm-page-media img,
.vrm-native .vrm-hero-panel img,
.vrm-native .vrm-card-image img,
.vrm-native .vrm-post-media img,
.vrm-native .vrm-related-media img {
  transition: filter 420ms ease, transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

@media (hover: hover) {
  .vrm-native .vrm-home-visual-image:hover img,
  .vrm-native .vrm-page-media:hover img,
  .vrm-native .vrm-hero-panel:hover img,
  .vrm-native .vrm-card-image:hover img,
  .vrm-native .vrm-post-card:hover .vrm-post-media img,
  .vrm-native .vrm-related-card:hover .vrm-related-media img {
    filter: saturate(1.04) contrast(1.02);
    transform: scale(1.025);
  }
}

.vrm-native .vrm-eyebrow .elementor-heading-title,
.vrm-native .vrm-eyebrow-text {
  margin-bottom: 12px;
  color: var(--accent) !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.vrm-native .vrm-hero-title-main .elementor-heading-title {
  color: var(--ink) !important;
  font-size: clamp(36px, 4.5vw, 54px);
  line-height: 1.04;
  font-weight: 850;
}

.vrm-native .vrm-hero-title-main .elementor-heading-title span {
  display: block;
  margin-bottom: 22px;
  color: var(--accent) !important;
}

.vrm-native .vrm-page-copy h1,
.vrm-native .vrm-blog-hero h1,
.vrm-native .vrm-article-wrap h1 {
  max-width: 720px;
  font-size: clamp(38px, 5vw, 56px);
  line-height: 1.08;
  font-weight: 850;
  color: var(--ink) !important;
}

.vrm-native .vrm-lead {
  max-width: 640px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.6;
}

.vrm-native .vrm-button-row {
  margin-top: 32px;
}

.vrm-native .vrm-button-row > .elementor-container {
  width: auto;
  display: flex;
  gap: 14px;
  margin: 0;
}

.vrm-native .vrm-button-row .elementor-column {
  width: auto !important;
}

.vrm-native .vrm-button-row .elementor-button {
  min-width: 166px;
  min-height: 48px;
  font-size: 15px;
}

.vrm-native .vrm-section-intro,
.vrm-native .vrm-blog-section,
.vrm-native .vrm-plain-cta,
.vrm-native .vrm-legal-section {
  padding: 78px 0;
}

.vrm-native .vrm-section-intro,
.vrm-native .vrm-centered-head {
  padding: 78px 0 54px;
}

.vrm-native .vrm-home-workflow-head {
  padding-bottom: 26px;
}

.vrm-native .vrm-home-workflow-steps {
  padding-top: 0;
  padding-bottom: 44px;
}

.vrm-native .vrm-home-proof-line {
  padding-top: 34px;
  padding-bottom: 78px;
  border-top: 1px solid var(--line);
  background: var(--surface-soft);
}

.vrm-native .vrm-section-intro > .elementor-container {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 48px;
  align-items: end;
}

.vrm-native h2.elementor-heading-title,
.vrm-native .vrm-section-heading h2,
.vrm-native .vrm-centered-head h2,
.vrm-native .vrm-plain-cta h2,
.vrm-native .vrm-legal-content h2 {
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.12;
  font-weight: 820;
  color: var(--ink);
}

.vrm-native h3.elementor-heading-title {
  color: var(--ink);
}

.vrm-native .vrm-section-lead,
.vrm-native .vrm-card p,
.vrm-native .vrm-contact-card p,
.vrm-native .vrm-role-item p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.vrm-native .vrm-grid-3 > .elementor-container,
.vrm-native .vrm-card-grid > .elementor-container,
.vrm-native .vrm-insight-grid > .elementor-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.vrm-native .vrm-grid-3 > .elementor-container > .elementor-column,
.vrm-native .vrm-card-grid > .elementor-container > .elementor-column,
.vrm-native .vrm-insight-grid > .elementor-container > .elementor-column,
.vrm-native .vrm-bento-grid > .elementor-container > .elementor-column,
.vrm-native .vrm-role-list > .elementor-container > .elementor-column {
  width: auto !important;
}

.vrm-native .vrm-service-list {
  padding-bottom: 78px;
}

.vrm-native .vrm-about-identity-grid {
  padding-bottom: 92px;
}

.vrm-native .vrm-line-card > .elementor-widget-wrap {
  min-height: 260px;
  padding: 34px 30px 36px 0 !important;
  border-right: 1px solid var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.vrm-native .vrm-line-card:last-child > .elementor-widget-wrap {
  border-right: 0;
}

.vrm-native .vrm-icon-chip .elementor-heading-title {
  display: inline-flex;
  margin-bottom: 30px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.vrm-native .vrm-card h3 {
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 800;
}

.vrm-native .vrm-focus-section,
.vrm-native .vrm-insights-section,
.vrm-native .vrm-role-section,
.vrm-native .vrm-tint-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface-soft);
}

.vrm-native .vrm-focus-section > .elementor-container,
.vrm-native .vrm-split-section > .elementor-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
  gap: 72px;
  align-items: center;
  padding: 80px 0;
}

.vrm-native .vrm-focus-section > .elementor-container > .elementor-column,
.vrm-native .vrm-split-section > .elementor-container > .elementor-column,
.vrm-native .vrm-section-intro > .elementor-container > .elementor-column,
.vrm-native .vrm-site-footer > .elementor-container > .elementor-column {
  width: auto !important;
}

.vrm-native .vrm-proof > .elementor-widget-wrap {
  border-left: 3px solid var(--accent);
  padding-left: 28px !important;
}

.vrm-native .vrm-proof-number .elementor-heading-title {
  display: block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 36px;
  line-height: 1;
}

.vrm-native .vrm-cta-section {
  padding: 78px 0 60px;
}

.vrm-native .vrm-cta-section > .elementor-container {
  max-width: 1180px;
}

.vrm-native .vrm-cta-copy > .elementor-widget-wrap {
  padding: 60px 44px !important;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  border-radius: 8px;
  background: var(--accent);
  color: var(--white);
  text-align: center;
}

.vrm-native .vrm-cta-copy .vrm-button-row {
  margin-top: 12px;
}

.vrm-native .vrm-cta-copy .vrm-button-row > .elementor-container {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.vrm-native .vrm-cta-copy .elementor-heading-title,
.vrm-native .vrm-card-accent .elementor-heading-title,
.vrm-native .vrm-card-accent .elementor-widget-text-editor {
  color: var(--white) !important;
}

.vrm-native .vrm-cta-copy p,
.vrm-native .vrm-card-accent p {
  color: rgba(255, 255, 255, 0.9);
}

.vrm-native .vrm-cta-copy .elementor-widget-text-editor,
.vrm-native .vrm-cta-copy .elementor-widget-text-editor p {
  color: rgba(255, 255, 255, 0.9) !important;
}

.vrm-native .vrm-page-hero,
.vrm-native .vrm-blog-hero {
  background: linear-gradient(135deg, var(--white) 0%, var(--surface-soft) 100%);
}

.vrm-native .vrm-page-hero:not(.vrm-split-section) {
  padding: 66px 0 68px;
}

.vrm-native .vrm-legal-hero:not(.vrm-split-section) {
  padding: 34px 0 28px;
}

.vrm-native .vrm-soft-hero,
.vrm-native .vrm-blog-hero {
  background: var(--surface-soft);
}

.vrm-native .vrm-page-media img,
.vrm-native .vrm-panel-image img,
.vrm-native .vrm-hero-image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 22px 52px rgba(8, 23, 43, 0.14);
}

.vrm-native .vrm-hero-image img {
  aspect-ratio: 4 / 3;
}

.vrm-native .vrm-panel-image img {
  aspect-ratio: 4 / 3;
}

.vrm-native .vrm-floating-note {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: rgba(255, 255, 255, 0.96);
}

.vrm-native .vrm-floating-note strong {
  color: var(--ink);
  font-size: 32px;
  line-height: 1;
}

.vrm-native .vrm-floating-note span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.vrm-native .vrm-centered-head > .elementor-container {
  max-width: 760px !important;
  text-align: center;
}

.vrm-native .vrm-centered-head .vrm-section-lead {
  margin-top: 12px;
}

.vrm-native .vrm-bento-grid {
  padding-bottom: 76px;
}

.vrm-native .vrm-bento-grid > .elementor-container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: 24px;
}

.vrm-native .vrm-bento-grid > .elementor-container > .elementor-column {
  align-self: start;
}

.vrm-native .vrm-bento-grid .vrm-card-large,
.vrm-native .vrm-bento-grid .vrm-card-accent {
  grid-column: span 8;
}

.vrm-native .vrm-bento-grid .vrm-card:not(.vrm-card-large):not(.vrm-card-accent) {
  grid-column: span 4;
}

.vrm-native .vrm-card > .elementor-widget-wrap,
.vrm-native .vrm-contact-card,
.vrm-native .vrm-sidebar-panel,
.vrm-native .vrm-post-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(8, 23, 43, 0.04);
  transition: border-color 200ms ease, box-shadow 220ms ease, transform 220ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

@media (hover: hover) {
  .vrm-native .vrm-card > .elementor-widget-wrap:hover,
  .vrm-native .vrm-contact-card:hover,
  .vrm-native .vrm-sidebar-panel:hover,
  .vrm-native .vrm-related-card:hover {
    border-color: rgba(0, 111, 143, 0.28);
    box-shadow: 0 18px 38px rgba(8, 23, 43, 0.09);
    transform: translateY(-3px);
  }

  .vrm-native .vrm-contact-card:hover {
    border-color: var(--line);
    box-shadow: none;
    transform: none;
  }
}

.vrm-native .vrm-card > .elementor-widget-wrap {
  min-height: 220px;
  padding: 28px !important;
}

.vrm-native .vrm-step-card-icon > .elementor-widget-wrap {
  min-height: 250px;
}

.vrm-native .vrm-step-meta,
.vrm-native .vrm-step-meta .elementor-widget-container,
.vrm-native .vrm-step-meta p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.vrm-native .vrm-home-workflow-steps .vrm-step-meta,
.vrm-native .vrm-home-workflow-steps .vrm-step-meta .elementor-widget-container,
.vrm-native .vrm-home-workflow-steps .vrm-step-meta p {
  gap: 0;
}

.vrm-native .vrm-home-workflow-steps .vrm-step-icon {
  margin-right: 24px;
}

.vrm-native .vrm-step-icon {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--accent);
}

.vrm-native .vrm-step-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vrm-native .vrm-step-label {
  color: var(--accent);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vrm-native .vrm-bento-grid .vrm-card > .elementor-widget-wrap {
  min-height: 0;
}

.vrm-native .vrm-card-accent > .elementor-widget-wrap {
  background: var(--accent);
  color: var(--white);
}

.vrm-native .vrm-bento-grid .vrm-card-image {
  margin-top: 18px;
}

.vrm-native .vrm-card-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  object-fit: cover;
}

.vrm-native .vrm-feature-list ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.vrm-native .vrm-feature-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
}

.vrm-native .vrm-feature-list li {
  display: flex;
  gap: 8px;
  align-items: center;
}

.vrm-native .vrm-insights-section {
  padding: 78px 0 28px;
}

.vrm-native .vrm-insight-grid {
  padding-bottom: 76px;
  background: var(--surface-soft);
}

.vrm-native .vrm-insight-card > .elementor-widget-wrap {
  padding: 0 !important;
  overflow: hidden;
}

.vrm-native .vrm-insight-card h3,
.vrm-native .vrm-insight-card .elementor-widget-text-editor {
  padding-right: 22px;
  padding-left: 22px;
}

.vrm-native .vrm-insight-card h3 {
  margin-top: 20px;
}

.vrm-native .vrm-insight-card .elementor-widget-text-editor {
  padding-bottom: 24px;
}

.vrm-native .vrm-plain-cta > .elementor-container {
  max-width: 760px !important;
  text-align: center;
}

.vrm-native .vrm-plain-cta .elementor-button {
  margin-top: 28px;
}

.vrm-native .vrm-card-wide {
  grid-column: span 2;
}

.vrm-native .vrm-role-section {
  padding: 88px 0 72px;
}

.vrm-native .vrm-role-list {
  padding-bottom: 76px;
  background: var(--surface-soft);
}

.vrm-native .vrm-role-list > .elementor-container {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.vrm-native .vrm-role-item > .elementor-widget-wrap {
  display: grid !important;
  grid-template-columns: 160px minmax(0, 1fr) minmax(240px, 0.7fr);
  gap: 32px;
  padding: 28px !important;
  background: var(--white);
}

.vrm-native .vrm-role-item .vrm-eyebrow {
  grid-row: span 2;
}

.vrm-native .vrm-contact-card {
  margin-top: 10px;
  padding: 14px 0 16px;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.vrm-native .vrm-contact-card h3 {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}

.vrm-native .vrm-contact-card p {
  font-size: 16px;
  line-height: 1.45;
}

.vrm-native .vrm-map-image img,
.vrm-native .vrm-contact-image img {
  width: 100%;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
}

.vrm-native .vrm-map-image img {
  filter: grayscale(1);
}

.vrm-native .vrm-contact-image img {
  box-shadow: var(--shadow);
}

.vrm-native .vrm-contact-checklist ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 24px;
  padding: 0;
  color: var(--ink);
  list-style: none;
}

.vrm-native .vrm-contact-checklist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.5;
}

.vrm-native .vrm-contact-checklist li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--accent);
}

.vrm-native .vrm-step-list {
  padding-top: 36px;
  padding-bottom: 76px;
  background: var(--surface-soft);
}

.vrm-native .vrm-step-card > .elementor-widget-wrap {
  background: var(--white);
}

.vrm-native .vrm-blog-hero {
  padding: 66px 0 68px;
}

.vrm-native .vrm-blog-archive {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 48px;
  align-items: start;
}

.vrm-native .vrm-post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.vrm-native .vrm-post-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.vrm-native .vrm-post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(8, 23, 43, 0.09);
}

.vrm-native .vrm-post-media {
  display: block;
  height: 220px;
  overflow: hidden;
  background: var(--surface-soft);
}

.vrm-native .vrm-post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vrm-native .vrm-post-body {
  padding: 24px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.vrm-native .vrm-tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 4px 8px;
  border-radius: 5px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 12px;
  font-weight: 750;
}

.vrm-native .vrm-meta {
  color: var(--muted);
  font-size: 13px;
}

.vrm-native .vrm-post-body h2 {
  margin: 12px 0;
  font-size: 26px;
  line-height: 1.18;
}

.vrm-native .vrm-post-body p,
.vrm-native .vrm-sidebar-panel p,
.vrm-native .vrm-related-card p {
  color: var(--muted);
}

.vrm-native .vrm-read-more {
  margin-top: auto;
  color: var(--accent);
  font-weight: 750;
}

.vrm-native .vrm-blog-sidebar {
  display: grid;
  gap: 24px;
}

.vrm-native .vrm-sidebar-panel {
  padding: 24px;
}

.vrm-native .vrm-sidebar-panel h3 {
  margin: 0 0 14px;
  font-size: 22px;
}

.vrm-native .vrm-category-list {
  display: grid;
  gap: 10px;
}

.vrm-native .vrm-category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface-soft);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.vrm-native .vrm-category-link.active,
.vrm-native .vrm-category-link:hover {
  border-color: rgba(0, 111, 143, 0.3);
  background: var(--accent-soft);
  color: var(--accent);
}

.vrm-native .vrm-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 42px;
}

.vrm-native .vrm-pagination .page-numbers {
  min-width: 40px;
  min-height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--muted);
  font-weight: 700;
}

.vrm-native .vrm-pagination .current,
.vrm-native .vrm-pagination .page-numbers:hover {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--white);
}

.vrm-native .vrm-article-hero-media > .elementor-container {
  width: 100%;
}

.vrm-native .vrm-article-hero-image img {
  width: 100%;
  height: min(560px, 58vw);
  min-height: 340px;
  object-fit: cover;
}

.vrm-native .vrm-article-wrap {
  padding: 58px 0 76px;
}

.vrm-native .vrm-article-wrap > .elementor-container {
  width: min(800px, calc(100% - 40px));
}

.vrm-native .vrm-legal-section > .elementor-container {
  width: min(880px, calc(100% - 40px));
}

.vrm-native .vrm-legal-section {
  padding-top: 28px;
  padding-bottom: 72px;
}

.vrm-native .vrm-legal-content > .elementor-widget-wrap {
  display: grid !important;
  gap: 18px;
}

.vrm-native .vrm-legal-updated {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.vrm-native .vrm-legal-content h2 {
  margin-top: 32px;
  font-size: 28px;
}

.vrm-native .vrm-legal-paragraph,
.vrm-native .vrm-legal-list {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.vrm-native .vrm-legal-list ul {
  margin: 0;
  padding-left: 22px;
}

.vrm-native .vrm-legal-list li {
  margin-bottom: 8px;
}

.vrm-native .vrm-article-meta .elementor-widget-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 18px;
}

.vrm-native .vrm-author-row {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 22px 0 42px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.vrm-native .vrm-author-row img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.vrm-native .vrm-author-row span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.vrm-native .vrm-article-intro,
.vrm-native .vrm-article-paragraph,
.vrm-native .vrm-article-list,
.vrm-native .vrm-pullquote {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.78;
}

.vrm-native .vrm-article-intro {
  color: var(--ink);
  font-weight: 650;
}

.vrm-native .vrm-article-wrap h2 {
  margin: 42px 0 14px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.2;
}

.vrm-native .vrm-article-list ul {
  margin: 0 0 26px;
  padding-left: 22px;
}

.vrm-native .vrm-pullquote {
  margin: 42px 0;
  padding: 26px;
  border-left: 4px solid var(--accent);
  background: var(--surface-soft);
  color: var(--ink);
  font-style: italic;
}

.vrm-native .vrm-article-tags .elementor-widget-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.vrm-native .vrm-related-section {
  padding: 78px 0;
}

.vrm-native .vrm-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.vrm-native .vrm-related-media {
  display: block;
  height: 150px;
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.vrm-native .vrm-related-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vrm-native .vrm-related-card h3 {
  margin: 8px 0;
  font-size: 19px;
  line-height: 1.22;
}

.vrm-native .vrm-site-footer {
  border-top: 1px solid var(--line);
  background: var(--white);
}

.vrm-native .vrm-site-footer > .elementor-container {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(150px, 0.6fr) minmax(150px, 0.6fr);
  gap: 64px;
  padding: 48px 0;
}

.vrm-native .vrm-footer-brand > .elementor-widget-wrap {
  position: relative;
  display: grid !important;
  grid-template-columns: 220px minmax(0, 1fr);
  column-gap: 28px;
  row-gap: 4px;
  align-items: start;
  align-content: start;
  min-height: 194px;
}

.vrm-native .vrm-footer-brand > .elementor-widget-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 194px;
  display: block;
  background-image: url("assets/1777013246031-transparent.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.vrm-native .vrm-footer-brand .vrm-footer-logo,
.vrm-native .vrm-footer-brand .vrm-footer-text {
  grid-column: 2;
}

.vrm-native .vrm-footer-logo .elementor-heading-title {
  margin-bottom: 2px;
  color: var(--accent);
  font-size: 26px;
  line-height: 1;
  font-weight: 850;
}

.vrm-native .vrm-footer-title .elementor-heading-title {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
}

.vrm-native .vrm-footer-text,
.vrm-native .vrm-footer-links {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.vrm-native .vrm-footer-links {
  display: grid;
  gap: 6px;
}

.vrm-native .vrm-footer-links a {
  width: fit-content;
  color: var(--muted);
  text-decoration: none;
  transition: color 180ms ease;
}

.vrm-native .vrm-footer-links a:hover {
  color: var(--accent);
}

.vrm-native .vrm-footer-bottom {
  border-top: 1px solid var(--line);
  background: var(--white);
}

.vrm-native .vrm-footer-bottom > .elementor-container {
  justify-content: center;
  padding: 22px 20px;
  color: var(--muted);
  text-align: center;
  font-size: 15px;
  font-weight: 650;
}

@media (max-width: 980px) {
  .vrm-native .vrm-site-header > .elementor-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    width: min(100% - 32px, var(--max));
    min-height: 84px;
  }

  .vrm-native .vrm-header-nav {
    display: none;
  }

  .vrm-native .vrm-header-button {
    display: none;
  }

  .vrm-native .vrm-mobile-menu {
    display: block;
  }

  .vrm-native .vrm-header-brand,
  .vrm-native .vrm-header-action {
    width: auto !important;
  }

  .vrm-native .vrm-header-brand {
    grid-column: 1;
  }

  .vrm-native .vrm-header-action {
    grid-column: 2;
  }

  .vrm-native .vrm-home-hero > .elementor-container {
    grid-template-columns: 1fr;
    gap: 36px;
    align-items: start;
    padding-top: 52px;
    padding-bottom: 40px;
    min-height: 0;
  }

  .vrm-native .vrm-home-visual-image img {
    width: min(100%, 460px);
  }

  .vrm-native .vrm-section-intro > .elementor-container,
  .vrm-native .vrm-focus-section > .elementor-container,
  .vrm-native .vrm-split-section > .elementor-container,
  .vrm-native .vrm-blog-archive,
  .vrm-native .vrm-site-footer > .elementor-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .vrm-native .vrm-grid-3 > .elementor-container,
  .vrm-native .vrm-card-grid > .elementor-container,
  .vrm-native .vrm-insight-grid > .elementor-container,
  .vrm-native .vrm-post-grid,
  .vrm-native .vrm-related-grid {
    grid-template-columns: 1fr;
  }

  .vrm-native .vrm-bento-grid > .elementor-container {
    grid-template-columns: 1fr;
  }

  .vrm-native .vrm-bento-grid .elementor-column,
  .vrm-native .vrm-card-wide {
    grid-column: auto !important;
  }

  .vrm-native .vrm-line-card > .elementor-widget-wrap {
    min-height: auto;
    padding: 28px 0 !important;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .vrm-native .vrm-role-item > .elementor-widget-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .vrm-native .vrm-site-header > .elementor-container {
    min-height: 78px;
  }

  .vrm-native .vrm-home-hero > .elementor-container {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .vrm-native .vrm-home-visual-image img {
    width: 100%;
  }

  .vrm-native .vrm-section-intro,
  .vrm-native .vrm-centered-head,
  .vrm-native .vrm-blog-section,
  .vrm-native .vrm-plain-cta,
  .vrm-native .vrm-legal-section,
  .vrm-native .vrm-related-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .vrm-native .vrm-section-intro,
  .vrm-native .vrm-centered-head {
    padding-bottom: 42px;
  }

  .vrm-native .vrm-page-hero:not(.vrm-split-section),
  .vrm-native .vrm-blog-hero {
    padding-top: 50px;
    padding-bottom: 52px;
  }

  .vrm-native .vrm-split-section > .elementor-container {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .vrm-native .vrm-page-media .vrm-hero-image img,
  .vrm-native .vrm-hero-panel .vrm-panel-image img {
    max-height: 280px;
    aspect-ratio: 16 / 10;
  }

  .vrm-native .vrm-cta-section {
    padding-top: 56px;
    padding-bottom: 46px;
  }

  .vrm-native .vrm-bento-grid,
  .vrm-native .vrm-insight-grid,
  .vrm-native .vrm-about-identity-grid,
  .vrm-native .vrm-role-list,
  .vrm-native .vrm-step-list,
  .vrm-native .vrm-service-list {
    padding-bottom: 56px;
  }

  .vrm-native .vrm-insights-section {
    padding-top: 56px;
    padding-bottom: 20px;
  }

  .vrm-native .vrm-role-section {
    padding-top: 56px;
    padding-bottom: 42px;
  }

  .vrm-native .vrm-header-button .elementor-button {
    min-width: 148px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .vrm-native .vrm-button-row > .elementor-container {
    display: grid;
    width: 100%;
  }

  .vrm-native .vrm-button-row .elementor-button {
    width: 100%;
  }

  .vrm-native .vrm-hero-title-main .elementor-heading-title,
  .vrm-native .vrm-page-copy h1,
  .vrm-native .vrm-article-wrap h1 {
    font-size: 34px;
    line-height: 1.1;
  }

  .vrm-native .vrm-lead,
  .vrm-native .vrm-article-intro,
  .vrm-native .vrm-article-paragraph,
  .vrm-native .vrm-article-list,
  .vrm-native .vrm-pullquote {
    font-size: 17px;
  }

  .vrm-native .vrm-cta-copy > .elementor-widget-wrap {
    padding: 52px 22px !important;
  }

  .vrm-native .vrm-post-media {
    height: 190px;
  }

  .vrm-native .vrm-footer-brand > .elementor-widget-wrap {
    min-height: 124px;
    grid-template-columns: 140px minmax(0, 1fr);
    column-gap: 16px;
  }

  .vrm-native .vrm-footer-brand > .elementor-widget-wrap::before {
    width: 140px;
    height: 124px;
  }

  .vrm-native .vrm-brand-mark {
    transform: translateY(-10px);
  }
}