.elementor-4784 .elementor-element.elementor-element-2da2c488{margin-top:-20px;margin-bottom:-40px;}@media(max-width:1024px){.elementor-4784 .elementor-element.elementor-element-2da2c488{margin-top:-30px;margin-bottom:-30px;}}@media(max-width:767px){.elementor-4784 .elementor-element.elementor-element-2da2c488{margin-top:-20px;margin-bottom:-40px;}}/* Start custom CSS for html, class: .elementor-element-a84e44a */* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, sans-serif;
  color: #1a1a1a;
  background: #f6f6ee;
  overflow-x: hidden;
}

/* HERO */
.hero {
  background: #1a1a1a;
  padding: 100px 24px 80px;
  text-align: center;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
}
.hero-badge {
  display: inline-block;
  background: #32cc32;
  color: #fff;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 28px;
}
.hero h1 {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: clamp(28px, 4.2vw, 50px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  max-width: 960px;
  margin: 0 auto 20px;
}
.hero h1 em { color: #32cc32; font-style: normal; }
.hero p {
  font-size: 18px;
  color: rgba(255,255,255,0.65);
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.75;
}
.hero .btn-primary {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.btn-primary {
  display: inline-block;
  background: #32cc32;
  color: #fff !important;
  padding: 16px 44px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #fff;
  transition: background 0.2s;
}
.btn-primary:hover { background: #28a028; }
.hero-note {
  display: block;
  margin-top: 14px;
  font-size: 13px;
  color: rgba(255,255,255,0.3);
}

/* STRIP */
.strip {
  background: #32cc32;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
}
.strip p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

/* SECTIONS */
.section { padding: 80px 24px; }
.section.alt { background: #f6f6ee; }
.section.dark { background: #1a1a1a; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); width: 100vw; position: relative; }
.inner { max-width: 1400px; margin: 0 auto; padding: 0 16px; }

.eyebrow {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  color: #32cc32;
  margin-bottom: 10px;
}
.dark .eyebrow { color: #32cc32; }

h2.section-title {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: clamp(20px, 2.8vw, 32px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 12px;
  text-wrap: balance;
}
.dark h2.section-title { color: #ffffff; }

p.section-lead {
  font-size: 16px;
  color: #555;
  line-height: 1.75;
  max-width: 800px;
  margin-bottom: 52px;
}
.dark p.section-lead { color: rgba(255,255,255,0.55); }

/* THREE COL GRID */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

/* EXAMPLE CARDS */
.ex-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px 24px;
  border: 1px solid #d0d0c8;
  border-top: 3px solid #32cc32;
  display: flex;
  flex-direction: column;
}
.ex-card * { margin-left: 0 !important; text-indent: 0 !important; padding-left: 0 !important; }
.ex-card h3 { margin: 0 0 12px 0 !important; padding: 0 !important; font-size: 18px; font-weight: 700; line-height: 1.3; color: #1a1a1a; }
.ex-card p { margin: 0 0 0 0 !important; padding: 0 !important; }
.ex-industry {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #32cc32;
  margin-bottom: 10px;
}
.ex-card h3 {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.3;
  min-height: 48px;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.ex-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.75;
  flex: 1;
}
.ex-outcome {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #e0e0d8;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: left;
}

/* STEPS */
.step-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 32px 28px;
  text-align: center;
  border: 1px solid #e0e0d8;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-num {
  width: 52px; height: 52px;
  background: #32cc32;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
  flex-shrink: 0;
}
.step-card h3 {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  min-height: 44px;
}
.step-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.75;
}

/* WHY CARDS */
.why-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
}
.why-icon { font-size: 28px; margin-bottom: 14px; }
.why-card h3 {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  min-height: 44px;
}
.why-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
}

/* FORM */
.form-wrap {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 8px;
  padding: 48px 56px;
  border: 1px solid #e0e0d8;
  border-top: 3px solid #32cc32;
}
.form-wrap h2 {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.form-wrap > p {
  font-size: 15px;
  color: #555;
  margin-bottom: 28px;
  line-height: 1.65;
}
.form-privacy {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-top: 16px;
  line-height: 1.6;
}

/* WPForms overrides */
div.wpforms-container-full .wpforms-form .wpforms-field {
  width: 100% !important;
}
div.wpforms-container-full .wpforms-form .wpforms-one-half {
  width: 48% !important;
  float: left !important;
  margin-right: 4% !important;
}
div.wpforms-container-full .wpforms-form .wpforms-one-half.wpforms-one-half-last {
  margin-right: 0 !important;
}
div.wpforms-container-full .wpforms-form select {
  height: auto !important;
  min-height: 48px !important;
  padding: 12px 14px !important;
  appearance: auto !important;
  -webkit-appearance: auto !important;
}
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
  border: 1.5px solid #ddd !important;
  border-radius: 4px !important;
  padding: 12px 14px !important;
  font-size: 15px !important;
  background: #fff !important;
  transition: border-color 0.2s !important;
}
div.wpforms-container-full .wpforms-form input:focus,
div.wpforms-container-full .wpforms-form select:focus {
  border-color: #32cc32 !important;
  outline: none !important;
}
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit] {
  background: #4f6df5 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  padding: 14px 32px !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  background: #3a55d4 !important;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .grid-3 { grid-template-columns: 1fr; }
  nav { padding: 12px 20px; }
  .form-wrap { padding: 28px 20px; }
  .section { page: 56px 0; }
}

/* Override WordPress theme h3 defaults inside cards */
div.ex-card h3,
div.ex-card h3:first-of-type {
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #1a1a1a !important;
}
div.ex-card p {
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
}
div.ex-card .ex-industry {
  margin: 0 0 10px 0 !important;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-2da2c488 */.background-image-page-header{
    display: none;
}/* End custom CSS */