.elementor-kit-7{--e-global-color-primary:#111418;--e-global-color-secondary:#1B9FDC;--e-global-color-text:#4A4A4A;--e-global-color-accent:#E12B1E;--e-global-color-ed09db2:#8C969C;--e-global-color-01b36a8:#F4F6F7;--e-global-color-9d4d16e:#FFFFFF;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:0.5px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Inter", Sans-serif;font-size:15px;font-weight:600;text-transform:uppercase;color:var( --e-global-color-9d4d16e );border-radius:4px 4px 4px 4px;padding:16px 32px 16px 32px;}.elementor-kit-7 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 *//* ── HEADER ── */
.mc-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 12px 40px;
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #e8eaeb;
    width: 100%;
}

.mc-logo img {
    max-height: 52px;
    width: auto;
}

.mc-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.mc-header-btn a {
    background: #E12B1E !important;
    color: #ffffff !important;
    padding: 12px 24px;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}
/* Header refinements */
.mc-logo img {
  max-height: 44px !important;
  width: auto !important;
}

.mc-nav a {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #111418 !important;
  transition: color 0.2s !important;
}

.mc-nav a:hover {
  color: #1B9FDC !important;
}
/* ── HERO ── */
.mc-hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 140px 80px 120px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(17,20,24,.9) 30%, rgba(27,159,220,.22) 100%),
    #111418;
}

.mc-hero::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 70vw;
  height: 70vw;
  background: radial-gradient(circle, rgba(27,159,220,.1) 0%, transparent 65%);
  pointer-events: none;
}

.mc-hero h1 {
  font-family: 'Oswald', sans-serif !important;
  font-size: 64px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1.08 !important;
  max-width: 820px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.mc-hero p {
  font-size: 18px !important;
  color: rgba(255,255,255,0.8) !important;
  max-width: 540px;
  line-height: 1.6;
  margin-bottom: 36px;
}

.mc-hero .elementor-widget-button {
  display: inline-block;
  margin-right: 12px;
}
.mc-hero .elementor-widget-wrap {
  justify-content: center !important;
}

/* Buttons side by side */
.mc-hero .elementor-widget-button {
  display: inline-flex !important;
  margin-right: 12px !important;
}

.mc-hero .elementor-widget-button + .elementor-widget-button {
  margin-right: 0 !important;
}

/* Force buttons into a row */
.mc-hero .e-con-inner {
  flex-direction: column;
  align-items: flex-start;
}/* End custom CSS */