.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#9AA7C2;--e-global-color-text:#EAF0FF;--e-global-color-accent:#2DE2E6;--e-global-color-498e1c7:#070A0F;--e-global-color-da31edc:#0D1320;--e-global-color-4659bba:#EAF0FF14;--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:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-403ff38-font-family:"Sora";--e-global-typography-403ff38-font-weight:500;--e-global-typography-adc4a21-font-family:"JetBrains Mono";--e-global-typography-adc4a21-font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 h1{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-403ff38-font-family ), Sans-serif;font-weight:var( --e-global-typography-403ff38-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){--kit-widget-spacing:22px;}.elementor-element{--widgets-spacing:22px 8px;--widgets-spacing-row:22px;--widgets-spacing-column:8px;}{}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{
  --mx-bg:#070A0F;
  --mx-ink:#0D1320;
  --mx-text:#EAF0FF;
  --mx-mute:#9AA7C2;
  --mx-accent:#2DE2E6;
  --mx-line:rgba(234,240,255,.08);
  --mx-r:22px;
  --mx-wrap:1240px;
}

body{ background:var(--mx-bg); color:var(--mx-text); }

.mx-wrap{
  max-width:var(--mx-wrap);
  margin-inline:auto;
  padding-inline:24px;
}

.mx-section{ padding-block:clamp(72px,8vw,120px); }

.mx-grid-2{ display:grid; grid-template-columns:1.1fr .9fr; gap:clamp(24px,4vw,48px); align-items:center; }
.mx-grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.mx-grid-4{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }

.mx-card{
  background:linear-gradient(180deg, rgba(13,19,32,.92), rgba(13,19,32,.72));
  border:1px solid var(--mx-line);
  border-radius:var(--mx-r);
  padding:22px;
  transition:transform .25s ease, border-color .25s ease;
}
.mx-card:hover{ transform:translateY(-6px); border-color:rgba(45,226,230,.35); }

.mx-btn--primary a{
  background:var(--mx-accent);
  color:#041014 !important;
  border-radius:999px;
  padding:14px 18px;
}
.mx-btn--ghost a{
  background:transparent;
  color:var(--mx-text) !important;
  border:1px solid var(--mx-line);
  border-radius:999px;
  padding:14px 18px;
}
.mx-btn--ghost a:hover{ border-color:rgba(45,226,230,.35); }

.mx-workcard{ position:relative; overflow:hidden; }
.mx-workcard video{
  position:absolute; inset:0;
  width:100%; height:100%; object-fit:cover;
  opacity:0; transform:scale(1.03);
  transition:opacity .25s ease, transform .25s ease;
}
.mx-workcard:hover video{ opacity:.9; transform:scale(1); }

@media (max-width:1024px){
  .mx-grid-2{ grid-template-columns:1fr; }
  .mx-grid-4{ grid-template-columns:repeat(2,1fr); }
  .mx-grid-3{ grid-template-columns:1fr; }
}
@media (prefers-reduced-motion: reduce){
  *{ transition:none !important; scroll-behavior:auto !important; }
}/* End custom CSS */