.elementor-kit-6{--e-global-color-primary:#1B365D;--e-global-color-secondary:#002240;--e-global-color-text:#191C1E;--e-global-color-accent:#FF7816;--e-global-color-80d7932:#F7F9FC;--e-global-color-22005e8:#ECEEF1;--e-global-color-d5f1a80:#FFFFFF;--e-global-color-c707529:#CBE7F5;--e-global-color-a339c39:#44474E;--e-global-color-b2d0975:#10B981;--e-global-color-136f3c0:#F59E0B;--e-global-color-393f525:#EF4444;--e-global-color-9f11d33:#AFCBD8;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:600;--e-global-typography-b83b24a-font-family:"Manrope";--e-global-typography-b83b24a-font-size:56px;--e-global-typography-b83b24a-font-weight:800;--e-global-typography-c830dd4-font-family:"Manrope";--e-global-typography-c830dd4-font-size:36px;--e-global-typography-c830dd4-font-weight:700;--e-global-typography-c830dd4-letter-spacing:-0.02em;--e-global-typography-410abe9-font-family:"Manrope";--e-global-typography-410abe9-font-size:28px;--e-global-typography-410abe9-font-weight:700;--e-global-typography-410abe9-letter-spacing:-0.01em;--e-global-typography-06610e5-font-family:"Manrope";--e-global-typography-06610e5-font-size:22px;--e-global-typography-06610e5-font-weight:600;--e-global-typography-06610e5-letter-spacing:0em;--e-global-typography-05f117d-font-family:"Inter";--e-global-typography-05f117d-font-size:15px;--e-global-typography-05f117d-font-weight:400;--e-global-typography-05f117d-letter-spacing:0em;--e-global-typography-04f7140-font-family:"Inter Tight";--e-global-typography-04f7140-font-size:18px;--e-global-typography-04f7140-font-weight:500;--e-global-typography-04f7140-letter-spacing:0em;--e-global-typography-270687c-font-family:"Inter";--e-global-typography-270687c-font-size:12px;--e-global-typography-270687c-font-weight:600;--e-global-typography-270687c-letter-spacing:0.05em;--e-global-typography-2cbaf7e-font-family:"Inter";--e-global-typography-2cbaf7e-font-size:11px;--e-global-typography-2cbaf7e-font-weight:600;--e-global-typography-2cbaf7e-letter-spacing:0.08em;}.elementor-kit-6 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 {
  --alum-primary: #1B365D;
  --alum-secondary: #002240;
  --alum-accent: #CBE7F5;
  --alum-bg-light: #F7F9FC;
  --alum-bg-mid: #ECEEF1;
  --alum-card: #FFFFFF;
  --alum-border: #ECEEF1;
  --alum-radius: 4px;
  --alum-radius-btn: 6px;
  --alum-text-main: #002240;
  --alum-text-muted: #44474E;
  --alum-success: #10B981;
  --alum-warning: #F59E0B;
  --alum-error: #EF4444;
  --alum-safety: #FF7816;
  --alum-shadow-hover: 0 4px 12px rgba(27, 54, 93, 0.05);
}

/* MACHINED AUTHORITY CARD */
.alum-card {
  border: 1px solid var(--alum-border);
  border-radius: var(--alum-radius);
  background: var(--alum-card);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.alum-card:hover {
  border-color: var(--alum-primary);
  box-shadow: var(--alum-shadow-hover);
}

/* HEADINGS */
.alum-heading {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--alum-secondary);
}

/* DATA TEXT */
.alum-data {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: var(--alum-primary);
}

/* TECHNICAL BADGE */
.alum-badge {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--alum-bg-light);
  color: var(--alum-primary);
  padding: 2px 8px;
  border-radius: 2px;
}

/* INDUSTRIAL CHIP */
.alum-chip {
  background: #AFCBD8;
  color: var(--alum-secondary);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 3px 8px;
  border-radius: 2px;
}

/* PRIMARY BUTTON */
.alum-btn-primary {
  background: linear-gradient(135deg, #002240, #003763);
  color: #FFFFFF;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  border: none;
  border-radius: var(--alum-radius-btn);
  padding: 0.625rem 1.5rem;
}/* End custom CSS */