.elementor-15670 .elementor-element.elementor-element-b7b350c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5f4e4de */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Inter+Tight:wght@800&display=swap');

/* Base typography for this section */
.values,
.values * {
  box-sizing: border-box !important;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* Section wrapper */
.values {
  position: relative !important;
  padding: 6rem 0 !important;
  overflow: hidden !important;
  background: #030712 !important;
}

/* Subtle starfield grid */
.values::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  opacity: 0.03 !important;
  background-image: radial-gradient(circle at 1px 1px, #ffffff 1px, transparent 0) !important;
  background-size: 32px 32px !important;
  pointer-events: none !important;
}

/* Colored glows */
.values-glow-1,
.values-glow-2 {
  position: absolute !important;
  border-radius: 50% !important;
  filter: blur(120px) !important;
  pointer-events: none !important;
}

.values-glow-1 {
  top: 0 !important;
  left: 25% !important;
  width: 384px !important;
  height: 384px !important;
  background: rgba(123,103,168,0.1) !important;
}

.values-glow-2 {
  bottom: 0 !important;
  right: 25% !important;
  width: 384px !important;
  height: 384px !important;
  background: rgba(215,46,93,0.08) !important;
}

/* Inner container */
.values-inner {
  position: relative !important;
  z-index: 10 !important;
  max-width: 56rem !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
}

/* Eyebrow label */
.values-label {
  color: #6b7280 !important;
  font-size: 0.875rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
  font-weight: 500 !important;
  margin-bottom: 1rem !important;
}

/* List layout */
.values-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 4rem !important;
}

/* Accent line */
.value-accent {
  width: 3rem !important;
  height: 3px !important;
  border-radius: 9999px !important;
  margin-bottom: 1.5rem !important;
  transition: width 0.5s !important;
}

.value-accent-1 { background: #7b67a8 !important; }
.value-accent-2 { background: #d72e5d !important; }
.value-accent-3 { background: #ff7913 !important; }

/* Hover grow on accent */
.value-item:hover .value-accent {
  width: 5rem !important;
}

/* Statement (headline) – Inter Tight */
.value-statement {
  font-family: 'Inter Tight', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: clamp(1.5rem, 4vw, 2.25rem) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
  margin-bottom: 1rem !important;
  letter-spacing: -0.025em !important;
}

/* Explanation copy */
.value-explanation {
  color: #9ca3af !important;
  font-size: 1.05rem !important;
  line-height: 1.75 !important;
  max-width: 42rem !important;
}

/* Delayed items for when we later hook the fade-in JS */
.value-item-2 {
  transition-delay: 0.15s !important;
}

.value-item-3 {
  transition-delay: 0.3s !important;
}

/* Fade-in class – keep visible for now (hero JS already targets .fade-in) */
.values .fade-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out !important;
}

.values .fade-in.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Responsive spacing */
@media (min-width: 768px) {
  .values {
    padding: 8rem 0 !important;
  }
  .values-list {
    gap: 5rem !important;
  }
}

@media (max-width: 640px) {
  .values {
    padding: 4.5rem 0 !important;
  }
  .values-list {
    gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .values-inner {
    max-width: 52rem !important;
  }
}

.value-item {
  transition: color 0.25s ease-out !important;
}

.value-item:hover .value-statement {
  color: #e5e7eb !important;
}

.value-item:hover .value-explanation {
  color: #d1d5db !important;
}/* End custom CSS */