.elementor-kit-5{--e-global-color-primary:#14b8a6;--e-global-color-secondary:#0f172a;--e-global-color-text:#0f172a;--e-global-color-accent:#0d9488;--e-global-color-ea4e_charcoal:#0f172a;--e-global-color-ea4e_teal:#14b8a6;--e-global-color-ea4e_teal_dark:#0d9488;--e-global-color-ea4e_teal_10:rgba(20, 184, 166, 0.10);--e-global-color-ea4e_off_white:#f8fafc;--e-global-color-ea4e_white:#ffffff;--e-global-color-ea4e_text_primary:#0f172a;--e-global-color-ea4e_text_muted:#64748b;--e-global-color-ea4e_border:#e2e8f0;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 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){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */:root {
  /* EA4E Brand Colors */
  --ea4e-charcoal:      #0f172a;
  --ea4e-teal:          #14b8a6;
  --ea4e-teal-dark:     #0d9488;
  --ea4e-teal-10:       rgba(20, 184, 166, 0.10);
  --ea4e-off-white:     #f8fafc;
  --ea4e-white:         #ffffff;
  --ea4e-text-primary:  #0f172a;
  --ea4e-text-muted:    #64748b;
  --ea4e-border:        #e2e8f0;

  /* Spacing Scale */
  --space-xs:   8px;
  --space-sm:   16px;
  --space-md:   24px;
  --space-lg:   48px;
  --space-xl:   80px;
  --space-2xl:  120px;

  /* Border Radius */
  --radius-sm:   4px;
  --radius-md:   8px;
  --radius-lg:   16px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm:  0 1px 4px rgba(0,0,0,0.06);
  --shadow-md:  0 4px 12px rgba(0,0,0,0.10);

  /* Transitions */
  --transition: all 0.2s ease;

  /* Max Widths */
  --content-width: 1140px;
  --narrow-width:  720px;
  --wide-width:    1400px;
}

/* Smooth scroll */
html { scroll-behavior: smooth; }

/* Elementor container max-width */
.elementor-container { max-width: var(--content-width); }

/* Remove gap below last section */
.elementor-section:last-of-type { margin-bottom: 0; }/* End custom CSS */