.elementor-kit-8{--e-global-color-primary:#F37021;--e-global-color-secondary:#555555;--e-global-color-text:#222222;--e-global-color-accent:#555555;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{color:#FFFFFF;}.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);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.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 *//* =========================
   Global Style System (B2B Machine)
   ========================= */

/* 1) Theme tokens (colors) */
:root{
  --brand-orange:#F37021;
  --cta-green:#2E7D32;
  --text-main:#222222;
  --text-sub:#555555;
  --bg-alt:#F5F5F5;
  --border:#E0E0E0;
}

/* 2) Typography base */
body{
  font-family: Inter, Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--text-main);
  font-size:16px;
  line-height:1.6;
}

/* Headings */
h1, .elementor-heading-title.h1{
  font-size:42px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:-0.2px;
}
h2, .elementor-heading-title.h2{
  font-size:28px;
  line-height:1.3;
  font-weight:800;
}
h3, .elementor-heading-title.h3{
  font-size:22px;
  line-height:1.3;
  font-weight:700;
}

/* Text colors helpers */
.elementor-widget-text-editor,
.elementor-widget-text-editor p{
  color: var(--text-sub);
}

/* 3) Section spacing (Top/Bottom = 80) */
.elementor-section{
  padding-top:80px;
  padding-bottom:80px;
}

/* 4) Content width (1140) - Elementor typically uses container widths,
   this helps keep inner content comfortable */
.elementor-section .elementor-container{
  max-width:1140px;
}

/* 5) Icon List (3 bullets) visual */
.elementor-icon-list-item .elementor-icon-list-icon i,
.elementor-icon-list-item .elementor-icon-list-icon svg{
  color: var(--brand-orange) !important;
  fill: var(--brand-orange) !important;
}
.elementor-widget-icon-list .elementor-icon-list-text{
  font-size:15px;
  line-height:1.6;
  color: var(--text-main);
}

/* 6) Buttons (CTA) */
.elementor a.elementor-button,
.elementor .elementor-button{
  background: var(--cta-green);
  border-radius:4px;
  font-size:15px;
  font-weight:700;
  padding:12px 22px; /* approx 44px height */
  border: none;
  color:#fff;
  text-decoration:none;
}
.elementor a.elementor-button:hover,
.elementor .elementor-button:hover{
  filter: brightness(0.92);
  color:#fff;
}

/* 7) Divider / border default */
hr, .elementor-divider-separator{
  border-color: var(--border) !important;
}

/* 8) Alternate section background helper class (manual add: section class "bg-alt") */
.bg-alt{
  background: var(--bg-alt);
}

/* 9) Mobile adjustments */
@media (max-width: 767px){
  h1, .elementor-heading-title.h1{ font-size:34px; }
  h2, .elementor-heading-title.h2{ font-size:24px; }
  .elementor-section{ padding-top:80px; padding-bottom:80px; }
}

/* =========================
   4.4 Spacing & Rhythm
   ========================= */

/* A) Section spacing - keep consistent rhythm */
.elementor-section{
  padding-top: 80px;
  padding-bottom: 80px;
}

/* B) Tighten heading-to-text spacing a bit (clean B2B layout) */
.elementor-widget-heading{
  margin-bottom: 16px;
}
.elementor-widget-text-editor{
  margin-bottom: 18px;
}

/* C) Icon list spacing (readable, not loose) */
.elementor-widget-icon-list .elementor-icon-list-item{
  margin-bottom: 8px;
}
.elementor-widget-icon-list .elementor-icon-list-item:last-child{
  margin-bottom: 0;
}

/* D) Keep content width comfortable */
.elementor-section .elementor-container{
  max-width: 1140px;
}

/* =========================
   4.5 CTA Button System
   ========================= */

.elementor a.elementor-button,
.elementor .elementor-button{
  background: var(--cta-green);
  color: #fff !important;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 22px;      /* approx 44px height */
  border: none;
  text-decoration: none;
  box-shadow: none;
}

/* Hover feedback */
.elementor a.elementor-button:hover,
.elementor .elementor-button:hover{
  filter: brightness(0.92);
  color: #fff !important;
}

/* Optional: make buttons look consistent even inside different widgets */
.elementor .elementor-button-wrapper{
  margin-top: 16px;
}

/* =========================
   4.6 Section Visual Differentiation (by class)
   ========================= */

/* A) Alternate background */
.bg-alt{
  background: var(--bg-alt);
}

/* B) Trust section: slightly stronger "stable" feel */
.trust{
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

/* C) CTA block: stronger conversion band */
.cta-block{
  background: var(--bg-alt);
}
.cta-block .elementor-widget-heading .elementor-heading-title{
  color: var(--text-main);
}
.cta-block .elementor-button{
  /* keep green CTA, but give it more presence */
  padding: 14px 26px;
}


/* =========================
   4.7 Mobile Quick Rules
   ========================= */
@media (max-width: 767px){
  h1, .elementor-heading-title.h1{ font-size: 34px; line-height: 1.2; }
  h2, .elementor-heading-title.h2{ font-size: 24px; line-height: 1.3; }

  /* keep rhythm but avoid huge blocks feeling too tall */
  .elementor-section{
    padding-top: 64px;
    padding-bottom: 64px;
  }

  /* buttons remain tap-friendly */
  .elementor .elementor-button{
    padding: 12px 20px;
  }
}/* End custom CSS */