/*
 * Value Builder native Elementor presentation layer.
 * Every rule is scoped to classes carried by standard Elementor elements.
 * No content is generated or replaced here.
 */

.vb-native-section,
.vb-native-section .elementor-widget-container,
.vb-native-section .elementor-button {
  box-sizing: border-box;
}

.vb-native-section .elementor-heading-title,
.vb-native-section .elementor-widget-text-editor,
.vb-native-section .elementor-button {
  font-family: inherit;
}

.vb-native-section .elementor-widget-text-editor > :first-child {
  margin-top: 0;
}

.vb-native-section .elementor-widget-text-editor > :last-child {
  margin-bottom: 0;
}

.vb-native-eyebrow {
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vb-native-hero > .elementor-container {
  max-width: 1320px;
}

.vb-native-hero-title .elementor-heading-title {
  text-wrap: balance;
}

.vb-native-button .elementor-button {
  min-width: 172px;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.vb-native-button .elementor-button:hover,
.vb-native-button .elementor-button:focus-visible {
  box-shadow: 0 10px 26px rgba(11, 36, 64, 0.18);
  transform: translateY(-2px);
}

.vb-native-button-blue .elementor-button,
.vb-native-button-blue .elementor-button:hover,
.vb-native-button-blue .elementor-button:focus,
.vb-native-button-blue .elementor-button:focus-visible,
.vb-native-button-blue .elementor-button:active,
.vb-native-platform-button .elementor-button,
.vb-native-platform-button .elementor-button:hover,
.vb-native-platform-button .elementor-button:focus,
.vb-native-platform-button .elementor-button:focus-visible,
.vb-native-platform-button .elementor-button:active {
  background-color: #1b6fb8;
  color: #fff;
}

.vb-native-button-orange .elementor-button,
.vb-native-button-orange .elementor-button:hover,
.vb-native-button-orange .elementor-button:focus,
.vb-native-button-orange .elementor-button:active {
  background-color: #f5921e;
  color: #fff;
}

.vb-native-logo img {
  display: block;
  height: 88px;
  max-width: 210px;
  object-fit: contain;
  width: 100%;
}

.vb-native-logo-column > .elementor-column-wrap,
.vb-native-logo-column > .elementor-widget-wrap {
  align-items: center;
  justify-content: center;
}

.vb-native-step-image img {
  max-height: 420px;
  object-fit: contain;
}

.vb-native-persona,
.vb-native-journey-card,
.vb-native-special-card,
.vb-native-testimonial-card {
  overflow: hidden;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.vb-native-persona:hover,
.vb-native-journey-card:hover,
.vb-native-special-card:hover,
.vb-native-testimonial-card:hover {
  box-shadow: 0 18px 50px rgba(11, 36, 64, 0.12);
  transform: translateY(-4px);
}

.vb-native-testimonial-image {
  margin-left: -26px;
  margin-right: -26px;
  width: calc(100% + 52px);
}

.vb-native-testimonial-image img {
  aspect-ratio: 1 / 0.9;
  display: block;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.vb-native-testimonial-quote {
  min-height: 190px;
}

.vb-native-lens > .elementor-column-wrap,
.vb-native-lens > .elementor-widget-wrap {
  align-content: center;
}

.vb-native-lens-label {
  margin: 4px;
}

.vb-native-single-column .elementor-widget-text-editor,
.vb-native-single-column .elementor-heading-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
}

@media (max-width: 1024px) {
  .vb-native-hero-title .elementor-heading-title {
    font-size: 52px !important;
  }

  .vb-native-logo img {
    height: 72px;
  }

  .vb-native-testimonial-quote {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .vb-native-section > .elementor-container,
  .vb-native-section .elementor-inner-section > .elementor-container {
    gap: 18px;
  }

  .vb-native-hero-title .elementor-heading-title {
    font-size: 42px !important;
  }

  .vb-native-section .elementor-column {
    width: 100%;
  }

  .vb-native-button-row .elementor-column {
    width: 50%;
  }

  .vb-native-button .elementor-button {
    min-width: 0;
    width: 100%;
  }

  .vb-native-logo-row .elementor-column {
    width: 50%;
  }

  .vb-native-logo img {
    height: 68px;
  }

  .vb-native-testimonial-image {
    margin-left: -26px;
    margin-right: -26px;
  }
}

