.bbsModernWrap {
  position: relative;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  overflow: hidden;
}

.bbsModernInner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto !important;
  padding: 36px 32px 30px 32px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}

.bbsHeader {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0 0 18px 0;
}

.bbsCheckIcon {
  position: relative;
  width: 82px;
  height: 82px;
  border-radius: 999px;
  background: #4dbcc2;
  margin: 0 auto 14px auto;
}

.bbsCheckIcon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 38px;
  border-right: 7px solid #ffffff;
  border-bottom: 7px solid #ffffff;
  transform: translate(-50%, -56%) rotate(45deg);
}

.bbsTitle {
  margin: 0 0 8px 0 !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #1f2328 !important;
}

.bbsSubtitle {
  margin: 0 auto !important;
  max-width: 760px;
  font-size: 15px !important;
  line-height: 1.55 !important;
  color: #5b6672 !important;
}

.bbsMetaCard {
  position: relative;
  margin: 20px auto 18px auto;
  padding: 14px;
  max-width: 720px;
  background: #f3f6f7;
  border: 1px solid rgba(77,188,194,0.25);
  border-radius: 14px;
  box-sizing: border-box;
}

.bbsMetaGrid {
  font-size: 0;
}

.bbsMetaItem {
  position: relative;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 6px 10px;
  box-sizing: border-box;
}

.bbsMetaLabel {
  margin: 0 0 4px 0 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #5b6672 !important;
}

.bbsMetaValue {
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1f2328 !important;
}

.bbsMetaValueAccent {
  color: #4dbcc2 !important;
}

.bbsDivider {
  width: 100%;
  height: 1px;
  background: rgba(31,35,40,0.08);
  margin: 18px 0;
}

.bbsNextTitle {
  margin: 0 0 14px 0 !important;
  text-align: center;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.bbsSteps {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0;
}

.bbsStep {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  padding: 8px;
  box-sizing: border-box;
}

.bbsStepCard {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(31,35,40,0.10);
  padding: 18px 14px 20px 14px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 10px 22px rgba(0,0,0,0.05);
}

.bbsStepIcon {
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0 auto 12px auto;
  border-radius: 12px;
  background: #4dbcc2;
}

.bbsStepIcon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 18px;
}

.bbsStepTitle {
  margin: 0 0 6px 0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.bbsStepText {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #5b6672 !important;
}

.bbsActions {
  margin: 24px 0 0 0;
  text-align: center;
}

.bbsBtn {
  background: transparent;
  border: 1px solid #111111;
  color: #111111;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none;
  display: inline-block;
  margin: 0 6px 10px 6px;
}

.bbsBtn:hover {
  background: #111111;
  color: #ffffff;
}

.bbsBtnPrimary {
  border-color: #4dbcc2;
}

.bbsBtnPrimary:hover {
  background: #4dbcc2;
  color: #1f2328;
}

@media (max-width: 980px) {
  .bbsStep {
    width: 100%;
  }
  .bbsMetaItem {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .bbsBtn {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
