.elementor-8590 .elementor-element.elementor-element-a9d2786{--display:flex;}.elementor-8590 .elementor-element.elementor-element-10db85e{--display:flex;}.elementor-8590 .elementor-element.elementor-element-01433f2{--display:flex;}.elementor-8590 .elementor-element.elementor-element-19c7d90{--display:flex;}.elementor-8590 .elementor-element.elementor-element-51a9fc1{--display:flex;}.elementor-8590 .elementor-element.elementor-element-772eb10{--display:flex;}.elementor-8590 .elementor-element.elementor-element-8e65ef8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-34c4c4e */.gmfsi-final-expense-tool{
  padding: 34px 16px 46px;
}

.gmfsi-final-expense-card{
  max-width: 780px;
  margin: 0 auto;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
  border: 1px solid #d9e6df;
  border-radius: 28px;
  padding: 38px 30px 28px;
  box-shadow:
    0 18px 40px rgba(0,0,0,0.06),
    0 1px 0 rgba(255,255,255,0.85) inset;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.gmfsi-final-expense-card:before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(212,175,55,0.10), transparent 28%);
}

.gmfsi-badge{
  display: inline-block;
  margin-bottom: 18px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(15,77,58,0.05);
  border: 1px solid rgba(15,77,58,0.22);
  color: #0f4d3a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.gmfsi-final-expense-card h2{
  margin: 0 0 14px;
  font-size: 32px;
  line-height: 1.15;
  color: #0f4d3a;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.gmfsi-subtitle{
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.55;
  color: #263a33;
}

.gmfsi-helper{
  margin: 0 0 24px;
  font-size: 15px;
  color: #6b7d76;
}

.gmfsi-select-wrap{
  max-width: 570px;
  margin: 0 auto;
}

.gmfsi-select{
  width: 100%;
  padding: 16px 18px;
  border-radius: 15px;
  border: 2px solid #123f31;
  background: linear-gradient(135deg, #022f26 0%, #0b4a39 100%);
  color: #ffffff;
  font-size: 18px;
  outline: none;
  box-shadow:
    0 8px 18px rgba(0,0,0,0.08),
    0 0 0 4px rgba(255,255,255,0.55);
}

.gmfsi-select:focus{
  box-shadow:
    0 8px 18px rgba(0,0,0,0.10),
    0 0 0 4px rgba(212,175,55,0.18);
}

.gmfsi-result{
  margin: 24px auto 0;
  max-width: 620px;
  text-align: left;
  background: linear-gradient(135deg, #0d5a44 0%, #0b3c2d 100%);
  color: #ffffff;
  border-radius: 22px;
  padding: 24px 24px 20px;
  box-shadow:
    0 16px 28px rgba(0,0,0,0.12),
    0 0 0 1px rgba(255,255,255,0.05) inset;
  border: 1px solid rgba(212,175,55,0.22);
}

.gmfsi-result-title{
  font-size: 23px;
  line-height: 1.28;
  font-weight: 800;
  margin-bottom: 10px;
  color: #ffffff;
}

.gmfsi-result-text{
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,0.94);
}

.gmfsi-cta-wrap{
  margin-top: 18px;
  text-align: center;
}

.gmfsi-cta-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d4af37 0%, #b9921e 100%);
  color: #0f2f25 !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  box-shadow:
    0 12px 24px rgba(0,0,0,0.12),
    0 0 0 1px rgba(255,255,255,0.45) inset;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gmfsi-cta-btn:hover{
  transform: translateY(-2px);
  box-shadow:
    0 16px 28px rgba(0,0,0,0.14),
    0 0 0 1px rgba(255,255,255,0.5) inset;
}

.gmfsi-cta-btn span{
  font-size: 18px;
}

.gmfsi-cta-note{
  margin-top: 10px;
  font-size: 13px;
  color: #6f817a;
}

.gmfsi-note{
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.5;
  color: #71817b;
}

@media (max-width: 767px){
  .gmfsi-final-expense-card{
    padding: 28px 18px 22px;
    border-radius: 20px;
  }

  .gmfsi-final-expense-card h2{
    font-size: 28px;
  }

  .gmfsi-subtitle{
    font-size: 17px;
  }

  .gmfsi-select{
    font-size: 16px;
    padding: 15px 16px;
  }

  .gmfsi-result{
    padding: 20px 18px 18px;
    border-radius: 18px;
  }

  .gmfsi-result-title{
    font-size: 21px;
  }

  .gmfsi-result-text{
    font-size: 15px;
  }

  .gmfsi-cta-btn{
    width: 100%;
    padding: 15px 18px;
    font-size: 15px;
  }
}
.gmfsi-tool-page-shell{
  max-width: 980px;
  margin: 0 auto;
  padding: 34px 16px 56px;
}

.gmfsi-tool-card{
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
  border: 1px solid #d9e6df;
  border-radius: 28px;
  padding: 38px 30px 30px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
}

.gmfsi-tool-badge{
  display: inline-block;
  margin-bottom: 18px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(15,77,58,0.05);
  border: 1px solid rgba(15,77,58,0.18);
  color: #0f4d3a;
  font-size: 13px;
  font-weight: 700;
}

.gmfsi-tool-heading{
  margin: 0 0 14px;
  color: #0f4d3a;
  font-weight: 800;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: -0.8px;
  text-align: center;
}

.gmfsi-tool-subtitle{
  margin: 0 auto 10px;
  max-width: 760px;
  font-size: 20px;
  line-height: 1.55;
  color: #42554d;
  font-weight: 400;
  text-align: center;
}

.gmfsi-tool-helper{
  margin: 0 0 26px;
  font-size: 15px;
  line-height: 1.6;
  color: #6b7d76;
  text-align: center;
}

.gmfsi-tool-result{
  margin: 24px auto 0;
  max-width: 650px;
  text-align: left;
  background: linear-gradient(135deg, #0d5a44 0%, #0b3c2d 100%);
  color: #ffffff;
  border-radius: 22px;
  padding: 24px 24px 20px;
  box-shadow: 0 16px 28px rgba(0,0,0,0.12);
  border: 1px solid rgba(212,175,55,0.22);
}

.gmfsi-tool-cta-wrap{
  text-align: center;
  margin-top: 24px;
}

.gmfsi-tool-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d4af37, #c39a2e);
  color: #0b2e22 !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}

.gmfsi-tool-trust{
  margin-top: 10px;
  font-size: 13px;
  color: #7a8f87;
  text-align: center;
}

.gmfsi-tool-crosslink{
  margin-top: 34px;
}

@media (max-width: 767px){
  .gmfsi-tool-page-shell{
    padding: 24px 12px 40px;
  }

  .gmfsi-tool-card{
    padding: 26px 18px 22px;
    border-radius: 20px;
  }

  .gmfsi-tool-heading{
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: -0.5px;
  }

  .gmfsi-tool-subtitle{
    font-size: 17px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee99417 */.gmfsi-crosslink-reverse{
  max-width: 980px;
  margin: 40px auto 20px;
  padding: 0 16px;
}

.gmfsi-crosslink-reverse-card{
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
  border: 1px solid #d9e6df;
  border-radius: 24px;
  padding: 30px 28px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.05);
  text-align: center;
}

.gmfsi-crosslink-reverse-badge{
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15,77,58,0.05);
  border: 1px solid rgba(15,77,58,0.18);
  color: #0f4d3a;
  font-size: 13px;
  font-weight: 700;
}

.gmfsi-crosslink-reverse-card h2{
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.15;
  color: #0f4d3a;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.gmfsi-crosslink-reverse-card p{
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.65;
  color: #4b5f57;
}

.gmfsi-crosslink-reverse-actions{
  margin-top: 22px;
}

.gmfsi-crosslink-reverse-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f4d3a 0%, #0b3327 100%);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(0,0,0,0.10);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gmfsi-crosslink-reverse-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(0,0,0,0.14);
}

@media (max-width: 767px){
  .gmfsi-crosslink-reverse{
    margin: 28px auto 18px;
    padding: 0 12px;
  }

  .gmfsi-crosslink-reverse-card{
    padding: 22px 18px;
    border-radius: 18px;
  }

  .gmfsi-crosslink-reverse-card h2{
    font-size: 28px;
  }

  .gmfsi-crosslink-reverse-card p{
    font-size: 16px;
  }

  .gmfsi-crosslink-reverse-btn{
    width: 100%;
    padding: 15px 18px;
  }
}/* End custom CSS */