:root {
  --vf-bg: #f3f6f8;
  --vf-surface: #ffffff;
  --vf-surface-alt: #eef3f6;
  --vf-ink: #10161d;
  --vf-muted: #566473;
  --vf-line: #d8e0e7;
  --vf-brand: #0e5b87;
  --vf-brand-strong: #08496f;
  --vf-brand-2: #d68b1f;
  --vf-dark: #0f1720;
  --vf-dark-2: #1c2733;
  --vf-shadow: 0 24px 60px rgba(16, 22, 29, 0.08);
  --vf-radius-lg: 28px;
  --vf-radius-md: 20px;
  --vf-content: 1180px;
}

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

html {
  width: 100%;
  scroll-behavior: smooth;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
}

body.vf50-modern {
  width: 100%;
  min-width: 0;
  margin: 0;
  background: linear-gradient(180deg, #f7f9fb 0%, var(--vf-bg) 100%);
  color: var(--vf-ink);
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: clip;
}

body.vf50-modern img,
body.vf50-modern svg,
body.vf50-modern video,
body.vf50-modern canvas,
body.vf50-modern iframe {
  max-width: 100%;
  height: auto;
}

body.vf50-modern a {
  color: var(--vf-brand);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

body.vf50-modern a:hover,
body.vf50-modern a:focus {
  color: var(--vf-brand-strong);
}

.vf-container,
.vf-grid,
.vf-split,
.vf-card,
.vf-card *,
.vf-footer,
.vf-footer *,
.vf-hero,
.vf-hero *,
.vf-site-header,
.vf-site-header *,
.row,
[class*="col-"] {
  min-width: 0;
}

.vf-container {
  width: min(calc(100% - 2rem), var(--vf-content));
  margin-inline: auto;
}

.vf-narrow {
  max-width: 860px;
}

.vf-main {
  display: block;
}

.vf-site-header {
  position: sticky;
  top: 0;
  z-index: 5000;
  width: 100%;
  background: rgba(15, 23, 32, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.vf-header-shell {
  width: min(calc(100% - 2rem), var(--vf-content));
  min-height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-block: 0.75rem;
}

.vf-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  flex: 0 0 auto;
  max-width: min(58vw, 430px);
  color: #fff !important;
  text-decoration: none !important;
}

.vf-brand__logo {
  display: block;
  width: clamp(170px, 24vw, 270px);
  max-height: 42px;
  object-fit: contain;
}

.vf-brand__text {
  display: grid;
  gap: 0.08rem;
  line-height: 1.1;
  white-space: nowrap;
}

.vf-brand__title {
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vf-brand__subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vf-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 46px;
  min-height: 46px;
  margin-left: auto;
  padding: 0.62rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.vf-menu-toggle__bars,
.vf-menu-toggle__bars::before,
.vf-menu-toggle__bars::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.vf-menu-toggle__bars {
  position: relative;
}

.vf-menu-toggle__bars::before,
.vf-menu-toggle__bars::after {
  content: "";
  position: absolute;
  left: 0;
}

.vf-menu-toggle__bars::before {
  top: -6px;
}

.vf-menu-toggle__bars::after {
  top: 6px;
}

.vf-menu-toggle__text {
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

.vf-site-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  gap: 0.25rem;
}

.vf-site-menu__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.68rem 0.82rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: clamp(0.78rem, 0.85vw, 0.91rem);
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  overflow-wrap: normal;
  white-space: nowrap;
}

.vf-site-menu__link:hover,
.vf-site-menu__link:focus,
.vf-site-menu__link.vf-is-active {
  background: rgba(255, 255, 255, 0.11);
  color: #fff !important;
}

.vf-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, rgba(10, 17, 24, 0.96), rgba(14, 91, 135, 0.86));
}

.vf-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 255, 255, 0.16), transparent 34%),
    radial-gradient(circle at 8% 90%, rgba(214, 139, 31, 0.20), transparent 30%);
  pointer-events: none;
}

.vf-hero--image {
  background-image: linear-gradient(135deg, rgba(10, 17, 24, 0.95), rgba(14, 91, 135, 0.82)), var(--vf-hero-image);
  background-size: cover;
  background-position: center;
}

.vf-hero__inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(3.25rem, 7vw, 6rem);
}

.vf-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
}

.vf-hero__content {
  max-width: 760px;
}

.vf-hero__media {
  display: flex;
  justify-content: center;
}

.vf-hero__media img {
  display: block;
  width: min(360px, 100%);
  filter: drop-shadow(0 28px 38px rgba(0, 0, 0, 0.44));
}

.vf-kicker,
.vf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  color: var(--vf-brand);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vf-kicker {
  padding: 0.42rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.30);
  border-radius: 999px;
  color: #dceef7;
}

.vf-eyebrow--light {
  color: #9bd6ff;
}

.vf-hero h1,
.vf-page-title {
  margin: 0 0 1rem;
  font-size: clamp(2.05rem, 6.4vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.vf-hero p,
.vf-hero .lead {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.72;
}

.vf-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.vf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.vf-btn:hover,
.vf-btn:focus {
  transform: translateY(-1px);
}

.vf-btn-primary {
  background: #fff;
  color: var(--vf-dark) !important;
  box-shadow: 0 14px 34px rgba(255, 255, 255, 0.18);
}

.vf-btn-secondary {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff !important;
}

.vf-btn-accent {
  background: var(--vf-brand-2);
  color: #1b1204 !important;
}

.vf-section {
  padding-block: clamp(3rem, 7vw, 4.75rem);
}

.vf-section--tight {
  padding-block: clamp(2.2rem, 5vw, 3rem);
}

.vf-section--surface {
  background: var(--vf-surface);
}

.vf-section--dark {
  background: var(--vf-dark);
  color: #fff;
}

.vf-section--dark p,
.vf-section--dark li,
.vf-section--dark .vf-copy,
.vf-section--dark .vf-subtitle {
  color: rgba(255, 255, 255, 0.82);
}

.vf-title {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 3.2vw, 3.2rem);
  line-height: 1.10;
  letter-spacing: -0.04em;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.vf-title--small {
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
}

.vf-subtitle,
.vf-copy {
  color: var(--vf-muted);
  font-size: clamp(1rem, 1.1vw, 1.06rem);
  line-height: 1.75;
}

.vf-grid {
  display: grid;
  gap: 1.25rem;
}

.vf-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vf-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vf-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vf-grid--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.vf-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1.4rem;
  align-items: start;
}

.vf-card {
  background: var(--vf-surface);
  border: 1px solid var(--vf-line);
  border-radius: var(--vf-radius-lg);
  box-shadow: var(--vf-shadow);
  overflow: hidden;
}

.vf-card--pad {
  padding: clamp(1.15rem, 2vw, 1.65rem);
}

.vf-card--dark {
  background: var(--vf-dark-2);
  border-color: #304050;
  color: #fff;
}

.vf-card h2,
.vf-card h3,
.vf-card h4 {
  margin: 0 0 0.65rem;
  font-weight: 900;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.vf-card h2 { font-size: clamp(1.45rem, 2.4vw, 2.1rem); }
.vf-card h3 { font-size: clamp(1.18rem, 1.7vw, 1.35rem); }

.vf-card p,
.vf-card li,
.vf-stat p,
.vf-footer p,
.vf-footer li,
.vf-copy,
.vf-subtitle {
  overflow-wrap: anywhere;
}

.vf-media-card img,
.vf-card img,
.vf-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.vf-media-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.vf-media-card__body {
  padding: clamp(1.1rem, 2vw, 1.35rem);
}

.vf-list,
.vf-ref-list {
  margin: 0;
  padding-left: 1.15rem;
}

.vf-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vf-pill-list li {
  padding: 0.45rem 0.8rem;
  background: var(--vf-surface-alt);
  border: 1px solid var(--vf-line);
  border-radius: 999px;
  color: var(--vf-ink);
  font-size: 0.94rem;
  font-weight: 800;
}

.vf-stat {
  padding: 1.2rem;
  background: linear-gradient(180deg, #fff, #f7fafc);
  border: 1px solid var(--vf-line);
  border-radius: var(--vf-radius-md);
}

.vf-stat strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.45rem;
  line-height: 1;
}

.vf-callout {
  padding: 1.25rem 1.35rem;
  background: #fff8eb;
  border: 1px solid #f0d3a1;
  border-radius: var(--vf-radius-md);
}

.vf-callout strong {
  color: #8b4d00;
}

.vf-table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.35rem;
}

.vf-table-scroll::-webkit-scrollbar {
  height: 10px;
}

.vf-table-scroll::-webkit-scrollbar-thumb {
  background: rgba(14, 91, 135, 0.30);
  border-radius: 999px;
}

.vf-spec-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.vf-spec-table th,
.vf-spec-table td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid var(--vf-line);
  vertical-align: top;
}

.vf-spec-table th {
  width: 34%;
  color: var(--vf-ink);
  font-weight: 900;
}

.vf-code {
  display: inline-block;
  padding: 0.12rem 0.45rem;
  background: var(--vf-surface-alt);
  border-radius: 999px;
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.9em;
}

.vf-timeline {
  display: grid;
  gap: 1rem;
}

.vf-timeitem {
  position: relative;
  padding: 1.1rem 1.1rem 1.1rem 1.4rem;
  background: var(--vf-surface);
  border: 1px solid var(--vf-line);
  border-radius: var(--vf-radius-md);
}

.vf-timeitem::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 1.25rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--vf-brand-2);
}

.vf-quote {
  padding: 1.25rem 1.4rem;
  border-left: 4px solid var(--vf-brand);
  background: var(--vf-surface);
  border-radius: var(--vf-radius-md);
}

.vf-link-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.vf-link-chip {
  display: block;
  padding: 1rem;
  background: var(--vf-surface);
  border: 1px solid var(--vf-line);
  border-radius: 18px;
  color: var(--vf-ink) !important;
  font-weight: 850;
  text-decoration: none !important;
}

.vf-link-chip:hover,
.vf-link-chip:focus {
  border-color: #b7d5e5;
  color: var(--vf-brand) !important;
}

.vf-home-grid {
  margin-top: -2.2rem;
  position: relative;
  z-index: 2;
}

.vf-home-grid .vf-card {
  height: 100%;
}

.vf-home-grid .vf-media-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  min-height: 245px;
}

.vf-home-grid .vf-media-card__body .vf-btn {
  margin-top: auto;
}

.vf-process-step {
  height: 100%;
}

.vf-gallery-shell {
  background: linear-gradient(180deg, #111822 0%, #0a0f15 100%);
}

.vf-gallery-shell .vf-eyebrow,
.vf-gallery-shell .vf-title {
  color: #fff;
}

.vf-gallery-shell .vf-copy {
  color: rgba(255, 255, 255, 0.78);
}

.vf-gallery-shell .mbr-gallery-item {
  border-radius: 20px;
  overflow: hidden;
}

.vf-gallery-shell .mbr-gallery-item img {
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.vf-gallery-shell .mbr-gallery-item:hover img,
.vf-gallery-shell .mbr-gallery-item:focus-within img {
  transform: scale(1.03);
  opacity: 0.92;
}

.vf-zoomable {
  cursor: zoom-in;
}

.vf-zoomable:focus {
  outline: 3px solid rgba(14, 91, 135, 0.32);
  outline-offset: 3px;
}

.vf-lightbox-open {
  overflow: hidden;
}

.vf-lightbox {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(6, 10, 16, 0.92);
}

.vf-lightbox[hidden] {
  display: none;
}

.vf-lightbox__figure {
  margin: 0;
  max-width: min(1100px, 100%);
  max-height: 100%;
}

.vf-lightbox__figure img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 8rem);
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.vf-lightbox__figure figcaption {
  margin-top: 1rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.96rem;
}

.vf-lightbox__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  min-height: 44px;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 800;
}

.vf-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.vf-reveal-in {
  opacity: 1;
  transform: translateY(0);
}

.vf-note {
  color: var(--vf-muted);
  font-size: 0.95rem;
}

.vf-footer {
  padding: 4rem 0 2rem;
  background: linear-gradient(180deg, var(--vf-dark) 0%, #0b1118 100%);
  color: #dce5ee;
}

.vf-footer a {
  color: #9bd6ff;
}

.vf-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
  gap: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.vf-footer__brand img {
  max-width: 240px;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.vf-footer__heading {
  margin: 0 0 0.9rem;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.2;
}

.vf-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vf-footer__links li + li {
  margin-top: 0.55rem;
}

.vf-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.2rem;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.70);
}

.vf-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.25rem;
  margin-top: 2rem;
  padding: clamp(1.2rem, 3vw, 1.8rem);
  background: var(--vf-dark-2);
  border: 1px solid #304050;
  border-radius: var(--vf-radius-lg);
  color: #fff;
}

.vf-contact-panel h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.15;
}

.vf-contact-panel p {
  color: rgba(255, 255, 255, 0.82);
}

.vf-form {
  display: grid;
  gap: 0.85rem;
}

.vf-form input,
.vf-form textarea {
  width: 100%;
  padding: 0.82rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.vf-form textarea {
  min-height: 120px;
  resize: vertical;
}

.vf-form label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.92rem;
  font-weight: 800;
  color: #fff;
}

@media (max-width: 1180px) {
  .vf-header-shell {
    gap: 0.75rem;
  }

  .vf-brand__subtitle {
    display: none;
  }

  .vf-site-menu__link {
    padding-inline: 0.65rem;
    letter-spacing: 0.02em;
  }
}

@media (max-width: 960px) {
  .vf-header-shell {
    flex-wrap: wrap;
    min-height: 70px;
  }

  .vf-brand {
    max-width: calc(100% - 64px);
  }

  .vf-brand__logo {
    width: min(250px, 66vw);
  }

  .vf-brand__text {
    display: none;
  }

  .vf-menu-toggle {
    display: inline-flex;
  }

  .vf-site-menu {
    display: none;
    flex: 1 0 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.35rem;
    width: 100%;
    margin-top: 0.65rem;
    padding: 0.7rem;
    background: rgba(7, 12, 18, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  }

  .vf-site-header.vf-menu-is-open .vf-site-menu {
    display: flex;
  }

  .vf-site-menu__link {
    justify-content: flex-start;
    width: 100%;
    min-height: 48px;
    padding: 0.85rem 0.95rem;
    font-size: 0.96rem;
    text-align: left;
    white-space: normal;
  }

  .vf-hero__grid,
  .vf-split,
  .vf-footer__top,
  .vf-contact-panel {
    grid-template-columns: 1fr;
  }

  .vf-grid--4,
  .vf-grid--3,
  .vf-grid--6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vf-grid--6 > * {
    grid-column: span 1;
  }
}

@media (max-width: 680px) {
  .vf-container,
  .vf-header-shell {
    width: min(calc(100% - 1.25rem), var(--vf-content));
  }

  .vf-hero__inner {
    padding-block: 2.8rem 3.1rem;
  }

  .vf-hero__grid,
  .vf-grid--2,
  .vf-grid--3,
  .vf-grid--4,
  .vf-grid--6,
  .vf-link-grid {
    grid-template-columns: 1fr;
  }

  .vf-hero h1,
  .vf-page-title {
    font-size: clamp(2rem, 11vw, 3.15rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
  }

  .vf-hero__media img {
    width: min(250px, 76vw);
  }

  .vf-btn-row {
    flex-direction: column;
    align-items: stretch;
  }

  .vf-btn {
    width: 100%;
  }

  .vf-card--pad,
  .vf-stat,
  .vf-callout,
  .vf-timeitem,
  .vf-quote {
    padding: 1.1rem;
  }

  .vf-home-grid {
    margin-top: -0.8rem;
  }

  .vf-spec-table {
    min-width: 520px;
  }

  .vf-footer {
    padding-top: 3rem;
  }

  .vf-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .vf-lightbox {
    padding: 1rem;
  }

  .vf-lightbox__figure img {
    max-height: calc(100vh - 6rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .vf-reveal,
  .vf-btn,
  .vf-gallery-shell .mbr-gallery-item img {
    transition: none !important;
  }
}
