.elementor-kit-8{--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-8 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);}@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 *//* ==============================================
   UNIVERSAL CORE SYSTEM v4 (UCS v4)
   Rakesh System Architect — Global Stylesheet
   ============================================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Bricolage+Grotesque:wght@400;500;600;700;800&display=swap');

:root {
  /* Brand Colors mapped to UCS */
  --sys-primary:        #6366F1;
  --sys-primary-hover:  #4F46E5;
  --sys-secondary:      #F97316;
  --sys-danger:         #EF4444;
  /* Backgrounds */
  --sys-dark:           #08090F;
  --sys-dark-2:         #0C0D16;
  --sys-card-bg:        #13141F;
  --sys-light:          #F8FAFC;
  /* Text */
  --sys-text-primary:   #ECEDF5;
  --sys-text-secondary: #8E8FA8;
  --sys-text-dark:      #0F172A;
  /* Borders */
  --sys-border:         rgba(255,255,255,0.07);
  /* Typography */
  --sys-font-body:      'Inter', sans-serif;
  --sys-font-heading:   'Bricolage Grotesque', sans-serif;
  /* Layout Constraints */
  --sys-max-w:          1180px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }
body { font-family: var(--sys-font-body); background: var(--sys-dark); color: var(--sys-text-primary); line-height: 1.6; overflow-x: hidden; }
img, video { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

/* --- WRAPPERS & CONTAINERS (MOBILE-FIRST) --- */
.sys-wrapper { width: 100%; position: relative; overflow: hidden; }
.sys-container { max-width: var(--sys-max-w); margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; width: 100%; }

/* --- MOBILE OVERFLOW HARDFIX --- */
html, body { overflow-x: hidden; max-width: 100vw; }
.elementor-section, .elementor-widget-wrap { max-width: 100% !important; }/* End custom CSS */