.elementor-kit-9{--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-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 *//* --- GAWG block: headings override --- */
#gawg h1,#gawg h2,#gawg h3,#gawg h4,#gawg h5,#gawg h6{
  color:#ffffff !important;
  text-shadow:0 2px 5px rgba(0,0,0,.35);
}

/* Keep pale-blue on light bands (default) */
#gawg section.light h1,#gawg section.light h2,#gawg section.light h3,
#gawg section.light h4,#gawg section.light h5,#gawg section.light h6{
  color:#e9f2ff !important;
  text-shadow:none;
}

/* Make "Why switch to GAWG" orange (it's the .light.trust section) */
#gawg section.light.trust > .wrap > h2{
  background:linear-gradient(to right, var(--orange), var(--orange-2));
  -webkit-background-clip:text; background-clip:text;
  color:transparent !important; text-shadow:none; filter:brightness(1.05);
}

/* Make "How it works" orange (it's the .light section that contains .steps) */
/* Modern browsers */
#gawg section.light:has(.steps) > .wrap > h2{
  background:linear-gradient(to right, var(--orange), var(--orange-2));
  -webkit-background-clip:text; background-clip:text;
  color:transparent !important; text-shadow:none; filter:brightness(1.05);
}

/* Fallback if :has() isn't supported (targets your markup order):
   #gawg > section:nth-of-type(3)  -> How it works
   #gawg > section:nth-of-type(5)  -> Why switch (already handled above)
*/
#gawg > section:nth-of-type(3) > .wrap > h2{
  background:linear-gradient(to right, var(--orange), var(--orange-2));
  -webkit-background-clip:text; background-clip:text;
  color:transparent !important; text-shadow:none; filter:brightness(1.05);
}/* End custom CSS */