.fti-how-module {
  background: linear-gradient(180deg, #f4fbfa 0%, #ffffff 100%);
  padding-top: 90px;
}

/* HEADER */
.fti-header {
  text-align: center;
  margin-bottom: 70px;
}

.fti-header h2 {
  font-size: 40px;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 10px;
}

.fti-header p {
  color: #6b7280;
  font-size: 18px;
}

/* STEP LAYOUT */
.fti-step {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  margin-bottom: 70px;
  align-items: start;
}


/* LEFT SIDE */
.fti-step-left {
  position: relative;
}

.fti-badge {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #ff9102;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.fti-step-left h3 {
  font-size: 28px;
  color: #1f2937;
  margin-bottom: 12px;
  line-height: 1.3;
}

.fti-step-left p {
  color: #6b7280;
  line-height: 1.6;
}

/* GRID */
.fti-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* CARD */
.fti-card {
  background:rgba(4,130,115,1.0);
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fti-card:hover {
  transform: translateY(-6px);
  border-color: #048273;
  box-shadow: 0 15px 35px rgba(4, 130, 115, 0.15);
}

.fti-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.fti-card p {
  color: #fff;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* CARD BUTTON */
.fti-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 18px;
  background: #048273;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.fti-card-btn:hover {
  background: #ff9102;
  color: #fff;
  transform: translateY(-2px);
}

/* STEP 2 PROCESS */
.fti-process {
  display: grid;
  gap: 12px;
}

.fti-process div {
  background: #ff9102;
  color: #fff;
  padding: 16px 20px;
  border-radius: 12px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(4, 130, 115, 0.15);
}

/* STEP 3 IMPACT */
.fti-impact {
  display: grid;
  gap: 12px;
}

.fti-impact div {
  color: #fff;
  padding: 16px 20px;
  border-radius: 12px;
  font-weight: 600;
  border: 1px solid #048273;
  background: #048273;
}

/* MAIN CTA */
.fti-cta {
  display: inline-block;
  margin-top: 24px;
  padding: 14px 28px;
  background: #048273;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.fti-cta:hover {
  background: #ff9102;
  color: #fff;
  transform: translateY(-2px);
}


.apprenticeship_button {
    text-align: center;
    margin-top: 30px;
}
.apprenticeship_cta_button {
    justify-content: center;
    display: flex;
    margin-top: 30px;
}
.notes {
    margin-top: 8px;
    text-align: center;
}
.fti-how-module a.btn-custom.gree-btn {
    background: rgba(4,130,115,1.0);
}
.fti-how-module a.btn-custom.gree-btn:hover { background:#ff9102} 

/* RESPONSIVE */
@media (max-width: 991px) {
  .fti-step {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .fti-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .fti-grid {
    grid-template-columns: 1fr;
  }

  .fti-header h2 {
    font-size: 32px;
  }

  .fti-step-left h3 {
    font-size: 24px;
  }

  .fti-how-module {
    padding: 60px 0;
  }
  .tab-ctabutton .hs-cta-embed-429239150827{
   font-size: 14px;
    line-height: 44px;
    padding: 0 14px;
  }
  }
}