.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Scrolly layout & visuals ===== */
.vtex-wrap { /* your grid comes from Elementor; these are safe helpers */
  gap: 24px;
}

/* Left column (steps) */
.vtex-steps .vtex-step {
  padding: 1rem 1rem 1.25rem;
  border-left: 3px solid transparent;
  transition: background .2s ease, border-color .2s ease;
}
.vtex-steps .vtex-step.is-active {
  border-color: var(--ast-global-color-0);
  background: linear-gradient(to left, rgba(4,107,210,.08), transparent);
}

/* Right column (visuals) */
.vtex-visual {
  position: sticky;
  top: 96px;              /* adjust for your header height */
  align-self: start;
  min-height: clamp(360px, 55vh, 640px);
  /* ensure positioned ancestor for absolute children */
}
.vtex-visual .vtex-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(.985);
  transition: opacity .35s ease, transform .35s ease, visibility 0s linear .35s;
}
.vtex-visual .vtex-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.vtex-visual .vtex-img.is-active {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity .35s ease, transform .35s ease;
}

/* Mobile: simplify (no sticky, no overlap) */
@media (max-width: 767px) {
  .vtex-visual {
    position: relative;
    top: auto;
    min-height: auto;
  }
  .vtex-visual .vtex-img {
    position: relative;
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .vtex-visual .vtex-img { transition: none !important; }
  .vtex-steps .vtex-step { transition: none !important; }
}/* End custom CSS */