
/* WRAPPER */
.join-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

/* LEFT CONTENT */
.join-left {
  background: #fff;
  padding: 50px;
}

/* TITLE */
.join-title {
  color: var(--primary-blue);
  font-weight: 800;
  margin-bottom: 10px;
}

/* SUBTEXT */
.join-sub {
  color: #555;
  margin-bottom: 25px;
}

/* LIST */
.join-list {
  list-style: none;
  padding: 0;
}

/* LIST ITEM */
.join-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #444;
}

/* ICON FIX */
.join-list li i {
  background: var(--primary-blue);
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  flex-shrink: 0;
}

/* EMAIL */
.join-email {
  margin-top: 25px;
  font-size: 15px;
}

.join-email a {
  color: var(--accent-red);
  font-weight: 600;
  text-decoration: none;
}

.join-email a:hover {
  text-decoration: underline;
}

/* RIGHT IMAGE CLEAN */
.join-right {
  height: 100%;
}

.join-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
}

/* RESPONSIVE */
@media(max-width:768px){

  .join-left {
    padding: 25px;
    text-align: center;
  }

  .join-right img {
    border-radius: 0 0 20px 20px;
  }

}
/* WRAPPER */
.join-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

/* LEFT CONTENT */
.join-left {
  background: #fff;
  padding: 50px;
}

/* TITLE */
.join-title {
  color: var(--primary-blue);
  font-weight: 800;
  margin-bottom: 10px;
}

/* SUBTEXT */
.join-sub {
  color: #555;
  margin-bottom: 25px;
}

/* LIST */
.join-list {
  list-style: none;
  padding: 0;
}

/* LIST ITEM */
.join-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #444;
}

/* ICON FIX */
.join-list li i {
  background: var(--primary-blue);
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  flex-shrink: 0;
}

/* EMAIL */
.join-email {
  margin-top: 25px;
  font-size: 15px;
}

.join-email a {
  color: var(--accent-red);
  font-weight: 600;
  text-decoration: none;
}

.join-email a:hover {
  text-decoration: underline;
}

/* RIGHT IMAGE CLEAN */
.join-right {
  height: 100%;
}

.join-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
}

/* RESPONSIVE */
@media(max-width:768px){

  .join-left {
    padding: 25px;
    text-align: center;
  }

  .join-right img {
    border-radius: 0 0 20px 20px;
  }

}