@font-face {
  font-family: 'Heebo-Regular';
  src: url(/assets/Heebo/Heebo-Regular-7167d9e511864d9f7879f685802684a1d392ce300717589829907c55fd6ddfe6.ttf) format("truetype");
  font-display: swap; }

.leaf-how-it-works {
  margin-top: -7px;
  min-height: 582px;
  background: linear-gradient(180deg, #9AC540 -15.77%, #42A042 102.48%);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px; }
  .leaf-how-it-works .works-container {
    max-width: 1366px;
    margin: 0 auto;
    padding: 66px 80px; }
  .leaf-how-it-works .works-header h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    line-height: 54px; }
  .leaf-how-it-works .steps-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    /* Reduced gap to save space */ }
    @media (max-width: 800px) {
      .leaf-how-it-works .steps-grid {
        flex-direction: column;
        gap: 10px;
        align-items: center; } }
  .leaf-how-it-works .step-item {
    flex: 1;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
  .leaf-how-it-works .step-arrow {
    height: 60px;
    width: 60px;
    margin-top: 55px;
    flex-shrink: 0;
    /* Prevent arrows from squishing */ }
    .leaf-how-it-works .step-arrow img {
      width: 25px;
      height: auto;
      opacity: 0.8; }
    .leaf-how-it-works .step-arrow.arrow-1 img {
      transform: rotate(-90deg);
      margin-top: -20px; }
    .leaf-how-it-works .step-arrow.arrow-2 img {
      transform: rotate(-90deg) scaleX(-1);
      margin-top: -20px; }
  .leaf-how-it-works .step-text h3 {
    margin-top: 22px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    font-family: Heebo-Regular; }
  .leaf-how-it-works .step-2 {
    max-width: 356px;
    flex: 1.5; }

@media screen and (max-width: 1024px) {
  .leaf-how-it-works .works-container {
    padding: 66px 40px; }
  .leaf-how-it-works .steps-grid {
    gap: 10px; }
  .leaf-how-it-works .icon-circle img {
    width: 152px;
    height: 152px; }
  .leaf-how-it-works .step-arrow {
    margin-top: 50px; }
    .leaf-how-it-works .step-arrow img {
      width: 20px; }
  .leaf-how-it-works .step-text h3 {
    font-size: 22px;
    line-height: normal; } }

@media screen and (max-width: 768px) {
  .leaf-how-it-works {
    height: auto;
    padding-bottom: 84px;
    padding-top: 50px;
    min-height: auto; }
    .leaf-how-it-works .works-container {
      padding: 0 20px; }
    .leaf-how-it-works .only-mobile {
      display: block; }
    .leaf-how-it-works .only-desktop {
      display: none; }
    .leaf-how-it-works .works-header h2 {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 41.5px;
      margin-top: 0; }
      .leaf-how-it-works .works-header h2 br {
        display: none; }
    .leaf-how-it-works .step-item {
      max-width: 100%; }
      .leaf-how-it-works .step-item .icon-circle img {
        width: 152px;
        height: 152px; }
    .leaf-how-it-works .step-text h3 {
      margin-top: 15px;
      font-size: 25px;
      font-weight: 600; }
    .leaf-how-it-works .step-3 br,
    .leaf-how-it-works .text-1 br {
      display: none; }
    .leaf-how-it-works .step-arrow {
      margin: 10px 0; }
      .leaf-how-it-works .step-arrow img {
        width: 16px; } }
