/* Gradient text overrides - loaded AFTER Webflow CSS to ensure precedence */

.home_dlaczego-my_heading.text-background-gradient {
  display: inline-block !important;
  background: linear-gradient(113deg, #F73 -4.11%, #FE69E6 23.13%, #F73 74.3%, #F50 88.83%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  font-weight: 700 !important;
}

.home_dlaczego-my_image-heading.text-background-gradient-04 {
  display: inline-block !important;
  background: var(--Enig-colour-nowy-gradient4, linear-gradient(111deg, #F73 -3.9%, #F64712 31.65%, #F73 77.68%, #F50 117.37%)) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

h2.text-background-gradient-05 {
  display: inline-block !important;
  background: linear-gradient(180deg, rgba(254, 105, 230, 0.50) 0.25%, rgba(255, 122, 74, 0.50) 66.75%, rgba(255, 85, 0, 0.50) 99.75%), linear-gradient(109deg, #FFBC8A 0%, #FF7A4A 26.76%, #F50 58.49%, #FB5C18 74.53%, #F85A15 116.9%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

/* Fix gallery-full-width section display */
.section_gallery-full-width {
  display: block !important;
  height: 100vh !important;
}

.gallery-full-width_component {
  display: grid !important;
  height: 100% !important;
}
