/* BeDigit — Business Unit Page (standalone, no Vite build required) */

.bu-intro__pretitle {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -3px;
  color: rgba(196, 207, 209, 0.8);
  text-align: center;
}

.bu-intro .section-header__title {
  color: #b8f400;
  margin-top: 0;
}

.bu-intro__subtitle {
  max-width: 560px;
  text-align: center;
  margin-top: 30px !important;
}

.bu-unit-section {
  padding: 60px 0;
}

.bu-unit-section--divided {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 80px;
}

.befooders-card-section {
  padding: 0 0 80px;
}

.bu-unit__split {
  gap: 80px;
}

.bu-unit__meta {
  width: 380px;
  flex-shrink: 0;
}

.bu-unit__number {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #b8f400;
  letter-spacing: -0.5px;
  line-height: 14.4px;
  margin-bottom: 20px;
}

.bu-unit__name {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -4px;
  color: #ffffff;
  margin-bottom: 30px;
}

.bu-unit__tag {
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  color: rgba(196, 207, 209, 0.8);
  max-width: 320px;
}

.bu-unit__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bu-unit__content > p {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(196, 207, 209, 0.8);
  margin: 0;
}

.bu-unit__cta {
  align-self: flex-start;
  margin-top: 10px;
}

.befooders-card {
  background: #003942;
  border-radius: 10px;
  padding: 40px 44px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.befooders-card__pretitle {
  font-size: 16px;
  font-weight: 600;
  color: #b8f400;
  letter-spacing: -0.5px;
  line-height: 14.4px;
  margin: 0;
}

.befooders-card__name {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 1;
  color: #ffffff;
  margin-top: 5px;
}

.befooders-card__tag {
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 5px;
}

.befooders-card__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(196, 207, 209, 0.8);
  margin: 0;
}

.befooders-card__cta {
  align-self: flex-start;
  margin-top: 10px;
}

.bu-join {
  padding-bottom: 120px;
}

.bu-join__split {
  gap: 80px;
}

.bu-join__info {
  flex: 1;
}

.bu-join__pretitle {
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -3px;
  color: rgba(196, 207, 209, 0.8);
  display: block;
}

.bu-join__title {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -3.5px;
  color: #ffffff;
  margin-bottom: 30px;
}

.bu-join__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(196, 207, 209, 0.8);
  max-width: 480px;
}

.bu-join__form-col {
  background-color: #003942;
  border-radius: 10px;
  padding: 50px 51px;
  width: 620px;
  flex-shrink: 0;
}

.bu-join__form-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 34.2px;
  letter-spacing: -2.5px;
  color: #ffffff;
  margin-bottom: 35px;
}

.bu-join__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bu-join__form .btn--primary {
  width: 176px;
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .bu-intro__pretitle {
    font-size: 44px;
    line-height: 48px;
  }
  .bu-unit__name {
    font-size: 54px;
    letter-spacing: -3px;
  }
  .bu-unit__meta {
    width: 300px;
  }
  .bu-unit__split {
    gap: 50px;
  }
  .bu-join__form-col {
    width: 500px;
    padding: 40px;
  }
  .bu-join__pretitle {
    font-size: 38px;
    line-height: 44px;
  }
  .bu-join__title {
    font-size: 44px;
    line-height: 48px;
  }
}

@media (max-width: 991px) {
  .bu-unit__split {
    flex-direction: column;
    gap: 30px;
  }
  .bu-unit__meta {
    width: 100%;
  }
  .bu-unit__name {
    font-size: 44px;
    letter-spacing: -2px;
  }
  .befooders-card {
    padding: 30px;
  }
  .befooders-card__name {
    font-size: 38px;
    letter-spacing: -2px;
  }
  .bu-join__split {
    flex-direction: column;
  }
  .bu-join__form-col {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .bu-intro__pretitle {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -2px;
  }
  .bu-unit {
    padding: 40px 0;
  }
  .bu-unit__name {
    font-size: 36px;
    letter-spacing: -1.5px;
  }
  .bu-unit__split {
    gap: 20px;
  }
  .befooders-card {
    padding: 24px;
    margin-top: 30px;
  }
  .befooders-card__name {
    font-size: 30px;
    letter-spacing: -1.5px;
  }
  .befooders-card__tag {
    font-size: 18px;
    line-height: 24px;
  }
  .bu-join__form-col {
    padding: 30px 24px;
  }
  .bu-join__pretitle {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1.5px;
  }
  .bu-join__title {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: -2px;
    margin-bottom: 20px;
  }
}
