.elementor-kit-11{--e-global-color-primary:#E40000;--e-global-color-secondary:#E89F00;--e-global-color-text:#000000;--e-global-color-accent:#111827;--e-global-color-cfsuccess:#16A34A;--e-global-color-cfgray900:#111827;--e-global-color-cfgray950:#030712;--e-global-color-cfgray600:#4B5563;--e-global-color-cfgray400:#9CA3AF;--e-global-color-cfredhover:#B91C1C;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:800;background-color:#FFFFFF;color:#000000;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1216px;}.e-con{--container-max-width:1216px;}.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);}.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 *//* ---- site frame (App.tsx:42 max-w-1600 rounded card) ---- */
@media (min-width:1025px){
  body{
    max-width:1600px;
    margin:24px auto;
    border-radius:16px;
    box-shadow:0 25px 50px -12px rgba(0,0,0,0.25);
    overflow-x:clip; /* NOT overflow:clip — on body it propagates to the viewport and kills page scroll */
  }
}

/* ---- theme anchor colour guard ---- */
.elementor a:not([class]){
  color:inherit;
}

/* ---- sticky header (Header.tsx:53) ---- */
.elementor-location-header{
  position:sticky;
  top:0;
  z-index:500;
}

/* ---- cf-scrollbar: source scrollbar/selection/focus (index.css:127-143) ---- */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #e40000;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: #c70000;
}
::selection {
  background-color: #e40000;
  color: white;
}
*:focus-visible {
  outline: 2px solid #e40000;
  outline-offset: 2px;
  border-radius: 4px;
}/* End custom CSS */