/* Start custom CSS for html, class: .elementor-element-40443d1 */.join-about {
  max-width: 960px;
  margin: 0 auto;
  padding: 0px 16px;
  color: #2b2b2b;
}

.join-header {
  text-align: center;
  margin-bottom: 56px;
}

.join-header h1 {
  font-size: 36px;
  font-weight: 700;
  color: #6b3b2a;
  margin-bottom: 12px;
}

.join-lead {
  font-size: 16px;
  color: #555;
}

.join-steps {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.join-step {
  display: flex;
  gap: 20px;
  padding: 24px;
  border: 1px solid rgba(236,137,23,0.25);
  border-radius: 16px;
  background: #fff;
}

.step-num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ec8917;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-content h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 600;
}

.step-content p {
  margin: 0 0 8px;
  line-height: 1.8;
}

.join-note {
  font-size: 14px;
  color: #666;
}

.bank-box {
  margin-top: 10px;
  padding: 12px 16px;
  background: #fff7ef;
  border-left: 4px solid #ec8917;
  border-radius: 8px;
}

.join-link {
  display: inline-block;
  margin-top: 6px;
  font-weight: 600;
  color: #ec8917;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.join-link:hover {
  border-bottom-color: #ec8917;
}/* End custom CSS */